Skip to content

Instantly share code, notes, and snippets.

@bradparker
Created April 7, 2016 11:46
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 bradparker/b553497478e1b687fce22ca4a1de6c59 to your computer and use it in GitHub Desktop.
Save bradparker/b553497478e1b687fce22ca4a1de6c59 to your computer and use it in GitHub Desktop.
Type aliases
type AssociativeList key value = [(key, value)]
type Name = String
type PhoneNumber = String
type PhoneBook = AssociativeList Name PhoneNumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment