-
-
Save dom96/1f80ede7622e281be21b4f0a77169352 to your computer and use it in GitHub Desktop.
This file contains 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 | |
SomeObj = object | |
case type: SomeEnum | |
of a, b: | |
name: string | |
of a: | |
age: int | |
of b: | |
color: string | |
of c: | |
name: int |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment