diff options
| author | hallgren <hallgren@chalmers.se> | 2014-11-10 15:23:02 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-11-10 15:23:02 +0000 |
| commit | 33571ba44f2a42502722a3b025b448efe1f0ab88 (patch) | |
| tree | 7a34727f7cf11a0bb9e1b2cee1a0b785ae71240c /src/compiler/GF.hs | |
| parent | cabafd68a66c05478ecdd301ed9cf1564c57a3c5 (diff) | |
Some work to improve the structure of the haddock documenation
Diffstat (limited to 'src/compiler/GF.hs')
| -rw-r--r-- | src/compiler/GF.hs | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/compiler/GF.hs b/src/compiler/GF.hs index 6fff0b3cb..b41a75f37 100644 --- a/src/compiler/GF.hs +++ b/src/compiler/GF.hs @@ -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 |
