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