Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check what happen when mixing manual and auto style when using DUs #87

Open
MangelMaxime opened this issue Oct 30, 2020 · 0 comments
Open
Milestone

Comments

@MangelMaxime
Copy link
Contributor

type Temp = { Name : string; Age : int }

type SeveralArgumentDus2 = SeveralArgs2 of int * Temp

type SingleNoArguments = SingleNoArguments

type MyUnion = Foo of int

type SeveralArgumentDus = SeveralArgs of int * {| Name : string; Age : int |}

type SeveralArgumentDus3 =
        | SeveralArgs3 of int * Temp
        | CustomTest1 of string
@MangelMaxime MangelMaxime added this to the Beyond milestone Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant