Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created May 8, 2015 18:56
Show Gist options
  • Save SteveGilham/6e7ea11c4cfd24303e6f to your computer and use it in GitHub Desktop.
Save SteveGilham/6e7ea11c4cfd24303e6f to your computer and use it in GitHub Desktop.
Bug in first version of the function
type Card = King | Queen| Jack | Spot of int;;
GetUnionTypes typeof<Card> |> Seq.iter (fun x -> printfn "%s" x.FullName);;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment