Skip to content

Instantly share code, notes, and snippets.

@nomaddo
Created November 5, 2014 11:22
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/7c9c130e840e636733fe to your computer and use it in GitHub Desktop.
Save nomaddo/7c9c130e840e636733fe to your computer and use it in GitHub Desktop.
dot.ml
# List.(map succ [1;2;3]);;
- : int list = [2; 3; 4]
# List.(M.(()));;
- : M.t = M.()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment