forked from GitHub/gf-core
an initial sketch for PGF building API in the Haskell binding
This commit is contained in:
@@ -51,7 +51,7 @@ mkAbs bind_type var (Expr body bodyTouch) =
|
||||
exprFPl <- newForeignPtr gu_pool_finalizer exprPl
|
||||
return (Expr c_expr (bodyTouch >> touchForeignPtr exprFPl))
|
||||
where
|
||||
cbind_type =
|
||||
cbind_type =
|
||||
case bind_type of
|
||||
Explicit -> (#const PGF_BIND_TYPE_EXPLICIT)
|
||||
Implicit -> (#const PGF_BIND_TYPE_IMPLICIT)
|
||||
|
||||
Reference in New Issue
Block a user