Skip to content

Instantly share code, notes, and snippets.

@jld
Created August 31, 2013 00:53
Show Gist options
  • Select an option

  • Save jld/6395576 to your computer and use it in GitHub Desktop.

Select an option

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.
# 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