Skip to content

Instantly share code, notes, and snippets.

@onlyshk
Created December 10, 2011 14:20
Show Gist options
  • Save onlyshk/1455270 to your computer and use it in GitHub Desktop.
Save onlyshk/1455270 to your computer and use it in GitHub Desktop.
instance ToJSON Auto where
toJSON (Auto firm year price sellers) = object [ "firm" .= firm,
"year" .= year,
"price" .= price,
"sellers" .= sellers
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment