Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created April 3, 2016 15:12
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 chuck0523/28836583ef6a41148673e7d2fbbae3e6 to your computer and use it in GitHub Desktop.
Save chuck0523/28836583ef6a41148673e7d2fbbae3e6 to your computer and use it in GitHub Desktop.
type A = A Int
| B String Float
a = A 32
b = B "foo" 1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment