summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind/PGF2.hsc
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2015-11-19 13:18:19 +0000
committerkrasimir <krasimir@chalmers.se>2015-11-19 13:18:19 +0000
commit9f9b23d0dddd3b61e4289cfbcf08241deddc65de (patch)
treefea7f97a8c55e97ed30493cc464b14ff095ed751 /src/runtime/haskell-bind/PGF2.hsc
parentfe7397efe4403f94797203e6bf00daa95d749618 (diff)
added mkInt and mkFloat in the Haskell binding to make it easy to create literal expressions
Diffstat (limited to 'src/runtime/haskell-bind/PGF2.hsc')
-rw-r--r--src/runtime/haskell-bind/PGF2.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell-bind/PGF2.hsc b/src/runtime/haskell-bind/PGF2.hsc
index 40002ff50..c7b24d680 100644
--- a/src/runtime/haskell-bind/PGF2.hsc
+++ b/src/runtime/haskell-bind/PGF2.hsc
@@ -22,7 +22,7 @@ module PGF2 (-- * CId
-- * Types
Type(..), Hypo, BindType(..), showType, functionType,
-- * Trees
- Expr,Fun,readExpr,showExpr,mkApp,unApp,mkStr,
+ Expr,Fun,readExpr,showExpr,mkApp,unApp,mkStr,mkInt,mkFloat,
graphvizAbstractTree,graphvizParseTree,
-- * Morphology
MorphoAnalysis, lookupMorpho, fullFormLexicon,