| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
FFICXX.Runtime.Function.Template
Contents
Documentation
data RawFunction t Source #
Constructors
| Function (Ptr (RawFunction t)) |
class FunPtrWrapper t where Source #
Minimal complete definition
Methods
wrapFunPtr :: t -> IO (FunPtr t) Source #