From 676b0d6e8192c3cab92ca4cb8247cba00533402d Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 8 Dec 2014 14:48:14 +0000 Subject: Haddock documentation: expose exportPGF, some other small improvements --- src/compiler/GF.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/compiler/GF.hs') 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 -- cgit v1.2.3