two new functions in the PGF API: mkAbs, unAbs

This commit is contained in:
krasimir
2010-07-31 16:40:16 +00:00
parent 39e83436e2
commit 71ea541765
2 changed files with 11 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ module PGF(
-- ** Expr
Expr,
showExpr, readExpr,
mkAbs, unAbs,
mkApp, unApp,
mkStr, unStr,
mkInt, unInt,