Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Parse error messages for
information.HasCallStack
Documentation
parseErrorCall :: ErrorCall -> Either String MessageWithStackFrames Source #
Parse an
for ErrorCall
informationHasCallStack
parseStringException :: SomeException -> Either String MessageWithStackFrames Source #
Parse a
for StringException
informationHasCallStack
We accept this as
so that this library doesn't depend on
any one concrete library that has SomeException
(there are two right now,
sigh.)throwString