FFICXX.Runtime.Function.TH
mkWrapper :: (Type, String) -> Q Dec Source #
t_newFunction :: Type -> String -> Q Exp Source #
t_call :: Type -> String -> Q Exp Source #
t_deleteFunction :: Type -> String -> Q Exp Source #
genFunctionInstanceFor :: Q Type -> FunctionParamInfo -> Q [Dec] Source #