Skip to content

Instantly share code, notes, and snippets.

@sadache
Forked from mulambda/gist:371554
Created April 19, 2010 20:59
Show Gist options
  • Save sadache/371616 to your computer and use it in GitHub Desktop.
Save sadache/371616 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