Skip to content

Instantly share code, notes, and snippets.

@Gbury
Created February 18, 2017 10:30
Show Gist options
  • Save Gbury/e70b1e418af231da8c90b1ef9af73588 to your computer and use it in GitHub Desktop.
Save Gbury/e70b1e418af231da8c90b1ef9af73588 to your computer and use it in GitHub Desktop.
type t = { foo : 'a. 'a -> 'a }
let id = { foo = (fun x -> x) }
let phi id () = id.foo 1, id.foo true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment