Created
March 20, 2022 11:40
-
-
Save Octachron/ce055a497cc8f1cdf03f8c252487599c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type 'a abstract | |
sig | |
type 'a x = X | |
type 'a t = A: 'a -> 'a x t | |
end with type 'a x = 'a abstract |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment