Skip to content

Instantly share code, notes, and snippets.

@1tgr
Created April 17, 2010 14:17
Show Gist options
  • Select an option

  • Save 1tgr/369586 to your computer and use it in GitHub Desktop.

Select an option

Save 1tgr/369586 to your computer and use it in GitHub Desktop.
type Stringer = int -> string;;
let f : Stringer = fun n -> n.ToString();;
f 42;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment