1
0
forked from GitHub/gf-core

added mkStr to the Haskell binding

This commit is contained in:
kr.angelov
2014-12-19 08:58:02 +00:00
parent fdc6c9a3cd
commit 022849482d
4 changed files with 33 additions and 12 deletions

View File

@@ -182,6 +182,9 @@ foreign import ccall "pgf/pgf.h pgf_fullform_get_analyses"
foreign import ccall "pgf/pgf.h pgf_expr_apply"
pgf_expr_apply :: Ptr PgfApplication -> Ptr GuPool -> IO PgfExpr
foreign import ccall "pgf/pgf.h pgf_expr_string"
pgf_expr_string :: CString -> Ptr GuPool -> IO PgfExpr
foreign import ccall "pgf/pgf.h pgf_expr_unapply"
pgf_expr_unapply :: PgfExpr -> Ptr GuPool -> IO (Ptr PgfApplication)