summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-10-16 14:03:57 +0000
committerhallgren <hallgren@chalmers.se>2014-10-16 14:03:57 +0000
commitc924491289259fa8a5a259ed97f2d9e817e3338c (patch)
tree178f045daa6520ca0979d093167727511c06541e /src/compiler/GF/Grammar.hs
parentc0ebbc4edfeaf16a6a5f4392ea097ea3d72a0e06 (diff)
More haddock documentation improvements
Diffstat (limited to 'src/compiler/GF/Grammar.hs')
-rw-r--r--src/compiler/GF/Grammar.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/compiler/GF/Grammar.hs b/src/compiler/GF/Grammar.hs
index c540f77b8..58f514971 100644
--- a/src/compiler/GF/Grammar.hs
+++ b/src/compiler/GF/Grammar.hs
@@ -12,18 +12,18 @@
-- (Description of the module)
-----------------------------------------------------------------------------
-module GF.Grammar
- ( module GF.Infra.Ident,
- module GF.Grammar.Grammar,
+module GF.Grammar
+ ( module GF.Grammar.Grammar,
module GF.Grammar.Values,
module GF.Grammar.Macros,
module GF.Grammar.MMacros,
- module GF.Grammar.Printer
+ module GF.Grammar.Printer,
+ module GF.Infra.Ident
) where
-import GF.Infra.Ident
import GF.Grammar.Grammar
import GF.Grammar.Values
import GF.Grammar.Macros
import GF.Grammar.MMacros
import GF.Grammar.Printer
+import GF.Infra.Ident