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