diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-10-14 14:34:08 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-10-14 14:34:08 +0000 |
| commit | e4dc63f6657153da1a8c906f669581905f054e4a (patch) | |
| tree | afc76783d1b890e7420cc3eabc15d882fedcb299 /src/PGF.hs | |
| parent | ec2d7e2299cb7d1d9c786d7d8afdbcc8a526e50d (diff) | |
rudimentary abstract syntax type checker and solver in PGF
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 347b52ccc..dc777f4d5 100644 --- a/src/PGF.hs +++ b/src/PGF.hs @@ -44,7 +44,7 @@ module PGF( parse, canParse, parseAllLang, parseAll, -- ** Evaluation - tree2expr, expr2tree, compute, paraphrase, + tree2expr, expr2tree, compute, paraphrase, typecheck, -- ** Word Completion (Incremental Parsing) complete, @@ -59,6 +59,7 @@ import PGF.CId import PGF.Linearize import PGF.Generate import PGF.AbsCompute +import PGF.TypeCheck import PGF.Paraphrase import PGF.Macros import PGF.Data |
