summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF.hs
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-09-05 10:29:02 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-09-05 10:29:02 +0200
commit01a8e1b88f190a6170512efd303981e98b4b3134 (patch)
tree909a88324887d54013be49f94b909ee16a2257dd /src/runtime/haskell/PGF.hs
parent13d804581427f4d6e8ef21d440e822bf67ade434 (diff)
GF.Command.TreeOperations is now independent from the runtime's internals
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
-rw-r--r--src/runtime/haskell/PGF.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs
index 1c425a565..83d9102c3 100644
--- a/src/runtime/haskell/PGF.hs
+++ b/src/runtime/haskell/PGF.hs
@@ -47,7 +47,7 @@ module PGF(
Expr,
showExpr, readExpr,
mkAbs, unAbs,
- mkApp, unApp,
+ mkApp, unApp, unapply,
mkStr, unStr,
mkInt, unInt,
mkDouble, unDouble,