Skip to content

Instantly share code, notes, and snippets.

@dwightguth
Created August 26, 2016 16:05
Show Gist options
  • Save dwightguth/0ecf9baba5b1ae64d728afde844d773f to your computer and use it in GitHub Desktop.
Save dwightguth/0ecf9baba5b1ae64d728afde844d773f to your computer and use it in GitHub Desktop.
type foo = Foo of int | Baz of baz
and baz = {foo: foo; bar: string}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment