From c924491289259fa8a5a259ed97f2d9e817e3338c Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 16 Oct 2014 14:03:57 +0000 Subject: More haddock documentation improvements --- src/compiler/GF/Grammar/Grammar.hs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/compiler/GF/Grammar/Grammar.hs') diff --git a/src/compiler/GF/Grammar/Grammar.hs b/src/compiler/GF/Grammar/Grammar.hs index 816a9f438..36904c579 100644 --- a/src/compiler/GF/Grammar/Grammar.hs +++ b/src/compiler/GF/Grammar/Grammar.hs @@ -15,6 +15,7 @@ ----------------------------------------------------------------------------- module GF.Grammar.Grammar ( + -- ** Grammar modules SourceGrammar, SourceModInfo(..), SourceModule, ModuleType(..), emptySourceGrammar, mGrammar, modules, prependModule, moduleMap, @@ -32,9 +33,8 @@ module GF.Grammar.Grammar ( abstractOfConcrete, ModuleStatus(..), - - PMCFG(..), Production(..), FId, FunId, SeqId, LIndex, Sequence, - + + -- ** Judgements and terms Info(..), Location(..), L(..), unLoc, noLoc, ppLocation, ppL, Type, @@ -58,7 +58,10 @@ module GF.Grammar.Grammar ( Altern, Substitution, varLabel, tupleLabel, linLabel, theLinLabel, - ident2label, label2ident + ident2label, label2ident, + + -- ** PMCFG + PMCFG(..), Production(..), FId, FunId, SeqId, LIndex, Sequence ) where import GF.Infra.Ident -- cgit v1.2.3