| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Unison.Runtime.InternalError
Description
This module is distinct from Unison.Runtime.Exception because that depends on Unison.Runtime.Stack, which would cause an import cycle.
Documentation
data CompileExn Source #
Instances
| Exception CompileExn Source # | |
| Defined in Unison.Runtime.InternalError Methods toException :: CompileExn -> SomeException # fromException :: SomeException -> Maybe CompileExn # displayException :: CompileExn -> String # | |
| Show CompileExn Source # | |
| Defined in Unison.Runtime.InternalError Methods showsPrec :: Int -> CompileExn -> ShowS # show :: CompileExn -> String # showList :: [CompileExn] -> ShowS # | |
internalBug :: HasCallStack => [Word] -> String -> a Source #