Julien Pires

Results 1 comments of Julien Pires

Discriminated Union are also concerned with the problem. ``` F# module DU type MyUnion = | Foo of int | Bar of string let returnFoo v = Foo v let...