Skip to content

Instantly share code, notes, and snippets.

Created February 12, 2009 11:18
Show Gist options
  • Save anonymous/62584 to your computer and use it in GitHub Desktop.
Save anonymous/62584 to your computer and use it in GitHub Desktop.
# let f = Array.create 10;;
val f : '_a -> '_a array = <fun>
# f 8;;
- : int array = [|8; 8; 8; 8; 8; 8; 8; 8; 8; 8|]
# f;;
- : int -> int array = <fun>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment