added mkStr to the Haskell binding

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

View File

@@ -146,6 +146,9 @@ pgf_expr_unapply(PgfExpr expr, GuPool* pool);
PgfExpr
pgf_expr_apply(PgfApplication*, GuPool* pool);
PgfExpr
pgf_expr_string(GuString, GuPool* pool);
PgfExpr
pgf_read_expr(GuIn* in, GuPool* pool, GuExn* err);