Created
May 8, 2015 18:56
-
-
Save SteveGilham/6e7ea11c4cfd24303e6f to your computer and use it in GitHub Desktop.
Bug in first version of the function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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