added mkApp to the Haskell binding

This commit is contained in:
kr.angelov
2014-12-19 08:47:00 +00:00
parent 6b2ef03af9
commit bb1c1dd27c
4 changed files with 45 additions and 2 deletions

View File

@@ -143,6 +143,8 @@ struct PgfApplication {
PgfApplication*
pgf_expr_unapply(PgfExpr expr, GuPool* pool);
PgfExpr
pgf_expr_apply(PgfApplication*, GuPool* pool);
PgfExpr
pgf_read_expr(GuIn* in, GuPool* pool, GuExn* err);