Skip to content

Instantly share code, notes, and snippets.

@sseveran
Created August 22, 2012 22:31
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 sseveran/3430096 to your computer and use it in GitHub Desktop.
Save sseveran/3430096 to your computer and use it in GitHub Desktop.
Exception Scoping 4
data MyRecord = MyRecord{
mrField :: [Text]
}
(do
some operations...
return $ MyRecord $ fmap (decodeUtf8) listOfByteStrings)
`safeCatch`
myHandler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment