summaryrefslogtreecommitdiff
path: root/src/compiler/GF.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-12-08 14:48:14 +0000
committerhallgren <hallgren@chalmers.se>2014-12-08 14:48:14 +0000
commit676b0d6e8192c3cab92ca4cb8247cba00533402d (patch)
tree60a6c28d2c98ef2731099b2de67f14a3fd574df1 /src/compiler/GF.hs
parent55e2b55e60d588174e7339f9d0ee23da3db97a3e (diff)
Haddock documentation: expose exportPGF, some other small improvements
Diffstat (limited to 'src/compiler/GF.hs')
-rw-r--r--src/compiler/GF.hs4
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