Build #1 for Ztrategic-0.1.0
| Package | Ztrategic-0.1.0 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2025-09-15 12:00:10.93731486 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | ZipperAG-1.0.0, base-4.19.2.0, monadplus-1.4.3, mtl-2.3.1, random-1.3.1, syb-0.7.3, syz-0.2.0.0, transformers-0.6.1.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Downloading monadplus-1.4.3
Downloaded monadplus-1.4.3
Configuring monadplus-1.4.3...
Preprocessing library for monadplus-1.4.3..
Building library for monadplus-1.4.3..
[1 of 2] Compiling Control.Applicative.Alternative ( src/Control/Applicative/Alternative.hs, dist/build/Control/Applicative/Alternative.o, dist/build/Control/Applicative/Alternative.dyn_o )
src/Control/Applicative/Alternative.hs:22:9: warning: [GHC-47854] [-Wduplicate-exports]
asum is exported by Foldable.asum and module Control.Applicative
|
22 | Foldable.asum,
| ^^^^^^^^^^^^^
[2 of 2] Compiling Control.Monad.Plus ( src/Control/Monad/Plus.hs, dist/build/Control/Monad/Plus.o, dist/build/Control/Monad/Plus.dyn_o )
src/Control/Monad/Plus.hs:241:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Partial r).
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
241 | return x = Partial (\_ -> Just x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for monadplus-1.4.3..
Running Haddock on library for monadplus-1.4.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Applicative.Alternative ( src/Control/Applicative/Alternative.hs, nothing )
src/Control/Applicative/Alternative.hs:22:9: warning: [GHC-47854] [-Wduplicate-exports]
asum is exported by Foldable.asum and module Control.Applicative
|
22 | Foldable.asum,
| ^^^^^^^^^^^^^
[2 of 2] Compiling Control.Monad.Plus ( src/Control/Monad/Plus.hs, nothing )
src/Control/Monad/Plus.hs:241:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Partial r).
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
241 | return x = Partial (\_ -> Just x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'MonadPlus' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mcatMaybes' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'listToMaybe' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'maybeToList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 8 / 8) in 'Control.Applicative.Alternative'
100% ( 63 / 63) in 'Control.Monad.Plus'
Warning: Control.Monad.Plus: could not find link destinations for:
- Text.ParserCombinators.ReadP.P
Documentation created: dist/doc/html/monadplus/,
dist/doc/html/monadplus/monadplus.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monadplus-1.4.3-C7YNxHCMJOUKyFgolu4KTg
Completed monadplus-1.4.3
Configuring splitmix-0.1.3.1...
Preprocessing library for splitmix-0.1.3.1..
Building library for splitmix-0.1.3.1..
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o )
Preprocessing library for splitmix-0.1.3.1..
Running Haddock on library for splitmix-0.1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing )
Haddock coverage:
Warning: 'SMGen' is ambiguous. It is defined
* at src/System/Random/SplitMix.hs:77:14
* at src/System/Random/SplitMix.hs:77:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1
100% ( 22 / 22) in 'System.Random.SplitMix'
Warning: 'SMGen' is ambiguous. It is defined
* at src/System/Random/SplitMix32.hs:61:14
* at src/System/Random/SplitMix32.hs:61:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/SplitMix32.hs:61:1
100% ( 22 / 22) in 'System.Random.SplitMix32'
Documentation created: dist/doc/html/splitmix/,
dist/doc/html/splitmix/splitmix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.3.1-FLXrwOMCBr82OHyMQoNXPe
Completed splitmix-0.1.3.1
Configuring syb-0.7.3...
Preprocessing library for syb-0.7.3..
Building library for syb-0.7.3..
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o, dist/build/Data/Generics/Aliases.dyn_o )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o, dist/build/Data/Generics/Basics.dyn_o )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o, dist/build/Data/Generics/Builders.dyn_o )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o, dist/build/Data/Generics/Instances.dyn_o )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o, dist/build/Data/Generics/Schemes.dyn_o )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o, dist/build/Data/Generics/Text.dyn_o )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o, dist/build/Data/Generics/Twins.dyn_o )
[ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o, dist/build/Data/Generics.dyn_o )
[ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o, dist/build/Generics/SYB.dyn_o )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o, dist/build/Generics/SYB/Aliases.dyn_o )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o, dist/build/Generics/SYB/Basics.dyn_o )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o, dist/build/Generics/SYB/Builders.dyn_o )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o, dist/build/Generics/SYB/Instances.dyn_o )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o, dist/build/Generics/SYB/Schemes.dyn_o )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o, dist/build/Generics/SYB/Text.dyn_o )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o, dist/build/Generics/SYB/Twins.dyn_o )
Preprocessing library for syb-0.7.3..
Running Haddock on library for syb-0.7.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, nothing )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, nothing )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, nothing )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, nothing )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, nothing )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, nothing )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, nothing )
[ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, nothing )
[ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, nothing )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, nothing )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, nothing )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, nothing )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, nothing )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, nothing )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, nothing )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, nothing )
Haddock coverage:
Warning: 'Generic'' is ambiguous. It is defined
* at src/Data/Generics/Aliases.hs:524:22
* at src/Data/Generics/Aliases.hs:524:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Generics/Aliases.hs:524:1
Warning: 'GenericR'' is ambiguous. It is defined
* at src/Data/Generics/Aliases.hs:509:23
* at src/Data/Generics/Aliases.hs:509:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Generics/Aliases.hs:509:1
Warning: 'GenericB'' is ambiguous. It is defined
* at src/Data/Generics/Aliases.hs:496:21
* at src/Data/Generics/Aliases.hs:496:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Generics/Aliases.hs:496:1
100% ( 62 / 62) in 'Data.Generics.Aliases'
100% ( 2 / 2) in 'Data.Generics.Basics'
100% ( 3 / 3) in 'Data.Generics.Builders'
100% ( 1 / 1) in 'Data.Generics.Instances'
100% ( 19 / 19) in 'Data.Generics.Schemes'
100% ( 6 / 6) in 'Data.Generics.Text'
100% ( 17 / 17) in 'Data.Generics.Twins'
100% ( 8 / 8) in 'Data.Generics'
100% ( 2 / 2) in 'Generics.SYB'
100% ( 2 / 2) in 'Generics.SYB.Aliases'
100% ( 2 / 2) in 'Generics.SYB.Basics'
100% ( 2 / 2) in 'Generics.SYB.Builders'
100% ( 1 / 1) in 'Generics.SYB.Instances'
100% ( 2 / 2) in 'Generics.SYB.Schemes'
100% ( 2 / 2) in 'Generics.SYB.Text'
100% ( 2 / 2) in 'Generics.SYB.Twins'
Documentation created: dist/doc/html/syb/, dist/doc/html/syb/syb.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/syb-0.7.3-3RSHlswStQQ1o1nIweGIxQ
Completed syb-0.7.3
Configuring random-1.3.1...
Preprocessing library for random-1.3.1..
Building library for random-1.3.1..
[1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, dist/build/System/Random/Array.o, dist/build/System/Random/Array.dyn_o )
[2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o )
[3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o )
[4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, dist/build/System/Random/Seed.o, dist/build/System/Random/Seed.dyn_o )
[5 of 6] Compiling System.Random ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o )
[6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o )
Preprocessing library for random-1.3.1..
Running Haddock on library for random-1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, nothing )
[2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, nothing )
[3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, nothing )
[4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, nothing )
[5 of 6] Compiling System.Random ( src/System/Random.hs, nothing )
[6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, nothing )
Haddock coverage:
Warning: 'ST' is ambiguous. It is defined
* in GHC.ST
* in GHC.ST
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.ST
Warning: 'StateGenM' is ambiguous. It is defined
* at src/System/Random/Internal.hs:606:20
* at src/System/Random/Internal.hs:606:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:606:1
Warning: 'StateGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:612:22
* at src/System/Random/Internal.hs:612:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:612:1
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:749:18
* at src/System/Random/Internal.hs:749:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'MutableByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'ST' is ambiguous. It is defined
* in GHC.ST
* in GHC.ST
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.ST
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Strict
* in Control.Monad.Trans.State.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.State.Strict
Warning: 'Seed' is ambiguous. It is defined
* at src/System/Random/Internal.hs:134:18
* at src/System/Random/Internal.hs:134:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:134:1
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:749:18
* at src/System/Random/Internal.hs:749:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'uniformByteStringM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ShortByteString' is ambiguous. It is defined
* in Data.ByteString.Short.Internal
* in Data.ByteString.Short.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.ByteString.Short.Internal
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:749:18
* at src/System/Random/Internal.hs:749:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:749:1
100% ( 71 / 71) in 'System.Random'
Warning: 'TGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:719:19
* at src/System/Random/Stateful.hs:719:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:719:1
Warning: 'STGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:618:22
* at src/System/Random/Stateful.hs:618:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:618:1
Warning: 'StateGenM' is ambiguous. It is defined
* at src/System/Random/Internal.hs:606:20
* at src/System/Random/Internal.hs:606:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:606:1
Warning: 'IOGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:542:20
* at src/System/Random/Stateful.hs:542:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:542:1
Warning: 'AtomicGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:428:24
* at src/System/Random/Stateful.hs:428:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:428:1
Warning: 'Seed' is ambiguous. It is defined
* at src/System/Random/Internal.hs:134:18
* at src/System/Random/Internal.hs:134:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:134:1
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:749:18
* at src/System/Random/Internal.hs:749:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'IOGen' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:547:19
* at src/System/Random/Stateful.hs:547:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:547:1
Warning: 'STGenM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STGen' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:623:19
* at src/System/Random/Stateful.hs:623:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:623:1
Warning: 'clearBit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'testBit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% (137 /137) in 'System.Random.Stateful'
Warning: System.Random: could not find link destinations for:
- System.Random.GFinite.cardinality
- System.Random.GFinite.toFinite
- System.Random.GFinite.fromFinite
- System.Random.GFinite.Cardinality
- System.Random.Seed.D:R:SeedSizeSMGen
- System.Random.Seed.D:R:SeedSizeSMGen0
- System.Random.Seed.D:R:SeedSizeStateGen
- System.Random.Seed.D:R:SeedSizeStdGen
- System.Random.Stateful.D:R:SeedSizeAtomicGen
- System.Random.Stateful.D:R:SeedSizeIOGen
- System.Random.Stateful.D:R:SeedSizeSTGen
- System.Random.Stateful.D:R:SeedSizeTGen
Warning: System.Random.Stateful: could not find link destinations for:
- System.Random.GFinite.GFinite
- System.Random.GFinite.cardinality
- System.Random.GFinite.toFinite
- System.Random.GFinite.fromFinite
- System.Random.GFinite.Cardinality
- System.Random.Internal.GUniformRange
- System.Random.Internal.GUniform
- System.Random.Internal.D:R:MutableGenStateGenm
- System.Random.Seed.D:R:SeedSizeSMGen
- System.Random.Seed.D:R:SeedSizeSMGen0
- System.Random.Seed.D:R:SeedSizeStateGen
- System.Random.Seed.D:R:SeedSizeStdGen
- System.Random.Stateful.D:R:MutableGenAtomicGenm
- System.Random.Stateful.D:R:SeedSizeAtomicGen
- System.Random.Stateful.D:R:MutableGenIOGenm
- System.Random.Stateful.D:R:SeedSizeIOGen
- System.Random.Stateful.D:R:MutableGenSTGenST
- System.Random.Stateful.D:R:SeedSizeSTGen
- System.Random.Stateful.D:R:MutableGenTGenSTM
- System.Random.Stateful.D:R:SeedSizeTGen
Documentation created: dist/doc/html/random/, dist/doc/html/random/random.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/random-1.3.1-3HmCudIQHVrG4RNMrw37d7
Completed random-1.3.1
Downloading syz-0.2.0.0
Downloaded syz-0.2.0.0
Warning: syz.cabal:64:37: version operators used. To use version operators the
package needs to specify at least 'cabal-version: >= 1.8'.
Warning: syz.cabal:61:37: version operators used. To use version operators the
package needs to specify at least 'cabal-version: >= 1.8'.
Warning: syz.cabal:62:36: version operators used. To use version operators the
package needs to specify at least 'cabal-version: >= 1.8'.
Configuring syz-0.2.0.0...
Preprocessing library for syz-0.2.0.0..
Building library for syz-0.2.0.0..
[1 of 1] Compiling Data.Generics.Zipper ( Data/Generics/Zipper.hs, dist/build/Data/Generics/Zipper.o, dist/build/Data/Generics/Zipper.dyn_o )
Preprocessing library for syz-0.2.0.0..
Running Haddock on library for syz-0.2.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Generics.Zipper ( Data/Generics/Zipper.hs, nothing )
Haddock coverage:
100% ( 53 / 53) in 'Data.Generics.Zipper'
Warning: Data.Generics.Zipper: could not find link destinations for:
- Data.Generics.Zipper.Move
Documentation created: dist/doc/html/syz/, dist/doc/html/syz/syz.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/syz-0.2.0.0-7v68uxi0zPxKKaNJehI7aQ
Completed syz-0.2.0.0
Downloading ZipperAG-1.0.0
Downloaded ZipperAG-1.0.0
Configuring ZipperAG-1.0.0...
Preprocessing library for ZipperAG-1.0.0..
Building library for ZipperAG-1.0.0..
[ 1 of 17] Compiling Language.ZipperAG ( src/Language/ZipperAG.hs, dist/build/Language/ZipperAG.o, dist/build/Language/ZipperAG.dyn_o )
[ 2 of 17] Compiling Language.ZipperAG.Examples.Algol68 ( src/Language/ZipperAG/Examples/Algol68.hs, dist/build/Language/ZipperAG/Examples/Algol68.o, dist/build/Language/ZipperAG/Examples/Algol68.dyn_o )
[ 3 of 17] Compiling Language.ZipperAG.Examples.BreadthFirst ( src/Language/ZipperAG/Examples/BreadthFirst.hs, dist/build/Language/ZipperAG/Examples/BreadthFirst.o, dist/build/Language/ZipperAG/Examples/BreadthFirst.dyn_o )
src/Language/ZipperAG/Examples/BreadthFirst.hs:27:24: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
27 | "Fork" -> (head (ilist z) + 1) : (slist $ z.$3)
| ^^^^
src/Language/ZipperAG/Examples/BreadthFirst.hs:33:30: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
33 | "Fork" -> Fork (head $ ilist z) (replace $ z.$2) (replace $ z.$3)
| ^^^^
src/Language/ZipperAG/Examples/BreadthFirst.hs:41:30: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
41 | False -> tail (ilist $ parent z)
| ^^^^
[ 4 of 17] Compiling Language.ZipperAG.Examples.DESK.DESK ( src/Language/ZipperAG/Examples/DESK/DESK.hs, dist/build/Language/ZipperAG/Examples/DESK/DESK.o, dist/build/Language/ZipperAG/Examples/DESK/DESK.dyn_o )
[ 5 of 17] Compiling Language.ZipperAG.Examples.DESK.DESK_HighOrder ( src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs, dist/build/Language/ZipperAG/Examples/DESK/DESK_HighOrder.o, dist/build/Language/ZipperAG/Examples/DESK/DESK_HighOrder.dyn_o )
[ 6 of 17] Compiling Language.ZipperAG.Examples.DESK.DESK_circular ( src/Language/ZipperAG/Examples/DESK/DESK_circular.hs, dist/build/Language/ZipperAG/Examples/DESK/DESK_circular.o, dist/build/Language/ZipperAG/Examples/DESK/DESK_circular.dyn_o )
[ 7 of 17] Compiling Language.ZipperAG.Examples.DESK.DESK_references ( src/Language/ZipperAG/Examples/DESK/DESK_references.hs, dist/build/Language/ZipperAG/Examples/DESK/DESK_references.o, dist/build/Language/ZipperAG/Examples/DESK/DESK_references.dyn_o )
[ 8 of 17] Compiling Language.ZipperAG.Examples.HTMLTableFormatter ( src/Language/ZipperAG/Examples/HTMLTableFormatter.hs, dist/build/Language/ZipperAG/Examples/HTMLTableFormatter.o, dist/build/Language/ZipperAG/Examples/HTMLTableFormatter.dyn_o )
[ 9 of 17] Compiling Language.ZipperAG.Examples.LET.Let_DataTypes_Boilerplate ( src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs, dist/build/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.o, dist/build/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.dyn_o )
[10 of 17] Compiling Language.ZipperAG.Examples.LET.Let_Bidi ( src/Language/ZipperAG/Examples/LET/Let_Bidi.hs, dist/build/Language/ZipperAG/Examples/LET/Let_Bidi.o, dist/build/Language/ZipperAG/Examples/LET/Let_Bidi.dyn_o )
[11 of 17] Compiling Language.ZipperAG.Examples.LET.Let_No_Blocks ( src/Language/ZipperAG/Examples/LET/Let_No_Blocks.hs, dist/build/Language/ZipperAG/Examples/LET/Let_No_Blocks.o, dist/build/Language/ZipperAG/Examples/LET/Let_No_Blocks.dyn_o )
[12 of 17] Compiling Language.ZipperAG.Examples.LET.Let_Scope ( src/Language/ZipperAG/Examples/LET/Let_Scope.hs, dist/build/Language/ZipperAG/Examples/LET/Let_Scope.o, dist/build/Language/ZipperAG/Examples/LET/Let_Scope.dyn_o )
[13 of 17] Compiling Language.ZipperAG.Examples.LET.Let_Meaning_HO_NestedST_Circ ( src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs, dist/build/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.o, dist/build/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.dyn_o )
[14 of 17] Compiling Language.ZipperAG.Examples.LET.Let_Circular_Flatening ( src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs, dist/build/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.o, dist/build/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.dyn_o )
[15 of 17] Compiling Language.ZipperAG.Examples.LET.ExampleLet ( src/Language/ZipperAG/Examples/LET/ExampleLet.hs, dist/build/Language/ZipperAG/Examples/LET/ExampleLet.o, dist/build/Language/ZipperAG/Examples/LET/ExampleLet.dyn_o )
[16 of 17] Compiling Language.ZipperAG.Examples.RepMin ( src/Language/ZipperAG/Examples/RepMin.hs, dist/build/Language/ZipperAG/Examples/RepMin.o, dist/build/Language/ZipperAG/Examples/RepMin.dyn_o )
[17 of 17] Compiling Language.ZipperAG.Examples.SmartParentesis ( src/Language/ZipperAG/Examples/SmartParentesis.hs, dist/build/Language/ZipperAG/Examples/SmartParentesis.o, dist/build/Language/ZipperAG/Examples/SmartParentesis.dyn_o )
Preprocessing library for ZipperAG-1.0.0..
Running Haddock on library for ZipperAG-1.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Language.ZipperAG ( src/Language/ZipperAG.hs, nothing )
[ 2 of 17] Compiling Language.ZipperAG.Examples.Algol68 ( src/Language/ZipperAG/Examples/Algol68.hs, nothing )
[ 3 of 17] Compiling Language.ZipperAG.Examples.BreadthFirst ( src/Language/ZipperAG/Examples/BreadthFirst.hs, nothing )
src/Language/ZipperAG/Examples/BreadthFirst.hs:27:24: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
27 | "Fork" -> (head (ilist z) + 1) : (slist $ z.$3)
| ^^^^
src/Language/ZipperAG/Examples/BreadthFirst.hs:33:30: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
33 | "Fork" -> Fork (head $ ilist z) (replace $ z.$2) (replace $ z.$3)
| ^^^^
src/Language/ZipperAG/Examples/BreadthFirst.hs:41:30: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
41 | False -> tail (ilist $ parent z)
| ^^^^
[ 4 of 17] Compiling Language.ZipperAG.Examples.DESK.DESK ( src/Language/ZipperAG/Examples/DESK/DESK.hs, nothing )
[ 5 of 17] Compiling Language.ZipperAG.Examples.DESK.DESK_HighOrder ( src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs, nothing )
[ 6 of 17] Compiling Language.ZipperAG.Examples.DESK.DESK_circular ( src/Language/ZipperAG/Examples/DESK/DESK_circular.hs, nothing )
[ 7 of 17] Compiling Language.ZipperAG.Examples.DESK.DESK_references ( src/Language/ZipperAG/Examples/DESK/DESK_references.hs, nothing )
[ 8 of 17] Compiling Language.ZipperAG.Examples.HTMLTableFormatter ( src/Language/ZipperAG/Examples/HTMLTableFormatter.hs, nothing )
[ 9 of 17] Compiling Language.ZipperAG.Examples.LET.Let_DataTypes_Boilerplate ( src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs, nothing )
[10 of 17] Compiling Language.ZipperAG.Examples.LET.Let_Bidi ( src/Language/ZipperAG/Examples/LET/Let_Bidi.hs, nothing )
[11 of 17] Compiling Language.ZipperAG.Examples.LET.Let_No_Blocks ( src/Language/ZipperAG/Examples/LET/Let_No_Blocks.hs, nothing )
[12 of 17] Compiling Language.ZipperAG.Examples.LET.Let_Scope ( src/Language/ZipperAG/Examples/LET/Let_Scope.hs, nothing )
[13 of 17] Compiling Language.ZipperAG.Examples.LET.Let_Meaning_HO_NestedST_Circ ( src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs, nothing )
[14 of 17] Compiling Language.ZipperAG.Examples.LET.Let_Circular_Flatening ( src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs, nothing )
[15 of 17] Compiling Language.ZipperAG.Examples.LET.ExampleLet ( src/Language/ZipperAG/Examples/LET/ExampleLet.hs, nothing )
[16 of 17] Compiling Language.ZipperAG.Examples.RepMin ( src/Language/ZipperAG/Examples/RepMin.hs, nothing )
[17 of 17] Compiling Language.ZipperAG.Examples.SmartParentesis ( src/Language/ZipperAG/Examples/SmartParentesis.hs, nothing )
Haddock coverage:
100% ( 11 / 11) in 'Language.ZipperAG'
0% ( 0 / 16) in 'Language.ZipperAG.Examples.Algol68'
Missing documentation for:
Module header
Root (src/Language/ZipperAG/Examples/Algol68.hs:11)
Its (src/Language/ZipperAG/Examples/Algol68.hs:14)
It (src/Language/ZipperAG/Examples/Algol68.hs:18)
constructor (src/Language/ZipperAG/Examples/Algol68.hs:24)
value (src/Language/ZipperAG/Examples/Algol68.hs:35)
dclo (src/Language/ZipperAG/Examples/Algol68.hs:41)
errs (src/Language/ZipperAG/Examples/Algol68.hs:49)
dcli (src/Language/ZipperAG/Examples/Algol68.hs:59)
lev (src/Language/ZipperAG/Examples/Algol68.hs:74)
env (src/Language/ZipperAG/Examples/Algol68.hs:89)
block (src/Language/ZipperAG/Examples/Algol68.hs:104)
program (src/Language/ZipperAG/Examples/Algol68.hs:105)
mBIn (src/Language/ZipperAG/Examples/Algol68.hs:108)
mNBIn (src/Language/ZipperAG/Examples/Algol68.hs:111)
semantics (src/Language/ZipperAG/Examples/Algol68.hs:114)
0% ( 0 / 9) in 'Language.ZipperAG.Examples.BreadthFirst'
Missing documentation for:
Module header
Root (src/Language/ZipperAG/Examples/BreadthFirst.hs:11)
Tree (src/Language/ZipperAG/Examples/BreadthFirst.hs:14)
constructor (src/Language/ZipperAG/Examples/BreadthFirst.hs:18)
slist (src/Language/ZipperAG/Examples/BreadthFirst.hs:26)
replace (src/Language/ZipperAG/Examples/BreadthFirst.hs:31)
ilist (src/Language/ZipperAG/Examples/BreadthFirst.hs:37)
tree (src/Language/ZipperAG/Examples/BreadthFirst.hs:43)
semantics (src/Language/ZipperAG/Examples/BreadthFirst.hs:45)
0% ( 0 / 24) in 'Language.ZipperAG.Examples.DESK.DESK'
Missing documentation for:
Module header
Root (src/Language/ZipperAG/Examples/DESK/DESK.hs:11)
Program (src/Language/ZipperAG/Examples/DESK/DESK.hs:14)
Expression (src/Language/ZipperAG/Examples/DESK/DESK.hs:18)
Factor (src/Language/ZipperAG/Examples/DESK/DESK.hs:22)
ConstName (src/Language/ZipperAG/Examples/DESK/DESK.hs:26)
ConstPart (src/Language/ZipperAG/Examples/DESK/DESK.hs:29)
ConstDefList (src/Language/ZipperAG/Examples/DESK/DESK.hs:33)
ConstDef (src/Language/ZipperAG/Examples/DESK/DESK.hs:37)
SymbolTable (src/Language/ZipperAG/Examples/DESK/DESK.hs:40)
constructor (src/Language/ZipperAG/Examples/DESK/DESK.hs:43)
lexeme (src/Language/ZipperAG/Examples/DESK/DESK.hs:66)
envi (src/Language/ZipperAG/Examples/DESK/DESK.hs:76)
code (src/Language/ZipperAG/Examples/DESK/DESK.hs:82)
value (src/Language/ZipperAG/Examples/DESK/DESK.hs:95)
ok (src/Language/ZipperAG/Examples/DESK/DESK.hs:101)
name (src/Language/ZipperAG/Examples/DESK/DESK.hs:110)
envs (src/Language/ZipperAG/Examples/DESK/DESK.hs:115)
isInST (src/Language/ZipperAG/Examples/DESK/DESK.hs:123)
getValue (src/Language/ZipperAG/Examples/DESK/DESK.hs:127)
expr (src/Language/ZipperAG/Examples/DESK/DESK.hs:130)
deflst (src/Language/ZipperAG/Examples/DESK/DESK.hs:131)
program (src/Language/ZipperAG/Examples/DESK/DESK.hs:132)
semantics (src/Language/ZipperAG/Examples/DESK/DESK.hs:136)
0% ( 0 / 29) in 'Language.ZipperAG.Examples.DESK.DESK_HighOrder'
Missing documentation for:
Module header
Root (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:11)
Program (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:14)
Expression (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:18)
Factor (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:22)
ConstName (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:26)
ConstPart (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:29)
ConstDefList (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:33)
ConstDef (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:37)
SymbolTable (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:41)
Tuple (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:45)
constructor (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:49)
constructor_HO (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:72)
lexeme (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:82)
envi (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:94)
code (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:100)
value (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:113)
ok (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:119)
name (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:128)
envs (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:133)
Root_HO (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:141)
lexeme_Tuple_name (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:145)
lexeme_Tuple_value (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:149)
isInST (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:153)
getValue (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:162)
expr (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:170)
deflst (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:171)
program (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:172)
semantics (src/Language/ZipperAG/Examples/DESK/DESK_HighOrder.hs:176)
0% ( 0 / 45) in 'Language.ZipperAG.Examples.DESK.DESK_circular'
Missing documentation for:
Module header
Root (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:11)
Program (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:14)
Expression (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:18)
Factor (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:22)
ConstName (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:26)
ConstPart (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:29)
ConstDefList (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:33)
ConstDef (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:37)
envi (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:45)
code (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:52)
value (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:65)
ok (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:70)
name (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:79)
envs (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:85)
extract (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:92)
Root_HO (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:97)
SymbolTable (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:100)
Tuple (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:104)
isInST (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:112)
getValue (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:124)
solve (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:132)
auxSolve (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:139)
check (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:145)
apply (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:151)
solvedSymbols (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:159)
auxSolvedSymbols (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:164)
isSolved (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:173)
auxIsSolved (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:178)
expr (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:186)
deflst (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:187)
program (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:188)
semantics (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:191)
constructor (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:197)
lexeme_Id (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:221)
lexeme_Number (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:224)
lexeme_Equal_Int (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:227)
lexeme_Equal_String (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:230)
constructor_HO (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:235)
lexeme_Root (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:245)
lexeme_Tuple_name (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:248)
lexeme_Tuple_Int (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:252)
lexeme_Tuple_String (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:255)
lexeme_Tuple_Int_Value (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:258)
lexeme_Tuple_String_Value (src/Language/ZipperAG/Examples/DESK/DESK_circular.hs:261)
0% ( 0 / 24) in 'Language.ZipperAG.Examples.DESK.DESK_references'
Missing documentation for:
Module header
Root (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:11)
Program (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:14)
Expression (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:18)
Factor (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:22)
ConstName (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:26)
ConstPart (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:29)
ConstDefList (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:33)
ConstDef (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:37)
SymbolTable (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:40)
constructor (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:43)
lexeme (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:66)
envi (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:78)
code (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:84)
value (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:97)
ok (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:103)
name (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:112)
envs (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:117)
isInST (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:125)
getValue (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:129)
expr (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:133)
deflst (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:134)
program (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:135)
semantics (src/Language/ZipperAG/Examples/DESK/DESK_references.hs:139)
0% ( 0 / 58) in 'Language.ZipperAG.Examples.HTMLTableFormatter'
Missing documentation for:
Module header
R (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:11)
Table (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:14)
Rows (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:17)
Row (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:21)
Elems (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:24)
Elem (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:28)
constructor (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:33)
.$ (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:52)
.| (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:63)
parent (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:70)
value (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:76)
.#. (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:82)
n_Syn (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:86)
ns_Syn (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:93)
ane_Inh (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:98)
r2 (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:119)
r2_table (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:121)
r2_rows (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:123)
r2_row (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:127)
r2_elems (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:129)
r2_elem (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:133)
mh_Syn (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:138)
mw_Syn (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:150)
mws_Syn (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:156)
lmw_Local (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:164)
ah_Inh (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:169)
aws_Inh (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:184)
aw_Inh (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:199)
lines_Syn (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:209)
sumList (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:223)
lengthList (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:225)
eq_zeros (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:227)
eq_zipwith_max (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:230)
maxList (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:235)
headList (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:239)
tailList (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:243)
eq_zipwith_cat (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:247)
add_border_line (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:252)
addglue (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:258)
glue_horizontal (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:261)
add_hor (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:265)
hor_spaces (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:272)
glue_vertical_new (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:275)
add_vertical (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:278)
add_sepline (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:281)
add_sep_line (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:286)
add_elems (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:290)
repeatChar (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:294)
nestedtable (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:300)
elem1 (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:301)
elem2 (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:302)
row1 (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:303)
elem3 (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:304)
table (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:306)
printTable (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:309)
ata (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:312)
semantics (src/Language/ZipperAG/Examples/HTMLTableFormatter.hs:314)
0% ( 0 / 29) in 'Language.ZipperAG.Examples.LET.Let_DataTypes_Boilerplate'
Missing documentation for:
Module header
Link (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:12)
createLink (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:19)
getLink (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:35)
RootC (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:54)
LetC (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:57)
InC (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:60)
ListC (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:63)
E (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:68)
T (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:73)
F (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:78)
RootA (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:85)
LetA (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:88)
InA (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:91)
ListA (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:94)
A (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:99)
lexeme_ConsAssignC (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:109)
lexme_LetA_2 (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:114)
lexeme_InA (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:119)
lexeme_ConsLetC (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:123)
lexeme_Var (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:128)
lexeme_Const (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:133)
lexeme_ConsAssignA_1 (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:138)
lexeme_ConsAssignA_2 (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:143)
lexeme_ConsLetA_1 (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:148)
lexeme_ConsLetA_2 (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:153)
lexeme_Variable (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:158)
lexeme_Constant (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:163)
constructor (src/Language/ZipperAG/Examples/LET/Let_DataTypes_Boilerplate.hs:168)
0% ( 0 / 15) in 'Language.ZipperAG.Examples.LET.Let_Bidi'
Missing documentation for:
Module header
getRootC_RootA (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:11)
getLetC_LetA (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:15)
getInC_IntA (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:19)
getListC_ListA (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:23)
getE_A (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:29)
getT_A (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:35)
getF_A (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:41)
putRootA_RootC (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:49)
putLetA_LetC (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:53)
putInA_IntC (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:57)
putListA_ListC (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:61)
putA_E (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:67)
putA_T (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:82)
putA_F (src/Language/ZipperAG/Examples/LET/Let_Bidi.hs:97)
0% ( 0 / 8) in 'Language.ZipperAG.Examples.LET.Let_No_Blocks'
Missing documentation for:
Module header
dclo (src/Language/ZipperAG/Examples/LET/Let_No_Blocks.hs:12)
errs (src/Language/ZipperAG/Examples/LET/Let_No_Blocks.hs:19)
dcli (src/Language/ZipperAG/Examples/LET/Let_No_Blocks.hs:34)
env (src/Language/ZipperAG/Examples/LET/Let_No_Blocks.hs:41)
mBIn (src/Language/ZipperAG/Examples/LET/Let_No_Blocks.hs:47)
mNBIn (src/Language/ZipperAG/Examples/LET/Let_No_Blocks.hs:51)
test_scope_no_block_rules (src/Language/ZipperAG/Examples/LET/Let_No_Blocks.hs:54)
0% ( 0 / 9) in 'Language.ZipperAG.Examples.LET.Let_Scope'
Missing documentation for:
Module header
dclo (src/Language/ZipperAG/Examples/LET/Let_Scope.hs:13)
errs (src/Language/ZipperAG/Examples/LET/Let_Scope.hs:21)
dcli (src/Language/ZipperAG/Examples/LET/Let_Scope.hs:37)
env (src/Language/ZipperAG/Examples/LET/Let_Scope.hs:48)
lev (src/Language/ZipperAG/Examples/LET/Let_Scope.hs:57)
mBIn (src/Language/ZipperAG/Examples/LET/Let_Scope.hs:66)
mNBIn (src/Language/ZipperAG/Examples/LET/Let_Scope.hs:70)
test_scope_block_rules (src/Language/ZipperAG/Examples/LET/Let_Scope.hs:73)
0% ( 0 / 29) in 'Language.ZipperAG.Examples.LET.Let_Meaning_HO_NestedST_Circ'
Missing documentation for:
Module header
solve (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:20)
pointFree (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:24)
solveSTRoot (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:29)
solveST (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:32)
calculate (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:45)
getVarValue (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:56)
auxGetVarValue (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:62)
oneUpGetVarValue (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:73)
isSolved (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:78)
isVarSolved (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:94)
auxIsVarSolved (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:100)
oneUpIsVarSolved (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:112)
createSTRoot (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:119)
createST (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:123)
RootHO (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:131)
ListHO (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:134)
IsSolved (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:140)
lexeme_IsSolved (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:144)
lexeme_RootHO (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:149)
lexeme_ConsVarHO_Var (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:154)
lexeme_ConsVarHO_isSolved (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:159)
lexeme_ConsVarHO_A (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:164)
lexeme_ConsLetHO_Var (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:169)
lexeme_ConsLetHO_isSolved (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:174)
lexeme_ConsLetHO_NestedST (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:179)
lexeme_NestedListHO (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:184)
constructorHO (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:189)
solve_ho_plus_circularity (src/Language/ZipperAG/Examples/LET/Let_Meaning_HO_NestedST_Circ.hs:201)
0% ( 0 / 18) in 'Language.ZipperAG.Examples.LET.Let_Circular_Flatening'
Missing documentation for:
Module header
VarList (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:13)
pointFree (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:17)
solve (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:22)
isSolved (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:25)
isSolvable (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:34)
flatAG (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:43)
flatLetAG (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:47)
flatListAG (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:51)
isConstant (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:61)
calculate (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:66)
getVarValue (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:80)
auxGetVarValue (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:86)
oneUpGetVarValue (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:95)
isVarSolved (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:100)
auxIsVarSolved (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:106)
oneUpIsVarSolved (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:116)
flatten_Let (src/Language/ZipperAG/Examples/LET/Let_Circular_Flatening.hs:120)
0% ( 0 / 18) in 'Language.ZipperAG.Examples.LET.ExampleLet'
Missing documentation for:
Module header
a1 (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:23)
a (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:29)
b1 (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:46)
b (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:50)
c1 (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:63)
c (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:66)
d1 (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:76)
d (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:80)
e1 (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:93)
e (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:97)
f1 (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:109)
f (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:116)
scope_no_blocks (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:136)
scope_with_blocks (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:138)
flatten (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:140)
solve_after_flattening (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:142)
solve_circ_plus_ho (src/Language/ZipperAG/Examples/LET/ExampleLet.hs:145)
0% ( 0 / 10) in 'Language.ZipperAG.Examples.RepMin'
Missing documentation for:
Module header
Root (src/Language/ZipperAG/Examples/RepMin.hs:12)
Tree (src/Language/ZipperAG/Examples/RepMin.hs:15)
tree (src/Language/ZipperAG/Examples/RepMin.hs:19)
constructor (src/Language/ZipperAG/Examples/RepMin.hs:24)
lexeme (src/Language/ZipperAG/Examples/RepMin.hs:31)
globmin (src/Language/ZipperAG/Examples/RepMin.hs:36)
locmin (src/Language/ZipperAG/Examples/RepMin.hs:43)
replace (src/Language/ZipperAG/Examples/RepMin.hs:49)
semantics (src/Language/ZipperAG/Examples/RepMin.hs:56)
0% ( 0 / 12) in 'Language.ZipperAG.Examples.SmartParentesis'
Missing documentation for:
Module header
Root (src/Language/ZipperAG/Examples/SmartParentesis.hs:12)
Exp (src/Language/ZipperAG/Examples/SmartParentesis.hs:15)
constructor (src/Language/ZipperAG/Examples/SmartParentesis.hs:23)
lexeme (src/Language/ZipperAG/Examples/SmartParentesis.hs:33)
enclosingOpPrecedence (src/Language/ZipperAG/Examples/SmartParentesis.hs:39)
leftOrRight (src/Language/ZipperAG/Examples/SmartParentesis.hs:47)
bpp (src/Language/ZipperAG/Examples/SmartParentesis.hs:61)
wrapInParens (src/Language/ZipperAG/Examples/SmartParentesis.hs:78)
exp2str (src/Language/ZipperAG/Examples/SmartParentesis.hs:82)
expr (src/Language/ZipperAG/Examples/SmartParentesis.hs:89)
semantics (src/Language/ZipperAG/Examples/SmartParentesis.hs:91)
Documentation created: dist/doc/html/ZipperAG/,
dist/doc/html/ZipperAG/ZipperAG.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ZipperAG-1.0.0-Kq6DmUJA6wY6hLVMsYvHC7
Completed ZipperAG-1.0.0
Downloading Ztrategic-0.1.0
Downloaded Ztrategic-0.1.0
Configuring Ztrategic-0.1.0...
Preprocessing library for Ztrategic-0.1.0..
Building library for Ztrategic-0.1.0..
[1 of 8] Compiling Language.Memo.AGMemo ( Language/Memo/AGMemo.hs, dist/build/Language/Memo/AGMemo.o, dist/build/Language/Memo/AGMemo.dyn_o )
[2 of 8] Compiling Language.StrategicData ( Language/StrategicData.hs, dist/build/Language/StrategicData.o, dist/build/Language/StrategicData.dyn_o )
[3 of 8] Compiling Language.Memo.Ztrategic ( Language/Memo/Ztrategic.hs, dist/build/Language/Memo/Ztrategic.o, dist/build/Language/Memo/Ztrategic.dyn_o )
[4 of 8] Compiling Language.Memo.State.Ztrategic ( Language/Memo/State/Ztrategic.hs, dist/build/Language/Memo/State/Ztrategic.o, dist/build/Language/Memo/State/Ztrategic.dyn_o )
[5 of 8] Compiling Language.Memo.Safe.AGMemo ( Language/Memo/Safe/AGMemo.hs, dist/build/Language/Memo/Safe/AGMemo.o, dist/build/Language/Memo/Safe/AGMemo.dyn_o )
[6 of 8] Compiling Language.Memo.Safe.Ztrategic ( Language/Memo/Safe/Ztrategic.hs, dist/build/Language/Memo/Safe/Ztrategic.o, dist/build/Language/Memo/Safe/Ztrategic.dyn_o )
[7 of 8] Compiling Language.Ztrategic ( Language/Ztrategic.hs, dist/build/Language/Ztrategic.o, dist/build/Language/Ztrategic.dyn_o )
[8 of 8] Compiling Paths_Ztrategic ( dist/build/autogen/Paths_Ztrategic.hs, dist/build/Paths_Ztrategic.o, dist/build/Paths_Ztrategic.dyn_o )
Preprocessing library for Ztrategic-0.1.0..
Running Haddock on library for Ztrategic-0.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Language.Memo.AGMemo ( Language/Memo/AGMemo.hs, nothing )
[2 of 8] Compiling Language.StrategicData ( Language/StrategicData.hs, nothing )
[3 of 8] Compiling Language.Memo.Ztrategic ( Language/Memo/Ztrategic.hs, nothing )
[4 of 8] Compiling Language.Memo.State.Ztrategic ( Language/Memo/State/Ztrategic.hs, nothing )
[5 of 8] Compiling Language.Memo.Safe.AGMemo ( Language/Memo/Safe/AGMemo.hs, nothing )
[6 of 8] Compiling Language.Memo.Safe.Ztrategic ( Language/Memo/Safe/Ztrategic.hs, nothing )
[7 of 8] Compiling Language.Ztrategic ( Language/Ztrategic.hs, nothing )
[8 of 8] Compiling Paths_Ztrategic ( dist/build/autogen/Paths_Ztrategic.hs, nothing )
Haddock coverage:
0% ( 0 / 13) in 'Language.Memo.AGMemo'
Missing documentation for:
Module header
mkAG (Language/Memo/AGMemo.hs:11)
.@. (Language/Memo/AGMemo.hs:15)
atParent (Language/Memo/AGMemo.hs:18)
atRight (Language/Memo/AGMemo.hs:22)
atLeft (Language/Memo/AGMemo.hs:25)
Memo (Language/Memo/AGMemo.hs:28)
Memoizable (Language/Memo/AGMemo.hs:32)
AGTree_m (Language/Memo/AGMemo.hs:38)
memo (Language/Memo/AGMemo.hs:45)
memoTable (Language/Memo/AGMemo.hs:60)
upd (Language/Memo/AGMemo.hs:65)
transTree (Language/Memo/AGMemo.hs:69)
0% ( 0 / 8) in 'Language.StrategicData'
Missing documentation for:
Module header
StrategicData (Language/StrategicData.hs:14)
right (Language/StrategicData.hs:20)
left (Language/StrategicData.hs:25)
up (Language/StrategicData.hs:30)
down' (Language/StrategicData.hs:35)
forbid (Language/StrategicData.hs:49)
isJust (Language/StrategicData.hs:39)
0% ( 0 / 59) in 'Language.Memo.Ztrategic'
Missing documentation for:
Module header
TP (Language/Memo/Ztrategic.hs:24)
unTP (Language/Memo/Ztrategic.hs:25)
applyTP_clean (Language/Memo/Ztrategic.hs:28)
applyTP (Language/Memo/Ztrategic.hs:31)
elevate (Language/Memo/Ztrategic.hs:34)
elevateZ (Language/Memo/Ztrategic.hs:38)
full_tdTP (Language/Memo/Ztrategic.hs:41)
full_buTP (Language/Memo/Ztrategic.hs:44)
once_tdTP (Language/Memo/Ztrategic.hs:47)
once_buTP (Language/Memo/Ztrategic.hs:50)
stop_tdTP (Language/Memo/Ztrategic.hs:54)
stop_buTP (Language/Memo/Ztrategic.hs:58)
adhocTP (Language/Memo/Ztrategic.hs:61)
adhocTPSeq (Language/Memo/Ztrategic.hs:66)
adhocTPZ (Language/Memo/Ztrategic.hs:72)
adhocTPZSeq (Language/Memo/Ztrategic.hs:77)
idTP (Language/Memo/Ztrategic.hs:84)
failTP (Language/Memo/Ztrategic.hs:89)
allTPright (Language/Memo/Ztrategic.hs:92)
allTPdown (Language/Memo/Ztrategic.hs:95)
oneTPright (Language/Memo/Ztrategic.hs:98)
oneTPdown (Language/Memo/Ztrategic.hs:101)
seqTP (Language/Memo/Ztrategic.hs:105)
mseq (Language/Memo/Ztrategic.hs:106)
choiceTP (Language/Memo/Ztrategic.hs:110)
mchoice (Language/Memo/Ztrategic.hs:111)
monoTP (Language/Memo/Ztrategic.hs:116)
monoTPZ (Language/Memo/Ztrategic.hs:120)
tryTP (Language/Memo/Ztrategic.hs:124)
repeatTP (Language/Memo/Ztrategic.hs:128)
innermost (Language/Memo/Ztrategic.hs:131)
innermost' (Language/Memo/Ztrategic.hs:136)
outermost (Language/Memo/Ztrategic.hs:139)
TU (Language/Memo/Ztrategic.hs:148)
unTU (Language/Memo/Ztrategic.hs:149)
applyTU_clean (Language/Memo/Ztrategic.hs:152)
applyTU (Language/Memo/Ztrategic.hs:156)
foldr1TU (Language/Memo/Ztrategic.hs:161)
foldl1TU (Language/Memo/Ztrategic.hs:166)
foldrTU (Language/Memo/Ztrategic.hs:171)
foldlTU (Language/Memo/Ztrategic.hs:176)
full_tdTU (Language/Memo/Ztrategic.hs:179)
full_buTU (Language/Memo/Ztrategic.hs:182)
once_tdTU (Language/Memo/Ztrategic.hs:185)
once_buTU (Language/Memo/Ztrategic.hs:188)
stop_tdTU (Language/Memo/Ztrategic.hs:191)
stop_buTU (Language/Memo/Ztrategic.hs:194)
allTUdown (Language/Memo/Ztrategic.hs:198)
allTUright (Language/Memo/Ztrategic.hs:203)
adhocTU (Language/Memo/Ztrategic.hs:208)
adhocTUZ (Language/Memo/Ztrategic.hs:211)
reduce (Language/Memo/Ztrategic.hs:214)
seqTU (Language/Memo/Ztrategic.hs:217)
choiceTU (Language/Memo/Ztrategic.hs:223)
failTU (Language/Memo/Ztrategic.hs:230)
constTU (Language/Memo/Ztrategic.hs:233)
monoTU (Language/Memo/Ztrategic.hs:237)
monoTUZ (Language/Memo/Ztrategic.hs:241)
0% ( 0 / 56) in 'Language.Memo.State.Ztrategic'
Missing documentation for:
Module header
Result (Language/Memo/State/Ztrategic.hs:15)
andS (Language/Memo/State/Ztrategic.hs:16)
orS (Language/Memo/State/Ztrategic.hs:18)
TP (Language/Memo/State/Ztrategic.hs:27)
applyTP (Language/Memo/State/Ztrategic.hs:30)
full_tdTP (Language/Memo/State/Ztrategic.hs:33)
full_buTP (Language/Memo/State/Ztrategic.hs:36)
once_tdTP (Language/Memo/State/Ztrategic.hs:39)
once_buTP (Language/Memo/State/Ztrategic.hs:42)
stop_tdTP (Language/Memo/State/Ztrategic.hs:46)
stop_buTP (Language/Memo/State/Ztrategic.hs:50)
adhocTP (Language/Memo/State/Ztrategic.hs:53)
adhocTPZ (Language/Memo/State/Ztrategic.hs:56)
idTP (Language/Memo/State/Ztrategic.hs:60)
failTP (Language/Memo/State/Ztrategic.hs:64)
allTPright (Language/Memo/State/Ztrategic.hs:69)
allTPdown (Language/Memo/State/Ztrategic.hs:81)
oneTPright (Language/Memo/State/Ztrategic.hs:93)
oneTPdown (Language/Memo/State/Ztrategic.hs:105)
seqTP (Language/Memo/State/Ztrategic.hs:118)
mseq (Language/Memo/State/Ztrategic.hs:124)
choiceTP (Language/Memo/State/Ztrategic.hs:132)
monoTP (Language/Memo/State/Ztrategic.hs:140)
monoTPZ (Language/Memo/State/Ztrategic.hs:144)
tryTP (Language/Memo/State/Ztrategic.hs:148)
repeatTP (Language/Memo/State/Ztrategic.hs:151)
innermost (Language/Memo/State/Ztrategic.hs:154)
innermost' (Language/Memo/State/Ztrategic.hs:158)
outermost (Language/Memo/State/Ztrategic.hs:161)
TU (Language/Memo/State/Ztrategic.hs:169)
applyTU (Language/Memo/State/Ztrategic.hs:172)
foldr1TU (Language/Memo/State/Ztrategic.hs:177)
foldl1TU (Language/Memo/State/Ztrategic.hs:182)
foldrTU (Language/Memo/State/Ztrategic.hs:187)
foldlTU (Language/Memo/State/Ztrategic.hs:192)
full_tdTU (Language/Memo/State/Ztrategic.hs:195)
full_buTU (Language/Memo/State/Ztrategic.hs:198)
once_tdTU (Language/Memo/State/Ztrategic.hs:201)
once_buTU (Language/Memo/State/Ztrategic.hs:204)
stop_tdTU (Language/Memo/State/Ztrategic.hs:207)
stop_buTU (Language/Memo/State/Ztrategic.hs:210)
allTUdown (Language/Memo/State/Ztrategic.hs:213)
allTUright (Language/Memo/State/Ztrategic.hs:224)
adhocTU (Language/Memo/State/Ztrategic.hs:235)
adhocTUZ (Language/Memo/State/Ztrategic.hs:242)
seqTU (Language/Memo/State/Ztrategic.hs:249)
choiceTU (Language/Memo/State/Ztrategic.hs:256)
failTU (Language/Memo/State/Ztrategic.hs:262)
constTU (Language/Memo/State/Ztrategic.hs:265)
monoTU (Language/Memo/State/Ztrategic.hs:269)
monoTUZ (Language/Memo/State/Ztrategic.hs:273)
zTryReduceMZ (Language/Memo/State/Ztrategic.hs:277)
zTryReduceM (Language/Memo/State/Ztrategic.hs:289)
zTryApplyMZ (Language/Memo/State/Ztrategic.hs:298)
zTryApplyM (Language/Memo/State/Ztrategic.hs:310)
0% ( 0 / 15) in 'Language.Memo.Safe.AGMemo'
Missing documentation for:
Module header
mkAG (Language/Memo/Safe/AGMemo.hs:13)
atChild (Language/Memo/Safe/AGMemo.hs:17)
atParent (Language/Memo/Safe/AGMemo.hs:20)
atRight (Language/Memo/Safe/AGMemo.hs:24)
atLeft (Language/Memo/Safe/AGMemo.hs:27)
Memo (Language/Memo/Safe/AGMemo.hs:30)
Dependency (Language/Memo/Safe/AGMemo.hs:34)
MemoTable (Language/Memo/Safe/AGMemo.hs:37)
addDependencies (Language/Memo/Safe/AGMemo.hs:48)
Memoizable (Language/Memo/Safe/AGMemo.hs:50)
AGTree_m (Language/Memo/Safe/AGMemo.hs:71)
memo (Language/Memo/Safe/AGMemo.hs:78)
memoTable (Language/Memo/Safe/AGMemo.hs:87)
upd' (Language/Memo/Safe/AGMemo.hs:93)
0% ( 0 / 57) in 'Language.Memo.Safe.Ztrategic'
Missing documentation for:
Module header
TP (Language/Memo/Safe/Ztrategic.hs:20)
applyTP (Language/Memo/Safe/Ztrategic.hs:23)
full_tdTP (Language/Memo/Safe/Ztrategic.hs:26)
full_buTP (Language/Memo/Safe/Ztrategic.hs:29)
once_tdTP (Language/Memo/Safe/Ztrategic.hs:32)
once_buTP (Language/Memo/Safe/Ztrategic.hs:35)
stop_tdTP (Language/Memo/Safe/Ztrategic.hs:42)
stop_buTP (Language/Memo/Safe/Ztrategic.hs:46)
adhocTP (Language/Memo/Safe/Ztrategic.hs:49)
adhocTPZ (Language/Memo/Safe/Ztrategic.hs:52)
idTP (Language/Memo/Safe/Ztrategic.hs:56)
idTP_invalidateDep (Language/Memo/Safe/Ztrategic.hs:59)
failTP (Language/Memo/Safe/Ztrategic.hs:63)
maybeKeep (Language/Memo/Safe/Ztrategic.hs:68)
allTPright (Language/Memo/Safe/Ztrategic.hs:75)
allTPdown (Language/Memo/Safe/Ztrategic.hs:81)
oneTPright (Language/Memo/Safe/Ztrategic.hs:87)
oneTPdown (Language/Memo/Safe/Ztrategic.hs:93)
seqTP (Language/Memo/Safe/Ztrategic.hs:99)
mseq (Language/Memo/Safe/Ztrategic.hs:100)
choiceTP (Language/Memo/Safe/Ztrategic.hs:104)
monoTP (Language/Memo/Safe/Ztrategic.hs:108)
monoTPZ (Language/Memo/Safe/Ztrategic.hs:112)
tryTP (Language/Memo/Safe/Ztrategic.hs:116)
repeatTP (Language/Memo/Safe/Ztrategic.hs:119)
innermost (Language/Memo/Safe/Ztrategic.hs:122)
innermost' (Language/Memo/Safe/Ztrategic.hs:126)
outermost (Language/Memo/Safe/Ztrategic.hs:129)
TU (Language/Memo/Safe/Ztrategic.hs:137)
applyTU (Language/Memo/Safe/Ztrategic.hs:140)
foldr1TU (Language/Memo/Safe/Ztrategic.hs:145)
foldl1TU (Language/Memo/Safe/Ztrategic.hs:150)
foldrTU (Language/Memo/Safe/Ztrategic.hs:155)
foldlTU (Language/Memo/Safe/Ztrategic.hs:160)
full_tdTU (Language/Memo/Safe/Ztrategic.hs:163)
full_buTU (Language/Memo/Safe/Ztrategic.hs:166)
once_tdTU (Language/Memo/Safe/Ztrategic.hs:169)
once_buTU (Language/Memo/Safe/Ztrategic.hs:172)
stop_tdTU (Language/Memo/Safe/Ztrategic.hs:175)
stop_buTU (Language/Memo/Safe/Ztrategic.hs:178)
allTUdown (Language/Memo/Safe/Ztrategic.hs:181)
allTUright (Language/Memo/Safe/Ztrategic.hs:187)
adhocTU (Language/Memo/Safe/Ztrategic.hs:193)
adhocTUZ (Language/Memo/Safe/Ztrategic.hs:198)
seqTU (Language/Memo/Safe/Ztrategic.hs:203)
choiceTU (Language/Memo/Safe/Ztrategic.hs:210)
failTU (Language/Memo/Safe/Ztrategic.hs:216)
constTU (Language/Memo/Safe/Ztrategic.hs:219)
monoTU (Language/Memo/Safe/Ztrategic.hs:223)
monoTUZ (Language/Memo/Safe/Ztrategic.hs:228)
zTryReduceMZ (Language/Memo/Safe/Ztrategic.hs:235)
zTryReduceM (Language/Memo/Safe/Ztrategic.hs:243)
zTryApplyMZ (Language/Memo/Safe/Ztrategic.hs:249)
zTryApplyM (Language/Memo/Safe/Ztrategic.hs:257)
zTryApply (Language/Memo/Safe/Ztrategic.hs:261)
zApply (Language/Memo/Safe/Ztrategic.hs:265)
0% ( 0 / 81) in 'Language.Ztrategic'
Missing documentation for:
Module header
gatherChildren (Language/Ztrategic.hs:23)
gatherChildrenR (Language/Ztrategic.hs:27)
breadthFirst_tdTP (Language/Ztrategic.hs:32)
TP (Language/Ztrategic.hs:48)
unTP (Language/Ztrategic.hs:50)
applyTP (Language/Ztrategic.hs:53)
full_tdTP (Language/Ztrategic.hs:56)
full_buTP (Language/Ztrategic.hs:59)
once_tdTP (Language/Ztrategic.hs:62)
once_buTP (Language/Ztrategic.hs:65)
stop_tdTP (Language/Ztrategic.hs:69)
stop_buTP (Language/Ztrategic.hs:73)
atRoot (Language/Ztrategic.hs:80)
full_uptdTP (Language/Ztrategic.hs:83)
full_upbuTP (Language/Ztrategic.hs:86)
once_uptdTP (Language/Ztrategic.hs:89)
once_upbuTP (Language/Ztrategic.hs:92)
full_tdTPupwards (Language/Ztrategic.hs:96)
counter_func (Language/Ztrategic.hs:106)
counting (Language/Ztrategic.hs:114)
mutation_func (Language/Ztrategic.hs:119)
mutating (Language/Ztrategic.hs:131)
once_RandomTP (Language/Ztrategic.hs:135)
mutations (Language/Ztrategic.hs:145)
adhocTP (Language/Ztrategic.hs:160)
adhocTPSeq (Language/Ztrategic.hs:165)
adhocTPZ (Language/Ztrategic.hs:171)
adhocTPZSeq (Language/Ztrategic.hs:176)
elevate (Language/Ztrategic.hs:182)
elevateZ (Language/Ztrategic.hs:185)
idTP (Language/Ztrategic.hs:189)
failTP (Language/Ztrategic.hs:193)
allTPright (Language/Ztrategic.hs:196)
allTPdown (Language/Ztrategic.hs:199)
oneTPright (Language/Ztrategic.hs:202)
oneTPdown (Language/Ztrategic.hs:205)
allTPleft (Language/Ztrategic.hs:209)
allTPup (Language/Ztrategic.hs:212)
oneTPleft (Language/Ztrategic.hs:216)
oneTPup (Language/Ztrategic.hs:219)
seqTP (Language/Ztrategic.hs:223)
mseq (Language/Ztrategic.hs:224)
choiceTP (Language/Ztrategic.hs:228)
mchoice (Language/Ztrategic.hs:229)
monoTP (Language/Ztrategic.hs:233)
monoTPZ (Language/Ztrategic.hs:237)
tryTP (Language/Ztrategic.hs:241)
repeatTP (Language/Ztrategic.hs:244)
innermost (Language/Ztrategic.hs:250)
innermost' (Language/Ztrategic.hs:255)
outermost (Language/Ztrategic.hs:258)
TU (Language/Ztrategic.hs:267)
unTU (Language/Ztrategic.hs:268)
applyTU (Language/Ztrategic.hs:272)
foldr1TU (Language/Ztrategic.hs:276)
foldl1TU (Language/Ztrategic.hs:279)
foldrTU (Language/Ztrategic.hs:282)
foldlTU (Language/Ztrategic.hs:285)
full_tdTU (Language/Ztrategic.hs:289)
full_buTU (Language/Ztrategic.hs:292)
once_tdTU (Language/Ztrategic.hs:295)
once_buTU (Language/Ztrategic.hs:298)
stop_tdTU (Language/Ztrategic.hs:302)
stop_buTU (Language/Ztrategic.hs:306)
full_uptdTU (Language/Ztrategic.hs:314)
full_upbuTU (Language/Ztrategic.hs:317)
once_uptdTU (Language/Ztrategic.hs:320)
once_upbuTU (Language/Ztrategic.hs:323)
allTUup (Language/Ztrategic.hs:326)
allTUdown (Language/Ztrategic.hs:333)
allTUright (Language/Ztrategic.hs:336)
adhocTU (Language/Ztrategic.hs:339)
adhocTUZ (Language/Ztrategic.hs:343)
reduce (Language/Ztrategic.hs:346)
seqTU (Language/Ztrategic.hs:350)
choiceTU (Language/Ztrategic.hs:353)
failTU (Language/Ztrategic.hs:356)
constTU (Language/Ztrategic.hs:359)
monoTU (Language/Ztrategic.hs:362)
monoTUZ (Language/Ztrategic.hs:365)
Documentation created: dist/doc/html/Ztrategic/,
dist/doc/html/Ztrategic/Ztrategic.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/Ztrategic-0.1.0-GPBg7fSeDoF1RM6CWTO4En
Completed Ztrategic-0.1.0
Test log
[view raw]
Resolving dependencies... No tests to run for all the packages in the project