I\'m a complete newbie at Haskell. I\'m trying to compile this Haskell file I\'ve downloaded but it\'s giving me some errors.
What is the prefered way to raise errors (ParseError) in Parsec? I got some code inside a parser that 开发者_运维技巧performs a check and if the check fails a ParseError should be returned (i.e. Left
I\'ve installed Haskell via the pre built installer v6.8.2. When trying to compile this sample file with GHC