Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data RuntimeExn Source #
Instances
Exception RuntimeExn Source # | |
Defined in Unison.Runtime.Exception toException :: RuntimeExn -> SomeException # fromException :: SomeException -> Maybe RuntimeExn # displayException :: RuntimeExn -> String # | |
Show RuntimeExn Source # | |
Defined in Unison.Runtime.Exception showsPrec :: Int -> RuntimeExn -> ShowS # show :: RuntimeExn -> String # showList :: [RuntimeExn] -> ShowS # |
exn :: HasCallStack => String -> a Source #