summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-07-31 16:40:16 +0000
committerkrasimir <krasimir@chalmers.se>2010-07-31 16:40:16 +0000
commit94bd76df7219fcc9a530782dedfa0566cde1d8d6 (patch)
tree9a08371475cb762d4cfc6a160977066707f0f645 /src/runtime/haskell/PGF.hs
parent98c22ef92b14491fd36dc3545f07ab62f92f6e02 (diff)
two new functions in the PGF API: mkAbs, unAbs
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
-rw-r--r--src/runtime/haskell/PGF.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs
index 652399f69..9bdfd8b23 100644
--- a/src/runtime/haskell/PGF.hs
+++ b/src/runtime/haskell/PGF.hs
@@ -43,6 +43,7 @@ module PGF(
-- ** Expr
Expr,
showExpr, readExpr,
+ mkAbs, unAbs,
mkApp, unApp,
mkStr, unStr,
mkInt, unInt,