added mkInt and mkFloat in the Haskell binding to make it easy to create literal expressions

This commit is contained in:
krasimir
2015-11-19 13:18:19 +00:00
parent fc008c9631
commit 4888b65881
5 changed files with 59 additions and 1 deletions

View File

@@ -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,