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