Skip to content

Instantly share code, notes, and snippets.

@acgetchell
Last active August 8, 2016 22:52
Show Gist options
  • Save acgetchell/927012 to your computer and use it in GitHub Desktop.
Save acgetchell/927012 to your computer and use it in GitHub Desktop.
> List.fold.GetType()
|> type_of (fun (ty: System.Type) -> ty.Name);;
val it : string ty =
Function
(Function
(Abbrev ([],"System.Object"),
Function (Abbrev ([],"System.Object"),Abbrev ([],"System.Object"))),
Function
(Abbrev ([],"System.Object"),
Function
(Union
("FSharpList`1",
[("Empty", []); ("Cons", ["Object"; "FSharpList`1"])]),
Abbrev ([],"System.Object"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment