Skip to content

Instantly share code, notes, and snippets.

@nomaddo
Created November 5, 2014 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nomaddo/31d622625e72e71fc8e6 to your computer and use it in GitHub Desktop.
Save nomaddo/31d622625e72e71fc8e6 to your computer and use it in GitHub Desktop.
unit1.ml
# type t = () of unit;;
type t = () of unit
# () ();;
- : t = () ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment