Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created February 20, 2017 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitaibu/1daf2420ef5e2abfbe710374ee97df5d to your computer and use it in GitHub Desktop.
Save amitaibu/1daf2420ef5e2abfbe710374ee97df5d to your computer and use it in GitHub Desktop.
type Vocab
= VocabMen String
| VocabWomen
type alias VocabMen =
{ name : string
}
type alias VocabWomen =
{ name : string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment