1
0
forked from GitHub/gf-core

Some work to improve the structure of the haddock documenation

This commit is contained in:
hallgren
2014-11-10 15:23:02 +00:00
parent cabafd68a6
commit 33571ba44f
6 changed files with 38 additions and 33 deletions

View File

@@ -16,16 +16,7 @@ module GF(
module GF.Grammar.Printer,
module GF.Infra.Ident,
-- ** Binary serialisation
module GF.Grammar.Binary,
-- * Supporting infrastructure and system utilities
module GF.Infra.Location,
module GF.Data.Operations,
module GF.Infra.UseIO,
module GF.Infra.Option,
module GF.System.Console,
-- ** Binary serialisation
Binary,encode,decode,encodeFile,decodeFile
module GF.Grammar.Binary
) where
import GF.Main
import GF.Compiler
@@ -41,10 +32,3 @@ import GF.Grammar.Macros
import GF.Grammar.Printer
import GF.Infra.Ident
import GF.Grammar.Binary
import GF.Infra.Location
import GF.Data.Operations
import GF.Infra.Option
import GF.Infra.UseIO
import GF.System.Console
import Data.Binary