mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
More haddock documentation improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user