diff options
Diffstat (limited to 'src/compiler/GF.hs')
| -rw-r--r-- | src/compiler/GF.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/GF.hs b/src/compiler/GF.hs index b41a75f37..8938a053e 100644 --- a/src/compiler/GF.hs +++ b/src/compiler/GF.hs @@ -1,3 +1,4 @@ +-- | GF, the Grammatical Framework, as a library module GF( -- * Command line interface module GF.Main, @@ -7,6 +8,8 @@ module GF( -- * Compiling GF grammars module GF.Compile, module GF.CompileInParallel, +-- module PF.Compile.Export, -- haddock does the wrong thing with this + exportPGF, module GF.CompileOne, -- * Abstract syntax, parsing, pretty printing and serialisation @@ -25,6 +28,7 @@ import GF.Interactive import GF.Compile import GF.CompileInParallel import GF.CompileOne +import GF.Compile.Export(exportPGF) import GF.Compile.GetGrammar import GF.Grammar.Grammar |
