Skip to content

Instantly share code, notes, and snippets.

@onlyshk
Created December 10, 2011 14:02
Show Gist options
  • Save onlyshk/1455234 to your computer and use it in GitHub Desktop.
Save onlyshk/1455234 to your computer and use it in GitHub Desktop.
Auto data type
data Auto = Auto {firm :: String, year :: Int, price :: Int, sellers :: [String]}
deriving (Show)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment