| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.Runtime.Foreign.Dynamic
Documentation
Constructors
| CSpec | |
Fields
| |
Constructors
| forall a. CDynFunc | |
Instances
data PrepException Source #
Instances
| Exception PrepException Source # | |
Defined in Unison.Runtime.Foreign.Dynamic Methods toException :: PrepException -> SomeException # fromException :: SomeException -> Maybe PrepException # displayException :: PrepException -> String # | |
| Show PrepException Source # | |
Defined in Unison.Runtime.Foreign.Dynamic Methods showsPrec :: Int -> PrepException -> ShowS # show :: PrepException -> String # showList :: [PrepException] -> ShowS # | |