Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- type HasCallStack = HasCallStack
- internalError :: HasCallStack => String -> a
Documentation
type HasCallStack = HasCallStack Source #
A compatibility wrapper for the GHC.Stack.HasCallStack
constraint.
internalError :: HasCallStack => String -> a Source #
Exit with an error message and a crash report link.