GF.Command.TreeOperations is now independent from the runtime's internals

This commit is contained in:
Krasimir Angelov
2017-09-05 10:29:02 +02:00
parent 13d8045814
commit 01a8e1b88f
3 changed files with 13 additions and 28 deletions

View File

@@ -47,7 +47,7 @@ module PGF(
Expr,
showExpr, readExpr,
mkAbs, unAbs,
mkApp, unApp,
mkApp, unApp, unapply,
mkStr, unStr,
mkInt, unInt,
mkDouble, unDouble,