Skip to content

Instantly share code, notes, and snippets.

@schovi
Created August 8, 2012 15:56
Show Gist options
  • Save schovi/3296181 to your computer and use it in GitHub Desktop.
Save schovi/3296181 to your computer and use it in GitHub Desktop.
blah
data Record = Record { subject :: Subject
, logo :: Maybe Logo
, address :: Maybe Address
, branchRecords :: [BranchRecord]
, subscriptions :: [Subscription]
, comments :: [Comment]
, categories :: [String]
, keywords :: [String]
} deriving (Show, Eq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment