RE: handling errors in Happy
3 Apr
2002
3 Apr
'02
9:58 a.m.
Is it possible to get the result of function happyError, in the main module of my program (which imports the module generated by Happy)?
Sure. You need to use Happy's %monad feature, the documentation describes how to turn parse errors into something you can handle in the program: http://www.haskell.org/happy/doc/html/sec-monads.html#SEC-EXCEPTION Cheers, Simon
8915
Age (days ago)
8915
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Marlow