Skip to content

Instantly share code, notes, and snippets.

@Porges
Last active August 29, 2015 14:16
Show Gist options
  • Save Porges/3dd06e53357cde6c9ad8 to your computer and use it in GitHub Desktop.
Save Porges/3dd06e53357cde6c9ad8 to your computer and use it in GitHub Desktop.
let a = fun b -> b // ok : ('a -> 'a) * int
, 2
let b = fun b -> b // syntax error
, 2
let c = fun b -> b // syntax error
, 2
let d = fun b -> b // syntax error
, 2
let e = fun b -> b // syntax error
, 2
let f = fun b -> b // syntax error
, 2
let g = fun b -> b // syntax error
, 2
let h = fun b -> b // ok : 'a -> 'a * int
, 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment