diff options
Diffstat (limited to 'src/PGF.hs')
| -rw-r--r-- | src/PGF.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PGF.hs b/src/PGF.hs index 31801a54f..c078bf3bf 100644 --- a/src/PGF.hs +++ b/src/PGF.hs @@ -44,7 +44,7 @@ module PGF( parse, canParse, parseAllLang, parseAll, -- ** Evaluation - tree2expr, expr2tree, compute, + tree2expr, expr2tree, compute, paraphrase, -- ** Word Completion (Incremental Parsing) complete, @@ -59,6 +59,7 @@ import PGF.CId import PGF.Linearize import PGF.Generate import PGF.AbsCompute +import PGF.Paraphrase import PGF.Macros import PGF.Data import PGF.Expr |
