Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Include singleton enum on Tips and Tricks page #85

Closed
ninaandrup opened this issue Jun 6, 2022 · 1 comment
Closed

Include singleton enum on Tips and Tricks page #85

ninaandrup opened this issue Jun 6, 2022 · 1 comment

Comments

@ninaandrup
Copy link
Contributor

Description from Magnus:

Just to say something like if you have an enum with a single case:

enum USD {
  case USD(Int32)
}

you can simplify it to enum USD(Int32) instead.

Something like that.

@magnus-madsen
Copy link
Member

flix/book#23

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants