mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 12:42:50 -06:00
Some work to improve the structure of the haddock documenation
This commit is contained in:
17
src/compiler/GF/Support.hs
Normal file
17
src/compiler/GF/Support.hs
Normal file
@@ -0,0 +1,17 @@
|
||||
module GF.Support(
|
||||
-- * Supporting infrastructure and system utilities
|
||||
module GF.Infra.Location,
|
||||
module GF.Infra.Option,
|
||||
module GF.Data.Operations,
|
||||
module GF.Infra.UseIO,
|
||||
module GF.System.Console,
|
||||
-- ** Binary serialisation
|
||||
Binary,encode,decode,encodeFile,decodeFile
|
||||
) where
|
||||
|
||||
import GF.Infra.Location
|
||||
import GF.Data.Operations
|
||||
import GF.Infra.Option
|
||||
import GF.Infra.UseIO
|
||||
import GF.System.Console
|
||||
import Data.Binary
|
||||
Reference in New Issue
Block a user