diff options
Diffstat (limited to 'src/runtime/haskell-bind/PGF2.hsc')
| -rw-r--r-- | src/runtime/haskell-bind/PGF2.hsc | 2 |
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, |
