Created
August 31, 2013 00:53
-
-
Save jld/6395576 to your computer and use it in GitHub Desktop.
In which OCaml's type system includes some rules not typically seen in theoretical presentations.
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
| # fun b -> if b then `DjEKseMUFXem else `AAAAAAAAAAAA;; | |
| Error: Variant tags `DjEKseMUFXem and `AAAAAAAAAAAA have the same hash value. | |
| Change one of them. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment