Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
genPrimCall :: ExprCtx -> PrimCall -> [StgArg] -> Type -> G (JStat, ExprResult) Source #
genForeignCall :: HasDebugCallStack => ExprCtx -> ForeignCall -> Type -> [JExpr] -> [StgArg] -> G (JStat, ExprResult) Source #
saturateFFI :: JMacro a => Int -> a -> a Source #