Skip to content

Instantly share code, notes, and snippets.

@ktvoelker
Created April 27, 2011 21:59
Show Gist options
  • Save ktvoelker/945322 to your computer and use it in GitHub Desktop.
Save ktvoelker/945322 to your computer and use it in GitHub Desktop.
A normal record declaration
data Foo = Foo { x :: Int, y :: Int }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment