Skip to content

Instantly share code, notes, and snippets.

@mulambda
Created April 19, 2010 20:29
Show Gist options
  • Save mulambda/371554 to your computer and use it in GitHub Desktop.
Save mulambda/371554 to your computer and use it in GitHub Desktop.
type 'a SimpleType= F of (int ->'a-> 'a)
let get a = F(fun req -> id)
[<GeneralizableValue>]
let oops2<'T> : SimpleType<'T> = get ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment