Build #1 for hydra-0.13.0
| Package | hydra-0.13.0 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2026-02-27 23:59:06.247387968 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, hspec-2.11.16, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, hspec-2.11.16, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0, HsYAML-0.2.1.5, aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-1.4.301.0, scientific-0.3.8.1, split-0.2.5, text-2.1.1, vector-0.13.2.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring HsYAML-0.2.1.5...
Preprocessing library for HsYAML-0.2.1.5..
Building library for HsYAML-0.2.1.5..
[ 1 of 14] Compiling Data.DList ( src/Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o )
[ 2 of 14] Compiling Util ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
[ 3 of 14] Compiling Data.YAML.Token.Encoding ( src/Data/YAML/Token/Encoding.hs, dist/build/Data/YAML/Token/Encoding.o, dist/build/Data/YAML/Token/Encoding.dyn_o )
src/Data/YAML/Token/Encoding.hs:250:5: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In an equation for decodeFourUTF8:
decodeFourUTF8 first
offset
(second : third : fourth : rest) | third < 0x80
|| 0xBF < third = ...
|
250 | | third < 0x80 || 0xBF < third = error "UTF-8 quad byte char has invalid fourth byte"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Data.YAML.Token ( src/Data/YAML/Token.hs, dist/build/Data/YAML/Token.o, dist/build/Data/YAML/Token.dyn_o )
[ 5 of 14] Compiling Data.YAML.Pos ( src/Data/YAML/Pos.hs, dist/build/Data/YAML/Pos.o, dist/build/Data/YAML/Pos.dyn_o )
[ 6 of 14] Compiling Data.YAML.Event.Internal ( src/Data/YAML/Event/Internal.hs, dist/build/Data/YAML/Event/Internal.o, dist/build/Data/YAML/Event/Internal.dyn_o )
[ 7 of 14] Compiling Data.YAML.Event.Writer ( src/Data/YAML/Event/Writer.hs, dist/build/Data/YAML/Event/Writer.o, dist/build/Data/YAML/Event/Writer.dyn_o )
[ 8 of 14] Compiling Data.YAML.Event ( src/Data/YAML/Event.hs, dist/build/Data/YAML/Event.o, dist/build/Data/YAML/Event.dyn_o )
[ 9 of 14] Compiling Data.YAML.Schema.Internal ( src/Data/YAML/Schema/Internal.hs, dist/build/Data/YAML/Schema/Internal.o, dist/build/Data/YAML/Schema/Internal.dyn_o )
[10 of 14] Compiling Data.YAML.Schema ( src/Data/YAML/Schema.hs, dist/build/Data/YAML/Schema.o, dist/build/Data/YAML/Schema.dyn_o )
[11 of 14] Compiling Data.YAML.Loader ( src/Data/YAML/Loader.hs, dist/build/Data/YAML/Loader.o, dist/build/Data/YAML/Loader.dyn_o )
[12 of 14] Compiling Data.YAML.Internal ( src/Data/YAML/Internal.hs, dist/build/Data/YAML/Internal.o, dist/build/Data/YAML/Internal.dyn_o )
[13 of 14] Compiling Data.YAML.Dumper ( src/Data/YAML/Dumper.hs, dist/build/Data/YAML/Dumper.o, dist/build/Data/YAML/Dumper.dyn_o )
[14 of 14] Compiling Data.YAML ( src/Data/YAML.hs, dist/build/Data/YAML.o, dist/build/Data/YAML.dyn_o )
Preprocessing library for HsYAML-0.2.1.5..
Running Haddock on library for HsYAML-0.2.1.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.DList ( src/Data/DList.hs, nothing )
[ 2 of 14] Compiling Util ( src/Util.hs, nothing )
[ 3 of 14] Compiling Data.YAML.Token.Encoding ( src/Data/YAML/Token/Encoding.hs, nothing )
[ 4 of 14] Compiling Data.YAML.Token ( src/Data/YAML/Token.hs, nothing )
[ 5 of 14] Compiling Data.YAML.Pos ( src/Data/YAML/Pos.hs, nothing )
[ 6 of 14] Compiling Data.YAML.Event.Internal ( src/Data/YAML/Event/Internal.hs, nothing )
[ 7 of 14] Compiling Data.YAML.Event.Writer ( src/Data/YAML/Event/Writer.hs, nothing )
[ 8 of 14] Compiling Data.YAML.Event ( src/Data/YAML/Event.hs, nothing )
[ 9 of 14] Compiling Data.YAML.Schema.Internal ( src/Data/YAML/Schema/Internal.hs, nothing )
[10 of 14] Compiling Data.YAML.Schema ( src/Data/YAML/Schema.hs, nothing )
[11 of 14] Compiling Data.YAML.Loader ( src/Data/YAML/Loader.hs, nothing )
[12 of 14] Compiling Data.YAML.Internal ( src/Data/YAML/Internal.hs, nothing )
[13 of 14] Compiling Data.YAML.Dumper ( src/Data/YAML/Dumper.hs, nothing )
[14 of 14] Compiling Data.YAML ( src/Data/YAML.hs, nothing )
Haddock coverage:
Warning: 'Token' is ambiguous. It is defined
* at src/Data/YAML/Token.hs:183:14
* at src/Data/YAML/Token.hs:183: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/YAML/Token.hs:183:1
Warning: 'Reply' is ambiguous. It is defined
* at src/Data/YAML/Token.hs:239:21
* at src/Data/YAML/Token.hs:239: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/YAML/Token.hs:239:1
Warning: 'Result' is ambiguous. It is defined
* at src/Data/YAML/Token.hs:225:22
* at src/Data/YAML/Token.hs:224: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/YAML/Token.hs:224:1
Warning: 'State' is ambiguous. It is defined
* at src/Data/YAML/Token.hs:263:14
* at src/Data/YAML/Token.hs:263: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/YAML/Token.hs:263:1
100% ( 5 / 5) in 'Data.YAML.Token'
Warning: 'Pos' is ambiguous. It is defined
* at src/Data/YAML/Pos.hs:25:12
* at src/Data/YAML/Pos.hs:25: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/YAML/Pos.hs:25:1
Warning: 'Tag' is ambiguous. It is defined
* at src/Data/YAML/Event/Internal.hs:164:15
* at src/Data/YAML/Event/Internal.hs:164: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/YAML/Event/Internal.hs:164:1
Warning: 'Tag' is ambiguous. It is defined
* at src/Data/YAML/Event/Internal.hs:164:15
* at src/Data/YAML/Event/Internal.hs:164: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/YAML/Event/Internal.hs:164:1
100% ( 28 / 28) in 'Data.YAML.Event'
Warning: 'SchemaResolver' is ambiguous. It is defined
* at src/Data/YAML/Schema/Internal.hs:66:23
* at src/Data/YAML/Schema/Internal.hs:66: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/YAML/Schema/Internal.hs:66:1
Warning: 'SchemaEncoder' is ambiguous. It is defined
* at src/Data/YAML/Schema/Internal.hs:372:22
* at src/Data/YAML/Schema/Internal.hs:372: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/YAML/Schema/Internal.hs:372:1
Warning: 'SchemaEncoder' is ambiguous. It is defined
* at src/Data/YAML/Schema/Internal.hs:372:22
* at src/Data/YAML/Schema/Internal.hs:372: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/YAML/Schema/Internal.hs:372:1
100% ( 21 / 21) in 'Data.YAML.Schema'
Warning: 'Loader' is ambiguous. It is defined
* at src/Data/YAML/Loader.hs:39:19
* at src/Data/YAML/Loader.hs:39: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/YAML/Loader.hs:39:1
Warning: 'Doc' is ambiguous. It is defined
* at src/Data/YAML/Internal.hs:27:17
* at src/Data/YAML/Internal.hs:27: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/YAML/Internal.hs:27:1
Warning: 'Pos' is ambiguous. It is defined
* at src/Data/YAML/Pos.hs:25:12
* at src/Data/YAML/Pos.hs:25: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/YAML/Pos.hs:25:1
100% ( 72 / 72) in 'Data.YAML'
Warning: Data.YAML.Token: could not find link destinations for:
- Data.YAML.Token.Encoding.Rep_Encoding
- Data.YAML.Token.Rep_Token
- Data.YAML.Token.Rep_Code
Warning: Data.YAML.Event: could not find link destinations for:
- Data.YAML.Pos.Rep_Pos
- Data.YAML.Event.Internal.scalarNodeStyle
- Data.YAML.Event.Internal.Rep_EvPos
- Data.YAML.Event.Internal.Rep_Event
- Data.YAML.Event.Internal.Rep_Tag
- Data.YAML.Event.Internal.Rep_NodeStyle
- Data.YAML.Event.Internal.Rep_ScalarStyle
- Data.YAML.Event.Internal.Rep_IndentOfs
- Data.YAML.Event.Internal.Rep_Chomp
- Data.YAML.Event.Internal.Rep_Directives
Warning: Data.YAML: could not find link destinations for:
- Data.YAML.Pos.Rep_Pos
- Data.YAML.Schema.Internal.Rep_Scalar
- Data.YAML.Internal.Rep_Node
- Data.YAML.Internal.Rep_Doc
- Data.YAML.Loc
Documentation created: dist/doc/html/HsYAML/, dist/doc/html/HsYAML/HsYAML.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/HsYAML-0.2.1.5-Cnl4tswjq3KB4zkajvyHQ
Completed HsYAML-0.2.1.5
Configuring OneTuple-0.4.2.1...
Preprocessing library for OneTuple-0.4.2.1..
Building library for OneTuple-0.4.2.1..
[1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o )
Preprocessing library for OneTuple-0.4.2.1..
Running Haddock on library for OneTuple-0.4.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, nothing )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, nothing )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, nothing )
Haddock coverage:
Warning: 'Solo' is ambiguous. It is defined
* in GHC.Tuple
* in GHC.Tuple.Prim
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.Tuple.Prim
100% ( 3 / 3) in 'Data.Tuple.Solo'
25% ( 1 / 4) in 'Data.Tuple.OneTuple'
Missing documentation for:
OneTuple (src/Data/Tuple/OneTuple.hs:21)
OneTuple (src/Data/Tuple/OneTuple.hs:30)
only (src/Data/Tuple/OneTuple.hs:24)
Warning: 'Solo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Data.Tuple.Solo.TH'
Missing documentation for:
tupE
Warning: Data.Tuple.Solo: could not find link destinations for:
- GHC.Generics.Rep1_Solo
- GHC.Generics.Rep_Solo
Documentation created: dist/doc/html/OneTuple/,
dist/doc/html/OneTuple/OneTuple.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/OneTuple-0.4.2.1-65GlXcz0coiFvmploW1YZu
Completed OneTuple-0.4.2.1
Configuring StateVar-1.2.2...
Preprocessing library for StateVar-1.2.2..
Building library for StateVar-1.2.2..
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o )
src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Preprocessing library for StateVar-1.2.2..
Running Haddock on library for StateVar-1.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, nothing )
src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Haddock coverage:
Warning: 'StateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:125:19
* at src/Data/StateVar.hs:125: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/StateVar.hs:125:1
Warning: 'SettableStateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:148:30
* at src/Data/StateVar.hs:148: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/StateVar.hs:148:1
100% ( 15 / 15) in 'Data.StateVar'
Documentation created: dist/doc/html/StateVar/,
dist/doc/html/StateVar/StateVar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ
Completed StateVar-1.2.2
Configuring assoc-1.1.1...
Preprocessing library for assoc-1.1.1..
Building library for assoc-1.1.1..
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, dist/build/Data/Bifunctor/Assoc.o, dist/build/Data/Bifunctor/Assoc.dyn_o )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, dist/build/Data/Bifunctor/Swap.o, dist/build/Data/Bifunctor/Swap.dyn_o )
Preprocessing library for assoc-1.1.1..
Running Haddock on library for assoc-1.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, nothing )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Data.Bifunctor.Assoc'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Bifunctor.Swap'
Missing documentation for:
Module header
Documentation created: dist/doc/html/assoc/, dist/doc/html/assoc/assoc.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/assoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj
Completed assoc-1.1.1
Configuring base-orphans-0.9.4...
Preprocessing library for base-orphans-0.9.4..
Building library for base-orphans-0.9.4..
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o, dist/build/Data/Orphans/Prelude.dyn_o )
[2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, dist/build/Data/Orphans.o, dist/build/Data/Orphans.dyn_o )
Preprocessing library for base-orphans-0.9.4..
Running Haddock on library for base-orphans-0.9.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, nothing )
[2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, nothing )
Haddock coverage:
100% ( 1 / 1) in 'Data.Orphans'
Documentation created: dist/doc/html/base-orphans/,
dist/doc/html/base-orphans/base-orphans.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-orphans-0.9.4-GDnU7L0BqB344vG7X82oqc
Completed base-orphans-0.9.4
Configuring base64-bytestring-1.2.1.0...
Preprocessing library for base64-bytestring-1.2.1.0..
Building library for base64-bytestring-1.2.1.0..
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/build/Data/ByteString/Base64/Internal.o, dist/build/Data/ByteString/Base64/Internal.dyn_o )
[2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.o, dist/build/Data/ByteString/Base64.dyn_o )
[3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/build/Data/ByteString/Base64/Lazy.o, dist/build/Data/ByteString/Base64/Lazy.dyn_o )
[4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/build/Data/ByteString/Base64/URL.o, dist/build/Data/ByteString/Base64/URL.dyn_o )
[5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/build/Data/ByteString/Base64/URL/Lazy.o, dist/build/Data/ByteString/Base64/URL/Lazy.dyn_o )
Preprocessing library for base64-bytestring-1.2.1.0..
Running Haddock on library for base64-bytestring-1.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, nothing )
[2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, nothing )
[3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, nothing )
[4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, nothing )
[5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Data.ByteString.Base64'
100% ( 4 / 4) in 'Data.ByteString.Base64.Lazy'
100% ( 7 / 7) in 'Data.ByteString.Base64.URL'
100% ( 7 / 7) in 'Data.ByteString.Base64.URL.Lazy'
Documentation created: dist/doc/html/base64-bytestring/,
dist/doc/html/base64-bytestring/base64-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base64-bytestring-1.2.1.0-AIN2dTo0IeiEPRnFKNxiRV
Completed base64-bytestring-1.2.1.0
Configuring call-stack-0.4.0...
Preprocessing library for call-stack-0.4.0..
Building library for call-stack-0.4.0..
[1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, dist/build/Data/SrcLoc.o, dist/build/Data/SrcLoc.dyn_o )
[2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, dist/build/Data/CallStack.o, dist/build/Data/CallStack.dyn_o )
[3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, dist/build/Paths_call_stack.o, dist/build/Paths_call_stack.dyn_o )
Preprocessing library for call-stack-0.4.0..
Running Haddock on library for call-stack-0.4.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, nothing )
[2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, nothing )
[3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, nothing )
Haddock coverage:
33% ( 2 / 6) in 'Data.CallStack'
Missing documentation for:
Module header
CallStack (src/Data/CallStack.hs:42)
callStack (src/Data/CallStack.hs:45)
callSite (src/Data/CallStack.hs:55)
Warning: Data.CallStack: could not find link destinations for:
- GHC.Generics.Rep_SrcLoc
Documentation created: dist/doc/html/call-stack/,
dist/doc/html/call-stack/call-stack.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/call-stack-0.4.0-6toa6qiMTfCIj9v12ifnhn
Completed call-stack-0.4.0
Configuring character-ps-0.1...
Preprocessing library for character-ps-0.1..
Building library for character-ps-0.1..
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, dist/build/Data/Char/Patterns.o, dist/build/Data/Char/Patterns.dyn_o )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, dist/build/Data/Word16/Patterns.o, dist/build/Data/Word16/Patterns.dyn_o )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, dist/build/Data/Word8/Patterns.o, dist/build/Data/Word8/Patterns.dyn_o )
Preprocessing library for character-ps-0.1..
Running Haddock on library for character-ps-0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, nothing )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, nothing )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, nothing )
Haddock coverage:
100% (137 /137) in 'Data.Char.Patterns'
100% (137 /137) in 'Data.Word16.Patterns'
100% (137 /137) in 'Data.Word8.Patterns'
Documentation created: dist/doc/html/character-ps/,
dist/doc/html/character-ps/character-ps.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/character-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ
Completed character-ps-0.1
Configuring colour-2.3.6...
Preprocessing library for colour-2.3.6..
Building library for colour-2.3.6..
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o )
[ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o )
Data/Colour/SRGB.hs:117:8: 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."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:117:24: 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."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:127:50: 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."
|
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
| ^^^^
Data/Colour/SRGB.hs:129:33: 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."
|
129 | | otherwise = fst (head rx)
| ^^^^
[12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o )
[14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o )
Preprocessing library for colour-2.3.6..
Running Haddock on library for colour-2.3.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing )
[ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, nothing )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing )
Data/Colour/SRGB.hs:117:8: 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."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:117:24: 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."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:127:50: 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."
|
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
| ^^^^
Data/Colour/SRGB.hs:129:33: 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."
|
129 | | otherwise = fst (head rx)
| ^^^^
[12 of 14] Compiling Data.Colour ( Data/Colour.hs, nothing )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing )
[14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, nothing )
Haddock coverage:
100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
Warning: 'RGBGamut' is ambiguous. It is defined
* at Data/Colour/RGB.hs:54:17
* at Data/Colour/RGB.hs:54: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 Data/Colour/RGB.hs:54:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30: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 Data/Colour/RGB.hs:30:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30: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 Data/Colour/RGB.hs:30:1
85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSL'
Missing documentation for:
Module header
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30: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 Data/Colour/RGB.hs:30:1
85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSV'
Missing documentation for:
Module header
100% ( 6 / 6) in 'Data.Colour.SRGB.Linear'
Warning: 'RGBSpace' is ambiguous. It is defined
* at Data/Colour/RGBSpace.hs:122:19
* at Data/Colour/RGBSpace.hs:122: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 Data/Colour/RGBSpace.hs:122:1
Warning: 'TransferFunction' is ambiguous. It is defined
* at Data/Colour/RGBSpace.hs:92:27
* at Data/Colour/RGBSpace.hs:92: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 Data/Colour/RGBSpace.hs:92:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30: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 Data/Colour/RGB.hs:30:1
Warning: 'RGBGamut' is ambiguous. It is defined
* at Data/Colour/RGB.hs:54:17
* at Data/Colour/RGB.hs:54: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 Data/Colour/RGB.hs:54:1
83% ( 20 / 24) in 'Data.Colour.RGBSpace'
Missing documentation for:
primaries
whitePoint
gamut
transferFunction
100% ( 14 / 14) in 'Data.Colour.SRGB'
85% ( 17 / 20) in 'Data.Colour'
Missing documentation for:
black (Data/Colour/Internal.hs:53)
AffineSpace (Data/Colour/Internal.hs:110)
ColourOps (Data/Colour/Internal.hs:147)
0% ( 1 /149) in 'Data.Colour.Names'
Missing documentation for:
readColourName (Data/Colour/Names.hs:190)
aliceblue (Data/Colour/Names.hs:341)
antiquewhite (Data/Colour/Names.hs:344)
aqua (Data/Colour/Names.hs:347)
aquamarine (Data/Colour/Names.hs:350)
azure (Data/Colour/Names.hs:353)
beige (Data/Colour/Names.hs:356)
bisque (Data/Colour/Names.hs:359)
black (Data/Colour/Internal.hs:53)
blanchedalmond (Data/Colour/Names.hs:364)
blue (Data/Colour/Names.hs:367)
blueviolet (Data/Colour/Names.hs:370)
brown (Data/Colour/Names.hs:373)
burlywood (Data/Colour/Names.hs:376)
cadetblue (Data/Colour/Names.hs:379)
chartreuse (Data/Colour/Names.hs:382)
chocolate (Data/Colour/Names.hs:385)
coral (Data/Colour/Names.hs:388)
cornflowerblue (Data/Colour/Names.hs:391)
cornsilk (Data/Colour/Names.hs:394)
crimson (Data/Colour/Names.hs:397)
cyan (Data/Colour/Names.hs:400)
darkblue (Data/Colour/Names.hs:403)
darkcyan (Data/Colour/Names.hs:406)
darkgoldenrod (Data/Colour/Names.hs:409)
darkgray (Data/Colour/Names.hs:412)
darkgreen (Data/Colour/Names.hs:415)
darkgrey (Data/Colour/Names.hs:418)
darkkhaki (Data/Colour/Names.hs:421)
darkmagenta (Data/Colour/Names.hs:424)
darkolivegreen (Data/Colour/Names.hs:427)
darkorange (Data/Colour/Names.hs:430)
darkorchid (Data/Colour/Names.hs:433)
darkred (Data/Colour/Names.hs:436)
darksalmon (Data/Colour/Names.hs:439)
darkseagreen (Data/Colour/Names.hs:442)
darkslateblue (Data/Colour/Names.hs:445)
darkslategray (Data/Colour/Names.hs:448)
darkslategrey (Data/Colour/Names.hs:451)
darkturquoise (Data/Colour/Names.hs:454)
darkviolet (Data/Colour/Names.hs:457)
deeppink (Data/Colour/Names.hs:460)
deepskyblue (Data/Colour/Names.hs:463)
dimgray (Data/Colour/Names.hs:466)
dimgrey (Data/Colour/Names.hs:469)
dodgerblue (Data/Colour/Names.hs:472)
firebrick (Data/Colour/Names.hs:475)
floralwhite (Data/Colour/Names.hs:478)
forestgreen (Data/Colour/Names.hs:481)
fuchsia (Data/Colour/Names.hs:484)
gainsboro (Data/Colour/Names.hs:487)
ghostwhite (Data/Colour/Names.hs:490)
gold (Data/Colour/Names.hs:493)
goldenrod (Data/Colour/Names.hs:496)
gray (Data/Colour/Names.hs:499)
grey (Data/Colour/Names.hs:502)
green (Data/Colour/Names.hs:505)
greenyellow (Data/Colour/Names.hs:508)
honeydew (Data/Colour/Names.hs:511)
hotpink (Data/Colour/Names.hs:514)
indianred (Data/Colour/Names.hs:517)
indigo (Data/Colour/Names.hs:520)
ivory (Data/Colour/Names.hs:523)
khaki (Data/Colour/Names.hs:526)
lavender (Data/Colour/Names.hs:529)
lavenderblush (Data/Colour/Names.hs:532)
lawngreen (Data/Colour/Names.hs:535)
lemonchiffon (Data/Colour/Names.hs:538)
lightblue (Data/Colour/Names.hs:541)
lightcoral (Data/Colour/Names.hs:544)
lightcyan (Data/Colour/Names.hs:547)
lightgoldenrodyellow (Data/Colour/Names.hs:550)
lightgray (Data/Colour/Names.hs:553)
lightgreen (Data/Colour/Names.hs:556)
lightgrey (Data/Colour/Names.hs:559)
lightpink (Data/Colour/Names.hs:562)
lightsalmon (Data/Colour/Names.hs:565)
lightseagreen (Data/Colour/Names.hs:568)
lightskyblue (Data/Colour/Names.hs:571)
lightslategray (Data/Colour/Names.hs:574)
lightslategrey (Data/Colour/Names.hs:577)
lightsteelblue (Data/Colour/Names.hs:580)
lightyellow (Data/Colour/Names.hs:583)
lime (Data/Colour/Names.hs:586)
limegreen (Data/Colour/Names.hs:589)
linen (Data/Colour/Names.hs:592)
magenta (Data/Colour/Names.hs:595)
maroon (Data/Colour/Names.hs:598)
mediumaquamarine (Data/Colour/Names.hs:601)
mediumblue (Data/Colour/Names.hs:604)
mediumorchid (Data/Colour/Names.hs:607)
mediumpurple (Data/Colour/Names.hs:610)
mediumseagreen (Data/Colour/Names.hs:613)
mediumslateblue (Data/Colour/Names.hs:616)
mediumspringgreen (Data/Colour/Names.hs:619)
mediumturquoise (Data/Colour/Names.hs:622)
mediumvioletred (Data/Colour/Names.hs:625)
midnightblue (Data/Colour/Names.hs:628)
mintcream (Data/Colour/Names.hs:631)
mistyrose (Data/Colour/Names.hs:634)
moccasin (Data/Colour/Names.hs:637)
navajowhite (Data/Colour/Names.hs:640)
navy (Data/Colour/Names.hs:643)
oldlace (Data/Colour/Names.hs:646)
olive (Data/Colour/Names.hs:649)
olivedrab (Data/Colour/Names.hs:652)
orange (Data/Colour/Names.hs:655)
orangered (Data/Colour/Names.hs:658)
orchid (Data/Colour/Names.hs:661)
palegoldenrod (Data/Colour/Names.hs:664)
palegreen (Data/Colour/Names.hs:667)
paleturquoise (Data/Colour/Names.hs:670)
palevioletred (Data/Colour/Names.hs:673)
papayawhip (Data/Colour/Names.hs:676)
peachpuff (Data/Colour/Names.hs:679)
peru (Data/Colour/Names.hs:682)
pink (Data/Colour/Names.hs:685)
plum (Data/Colour/Names.hs:688)
powderblue (Data/Colour/Names.hs:691)
purple (Data/Colour/Names.hs:694)
red (Data/Colour/Names.hs:697)
rosybrown (Data/Colour/Names.hs:700)
royalblue (Data/Colour/Names.hs:703)
saddlebrown (Data/Colour/Names.hs:706)
salmon (Data/Colour/Names.hs:709)
sandybrown (Data/Colour/Names.hs:712)
seagreen (Data/Colour/Names.hs:715)
seashell (Data/Colour/Names.hs:718)
sienna (Data/Colour/Names.hs:721)
silver (Data/Colour/Names.hs:724)
skyblue (Data/Colour/Names.hs:727)
slateblue (Data/Colour/Names.hs:730)
slategray (Data/Colour/Names.hs:733)
slategrey (Data/Colour/Names.hs:736)
snow (Data/Colour/Names.hs:739)
springgreen (Data/Colour/Names.hs:742)
steelblue (Data/Colour/Names.hs:745)
tan (Data/Colour/Names.hs:748)
teal (Data/Colour/Names.hs:751)
thistle (Data/Colour/Names.hs:754)
tomato (Data/Colour/Names.hs:757)
turquoise (Data/Colour/Names.hs:760)
violet (Data/Colour/Names.hs:763)
wheat (Data/Colour/Names.hs:766)
white (Data/Colour/Names.hs:769)
whitesmoke (Data/Colour/Names.hs:772)
yellow (Data/Colour/Names.hs:775)
yellowgreen (Data/Colour/Names.hs:778)
Warning: 'toCIEXYZ' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cieXYZView' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 15 / 17) in 'Data.Colour.CIE'
Missing documentation for:
toCIEXYZ (Data/Colour/CIE.hs:65)
Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx
Completed colour-2.3.6
Configuring dlist-1.0...
Preprocessing library for dlist-1.0..
Building library for dlist-1.0..
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, dist/build/Data/DList/Internal.o, dist/build/Data/DList/Internal.dyn_o )
Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
642 | instance a ~ Char => IsString (DList a) where
| ^
[2 of 5] Compiling Data.DList ( Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, dist/build/Data/DList/DNonEmpty/Internal.o, dist/build/Data/DList/DNonEmpty/Internal.dyn_o )
Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
459 | instance a ~ Char => IsString (DNonEmpty a) where
| ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, dist/build/Data/DList/DNonEmpty.o, dist/build/Data/DList/DNonEmpty.dyn_o )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, dist/build/Data/DList/Unsafe.o, dist/build/Data/DList/Unsafe.dyn_o )
Preprocessing library for dlist-1.0..
Running Haddock on library for dlist-1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, nothing )
Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
642 | instance a ~ Char => IsString (DList a) where
| ^
[2 of 5] Compiling Data.DList ( Data/DList.hs, nothing )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, nothing )
Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
459 | instance a ~ Char => IsString (DNonEmpty a) where
| ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, nothing )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, nothing )
Haddock coverage:
100% ( 21 / 21) in 'Data.DList'
100% ( 17 / 17) in 'Data.DList.DNonEmpty'
Warning: Data.DList: could not find link destinations for:
- Data.DList.Internal.D:R:ItemDList
Warning: Data.DList.DNonEmpty: could not find link destinations for:
- Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty
Documentation created: dist/doc/html/dlist/, dist/doc/html/dlist/dlist.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dlist-1.0-64eJjLRuD1sLrW6rorjot6
Completed dlist-1.0
Configuring generically-0.1.1...
Preprocessing library for generically-0.1.1..
Building library for generically-0.1.1..
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, dist/build/GHC/Generics/Generically.o, dist/build/GHC/Generics/Generically.dyn_o )
Preprocessing library for generically-0.1.1..
Running Haddock on library for generically-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, nothing )
Haddock coverage:
Warning: 'Generically' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
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.Generics
100% ( 3 / 3) in 'GHC.Generics.Generically'
Documentation created: dist/doc/html/generically/,
dist/doc/html/generically/generically.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP
Completed generically-0.1.1
Configuring haskell-lexer-1.2.1...
Preprocessing library for haskell-lexer-1.2.1..
Building library for haskell-lexer-1.2.1..
[1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, dist/build/Language/Haskell/Lexer/Position.o, dist/build/Language/Haskell/Lexer/Position.dyn_o )
[2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, dist/build/Language/Haskell/Lexer/Tokens.o, dist/build/Language/Haskell/Lexer/Tokens.dyn_o )
[3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, dist/build/Language/Haskell/Lexer/Layout.o, dist/build/Language/Haskell/Lexer/Layout.dyn_o )
[4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, dist/build/Language/Haskell/Lexer/Utils.o, dist/build/Language/Haskell/Lexer/Utils.dyn_o )
[5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, dist/build/Language/Haskell/Lexer/Lex.o, dist/build/Language/Haskell/Lexer/Lex.dyn_o )
[6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o, dist/build/Language/Haskell/Lexer.dyn_o )
Preprocessing library for haskell-lexer-1.2.1..
Running Haddock on library for haskell-lexer-1.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, nothing )
[2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, nothing )
[3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, nothing )
[4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, nothing )
[5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, nothing )
[6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, nothing )
Haddock coverage:
Warning: Language.Haskell.Lexer.Utils: Could not find documentation for exported module: Language.Haskell.Lexer.Utils
84% ( 11 / 13) in 'Language.Haskell.Lexer'
Missing documentation for:
Module header
PosToken (Language/Haskell/Lexer/Layout.hs:6)
Documentation created: dist/doc/html/haskell-lexer/,
dist/doc/html/haskell-lexer/haskell-lexer.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-lexer-1.2.1-5D7BleVUwq58CSz4mUgrgH
Completed haskell-lexer-1.2.1
Configuring hspec-discover-2.11.16...
Preprocessing library for hspec-discover-2.11.16..
Building library for hspec-discover-2.11.16..
[1 of 4] Compiling Paths_hspec_discover ( dist/build/autogen/Paths_hspec_discover.hs, dist/build/Paths_hspec_discover.o, dist/build/Paths_hspec_discover.dyn_o )
[2 of 4] Compiling Test.Hspec.Discover.Config ( src/Test/Hspec/Discover/Config.hs, dist/build/Test/Hspec/Discover/Config.o, dist/build/Test/Hspec/Discover/Config.dyn_o )
[3 of 4] Compiling Test.Hspec.Discover.Sort ( src/Test/Hspec/Discover/Sort.hs, dist/build/Test/Hspec/Discover/Sort.o, dist/build/Test/Hspec/Discover/Sort.dyn_o )
[4 of 4] Compiling Test.Hspec.Discover.Run ( src/Test/Hspec/Discover/Run.hs, dist/build/Test/Hspec/Discover/Run.o, dist/build/Test/Hspec/Discover/Run.dyn_o )
Preprocessing executable 'hspec-discover' for hspec-discover-2.11.16..
Building executable 'hspec-discover' for hspec-discover-2.11.16..
[1 of 2] Compiling Main ( driver/hspec-discover.hs, dist/build/hspec-discover/hspec-discover-tmp/Main.o )
[2 of 2] Compiling Paths_hspec_discover ( dist/build/hspec-discover/autogen/Paths_hspec_discover.hs, dist/build/hspec-discover/hspec-discover-tmp/Paths_hspec_discover.o )
[3 of 3] Linking dist/build/hspec-discover/hspec-discover
Preprocessing library for hspec-discover-2.11.16..
Running Haddock on library for hspec-discover-2.11.16..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Paths_hspec_discover ( dist/build/autogen/Paths_hspec_discover.hs, nothing )
[2 of 4] Compiling Test.Hspec.Discover.Config ( src/Test/Hspec/Discover/Config.hs, nothing )
[3 of 4] Compiling Test.Hspec.Discover.Sort ( src/Test/Hspec/Discover/Sort.hs, nothing )
[4 of 4] Compiling Test.Hspec.Discover.Run ( src/Test/Hspec/Discover/Run.hs, nothing )
Haddock coverage:
20% ( 1 / 5) in 'Test.Hspec.Discover.Config'
Missing documentation for:
Config (src/Test/Hspec/Discover/Config.hs:14)
defaultConfig (src/Test/Hspec/Discover/Config.hs:22)
parseConfig (src/Test/Hspec/Discover/Config.hs:36)
usage (src/Test/Hspec/Discover/Config.hs:33)
25% ( 1 / 4) in 'Test.Hspec.Discover.Sort'
Missing documentation for:
sortNaturallyBy (src/Test/Hspec/Discover/Sort.hs:16)
NaturalSortKey (src/Test/Hspec/Discover/Sort.hs:18)
naturalSortKey (src/Test/Hspec/Discover/Sort.hs:25)
36% ( 4 / 11) in 'Test.Hspec.Discover.Run'
Missing documentation for:
run (src/Test/Hspec/Discover/Run.hs:43)
Spec (src/Test/Hspec/Discover/Run.hs:39)
driverWithFormatter (src/Test/Hspec/Discover/Run.hs:92)
Tree (src/Test/Hspec/Discover/Run.hs:160)
Forest (src/Test/Hspec/Discover/Run.hs:163)
Hook (src/Test/Hspec/Discover/Run.hs:166)
discover (src/Test/Hspec/Discover/Run.hs:175)
Documentation created: dist/doc/html/hspec-discover/,
dist/doc/html/hspec-discover/hspec-discover.txt
Preprocessing executable 'hspec-discover' for hspec-discover-2.11.16..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hspec-discover-2.11.16-IK5qXzdqgXW3CbnK9P1MgB
Installing executable hspec-discover in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed hspec-discover-2.11.16
Configuring indexed-traversable-0.1.4...
Preprocessing library for indexed-traversable-0.1.4..
Building library for indexed-traversable-0.1.4..
[1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, dist/build/CoerceCompat.o, dist/build/CoerceCompat.dyn_o )
[2 of 7] Compiling GhcList ( src/GhcList.hs, dist/build/GhcList.o, dist/build/GhcList.dyn_o )
[3 of 7] Compiling WithIndex ( src/WithIndex.hs, dist/build/WithIndex.o, dist/build/WithIndex.dyn_o )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, dist/build/Data/Traversable/WithIndex.o, dist/build/Data/Traversable/WithIndex.dyn_o )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, dist/build/Data/Functor/WithIndex.o, dist/build/Data/Functor/WithIndex.dyn_o )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, dist/build/Data/Foldable1/WithIndex.o, dist/build/Data/Foldable1/WithIndex.dyn_o )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, dist/build/Data/Foldable/WithIndex.o, dist/build/Data/Foldable/WithIndex.dyn_o )
Preprocessing library for indexed-traversable-0.1.4..
Running Haddock on library for indexed-traversable-0.1.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, nothing )
[2 of 7] Compiling GhcList ( src/GhcList.hs, nothing )
[3 of 7] Compiling WithIndex ( src/WithIndex.hs, nothing )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, nothing )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, nothing )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, nothing )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, nothing )
Haddock coverage:
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
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.Functor.Identity
Warning: 'itraverseOf' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'itraversed' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '.' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'forM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 10 / 12) in 'Data.Traversable.WithIndex'
Missing documentation for:
imapDefault (src/WithIndex.hs:81)
ifoldMapDefault (src/WithIndex.hs:162)
66% ( 2 / 3) in 'Data.Functor.WithIndex'
Missing documentation for:
Module header
100% ( 3 / 3) in 'Data.Foldable1.WithIndex'
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'all' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'traverse_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedFold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'imapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iforM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'concatMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'find' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldrM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldlM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'snd' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Foldable.WithIndex'
Documentation created: dist/doc/html/indexed-traversable/,
dist/doc/html/indexed-traversable/indexed-traversable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G
Completed indexed-traversable-0.1.4
Configuring integer-logarithms-1.0.5...
Preprocessing library for integer-logarithms-1.0.5..
Building library for integer-logarithms-1.0.5..
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o )
Preprocessing library for integer-logarithms-1.0.5..
Running Haddock on library for integer-logarithms-1.0.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, nothing )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, nothing )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, nothing )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, nothing )
Haddock coverage:
40% ( 2 / 5) in 'GHC.Integer.Logarithms.Compat'
Missing documentation for:
integerLogBase#
integerLog2#
wordLog2#
100% ( 17 / 17) in 'Math.NumberTheory.Logarithms'
100% ( 3 / 3) in 'Math.NumberTheory.Powers.Integer'
100% ( 3 / 3) in 'Math.NumberTheory.Powers.Natural'
Documentation created: dist/doc/html/integer-logarithms/,
dist/doc/html/integer-logarithms/integer-logarithms.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-logarithms-1.0.5-5ssp4WvPDv64YBApP86K0V
Completed integer-logarithms-1.0.5
Configuring os-string-2.0.10...
Preprocessing library for os-string-2.0.10..
Building library for os-string-2.0.10..
[ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o )
[ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o )
[ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o )
[ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o )
[ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o )
System/OsString/Encoding/Internal.hs:27:42: warning: [GHC-38856] [-Wunused-imports]
The import of try from module Control.Exception is redundant
|
27 | import Control.Exception (SomeException, try, Exception (displayException), evaluate)
| ^^^
[ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, dist/build/System/OsString/Encoding.o, dist/build/System/OsString/Encoding.dyn_o )
[ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, dist/build/System/OsString/Internal/Types.o, dist/build/System/OsString/Internal/Types.dyn_o )
System/OsString/Internal/Types.hs:38:42: warning: [GHC-38856] [-Wunused-imports]
The import of coerceWith
from module Data.Type.Coercion is redundant
|
38 | import Data.Type.Coercion (Coercion(..), coerceWith)
| ^^^^^^^^^^
[ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, dist/build/System/OsString/Posix.o, dist/build/System/OsString/Posix.dyn_o )
[ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, dist/build/System/OsString/Internal.o, dist/build/System/OsString/Internal.dyn_o )
[10 of 11] Compiling System.OsString ( System/OsString.hs, dist/build/System/OsString.o, dist/build/System/OsString.dyn_o )
[11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, dist/build/System/OsString/Windows.o, dist/build/System/OsString/Windows.dyn_o )
Preprocessing library for os-string-2.0.10..
Running Haddock on library for os-string-2.0.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, nothing )
[ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, nothing )
[ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, nothing )
[ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, nothing )
[ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, nothing )
System/OsString/Encoding/Internal.hs:27:42: warning: [GHC-38856] [-Wunused-imports]
The import of try from module Control.Exception is redundant
|
27 | import Control.Exception (SomeException, try, Exception (displayException), evaluate)
| ^^^
[ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, nothing )
[ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, nothing )
System/OsString/Internal/Types.hs:38:42: warning: [GHC-38856] [-Wunused-imports]
The import of coerceWith
from module Data.Type.Coercion is redundant
|
38 | import Data.Type.Coercion (Coercion(..), coerceWith)
| ^^^^^^^^^^
[ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, nothing )
[ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, nothing )
[10 of 11] Compiling System.OsString ( System/OsString.hs, nothing )
[11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, nothing )
Haddock coverage:
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
26% ( 11 / 41) in 'System.OsString.Data.ByteString.Short.Internal'
Missing documentation for:
_nul (System/OsString/Data/ByteString/Short/Internal.hs:67)
isSpace (System/OsString/Data/ByteString/Short/Internal.hs:70)
create (System/OsString/Data/ByteString/Short/Internal.hs:133)
asBA (System/OsString/Data/ByteString/Short/Internal.hs:143)
BA (System/OsString/Data/ByteString/Short/Internal.hs:147)
MBA (System/OsString/Data/ByteString/Short/Internal.hs:148)
newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:152)
newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:157)
copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:162)
unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:167)
copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:172)
moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:308)
moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:312)
packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:315)
packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:318)
unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:329)
packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:338)
packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:341)
indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:450)
word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:471)
word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:473)
setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:476)
copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:481)
createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:507)
createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:523)
findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:549)
assertEven (System/OsString/Data/ByteString/Short/Internal.hs:578)
errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:587)
moduleError (System/OsString/Data/ByteString/Short/Internal.hs:591)
compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:609)
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
96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short'
Missing documentation for:
append
uncons2 (System/OsString/Data/ByteString/Short.hs:184)
concat
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: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16'
Missing documentation for:
append
concat
breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:666)
Warning: 'try' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
33% ( 1 / 3) in 'System.OsString.Internal.Exception'
Missing documentation for:
Module header
isAsyncException (System/OsString/Internal/Exception.hs:17)
Warning: 'TextEncoding' is ambiguous. It is defined
* in GHC.IO.Encoding.Types
* in GHC.IO.Encoding.Types
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.IO.Encoding.Types
27% ( 9 / 33) in 'System.OsString.Encoding.Internal'
Missing documentation for:
Module header
ucs2le (System/OsString/Encoding/Internal.hs:51)
mkUcs2le (System/OsString/Encoding/Internal.hs:54)
ucs2le_DF (System/OsString/Encoding/Internal.hs:59)
ucs2le_EF (System/OsString/Encoding/Internal.hs:69)
ucs2le_decode (System/OsString/Encoding/Internal.hs:80)
ucs2le_encode (System/OsString/Encoding/Internal.hs:105)
mkUTF16le_b (System/OsString/Encoding/Internal.hs:140)
utf16le_b_DF (System/OsString/Encoding/Internal.hs:145)
utf16le_b_EF (System/OsString/Encoding/Internal.hs:155)
utf16le_b_decode (System/OsString/Encoding/Internal.hs:166)
utf16le_b_encode (System/OsString/Encoding/Internal.hs:204)
cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:240)
cWcharsToChars (System/OsString/Encoding/Internal.hs:247)
charsToCWchars (System/OsString/Encoding/Internal.hs:257)
withWindowsString (System/OsString/Encoding/Internal.hs:273)
peekWindowsString (System/OsString/Encoding/Internal.hs:276)
withPosixString (System/OsString/Encoding/Internal.hs:281)
withPosixString' (System/OsString/Encoding/Internal.hs:284)
peekPosixString (System/OsString/Encoding/Internal.hs:287)
peekPosixString' (System/OsString/Encoding/Internal.hs:290)
EncodingException (System/OsString/Encoding/Internal.hs:349)
showEncodingException (System/OsString/Encoding/Internal.hs:357)
wNUL (System/OsString/Encoding/Internal.hs:376)
44% ( 11 / 25) in 'System.OsString.Encoding'
Missing documentation for:
Module header
EncodingException (System/OsString/Encoding/Internal.hs:349)
showEncodingException (System/OsString/Encoding/Internal.hs:357)
ucs2le (System/OsString/Encoding/Internal.hs:51)
mkUcs2le (System/OsString/Encoding/Internal.hs:54)
ucs2le_DF (System/OsString/Encoding/Internal.hs:59)
ucs2le_EF (System/OsString/Encoding/Internal.hs:69)
ucs2le_decode (System/OsString/Encoding/Internal.hs:80)
ucs2le_encode (System/OsString/Encoding/Internal.hs:105)
mkUTF16le_b (System/OsString/Encoding/Internal.hs:140)
utf16le_b_DF (System/OsString/Encoding/Internal.hs:145)
utf16le_b_EF (System/OsString/Encoding/Internal.hs:155)
utf16le_b_decode (System/OsString/Encoding/Internal.hs:166)
utf16le_b_encode (System/OsString/Encoding/Internal.hs:204)
Warning: 'WindowsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:63:25
* at System/OsString/Internal/Types.hs:63: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 System/OsString/Internal/Types.hs:63:1
Warning: 'PosixString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:89:23
* at System/OsString/Internal/Types.hs:89: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 System/OsString/Internal/Types.hs:89:1
Warning: 'ShortByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PosixChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:123:23
* at System/OsString/Internal/Types.hs:123: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 System/OsString/Internal/Types.hs:123:1
Warning: 'WindowsChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:117:23
* at System/OsString/Internal/Types.hs:117: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 System/OsString/Internal/Types.hs:117:1
Warning: 'OsChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:208:18
* at System/OsString/Internal/Types.hs:208: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 System/OsString/Internal/Types.hs:208:1
Warning: 'OsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:173:20
* at System/OsString/Internal/Types.hs:173: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 System/OsString/Internal/Types.hs:173:1
Warning: '(</>)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 9 / 18) in 'System.OsString.Internal.Types'
Missing documentation for:
Module header
unWS (System/OsString/Internal/Types.hs:80)
unPS (System/OsString/Internal/Types.hs:104)
PlatformString (System/OsString/Internal/Types.hs:114)
WindowsChar (System/OsString/Internal/Types.hs:117)
unWW (System/OsString/Internal/Types.hs:142)
PosixChar (System/OsString/Internal/Types.hs:123)
unPW (System/OsString/Internal/Types.hs:150)
PlatformChar (System/OsString/Internal/Types.hs:160)
Warning: 'setFileSystemEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getLocaleEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PosixString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:89:23
* at System/OsString/Internal/Types.hs:89: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 System/OsString/Internal/Types.hs:89:1
Warning: 'OsString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 95 /100) in 'System.OsString.Posix'
Missing documentation for:
Module header
PosixChar (System/OsString/Internal/Types.hs:123)
singleton (System/OsString/Common.hs:545)
empty (System/OsString/Common.hs:548)
concat (System/OsString/Common.hs:756)
Warning: 'setFileSystemEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafePerformIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getLocaleEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:173:20
* at System/OsString/Internal/Types.hs:173: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 System/OsString/Internal/Types.hs:173:1
Warning: 'OsChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:208:18
* at System/OsString/Internal/Types.hs:208: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 System/OsString/Internal/Types.hs:208:1
Warning: 'head' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:309: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 System/OsString/Internal.hs:309:1
Warning: 'tail' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:293: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 System/OsString/Internal.hs:293:1
Warning: 'init' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:318: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 System/OsString/Internal.hs:318:1
Warning: 'last' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:284: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 System/OsString/Internal.hs:284:1
Warning: 'map' is ambiguous. It is defined
* in GHC.Base
* at System/OsString/Internal.hs:348: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 System/OsString/Internal.hs:348:1
Warning: 'reverse' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:354: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 System/OsString/Internal.hs:354:1
Warning: 'foldl' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:370: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 System/OsString/Internal.hs:370:1
Warning: 'foldl1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:384: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 System/OsString/Internal.hs:384:1
Warning: 'foldr' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:400: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 System/OsString/Internal.hs:400:1
Warning: 'foldr1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:414: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 System/OsString/Internal.hs:414:1
Warning: 'all' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.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 System/OsString/Internal.hs:428:1
Warning: 'any' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:435: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 System/OsString/Internal.hs:435:1
Warning: 'replicate' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:450: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 System/OsString/Internal.hs:450:1
Warning: 'take' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:492: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 System/OsString/Internal.hs:492:1
Warning: 'length' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:341: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 System/OsString/Internal.hs:341:1
Warning: 'drop' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:529: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 System/OsString/Internal.hs:529:1
Warning: 'takeWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:523: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 System/OsString/Internal.hs:523:1
Warning: 'dropWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:551: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 System/OsString/Internal.hs:551:1
Warning: 'break' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:580: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 System/OsString/Internal.hs:580:1
Warning: 'span' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:590: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 System/OsString/Internal.hs:590:1
Warning: 'splitAt' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:615: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 System/OsString/Internal.hs:615:1
Warning: 'elem' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:718: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 System/OsString/Internal.hs:718:1
Warning: 'filter' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:736: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 System/OsString/Internal.hs:736:1
94% ( 75 / 79) in 'System.OsString.Internal'
Missing documentation for:
Module header
empty (System/OsString/Internal.hs:249)
singleton (System/OsString/Internal.hs:252)
concat (System/OsString/Internal.hs:441)
Warning: 'setFileSystemEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafePerformIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 96 / 99) in 'System.OsString'
Missing documentation for:
empty (System/OsString/Internal.hs:249)
singleton (System/OsString/Internal.hs:252)
concat (System/OsString/Internal.hs:441)
Warning: 'unsafeDupablePerformIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'WindowsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:63:25
* at System/OsString/Internal/Types.hs:63: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 System/OsString/Internal/Types.hs:63:1
Warning: 'OsString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 94 / 99) in 'System.OsString.Windows'
Missing documentation for:
Module header
WindowsChar (System/OsString/Internal/Types.hs:117)
singleton (System/OsString/Common.hs:545)
empty (System/OsString/Common.hs:548)
concat (System/OsString/Common.hs:756)
Warning: System.OsString.Data.ByteString.Short: could not find link destinations for:
- Data.ByteString.Short.Internal.Rep_ShortByteString
- Data.ByteString.Short.Internal.D:R:ItemShortByteString
Warning: System.OsString.Data.ByteString.Short.Word16: could not find link destinations for:
- Data.ByteString.Short.Internal.Rep_ShortByteString
- Data.ByteString.Short.Internal.D:R:ItemShortByteString
Warning: System.OsString.Internal.Types: could not find link destinations for:
- System.OsString.Internal.Types.Rep_OsChar
- System.OsString.Internal.Types.Rep_OsString
- System.OsString.Internal.Types.Rep_PosixChar
- System.OsString.Internal.Types.Rep_WindowsChar
- System.OsString.Internal.Types.Rep_PosixString
- System.OsString.Internal.Types.Rep_WindowsString
Warning: System.OsString.Posix: could not find link destinations for:
- System.OsString.Internal.Types.Rep_PosixChar
- System.OsString.Internal.Types.Rep_PosixString
Warning: System.OsString: could not find link destinations for:
- System.OsString.Internal.Types.Rep_OsChar
- System.OsString.Internal.Types.Rep_OsString
Warning: System.OsString.Windows: could not find link destinations for:
- System.OsString.Internal.Types.Rep_WindowsChar
- System.OsString.Internal.Types.Rep_WindowsString
Documentation created: dist/doc/html/os-string/,
dist/doc/html/os-string/os-string.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/os-string-2.0.10-9Pq5TH1k3vR47SsJznREBD
Completed os-string-2.0.10
Configuring prettyprinter-1.7.1...
Preprocessing library for prettyprinter-1.7.1..
Building library for prettyprinter-1.7.1..
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o )
src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
34 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o )
[14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o )
src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
"Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
|
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o )
Preprocessing library for prettyprinter-1.7.1..
Running Haddock on library for prettyprinter-1.7.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, nothing )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, nothing )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, nothing )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, nothing )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, nothing )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, nothing )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, nothing )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, nothing )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, nothing )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, nothing )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, nothing )
src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
34 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, nothing )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, nothing )
[14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, nothing )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, nothing )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, nothing )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, nothing )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, nothing )
src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
"Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
|
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, nothing )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, nothing )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, nothing )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, nothing )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, nothing )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, nothing )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, nothing )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, nothing )
Haddock coverage:
57% ( 4 / 7) in 'Prettyprinter.Render.Util.Panic'
Missing documentation for:
Module header
panicPeekedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
panicPoppedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.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 at src/Prettyprinter/Internal.hs:159:7
Warning: 'parens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'space' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'doc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'putDoc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hPutDoc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reAnnotateST' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'comma' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 77 / 78) in 'Prettyprinter.Internal'
Missing documentation for:
defaultPageWidth (src/Prettyprinter/Internal.hs:1778)
66% ( 2 / 3) in 'Prettyprinter.Render.String'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.String'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Prettyprinter.Internal.Type'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Type'
Missing documentation for:
Module header
75% ( 3 / 4) in 'Prettyprinter.Internal.Debug'
Missing documentation for:
diag' (src/Prettyprinter/Internal/Debug.hs:76)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Debug'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.Panic'
Missing documentation for:
Module header
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.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 at src/Prettyprinter/Internal.hs:159:7
100% ( 13 / 13) in 'Prettyprinter.Render.Util.StackMachine'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.StackMachine'
Missing documentation for:
Module header
100% ( 27 / 27) in 'Prettyprinter.Symbols.Ascii'
Warning: 'Keyword' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Red' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'color' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'colorDull' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColorDull' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% (112 /112) in 'Prettyprinter'
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.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 at src/Prettyprinter/Internal.hs:159:7
100% ( 11 / 11) in 'Prettyprinter.Render.Util.SimpleDocTree'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree'
Missing documentation for:
Module header
61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.TreeRenderingTutorial'
Missing documentation for:
SimpleHtml (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:40)
Color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:41)
bold (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:46)
italics (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:47)
paragraph (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:48)
headline (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:49)
color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:52)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial'
Missing documentation for:
Module header
61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.StackMachineTutorial'
Missing documentation for:
SimpleHtml (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:43)
Color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:44)
bold (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:49)
italics (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:50)
paragraph (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:51)
headline (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:52)
color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:55)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial'
Missing documentation for:
Module header
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.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 at src/Prettyprinter/Internal.hs:159:7
100% ( 9 / 9) in 'Prettyprinter.Render.Text'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Text'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Ascii'
Missing documentation for:
Module header
100% ( 30 / 30) in 'Prettyprinter.Symbols.Unicode'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Unicode'
Missing documentation for:
Module header
Warning: Prettyprinter.Util: Could not find documentation for exported module: Prettyprinter.Util
100% ( 4 / 4) in 'Prettyprinter.Util'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Util'
Missing documentation for:
Module header
Warning: Prettyprinter.Internal: could not find link destinations for:
- Prettyprinter.Internal.Rep_Doc
- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Internal.Type: could not find link destinations for:
- Prettyprinter.Internal.Rep_Doc
Warning: Prettyprinter: could not find link destinations for:
- Prettyprinter.Internal.Rep_Doc
- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Render.Util.SimpleDocTree: could not find link destinations for:
- Prettyprinter.Render.Util.SimpleDocTree.Rep_SimpleDocTree
Documentation created: dist/doc/html/prettyprinter/,
dist/doc/html/prettyprinter/prettyprinter.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-1.7.1-UnQFunVR8xJApG1SQhvgB
Completed prettyprinter-1.7.1
Configuring primitive-0.9.1.0...
Preprocessing library for primitive-0.9.1.0..
Building library for primitive-0.9.1.0..
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o )
[13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o )
Preprocessing library for primitive-0.9.1.0..
Running Haddock on library for primitive-0.9.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, nothing )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, nothing )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, nothing )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, nothing )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, nothing )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, nothing )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, nothing )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, nothing )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, nothing )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, nothing )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, nothing )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, nothing )
[13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, nothing )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, nothing )
Haddock coverage:
2% ( 1 / 35) in 'Data.Primitive.MachDeps'
Missing documentation for:
sIZEOF_CHAR (Data/Primitive/MachDeps.hs:68)
aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:69)
sIZEOF_INT (Data/Primitive/MachDeps.hs:71)
aLIGNMENT_INT (Data/Primitive/MachDeps.hs:72)
sIZEOF_WORD (Data/Primitive/MachDeps.hs:74)
aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:75)
sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:77)
aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:78)
sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:80)
aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:81)
sIZEOF_PTR (Data/Primitive/MachDeps.hs:83)
aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:84)
sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:86)
aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:87)
sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:89)
aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:90)
sIZEOF_INT8 (Data/Primitive/MachDeps.hs:92)
aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:93)
sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:95)
aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:96)
sIZEOF_INT16 (Data/Primitive/MachDeps.hs:98)
aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:99)
sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:101)
aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:102)
sIZEOF_INT32 (Data/Primitive/MachDeps.hs:104)
aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:105)
sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:107)
aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:108)
sIZEOF_INT64 (Data/Primitive/MachDeps.hs:110)
aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:111)
sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:113)
aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:114)
Word64_# (Data/Primitive/MachDeps.hs:117)
Int64_# (Data/Primitive/MachDeps.hs:118)
Warning: 'IO' is ambiguous. It is defined
* in GHC.Types
* in GHC.Types
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.Types
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
89% ( 26 / 29) in 'Control.Monad.Primitive'
Missing documentation for:
unsafeInterleave (Control/Monad/Primitive.hs:408)
unsafeDupableInterleave (Control/Monad/Primitive.hs:409)
noDuplicate (Control/Monad/Primitive.hs:401)
Warning: 'MVar' is ambiguous. It is defined
* at Data/Primitive/MVar.hs:41:17
* at Data/Primitive/MVar.hs:41: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 Data/Primitive/MVar.hs:41:1
100% ( 11 / 11) in 'Data.Primitive.MVar'
Warning: 'Array' is ambiguous. It is defined
* at Data/Primitive/Array.hs:65:16
* at Data/Primitive/Array.hs:65: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 Data/Primitive/Array.hs:65:1
Warning: 'MutableArray' is ambiguous. It is defined
* at Data/Primitive/Array.hs:108:25
* at Data/Primitive/Array.hs:108: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 Data/Primitive/Array.hs:108:1
100% ( 27 / 27) in 'Data.Primitive.Array'
Warning: 'MutVar' is ambiguous. It is defined
* at Data/Primitive/MutVar.hs:44:19
* at Data/Primitive/MutVar.hs:44: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 Data/Primitive/MutVar.hs:44:1
Warning: 'IORef' is ambiguous. It is defined
* in GHC.IORef
* in GHC.IORef
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.IORef
Warning: 'STRef' is ambiguous. It is defined
* in GHC.STRef
* in GHC.STRef
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.STRef
100% ( 15 / 15) in 'Data.Primitive.MutVar'
Warning: 'SmallArray' is ambiguous. It is defined
* at Data/Primitive/SmallArray.hs:95:21
* at Data/Primitive/SmallArray.hs:95: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 Data/Primitive/SmallArray.hs:95:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
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.Functor.Identity
Warning: 'SmallMutableArray' is ambiguous. It is defined
* at Data/Primitive/SmallArray.hs:106:30
* at Data/Primitive/SmallArray.hs:106: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 Data/Primitive/SmallArray.hs:106:1
93% ( 27 / 29) in 'Data.Primitive.SmallArray'
Missing documentation for:
SmallArray (Data/Primitive/SmallArray.hs:95)
SmallMutableArray (Data/Primitive/SmallArray.hs:106)
100% ( 10 / 10) in 'Data.Primitive.Types'
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: '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
98% ( 61 / 62) in 'Data.Primitive.ByteArray'
Missing documentation for:
createByteArray (Data/Primitive/ByteArray.hs:672)
Warning: 'PrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:144:20
* at Data/Primitive/PrimArray.hs:144: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 Data/Primitive/PrimArray.hs:144:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:167:29
* at Data/Primitive/PrimArray.hs:167: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 Data/Primitive/PrimArray.hs:167: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
100% ( 78 / 78) in 'Data.Primitive.PrimArray'
Warning: 'Ptr' is ambiguous. It is defined
* in GHC.Ptr
* in GHC.Ptr
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.Ptr
100% ( 17 / 17) in 'Data.Primitive.Ptr'
100% ( 10 / 10) in 'Data.Primitive'
Warning: 'PrimVar' is ambiguous. It is defined
* at Data/Primitive/PrimVar.hs:49:23
* at Data/Primitive/PrimVar.hs:49: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 Data/Primitive/PrimVar.hs:49:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:167:29
* at Data/Primitive/PrimArray.hs:167: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 Data/Primitive/PrimArray.hs:167:1
100% ( 22 / 22) in 'Data.Primitive.PrimVar'
Warning: Control.Monad.Primitive: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateIO
Warning: Data.Primitive.Array: could not find link destinations for:
- Data.Primitive.Array.D:R:ItemArray
Warning: Data.Primitive.SmallArray: could not find link destinations for:
- Data.Primitive.SmallArray.D:R:ItemSmallArray
Warning: Data.Primitive.Types: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Warning: Data.Primitive.ByteArray: could not find link destinations for:
- Data.Array.Byte.D:R:ItemByteArray
Warning: Data.Primitive.PrimArray: could not find link destinations for:
- Data.Primitive.PrimArray.D:R:ItemPrimArray
Warning: Data.Primitive.Ptr: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Documentation created: dist/doc/html/primitive/,
dist/doc/html/primitive/primitive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primitive-0.9.1.0-FI4ablStFrKABDqEidp4iv
Completed primitive-0.9.1.0
Configuring split-0.2.5...
Preprocessing library for split-0.2.5..
Building library for split-0.2.5..
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o, dist/build/Data/List/Split/Internals.dyn_o )
[2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, dist/build/Data/List/Split.o, dist/build/Data/List/Split.dyn_o )
Preprocessing library for split-0.2.5..
Running Haddock on library for split-0.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, nothing )
[2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, nothing )
Haddock coverage:
Warning: 'Splitter' is ambiguous. It is defined
* at src/Data/List/Split/Internals.hs:21:19
* at src/Data/List/Split/Internals.hs:21: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/List/Split/Internals.hs:21:1
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
91% ( 63 / 69) in 'Data.List.Split.Internals'
Warning: 'Splitter' is ambiguous. It is defined
* at src/Data/List/Split/Internals.hs:21:19
* at src/Data/List/Split/Internals.hs:21: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/List/Split/Internals.hs:21:1
90% ( 46 / 51) in 'Data.List.Split'
Documentation created: dist/doc/html/split/, dist/doc/html/split/split.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/split-0.2.5-HdqIBMrRyNiLuV2hi4AZF8
Completed split-0.2.5
Configuring splitmix-0.1.3.2...
Preprocessing library for splitmix-0.1.3.2..
Building library for splitmix-0.1.3.2..
[1 of 3] 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 )
[2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[3 of 3] 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.2..
Running Haddock on library for splitmix-0.1.3.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[3 of 3] 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.2-2SXojlwG8icBs6A9ie9EH9
Completed splitmix-0.1.3.2
Configuring tagged-0.8.10...
Preprocessing library for tagged-0.8.10..
Building library for tagged-0.8.10..
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o )
Preprocessing library for tagged-0.8.10..
Running Haddock on library for tagged-0.8.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, nothing )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, nothing )
Haddock coverage:
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
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.Proxy
66% ( 2 / 3) in 'Data.Proxy.TH'
Missing documentation for:
Module header
Warning: 'Tagged' is ambiguous. It is defined
* at src/Data/Tagged.hs:83:22
* at src/Data/Tagged.hs:83: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/Tagged.hs:83:1
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
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.Proxy
93% ( 14 / 15) in 'Data.Tagged'
Missing documentation for:
witness (src/Data/Tagged.hs:389)
Warning: Data.Tagged: could not find link destinations for:
- Data.Tagged.Rep_Tagged
- Data.Tagged.Rep1_Tagged
Documentation created: dist/doc/html/tagged/, dist/doc/html/tagged/tagged.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagged-0.8.10-AB5hoggHcu9Fkw7jqxEFs0
Completed tagged-0.8.10
Configuring th-abstraction-0.7.2.0...
Preprocessing library for th-abstraction-0.7.2.0..
Building library for th-abstraction-0.7.2.0..
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o )
Preprocessing library for th-abstraction-0.7.2.0..
Running Haddock on library for th-abstraction-0.7.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, nothing )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, nothing )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, nothing )
Haddock coverage:
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
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 Language.Haskell.TH.Syntax
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
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 Language.Haskell.TH.Syntax
76% ( 40 / 52) in 'Language.Haskell.TH.Datatype.TyVarBndr'
Missing documentation for:
TyVarBndrUnit
TyVarBndrSpec
TyVarBndrVis
Specificity
BndrVis
DefaultBndrFlag
plainTV
kindedTV
inferredSpec
specifiedSpec
bndrReq
bndrInvis
Warning: 'DatatypeInfo' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:184:21
* at src/Language/Haskell/TH/Datatype.hs:184: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/Language/Haskell/TH/Datatype.hs:184:1
Warning: 'ConstructorInfo' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:229:24
* at src/Language/Haskell/TH/Datatype.hs:229: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/Language/Haskell/TH/Datatype.hs:229:1
Warning: 'FieldStrictness' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:272:24
* at src/Language/Haskell/TH/Datatype.hs:272: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/Language/Haskell/TH/Datatype.hs:272:1
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Strict' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* at src/Language/Haskell/TH/Datatype.hs:289:5
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/Language/Haskell/TH/Datatype.hs:289:5
Warning: 'datatypeInstVars' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mbKind' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'resolveFixities' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FunArg' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fixity' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
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 Language.Haskell.TH.Syntax
92% ( 49 / 53) in 'Language.Haskell.TH.Datatype'
Missing documentation for:
arrowKCompat (src/Language/Haskell/TH/Datatype.hs:2260)
isStrictAnnot (src/Language/Haskell/TH/Datatype.hs:293)
notStrictAnnot (src/Language/Haskell/TH/Datatype.hs:294)
unpackedAnnot (src/Language/Haskell/TH/Datatype.hs:295)
Warning: Language.Haskell.TH.Datatype.TyVarBndr: could not find link destinations for:
- Language.Haskell.TH.Syntax.Rep_BndrVis
- Language.Haskell.TH.Syntax.Rep_Specificity
Warning: Language.Haskell.TH.Datatype: could not find link destinations for:
- Language.Haskell.TH.Datatype.Rep_DatatypeInfo
- Language.Haskell.TH.Datatype.Rep_ConstructorInfo
- Language.Haskell.TH.Datatype.Rep_FieldStrictness
- Language.Haskell.TH.Datatype.Rep_Strictness
- Language.Haskell.TH.Datatype.Rep_Unpackedness
- Language.Haskell.TH.Datatype.Rep_ConstructorVariant
- Language.Haskell.TH.Datatype.Rep_DatatypeVariant
Documentation created: dist/doc/html/th-abstraction/,
dist/doc/html/th-abstraction/th-abstraction.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-abstraction-0.7.2.0-LXxpvWq4N5lSpSniaraaB
Completed th-abstraction-0.7.2.0
Configuring th-compat-0.1.7...
Preprocessing library for th-compat-0.1.7..
Building library for th-compat-0.1.7..
[1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o )
Preprocessing library for th-compat-0.1.7..
Running Haddock on library for th-compat-0.1.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, nothing )
Haddock coverage:
Warning: 'Code' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
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 Language.Haskell.TH.Syntax
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TExp' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'newNameQuote' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 45 / 46) in 'Language.Haskell.TH.Syntax.Compat'
Missing documentation for:
CodeQ
Documentation created: dist/doc/html/th-compat/,
dist/doc/html/th-compat/th-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-compat-0.1.7-EmM9ruMKEJXEkEkRote8Zx
Completed th-compat-0.1.7
Configuring transformers-compat-0.8...
Preprocessing library for transformers-compat-0.8..
Building library for transformers-compat-0.8..
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o, dist/build/Control/Monad/Trans/Instances.dyn_o )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, dist/build/Data/Functor/Classes/Generic/Internal.o, dist/build/Data/Functor/Classes/Generic/Internal.dyn_o )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, dist/build/Data/Functor/Classes/Generic.o, dist/build/Data/Functor/Classes/Generic.dyn_o )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o, dist/build/Paths_transformers_compat.dyn_o )
Preprocessing library for transformers-compat-0.8..
Running Haddock on library for transformers-compat-0.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, nothing )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, nothing )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, nothing )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, nothing )
Haddock coverage:
100% ( 1 / 1) in 'Control.Monad.Trans.Instances'
Warning: 'String' is ambiguous. It is defined
* in Text.Read.Lex
* in GHC.Base
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.Base
Warning: 'Options' is ambiguous. It is defined
* at generics/Data/Functor/Classes/Generic/Internal.hs:95:16
* at generics/Data/Functor/Classes/Generic/Internal.hs:95: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 generics/Data/Functor/Classes/Generic/Internal.hs:95:1
Warning: 'FunctorClassesDefault' is ambiguous. It is defined
* at generics/Data/Functor/Classes/Generic/Internal.hs:959:3
* at generics/Data/Functor/Classes/Generic/Internal.hs:958: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 generics/Data/Functor/Classes/Generic/Internal.hs:958:1
100% ( 42 / 42) in 'Data.Functor.Classes.Generic.Internal'
Warning: 'Eq1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ord1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Read1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Show1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'GenericFunctorClasses' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 21 / 21) in 'Data.Functor.Classes.Generic'
Warning: Data.Functor.Classes.Generic.Internal: could not find link destinations for:
- Data.Functor.Classes.Generic.Internal.GShowCon
- Data.Functor.Classes.Generic.Internal.GReadCon
Documentation created: dist/doc/html/transformers-compat/,
dist/doc/html/transformers-compat/transformers-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-compat-0.8-LVU6Yfh9VrJ6cmWLk39ZKn
Completed transformers-compat-0.8
Configuring vector-stream-0.1.0.1...
Preprocessing library for vector-stream-0.1.0.1..
Building library for vector-stream-0.1.0.1..
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, dist/build/Data/Stream/Monadic.o, dist/build/Data/Stream/Monadic.dyn_o )
Preprocessing library for vector-stream-0.1.0.1..
Running Haddock on library for vector-stream-0.1.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, nothing )
Haddock coverage:
Warning: 'Stream' is ambiguous. It is defined
* at src/Data/Stream/Monadic.hs:154:19
* at src/Data/Stream/Monadic.hs:154: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/Stream/Monadic.hs:154:1
Warning: 'Bundle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
81% (110 /135) in 'Data.Stream.Monadic'
Missing documentation for:
liftBox (src/Data/Stream/Monadic.hs:130)
generate (src/Data/Stream/Monadic.hs:210)
unbox (src/Data/Stream/Monadic.hs:462)
concatMap (src/Data/Stream/Monadic.hs:1070)
zipWithM_ (src/Data/Stream/Monadic.hs:531)
zipWith3M (src/Data/Stream/Monadic.hs:535)
zipWith4M (src/Data/Stream/Monadic.hs:565)
zipWith5M (src/Data/Stream/Monadic.hs:572)
zipWith6M (src/Data/Stream/Monadic.hs:579)
zipWith (src/Data/Stream/Monadic.hs:585)
zipWith3 (src/Data/Stream/Monadic.hs:590)
zipWith4 (src/Data/Stream/Monadic.hs:596)
zipWith5 (src/Data/Stream/Monadic.hs:602)
zipWith6 (src/Data/Stream/Monadic.hs:608)
zip (src/Data/Stream/Monadic.hs:612)
zip3 (src/Data/Stream/Monadic.hs:616)
zip4 (src/Data/Stream/Monadic.hs:621)
zip5 (src/Data/Stream/Monadic.hs:626)
zip6 (src/Data/Stream/Monadic.hs:631)
mapMaybe (src/Data/Stream/Monadic.hs:702)
catMaybes (src/Data/Stream/Monadic.hs:716)
and (src/Data/Stream/Monadic.hs:1044)
or (src/Data/Stream/Monadic.hs:1057)
concatMapM (src/Data/Stream/Monadic.hs:1074)
unfoldrN (src/Data/Stream/Monadic.hs:1136)
Documentation created: dist/doc/html/vector-stream/,
dist/doc/html/vector-stream/vector-stream.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-stream-0.1.0.1-6z73n1LRnZvKlURnjwR3rr
Completed vector-stream-0.1.0.1
Configuring contravariant-1.5.6...
Preprocessing library for contravariant-1.5.6..
Building library for contravariant-1.5.6..
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o, dist/build/Data/Functor/Contravariant/Divisible.dyn_o )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o, dist/build/Data/Functor/Contravariant/Compose.dyn_o )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o, dist/build/Data/Functor/Contravariant/Generic.dyn_o )
Preprocessing library for contravariant-1.5.6..
Running Haddock on library for contravariant-1.5.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, nothing )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, nothing )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, nothing )
Haddock coverage:
Warning: 'delta' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Functor.Contravariant.Divisible'
100% ( 4 / 4) in 'Data.Functor.Contravariant.Compose'
Warning: 'Comparison' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
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.Functor.Contravariant
Warning: 'Equivalence' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
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.Functor.Contravariant
100% ( 3 / 3) in 'Data.Functor.Contravariant.Generic'
Warning: Data.Functor.Contravariant.Generic: could not find link destinations for:
- Data.Functor.Contravariant.Generic.GDeciding1
- Data.Functor.Contravariant.Generic.GDeciding
- Data.Functor.Contravariant.Generic.GG
- Data.Functor.Contravariant.Generic.Rep1'
- Data.Functor.Contravariant.Generic.Rep'
Documentation created: dist/doc/html/contravariant/,
dist/doc/html/contravariant/contravariant.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/contravariant-1.5.6-qv5bbVRExRIFbfN8ysinu
Completed contravariant-1.5.6
Configuring HUnit-1.6.2.0...
Preprocessing library for HUnit-1.6.2.0..
Building library for HUnit-1.6.2.0..
[1 of 6] Compiling Paths_HUnit ( dist/build/autogen/Paths_HUnit.hs, dist/build/Paths_HUnit.o, dist/build/Paths_HUnit.dyn_o )
[2 of 6] Compiling Test.HUnit.Lang ( src/Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o, dist/build/Test/HUnit/Lang.dyn_o )
[3 of 6] Compiling Test.HUnit.Base ( src/Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o, dist/build/Test/HUnit/Base.dyn_o )
[4 of 6] Compiling Test.HUnit.Terminal ( src/Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o, dist/build/Test/HUnit/Terminal.dyn_o )
src/Test/HUnit/Terminal.hs:41:41: 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 | | otherwise = ta f (c:bs) (tail as) cs
| ^^^^
[5 of 6] Compiling Test.HUnit.Text ( src/Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o, dist/build/Test/HUnit/Text.dyn_o )
[6 of 6] Compiling Test.HUnit ( src/Test/HUnit.hs, dist/build/Test/HUnit.o, dist/build/Test/HUnit.dyn_o )
Preprocessing library for HUnit-1.6.2.0..
Running Haddock on library for HUnit-1.6.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Paths_HUnit ( dist/build/autogen/Paths_HUnit.hs, nothing )
[2 of 6] Compiling Test.HUnit.Lang ( src/Test/HUnit/Lang.hs, nothing )
[3 of 6] Compiling Test.HUnit.Base ( src/Test/HUnit/Base.hs, nothing )
[4 of 6] Compiling Test.HUnit.Terminal ( src/Test/HUnit/Terminal.hs, nothing )
src/Test/HUnit/Terminal.hs:41:41: 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 | | otherwise = ta f (c:bs) (tail as) cs
| ^^^^
[5 of 6] Compiling Test.HUnit.Text ( src/Test/HUnit/Text.hs, nothing )
[6 of 6] Compiling Test.HUnit ( src/Test/HUnit.hs, nothing )
Haddock coverage:
54% ( 6 / 11) in 'Test.HUnit.Lang'
Missing documentation for:
Module header
Result (src/Test/HUnit/Lang.hs:86)
HUnitFailure (src/Test/HUnit/Lang.hs:41)
FailureReason (src/Test/HUnit/Lang.hs:46)
formatFailureReason (src/Test/HUnit/Lang.hs:83)
100% ( 33 / 33) in 'Test.HUnit.Base'
100% ( 2 / 2) in 'Test.HUnit.Terminal'
Warning: 'PutText' is ambiguous. It is defined
* at src/Test/HUnit/Text.hs:40:19
* at src/Test/HUnit/Text.hs:40: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/Test/HUnit/Text.hs:40:1
Warning: 'st' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Test.HUnit.Text'
100% ( 3 / 3) in 'Test.HUnit'
Documentation created: dist/doc/html/HUnit/, dist/doc/html/HUnit/HUnit.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/HUnit-1.6.2.0-I4Li6SX3p2jHu37LTSBLSu
Completed HUnit-1.6.2.0
Configuring ansi-terminal-types-1.1.3...
Preprocessing library for ansi-terminal-types-1.1.3..
Building library for ansi-terminal-types-1.1.3..
[1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o )
[2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o )
Preprocessing library for ansi-terminal-types-1.1.3..
Running Haddock on library for ansi-terminal-types-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing )
[2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing )
Haddock coverage:
100% ( 13 / 13) in 'System.Console.ANSI.Types'
66% ( 41 / 62) in 'System.Console.ANSI.Codes'
Missing documentation for:
cursorUpCode (src/System/Console/ANSI/Codes.hs:236)
cursorDownCode (src/System/Console/ANSI/Codes.hs:237)
cursorForwardCode (src/System/Console/ANSI/Codes.hs:238)
cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239)
cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245)
cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244)
clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312)
clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313)
clearScreenCode (src/System/Console/ANSI/Codes.hs:314)
clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315)
clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316)
clearLineCode (src/System/Console/ANSI/Codes.hs:317)
enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320)
disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321)
scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326)
scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327)
useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330)
useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331)
setSGRCode (src/System/Console/ANSI/Codes.hs:339)
hideCursorCode (src/System/Console/ANSI/Codes.hs:344)
showCursorCode (src/System/Console/ANSI/Codes.hs:345)
Documentation created: dist/doc/html/ansi-terminal-types/,
dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1.3-FbCvCegLPPTJZH2c3Rw7yn
Completed ansi-terminal-types-1.1.3
Configuring hashable-1.5.1.0...
Preprocessing library for hashable-1.5.1.0..
Building library for hashable-1.5.1.0..
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )
src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
|
5 | {-# LANGUAGE Trustworthy #-}
| ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o )
[10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o )
Preprocessing library for hashable-1.5.1.0..
Running Haddock on library for hashable-1.5.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, nothing )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, nothing )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, nothing )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, nothing )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, nothing )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, nothing )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, nothing )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, nothing )
src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
|
5 | {-# LANGUAGE Trustworthy #-}
| ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing )
[10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, nothing )
Haddock coverage:
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: 'hash' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultHashWith' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Hashed' is ambiguous. It is defined
* at src/Data/Hashable/Class.hs:863:17
* at src/Data/Hashable/Class.hs:863: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/Hashable/Class.hs:863:1
Warning: 'Arg' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 8 / 10) in 'Data.Hashable.Lifted'
Missing documentation for:
Hashable1 (src/Data/Hashable/Class.hs:255)
Hashable2 (src/Data/Hashable/Class.hs:270)
66% ( 6 / 9) in 'Data.Hashable.Generic'
Missing documentation for:
One (src/Data/Hashable/Class.hs:245)
Zero (src/Data/Hashable/Class.hs:244)
HashArgs (src/Data/Hashable/Class.hs:247)
Warning: 'Generic' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 31 / 31) in 'Data.Hashable'
Warning: Data.Hashable.Generic: could not find link destinations for:
- Data.Hashable.Class.D:R:HashArgsOnea0
- Data.Hashable.Class.D:R:HashArgsZeroa0
- Data.Hashable.Generic.Instances.GSum
Warning: Data.Hashable: could not find link destinations for:
- Data.Hashable.Mix.Salt
Documentation created: dist/doc/html/hashable/,
dist/doc/html/hashable/hashable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.5.1.0-I5Ew2QX2Z0CCciYNUjFQx
Completed hashable-1.5.1.0
Configuring integer-conversion-0.1.1...
Preprocessing library for integer-conversion-0.1.1..
Building library for integer-conversion-0.1.1..
[1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, dist/build/Data/Integer/Conversion.o, dist/build/Data/Integer/Conversion.dyn_o )
Preprocessing library for integer-conversion-0.1.1..
Running Haddock on library for integer-conversion-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, nothing )
Haddock coverage:
Warning: 'Text' is ambiguous. It is defined
* in Data.Text.Internal
* in Data.Text.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.Text.Internal
100% ( 5 / 5) in 'Data.Integer.Conversion'
Documentation created: dist/doc/html/integer-conversion/,
dist/doc/html/integer-conversion/integer-conversion.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-conversion-0.1.1-CeDtdfh0tTJCMc72X6KfS8
Completed integer-conversion-0.1.1
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-4YoyfNE8GMC3bv8ZvDq2uc
Completed random-1.3.1
Configuring distributive-0.6.3...
Preprocessing library for distributive-0.6.3..
Building library for distributive-0.6.3..
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o )
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o, dist/build/Data/Distributive/Generic.dyn_o )
Preprocessing library for distributive-0.6.3..
Running Haddock on library for distributive-0.6.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, nothing )
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, nothing )
Haddock coverage:
Warning: 'Representable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
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.Functor.Identity
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
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.Functor.Compose
100% ( 4 / 4) in 'Data.Distributive'
75% ( 3 / 4) in 'Data.Distributive.Generic'
Missing documentation for:
GDistributive (src/Data/Distributive/Generic.hs:48)
Documentation created: dist/doc/html/distributive/,
dist/doc/html/distributive/distributive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/distributive-0.6.3-FeoNVMgKO2HK3z1aAZCP5y
Completed distributive-0.6.3
Configuring network-uri-2.6.4.2...
Preprocessing library for network-uri-2.6.4.2..
Building library for network-uri-2.6.4.2..
[1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o, dist/build/Network/URI.dyn_o )
Network/URI.hs:1131:12: 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."
|
1131 | if head (uriPath ref) == '/' then
| ^^^^
Network/URI.hs:1437:16: 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."
|
1437 | query = orNull tail . uriQuery
| ^^^^
Network/URI.hs:1441:19: 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."
|
1441 | fragment = orNull tail . uriFragment
| ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o, dist/build/Network/URI/Lens.dyn_o )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o, dist/build/Network/URI/Static.dyn_o )
Preprocessing library for network-uri-2.6.4.2..
Running Haddock on library for network-uri-2.6.4.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Network.URI ( Network/URI.hs, nothing )
Network/URI.hs:1131:12: 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."
|
1131 | if head (uriPath ref) == '/' then
| ^^^^
Network/URI.hs:1437:16: 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."
|
1437 | query = orNull tail . uriQuery
| ^^^^
Network/URI.hs:1441:19: 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."
|
1441 | fragment = orNull tail . uriFragment
| ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, nothing )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, nothing )
Haddock coverage:
Warning: 'URI' is ambiguous. It is defined
* at Network/URI.hs:184:12
* at Network/URI.hs:184: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 Network/URI.hs:184:1
77% ( 42 / 54) in 'Network.URI'
Missing documentation for:
uriIsAbsolute (Network/URI.hs:388)
uriIsRelative (Network/URI.hs:391)
uriAuthToString (Network/URI.hs:959)
parseabsoluteURI (Network/URI.hs:1400)
escapeString (Network/URI.hs:1404)
reserved (Network/URI.hs:1408)
unreserved (Network/URI.hs:1412)
scheme (Network/URI.hs:1418)
authority (Network/URI.hs:1425)
path (Network/URI.hs:1433)
query (Network/URI.hs:1437)
fragment (Network/URI.hs:1441)
11% ( 1 / 9) in 'Network.URI.Lens'
Missing documentation for:
uriRegNameLens (Network/URI/Lens.hs:32)
uriUserInfoLens (Network/URI/Lens.hs:35)
uriPortLens (Network/URI/Lens.hs:39)
uriAuthorityLens (Network/URI/Lens.hs:42)
uriSchemeLens (Network/URI/Lens.hs:46)
uriPathLens (Network/URI/Lens.hs:49)
uriQueryLens (Network/URI/Lens.hs:52)
uriFragmentLens (Network/URI/Lens.hs:55)
88% ( 8 / 9) in 'Network.URI.Static'
Missing documentation for:
Module header
Warning: Network.URI: could not find link destinations for:
- Network.URI.Rep_URI
- Network.URI.Rep_URIAuth
Warning: Network.URI.Lens: could not find link destinations for:
- Network.URI.Lens.Lens'
Documentation created: dist/doc/html/network-uri/,
dist/doc/html/network-uri/network-uri.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-uri-2.6.4.2-9dfGMfPiC12BvsnaeenaXD
Completed network-uri-2.6.4.2
Configuring hspec-expectations-0.8.4...
Preprocessing library for hspec-expectations-0.8.4..
Building library for hspec-expectations-0.8.4..
[1 of 4] Compiling Paths_hspec_expectations ( dist/build/autogen/Paths_hspec_expectations.hs, dist/build/Paths_hspec_expectations.o, dist/build/Paths_hspec_expectations.dyn_o )
[2 of 4] Compiling Test.Hspec.Expectations.Contrib ( src/Test/Hspec/Expectations/Contrib.hs, dist/build/Test/Hspec/Expectations/Contrib.o, dist/build/Test/Hspec/Expectations/Contrib.dyn_o )
[3 of 4] Compiling Test.Hspec.Expectations.Matcher ( src/Test/Hspec/Expectations/Matcher.hs, dist/build/Test/Hspec/Expectations/Matcher.o, dist/build/Test/Hspec/Expectations/Matcher.dyn_o )
[4 of 4] Compiling Test.Hspec.Expectations ( src/Test/Hspec/Expectations.hs, dist/build/Test/Hspec/Expectations.o, dist/build/Test/Hspec/Expectations.dyn_o )
Preprocessing library for hspec-expectations-0.8.4..
Running Haddock on library for hspec-expectations-0.8.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Paths_hspec_expectations ( dist/build/autogen/Paths_hspec_expectations.hs, nothing )
[2 of 4] Compiling Test.Hspec.Expectations.Contrib ( src/Test/Hspec/Expectations/Contrib.hs, nothing )
[3 of 4] Compiling Test.Hspec.Expectations.Matcher ( src/Test/Hspec/Expectations/Matcher.hs, nothing )
[4 of 4] Compiling Test.Hspec.Expectations ( src/Test/Hspec/Expectations.hs, nothing )
Haddock coverage:
Warning: 'Expectation' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'shouldBe' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'shouldSatisfy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 7 / 7) in 'Test.Hspec.Expectations.Contrib'
Warning: 'ErrorCall' is ambiguous. It is defined
* in GHC.Exception
* in GHC.Exception
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.Exception
76% ( 23 / 30) in 'Test.Hspec.Expectations'
Missing documentation for:
Expectation (src/Test/Hspec/Expectations.hs:76)
expectationFailure (src/Test/Hspec/Expectations.hs:79)
anyException (src/Test/Hspec/Expectations.hs:183)
anyErrorCall (src/Test/Hspec/Expectations.hs:186)
anyIOException (src/Test/Hspec/Expectations.hs:196)
anyArithException (src/Test/Hspec/Expectations.hs:199)
errorCall (src/Test/Hspec/Expectations.hs:190)
Documentation created: dist/doc/html/hspec-expectations/,
dist/doc/html/hspec-expectations/hspec-expectations.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hspec-expectations-0.8.4-HhwaltKFPw86SDondIAVYY
Completed hspec-expectations-0.8.4
Configuring ansi-terminal-1.1.5...
Preprocessing library for ansi-terminal-1.1.5..
Building library for ansi-terminal-1.1.5..
[1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o )
[2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o )
Preprocessing library for ansi-terminal-1.1.5..
Running Haddock on library for ansi-terminal-1.1.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing )
[2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing )
Haddock coverage:
54% ( 85 /155) in 'System.Console.ANSI'
Missing documentation for:
cursorUp (src/System/Console/ANSI.hs:416)
cursorDown (src/System/Console/ANSI.hs:417)
cursorForward (src/System/Console/ANSI.hs:418)
cursorBackward (src/System/Console/ANSI.hs:419)
hCursorUp (src/System/Console/ANSI.hs:408)
hCursorDown (src/System/Console/ANSI.hs:409)
hCursorForward (src/System/Console/ANSI.hs:410)
hCursorBackward (src/System/Console/ANSI.hs:411)
cursorUpCode
cursorDownCode
cursorForwardCode
cursorBackwardCode
cursorUpLine (src/System/Console/ANSI.hs:432)
cursorDownLine (src/System/Console/ANSI.hs:431)
hCursorUpLine (src/System/Console/ANSI.hs:426)
hCursorDownLine (src/System/Console/ANSI.hs:425)
cursorUpLineCode
cursorDownLineCode
hSetCursorColumn (src/System/Console/ANSI.hs:438)
hSetCursorPosition (src/System/Console/ANSI.hs:452)
hSaveCursor (src/System/Console/ANSI.hs:463)
hRestoreCursor (src/System/Console/ANSI.hs:464)
hReportCursorPosition (src/System/Console/ANSI.hs:465)
clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1058)
clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1059)
clearScreen (src/System/Console/ANSI.hs:1060)
clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1070)
clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1071)
clearLine (src/System/Console/ANSI.hs:1072)
hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1052)
hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1053)
hClearScreen (src/System/Console/ANSI.hs:1055)
hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1065)
hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1066)
hClearLine (src/System/Console/ANSI.hs:1067)
clearFromCursorToScreenEndCode
clearFromCursorToScreenBeginningCode
clearScreenCode
clearFromCursorToLineEndCode
clearFromCursorToLineBeginningCode
clearLineCode
enableLineWrap (src/System/Console/ANSI.hs:1081)
disableLineWrap (src/System/Console/ANSI.hs:1082)
hEnableLineWrap (src/System/Console/ANSI.hs:1077)
hDisableLineWrap (src/System/Console/ANSI.hs:1078)
enableLineWrapCode
disableLineWrapCode
scrollPageUp (src/System/Console/ANSI.hs:1094)
scrollPageDown (src/System/Console/ANSI.hs:1095)
hScrollPageUp (src/System/Console/ANSI.hs:1088)
hScrollPageDown (src/System/Console/ANSI.hs:1089)
scrollPageUpCode
scrollPageDownCode
hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:509)
hUseNormalScreenBuffer (src/System/Console/ANSI.hs:512)
useAlternateScreenBufferCode
useNormalScreenBufferCode
hReportLayerColor (src/System/Console/ANSI.hs:825)
hSetSGR (src/System/Console/ANSI.hs:1038)
setSGRCode
hideCursor (src/System/Console/ANSI.hs:505)
showCursor (src/System/Console/ANSI.hs:506)
hHideCursor (src/System/Console/ANSI.hs:501)
hShowCursor (src/System/Console/ANSI.hs:502)
hideCursorCode
showCursorCode
hHyperlink (src/System/Console/ANSI.hs:571)
hHyperlinkWithId (src/System/Console/ANSI.hs:593)
hHyperlinkWithParams (src/System/Console/ANSI.hs:548)
hSetTitle (src/System/Console/ANSI.hs:613)
Documentation created: dist/doc/html/ansi-terminal/,
dist/doc/html/ansi-terminal/ansi-terminal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-1.1.5-F7lGUR3isCV1YxtZEq2804
Completed ansi-terminal-1.1.5
Configuring unordered-containers-0.2.21...
Preprocessing library for unordered-containers-0.2.21..
Building library for unordered-containers-0.2.21..
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o )
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o )
[7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o )
Preprocessing library for unordered-containers-0.2.21..
Running Haddock on library for unordered-containers-0.2.21..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing )
[7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, nothing )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing )
Haddock coverage:
Warning: 'index' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
34% ( 17 / 49) in 'Data.HashMap.Internal.Array'
Missing documentation for:
Array (Data/HashMap/Internal/Array.hs:130)
MArray (Data/HashMap/Internal/Array.hs:162)
new_ (Data/HashMap/Internal/Array.hs:222)
singleton (Data/HashMap/Internal/Array.hs:234)
singletonM (Data/HashMap/Internal/Array.hs:238)
snoc (Data/HashMap/Internal/Array.hs:242)
pair (Data/HashMap/Internal/Array.hs:251)
length (Data/HashMap/Internal/Array.hs:159)
lengthM (Data/HashMap/Internal/Array.hs:167)
read (Data/HashMap/Internal/Array.hs:258)
write (Data/HashMap/Internal/Array.hs:264)
indexM (Data/HashMap/Internal/Array.hs:282)
sameArray1 (Data/HashMap/Internal/Array.hs:145)
unsafeFreeze (Data/HashMap/Internal/Array.hs:288)
unsafeThaw (Data/HashMap/Internal/Array.hs:294)
unsafeSameArray (Data/HashMap/Internal/Array.hs:141)
run (Data/HashMap/Internal/Array.hs:300)
cloneM (Data/HashMap/Internal/Array.hs:322)
foldl (Data/HashMap/Internal/Array.hs:412)
foldl' (Data/HashMap/Internal/Array.hs:383)
foldr (Data/HashMap/Internal/Array.hs:402)
foldr' (Data/HashMap/Internal/Array.hs:393)
foldMap (Data/HashMap/Internal/Array.hs:425)
thaw (Data/HashMap/Internal/Array.hs:444)
map (Data/HashMap/Internal/Array.hs:469)
filter (Data/HashMap/Internal/Array.hs:504)
mapMaybe (Data/HashMap/Internal/Array.hs:527)
traverse (Data/HashMap/Internal/Array.hs:590)
traverse' (Data/HashMap/Internal/Array.hs:606)
toList (Data/HashMap/Internal/Array.hs:582)
fromList (Data/HashMap/Internal/Array.hs:547)
fromList' (Data/HashMap/Internal/Array.hs:560)
25% ( 1 / 4) in 'Data.HashMap.Internal.List'
Missing documentation for:
isPermutationBy (Data/HashMap/Internal/List.hs:37)
deleteBy (Data/HashMap/Internal/List.hs:80)
unorderedCompare (Data/HashMap/Internal/List.hs:65)
Warning: 'Leaf' is ambiguous. It is defined
* at Data/HashMap/Internal.hs:232:7
* at Data/HashMap/Internal.hs:194: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 Data/HashMap/Internal.hs:194:1
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% (102 /108) in 'Data.HashMap.Internal'
Missing documentation for:
Leaf (Data/HashMap/Internal.hs:194)
intersectionWithKey# (Data/HashMap/Internal.hs:2174)
updateOrConcatWithKey (Data/HashMap/Internal.hs:2793)
lookupResToMaybe (Data/HashMap/Internal.hs:668)
insert' (Data/HashMap/Internal.hs:852)
delete' (Data/HashMap/Internal.hs:1167)
50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
Missing documentation for:
valid (Data/HashMap/Internal/Debug.hs:95)
Validity (Data/HashMap/Internal/Debug.hs:40)
SubHashPath (Data/HashMap/Internal/Debug.hs:72)
Warning: 'lookup' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 70 / 70) in 'Data.HashMap.Internal.Strict'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:114:21
* at Data/HashSet/Internal.hs:114: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 Data/HashSet/Internal.hs:114:1
100% ( 37 / 37) in 'Data.HashSet.Internal'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:114:21
* at Data/HashSet/Internal.hs:114: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 Data/HashSet/Internal.hs:114:1
100% ( 34 / 34) in 'Data.HashSet'
100% ( 72 / 72) in 'Data.HashMap.Strict'
100% ( 72 / 72) in 'Data.HashMap.Lazy'
Warning: Data.HashMap.Internal: could not find link destinations for:
- Data.HashMap.Internal.equal1
- Data.HashMap.Internal.equal2
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Internal.Strict: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashSet.Internal: could not find link destinations for:
- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashSet: could not find link destinations for:
- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashMap.Strict: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Lazy: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Documentation created: dist/doc/html/unordered-containers/,
dist/doc/html/unordered-containers/unordered-containers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unordered-containers-0.2.21-B4tMAglEqOH3g2kh0k7h1G
Completed unordered-containers-0.2.21
Configuring time-compat-1.9.9...
Preprocessing library for time-compat-1.9.9..
Building library for time-compat-1.9.9..
[ 1 of 21] Compiling Data.Format ( src/Data/Format.hs, dist/build/Data/Format.o, dist/build/Data/Format.dyn_o )
[ 2 of 21] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.o, dist/build/Data/Time/Calendar/Quarter/Compat.dyn_o )
[ 3 of 21] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.o, dist/build/Data/Time/Calendar/Types.dyn_o )
[ 4 of 21] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.o, dist/build/Data/Time/Orphans.dyn_o )
[ 5 of 21] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.o, dist/build/Data/Time/Format/ISO8601/Compat.dyn_o )
[ 6 of 21] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.o, dist/build/Data/Time/Format/Compat.dyn_o )
[ 7 of 21] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.o, dist/build/Data/Time/Clock/System/Compat.dyn_o )
[ 8 of 21] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.o, dist/build/Data/Time/Clock/POSIX/Compat.dyn_o )
[ 9 of 21] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.o, dist/build/Data/Time/Clock/Compat.dyn_o )
[10 of 21] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.o, dist/build/Data/Time/Calendar/WeekDate/Compat.dyn_o )
[11 of 21] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.o, dist/build/Data/Time/Calendar/Private.dyn_o )
[12 of 21] Compiling Data.Time.Calendar.DayPeriod ( src/Data/Time/Calendar/DayPeriod.hs, dist/build/Data/Time/Calendar/DayPeriod.o, dist/build/Data/Time/Calendar/DayPeriod.dyn_o )
[13 of 21] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.o, dist/build/Data/Time/Calendar/Month/Compat.dyn_o )
[14 of 21] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.o, dist/build/Data/Time/Calendar/OrdinalDate/Compat.dyn_o )
[15 of 21] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.o, dist/build/Data/Time/Calendar/MonthDay/Compat.dyn_o )
[16 of 21] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.o, dist/build/Data/Time/Calendar/Easter/Compat.dyn_o )
[17 of 21] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.o, dist/build/Data/Time/Calendar/Compat.dyn_o )
[18 of 21] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.o, dist/build/Data/Time/LocalTime/Compat.dyn_o )
[19 of 21] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o, dist/build/Data/Time/Compat.dyn_o )
[20 of 21] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.o, dist/build/Data/Time/Clock/TAI/Compat.dyn_o )
[21 of 21] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.o, dist/build/Data/Time/Calendar/Julian/Compat.dyn_o )
Preprocessing library for time-compat-1.9.9..
Running Haddock on library for time-compat-1.9.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 21] Compiling Data.Format ( src/Data/Format.hs, nothing )
[ 2 of 21] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, nothing )
[ 3 of 21] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, nothing )
[ 4 of 21] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, nothing )
[ 5 of 21] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, nothing )
[ 6 of 21] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, nothing )
[ 7 of 21] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, nothing )
[ 8 of 21] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, nothing )
[ 9 of 21] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, nothing )
[10 of 21] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, nothing )
[11 of 21] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, nothing )
[12 of 21] Compiling Data.Time.Calendar.DayPeriod ( src/Data/Time/Calendar/DayPeriod.hs, nothing )
[13 of 21] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, nothing )
[14 of 21] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, nothing )
[15 of 21] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, nothing )
[16 of 21] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, nothing )
[17 of 21] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, nothing )
[18 of 21] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, nothing )
[19 of 21] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, nothing )
[20 of 21] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, nothing )
[21 of 21] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, nothing )
Haddock coverage:
75% ( 9 / 12) in 'Data.Time.Calendar.Quarter.Compat'
Missing documentation for:
Module header
addQuarters
diffQuarters
93% ( 44 / 47) in 'Data.Time.Format.ISO8601.Compat'
Missing documentation for:
Module header
ISO8601
FormatExtension
68% ( 13 / 19) in 'Data.Time.Format.Compat'
Missing documentation for:
Module header
FormatTime
parseTime (src/Data/Time/Format/Compat.hs:60)
readTime (src/Data/Time/Format/Compat.hs:68)
readsTime (src/Data/Time/Format/Compat.hs:75)
TimeLocale
87% ( 7 / 8) in 'Data.Time.Clock.System.Compat'
Missing documentation for:
Module header
50% ( 4 / 8) in 'Data.Time.Clock.POSIX.Compat'
Missing documentation for:
Module header
posixSecondsToUTCTime
utcTimeToPOSIXSeconds
systemToPOSIXTime
83% ( 26 / 31) in 'Data.Time.Clock.Compat'
Missing documentation for:
Module header
Picoseconds (src/Data/Time/Clock/Compat.hs:51)
Seconds (src/Data/Time/Clock/Compat.hs:58)
Minutes (src/Data/Time/Clock/Compat.hs:65)
Hours (src/Data/Time/Clock/Compat.hs:72)
73% ( 11 / 15) in 'Data.Time.Calendar.WeekDate.Compat'
Missing documentation for:
Module header
DayOfWeek
dayOfWeek
FirstWeekType
61% ( 8 / 13) in 'Data.Time.Calendar.Month.Compat'
Missing documentation for:
Module header
addMonths
diffMonths
fromYearMonthValid
fromMonthDayValid
82% ( 14 / 17) in 'Data.Time.Calendar.OrdinalDate.Compat'
Missing documentation for:
Module header
fromMondayStartWeekValid
fromSundayStartWeekValid
40% ( 8 / 20) in 'Data.Time.Calendar.MonthDay.Compat'
Missing documentation for:
Module header
January
February
March
April
May
June
July
August
September
October
November
83% ( 5 / 6) in 'Data.Time.Calendar.Easter.Compat'
Missing documentation for:
Module header
66% ( 41 / 62) in 'Data.Time.Calendar.Compat'
Missing documentation for:
Module header
addDays
diffDays
CalendarDiffDays
calendarDay
calendarWeek
calendarMonth
calendarYear
January
February
March
April
May
June
July
August
September
October
November
DayOfWeek
dayOfWeek
79% ( 35 / 44) in 'Data.Time.LocalTime.Compat'
Missing documentation for:
Module header
makeTimeOfDayValid
CalendarDiffTime
calendarTimeDays
calendarTimeTime
utcToZonedTime
zonedTimeToUTC
getZonedTime
utcToLocalZonedTime
80% ( 4 / 5) in 'Data.Time.Compat'
Missing documentation for:
Module header
64% ( 9 / 14) in 'Data.Time.Clock.TAI.Compat'
Missing documentation for:
Module header
taiNominalDayStart
utcDayLength
utcToTAITime
taiToUTCTime
91% ( 22 / 24) in 'Data.Time.Calendar.Julian.Compat'
Missing documentation for:
Module header
diffJulianDurationRollOver (src/Data/Time/Calendar/Julian/Compat.hs:68)
Warning: Data.Time.Calendar.Quarter.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_Quarter
Warning: Data.Time.Format.ISO8601.Compat: could not find link destinations for:
- Data.Format.isoMap
- Data.Format.Productish
- Data.Format.**>
- Data.Format.<**
- Data.Format.<**>
- Data.Format.pUnit
- Data.Format.Summish
- Data.Format.<++>
- Data.Format.pVoid
- Data.Format.IsoVariant
Warning: Data.Time.Clock.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_UniversalTime
- Data.Time.Orphans.Rep_UTCTime
Warning: Data.Time.Calendar.OrdinalDate.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_Day
Warning: Data.Time.Calendar.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_CalendarDiffDays
- Data.Time.Orphans.Rep_Day
Warning: Data.Time.LocalTime.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_CalendarDiffTime
- Data.Time.Orphans.Rep_ZonedTime
- Data.Time.Orphans.Rep_TimeZone
- Data.Time.Orphans.Rep_TimeOfDay
- Data.Time.Orphans.Rep_LocalTime
Documentation created: dist/doc/html/time-compat/,
dist/doc/html/time-compat/time-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/time-compat-1.9.9-HshaBqJAjjU58F0K1QjYua
Completed time-compat-1.9.9
Configuring these-1.2.1...
Preprocessing library for these-1.2.1..
Building library for these-1.2.1..
[1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, dist/build/Data/Functor/These.o, dist/build/Data/Functor/These.dyn_o )
[2 of 3] Compiling Data.These ( src/Data/These.hs, dist/build/Data/These.o, dist/build/Data/These.dyn_o )
[3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, dist/build/Data/These/Combinators.o, dist/build/Data/These/Combinators.dyn_o )
Preprocessing library for these-1.2.1..
Running Haddock on library for these-1.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, nothing )
[2 of 3] Compiling Data.These ( src/Data/These.hs, nothing )
[3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, nothing )
Haddock coverage:
0% ( 0 / 2) in 'Data.Functor.These'
Missing documentation for:
Module header
These1 (src/Data/Functor/These.hs:38)
Warning: 'These' is ambiguous. It is defined
* at src/Data/These.hs:75:36
* at src/Data/These.hs:75: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/These.hs:75:1
Warning: 'Maybe' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'here' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'there' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
76% ( 13 / 17) in 'Data.These'
Missing documentation for:
distrThesePair (src/Data/These.hs:158)
undistrThesePair (src/Data/These.hs:163)
distrPairThese (src/Data/These.hs:175)
undistrPairThese (src/Data/These.hs:180)
Warning: 'Bifunctor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'here' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'there' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bitraversable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'These' is ambiguous. It is defined
* at src/Data/These.hs:75:36
* at src/Data/These.hs:75: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/These.hs:75:1
Warning: 'id' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_This' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_That' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_These' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
78% ( 30 / 38) in 'Data.These.Combinators'
Missing documentation for:
justThis (src/Data/These/Combinators.hs:183)
justThat (src/Data/These/Combinators.hs:187)
justThese (src/Data/These/Combinators.hs:191)
catHere (src/Data/These/Combinators.hs:211)
catThere (src/Data/These/Combinators.hs:214)
mapThis (src/Data/These/Combinators.hs:242)
mapThat (src/Data/These/Combinators.hs:246)
mapThese (src/Data/These/Combinators.hs:250)
Warning: Data.Functor.These: could not find link destinations for:
- Data.Functor.These.Rep_These1
- Data.Functor.These.Rep1_These1
Warning: Data.These: could not find link destinations for:
- Data.These.Rep_These
- Data.These.Rep1_These
Documentation created: dist/doc/html/these/, dist/doc/html/these/these.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/these-1.2.1-LfQCaHJJi4Z34EHcD2riJU
Completed these-1.2.1
Configuring text-short-0.1.6.1...
Preprocessing library for text-short-0.1.6.1..
Building library for text-short-0.1.6.1..
[1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, dist/build/PrimOps.o, dist/build/PrimOps.dyn_o )
[2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, dist/build/Data/Text/Short/Internal.o, dist/build/Data/Text/Short/Internal.dyn_o )
[3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, dist/build/Data/Text/Short/Unsafe.o, dist/build/Data/Text/Short/Unsafe.dyn_o )
[4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, dist/build/Data/Text/Short.o, dist/build/Data/Text/Short.dyn_o )
[5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, dist/build/Data/Text/Short/Partial.o, dist/build/Data/Text/Short/Partial.dyn_o )
Preprocessing library for text-short-0.1.6.1..
Running Haddock on library for text-short-0.1.6.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, nothing )
[2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, nothing )
[3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, nothing )
[4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, nothing )
[5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, nothing )
Haddock coverage:
Warning: 'ShortText' is ambiguous. It is defined
* at src/Data/Text/Short/Internal.hs:174:21
* at src/Data/Text/Short/Internal.hs:174: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/Text/Short/Internal.hs:174:1
Warning: 'CSize' is ambiguous. It is defined
* in Foreign.C.Types
* in Foreign.C.Types
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 Foreign.C.Types
100% ( 3 / 3) in 'Data.Text.Short.Unsafe'
Warning: 'ShortText' is ambiguous. It is defined
* at src/Data/Text/Short/Internal.hs:174:21
* at src/Data/Text/Short/Internal.hs:174: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/Text/Short/Internal.hs:174:1
100% ( 76 / 76) in 'Data.Text.Short'
Warning: 'ShortText' is ambiguous. It is defined
* at src/Data/Text/Short/Internal.hs:174:21
* at src/Data/Text/Short/Internal.hs:174: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/Text/Short/Internal.hs:174:1
100% ( 9 / 9) in 'Data.Text.Short.Partial'
Warning: Data.Text.Short: could not find link destinations for:
- Data.Text.Short.Internal.D:R:ItemShortText
Documentation created: dist/doc/html/text-short/,
dist/doc/html/text-short/text-short.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-short-0.1.6.1-DY3CPWTiHtC6mIdAzNrqwC
Completed text-short-0.1.6.1
Configuring scientific-0.3.8.1...
Preprocessing library for scientific-0.3.8.1..
Building library for scientific-0.3.8.1..
[1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, dist/build/GHC/Integer/Compat.o, dist/build/GHC/Integer/Compat.dyn_o )
[2 of 5] Compiling Utils ( src/Utils.hs, dist/build/Utils.o, dist/build/Utils.dyn_o )
[3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, dist/build/Data/Scientific.o, dist/build/Data/Scientific.dyn_o )
[4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o, dist/build/Data/Text/Lazy/Builder/Scientific.dyn_o )
src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
19 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o, dist/build/Data/ByteString/Builder/Scientific.dyn_o )
src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
20 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for scientific-0.3.8.1..
Running Haddock on library for scientific-0.3.8.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, nothing )
[2 of 5] Compiling Utils ( src/Utils.hs, nothing )
[3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, nothing )
[4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, nothing )
src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
19 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, nothing )
src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
20 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'Scientific' is ambiguous. It is defined
* at src/Data/Scientific.hs:139:19
* at src/Data/Scientific.hs:139: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/Scientific.hs:139:1
Warning: 'base10exponent' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'base10Exponent' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 31 / 31) in 'Data.Scientific'
75% ( 3 / 4) in 'Data.Text.Lazy.Builder.Scientific'
Missing documentation for:
Module header
75% ( 3 / 4) in 'Data.ByteString.Builder.Scientific'
Missing documentation for:
Module header
Documentation created: dist/doc/html/scientific/,
dist/doc/html/scientific/scientific.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/scientific-0.3.8.1-9ofPvlNBxhg6uD00ykbCVu
Completed scientific-0.3.8.1
Configuring data-fix-0.3.4...
Preprocessing library for data-fix-0.3.4..
Building library for data-fix-0.3.4..
[1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, dist/build/Data/Fix.o, dist/build/Data/Fix.dyn_o )
src/Data/Fix.hs:103:41: warning: [GHC-38856] [-Wunused-imports]
The import of hashWithSalt1
from module Data.Hashable.Lifted is redundant
|
103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1)
| ^^^^^^^^^^^^^
src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports]
The import of rnf1 from module Control.DeepSeq is redundant
|
109 | import Control.DeepSeq (NFData (..), NFData1, rnf1)
| ^^^^
Preprocessing library for data-fix-0.3.4..
Running Haddock on library for data-fix-0.3.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, nothing )
src/Data/Fix.hs:103:41: warning: [GHC-38856] [-Wunused-imports]
The import of hashWithSalt1
from module Data.Hashable.Lifted is redundant
|
103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1)
| ^^^^^^^^^^^^^
src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports]
The import of rnf1 from module Control.DeepSeq is redundant
|
109 | import Control.DeepSeq (NFData (..), NFData1, rnf1)
| ^^^^
Haddock coverage:
Warning: 'ListF' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fix' is ambiguous. It is defined
* at src/Data/Fix.hs:144:17
* at src/Data/Fix.hs:144: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/Fix.hs:144:1
Warning: 'Mu' is ambiguous. It is defined
* at src/Data/Fix.hs:299:16
* at src/Data/Fix.hs:299: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/Fix.hs:299:1
Warning: 'Nu' is ambiguous. It is defined
* at src/Data/Fix.hs:365:13
* at src/Data/Fix.hs:365: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/Fix.hs:365:1
100% ( 36 / 36) in 'Data.Fix'
Warning: Data.Fix: could not find link destinations for:
- Data.Fix.Rep_Fix
Documentation created: dist/doc/html/data-fix/,
dist/doc/html/data-fix/data-fix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-fix-0.3.4-5sqeKszne3iA4zGKdu70II
Completed data-fix-0.3.4
Configuring uuid-types-1.0.6...
Preprocessing library for uuid-types-1.0.6..
Building library for uuid-types-1.0.6..
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.o, dist/build/Data/UUID/Types/Internal/Builder.dyn_o )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.o, dist/build/Data/UUID/Types/Internal.dyn_o )
src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative ((<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor is redundant
except perhaps to import instances from Data.Functor
To import instances alone, use: import Data.Functor()
|
55 | import Data.Functor ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.o, dist/build/Data/UUID/Types.dyn_o )
Preprocessing library for uuid-types-1.0.6..
Running Haddock on library for uuid-types-1.0.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, nothing )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, nothing )
src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative ((<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor is redundant
except perhaps to import instances from Data.Functor
To import instances alone, use: import Data.Functor()
|
55 | import Data.Functor ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, nothing )
Haddock coverage:
Warning: 'UUID' is ambiguous. It is defined
* at src/Data/UUID/Types/Internal.hs:81:13
* at src/Data/UUID/Types/Internal.hs:81: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/UUID/Types/Internal.hs:81:1
Warning: 'u' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UUID' is ambiguous. It is defined
* at src/Data/UUID/Types/Internal.hs:81:13
* at src/Data/UUID/Types/Internal.hs:81: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/UUID/Types/Internal.hs:81:1
100% ( 23 / 23) in 'Data.UUID.Types'
Documentation created: dist/doc/html/uuid-types/,
dist/doc/html/uuid-types/uuid-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uuid-types-1.0.6-Cbc2HeKj6JUJYJQ0Lp3wvE
Completed uuid-types-1.0.6
Configuring QuickCheck-2.16.0.0...
Preprocessing library for QuickCheck-2.16.0.0..
Building library for QuickCheck-2.16.0.0..
[ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o )
[ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o )
src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations]
In the use of genShortByteString
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `System.Random.uniformShortByteString`"
|
50 | genShortByteString n = wrapQCGen (genShortByteString n)
| ^^^^^^^^^^^^^^^^^^
src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations]
In the use of split
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `splitGen`"
|
83 | left = fst . split
| ^^^^^
src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations]
In the use of split
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `splitGen`"
|
84 | right = snd . split
| ^^^^^
[ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o, dist/build/Test/QuickCheck/Gen.dyn_o )
src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations]
In the use of split
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `splitGen`"
|
92 | case split r of
| ^^^^^
[ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o, dist/build/Test/QuickCheck/Gen/Unsafe.dyn_o )
[ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o )
[ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o )
[ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o )
[ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o )
[ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o )
[10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o )
[11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o )
[12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o, dist/build/Test/QuickCheck/Test.dyn_o )
src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations]
In the use of split
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `splitGen`"
|
501 | (rnd1,rnd2) = split (randomSeed st)
| ^^^^^
[13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, dist/build/Test/QuickCheck/Monoids.o, dist/build/Test/QuickCheck/Monoids.dyn_o )
[14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o )
[15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o )
[16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o )
[17 of 17] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o )
Preprocessing library for QuickCheck-2.16.0.0..
Running Haddock on library for QuickCheck-2.16.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, nothing )
[ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, nothing )
src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations]
In the use of genShortByteString
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `System.Random.uniformShortByteString`"
|
50 | genShortByteString n = wrapQCGen (genShortByteString n)
| ^^^^^^^^^^^^^^^^^^
src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations]
In the use of split
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `splitGen`"
|
83 | left = fst . split
| ^^^^^
src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations]
In the use of split
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `splitGen`"
|
84 | right = snd . split
| ^^^^^
[ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, nothing )
src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations]
In the use of split
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `splitGen`"
|
92 | case split r of
| ^^^^^
[ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, nothing )
[ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, nothing )
[ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, nothing )
[ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, nothing )
[ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, nothing )
[ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, nothing )
[10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, nothing )
[11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, nothing )
[12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, nothing )
src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations]
In the use of split
(imported from System.Random, but defined in System.Random.Internal):
Deprecated: "In favor of `splitGen`"
|
501 | (rnd1,rnd2) = split (randomSeed st)
| ^^^^^
[13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, nothing )
[14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, nothing )
[15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, nothing )
[16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, nothing )
[17 of 17] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, nothing )
Haddock coverage:
92% ( 35 / 38) in 'Test.QuickCheck.Gen'
Missing documentation for:
chooseWord64 (src/Test/QuickCheck/Gen.hs:211)
chooseInt64 (src/Test/QuickCheck/Gen.hs:220)
chooseUpTo (src/Test/QuickCheck/Gen.hs:230)
80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe'
Missing documentation for:
Capture (src/Test/QuickCheck/Gen/Unsafe.hs:52)
Warning: '(:*:)' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
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.Generics
Warning: 'Version' is ambiguous. It is defined
* in Data.Version
* in Data.Version
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.Version
88% ( 45 / 51) in 'Test.QuickCheck.Arbitrary'
Missing documentation for:
arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:298)
shrink1 (src/Test/QuickCheck/Arbitrary.hs:301)
arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310)
shrink2 (src/Test/QuickCheck/Arbitrary.hs:313)
RecursivelyShrink (src/Test/QuickCheck/Arbitrary.hs:325)
GSubterms (src/Test/QuickCheck/Arbitrary.hs:356)
Warning: 'A' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:29:13
* at src/Test/QuickCheck/Poly.hs:29: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/Test/QuickCheck/Poly.hs:29:1
Warning: 'B' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:44:13
* at src/Test/QuickCheck/Poly.hs:44: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/Test/QuickCheck/Poly.hs:44:1
Warning: 'C' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:59:13
* at src/Test/QuickCheck/Poly.hs:59: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/Test/QuickCheck/Poly.hs:59:1
Warning: 'OrdA' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:77:16
* at src/Test/QuickCheck/Poly.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/Test/QuickCheck/Poly.hs:77:1
Warning: 'OrdB' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:112:16
* at src/Test/QuickCheck/Poly.hs:112: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/Test/QuickCheck/Poly.hs:112:1
Warning: 'OrdC' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:146:16
* at src/Test/QuickCheck/Poly.hs:146: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/Test/QuickCheck/Poly.hs:146:1
14% ( 1 / 7) in 'Test.QuickCheck.Poly'
Missing documentation for:
A (src/Test/QuickCheck/Poly.hs:29)
B (src/Test/QuickCheck/Poly.hs:44)
C (src/Test/QuickCheck/Poly.hs:59)
OrdA (src/Test/QuickCheck/Poly.hs:77)
OrdB (src/Test/QuickCheck/Poly.hs:112)
OrdC (src/Test/QuickCheck/Poly.hs:146)
Warning: 'Blind' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:94:19
* at src/Test/QuickCheck/Modifiers.hs:94: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/Test/QuickCheck/Modifiers.hs:94:1
Warning: 'NonNegative' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:312:25
* at src/Test/QuickCheck/Modifiers.hs:312: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/Test/QuickCheck/Modifiers.hs:312:1
Warning: 'Large' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:351:19
* at src/Test/QuickCheck/Modifiers.hs:351: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/Test/QuickCheck/Modifiers.hs:351:1
95% ( 22 / 23) in 'Test.QuickCheck.Modifiers'
Missing documentation for:
ShrinkState (src/Test/QuickCheck/Modifiers.hs:487)
Warning: 'Fun' is ambiguous. It is defined
* at src/Test/QuickCheck/Function.hs:546:16
* at src/Test/QuickCheck/Function.hs:546: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/Test/QuickCheck/Function.hs:546:1
100% ( 22 / 22) in 'Test.QuickCheck.Function'
Warning: 'Discard' is ambiguous. It is defined
* at src/Test/QuickCheck/Property.hs:114:16
* at src/Test/QuickCheck/Property.hs:114: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/Test/QuickCheck/Property.hs:114:1
Warning: 'Confidence' is ambiguous. It is defined
* at src/Test/QuickCheck/State.hs:68:3
* at src/Test/QuickCheck/State.hs:67: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/Test/QuickCheck/State.hs:67:1
66% ( 2 / 3) in 'Test.QuickCheck.Monoids'
Missing documentation for:
Module header
83% ( 20 / 24) in 'Test.QuickCheck.Monadic'
Missing documentation for:
stop (src/Test/QuickCheck/Monadic.hs:163)
monadic (src/Test/QuickCheck/Monadic.hs:272)
monadic' (src/Test/QuickCheck/Monadic.hs:275)
runSTGen (src/Test/QuickCheck/Monadic.hs:314)
100% ( 10 / 10) in 'Test.QuickCheck.All'
Warning: 'Fun' is ambiguous. It is defined
* at src/Test/QuickCheck/Function.hs:546:16
* at src/Test/QuickCheck/Function.hs:546: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/Test/QuickCheck/Function.hs:546:1
Warning: 'Blind' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:94:19
* at src/Test/QuickCheck/Modifiers.hs:94: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/Test/QuickCheck/Modifiers.hs:94:1
Warning: 'NonNegative' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:312:25
* at src/Test/QuickCheck/Modifiers.hs:312: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/Test/QuickCheck/Modifiers.hs:312:1
96% (203 /211) in 'Test.QuickCheck'
Missing documentation for:
arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:298)
shrink1 (src/Test/QuickCheck/Arbitrary.hs:301)
arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310)
shrink2 (src/Test/QuickCheck/Arbitrary.hs:313)
ShrinkState (src/Test/QuickCheck/Modifiers.hs:487)
Witness (src/Test/QuickCheck/Property.hs:262)
coerceWitness (src/Test/QuickCheck/Property.hs:268)
castWitness (src/Test/QuickCheck/Property.hs:273)
Warning: Test.QuickCheck.Gen: could not find link destinations for:
- Test.QuickCheck.Random.QCGen
Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
- Test.QuickCheck.Arbitrary.GCoArbitrary
- Test.QuickCheck.Arbitrary.GSubtermsIncl
- Test.QuickCheck.Arbitrary.gSubterms
- Test.QuickCheck.Arbitrary.grecursivelyShrink
Warning: Test.QuickCheck.Modifiers: could not find link destinations for:
- Test.QuickCheck.Modifiers.InfiniteListInternalData
Warning: Test.QuickCheck.Function: could not find link destinations for:
- Test.QuickCheck.Function.Shrunk
- Test.QuickCheck.Function.GFunction
Warning: Test.QuickCheck: could not find link destinations for:
- Test.QuickCheck.Exception.AnException
- Test.QuickCheck.Random.QCGen
- Test.QuickCheck.Arbitrary.GCoArbitrary
- Test.QuickCheck.Modifiers.InfiniteListInternalData
- Test.QuickCheck.Function.Shrunk
- Test.QuickCheck.Function.GFunction
- Test.QuickCheck.Property.Result
Documentation created: dist/doc/html/QuickCheck/,
dist/doc/html/QuickCheck/QuickCheck.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/QuickCheck-2.16.0.0-LRP6EzJXCTlcZEQGfqakB
Completed QuickCheck-2.16.0.0
Configuring comonad-5.0.10...
Preprocessing library for comonad-5.0.10..
Building library for comonad-5.0.10..
[ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o, dist/build/Control/Comonad.dyn_o )
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o, dist/build/Control/Comonad/Hoist/Class.dyn_o )
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o, dist/build/Control/Comonad/Trans/Class.dyn_o )
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o, dist/build/Control/Comonad/Trans/Env.dyn_o )
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o, dist/build/Control/Comonad/Trans/Identity.dyn_o )
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o, dist/build/Control/Comonad/Identity.dyn_o )
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o, dist/build/Control/Comonad/Trans/Store.dyn_o )
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o, dist/build/Control/Comonad/Trans/Traced.dyn_o )
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o, dist/build/Control/Comonad/Traced/Class.dyn_o )
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o, dist/build/Control/Comonad/Traced.dyn_o )
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o, dist/build/Control/Comonad/Store/Class.dyn_o )
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o, dist/build/Control/Comonad/Store.dyn_o )
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o, dist/build/Control/Comonad/Env/Class.dyn_o )
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o, dist/build/Control/Comonad/Env.dyn_o )
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o, dist/build/Data/Functor/Composition.dyn_o )
Preprocessing library for comonad-5.0.10..
Running Haddock on library for comonad-5.0.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, nothing )
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, nothing )
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, nothing )
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, nothing )
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, nothing )
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, nothing )
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, nothing )
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, nothing )
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, nothing )
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, nothing )
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, nothing )
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, nothing )
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, nothing )
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, nothing )
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, nothing )
Haddock coverage:
Warning: 'Cokleisli' is ambiguous. It is defined
* at src/Control/Comonad.hs:348:27
* at src/Control/Comonad.hs:348: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/Control/Comonad.hs:348:1
100% ( 22 / 22) in 'Control.Comonad'
50% ( 1 / 2) in 'Control.Comonad.Hoist.Class'
Missing documentation for:
ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20)
50% ( 1 / 2) in 'Control.Comonad.Trans.Class'
Missing documentation for:
ComonadTrans (src/Control/Comonad/Trans/Class.hs:18)
69% ( 9 / 13) in 'Control.Comonad.Trans.Env'
Missing documentation for:
Env (src/Control/Comonad/Trans/Env.hs:97)
runEnv (src/Control/Comonad/Trans/Env.hs:105)
EnvT (src/Control/Comonad/Trans/Env.hs:98)
runEnvT (src/Control/Comonad/Trans/Env.hs:108)
100% ( 2 / 2) in 'Control.Comonad.Trans.Identity'
100% ( 4 / 4) in 'Control.Comonad.Identity'
73% ( 11 / 15) in 'Control.Comonad.Trans.Store'
Missing documentation for:
Store (src/Control/Comonad/Trans/Store.hs:87)
runStore (src/Control/Comonad/Trans/Store.hs:94)
StoreT (src/Control/Comonad/Trans/Store.hs:96)
runStoreT (src/Control/Comonad/Trans/Store.hs:99)
33% ( 4 / 12) in 'Control.Comonad.Trans.Traced'
Missing documentation for:
Traced (src/Control/Comonad/Trans/Traced.hs:55)
traced (src/Control/Comonad/Trans/Traced.hs:58)
runTraced (src/Control/Comonad/Trans/Traced.hs:61)
TracedT (src/Control/Comonad/Trans/Traced.hs:63)
trace (src/Control/Comonad/Trans/Traced.hs:97)
listen (src/Control/Comonad/Trans/Traced.hs:100)
listens (src/Control/Comonad/Trans/Traced.hs:103)
censor (src/Control/Comonad/Trans/Traced.hs:106)
33% ( 1 / 3) in 'Control.Comonad.Traced.Class'
Missing documentation for:
ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
traces (src/Control/Comonad/Traced/Class.hs:32)
57% ( 8 / 14) in 'Control.Comonad.Traced'
Missing documentation for:
ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
traces (src/Control/Comonad/Traced/Class.hs:32)
Traced (src/Control/Comonad/Trans/Traced.hs:55)
traced (src/Control/Comonad/Trans/Traced.hs:58)
runTraced (src/Control/Comonad/Trans/Traced.hs:61)
TracedT (src/Control/Comonad/Trans/Traced.hs:63)
25% ( 1 / 4) in 'Control.Comonad.Store.Class'
Missing documentation for:
ComonadStore (src/Control/Comonad/Store/Class.hs:29)
lowerPos (src/Control/Comonad/Store/Class.hs:54)
lowerPeek (src/Control/Comonad/Store/Class.hs:58)
61% ( 8 / 13) in 'Control.Comonad.Store'
Missing documentation for:
ComonadStore (src/Control/Comonad/Store/Class.hs:29)
Store (src/Control/Comonad/Trans/Store.hs:87)
runStore (src/Control/Comonad/Trans/Store.hs:94)
StoreT (src/Control/Comonad/Trans/Store.hs:96)
runStoreT (src/Control/Comonad/Trans/Store.hs:99)
33% ( 1 / 3) in 'Control.Comonad.Env.Class'
Missing documentation for:
ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
asks (src/Control/Comonad/Env/Class.hs:33)
60% ( 9 / 15) in 'Control.Comonad.Env'
Missing documentation for:
ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
asks (src/Control/Comonad/Env/Class.hs:33)
Env (src/Control/Comonad/Trans/Env.hs:97)
runEnv (src/Control/Comonad/Trans/Env.hs:105)
EnvT (src/Control/Comonad/Trans/Env.hs:98)
runEnvT (src/Control/Comonad/Trans/Env.hs:108)
50% ( 1 / 2) in 'Data.Functor.Composition'
Missing documentation for:
Module header
Warning: Control.Comonad: could not find link destinations for:
- WithIndex.Indexing
- Text.ParserCombinators.ReadP.P
- Data.Graph.SetM
Warning: Control.Comonad.Trans.Identity: could not find link destinations for:
- Control.Monad.Trans.Identity.Rep1_IdentityT
- Control.Monad.Trans.Identity.Rep_IdentityT
Documentation created: dist/doc/html/comonad/,
dist/doc/html/comonad/comonad.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/comonad-5.0.10-JbeoMPYqL7nARAod004Pet
Completed comonad-5.0.10
Configuring prettyprinter-ansi-terminal-1.1.3...
Preprocessing library for prettyprinter-ansi-terminal-1.1.3..
Building library for prettyprinter-ansi-terminal-1.1.3..
[1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, dist/build/Prettyprinter/Render/Terminal/Internal.o, dist/build/Prettyprinter/Render/Terminal/Internal.dyn_o )
[2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, dist/build/Prettyprinter/Render/Terminal.o, dist/build/Prettyprinter/Render/Terminal.dyn_o )
[3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.dyn_o )
[4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.dyn_o )
Preprocessing library for prettyprinter-ansi-terminal-1.1.3..
Running Haddock on library for prettyprinter-ansi-terminal-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, nothing )
[2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, nothing )
[3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, nothing )
[4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, nothing )
Haddock coverage:
Warning: '...' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 24 / 27) in 'Prettyprinter.Render.Terminal.Internal'
Missing documentation for:
Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90)
Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91)
Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92)
Warning: 'SimpleDocStream' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdout' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
89% ( 25 / 28) in 'Prettyprinter.Render.Terminal'
Missing documentation for:
Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90)
Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91)
Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal.Internal'
Missing documentation for:
Module header
Documentation created: dist/doc/html/prettyprinter-ansi-terminal/,
dist/doc/html/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-ansi-terminal-1.1.3-JrRnN4r0DhJAK82srIzsBK
Completed prettyprinter-ansi-terminal-1.1.3
Configuring text-iso8601-0.1.1...
Preprocessing library for text-iso8601-0.1.1..
Building library for text-iso8601-0.1.1..
[1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, dist/build/Data/Time/FromText.o, dist/build/Data/Time/FromText.dyn_o )
[2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, dist/build/Data/Time/ToText.o, dist/build/Data/Time/ToText.dyn_o )
Preprocessing library for text-iso8601-0.1.1..
Running Haddock on library for text-iso8601-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, nothing )
[2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, nothing )
Haddock coverage:
Warning: 'zonedTime' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Data.Time.FromText'
9% ( 1 / 11) in 'Data.Time.ToText'
Missing documentation for:
Module header
buildDay (src/Data/Time/ToText.hs:38)
buildLocalTime (src/Data/Time/ToText.hs:122)
buildTimeOfDay (src/Data/Time/ToText.hs:74)
buildTimeZone (src/Data/Time/ToText.hs:106)
buildUTCTime (src/Data/Time/ToText.hs:118)
buildZonedTime (src/Data/Time/ToText.hs:126)
buildMonth (src/Data/Time/ToText.hs:43)
buildQuarter (src/Data/Time/ToText.hs:48)
buildQuarterOfYear (src/Data/Time/ToText.hs:53)
Documentation created: dist/doc/html/text-iso8601/,
dist/doc/html/text-iso8601/text-iso8601.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-iso8601-0.1.1-6yRD09vhvIfBIlXQnZ89lQ
Completed text-iso8601-0.1.1
Configuring strict-0.5.1...
Preprocessing library for strict-0.5.1..
Building library for strict-0.5.1..
[1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, dist/build/Data/Strict/Either.o, dist/build/Data/Strict/Either.dyn_o )
[2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.o, dist/build/Data/Strict/Maybe.dyn_o )
[3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, dist/build/Data/Strict/These.o, dist/build/Data/Strict/These.dyn_o )
[4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.o, dist/build/Data/Strict/Tuple.dyn_o )
src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Pair a b).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, dist/build/Data/Strict/Classes.o, dist/build/Data/Strict/Classes.dyn_o )
[6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, dist/build/Data/Strict.o, dist/build/Data/Strict.dyn_o )
[7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, dist/build/System/IO/Strict.o, dist/build/System/IO/Strict.dyn_o )
Preprocessing library for strict-0.5.1..
Running Haddock on library for strict-0.5.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, nothing )
[2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, nothing )
[3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, nothing )
[4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, nothing )
src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Pair a b).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, nothing )
[6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, nothing )
[7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, nothing )
Haddock coverage:
Warning: 'Either' is ambiguous. It is defined
* in Data.Either
* at src/Data/Strict/Either.hs:54: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/Strict/Either.hs:54:1
100% ( 10 / 10) in 'Data.Strict.Either'
Warning: 'Maybe' is ambiguous. It is defined
* at src/Data/Strict/Maybe.hs:58:1
* in GHC.Maybe
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/Strict/Maybe.hs:58:1
Warning: '<*>' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Data.Strict.Maybe'
Warning: 'These' is ambiguous. It is defined
* at src/Data/Strict/These.hs:65:38
* at src/Data/Strict/These.hs:65: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/Strict/These.hs:65:1
Warning: 'here' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'there' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
70% ( 12 / 17) in 'Data.Strict.These'
Missing documentation for:
Module header
distrThesePair (src/Data/Strict/These.hs:156)
undistrThesePair (src/Data/Strict/These.hs:161)
distrPairThese (src/Data/Strict/These.hs:173)
undistrPairThese (src/Data/Strict/These.hs:178)
90% ( 9 / 10) in 'Data.Strict.Tuple'
Missing documentation for:
:!: (src/Data/Strict/Tuple.hs:69)
50% ( 1 / 2) in 'Data.Strict.Classes'
Missing documentation for:
Module header
100% ( 6 / 6) in 'Data.Strict'
Warning: 'isEOFError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdin' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 7 / 7) in 'System.IO.Strict'
Warning: Data.Strict.Either: could not find link destinations for:
- Data.Strict.Either.Rep_Either
- Data.Strict.Either.Rep1_Either
Warning: Data.Strict.Maybe: could not find link destinations for:
- Data.Strict.Maybe.Rep_Maybe
- Data.Strict.Maybe.Rep1_Maybe
Warning: Data.Strict.These: could not find link destinations for:
- Data.Strict.These.Rep_These
- Data.Strict.These.Rep1_These
Warning: Data.Strict.Tuple: could not find link destinations for:
- Data.Strict.Tuple.Rep_Pair
- Data.Strict.Tuple.Rep1_Pair
Documentation created: dist/doc/html/strict/, dist/doc/html/strict/strict.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/strict-0.5.1-FPH69vZp0ac4eBb6f0lR0T
Completed strict-0.5.1
Configuring quickcheck-io-0.2.0...
Preprocessing library for quickcheck-io-0.2.0..
Building library for quickcheck-io-0.2.0..
[1 of 2] Compiling Paths_quickcheck_io ( dist/build/autogen/Paths_quickcheck_io.hs, dist/build/Paths_quickcheck_io.o, dist/build/Paths_quickcheck_io.dyn_o )
[2 of 2] Compiling Test.QuickCheck.IO ( src/Test/QuickCheck/IO.hs, dist/build/Test/QuickCheck/IO.o, dist/build/Test/QuickCheck/IO.dyn_o )
Preprocessing library for quickcheck-io-0.2.0..
Running Haddock on library for quickcheck-io-0.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Paths_quickcheck_io ( dist/build/autogen/Paths_quickcheck_io.hs, nothing )
[2 of 2] Compiling Test.QuickCheck.IO ( src/Test/QuickCheck/IO.hs, nothing )
Haddock coverage:
0% ( 0 / 2) in 'Test.QuickCheck.IO'
Missing documentation for:
Module header
propertyIO (src/Test/QuickCheck/IO.hs:18)
Documentation created: dist/doc/html/quickcheck-io/,
dist/doc/html/quickcheck-io/quickcheck-io.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/quickcheck-io-0.2.0-50hLU8ZKqKK5iNT5epLx7q
Completed quickcheck-io-0.2.0
Configuring bifunctors-5.6.3...
Preprocessing library for bifunctors-5.6.3..
Building library for bifunctors-5.6.3..
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o )
Preprocessing library for bifunctors-5.6.3..
Running Haddock on library for bifunctors-5.6.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, nothing )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, nothing )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, nothing )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, nothing )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, nothing )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, nothing )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, nothing )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, nothing )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, nothing )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, nothing )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, nothing )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, nothing )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, nothing )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, nothing )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, nothing )
Haddock coverage:
70% ( 7 / 10) in 'Data.Biapplicative'
Missing documentation for:
Biapplicative (src/Data/Biapplicative.hs:44)
<<$>> (src/Data/Biapplicative.hs:41)
<<**>> (src/Data/Biapplicative.hs:74)
Warning: 'Biap' is ambiguous. It is defined
* at src/Data/Bifunctor/Biap.hs:67:23
* at src/Data/Bifunctor/Biap.hs:67: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/Bifunctor/Biap.hs:67:1
100% ( 2 / 2) in 'Data.Bifunctor.Biap'
100% ( 2 / 2) in 'Data.Bifunctor.Biff'
100% ( 2 / 2) in 'Data.Bifunctor.Clown'
100% ( 2 / 2) in 'Data.Bifunctor.Fix'
14% ( 1 / 7) in 'Data.Bifunctor.Functor'
Missing documentation for:
Module header
BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19)
BifunctorMonad (src/Data/Bifunctor/Functor.hs:22)
biliftM (src/Data/Bifunctor/Functor.hs:31)
BifunctorComonad (src/Data/Bifunctor/Functor.hs:34)
biliftW (src/Data/Bifunctor/Functor.hs:43)
100% ( 2 / 2) in 'Data.Bifunctor.Flip'
100% ( 2 / 2) in 'Data.Bifunctor.Join'
100% ( 2 / 2) in 'Data.Bifunctor.Joker'
100% ( 2 / 2) in 'Data.Bifunctor.Product'
0% ( 0 / 2) in 'Data.Bifunctor.Sum'
Missing documentation for:
Module header
Sum (src/Data/Bifunctor/Sum.hs:22)
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
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 Language.Haskell.TH.Syntax
Warning: 'Options' is ambiguous. It is defined
* at src/Data/Bifunctor/TH.hs:77:19
* at src/Data/Bifunctor/TH.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/Data/Bifunctor/TH.hs:77:1
Warning: 'bimap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bitraverse' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequenceA' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'makeBitraverseA' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bimapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequence' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
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 Language.Haskell.TH.Syntax
96% ( 32 / 33) in 'Data.Bifunctor.TH'
Missing documentation for:
makeBifold (src/Data/Bifunctor/TH.hs:217)
100% ( 2 / 2) in 'Data.Bifunctor.Tannen'
100% ( 2 / 2) in 'Data.Bifunctor.Wrapped'
Warning: Data.Bifunctor.Biap: could not find link destinations for:
- Data.Bifunctor.Biap.Rep_Biap
- Data.Bifunctor.Biap.Rep1_Biap
Warning: Data.Bifunctor.Biff: could not find link destinations for:
- Data.Bifunctor.Biff.Rep1_Biff
- Data.Bifunctor.Biff.Rep_Biff
Warning: Data.Bifunctor.Clown: could not find link destinations for:
- Data.Bifunctor.Clown.Rep_Clown
- Data.Bifunctor.Clown.Rep1_Clown
Warning: Data.Bifunctor.Fix: could not find link destinations for:
- Data.Bifunctor.Fix.Rep_Fix
Warning: Data.Bifunctor.Flip: could not find link destinations for:
- Data.Bifunctor.Flip.Rep_Flip
Warning: Data.Bifunctor.Join: could not find link destinations for:
- Data.Bifunctor.Join.Rep_Join
Warning: Data.Bifunctor.Joker: could not find link destinations for:
- Data.Bifunctor.Joker.Rep_Joker
- Data.Bifunctor.Joker.Rep1_Joker
Warning: Data.Bifunctor.Product: could not find link destinations for:
- Data.Bifunctor.Product.Rep_Product
- Data.Bifunctor.Product.Rep1_Product
Warning: Data.Bifunctor.Sum: could not find link destinations for:
- Data.Bifunctor.Sum.Rep_Sum
- Data.Bifunctor.Sum.Rep1_Sum
Warning: Data.Bifunctor.TH: could not find link destinations for:
- Data.Bifunctor.TH.Bifunctor
- Data.Bifunctor.TH.Bifoldable
- Data.Bifunctor.TH.Bitraversable
Warning: Data.Bifunctor.Tannen: could not find link destinations for:
- Data.Bifunctor.Tannen.Rep1_Tannen
- Data.Bifunctor.Tannen.Rep_Tannen
Warning: Data.Bifunctor.Wrapped: could not find link destinations for:
- Data.Bifunctor.Wrapped.Rep_WrappedBifunctor
- Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor
Documentation created: dist/doc/html/bifunctors/,
dist/doc/html/bifunctors/bifunctors.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bifunctors-5.6.3-3by4OtOsmrV2Ol6Sc3cyDN
Completed bifunctors-5.6.3
Configuring optparse-applicative-0.19.0.0...
Preprocessing library for optparse-applicative-0.19.0.0..
Building library for optparse-applicative-0.19.0.0..
[ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, dist/build/Options/Applicative/Help/Levenshtein.o, dist/build/Options/Applicative/Help/Levenshtein.dyn_o )
src/Options/Applicative/Help/Levenshtein.hs:24:20: 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."
|
24 | oneDiag a b (head uppers) (-1 : head lowers)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:24:39: 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."
|
24 | oneDiag a b (head uppers) (-1 : head lowers)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:40:53: 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."
|
40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:40:62: 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."
|
40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:48:27: 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."
|
48 | 1 + min3 (head w) nw (head n)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:48:39: 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."
|
48 | 1 + min3 (head w) nw (head n)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:50:35: 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."
|
50 | me : doDiag as bs me (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:50:44: 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."
|
50 | me : doDiag as bs me (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:52: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."
|
52 | firstelt = 1 + head diagBelow
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:53:64: 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."
|
53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:59:20: 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."
|
59 | nextDiag = head (tail diags)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:59:26: 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."
|
59 | nextDiag = head (tail diags)
| ^^^^
[ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, dist/build/Options/Applicative/Help/Pretty.o, dist/build/Options/Applicative/Help/Pretty.dyn_o )
[ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, dist/build/Options/Applicative/Help/Chunk.o, dist/build/Options/Applicative/Help/Chunk.dyn_o )
[ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, dist/build/Options/Applicative/Help/Types.o, dist/build/Options/Applicative/Help/Types.dyn_o )
[ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, dist/build/Options/Applicative/Types.o, dist/build/Options/Applicative/Types.dyn_o )
src/Options/Applicative/Types.hs:59:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
59 | import Data.Semigroup hiding (Option)
| ^^^^^^
[ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, dist/build/Options/Applicative/NonEmpty.o, dist/build/Options/Applicative/NonEmpty.dyn_o )
[ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, dist/build/Options/Applicative/Internal.o, dist/build/Options/Applicative/Internal.dyn_o )
[ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, dist/build/Options/Applicative/Common.o, dist/build/Options/Applicative/Common.dyn_o )
[ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, dist/build/Options/Applicative/Help/Core.o, dist/build/Options/Applicative/Help/Core.dyn_o )
[10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, dist/build/Options/Applicative/Help.o, dist/build/Options/Applicative/Help.dyn_o )
[11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, dist/build/Options/Applicative/Builder/Internal.o, dist/build/Options/Applicative/Builder/Internal.dyn_o )
src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
29 | import Data.Semigroup hiding (Option)
| ^^^^^^
[12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, dist/build/Options/Applicative/Builder/Completer.o, dist/build/Options/Applicative/Builder/Completer.dyn_o )
[13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, dist/build/Options/Applicative/Builder.o, dist/build/Options/Applicative/Builder.dyn_o )
[14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, dist/build/Options/Applicative/BashCompletion.o, dist/build/Options/Applicative/BashCompletion.dyn_o )
src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Foldable is redundant
except perhaps to import instances from Data.Foldable
To import instances alone, use: import Data.Foldable()
|
16 | import Data.Foldable ( asum )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, dist/build/Options/Applicative/Extra.o, dist/build/Options/Applicative/Extra.dyn_o )
[16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, dist/build/Options/Applicative.o, dist/build/Options/Applicative.dyn_o )
[17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, dist/build/Options/Applicative/Arrows.o, dist/build/Options/Applicative/Arrows.dyn_o )
Preprocessing library for optparse-applicative-0.19.0.0..
Running Haddock on library for optparse-applicative-0.19.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, nothing )
src/Options/Applicative/Help/Levenshtein.hs:24:20: 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."
|
24 | oneDiag a b (head uppers) (-1 : head lowers)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:24:39: 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."
|
24 | oneDiag a b (head uppers) (-1 : head lowers)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:40:53: 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."
|
40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:40:62: 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."
|
40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:48:27: 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."
|
48 | 1 + min3 (head w) nw (head n)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:48:39: 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."
|
48 | 1 + min3 (head w) nw (head n)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:50:35: 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."
|
50 | me : doDiag as bs me (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:50:44: 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."
|
50 | me : doDiag as bs me (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:52: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."
|
52 | firstelt = 1 + head diagBelow
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:53:64: 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."
|
53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:59:20: 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."
|
59 | nextDiag = head (tail diags)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:59:26: 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."
|
59 | nextDiag = head (tail diags)
| ^^^^
[ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, nothing )
[ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, nothing )
[ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, nothing )
[ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, nothing )
src/Options/Applicative/Types.hs:59:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
59 | import Data.Semigroup hiding (Option)
| ^^^^^^
[ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, nothing )
[ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, nothing )
[ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, nothing )
[ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, nothing )
[10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, nothing )
[11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, nothing )
src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
29 | import Data.Semigroup hiding (Option)
| ^^^^^^
[12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, nothing )
[13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, nothing )
[14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, nothing )
src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Foldable is redundant
except perhaps to import instances from Data.Foldable
To import instances alone, use: import Data.Foldable()
|
16 | import Data.Foldable ( asum )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, nothing )
[16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, nothing )
[17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Options.Applicative.Help.Levenshtein'
Missing documentation for:
Module header
93% ( 85 / 91) in 'Options.Applicative.Help.Pretty'
Missing documentation for:
Module header
Doc (src/Options/Applicative/Help/Pretty.hs:29)
SimpleDoc (src/Options/Applicative/Help/Pretty.hs:30)
.$. (src/Options/Applicative/Help/Pretty.hs:36)
</> (src/Options/Applicative/Help/Pretty.hs:38)
prettyString (src/Options/Applicative/Help/Pretty.hs:113)
Warning: 'Chunk' is ambiguous. It is defined
* at src/Options/Applicative/Help/Chunk.hs:26:19
* at src/Options/Applicative/Help/Chunk.hs:26: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/Options/Applicative/Help/Chunk.hs:26:1
92% ( 12 / 13) in 'Options.Applicative.Help.Chunk'
Missing documentation for:
Module header
33% ( 1 / 3) in 'Options.Applicative.Help.Types'
Missing documentation for:
Module header
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
Warning: 'OptReader' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:254:5
* at src/Options/Applicative/Types.hs:253: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/Options/Applicative/Types.hs:253:1
Warning: 'Completer' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:325:21
* at src/Options/Applicative/Types.hs:325: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/Options/Applicative/Types.hs:325:1
40% ( 18 / 45) in 'Options.Applicative.Types'
Missing documentation for:
Module header
ParseError (src/Options/Applicative/Types.hs:69)
OptName (src/Options/Applicative/Types.hs:134)
isShortName (src/Options/Applicative/Types.hs:139)
isLongName (src/Options/Applicative/Types.hs:143)
Backtracking (src/Options/Applicative/Types.hs:105)
CReader (src/Options/Applicative/Types.hs:245)
ParserM (src/Options/Applicative/Types.hs:288)
CompletionResult (src/Options/Applicative/Types.hs:340)
ParserFailure (src/Options/Applicative/Types.hs:347)
overFailure (src/Options/Applicative/Types.hs:374)
Args (src/Options/Applicative/Types.hs:389)
ArgumentReachability (src/Options/Applicative/Types.hs:416)
OptTree (src/Options/Applicative/Types.hs:426)
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
SomeParser (src/Options/Applicative/Types.hs:190)
IsCmdStart (src/Options/Applicative/Types.hs:78)
fromM (src/Options/Applicative/Types.hs:303)
oneM (src/Options/Applicative/Types.hs:306)
manyM (src/Options/Applicative/Types.hs:309)
someM (src/Options/Applicative/Types.hs:316)
filterOptional (src/Options/Applicative/Types.hs:434)
optVisibility (src/Options/Applicative/Types.hs:447)
optMetaVar (src/Options/Applicative/Types.hs:453)
optHelp (src/Options/Applicative/Types.hs:450)
optShowDefault (src/Options/Applicative/Types.hs:456)
optDescMod (src/Options/Applicative/Types.hs:459)
50% ( 1 / 2) in 'Options.Applicative.NonEmpty'
Missing documentation for:
Module header
4% ( 1 / 22) in 'Options.Applicative.Internal'
Missing documentation for:
Module header
P (src/Options/Applicative/Internal.hs:55)
MonadP (src/Options/Applicative/Internal.hs:46)
ParseError (src/Options/Applicative/Types.hs:69)
uncons (src/Options/Applicative/Internal.hs:100)
hoistMaybe (src/Options/Applicative/Internal.hs:91)
hoistEither (src/Options/Applicative/Internal.hs:94)
runReadM (src/Options/Applicative/Internal.hs:104)
withReadM (src/Options/Applicative/Internal.hs:107)
runP (src/Options/Applicative/Internal.hs:97)
Completion (src/Options/Applicative/Internal.hs:131)
runCompletion (src/Options/Applicative/Internal.hs:163)
contextNames (src/Options/Applicative/Internal.hs:77)
ListT (src/Options/Applicative/Internal.hs:170)
takeListT (src/Options/Applicative/Internal.hs:182)
runListT (src/Options/Applicative/Internal.hs:186)
hoistList (src/Options/Applicative/Internal.hs:271)
NondetT (src/Options/Applicative/Internal.hs:226)
cut (src/Options/Applicative/Internal.hs:258)
<!> (src/Options/Applicative/Internal.hs:252)
disamb (src/Options/Applicative/Internal.hs:261)
68% ( 13 / 19) in 'Options.Applicative.Common'
Missing documentation for:
Module header
showOption (src/Options/Applicative/Common.hs:66)
runParserInfo (src/Options/Applicative/Common.hs:240)
runParserFully (src/Options/Applicative/Common.hs:243)
runParserStep (src/Options/Applicative/Common.hs:230)
optionNames (src/Options/Applicative/Common.hs:70)
38% ( 7 / 18) in 'Options.Applicative.Help.Core'
Missing documentation for:
Module header
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
errorHelp (src/Options/Applicative/Help/Core.hs:362)
headerHelp (src/Options/Applicative/Help/Core.hs:365)
suggestionsHelp (src/Options/Applicative/Help/Core.hs:368)
usageHelp (src/Options/Applicative/Help/Core.hs:374)
descriptionHelp (src/Options/Applicative/Help/Core.hs:377)
bodyHelp (src/Options/Applicative/Help/Core.hs:380)
footerHelp (src/Options/Applicative/Help/Core.hs:383)
globalsHelp (src/Options/Applicative/Help/Core.hs:371)
parserGlobals (src/Options/Applicative/Help/Core.hs:405)
91% ( 11 / 12) in 'Options.Applicative.Help'
Missing documentation for:
Module header
Warning: 'OptionFields' is ambiguous. It is defined
* at src/Options/Applicative/Builder/Internal.hs:35:23
* at src/Options/Applicative/Builder/Internal.hs:35: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/Options/Applicative/Builder/Internal.hs:35:1
Warning: 'FlagFields' is ambiguous. It is defined
* at src/Options/Applicative/Builder/Internal.hs:40:21
* at src/Options/Applicative/Builder/Internal.hs:40: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/Options/Applicative/Builder/Internal.hs:40:1
23% ( 5 / 21) in 'Options.Applicative.Builder.Internal'
Missing documentation for:
Module header
HasName (src/Options/Applicative/Builder/Internal.hs:51)
HasCompleter (src/Options/Applicative/Builder/Internal.hs:60)
HasValue (src/Options/Applicative/Builder/Internal.hs:69)
HasMetavar (src/Options/Applicative/Builder/Internal.hs:77)
OptionFields (src/Options/Applicative/Builder/Internal.hs:35)
FlagFields (src/Options/Applicative/Builder/Internal.hs:40)
CommandFields (src/Options/Applicative/Builder/Internal.hs:44)
ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48)
DefaultProp (src/Options/Applicative/Builder/Internal.hs:88)
optionMod (src/Options/Applicative/Builder/Internal.hs:131)
fieldMod (src/Options/Applicative/Builder/Internal.hs:134)
mkCommand (src/Options/Applicative/Builder/Internal.hs:158)
mkParser (src/Options/Applicative/Builder/Internal.hs:167)
mkOption (src/Options/Applicative/Builder/Internal.hs:177)
mkProps (src/Options/Applicative/Builder/Internal.hs:182)
Warning: 'Completer' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:325:21
* at src/Options/Applicative/Types.hs:325: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/Options/Applicative/Types.hs:325:1
85% ( 6 / 7) in 'Options.Applicative.Builder.Completer'
Missing documentation for:
Module header
Warning: 'ParserInfo' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:90:21
* at src/Options/Applicative/Types.hs:90: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/Options/Applicative/Types.hs:90:1
Warning: 'Option' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:185:17
* at src/Options/Applicative/Types.hs:185: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/Options/Applicative/Types.hs:185:1
Warning: 'OptProperties' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:159:22
* at src/Options/Applicative/Types.hs:159: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/Options/Applicative/Types.hs:159:1
Warning: 'ParserPrefs' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:112:20
* at src/Options/Applicative/Types.hs:112: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/Options/Applicative/Types.hs:112:1
87% ( 74 / 85) in 'Options.Applicative.Builder'
Missing documentation for:
Module header
ParseError (src/Options/Applicative/Types.hs:69)
PrefsMod (src/Options/Applicative/Builder.hs:523)
OptionFields (src/Options/Applicative/Builder/Internal.hs:35)
FlagFields (src/Options/Applicative/Builder/Internal.hs:40)
ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48)
CommandFields (src/Options/Applicative/Builder/Internal.hs:44)
HasName (src/Options/Applicative/Builder/Internal.hs:51)
HasCompleter (src/Options/Applicative/Builder/Internal.hs:60)
HasValue (src/Options/Applicative/Builder/Internal.hs:69)
HasMetavar (src/Options/Applicative/Builder/Internal.hs:77)
80% ( 4 / 5) in 'Options.Applicative.BashCompletion'
Missing documentation for:
bashCompletionParser (src/Options/Applicative/BashCompletion.hs:39)
Warning: 'ParserInfo' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:90:21
* at src/Options/Applicative/Types.hs:90: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/Options/Applicative/Types.hs:90:1
Warning: 'ParserFailure' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:347:27
* at src/Options/Applicative/Types.hs:347: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/Options/Applicative/Types.hs:347:1
Warning: 'Context' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:195:16
* at src/Options/Applicative/Types.hs:195: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/Options/Applicative/Types.hs:195:1
73% ( 14 / 19) in 'Options.Applicative.Extra'
Missing documentation for:
Module header
renderFailure (src/Options/Applicative/Extra.hs:345)
ParserFailure (src/Options/Applicative/Types.hs:347)
overFailure (src/Options/Applicative/Types.hs:374)
CompletionResult (src/Options/Applicative/Types.hs:340)
Warning: 'ParserInfo' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:90:21
* at src/Options/Applicative/Types.hs:90: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/Options/Applicative/Types.hs:90:1
Warning: 'ParserPrefs' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:112:20
* at src/Options/Applicative/Types.hs:112: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/Options/Applicative/Types.hs:112:1
Warning: 'Completer' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:325:21
* at src/Options/Applicative/Types.hs:325: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/Options/Applicative/Types.hs:325:1
86% (107 /123) in 'Options.Applicative'
Missing documentation for:
Module header
OptionFields (src/Options/Applicative/Builder/Internal.hs:35)
FlagFields (src/Options/Applicative/Builder/Internal.hs:40)
ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48)
CommandFields (src/Options/Applicative/Builder/Internal.hs:44)
HasName (src/Options/Applicative/Builder/Internal.hs:51)
HasCompleter (src/Options/Applicative/Builder/Internal.hs:60)
HasValue (src/Options/Applicative/Builder/Internal.hs:69)
HasMetavar (src/Options/Applicative/Builder/Internal.hs:77)
renderFailure (src/Options/Applicative/Extra.hs:345)
overFailure (src/Options/Applicative/Types.hs:374)
PrefsMod (src/Options/Applicative/Builder.hs:523)
ParseError (src/Options/Applicative/Types.hs:69)
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
ParserFailure (src/Options/Applicative/Types.hs:347)
CompletionResult (src/Options/Applicative/Types.hs:340)
Warning: 'A' is ambiguous. It is defined
* at src/Options/Applicative/Arrows.hs:47:19
* at src/Options/Applicative/Arrows.hs:47: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/Options/Applicative/Arrows.hs:47:1
100% ( 6 / 6) in 'Options.Applicative.Arrows'
Warning: Options.Applicative.Help.Pretty: could not find link destinations for:
- Prettyprinter.Internal.Rep_SimpleDocStream
Documentation created: dist/doc/html/optparse-applicative/,
dist/doc/html/optparse-applicative/optparse-applicative.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optparse-applicative-0.19.0.0-z4E9iOJQLjEsdPh1hQhKC
Completed optparse-applicative-0.19.0.0
Configuring hspec-core-2.11.16...
Preprocessing library for hspec-core-2.11.16..
Building library for hspec-core-2.11.16..
[ 1 of 50] Compiling Control.Concurrent.Async ( vendor/async-2.2.5/Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
[ 2 of 50] Compiling Data.Algorithm.Diff ( vendor/Data/Algorithm/Diff.hs, dist/build/Data/Algorithm/Diff.o, dist/build/Data/Algorithm/Diff.dyn_o )
[ 3 of 50] Compiling Paths_hspec_core ( dist/build/autogen/Paths_hspec_core.hs, dist/build/Paths_hspec_core.o, dist/build/Paths_hspec_core.dyn_o )
[ 4 of 50] Compiling Test.Hspec.Core.Compat ( src/Test/Hspec/Core/Compat.hs, dist/build/Test/Hspec/Core/Compat.o, dist/build/Test/Hspec/Core/Compat.dyn_o )
[ 5 of 50] Compiling Test.Hspec.Core.Clock ( src/Test/Hspec/Core/Clock.hs, dist/build/Test/Hspec/Core/Clock.o, dist/build/Test/Hspec/Core/Clock.dyn_o )
[ 6 of 50] Compiling Test.Hspec.Core.Annotations ( src/Test/Hspec/Core/Annotations.hs, dist/build/Test/Hspec/Core/Annotations.o, dist/build/Test/Hspec/Core/Annotations.dyn_o )
[ 7 of 50] Compiling GetOpt.Declarative.Types ( src/GetOpt/Declarative/Types.hs, dist/build/GetOpt/Declarative/Types.o, dist/build/GetOpt/Declarative/Types.dyn_o )
[ 8 of 50] Compiling GetOpt.Declarative.Environment ( src/GetOpt/Declarative/Environment.hs, dist/build/GetOpt/Declarative/Environment.o, dist/build/GetOpt/Declarative/Environment.dyn_o )
[ 9 of 50] Compiling Test.Hspec.Core.Example.Location ( src/Test/Hspec/Core/Example/Location.hs, dist/build/Test/Hspec/Core/Example/Location.o, dist/build/Test/Hspec/Core/Example/Location.dyn_o )
[10 of 50] Compiling Test.Hspec.Core.Formatters.Diff ( src/Test/Hspec/Core/Formatters/Diff.hs, dist/build/Test/Hspec/Core/Formatters/Diff.o, dist/build/Test/Hspec/Core/Formatters/Diff.dyn_o )
[11 of 50] Compiling Test.Hspec.Core.Formatters.Pretty.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser.dyn_o )
[12 of 50] Compiling Test.Hspec.Core.Formatters.Pretty.Unicode ( src/Test/Hspec/Core/Formatters/Pretty/Unicode.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Unicode.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Unicode.dyn_o )
[13 of 50] Compiling Test.Hspec.Core.Formatters.Pretty ( src/Test/Hspec/Core/Formatters/Pretty.hs, dist/build/Test/Hspec/Core/Formatters/Pretty.o, dist/build/Test/Hspec/Core/Formatters/Pretty.dyn_o )
[14 of 50] Compiling Test.Hspec.Core.Formatters.V1.Free ( src/Test/Hspec/Core/Formatters/V1/Free.hs, dist/build/Test/Hspec/Core/Formatters/V1/Free.o, dist/build/Test/Hspec/Core/Formatters/V1/Free.dyn_o )
[15 of 50] Compiling Test.Hspec.Core.Runner.JobQueue ( src/Test/Hspec/Core/Runner/JobQueue.hs, dist/build/Test/Hspec/Core/Runner/JobQueue.o, dist/build/Test/Hspec/Core/Runner/JobQueue.dyn_o )
[16 of 50] Compiling Test.Hspec.Core.Timer ( src/Test/Hspec/Core/Timer.hs, dist/build/Test/Hspec/Core/Timer.o, dist/build/Test/Hspec/Core/Timer.dyn_o )
[17 of 50] Compiling Test.Hspec.Core.Util ( src/Test/Hspec/Core/Util.hs, dist/build/Test/Hspec/Core/Util.o, dist/build/Test/Hspec/Core/Util.dyn_o )
[18 of 50] Compiling Test.Hspec.Core.QuickCheck.Util ( src/Test/Hspec/Core/QuickCheck/Util.hs, dist/build/Test/Hspec/Core/QuickCheck/Util.o, dist/build/Test/Hspec/Core/QuickCheck/Util.dyn_o )
[19 of 50] Compiling Test.Hspec.Core.Example ( src/Test/Hspec/Core/Example.hs, dist/build/Test/Hspec/Core/Example.o, dist/build/Test/Hspec/Core/Example.dyn_o )
[20 of 50] Compiling Test.Hspec.Core.Tree ( src/Test/Hspec/Core/Tree.hs, dist/build/Test/Hspec/Core/Tree.o, dist/build/Test/Hspec/Core/Tree.dyn_o )
[21 of 50] Compiling Test.Hspec.Core.Shuffle ( src/Test/Hspec/Core/Shuffle.hs, dist/build/Test/Hspec/Core/Shuffle.o, dist/build/Test/Hspec/Core/Shuffle.dyn_o )
[22 of 50] Compiling Test.Hspec.Core.Format ( src/Test/Hspec/Core/Format.hs, dist/build/Test/Hspec/Core/Format.o, dist/build/Test/Hspec/Core/Format.dyn_o )
[23 of 50] Compiling Test.Hspec.Core.Runner.Result ( src/Test/Hspec/Core/Runner/Result.hs, dist/build/Test/Hspec/Core/Runner/Result.o, dist/build/Test/Hspec/Core/Runner/Result.dyn_o )
[24 of 50] Compiling Test.Hspec.Core.Formatters.V1.Monad ( src/Test/Hspec/Core/Formatters/V1/Monad.hs, dist/build/Test/Hspec/Core/Formatters/V1/Monad.o, dist/build/Test/Hspec/Core/Formatters/V1/Monad.dyn_o )
[25 of 50] Compiling Test.Hspec.Core.Formatters.Internal ( src/Test/Hspec/Core/Formatters/Internal.hs, dist/build/Test/Hspec/Core/Formatters/Internal.o, dist/build/Test/Hspec/Core/Formatters/Internal.dyn_o )
[26 of 50] Compiling Test.Hspec.Core.Formatters.V2 ( src/Test/Hspec/Core/Formatters/V2.hs, dist/build/Test/Hspec/Core/Formatters/V2.o, dist/build/Test/Hspec/Core/Formatters/V2.dyn_o )
[27 of 50] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItems ( src/Test/Hspec/Core/Runner/PrintSlowSpecItems.hs, dist/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.o, dist/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.dyn_o )
[28 of 50] Compiling Test.Hspec.Core.Formatters.V1.Internal ( src/Test/Hspec/Core/Formatters/V1/Internal.hs, dist/build/Test/Hspec/Core/Formatters/V1/Internal.o, dist/build/Test/Hspec/Core/Formatters/V1/Internal.dyn_o )
[29 of 50] Compiling Test.Hspec.Core.Formatters.V1 ( src/Test/Hspec/Core/Formatters/V1.hs, dist/build/Test/Hspec/Core/Formatters/V1.o, dist/build/Test/Hspec/Core/Formatters/V1.dyn_o )
[30 of 50] Compiling Test.Hspec.Core.Formatters ( src/Test/Hspec/Core/Formatters.hs, dist/build/Test/Hspec/Core/Formatters.o, dist/build/Test/Hspec/Core/Formatters.dyn_o )
[31 of 50] Compiling GetOpt.Declarative.Util ( src/GetOpt/Declarative/Util.hs, dist/build/GetOpt/Declarative/Util.o, dist/build/GetOpt/Declarative/Util.dyn_o )
[32 of 50] Compiling GetOpt.Declarative.Interpret ( src/GetOpt/Declarative/Interpret.hs, dist/build/GetOpt/Declarative/Interpret.o, dist/build/GetOpt/Declarative/Interpret.dyn_o )
[33 of 50] Compiling GetOpt.Declarative ( src/GetOpt/Declarative.hs, dist/build/GetOpt/Declarative.o, dist/build/GetOpt/Declarative.dyn_o )
[34 of 50] Compiling Test.Hspec.Core.Config.Definition ( src/Test/Hspec/Core/Config/Definition.hs, dist/build/Test/Hspec/Core/Config/Definition.o, dist/build/Test/Hspec/Core/Config/Definition.dyn_o )
[35 of 50] Compiling Test.Hspec.Core.Spec.Monad ( src/Test/Hspec/Core/Spec/Monad.hs, dist/build/Test/Hspec/Core/Spec/Monad.o, dist/build/Test/Hspec/Core/Spec/Monad.dyn_o )
[36 of 50] Compiling Test.Hspec.Core.QuickCheck ( src/Test/Hspec/Core/QuickCheck.hs, dist/build/Test/Hspec/Core/QuickCheck.o, dist/build/Test/Hspec/Core/QuickCheck.dyn_o )
[37 of 50] Compiling Test.Hspec.Core.Hooks ( src/Test/Hspec/Core/Hooks.hs, dist/build/Test/Hspec/Core/Hooks.o, dist/build/Test/Hspec/Core/Hooks.dyn_o )
[38 of 50] Compiling Test.Hspec.Core.Spec ( src/Test/Hspec/Core/Spec.hs, dist/build/Test/Hspec/Core/Spec.o, dist/build/Test/Hspec/Core/Spec.dyn_o )
[39 of 50] Compiling Test.Hspec.Core.Runner.Eval ( src/Test/Hspec/Core/Runner/Eval.hs, dist/build/Test/Hspec/Core/Runner/Eval.o, dist/build/Test/Hspec/Core/Runner/Eval.dyn_o )
[40 of 50] Compiling Test.Hspec.Core.Extension.Tree ( src/Test/Hspec/Core/Extension/Tree.hs, dist/build/Test/Hspec/Core/Extension/Tree.o, dist/build/Test/Hspec/Core/Extension/Tree.dyn_o )
[41 of 50] Compiling Test.Hspec.Core.Extension.Spec ( src/Test/Hspec/Core/Extension/Spec.hs, dist/build/Test/Hspec/Core/Extension/Spec.o, dist/build/Test/Hspec/Core/Extension/Spec.dyn_o )
[42 of 50] Compiling Test.Hspec.Core.Extension.Item ( src/Test/Hspec/Core/Extension/Item.hs, dist/build/Test/Hspec/Core/Extension/Item.o, dist/build/Test/Hspec/Core/Extension/Item.dyn_o )
[43 of 50] Compiling Test.Hspec.Core.FailureReport ( src/Test/Hspec/Core/FailureReport.hs, dist/build/Test/Hspec/Core/FailureReport.o, dist/build/Test/Hspec/Core/FailureReport.dyn_o )
[44 of 50] Compiling Test.Hspec.Core.Extension.Config.Type ( src/Test/Hspec/Core/Extension/Config/Type.hs, dist/build/Test/Hspec/Core/Extension/Config/Type.o, dist/build/Test/Hspec/Core/Extension/Config/Type.dyn_o )
[45 of 50] Compiling Test.Hspec.Core.Extension.Option ( src/Test/Hspec/Core/Extension/Option.hs, dist/build/Test/Hspec/Core/Extension/Option.o, dist/build/Test/Hspec/Core/Extension/Option.dyn_o )
[46 of 50] Compiling Test.Hspec.Core.Extension.Config ( src/Test/Hspec/Core/Extension/Config.hs, dist/build/Test/Hspec/Core/Extension/Config.o, dist/build/Test/Hspec/Core/Extension/Config.dyn_o )
[47 of 50] Compiling Test.Hspec.Core.Extension ( src/Test/Hspec/Core/Extension.hs, dist/build/Test/Hspec/Core/Extension.o, dist/build/Test/Hspec/Core/Extension.dyn_o )
[48 of 50] Compiling Test.Hspec.Core.Config.Options ( src/Test/Hspec/Core/Config/Options.hs, dist/build/Test/Hspec/Core/Config/Options.o, dist/build/Test/Hspec/Core/Config/Options.dyn_o )
[49 of 50] Compiling Test.Hspec.Core.Config ( src/Test/Hspec/Core/Config.hs, dist/build/Test/Hspec/Core/Config.o, dist/build/Test/Hspec/Core/Config.dyn_o )
[50 of 50] Compiling Test.Hspec.Core.Runner ( src/Test/Hspec/Core/Runner.hs, dist/build/Test/Hspec/Core/Runner.o, dist/build/Test/Hspec/Core/Runner.dyn_o )
Preprocessing library for hspec-core-2.11.16..
Running Haddock on library for hspec-core-2.11.16..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 50] Compiling Control.Concurrent.Async ( vendor/async-2.2.5/Control/Concurrent/Async.hs, nothing )
[ 2 of 50] Compiling Data.Algorithm.Diff ( vendor/Data/Algorithm/Diff.hs, nothing )
[ 3 of 50] Compiling Paths_hspec_core ( dist/build/autogen/Paths_hspec_core.hs, nothing )
[ 4 of 50] Compiling Test.Hspec.Core.Compat ( src/Test/Hspec/Core/Compat.hs, nothing )
[ 5 of 50] Compiling Test.Hspec.Core.Clock ( src/Test/Hspec/Core/Clock.hs, nothing )
[ 6 of 50] Compiling Test.Hspec.Core.Annotations ( src/Test/Hspec/Core/Annotations.hs, nothing )
[ 7 of 50] Compiling GetOpt.Declarative.Types ( src/GetOpt/Declarative/Types.hs, nothing )
[ 8 of 50] Compiling GetOpt.Declarative.Environment ( src/GetOpt/Declarative/Environment.hs, nothing )
[ 9 of 50] Compiling Test.Hspec.Core.Example.Location ( src/Test/Hspec/Core/Example/Location.hs, nothing )
[10 of 50] Compiling Test.Hspec.Core.Formatters.Diff ( src/Test/Hspec/Core/Formatters/Diff.hs, nothing )
[11 of 50] Compiling Test.Hspec.Core.Formatters.Pretty.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser.hs, nothing )
[12 of 50] Compiling Test.Hspec.Core.Formatters.Pretty.Unicode ( src/Test/Hspec/Core/Formatters/Pretty/Unicode.hs, nothing )
[13 of 50] Compiling Test.Hspec.Core.Formatters.Pretty ( src/Test/Hspec/Core/Formatters/Pretty.hs, nothing )
[14 of 50] Compiling Test.Hspec.Core.Formatters.V1.Free ( src/Test/Hspec/Core/Formatters/V1/Free.hs, nothing )
[15 of 50] Compiling Test.Hspec.Core.Runner.JobQueue ( src/Test/Hspec/Core/Runner/JobQueue.hs, nothing )
[16 of 50] Compiling Test.Hspec.Core.Timer ( src/Test/Hspec/Core/Timer.hs, nothing )
[17 of 50] Compiling Test.Hspec.Core.Util ( src/Test/Hspec/Core/Util.hs, nothing )
[18 of 50] Compiling Test.Hspec.Core.QuickCheck.Util ( src/Test/Hspec/Core/QuickCheck/Util.hs, nothing )
[19 of 50] Compiling Test.Hspec.Core.Example ( src/Test/Hspec/Core/Example.hs, nothing )
[20 of 50] Compiling Test.Hspec.Core.Tree ( src/Test/Hspec/Core/Tree.hs, nothing )
[21 of 50] Compiling Test.Hspec.Core.Shuffle ( src/Test/Hspec/Core/Shuffle.hs, nothing )
[22 of 50] Compiling Test.Hspec.Core.Format ( src/Test/Hspec/Core/Format.hs, nothing )
[23 of 50] Compiling Test.Hspec.Core.Runner.Result ( src/Test/Hspec/Core/Runner/Result.hs, nothing )
[24 of 50] Compiling Test.Hspec.Core.Formatters.V1.Monad ( src/Test/Hspec/Core/Formatters/V1/Monad.hs, nothing )
[25 of 50] Compiling Test.Hspec.Core.Formatters.Internal ( src/Test/Hspec/Core/Formatters/Internal.hs, nothing )
[26 of 50] Compiling Test.Hspec.Core.Formatters.V2 ( src/Test/Hspec/Core/Formatters/V2.hs, nothing )
[27 of 50] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItems ( src/Test/Hspec/Core/Runner/PrintSlowSpecItems.hs, nothing )
[28 of 50] Compiling Test.Hspec.Core.Formatters.V1.Internal ( src/Test/Hspec/Core/Formatters/V1/Internal.hs, nothing )
[29 of 50] Compiling Test.Hspec.Core.Formatters.V1 ( src/Test/Hspec/Core/Formatters/V1.hs, nothing )
[30 of 50] Compiling Test.Hspec.Core.Formatters ( src/Test/Hspec/Core/Formatters.hs, nothing )
[31 of 50] Compiling GetOpt.Declarative.Util ( src/GetOpt/Declarative/Util.hs, nothing )
[32 of 50] Compiling GetOpt.Declarative.Interpret ( src/GetOpt/Declarative/Interpret.hs, nothing )
[33 of 50] Compiling GetOpt.Declarative ( src/GetOpt/Declarative.hs, nothing )
[34 of 50] Compiling Test.Hspec.Core.Config.Definition ( src/Test/Hspec/Core/Config/Definition.hs, nothing )
[35 of 50] Compiling Test.Hspec.Core.Spec.Monad ( src/Test/Hspec/Core/Spec/Monad.hs, nothing )
[36 of 50] Compiling Test.Hspec.Core.QuickCheck ( src/Test/Hspec/Core/QuickCheck.hs, nothing )
[37 of 50] Compiling Test.Hspec.Core.Hooks ( src/Test/Hspec/Core/Hooks.hs, nothing )
[38 of 50] Compiling Test.Hspec.Core.Spec ( src/Test/Hspec/Core/Spec.hs, nothing )
[39 of 50] Compiling Test.Hspec.Core.Runner.Eval ( src/Test/Hspec/Core/Runner/Eval.hs, nothing )
[40 of 50] Compiling Test.Hspec.Core.Extension.Tree ( src/Test/Hspec/Core/Extension/Tree.hs, nothing )
[41 of 50] Compiling Test.Hspec.Core.Extension.Spec ( src/Test/Hspec/Core/Extension/Spec.hs, nothing )
[42 of 50] Compiling Test.Hspec.Core.Extension.Item ( src/Test/Hspec/Core/Extension/Item.hs, nothing )
[43 of 50] Compiling Test.Hspec.Core.FailureReport ( src/Test/Hspec/Core/FailureReport.hs, nothing )
[44 of 50] Compiling Test.Hspec.Core.Extension.Config.Type ( src/Test/Hspec/Core/Extension/Config/Type.hs, nothing )
[45 of 50] Compiling Test.Hspec.Core.Extension.Option ( src/Test/Hspec/Core/Extension/Option.hs, nothing )
[46 of 50] Compiling Test.Hspec.Core.Extension.Config ( src/Test/Hspec/Core/Extension/Config.hs, nothing )
[47 of 50] Compiling Test.Hspec.Core.Extension ( src/Test/Hspec/Core/Extension.hs, nothing )
[48 of 50] Compiling Test.Hspec.Core.Config.Options ( src/Test/Hspec/Core/Config/Options.hs, nothing )
[49 of 50] Compiling Test.Hspec.Core.Config ( src/Test/Hspec/Core/Config.hs, nothing )
[50 of 50] Compiling Test.Hspec.Core.Runner ( src/Test/Hspec/Core/Runner.hs, nothing )
Haddock coverage:
Warning: 'ThreadId' is ambiguous. It is defined
* in GHC.Conc.Sync
* in GHC.Conc.Sync
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.Conc.Sync
Warning: 'Async' is ambiguous. It is defined
* at vendor/async-2.2.5/Control/Concurrent/Async.hs:68:16
* at vendor/async-2.2.5/Control/Concurrent/Async.hs:68: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 vendor/async-2.2.5/Control/Concurrent/Async.hs:68:1
Warning: 'ExceptionInLinkedThread' is ambiguous. It is defined
* at vendor/async-2.2.5/Control/Concurrent/Async.hs:457:3
* at vendor/async-2.2.5/Control/Concurrent/Async.hs:456: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 vendor/async-2.2.5/Control/Concurrent/Async.hs:456:1
Warning: 'AsyncCancelled' is ambiguous. It is defined
* at vendor/async-2.2.5/Control/Concurrent/Async.hs:270:23
* at vendor/async-2.2.5/Control/Concurrent/Async.hs:270: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 vendor/async-2.2.5/Control/Concurrent/Async.hs:270:1
Warning: 'IO' is ambiguous. It is defined
* in GHC.Types
* in GHC.Types
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.Types
Warning: Test.Hspec.Core.Compat: Could not find documentation for exported module: Test.Hspec.Core.Compat
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 15 / 15) in 'Test.Hspec.Core.Util'
Warning: 'Result' is ambiguous. It is defined
* at src/Test/Hspec/Core/Example.hs:139:15
* at src/Test/Hspec/Core/Example.hs:139: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/Test/Hspec/Core/Example.hs:139:1
38% ( 5 / 13) in 'Test.Hspec.Core.Format'
Missing documentation for:
Format (src/Test/Hspec/Core/Format.hs:38)
defaultFormatConfig (src/Test/Hspec/Core/Format.hs:85)
Event (src/Test/Hspec/Core/Format.hs:53)
Seconds (src/Test/Hspec/Core/Clock.hs:30)
Item (src/Test/Hspec/Core/Format.hs:40)
Result (src/Test/Hspec/Core/Format.hs:47)
FailureReason (src/Test/Hspec/Core/Example.hs:150)
monadic (src/Test/Hspec/Core/Format.hs:106)
Warning: 'Summary' is ambiguous. It is defined
* at src/Test/Hspec/Core/Runner/Result.hs:82:16
* at src/Test/Hspec/Core/Runner/Result.hs:82: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/Test/Hspec/Core/Runner/Result.hs:82:1
73% ( 42 / 57) in 'Test.Hspec.Core.Formatters.V2'
Missing documentation for:
silent (src/Test/Hspec/Core/Formatters/V2.hs:160)
checks (src/Test/Hspec/Core/Formatters/V2.hs:171)
specdoc (src/Test/Hspec/Core/Formatters/V2.hs:213)
progress (src/Test/Hspec/Core/Formatters/V2.hs:259)
failed_examples (src/Test/Hspec/Core/Formatters/V2.hs:269)
Formatter (src/Test/Hspec/Core/Formatters/Internal.hs:73)
Item (src/Test/Hspec/Core/Format.hs:40)
Result (src/Test/Hspec/Core/Format.hs:47)
FailureReason (src/Test/Hspec/Core/Example.hs:150)
FormatM (src/Test/Hspec/Core/Formatters/Internal.hs:219)
formatterToFormat (src/Test/Hspec/Core/Formatters/Internal.hs:103)
FailureRecord (src/Test/Hspec/Core/Formatters/Internal.hs:96)
Seconds (src/Test/Hspec/Core/Clock.hs:30)
writeTransient (src/Test/Hspec/Core/Formatters/Internal.hs:272)
formatLocation (src/Test/Hspec/Core/Formatters/V2.hs:436)
68% ( 26 / 38) in 'Test.Hspec.Core.Formatters.V1'
Missing documentation for:
silent (src/Test/Hspec/Core/Formatters/V1/Internal.hs:163)
checks (src/Test/Hspec/Core/Formatters/V1/Internal.hs:177)
specdoc (src/Test/Hspec/Core/Formatters/V1/Internal.hs:211)
progress (src/Test/Hspec/Core/Formatters/V1/Internal.hs:250)
failed_examples (src/Test/Hspec/Core/Formatters/V1/Internal.hs:260)
Formatter (src/Test/Hspec/Core/Formatters/V1/Monad.hs:59)
FailureReason (src/Test/Hspec/Core/Formatters/V1/Monad.hs:52)
FormatM (src/Test/Hspec/Core/Formatters/V1/Monad.hs:136)
formatterToFormat (src/Test/Hspec/Core/Formatters/V1/Internal.hs:109)
FailureRecord (src/Test/Hspec/Core/Formatters/V1/Monad.hs:91)
Seconds (src/Test/Hspec/Core/Clock.hs:30)
writeTransient (src/Test/Hspec/Core/Formatters/V1/Monad.hs:232)
50% ( 1 / 2) in 'Test.Hspec.Core.Formatters'
Missing documentation for:
Module header
Warning: GetOpt.Declarative: Could not find documentation for exported module: GetOpt.Declarative
Warning: 'SpecM' is ambiguous. It is defined
* at src/Test/Hspec/Core/Spec/Monad.hs:69:21
* at src/Test/Hspec/Core/Spec/Monad.hs:69: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/Test/Hspec/Core/Spec/Monad.hs:69:1
Warning: 'Params' is ambiguous. It is defined
* at src/Test/Hspec/Core/Example.hs:114:15
* at src/Test/Hspec/Core/Example.hs:114: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/Test/Hspec/Core/Example.hs:114:1
Warning: 'Env' is ambiguous. It is defined
* at src/Test/Hspec/Core/Spec/Monad.hs:121:15
* at src/Test/Hspec/Core/Spec/Monad.hs:121: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/Test/Hspec/Core/Spec/Monad.hs:121:1
Warning: 'Args' is ambiguous. It is defined
* in Test.QuickCheck.Test
* in Test.QuickCheck.Test
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 Test.QuickCheck.Test
100% ( 6 / 6) in 'Test.Hspec.Core.QuickCheck'
Warning: 'SpecM' is ambiguous. It is defined
* at src/Test/Hspec/Core/Spec/Monad.hs:69:21
* at src/Test/Hspec/Core/Spec/Monad.hs:69: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/Test/Hspec/Core/Spec/Monad.hs:69:1
100% ( 24 / 24) in 'Test.Hspec.Core.Hooks'
74% ( 49 / 66) in 'Test.Hspec.Core.Spec'
Missing documentation for:
mapSpecForest (src/Test/Hspec/Core/Spec/Monad.hs:107)
mapSpecItem_ (src/Test/Hspec/Core/Spec/Monad.hs:115)
defaultParams (src/Test/Hspec/Core/Example.hs:120)
ResultStatus (src/Test/Hspec/Core/Example.hs:144)
FailureReason (src/Test/Hspec/Core/Example.hs:150)
safeEvaluate (src/Test/Hspec/Core/Example.hs:181)
safeEvaluateExample (src/Test/Hspec/Core/Example.hs:178)
bimapTree (src/Test/Hspec/Core/Tree.hs:58)
bimapForest (src/Test/Hspec/Core/Tree.hs:55)
filterTree (src/Test/Hspec/Core/Tree.hs:66)
filterForest (src/Test/Hspec/Core/Tree.hs:69)
filterTreeWithLabels (src/Test/Hspec/Core/Tree.hs:72)
filterForestWithLabels (src/Test/Hspec/Core/Tree.hs:75)
pruneTree (src/Test/Hspec/Core/Tree.hs:90)
pruneForest (src/Test/Hspec/Core/Tree.hs:87)
location (src/Test/Hspec/Core/Tree.hs:158)
Expectation
0% ( 0 / 4) in 'Test.Hspec.Core.Extension.Tree'
Missing documentation for:
Module header
SpecTree (src/Test/Hspec/Core/Extension/Tree.hs:13)
mapItems (src/Test/Hspec/Core/Extension/Tree.hs:16)
filterItems (src/Test/Hspec/Core/Extension/Tree.hs:19)
0% ( 0 / 2) in 'Test.Hspec.Core.Extension.Spec'
Missing documentation for:
Module header
mapItems (src/Test/Hspec/Core/Extension/Spec.hs:10)
52% ( 9 / 17) in 'Test.Hspec.Core.Extension.Item'
Missing documentation for:
Module header
ResultStatus (src/Test/Hspec/Core/Example.hs:144)
FailureReason (src/Test/Hspec/Core/Example.hs:150)
isFocused (src/Test/Hspec/Core/Extension/Item.hs:28)
pending (src/Test/Hspec/Core/Extension/Item.hs:31)
pendingWith (src/Test/Hspec/Core/Extension/Item.hs:37)
setAnnotation (src/Test/Hspec/Core/Extension/Item.hs:43)
getAnnotation (src/Test/Hspec/Core/Extension/Item.hs:46)
0% ( 0 / 6) in 'Test.Hspec.Core.Extension.Option'
Missing documentation for:
Module header
Option (src/Test/Hspec/Core/Extension/Config/Type.hs:23)
flag (src/Test/Hspec/Core/Extension/Option.hs:18)
argument (src/Test/Hspec/Core/Extension/Option.hs:21)
noArgument (src/Test/Hspec/Core/Extension/Option.hs:27)
optionalArgument (src/Test/Hspec/Core/Extension/Option.hs:24)
33% ( 3 / 9) in 'Test.Hspec.Core.Extension.Config'
Missing documentation for:
Module header
Config (src/Test/Hspec/Core/Config/Definition.hs:86)
ColorMode (src/Test/Hspec/Core/Config/Definition.hs:80)
UnicodeMode (src/Test/Hspec/Core/Config/Definition.hs:83)
setAnnotation (src/Test/Hspec/Core/Extension/Config/Type.hs:26)
getAnnotation (src/Test/Hspec/Core/Extension/Config/Type.hs:29)
Warning: 'Item' is ambiguous. It is defined
* at src/Test/Hspec/Core/Tree.hs:107:15
* at src/Test/Hspec/Core/Tree.hs:107: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/Test/Hspec/Core/Tree.hs:107:1
82% ( 19 / 23) in 'Test.Hspec.Core.Extension'
Missing documentation for:
Option (src/Test/Hspec/Core/Extension/Config/Type.hs:23)
registerOptions (src/Test/Hspec/Core/Extension.hs:93)
Config (src/Test/Hspec/Core/Config/Definition.hs:86)
SpecTree (src/Test/Hspec/Core/Extension/Tree.hs:13)
Warning: 'Config' is ambiguous. It is defined
* at src/Test/Hspec/Core/Config/Definition.hs:86:15
* at src/Test/Hspec/Core/Config/Definition.hs:86: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/Test/Hspec/Core/Config/Definition.hs:86:1
Warning: 'Config' is ambiguous. It is defined
* at src/Test/Hspec/Core/Config/Definition.hs:86:15
* at src/Test/Hspec/Core/Config/Definition.hs:86: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/Test/Hspec/Core/Config/Definition.hs:86:1
Warning: 'Summary' is ambiguous. It is defined
* at src/Test/Hspec/Core/Runner/Result.hs:82:16
* at src/Test/Hspec/Core/Runner/Result.hs:82: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/Test/Hspec/Core/Runner/Result.hs:82:1
83% ( 36 / 43) in 'Test.Hspec.Core.Runner'
Missing documentation for:
evaluateResult (src/Test/Hspec/Core/Runner.hs:223)
toSummary (src/Test/Hspec/Core/Runner/Result.hs:101)
ResultItemStatus (src/Test/Hspec/Core/Runner/Result.hs:61)
Config (src/Test/Hspec/Core/Config/Definition.hs:86)
ColorMode (src/Test/Hspec/Core/Config/Definition.hs:80)
UnicodeMode (src/Test/Hspec/Core/Config/Definition.hs:83)
defaultConfig (src/Test/Hspec/Core/Config.hs:38)
Warning: Test.Hspec.Core.Formatters.V1: could not find link destinations for:
- Test.Hspec.Core.Formatters.V1.Free.Free
- Test.Hspec.Core.Formatters.V1.Monad.FormatF
Warning: Test.Hspec.Core.QuickCheck: could not find link destinations for:
- Test.Hspec.Core.QuickCheck.D:R:ArgFUN
- Test.Hspec.Core.QuickCheck.D:R:ArgProperty
Warning: Test.Hspec.Core.Spec: could not find link destinations for:
- Test.Hspec.Core.Annotations.Annotations
- Test.Hspec.Core.Example.D:R:ArgFUN
- Test.Hspec.Core.Example.D:R:ArgIO
- Test.Hspec.Core.Example.D:R:ArgFUN0
- Test.Hspec.Core.Example.D:R:ArgBool
- Test.Hspec.Core.Example.D:R:ArgFUN1
- Test.Hspec.Core.Example.D:R:ArgResult
- Test.Hspec.Core.Spec.Monad.Env
- Test.Hspec.Core.QuickCheck.D:R:ArgFUN
- Test.Hspec.Core.QuickCheck.D:R:ArgProperty
Warning: Test.Hspec.Core.Extension.Item: could not find link destinations for:
- Test.Hspec.Core.Annotations.Annotations
- Test.Hspec.Core.Example.D:R:ArgFUN1
- Test.Hspec.Core.Example.D:R:ArgResult
Warning: Test.Hspec.Core.Extension.Config: could not find link destinations for:
- Test.Hspec.Core.Annotations.Annotations
Warning: Test.Hspec.Core.Runner: could not find link destinations for:
- Test.Hspec.Core.Annotations.Annotations
Documentation created: dist/doc/html/hspec-core/,
dist/doc/html/hspec-core/hspec-core.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hspec-core-2.11.16-EMTkoah0sOK3GPArQIwdUK
Completed hspec-core-2.11.16
Configuring semigroupoids-6.0.2...
Preprocessing library for semigroupoids-6.0.2..
Building library for semigroupoids-6.0.2..
[ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o, dist/build/Data/Functor/Extend.dyn_o )
[ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o, dist/build/Data/Semigroup/Foldable/Class.dyn_o )
[ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o, dist/build/Data/Traversable/Instances.dyn_o )
[ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o )
[ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o, dist/build/Data/Functor/Bind/Class.dyn_o )
[ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o, dist/build/Data/Functor/Apply.dyn_o )
[ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o, dist/build/Data/Semigroup/Bifoldable.dyn_o )
[ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.o, dist/build/Data/Functor/Contravariant/Divise.dyn_o )
[ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.o, dist/build/Data/Functor/Contravariant/Decide.dyn_o )
[10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.o, dist/build/Data/Functor/Contravariant/Conclude.dyn_o )
[11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o, dist/build/Data/Functor/Bind.dyn_o )
[12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o )
[13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o, dist/build/Data/Semigroupoid/Ob.dyn_o )
[14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o, dist/build/Data/Semigroupoid/Dual.dyn_o )
[15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.o, dist/build/Data/Semigroupoid/Categorical.dyn_o )
[16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o )
[17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o )
[18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o, dist/build/Data/Functor/Bind/Trans.dyn_o )
[19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o, dist/build/Data/Bifunctor/Apply.dyn_o )
[20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o, dist/build/Data/Functor/Alt.dyn_o )
[21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o, dist/build/Data/Semigroup/Foldable.dyn_o )
[22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o, dist/build/Data/Semigroup/Traversable/Class.dyn_o )
[23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o, dist/build/Data/Semigroup/Traversable.dyn_o )
[24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o, dist/build/Data/Semigroup/Bitraversable.dyn_o )
[25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o, dist/build/Data/Functor/Plus.dyn_o )
[26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o )
[27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o, dist/build/Data/Semigroupoid/Static.dyn_o )
Preprocessing library for semigroupoids-6.0.2..
Running Haddock on library for semigroupoids-6.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, nothing )
[ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, nothing )
[ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, nothing )
[ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, nothing )
[ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, nothing )
[ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, nothing )
[ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, nothing )
[ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, nothing )
[ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, nothing )
[10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, nothing )
[11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, nothing )
[12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, nothing )
[13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, nothing )
[14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, nothing )
[15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, nothing )
[16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, nothing )
[17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, nothing )
[18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, nothing )
[19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, nothing )
[20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, nothing )
[21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, nothing )
[22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, nothing )
[23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, nothing )
[24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, nothing )
[25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, nothing )
[26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, nothing )
[27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, nothing )
Haddock coverage:
83% ( 5 / 6) in 'Data.Functor.Extend'
Missing documentation for:
Extend (src/Data/Functor/Extend.hs:55)
66% ( 2 / 3) in 'Data.Semigroup.Foldable.Class'
Missing documentation for:
Bifoldable1
100% ( 1 / 1) in 'Data.Traversable.Instances'
Warning: 'MaybeApply' is ambiguous. It is defined
* at src/Data/Functor/Bind/Class.hs:424:26
* at src/Data/Functor/Bind/Class.hs:424: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/Functor/Bind/Class.hs:424:1
Warning: 'K1' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
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.Generics
Warning: 'StoreT' is ambiguous. It is defined
* in Control.Comonad.Trans.Store
* in Control.Comonad.Trans.Store
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.Comonad.Trans.Store
Warning: 'EnvT' is ambiguous. It is defined
* in Control.Comonad.Trans.Env
* in Control.Comonad.Trans.Env
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.Comonad.Trans.Env
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
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.Functor.Const
Warning: '(,)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Constant' is ambiguous. It is defined
* in Data.Functor.Constant
* in Data.Functor.Constant
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.Functor.Constant
80% ( 12 / 15) in 'Data.Functor.Bind.Class'
Missing documentation for:
apDefault (src/Data/Functor/Bind/Class.hs:553)
returning (src/Data/Functor/Bind/Class.hs:550)
Biapply (src/Data/Functor/Bind/Class.hs:772)
100% ( 16 / 16) in 'Data.Functor.Apply'
33% ( 2 / 6) in 'Data.Semigroup.Bifoldable'
Missing documentation for:
Bifoldable1
bitraverse1_ (src/Data/Semigroup/Bifoldable.hs:46)
bifor1_ (src/Data/Semigroup/Bifoldable.hs:50)
bisequenceA1_ (src/Data/Semigroup/Bifoldable.hs:58)
Warning: 'Day' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 6 / 6) in 'Data.Functor.Contravariant.Divise'
Warning: 'Alt' is ambiguous. It is defined
* in Data.Semigroup.Internal
* in Data.Semigroup.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.Semigroup.Internal
Warning: 'EitherDay' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Conclude' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Data.Functor.Contravariant.Decide'
Warning: 'Plus' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Data.Functor.Contravariant.Conclude'
Warning: ':*:' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
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.Generics
75% ( 15 / 20) in 'Data.Functor.Bind'
Missing documentation for:
-<< (src/Data/Functor/Bind.hs:53)
-<- (src/Data/Functor/Bind.hs:59)
->- (src/Data/Functor/Bind.hs:56)
apDefault (src/Data/Functor/Bind/Class.hs:553)
returning (src/Data/Functor/Bind/Class.hs:550)
50% ( 2 / 4) in 'Data.Semigroupoid'
Missing documentation for:
WrappedCategory (src/Data/Semigroupoid.hs:71)
Semi (src/Data/Semigroupoid.hs:80)
50% ( 1 / 2) in 'Data.Semigroupoid.Ob'
Missing documentation for:
Ob (src/Data/Semigroupoid/Ob.hs:29)
50% ( 1 / 2) in 'Data.Semigroupoid.Dual'
Missing documentation for:
Dual (src/Data/Semigroupoid/Dual.hs:21)
100% ( 3 / 3) in 'Data.Semigroupoid.Categorical'
100% ( 2 / 2) in 'Data.Groupoid'
50% ( 1 / 2) in 'Data.Isomorphism'
Missing documentation for:
Iso (src/Data/Isomorphism.hs:23)
100% ( 2 / 2) in 'Data.Functor.Bind.Trans'
62% ( 5 / 8) in 'Data.Bifunctor.Apply'
Missing documentation for:
Biapply (src/Data/Functor/Bind/Class.hs:772)
<<$>>
<<..>> (src/Data/Bifunctor/Apply.hs:28)
Warning: 'ExceptT' is ambiguous. It is defined
* in Control.Monad.Trans.Except
* in Control.Monad.Trans.Except
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.Except
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
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.Functor.Identity
Warning: 'Bind' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Data.Functor.Alt'
71% ( 10 / 14) in 'Data.Semigroup.Foldable'
Missing documentation for:
traverse1_ (src/Data/Semigroup/Foldable.hs:78)
for1_ (src/Data/Semigroup/Foldable.hs:82)
sequenceA1_ (src/Data/Semigroup/Foldable.hs:86)
asum1 (src/Data/Semigroup/Foldable.hs:104)
33% ( 1 / 3) in 'Data.Semigroup.Traversable.Class'
Missing documentation for:
Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
Warning: 'foldMap1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 8 / 9) in 'Data.Semigroup.Traversable'
Missing documentation for:
Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
33% ( 1 / 3) in 'Data.Semigroup.Bitraversable'
Missing documentation for:
Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
bifoldMap1Default (src/Data/Semigroup/Bitraversable.hs:25)
100% ( 5 / 5) in 'Data.Functor.Plus'
Warning: 'Applicative' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Monad' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
90% ( 10 / 11) in 'Semigroupoids.Do'
Missing documentation for:
join
50% ( 1 / 2) in 'Data.Semigroupoid.Static'
Missing documentation for:
Static (src/Data/Semigroupoid/Static.hs:35)
Warning: Data.Functor.Apply: could not find link destinations for:
- Text.ParserCombinators.ReadP.P
- Data.Biapplicative.Mag
- Data.Graph.SetM
Warning: Data.Functor.Bind: could not find link destinations for:
- Text.ParserCombinators.ReadP.P
- Data.Biapplicative.Mag
- Data.Graph.SetM
Documentation created: dist/doc/html/semigroupoids/,
dist/doc/html/semigroupoids/semigroupoids.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroupoids-6.0.2-3Koi77zRer3AIbSFihskkA
Completed semigroupoids-6.0.2
Configuring tasty-1.5.3...
Preprocessing library for tasty-1.5.3..
Building library for tasty-1.5.3..
[ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
[ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, dist/build/Test/Tasty/Options.o, dist/build/Test/Tasty/Options.dyn_o )
[ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, dist/build/Test/Tasty/Parallel.o, dist/build/Test/Tasty/Parallel.dyn_o )
[ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, dist/build/Test/Tasty/Patterns/Expr.o, dist/build/Test/Tasty/Patterns/Expr.dyn_o )
[ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, dist/build/Test/Tasty/Patterns/Types.o, dist/build/Test/Tasty/Patterns/Types.dyn_o )
[ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, dist/build/Test/Tasty/Patterns/Printer.o, dist/build/Test/Tasty/Patterns/Printer.dyn_o )
[ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, dist/build/Test/Tasty/Patterns/Parser.o, dist/build/Test/Tasty/Patterns/Parser.dyn_o )
[ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, dist/build/Test/Tasty/Patterns/Eval.o, dist/build/Test/Tasty/Patterns/Eval.dyn_o )
[ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, dist/build/Test/Tasty/Patterns.o, dist/build/Test/Tasty/Patterns.dyn_o )
[10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, dist/build/Test/Tasty/Options/Core.o, dist/build/Test/Tasty/Options/Core.dyn_o )
[11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, dist/build/Test/Tasty/Providers/ConsoleFormat.o, dist/build/Test/Tasty/Providers/ConsoleFormat.dyn_o )
[12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, dist/build/Test/Tasty/Core.o, dist/build/Test/Tasty/Core.dyn_o )
[13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, dist/build/Test/Tasty/Providers.o, dist/build/Test/Tasty/Providers.dyn_o )
[14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, dist/build/Test/Tasty/Runners/Reducers.o, dist/build/Test/Tasty/Runners/Reducers.dyn_o )
[15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, dist/build/Test/Tasty/Runners/Utils.o, dist/build/Test/Tasty/Runners/Utils.dyn_o )
[16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, dist/build/Test/Tasty/Run.o, dist/build/Test/Tasty/Run.dyn_o )
[17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, dist/build/Test/Tasty/Ingredients.o, dist/build/Test/Tasty/Ingredients.dyn_o )
[18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, dist/build/Test/Tasty/Options/Env.o, dist/build/Test/Tasty/Options/Env.dyn_o )
[19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, dist/build/Test/Tasty/Ingredients/ListTests.o, dist/build/Test/Tasty/Ingredients/ListTests.dyn_o )
[20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, dist/build/Test/Tasty/Ingredients/IncludingOptions.o, dist/build/Test/Tasty/Ingredients/IncludingOptions.dyn_o )
[21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, dist/build/Test/Tasty/Ingredients/ConsoleReporter.o, dist/build/Test/Tasty/Ingredients/ConsoleReporter.dyn_o )
[22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, dist/build/Test/Tasty/Ingredients/Basic.o, dist/build/Test/Tasty/Ingredients/Basic.dyn_o )
[23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, dist/build/Test/Tasty/CmdLine.o, dist/build/Test/Tasty/CmdLine.dyn_o )
[24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, dist/build/Test/Tasty/Runners.o, dist/build/Test/Tasty/Runners.dyn_o )
[25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, dist/build/Test/Tasty.o, dist/build/Test/Tasty.dyn_o )
Preprocessing library for tasty-1.5.3..
Running Haddock on library for tasty-1.5.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing )
[ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, nothing )
[ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, nothing )
[ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, nothing )
[ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, nothing )
[ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, nothing )
[ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, nothing )
[ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, nothing )
[ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, nothing )
[10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, nothing )
[11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, nothing )
[12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, nothing )
[13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, nothing )
[14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, nothing )
[15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, nothing )
[16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, nothing )
[17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, nothing )
[18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, nothing )
[19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, nothing )
[20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, nothing )
[21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, nothing )
[22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, nothing )
[23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, nothing )
[24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, nothing )
[25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, nothing )
Haddock coverage:
Warning: 'ThreadId' is ambiguous. It is defined
* in GHC.Conc.Sync
* in GHC.Conc.Sync
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.Conc.Sync
Warning: 'Async' is ambiguous. It is defined
* at Control/Concurrent/Async.hs:60:16
* at Control/Concurrent/Async.hs:60: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 Control/Concurrent/Async.hs:60:1
Warning: 'OptionSet' is ambiguous. It is defined
* at Test/Tasty/Options.hs:101:21
* at Test/Tasty/Options.hs:101: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 Test/Tasty/Options.hs:101:1
100% ( 17 / 17) in 'Test.Tasty.Options'
Warning: 'Action' is ambiguous. It is defined
* at Test/Tasty/Parallel.hs:21:15
* at Test/Tasty/Parallel.hs:21: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 Test/Tasty/Parallel.hs:21:1
100% ( 2 / 2) in 'Test.Tasty.Patterns.Types'
100% ( 2 / 2) in 'Test.Tasty.Patterns.Printer'
Warning: 'Parser' is ambiguous. It is defined
* at Test/Tasty/Patterns/Parser.hs:32:20
* at Test/Tasty/Patterns/Parser.hs:32: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 Test/Tasty/Patterns/Parser.hs:32:1
100% ( 6 / 6) in 'Test.Tasty.Patterns.Parser'
100% ( 5 / 5) in 'Test.Tasty.Patterns.Eval'
Warning: 'Timeout' is ambiguous. It is defined
* at Test/Tasty/Options/Core.hs:56:5
* at Test/Tasty/Options/Core.hs:55: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 Test/Tasty/Options/Core.hs:55:1
Warning: 'TestPattern' is ambiguous. It is defined
* at Test/Tasty/Patterns.hs:33:3
* at Test/Tasty/Patterns.hs:31: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 Test/Tasty/Patterns.hs:31:1
Warning: 'Map' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Test.Tasty.Providers.ConsoleFormat'
Warning: 'ResourceSpec' is ambiguous. It is defined
* at Test/Tasty/Core.hs:226:23
* at Test/Tasty/Core.hs:226: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 Test/Tasty/Core.hs:226:1
Warning: 'Result' is ambiguous. It is defined
* at Test/Tasty/Core.hs:91:15
* at Test/Tasty/Core.hs:91: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 Test/Tasty/Core.hs:91:1
Warning: 'Result' is ambiguous. It is defined
* at Test/Tasty/Core.hs:91:15
* at Test/Tasty/Core.hs:91: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 Test/Tasty/Core.hs:91:1
100% ( 10 / 10) in 'Test.Tasty.Providers'
Warning: 'SignalException' is ambiguous. It is defined
* at Test/Tasty/Runners/Utils.hs:104:27
* at Test/Tasty/Runners/Utils.hs:104: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 Test/Tasty/Runners/Utils.hs:104:1
Warning: 'TestAction' is ambiguous. It is defined
* at Test/Tasty/Run.hs:305:23
* at Test/Tasty/Run.hs:305: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 Test/Tasty/Run.hs:305:1
Warning: 'Initializer' is ambiguous. It is defined
* at Test/Tasty/Run.hs:96:5
* at Test/Tasty/Run.hs:95: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 Test/Tasty/Run.hs:95:1
Warning: 'Finalizer' is ambiguous. It is defined
* at Test/Tasty/Run.hs:100:5
* at Test/Tasty/Run.hs:99: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 Test/Tasty/Run.hs:99:1
Warning: 'Action' is ambiguous. It is defined
* at Test/Tasty/Parallel.hs:21:15
* at Test/Tasty/Parallel.hs:21: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 Test/Tasty/Parallel.hs:21:1
Warning: 'Dependency' is ambiguous. It is defined
* at Test/Tasty/Run.hs:282:19
* at Test/Tasty/Run.hs:282: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 Test/Tasty/Run.hs:282:1
Warning: 'NumThreads' is ambiguous. It is defined
* at Test/Tasty/Options/Core.hs:38:22
* at Test/Tasty/Options/Core.hs:38: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 Test/Tasty/Options/Core.hs:38:1
Warning: 'NumThreads' is ambiguous. It is defined
* at Test/Tasty/Options/Core.hs:38:22
* at Test/Tasty/Options/Core.hs:38: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 Test/Tasty/Options/Core.hs:38:1
100% ( 7 / 7) in 'Test.Tasty.Ingredients'
Warning: 'Statistics' is ambiguous. It is defined
* at Test/Tasty/Ingredients/ConsoleReporter.hs:382:19
* at Test/Tasty/Ingredients/ConsoleReporter.hs:382: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 Test/Tasty/Ingredients/ConsoleReporter.hs:382:1
Warning: 'Result' is ambiguous. It is defined
* at Test/Tasty/Core.hs:91:15
* at Test/Tasty/Core.hs:91: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 Test/Tasty/Core.hs:91:1
100% ( 22 / 22) in 'Test.Tasty.Ingredients.ConsoleReporter'
100% ( 12 / 12) in 'Test.Tasty.Ingredients.Basic'
100% ( 58 / 58) in 'Test.Tasty.Runners'
100% ( 26 / 26) in 'Test.Tasty'
Warning: Test.Tasty.Patterns.Types: could not find link destinations for:
- Test.Tasty.Patterns.Types.Rep_Expr
Warning: Test.Tasty.Patterns.Eval: could not find link destinations for:
- Test.Tasty.Patterns.Eval.M
- Test.Tasty.Patterns.Eval.Value
Warning: Test.Tasty.Runners: could not find link destinations for:
- Test.Tasty.Core.Rep_Outcome
Documentation created: dist/doc/html/tasty/, dist/doc/html/tasty/tasty.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tasty-1.5.3-4QaJQLFot8jLV6JKZ2e12v
Completed tasty-1.5.3
Configuring hspec-2.11.16...
Preprocessing library for hspec-2.11.16..
Building library for hspec-2.11.16..
[1 of 6] Compiling Paths_hspec ( dist/build/autogen/Paths_hspec.hs, dist/build/Paths_hspec.o, dist/build/Paths_hspec.dyn_o )
[2 of 6] Compiling Test.Hspec.Discover ( src/Test/Hspec/Discover.hs, dist/build/Test/Hspec/Discover.o, dist/build/Test/Hspec/Discover.dyn_o )
[3 of 6] Compiling Test.Hspec.Formatters ( src/Test/Hspec/Formatters.hs, dist/build/Test/Hspec/Formatters.o, dist/build/Test/Hspec/Formatters.dyn_o )
[4 of 6] Compiling Test.Hspec.Runner ( src/Test/Hspec/Runner.hs, dist/build/Test/Hspec/Runner.o, dist/build/Test/Hspec/Runner.dyn_o )
[5 of 6] Compiling Test.Hspec ( src/Test/Hspec.hs, dist/build/Test/Hspec.o, dist/build/Test/Hspec.dyn_o )
[6 of 6] Compiling Test.Hspec.QuickCheck ( src/Test/Hspec/QuickCheck.hs, dist/build/Test/Hspec/QuickCheck.o, dist/build/Test/Hspec/QuickCheck.dyn_o )
Preprocessing library for hspec-2.11.16..
Running Haddock on library for hspec-2.11.16..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Paths_hspec ( dist/build/autogen/Paths_hspec.hs, nothing )
[2 of 6] Compiling Test.Hspec.Discover ( src/Test/Hspec/Discover.hs, nothing )
[3 of 6] Compiling Test.Hspec.Formatters ( src/Test/Hspec/Formatters.hs, nothing )
[4 of 6] Compiling Test.Hspec.Runner ( src/Test/Hspec/Runner.hs, nothing )
[5 of 6] Compiling Test.Hspec ( src/Test/Hspec.hs, nothing )
[6 of 6] Compiling Test.Hspec.QuickCheck ( src/Test/Hspec/QuickCheck.hs, nothing )
Haddock coverage:
100% ( 2 / 2) in 'Test.Hspec.Formatters'
50% ( 1 / 2) in 'Test.Hspec.Runner'
Missing documentation for:
Module header
100% ( 54 / 54) in 'Test.Hspec'
90% ( 10 / 11) in 'Test.Hspec.QuickCheck'
Missing documentation for:
Module header
Warning: Test.Hspec: could not find link destinations for:
- Test.Hspec.Core.Example.D:R:ArgBool
- Test.Hspec.Core.Example.D:R:ArgFUN
- Test.Hspec.Core.Example.D:R:ArgFUN0
- Test.Hspec.Core.Example.D:R:ArgFUN1
- Test.Hspec.Core.Example.D:R:ArgIO
- Test.Hspec.Core.Example.D:R:ArgResult
Documentation created: dist/doc/html/hspec/, dist/doc/html/hspec/hspec.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hspec-2.11.16-BkBfcW2L9XmFlQlzq05Ubh
Completed hspec-2.11.16
Configuring vector-0.13.2.0...
Preprocessing library for vector-0.13.2.0..
Building library for vector-0.13.2.0..
[ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o, dist/build/Data/Vector/Fusion/Stream/Monadic.dyn_o )
[ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o, dist/build/Data/Vector/Fusion/Util.dyn_o )
[ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o, dist/build/Data/Vector/Fusion/Bundle/Size.dyn_o )
[ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o, dist/build/Data/Vector/Generic/Mutable/Base.dyn_o )
[ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o, dist/build/Data/Vector/Generic/Base.dyn_o )
[ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o, dist/build/Data/Vector/Internal/Check.dyn_o )
[ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o, dist/build/Data/Vector/Fusion/Bundle/Monadic.dyn_o )
[ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o, dist/build/Data/Vector/Fusion/Bundle.dyn_o )
[ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o, dist/build/Data/Vector/Generic/Mutable.dyn_o )
[10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o, dist/build/Data/Vector/Generic/New.dyn_o )
[11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o, dist/build/Data/Vector/Generic.dyn_o )
[12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o, dist/build/Data/Vector/Mutable.dyn_o )
[13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, dist/build/Data/Vector.o, dist/build/Data/Vector.dyn_o )
[14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o, dist/build/Data/Vector/Primitive/Mutable.dyn_o )
[15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o, dist/build/Data/Vector/Primitive.dyn_o )
[16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o, dist/build/Data/Vector/Storable/Internal.dyn_o )
[17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o, dist/build/Data/Vector/Storable/Mutable.dyn_o )
[18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o, dist/build/Data/Vector/Storable.dyn_o )
[19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, dist/build/Data/Vector/Strict/Mutable.o, dist/build/Data/Vector/Strict/Mutable.dyn_o )
[20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, dist/build/Data/Vector/Strict.o, dist/build/Data/Vector/Strict.dyn_o )
[21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o, dist/build/Data/Vector/Unboxed/Base.dyn_o )
[22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o, dist/build/Data/Vector/Unboxed.dyn_o )
[23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o, dist/build/Data/Vector/Unboxed/Mutable.dyn_o )
Preprocessing library 'benchmarks-O2' for vector-0.13.2.0..
Building library 'benchmarks-O2' for vector-0.13.2.0..
[ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.dyn_o )
[ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.o, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.dyn_o )
[ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.dyn_o )
[ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.dyn_o )
[ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.o, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.dyn_o )
[ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.o, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.dyn_o )
[ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.o, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.dyn_o )
[ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.dyn_o )
[ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.dyn_o )
[10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.dyn_o )
[11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.dyn_o )
[12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, dist/build/benchmarks-O2/Bench/Vector/Tasty.o, dist/build/benchmarks-O2/Bench/Vector/Tasty.dyn_o )
[13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.o, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.dyn_o )
[14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.o, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.dyn_o )
Preprocessing library for vector-0.13.2.0..
Running Haddock on library for vector-0.13.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, nothing )
[ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, nothing )
[ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, nothing )
[ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, nothing )
[ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, nothing )
[ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, nothing )
[ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, nothing )
[ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, nothing )
[ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, nothing )
[10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, nothing )
[11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, nothing )
[12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, nothing )
[13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, nothing )
[14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, nothing )
[15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, nothing )
[16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, nothing )
[17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, nothing )
[18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, nothing )
[19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, nothing )
[20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, nothing )
[21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, nothing )
[22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, nothing )
[23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, nothing )
Haddock coverage:
100% ( 2 / 2) in 'Data.Vector.Fusion.Stream.Monadic'
83% ( 5 / 6) in 'Data.Vector.Fusion.Util'
Missing documentation for:
liftBox
100% ( 9 / 9) in 'Data.Vector.Fusion.Bundle.Size'
Warning: 'unsafeSlice' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'overlaps' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeNew' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeRead' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeWrite' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'clear' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'set' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeCopy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeMove' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'grow' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeGrow' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Data.Vector.Generic.Mutable.Base'
Warning: 'basicUnsafeWrite' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bundle' is ambiguous. It is defined
* at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:21
* at src/Data/Vector/Fusion/Bundle/Monadic.hs:121: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/Vector/Fusion/Bundle/Monadic.hs:121:1
79% (110 /139) in 'Data.Vector.Fusion.Bundle.Monadic'
Missing documentation for:
Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
generate (src/Data/Vector/Fusion/Bundle/Monadic.hs:207)
unbox (src/Data/Vector/Fusion/Bundle/Monadic.hs:320)
concatMap (src/Data/Vector/Fusion/Bundle/Monadic.hs:629)
zipWithM_ (src/Data/Vector/Fusion/Bundle/Monadic.hs:351)
zipWith3M (src/Data/Vector/Fusion/Bundle/Monadic.hs:355)
zipWith4M (src/Data/Vector/Fusion/Bundle/Monadic.hs:364)
zipWith5M (src/Data/Vector/Fusion/Bundle/Monadic.hs:371)
zipWith6M (src/Data/Vector/Fusion/Bundle/Monadic.hs:378)
zipWith (src/Data/Vector/Fusion/Bundle/Monadic.hs:384)
zipWith3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:389)
zipWith4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:395)
zipWith5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:401)
zipWith6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:407)
zip (src/Data/Vector/Fusion/Bundle/Monadic.hs:411)
zip3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:415)
zip4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:420)
zip5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:425)
zip6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:430)
and (src/Data/Vector/Fusion/Bundle/Monadic.hs:621)
or (src/Data/Vector/Fusion/Bundle/Monadic.hs:625)
concatMapM (src/Data/Vector/Fusion/Bundle/Monadic.hs:633)
fromVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1086)
reVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1166)
fromVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1105)
concatVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1133)
fromStream (src/Data/Vector/Fusion/Bundle/Monadic.hs:136)
chunks (src/Data/Vector/Fusion/Bundle/Monadic.hs:143)
elements (src/Data/Vector/Fusion/Bundle/Monadic.hs:147)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
79% ( 90 /113) in 'Data.Vector.Fusion.Bundle'
Missing documentation for:
Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
inplace (src/Data/Vector/Fusion/Bundle.hs:113)
concatMap (src/Data/Vector/Fusion/Bundle.hs:256)
unbox (src/Data/Vector/Fusion/Bundle.hs:252)
zipWith4 (src/Data/Vector/Fusion/Bundle.hs:286)
zipWith5 (src/Data/Vector/Fusion/Bundle.hs:292)
zipWith6 (src/Data/Vector/Fusion/Bundle.hs:298)
zip (src/Data/Vector/Fusion/Bundle.hs:302)
zip3 (src/Data/Vector/Fusion/Bundle.hs:306)
zip4 (src/Data/Vector/Fusion/Bundle.hs:311)
zip5 (src/Data/Vector/Fusion/Bundle.hs:316)
zip6 (src/Data/Vector/Fusion/Bundle.hs:321)
and (src/Data/Vector/Fusion/Bundle.hs:406)
or (src/Data/Vector/Fusion/Bundle.hs:410)
unsafeFromList (src/Data/Vector/Fusion/Bundle.hs:632)
fromVector (src/Data/Vector/Fusion/Bundle.hs:636)
reVector (src/Data/Vector/Fusion/Bundle.hs:640)
fromVectors (src/Data/Vector/Fusion/Bundle.hs:644)
concatVectors (src/Data/Vector/Fusion/Bundle.hs:648)
zipWithM (src/Data/Vector/Fusion/Bundle.hs:535)
zipWithM_ (src/Data/Vector/Fusion/Bundle.hs:539)
eqBy (src/Data/Vector/Fusion/Bundle.hs:492)
cmpBy (src/Data/Vector/Fusion/Bundle.hs:501)
86% ( 93 /108) in 'Data.Vector.Generic.Mutable'
Missing documentation for:
mstream (src/Data/Vector/Generic/Mutable.hs:139)
mstreamR (src/Data/Vector/Generic/Mutable.hs:168)
transform (src/Data/Vector/Generic/Mutable.hs:164)
transformR (src/Data/Vector/Generic/Mutable.hs:199)
fill (src/Data/Vector/Generic/Mutable.hs:151)
fillR (src/Data/Vector/Generic/Mutable.hs:182)
unsafeAccum (src/Data/Vector/Generic/Mutable.hs:1020)
accum (src/Data/Vector/Generic/Mutable.hs:997)
unsafeUpdate (src/Data/Vector/Generic/Mutable.hs:1031)
update (src/Data/Vector/Generic/Mutable.hs:1009)
reverse (src/Data/Vector/Generic/Mutable.hs:1039)
unstablePartition (src/Data/Vector/Generic/Mutable.hs:1049)
unstablePartitionBundle (src/Data/Vector/Generic/Mutable.hs:1078)
partitionBundle (src/Data/Vector/Generic/Mutable.hs:1105)
partitionWithBundle (src/Data/Vector/Generic/Mutable.hs:1165)
21% ( 5 / 23) in 'Data.Vector.Generic.New'
Missing documentation for:
create (src/Data/Vector/Generic/New.hs:62)
run (src/Data/Vector/Generic/New.hs:66)
runPrim (src/Data/Vector/Generic/New.hs:70)
apply (src/Data/Vector/Generic/New.hs:74)
modify (src/Data/Vector/Generic/New.hs:78)
modifyWithBundle (src/Data/Vector/Generic/New.hs:83)
unstream (src/Data/Vector/Generic/New.hs:87)
transform (src/Data/Vector/Generic/New.hs:93)
unstreamR (src/Data/Vector/Generic/New.hs:113)
transformR (src/Data/Vector/Generic/New.hs:119)
slice (src/Data/Vector/Generic/New.hs:139)
init (src/Data/Vector/Generic/New.hs:143)
tail (src/Data/Vector/Generic/New.hs:147)
take (src/Data/Vector/Generic/New.hs:151)
drop (src/Data/Vector/Generic/New.hs:155)
unsafeSlice (src/Data/Vector/Generic/New.hs:159)
unsafeInit (src/Data/Vector/Generic/New.hs:163)
unsafeTail (src/Data/Vector/Generic/New.hs:167)
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% (259 /278) in 'Data.Vector.Generic'
Missing documentation for:
zipWith4 (src/Data/Vector/Generic.hs:1190)
zipWith5 (src/Data/Vector/Generic.hs:1201)
zipWith6 (src/Data/Vector/Generic.hs:1213)
izipWith4 (src/Data/Vector/Generic.hs:1242)
izipWith5 (src/Data/Vector/Generic.hs:1253)
izipWith6 (src/Data/Vector/Generic.hs:1265)
zip4 (src/Data/Vector/Generic.hs:1287)
zip5 (src/Data/Vector/Generic.hs:1293)
zip6 (src/Data/Vector/Generic.hs:1299)
unzip3 (src/Data/Vector/Generic.hs:1348)
unzip4 (src/Data/Vector/Generic.hs:1356)
unzip5 (src/Data/Vector/Generic.hs:1365)
unzip6 (src/Data/Vector/Generic.hs:1375)
liftShowsPrec (src/Data/Vector/Generic.hs:2686)
gunfold (src/Data/Vector/Generic.hs:2728)
dataCast (src/Data/Vector/Generic.hs:2735)
mkVecType (src/Data/Vector/Generic.hs:2717)
mkVecConstr (src/Data/Vector/Generic.hs:2713)
mkType (src/Data/Vector/Generic.hs:2722)
Warning: 'IO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ST' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 88 / 90) in 'Data.Vector.Mutable'
Missing documentation for:
IOVector (src/Data/Vector/Mutable.hs:101)
STVector (src/Data/Vector/Mutable.hs:102)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Array' is ambiguous. It is defined
* in Data.Primitive.Array
* in Data.Primitive.Array
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.Primitive.Array
94% (245 /258) in 'Data.Vector'
Missing documentation for:
zipWith4 (src/Data/Vector.hs:1173)
zipWith5 (src/Data/Vector.hs:1179)
zipWith6 (src/Data/Vector.hs:1185)
izipWith4 (src/Data/Vector.hs:1202)
izipWith5 (src/Data/Vector.hs:1208)
izipWith6 (src/Data/Vector.hs:1214)
zip4 (src/Data/Vector.hs:1229)
zip5 (src/Data/Vector.hs:1234)
zip6 (src/Data/Vector.hs:1239)
unzip3 (src/Data/Vector.hs:1251)
unzip4 (src/Data/Vector.hs:1255)
unzip5 (src/Data/Vector.hs:1260)
unzip6 (src/Data/Vector.hs:1265)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 89 / 91) in 'Data.Vector.Primitive.Mutable'
Missing documentation for:
IOVector (src/Data/Vector/Primitive/Mutable.hs:117)
STVector (src/Data/Vector/Primitive/Mutable.hs:118)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% (228 /234) in 'Data.Vector.Primitive'
Missing documentation for:
zipWith4 (src/Data/Vector/Primitive.hs:967)
zipWith5 (src/Data/Vector/Primitive.hs:975)
zipWith6 (src/Data/Vector/Primitive.hs:983)
izipWith4 (src/Data/Vector/Primitive.hs:1003)
izipWith5 (src/Data/Vector/Primitive.hs:1011)
izipWith6 (src/Data/Vector/Primitive.hs:1019)
Warning: 'Storable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 95 / 97) in 'Data.Vector.Storable.Mutable'
Missing documentation for:
IOVector (src/Data/Vector/Storable/Mutable.hs:136)
STVector (src/Data/Vector/Storable/Mutable.hs:137)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% (239 /245) in 'Data.Vector.Storable'
Missing documentation for:
zipWith4 (src/Data/Vector/Storable.hs:978)
zipWith5 (src/Data/Vector/Storable.hs:986)
zipWith6 (src/Data/Vector/Storable.hs:994)
izipWith4 (src/Data/Vector/Storable.hs:1014)
izipWith5 (src/Data/Vector/Storable.hs:1022)
izipWith6 (src/Data/Vector/Storable.hs:1030)
Warning: 'IO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ST' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 91 / 93) in 'Data.Vector.Strict.Mutable'
Missing documentation for:
IOVector (src/Data/Vector/Strict/Mutable.hs:99)
STVector (src/Data/Vector/Strict/Mutable.hs:100)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Array' is ambiguous. It is defined
* in Data.Primitive.Array
* in Data.Primitive.Array
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.Primitive.Array
95% (248 /261) in 'Data.Vector.Strict'
Missing documentation for:
zipWith4 (src/Data/Vector/Strict.hs:1267)
zipWith5 (src/Data/Vector/Strict.hs:1273)
zipWith6 (src/Data/Vector/Strict.hs:1279)
izipWith4 (src/Data/Vector/Strict.hs:1300)
izipWith5 (src/Data/Vector/Strict.hs:1306)
izipWith6 (src/Data/Vector/Strict.hs:1312)
zip4 (src/Data/Vector/Strict.hs:1331)
zip5 (src/Data/Vector/Strict.hs:1336)
zip6 (src/Data/Vector/Strict.hs:1341)
unzip3 (src/Data/Vector/Strict.hs:1355)
unzip4 (src/Data/Vector/Strict.hs:1359)
unzip5 (src/Data/Vector/Strict.hs:1364)
unzip6 (src/Data/Vector/Strict.hs:1369)
Warning: 'DoNotUnboxLazy' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:810:28
* at src/Data/Vector/Unboxed/Base.hs:810: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/Vector/Unboxed/Base.hs:810:1
Warning: 'DoNotUnboxStrict' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:895:30
* at src/Data/Vector/Unboxed/Base.hs:895: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/Vector/Unboxed/Base.hs:895:1
Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:981:34
* at src/Data/Vector/Unboxed/Base.hs:981: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/Vector/Unboxed/Base.hs:981:1
Warning: 'As' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:350:38
* at src/Data/Vector/Unboxed/Base.hs:350: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/Vector/Unboxed/Base.hs:350:1
Warning: 'As' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:350:38
* at src/Data/Vector/Unboxed/Base.hs:350: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/Vector/Unboxed/Base.hs:350:1
Warning: 'UnboxViaPrim' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:223:26
* at src/Data/Vector/Unboxed/Base.hs:223: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/Vector/Unboxed/Base.hs:223:1
Warning: 'DoNotUnboxStrict' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:895:30
* at src/Data/Vector/Unboxed/Base.hs:895: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/Vector/Unboxed/Base.hs:895:1
Warning: 'DoNotUnboxLazy' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:810:28
* at src/Data/Vector/Unboxed/Base.hs:810: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/Vector/Unboxed/Base.hs:810:1
Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:981:34
* at src/Data/Vector/Unboxed/Base.hs:981: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/Vector/Unboxed/Base.hs:981:1
Warning: 'Complex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'RealFloat' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% (253 /262) in 'Data.Vector.Unboxed'
Missing documentation for:
Vector (src/Data/Vector/Unboxed/Base.hs:73)
MVector (src/Data/Vector/Unboxed/Base.hs:72)
Unbox (src/Data/Vector/Unboxed/Base.hs:80)
zipWith4 (src/Data/Vector/Unboxed.hs:1027)
zipWith5 (src/Data/Vector/Unboxed.hs:1034)
zipWith6 (src/Data/Vector/Unboxed.hs:1041)
izipWith4 (src/Data/Vector/Unboxed.hs:1061)
izipWith5 (src/Data/Vector/Unboxed.hs:1068)
izipWith6 (src/Data/Vector/Unboxed.hs:1075)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 96 /100) in 'Data.Vector.Unboxed.Mutable'
Missing documentation for:
MVector (src/Data/Vector/Unboxed/Base.hs:72)
IOVector (src/Data/Vector/Unboxed/Base.hs:75)
STVector (src/Data/Vector/Unboxed/Base.hs:76)
Unbox (src/Data/Vector/Unboxed/Base.hs:80)
Warning: Data.Vector.Generic.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector: could not find link destinations for:
- Data.Vector.D:R:ItemVector
Warning: Data.Vector.Primitive.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Primitive: could not find link destinations for:
- Data.Vector.Primitive.D:R:ItemVector
Warning: Data.Vector.Storable.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Storable: could not find link destinations for:
- Data.Vector.Storable.D:R:ItemVector
Warning: Data.Vector.Strict.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Strict: could not find link destinations for:
- Data.Vector.Strict.D:R:ItemVector
Warning: Data.Vector.Unboxed: could not find link destinations for:
- Data.Vector.Unboxed.Base.V_6
- Data.Vector.Unboxed.Base.V_5
- Data.Vector.Unboxed.Base.V_4
- Data.Vector.Unboxed.Base.V_3
- Data.Vector.Unboxed.Base.V_2
- Data.Vector.Unboxed.Base.V_Compose
- Data.Vector.Unboxed.Base.V_Alt
- Data.Vector.Unboxed.Base.V_Const
- Data.Vector.Unboxed.Base.V_All
- Data.Vector.Unboxed.Base.V_Any
- Data.Vector.Unboxed.Base.V_DoNotUnboxNormalForm
- Data.Vector.Unboxed.Base.V_DoNotUnboxStrict
- Data.Vector.Unboxed.Base.V_DoNotUnboxLazy
- Data.Vector.Unboxed.Base.V_Arg
- Data.Vector.Unboxed.Base.V_WrappedMonoid
- Data.Vector.Unboxed.Base.V_Last
- Data.Vector.Unboxed.Base.V_First
- Data.Vector.Unboxed.Base.V_Max
- Data.Vector.Unboxed.Base.V_Min
- Data.Vector.Unboxed.Base.V_Product
- Data.Vector.Unboxed.Base.V_Sum
- Data.Vector.Unboxed.Base.V_Dual
- Data.Vector.Unboxed.Base.V_Down
- Data.Vector.Unboxed.Base.V_Identity
- Data.Vector.Unboxed.Base.V_Complex
- Data.Vector.Unboxed.Base.V_Bool
- Data.Vector.Unboxed.Base.V_Char
- Data.Vector.Unboxed.Base.V_Double
- Data.Vector.Unboxed.Base.V_Float
- Data.Vector.Unboxed.Base.V_Word64
- Data.Vector.Unboxed.Base.V_Word32
- Data.Vector.Unboxed.Base.V_Word16
- Data.Vector.Unboxed.Base.V_Word8
- Data.Vector.Unboxed.Base.V_Word
- Data.Vector.Unboxed.Base.V_Int64
- Data.Vector.Unboxed.Base.V_Int32
- Data.Vector.Unboxed.Base.V_Int16
- Data.Vector.Unboxed.Base.V_Int8
- Data.Vector.Unboxed.Base.V_Int
- Data.Vector.Unboxed.Base.V_Unit
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple60
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple50
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple40
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple30
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple20
- Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
- Data.Vector.Unboxed.Base.D:R:MVectorsAll0
- Data.Vector.Unboxed.Base.D:R:MVectorsAny0
- Data.Vector.Unboxed.Base.D:R:MVectorsArg0
- Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
- Data.Vector.Unboxed.Base.D:R:MVectorsLast0
- Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
- Data.Vector.Unboxed.Base.D:R:MVectorsMax0
- Data.Vector.Unboxed.Base.D:R:MVectorsMin0
- Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
- Data.Vector.Unboxed.Base.D:R:MVectorsSum0
- Data.Vector.Unboxed.Base.D:R:MVectorsDual0
- Data.Vector.Unboxed.Base.D:R:MVectorsDown0
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
- Data.Vector.Unboxed.Base.D:R:MVectorsBool0
- Data.Vector.Unboxed.Base.D:R:MVectorsChar0
- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord640
- Data.Vector.Unboxed.Base.D:R:MVectorsWord320
- Data.Vector.Unboxed.Base.D:R:MVectorsWord160
- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt640
- Data.Vector.Unboxed.Base.D:R:MVectorsInt320
- Data.Vector.Unboxed.Base.D:R:MVectorsInt160
- Data.Vector.Unboxed.Base.D:R:MVectorsInt80
- Data.Vector.Unboxed.Base.D:R:MVectorsInt0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnit0
- Data.Vector.Unboxed.Base.D:R:VectorTuple60
- Data.Vector.Unboxed.Base.D:R:VectorTuple50
- Data.Vector.Unboxed.Base.D:R:VectorTuple40
- Data.Vector.Unboxed.Base.D:R:VectorTuple30
- Data.Vector.Unboxed.Base.D:R:VectorTuple20
- Data.Vector.Unboxed.Base.D:R:VectorCompose0
- Data.Vector.Unboxed.Base.D:R:VectorAlt0
- Data.Vector.Unboxed.Base.D:R:VectorConst0
- Data.Vector.Unboxed.Base.D:R:VectorAll0
- Data.Vector.Unboxed.Base.D:R:VectorAny0
- Data.Vector.Unboxed.Base.D:R:VectorArg0
- Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0
- Data.Vector.Unboxed.Base.D:R:VectorLast0
- Data.Vector.Unboxed.Base.D:R:VectorFirst0
- Data.Vector.Unboxed.Base.D:R:VectorMax0
- Data.Vector.Unboxed.Base.D:R:VectorMin0
- Data.Vector.Unboxed.Base.D:R:VectorProduct0
- Data.Vector.Unboxed.Base.D:R:VectorSum0
- Data.Vector.Unboxed.Base.D:R:VectorDual0
- Data.Vector.Unboxed.Base.D:R:VectorDown0
- Data.Vector.Unboxed.Base.D:R:VectorIdentity0
- Data.Vector.Unboxed.Base.D:R:VectorComplex0
- Data.Vector.Unboxed.Base.D:R:VectorBool0
- Data.Vector.Unboxed.Base.D:R:VectorChar0
- Data.Vector.Unboxed.Base.D:R:VectorDouble0
- Data.Vector.Unboxed.Base.D:R:VectorFloat0
- Data.Vector.Unboxed.Base.D:R:VectorWord640
- Data.Vector.Unboxed.Base.D:R:VectorWord320
- Data.Vector.Unboxed.Base.D:R:VectorWord160
- Data.Vector.Unboxed.Base.D:R:VectorWord80
- Data.Vector.Unboxed.Base.D:R:VectorWord0
- Data.Vector.Unboxed.Base.D:R:VectorInt640
- Data.Vector.Unboxed.Base.D:R:VectorInt320
- Data.Vector.Unboxed.Base.D:R:VectorInt160
- Data.Vector.Unboxed.Base.D:R:VectorInt80
- Data.Vector.Unboxed.Base.D:R:VectorInt0
- Data.Vector.Unboxed.Base.D:R:VectorUnit0
- Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:VectorAs0
- Data.Vector.Unboxed.Base.D:R:MVectorsAs0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxNormalForm0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0
- Data.Vector.Unboxed.D:R:ItemVector
Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple60
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple50
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple40
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple30
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple20
- Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
- Data.Vector.Unboxed.Base.D:R:MVectorsAll0
- Data.Vector.Unboxed.Base.D:R:MVectorsAny0
- Data.Vector.Unboxed.Base.D:R:MVectorsArg0
- Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
- Data.Vector.Unboxed.Base.D:R:MVectorsLast0
- Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
- Data.Vector.Unboxed.Base.D:R:MVectorsMax0
- Data.Vector.Unboxed.Base.D:R:MVectorsMin0
- Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
- Data.Vector.Unboxed.Base.D:R:MVectorsSum0
- Data.Vector.Unboxed.Base.D:R:MVectorsDual0
- Data.Vector.Unboxed.Base.D:R:MVectorsDown0
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
- Data.Vector.Unboxed.Base.D:R:MVectorsBool0
- Data.Vector.Unboxed.Base.D:R:MVectorsChar0
- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord640
- Data.Vector.Unboxed.Base.D:R:MVectorsWord320
- Data.Vector.Unboxed.Base.D:R:MVectorsWord160
- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt640
- Data.Vector.Unboxed.Base.D:R:MVectorsInt320
- Data.Vector.Unboxed.Base.D:R:MVectorsInt160
- Data.Vector.Unboxed.Base.D:R:MVectorsInt80
- Data.Vector.Unboxed.Base.D:R:MVectorsInt0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnit0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:MVectorsAs0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0
Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt
Preprocessing library 'benchmarks-O2' for vector-0.13.2.0..
Running Haddock on library 'benchmarks-O2' for vector-0.13.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, nothing )
[ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, nothing )
[ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, nothing )
[ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, nothing )
[ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, nothing )
[ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, nothing )
[ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, nothing )
[ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, nothing )
[ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, nothing )
[10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, nothing )
[11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, nothing )
[12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, nothing )
[13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, nothing )
[14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, nothing )
Haddock coverage:
0% ( 0 / 2) in 'Bench.Vector.Algo.AwShCC'
Missing documentation for:
Module header
awshcc (benchlib/Bench/Vector/Algo/AwShCC.hs:8)
0% ( 0 / 4) in 'Bench.Vector.Algo.FindIndexR'
Missing documentation for:
Module header
findIndexR (benchlib/Bench/Vector/Algo/FindIndexR.hs:9)
findIndexR_naive (benchlib/Bench/Vector/Algo/FindIndexR.hs:13)
findIndexR_manual (benchlib/Bench/Vector/Algo/FindIndexR.hs:20)
0% ( 0 / 2) in 'Bench.Vector.Algo.HybCC'
Missing documentation for:
Module header
hybcc (benchlib/Bench/Vector/Algo/HybCC.hs:7)
0% ( 0 / 2) in 'Bench.Vector.Algo.Leaffix'
Missing documentation for:
Module header
leaffix (benchlib/Bench/Vector/Algo/Leaffix.hs:7)
0% ( 0 / 2) in 'Bench.Vector.Algo.ListRank'
Missing documentation for:
Module header
listRank (benchlib/Bench/Vector/Algo/ListRank.hs:8)
0% ( 0 / 2) in 'Bench.Vector.Algo.MutableSet'
Missing documentation for:
Module header
mutableSet (benchlib/Bench/Vector/Algo/MutableSet.hs:12)
Warning: 'Int32' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Bench.Vector.Algo.NextPermutation'
Missing documentation for:
Module header
0% ( 0 / 2) in 'Bench.Vector.Algo.Quickhull'
Missing documentation for:
Module header
quickhull (benchlib/Bench/Vector/Algo/Quickhull.hs:7)
0% ( 0 / 2) in 'Bench.Vector.Algo.Rootfix'
Missing documentation for:
Module header
rootfix (benchlib/Bench/Vector/Algo/Rootfix.hs:7)
0% ( 0 / 2) in 'Bench.Vector.Algo.Spectral'
Missing documentation for:
Module header
spectral (benchlib/Bench/Vector/Algo/Spectral.hs:9)
0% ( 0 / 2) in 'Bench.Vector.Algo.Tridiag'
Missing documentation for:
Module header
tridiag (benchlib/Bench/Vector/Algo/Tridiag.hs:8)
100% ( 3 / 3) in 'Bench.Vector.Tasty'
0% ( 0 / 2) in 'Bench.Vector.TestData.Graph'
Missing documentation for:
Module header
randomGraph (benchlib/Bench/Vector/TestData/Graph.hs:15)
0% ( 0 / 2) in 'Bench.Vector.TestData.ParenTree'
Missing documentation for:
Module header
parenTree (benchlib/Bench/Vector/TestData/ParenTree.hs:6)
Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-FBpsMnhh7JpCEz2odNkFPx
Installing internal library benchmarks-O2 in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-FBpsMnhh7JpCEz2odNkFPx
Completed vector-0.13.2.0
Configuring indexed-traversable-instances-0.1.2...
Preprocessing library for indexed-traversable-instances-0.1.2..
Building library for indexed-traversable-instances-0.1.2..
[1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, dist/build/Data/Functor/WithIndex/Instances.o, dist/build/Data/Functor/WithIndex/Instances.dyn_o )
Preprocessing library for indexed-traversable-instances-0.1.2..
Running Haddock on library for indexed-traversable-instances-0.1.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, nothing )
Haddock coverage:
100% ( 1 / 1) in 'Data.Functor.WithIndex.Instances'
Warning: Data.Functor.WithIndex.Instances: could not find link destinations for:
- Data.Vector.Vector
Documentation created: dist/doc/html/indexed-traversable-instances/,
dist/doc/html/indexed-traversable-instances/indexed-traversable-instances.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-instances-0.1.2-7FeHXs4vSYSHSIheGPGuKT
Completed indexed-traversable-instances-0.1.2
Configuring witherable-0.5...
Preprocessing library for witherable-0.5..
Building library for witherable-0.5..
[1 of 1] Compiling Witherable ( src/Witherable.hs, dist/build/Witherable.o, dist/build/Witherable.dyn_o )
Preprocessing library for witherable-0.5..
Running Haddock on library for witherable-0.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Witherable ( src/Witherable.hs, nothing )
Haddock coverage:
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
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.Functor.Compose
93% ( 14 / 15) in 'Witherable'
Missing documentation for:
WrappedFoldable (src/Witherable.hs:733)
Warning: Witherable: could not find link destinations for:
- Data.Vector.Vector
Documentation created: dist/doc/html/witherable/,
dist/doc/html/witherable/witherable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/witherable-0.5-6VY3DBAxhwRAQqPwV51C3T
Completed witherable-0.5
Configuring semialign-1.3.1...
Preprocessing library for semialign-1.3.1..
Building library for semialign-1.3.1..
[1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, dist/build/Data/Semialign/Internal.o, dist/build/Data/Semialign/Internal.dyn_o )
[2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, dist/build/Data/Semialign/Indexed.o, dist/build/Data/Semialign/Indexed.dyn_o )
[3 of 6] Compiling Data.Semialign ( src/Data/Semialign.hs, dist/build/Data/Semialign.o, dist/build/Data/Semialign.dyn_o )
[4 of 6] Compiling Data.Align ( src/Data/Align.hs, dist/build/Data/Align.o, dist/build/Data/Align.dyn_o )
[5 of 6] Compiling Data.Crosswalk ( src/Data/Crosswalk.hs, dist/build/Data/Crosswalk.o, dist/build/Data/Crosswalk.dyn_o )
[6 of 6] Compiling Data.Zip ( src/Data/Zip.hs, dist/build/Data/Zip.o, dist/build/Data/Zip.dyn_o )
Preprocessing library for semialign-1.3.1..
Running Haddock on library for semialign-1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, nothing )
[2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, nothing )
[3 of 6] Compiling Data.Semialign ( src/Data/Semialign.hs, nothing )
[4 of 6] Compiling Data.Align ( src/Data/Align.hs, nothing )
[5 of 6] Compiling Data.Crosswalk ( src/Data/Crosswalk.hs, nothing )
[6 of 6] Compiling Data.Zip ( src/Data/Zip.hs, nothing )
Haddock coverage:
Warning: 'tabulate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'These' is ambiguous. It is defined
* in Data.These
* in Data.These
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.These
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'join' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftA2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Data.Semialign.Indexed'
88% ( 16 / 18) in 'Data.Semialign'
Missing documentation for:
unzipDefault (src/Data/Semialign/Internal.hs:308)
alignVectorWith (src/Data/Semialign/Internal.hs:718)
Warning: 'These' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 12 / 13) in 'Data.Align'
Missing documentation for:
alignVectorWith (src/Data/Semialign/Internal.hs:718)
80% ( 4 / 5) in 'Data.Crosswalk'
Missing documentation for:
Module header
71% ( 5 / 7) in 'Data.Zip'
Missing documentation for:
unzipDefault (src/Data/Semialign/Internal.hs:308)
Zippy (src/Data/Zip.hs:30)
Warning: Data.Semialign.Indexed: could not find link destinations for:
- Data.Vector.Vector
Warning: Data.Semialign: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Vector
- Data.Vector.Fusion.Bundle.Monadic.Bundle
Warning: Data.Align: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Vector
- Data.Vector.Fusion.Bundle.Monadic.Bundle
Warning: Data.Crosswalk: could not find link destinations for:
- Data.Vector.Vector
Warning: Data.Zip: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Fusion.Bundle.Monadic.Bundle
Documentation created: dist/doc/html/semialign/,
dist/doc/html/semialign/semialign.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semialign-1.3.1-GKBs3dnV2TP3odNP5Yp44d
Completed semialign-1.3.1
Configuring aeson-2.2.3.0...
Preprocessing library for aeson-2.2.3.0..
Building library for aeson-2.2.3.0..
[ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, dist/build/Data/Aeson/Internal/ByteString.o, dist/build/Data/Aeson/Internal/ByteString.dyn_o )
[ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, dist/build/Data/Aeson/Internal/Functions.o, dist/build/Data/Aeson/Internal/Functions.dyn_o )
[ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, dist/build/Data/Aeson/Internal/Prelude.o, dist/build/Data/Aeson/Internal/Prelude.dyn_o )
[ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, dist/build/Data/Aeson/Internal/Scientific.o, dist/build/Data/Aeson/Internal/Scientific.dyn_o )
[ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, dist/build/Data/Aeson/Internal/TH.o, dist/build/Data/Aeson/Internal/TH.dyn_o )
[ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, dist/build/Data/Aeson/Internal/Text.o, dist/build/Data/Aeson/Internal/Text.dyn_o )
[ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, dist/build/Data/Aeson/Internal/Unescape.o, dist/build/Data/Aeson/Internal/Unescape.dyn_o )
[ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, dist/build/Data/Aeson/Internal/UnescapeFromText.o, dist/build/Data/Aeson/Internal/UnescapeFromText.dyn_o )
[ 9 of 32] Compiling Data.Aeson.Key ( src/Data/Aeson/Key.hs, dist/build/Data/Aeson/Key.o, dist/build/Data/Aeson/Key.dyn_o )
[10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, dist/build/Data/Aeson/Decoding/Tokens.o, dist/build/Data/Aeson/Decoding/Tokens.dyn_o )
[11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, dist/build/Data/Aeson/Decoding/Internal.o, dist/build/Data/Aeson/Decoding/Internal.dyn_o )
[12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, dist/build/Data/Aeson/Decoding/Text.o, dist/build/Data/Aeson/Decoding/Text.dyn_o )
[13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, dist/build/Data/Aeson/Decoding/ByteString/Lazy.o, dist/build/Data/Aeson/Decoding/ByteString/Lazy.dyn_o )
[14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, dist/build/Data/Aeson/Decoding/ByteString.o, dist/build/Data/Aeson/Decoding/ByteString.dyn_o )
[15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, dist/build/Data/Aeson/KeyMap.o, dist/build/Data/Aeson/KeyMap.dyn_o )
[16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, dist/build/Data/Aeson/Types/Generic.o, dist/build/Data/Aeson/Types/Generic.dyn_o )
[17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.o, dist/build/Data/Aeson/Types/Internal.dyn_o )
[18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, dist/build/Data/Aeson/Parser/Time.o, dist/build/Data/Aeson/Parser/Time.dyn_o )
[19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, dist/build/Data/Aeson/Encoding/Builder.o, dist/build/Data/Aeson/Encoding/Builder.dyn_o )
[20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, dist/build/Data/Aeson/Encoding/Internal.o, dist/build/Data/Aeson/Encoding/Internal.dyn_o )
[21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, dist/build/Data/Aeson/Encoding.o, dist/build/Data/Aeson/Encoding.dyn_o )
[22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, dist/build/Data/Aeson/Decoding/Conversion.o, dist/build/Data/Aeson/Decoding/Conversion.dyn_o )
[23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, dist/build/Data/Aeson/Types/FromJSON.o, dist/build/Data/Aeson/Types/FromJSON.dyn_o )
[24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, dist/build/Data/Aeson/Types/ToJSON.o, dist/build/Data/Aeson/Types/ToJSON.dyn_o )
src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations]
In the use of data constructor Solo
(imported from Data.Tuple.Solo, but defined in GHC.Tuple):
Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
|
1615 | liftToJSON _ t _ (Solo a) = t a
| ^^^^
src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations]
In the use of data constructor Solo
(imported from Data.Tuple.Solo, but defined in GHC.Tuple):
Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
|
1618 | liftToEncoding _ t _ (Solo a) = t a
| ^^^^
[25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, dist/build/Data/Aeson/Types/Class.o, dist/build/Data/Aeson/Types/Class.dyn_o )
[26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.o, dist/build/Data/Aeson/Types.dyn_o )
[27 of 32] Compiling Data.Aeson.Text ( src/Data/Aeson/Text.hs, dist/build/Data/Aeson/Text.o, dist/build/Data/Aeson/Text.dyn_o )
[28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, dist/build/Data/Aeson/Decoding.o, dist/build/Data/Aeson/Decoding.dyn_o )
[29 of 32] Compiling Data.Aeson ( src/Data/Aeson.hs, dist/build/Data/Aeson.o, dist/build/Data/Aeson.dyn_o )
[30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, dist/build/Data/Aeson/RFC8785.o, dist/build/Data/Aeson/RFC8785.dyn_o )
[31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, dist/build/Data/Aeson/QQ/Simple.o, dist/build/Data/Aeson/QQ/Simple.dyn_o )
[32 of 32] Compiling Data.Aeson.TH ( src/Data/Aeson/TH.hs, dist/build/Data/Aeson/TH.o, dist/build/Data/Aeson/TH.dyn_o )
src/Data/Aeson/TH.hs:948:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Q Exp] not matched: []
|
948 | x:xs = [ lookupField argTy
| ^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Data/Aeson/TH.hs:1064:14: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Q Exp] not matched: []
|
1064 | let x:xs = [ dispatchParseJSON jc conName tvMap argTy
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Preprocessing library for aeson-2.2.3.0..
Running Haddock on library for aeson-2.2.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, nothing )
[ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, nothing )
[ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, nothing )
[ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, nothing )
[ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, nothing )
[ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, nothing )
[ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, nothing )
[ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, nothing )
[ 9 of 32] Compiling Data.Aeson.Key ( src/Data/Aeson/Key.hs, nothing )
[10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, nothing )
[11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, nothing )
[12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, nothing )
[13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, nothing )
[14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, nothing )
[15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, nothing )
[16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, nothing )
[17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, nothing )
[18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, nothing )
[19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, nothing )
[20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, nothing )
[21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, nothing )
[22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, nothing )
[23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, nothing )
[24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, nothing )
src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations]
In the use of data constructor Solo
(imported from Data.Tuple.Solo, but defined in GHC.Tuple):
Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
|
1615 | liftToJSON _ t _ (Solo a) = t a
| ^^^^
src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations]
In the use of data constructor Solo
(imported from Data.Tuple.Solo, but defined in GHC.Tuple):
Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
|
1618 | liftToEncoding _ t _ (Solo a) = t a
| ^^^^
[25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, nothing )
[26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, nothing )
[27 of 32] Compiling Data.Aeson.Text ( src/Data/Aeson/Text.hs, nothing )
[28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, nothing )
[29 of 32] Compiling Data.Aeson ( src/Data/Aeson.hs, nothing )
[30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, nothing )
[31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, nothing )
[32 of 32] Compiling Data.Aeson.TH ( src/Data/Aeson/TH.hs, nothing )
Haddock coverage:
Warning: Data.Aeson.Internal.Prelude: Could not find documentation for exported module: Data.Vector
Warning: Data.Aeson.Internal.Prelude: Couldn't find .haddock for export Vector
Warning: 'letE' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Key' is ambiguous. It is defined
* at src/Data/Aeson/Key.hs:44:15
* at src/Data/Aeson/Key.hs:44: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/Aeson/Key.hs:44:1
Warning: 'Coercible' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'coercing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
44% ( 4 / 9) in 'Data.Aeson.Key'
Missing documentation for:
Key (src/Data/Aeson/Key.hs:44)
fromString (src/Data/Aeson/Key.hs:48)
toString (src/Data/Aeson/Key.hs:51)
toText (src/Data/Aeson/Key.hs:57)
fromText (src/Data/Aeson/Key.hs:54)
100% ( 7 / 7) in 'Data.Aeson.Decoding.Tokens'
Warning: 'Text' is ambiguous. It is defined
* in Data.Text.Internal
* in Data.Text.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.Text.Internal
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Data.Aeson.Decoding.Text'
100% ( 2 / 2) in 'Data.Aeson.Decoding.ByteString.Lazy'
100% ( 2 / 2) in 'Data.Aeson.Decoding.ByteString'
Warning: 'v' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'KeyMap' is ambiguous. It is defined
* at src/Data/Aeson/KeyMap.hs:143:20
* at src/Data/Aeson/KeyMap.hs:143: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/Aeson/KeyMap.hs:143:1
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 61 / 69) in 'Data.Aeson.KeyMap'
Missing documentation for:
coercionToHashMap (src/Data/Aeson/KeyMap.hs:317)
coercionToMap (src/Data/Aeson/KeyMap.hs:321)
foldr (src/Data/Aeson/KeyMap.hs:206)
foldr' (src/Data/Aeson/KeyMap.hs:209)
foldl (src/Data/Aeson/KeyMap.hs:212)
foldl' (src/Data/Aeson/KeyMap.hs:215)
foldMapWithKey (src/Data/Aeson/KeyMap.hs:203)
Key (src/Data/Aeson/Key.hs:44)
Warning: 'ToJSON1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSON1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSON' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSON' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'throwDecode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'JSONKeyOptions' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:804:23
* at src/Data/Aeson/Types/Internal.hs:804: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/Aeson/Types/Internal.hs:804:1
Warning: 'ToJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'genericToJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'genericFromJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'omittedField' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'allowOmittedFieds' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1
Warning: 'Parser' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:278:20
* at src/Data/Aeson/Types/Internal.hs:278: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/Aeson/Types/Internal.hs:278:1
Warning: 'Array' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:367:14
* at src/Data/Aeson/Types/Internal.hs:363: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/Aeson/Types/Internal.hs:363:1
Warning: 'String' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:368:14
* in GHC.Base
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/Aeson/Types/Internal.hs:368:14
Warning: '(.:)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Options' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:705:16
* at src/Data/Aeson/Types/Internal.hs:705: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/Aeson/Types/Internal.hs:705:1
Warning: 'API' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '.=' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Value' is ambiguous. It is defined
* at src/Data/Aeson/Encoding/Internal.hs:130:15
* at src/Data/Aeson/Types/Internal.hs:366: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/Aeson/Types/Internal.hs:366:1
Warning: 'unsafePair' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
25% ( 21 / 82) in 'Data.Aeson.Encoding.Internal'
Missing documentation for:
Module header
encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98)
retagEncoding (src/Data/Aeson/Encoding/Internal.hs:102)
pair (src/Data/Aeson/Encoding/Internal.hs:134)
pairStr (src/Data/Aeson/Encoding/Internal.hs:138)
pair' (src/Data/Aeson/Encoding/Internal.hs:142)
nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168)
emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171)
emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174)
wrapObject (src/Data/Aeson/Encoding/Internal.hs:180)
wrapArray (src/Data/Aeson/Encoding/Internal.hs:177)
null_ (src/Data/Aeson/Encoding/Internal.hs:183)
bool (src/Data/Aeson/Encoding/Internal.hs:186)
key (src/Data/Aeson/Encoding/Internal.hs:247)
text (src/Data/Aeson/Encoding/Internal.hs:250)
lazyText (src/Data/Aeson/Encoding/Internal.hs:253)
string (src/Data/Aeson/Encoding/Internal.hs:266)
list (src/Data/Aeson/Encoding/Internal.hs:196)
empty (src/Data/Aeson/Encoding/Internal.hs:225)
>< (src/Data/Aeson/Encoding/Internal.hs:232)
econcat (src/Data/Aeson/Encoding/Internal.hs:228)
int8 (src/Data/Aeson/Encoding/Internal.hs:285)
int16 (src/Data/Aeson/Encoding/Internal.hs:288)
int32 (src/Data/Aeson/Encoding/Internal.hs:291)
int64 (src/Data/Aeson/Encoding/Internal.hs:294)
int (src/Data/Aeson/Encoding/Internal.hs:297)
word8 (src/Data/Aeson/Encoding/Internal.hs:300)
word16 (src/Data/Aeson/Encoding/Internal.hs:303)
word32 (src/Data/Aeson/Encoding/Internal.hs:306)
word64 (src/Data/Aeson/Encoding/Internal.hs:309)
word (src/Data/Aeson/Encoding/Internal.hs:312)
integer (src/Data/Aeson/Encoding/Internal.hs:315)
float (src/Data/Aeson/Encoding/Internal.hs:318)
scientific (src/Data/Aeson/Encoding/Internal.hs:338)
int8Text (src/Data/Aeson/Encoding/Internal.hs:352)
int16Text (src/Data/Aeson/Encoding/Internal.hs:355)
int32Text (src/Data/Aeson/Encoding/Internal.hs:358)
int64Text (src/Data/Aeson/Encoding/Internal.hs:361)
intText (src/Data/Aeson/Encoding/Internal.hs:364)
word8Text (src/Data/Aeson/Encoding/Internal.hs:367)
word16Text (src/Data/Aeson/Encoding/Internal.hs:370)
word32Text (src/Data/Aeson/Encoding/Internal.hs:373)
word64Text (src/Data/Aeson/Encoding/Internal.hs:376)
wordText (src/Data/Aeson/Encoding/Internal.hs:379)
integerText (src/Data/Aeson/Encoding/Internal.hs:382)
floatText (src/Data/Aeson/Encoding/Internal.hs:385)
scientificText (src/Data/Aeson/Encoding/Internal.hs:409)
day (src/Data/Aeson/Encoding/Internal.hs:416)
month (src/Data/Aeson/Encoding/Internal.hs:419)
quarter (src/Data/Aeson/Encoding/Internal.hs:422)
localTime (src/Data/Aeson/Encoding/Internal.hs:425)
utcTime (src/Data/Aeson/Encoding/Internal.hs:428)
timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431)
zonedTime (src/Data/Aeson/Encoding/Internal.hs:434)
value (src/Data/Aeson/Encoding/Internal.hs:441)
comma (src/Data/Aeson/Encoding/Internal.hs:273)
colon (src/Data/Aeson/Encoding/Internal.hs:274)
openBracket (src/Data/Aeson/Encoding/Internal.hs:275)
closeBracket (src/Data/Aeson/Encoding/Internal.hs:276)
openCurly (src/Data/Aeson/Encoding/Internal.hs:277)
closeCurly (src/Data/Aeson/Encoding/Internal.hs:278)
Warning: 'Encoding' is ambiguous. It is defined
* at src/Data/Aeson/Encoding/Internal.hs:82:25
* at src/Data/Aeson/Encoding/Internal.hs:88: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/Aeson/Encoding/Internal.hs:88:1
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
27% ( 18 / 65) in 'Data.Aeson.Encoding'
Missing documentation for:
encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98)
pair (src/Data/Aeson/Encoding/Internal.hs:134)
pairStr (src/Data/Aeson/Encoding/Internal.hs:138)
pair' (src/Data/Aeson/Encoding/Internal.hs:142)
nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168)
emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171)
emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174)
text (src/Data/Aeson/Encoding/Internal.hs:250)
lazyText (src/Data/Aeson/Encoding/Internal.hs:253)
string (src/Data/Aeson/Encoding/Internal.hs:266)
list (src/Data/Aeson/Encoding/Internal.hs:196)
null_ (src/Data/Aeson/Encoding/Internal.hs:183)
bool (src/Data/Aeson/Encoding/Internal.hs:186)
int8 (src/Data/Aeson/Encoding/Internal.hs:285)
int16 (src/Data/Aeson/Encoding/Internal.hs:288)
int32 (src/Data/Aeson/Encoding/Internal.hs:291)
int64 (src/Data/Aeson/Encoding/Internal.hs:294)
int (src/Data/Aeson/Encoding/Internal.hs:297)
word8 (src/Data/Aeson/Encoding/Internal.hs:300)
word16 (src/Data/Aeson/Encoding/Internal.hs:303)
word32 (src/Data/Aeson/Encoding/Internal.hs:306)
word64 (src/Data/Aeson/Encoding/Internal.hs:309)
word (src/Data/Aeson/Encoding/Internal.hs:312)
integer (src/Data/Aeson/Encoding/Internal.hs:315)
float (src/Data/Aeson/Encoding/Internal.hs:318)
scientific (src/Data/Aeson/Encoding/Internal.hs:338)
int8Text (src/Data/Aeson/Encoding/Internal.hs:352)
int16Text (src/Data/Aeson/Encoding/Internal.hs:355)
int32Text (src/Data/Aeson/Encoding/Internal.hs:358)
int64Text (src/Data/Aeson/Encoding/Internal.hs:361)
intText (src/Data/Aeson/Encoding/Internal.hs:364)
word8Text (src/Data/Aeson/Encoding/Internal.hs:367)
word16Text (src/Data/Aeson/Encoding/Internal.hs:370)
word32Text (src/Data/Aeson/Encoding/Internal.hs:373)
word64Text (src/Data/Aeson/Encoding/Internal.hs:376)
wordText (src/Data/Aeson/Encoding/Internal.hs:379)
integerText (src/Data/Aeson/Encoding/Internal.hs:382)
floatText (src/Data/Aeson/Encoding/Internal.hs:385)
scientificText (src/Data/Aeson/Encoding/Internal.hs:409)
day (src/Data/Aeson/Encoding/Internal.hs:416)
month (src/Data/Aeson/Encoding/Internal.hs:419)
quarter (src/Data/Aeson/Encoding/Internal.hs:422)
localTime (src/Data/Aeson/Encoding/Internal.hs:425)
utcTime (src/Data/Aeson/Encoding/Internal.hs:428)
timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431)
zonedTime (src/Data/Aeson/Encoding/Internal.hs:434)
value (src/Data/Aeson/Encoding/Internal.hs:441)
Warning: 'ConsParseJSON' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Generically1' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
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.Generics
Warning: 'ToJSONKeyFunction' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSONKeyValue' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSONKeyText' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:368:14
* in GHC.Base
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/Aeson/Types/Internal.hs:368:14
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1
Warning: 'Array' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:367:14
* at src/Data/Aeson/Types/Internal.hs:363: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/Aeson/Types/Internal.hs:363:1
Warning: 'Generically' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
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.Generics
Warning: 'genericToJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bool' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:370:14
* in GHC.Types
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/Aeson/Types/Internal.hs:370:14
Warning: 'Boolean' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Map' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HashMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:368:14
* in GHC.Base
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/Aeson/Types/Internal.hs:368:14
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'showsList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'pairs' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Generically' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
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.Generics
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1
93% (138 /148) in 'Data.Aeson.Types'
Missing documentation for:
Key (src/Data/Aeson/Key.hs:44)
ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532)
GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596)
genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594)
GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521)
omitField1 (src/Data/Aeson/Types/ToJSON.hs:691)
omitField2 (src/Data/Aeson/Types/ToJSON.hs:724)
GToJSON (src/Data/Aeson/Types/Class.hs:120)
GToEncoding (src/Data/Aeson/Types/Class.hs:121)
JSONPath (src/Data/Aeson/Types/Internal.hs:116)
Warning: 'encode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 3 / 3) in 'Data.Aeson.Text'
Warning: 'AesonException' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:923:26
* at src/Data/Aeson/Types/Internal.hs:923: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/Aeson/Types/Internal.hs:923:1
100% ( 12 / 12) in 'Data.Aeson.Decoding'
Warning: 'json' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AesonException' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:923:26
* at src/Data/Aeson/Types/Internal.hs:923: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/Aeson/Types/Internal.hs:923:1
Warning: 'Generic' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1
Cannot find documentation for: $optionsFields
92% (132 /143) in 'Data.Aeson'
Missing documentation for:
Key (src/Data/Aeson/Key.hs:44)
JSONPath (src/Data/Aeson/Types/Internal.hs:116)
ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532)
GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596)
genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594)
GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521)
omitField1 (src/Data/Aeson/Types/ToJSON.hs:691)
omitField2 (src/Data/Aeson/Types/ToJSON.hs:724)
GToJSON (src/Data/Aeson/Types/Class.hs:120)
GToEncoding (src/Data/Aeson/Types/Class.hs:121)
parseIndexedJSON (src/Data/Aeson/Types/FromJSON.hs:171)
Warning: 'Value' is ambiguous. It is defined
* at src/Data/Aeson/Encoding/Internal.hs:130:15
* at src/Data/Aeson/Types/Internal.hs:366: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/Aeson/Types/Internal.hs:366:1
100% ( 2 / 2) in 'Data.Aeson.RFC8785'
100% ( 2 / 2) in 'Data.Aeson.QQ.Simple'
Warning: 'ToJSON' is ambiguous. It is defined
* at src/Data/Aeson/TH.hs:1906:16
* at src/Data/Aeson/Types/ToJSON.hs:291: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/Aeson/Types/ToJSON.hs:291:1
Warning: 'Value' is ambiguous. It is defined
* at src/Data/Aeson/TH.hs:1909:18
* at src/Data/Aeson/Types/Internal.hs:366: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/Aeson/Types/Internal.hs:366:1
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1
Warning: 'FromJSON3' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 25 / 25) in 'Data.Aeson.TH'
Warning: Data.Aeson.KeyMap: could not find link destinations for:
- Data.Aeson.KeyMap.D:R:ItemKeyMap
Warning: Data.Aeson.Encoding.Internal: could not find link destinations for:
- Data.Aeson.Types.ToJSON.EncodeProduct
- Data.Aeson.Types.ToJSON.gToJSON
Warning: Data.Aeson.Encoding: could not find link destinations for:
- Data.Aeson.Types.ToJSON.EncodeProduct
- Data.Aeson.Types.ToJSON.gToJSON
Warning: Data.Aeson.Types: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Generic.Base.Vector
- Data.Aeson.Types.Generic.ProductSize
- Data.Aeson.Types.Generic.AllNullary
- Data.Aeson.Types.Internal.Rep_Value
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Vector
- Data.Aeson.Types.FromJSON.ConstructorNames
- Data.Aeson.Types.FromJSON.SumFromString
- Data.Aeson.Types.FromJSON.GFromJSON'
- Data.Aeson.Types.FromJSON.gParseJSON
- Data.Aeson.Types.FromJSON.withBoundedScientific
- Data.Aeson.Types.ToJSON.EncodeProduct
- Data.Aeson.Types.ToJSON.WriteProduct
- Data.Aeson.Types.ToJSON.ConsToJSON
- Data.Aeson.Types.ToJSON.GetConName
- Data.Aeson.Types.ToJSON.SumToJSON
- Data.Aeson.Types.ToJSON.gToJSON
Warning: Data.Aeson: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Generic.Base.Vector
- Data.Aeson.Types.Generic.ProductSize
- Data.Aeson.Types.Generic.AllNullary
- Data.Aeson.Types.Internal.Rep_Value
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Vector
- Data.Aeson.Types.FromJSON.ConstructorNames
- Data.Aeson.Types.FromJSON.SumFromString
- Data.Aeson.Types.FromJSON.GFromJSON'
- Data.Aeson.Types.FromJSON.gParseJSON
- Data.Aeson.Types.FromJSON.withBoundedScientific
- Data.Aeson.Types.ToJSON.EncodeProduct
- Data.Aeson.Types.ToJSON.WriteProduct
- Data.Aeson.Types.ToJSON.ConsToJSON
- Data.Aeson.Types.ToJSON.GetConName
- Data.Aeson.Types.ToJSON.SumToJSON
- Data.Aeson.Types.ToJSON.gToJSON
Documentation created: dist/doc/html/aeson/, dist/doc/html/aeson/aeson.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/aeson-2.2.3.0-BqtKG0QFUjBHb7a9PzWg0D
Completed aeson-2.2.3.0
Downloading hydra-0.13.0
Downloaded hydra-0.13.0
Configuring hydra-0.13.0...
Preprocessing library for hydra-0.13.0..
Building library for hydra-0.13.0..
[ 1 of 390] Compiling Hydra.Core ( src/gen-main/haskell/Hydra/Core.hs, dist/build/Hydra/Core.o, dist/build/Hydra/Core.dyn_o )
[ 2 of 390] Compiling Hydra.Constants ( src/gen-main/haskell/Hydra/Constants.hs, dist/build/Hydra/Constants.o, dist/build/Hydra/Constants.dyn_o )
[ 3 of 390] Compiling Hydra.Compute ( src/gen-main/haskell/Hydra/Compute.hs, dist/build/Hydra/Compute.o, dist/build/Hydra/Compute.dyn_o )
[ 4 of 390] Compiling Hydra.Classes ( src/gen-main/haskell/Hydra/Classes.hs, dist/build/Hydra/Classes.o, dist/build/Hydra/Classes.dyn_o )
[ 5 of 390] Compiling Hydra.Ast ( src/gen-main/haskell/Hydra/Ast.hs, dist/build/Hydra/Ast.o, dist/build/Hydra/Ast.dyn_o )
[ 6 of 390] Compiling Hydra.Accessors ( src/gen-main/haskell/Hydra/Accessors.hs, dist/build/Hydra/Accessors.o, dist/build/Hydra/Accessors.dyn_o )
[ 7 of 390] Compiling Hydra.Dsl.LiteralTypes ( src/main/haskell/Hydra/Dsl/LiteralTypes.hs, dist/build/Hydra/Dsl/LiteralTypes.o, dist/build/Hydra/Dsl/LiteralTypes.dyn_o )
[ 8 of 390] Compiling Hydra.Dsl.Literals ( src/main/haskell/Hydra/Dsl/Literals.hs, dist/build/Hydra/Dsl/Literals.o, dist/build/Hydra/Dsl/Literals.dyn_o )
[ 9 of 390] Compiling Hydra.Encode.Classes ( src/gen-main/haskell/Hydra/Encode/Classes.hs, dist/build/Hydra/Encode/Classes.o, dist/build/Hydra/Encode/Classes.dyn_o )
[ 10 of 390] Compiling Hydra.Ext.Haskell.Ast ( src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs, dist/build/Hydra/Ext/Haskell/Ast.o, dist/build/Hydra/Ext/Haskell/Ast.dyn_o )
[ 11 of 390] Compiling Hydra.Ext.Org.Yaml.Model ( src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs, dist/build/Hydra/Ext/Org/Yaml/Model.o, dist/build/Hydra/Ext/Org/Yaml/Model.dyn_o )
[ 12 of 390] Compiling Hydra.Grammar ( src/gen-main/haskell/Hydra/Grammar.hs, dist/build/Hydra/Grammar.o, dist/build/Hydra/Grammar.dyn_o )
[ 13 of 390] Compiling Hydra.Dsl.Grammars ( src/main/haskell/Hydra/Dsl/Grammars.hs, dist/build/Hydra/Dsl/Grammars.o, dist/build/Hydra/Dsl/Grammars.dyn_o )
[ 14 of 390] Compiling Hydra.Graph ( src/gen-main/haskell/Hydra/Graph.hs, dist/build/Hydra/Graph.o, dist/build/Hydra/Graph.dyn_o )
[ 15 of 390] Compiling Hydra.Json.Bootstrap ( src/gen-main/haskell/Hydra/Json/Bootstrap.hs, dist/build/Hydra/Json/Bootstrap.o, dist/build/Hydra/Json/Bootstrap.dyn_o )
[ 16 of 390] Compiling Hydra.Json.Model ( src/gen-main/haskell/Hydra/Json/Model.hs, dist/build/Hydra/Json/Model.o, dist/build/Hydra/Json/Model.dyn_o )
[ 17 of 390] Compiling Hydra.Lib.Chars ( src/main/haskell/Hydra/Lib/Chars.hs, dist/build/Hydra/Lib/Chars.o, dist/build/Hydra/Lib/Chars.dyn_o )
[ 18 of 390] Compiling Hydra.Lib.Eithers ( src/main/haskell/Hydra/Lib/Eithers.hs, dist/build/Hydra/Lib/Eithers.o, dist/build/Hydra/Lib/Eithers.dyn_o )
[ 19 of 390] Compiling Hydra.Lib.Literals ( src/main/haskell/Hydra/Lib/Literals.hs, dist/build/Hydra/Lib/Literals.o, dist/build/Hydra/Lib/Literals.dyn_o )
[ 20 of 390] Compiling Hydra.Lib.Logic ( src/main/haskell/Hydra/Lib/Logic.hs, dist/build/Hydra/Lib/Logic.o, dist/build/Hydra/Lib/Logic.dyn_o )
[ 21 of 390] Compiling Hydra.Lib.Maps ( src/main/haskell/Hydra/Lib/Maps.hs, dist/build/Hydra/Lib/Maps.o, dist/build/Hydra/Lib/Maps.dyn_o )
[ 22 of 390] Compiling Hydra.Lib.Math ( src/main/haskell/Hydra/Lib/Math.hs, dist/build/Hydra/Lib/Math.o, dist/build/Hydra/Lib/Math.dyn_o )
[ 23 of 390] Compiling Hydra.Lib.Maybes ( src/main/haskell/Hydra/Lib/Maybes.hs, dist/build/Hydra/Lib/Maybes.o, dist/build/Hydra/Lib/Maybes.dyn_o )
[ 24 of 390] Compiling Hydra.Encode.Ast ( src/gen-main/haskell/Hydra/Encode/Ast.hs, dist/build/Hydra/Encode/Ast.o, dist/build/Hydra/Encode/Ast.dyn_o )
[ 25 of 390] Compiling Hydra.Lib.Pairs ( src/main/haskell/Hydra/Lib/Pairs.hs, dist/build/Hydra/Lib/Pairs.o, dist/build/Hydra/Lib/Pairs.dyn_o )
[ 26 of 390] Compiling Hydra.Lib.Sets ( src/main/haskell/Hydra/Lib/Sets.hs, dist/build/Hydra/Lib/Sets.o, dist/build/Hydra/Lib/Sets.dyn_o )
[ 27 of 390] Compiling Hydra.Lib.Strings ( src/main/haskell/Hydra/Lib/Strings.hs, dist/build/Hydra/Lib/Strings.o, dist/build/Hydra/Lib/Strings.dyn_o )
[ 28 of 390] Compiling Hydra.Literals ( src/gen-main/haskell/Hydra/Literals.hs, dist/build/Hydra/Literals.o, dist/build/Hydra/Literals.dyn_o )
[ 29 of 390] Compiling Hydra.Module ( src/gen-main/haskell/Hydra/Module.hs, dist/build/Hydra/Module.o, dist/build/Hydra/Module.dyn_o )
[ 30 of 390] Compiling Hydra.Dsl.AsType ( src/main/haskell/Hydra/Dsl/AsType.hs, dist/build/Hydra/Dsl/AsType.o, dist/build/Hydra/Dsl/AsType.dyn_o )
[ 31 of 390] Compiling Hydra.Parsing ( src/gen-main/haskell/Hydra/Parsing.hs, dist/build/Hydra/Parsing.o, dist/build/Hydra/Parsing.dyn_o )
[ 32 of 390] Compiling Hydra.Encode.Parsing ( src/gen-main/haskell/Hydra/Encode/Parsing.hs, dist/build/Hydra/Encode/Parsing.o, dist/build/Hydra/Encode/Parsing.dyn_o )
[ 33 of 390] Compiling Hydra.Phantoms ( src/gen-main/haskell/Hydra/Phantoms.hs, dist/build/Hydra/Phantoms.o, dist/build/Hydra/Phantoms.dyn_o )
[ 34 of 390] Compiling Hydra.Dsl.Meta.Common ( src/main/haskell/Hydra/Dsl/Meta/Common.hs, dist/build/Hydra/Dsl/Meta/Common.o, dist/build/Hydra/Dsl/Meta/Common.dyn_o )
[ 35 of 390] Compiling Hydra.Dsl.Types ( src/main/haskell/Hydra/Dsl/Types.hs, dist/build/Hydra/Dsl/Types.o, dist/build/Hydra/Dsl/Types.dyn_o )
src/main/haskell/Hydra/Dsl/Types.hs:122:59: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Data.List, 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."
|
122 | functionMany ts = L.foldl (\cod dom -> function dom cod) (L.head r) (L.tail r)
| ^^^^^^
src/main/haskell/Hydra/Dsl/Types.hs:122:70: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Data.List, 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."
|
122 | functionMany ts = L.foldl (\cod dom -> function dom cod) (L.head r) (L.tail r)
| ^^^^^^
[ 36 of 390] Compiling Hydra.Dsl.AsTerm ( src/main/haskell/Hydra/Dsl/AsTerm.hs, dist/build/Hydra/Dsl/AsTerm.o, dist/build/Hydra/Dsl/AsTerm.dyn_o )
[ 37 of 390] Compiling Hydra.Query ( src/gen-main/haskell/Hydra/Query.hs, dist/build/Hydra/Query.o, dist/build/Hydra/Query.dyn_o )
[ 38 of 390] Compiling Hydra.Constraints ( src/gen-main/haskell/Hydra/Constraints.hs, dist/build/Hydra/Constraints.o, dist/build/Hydra/Constraints.dyn_o )
[ 39 of 390] Compiling Hydra.Relational ( src/gen-main/haskell/Hydra/Relational.hs, dist/build/Hydra/Relational.o, dist/build/Hydra/Relational.dyn_o )
[ 40 of 390] Compiling Hydra.Settings ( src/main/haskell/Hydra/Settings.hs, dist/build/Hydra/Settings.o, dist/build/Hydra/Settings.dyn_o )
[ 41 of 390] Compiling Hydra.Sources.Decode.Accessors ( src/gen-main/haskell/Hydra/Sources/Decode/Accessors.hs, dist/build/Hydra/Sources/Decode/Accessors.o, dist/build/Hydra/Sources/Decode/Accessors.dyn_o )
[ 42 of 390] Compiling Hydra.Sources.Decode.Ast ( src/gen-main/haskell/Hydra/Sources/Decode/Ast.hs, dist/build/Hydra/Sources/Decode/Ast.o, dist/build/Hydra/Sources/Decode/Ast.dyn_o )
[ 43 of 390] Compiling Hydra.Sources.Decode.Classes ( src/gen-main/haskell/Hydra/Sources/Decode/Classes.hs, dist/build/Hydra/Sources/Decode/Classes.o, dist/build/Hydra/Sources/Decode/Classes.dyn_o )
[ 44 of 390] Compiling Hydra.Sources.Decode.Coders ( src/gen-main/haskell/Hydra/Sources/Decode/Coders.hs, dist/build/Hydra/Sources/Decode/Coders.o, dist/build/Hydra/Sources/Decode/Coders.dyn_o )
[ 45 of 390] Compiling Hydra.Sources.Decode.Compute ( src/gen-main/haskell/Hydra/Sources/Decode/Compute.hs, dist/build/Hydra/Sources/Decode/Compute.o, dist/build/Hydra/Sources/Decode/Compute.dyn_o )
[ 46 of 390] Compiling Hydra.Sources.Decode.Constraints ( src/gen-main/haskell/Hydra/Sources/Decode/Constraints.hs, dist/build/Hydra/Sources/Decode/Constraints.o, dist/build/Hydra/Sources/Decode/Constraints.dyn_o )
[ 47 of 390] Compiling Hydra.Sources.Decode.Core ( src/gen-main/haskell/Hydra/Sources/Decode/Core.hs, dist/build/Hydra/Sources/Decode/Core.o, dist/build/Hydra/Sources/Decode/Core.dyn_o )
[ 48 of 390] Compiling Hydra.Sources.Decode.Grammar ( src/gen-main/haskell/Hydra/Sources/Decode/Grammar.hs, dist/build/Hydra/Sources/Decode/Grammar.o, dist/build/Hydra/Sources/Decode/Grammar.dyn_o )
[ 49 of 390] Compiling Hydra.Sources.Decode.Json.Model ( src/gen-main/haskell/Hydra/Sources/Decode/Json/Model.hs, dist/build/Hydra/Sources/Decode/Json/Model.o, dist/build/Hydra/Sources/Decode/Json/Model.dyn_o )
[ 50 of 390] Compiling Hydra.Sources.Decode.Module ( src/gen-main/haskell/Hydra/Sources/Decode/Module.hs, dist/build/Hydra/Sources/Decode/Module.o, dist/build/Hydra/Sources/Decode/Module.dyn_o )
[ 51 of 390] Compiling Hydra.Sources.Decode.Parsing ( src/gen-main/haskell/Hydra/Sources/Decode/Parsing.hs, dist/build/Hydra/Sources/Decode/Parsing.o, dist/build/Hydra/Sources/Decode/Parsing.dyn_o )
[ 52 of 390] Compiling Hydra.Sources.Decode.Phantoms ( src/gen-main/haskell/Hydra/Sources/Decode/Phantoms.hs, dist/build/Hydra/Sources/Decode/Phantoms.o, dist/build/Hydra/Sources/Decode/Phantoms.dyn_o )
[ 53 of 390] Compiling Hydra.Sources.Decode.Query ( src/gen-main/haskell/Hydra/Sources/Decode/Query.hs, dist/build/Hydra/Sources/Decode/Query.o, dist/build/Hydra/Sources/Decode/Query.dyn_o )
[ 54 of 390] Compiling Hydra.Sources.Decode.Relational ( src/gen-main/haskell/Hydra/Sources/Decode/Relational.hs, dist/build/Hydra/Sources/Decode/Relational.o, dist/build/Hydra/Sources/Decode/Relational.dyn_o )
[ 55 of 390] Compiling Hydra.Sources.Decode.Tabular ( src/gen-main/haskell/Hydra/Sources/Decode/Tabular.hs, dist/build/Hydra/Sources/Decode/Tabular.o, dist/build/Hydra/Sources/Decode/Tabular.dyn_o )
[ 56 of 390] Compiling Hydra.Sources.Decode.Testing ( src/gen-main/haskell/Hydra/Sources/Decode/Testing.hs, dist/build/Hydra/Sources/Decode/Testing.o, dist/build/Hydra/Sources/Decode/Testing.dyn_o )
[ 57 of 390] Compiling Hydra.Sources.Decode.Topology ( src/gen-main/haskell/Hydra/Sources/Decode/Topology.hs, dist/build/Hydra/Sources/Decode/Topology.o, dist/build/Hydra/Sources/Decode/Topology.dyn_o )
[ 58 of 390] Compiling Hydra.Sources.Decode.Typing ( src/gen-main/haskell/Hydra/Sources/Decode/Typing.hs, dist/build/Hydra/Sources/Decode/Typing.o, dist/build/Hydra/Sources/Decode/Typing.dyn_o )
[ 59 of 390] Compiling Hydra.Sources.Decode.Util ( src/gen-main/haskell/Hydra/Sources/Decode/Util.hs, dist/build/Hydra/Sources/Decode/Util.o, dist/build/Hydra/Sources/Decode/Util.dyn_o )
[ 60 of 390] Compiling Hydra.Sources.Decode.Variants ( src/gen-main/haskell/Hydra/Sources/Decode/Variants.hs, dist/build/Hydra/Sources/Decode/Variants.o, dist/build/Hydra/Sources/Decode/Variants.dyn_o )
[ 61 of 390] Compiling Hydra.Sources.Decode.Workflow ( src/gen-main/haskell/Hydra/Sources/Decode/Workflow.hs, dist/build/Hydra/Sources/Decode/Workflow.o, dist/build/Hydra/Sources/Decode/Workflow.dyn_o )
[ 62 of 390] Compiling Hydra.Sources.Encode.Accessors ( src/gen-main/haskell/Hydra/Sources/Encode/Accessors.hs, dist/build/Hydra/Sources/Encode/Accessors.o, dist/build/Hydra/Sources/Encode/Accessors.dyn_o )
[ 63 of 390] Compiling Hydra.Sources.Encode.Ast ( src/gen-main/haskell/Hydra/Sources/Encode/Ast.hs, dist/build/Hydra/Sources/Encode/Ast.o, dist/build/Hydra/Sources/Encode/Ast.dyn_o )
[ 64 of 390] Compiling Hydra.Sources.Encode.Classes ( src/gen-main/haskell/Hydra/Sources/Encode/Classes.hs, dist/build/Hydra/Sources/Encode/Classes.o, dist/build/Hydra/Sources/Encode/Classes.dyn_o )
[ 65 of 390] Compiling Hydra.Sources.Encode.Coders ( src/gen-main/haskell/Hydra/Sources/Encode/Coders.hs, dist/build/Hydra/Sources/Encode/Coders.o, dist/build/Hydra/Sources/Encode/Coders.dyn_o )
[ 66 of 390] Compiling Hydra.Sources.Encode.Compute ( src/gen-main/haskell/Hydra/Sources/Encode/Compute.hs, dist/build/Hydra/Sources/Encode/Compute.o, dist/build/Hydra/Sources/Encode/Compute.dyn_o )
[ 67 of 390] Compiling Hydra.Sources.Encode.Constraints ( src/gen-main/haskell/Hydra/Sources/Encode/Constraints.hs, dist/build/Hydra/Sources/Encode/Constraints.o, dist/build/Hydra/Sources/Encode/Constraints.dyn_o )
[ 68 of 390] Compiling Hydra.Sources.Encode.Core ( src/gen-main/haskell/Hydra/Sources/Encode/Core.hs, dist/build/Hydra/Sources/Encode/Core.o, dist/build/Hydra/Sources/Encode/Core.dyn_o )
[ 69 of 390] Compiling Hydra.Sources.Encode.Grammar ( src/gen-main/haskell/Hydra/Sources/Encode/Grammar.hs, dist/build/Hydra/Sources/Encode/Grammar.o, dist/build/Hydra/Sources/Encode/Grammar.dyn_o )
[ 70 of 390] Compiling Hydra.Sources.Encode.Json.Model ( src/gen-main/haskell/Hydra/Sources/Encode/Json/Model.hs, dist/build/Hydra/Sources/Encode/Json/Model.o, dist/build/Hydra/Sources/Encode/Json/Model.dyn_o )
[ 71 of 390] Compiling Hydra.Sources.Encode.Module ( src/gen-main/haskell/Hydra/Sources/Encode/Module.hs, dist/build/Hydra/Sources/Encode/Module.o, dist/build/Hydra/Sources/Encode/Module.dyn_o )
[ 72 of 390] Compiling Hydra.Sources.Encode.Parsing ( src/gen-main/haskell/Hydra/Sources/Encode/Parsing.hs, dist/build/Hydra/Sources/Encode/Parsing.o, dist/build/Hydra/Sources/Encode/Parsing.dyn_o )
[ 73 of 390] Compiling Hydra.Sources.Encode.Phantoms ( src/gen-main/haskell/Hydra/Sources/Encode/Phantoms.hs, dist/build/Hydra/Sources/Encode/Phantoms.o, dist/build/Hydra/Sources/Encode/Phantoms.dyn_o )
[ 74 of 390] Compiling Hydra.Sources.Encode.Query ( src/gen-main/haskell/Hydra/Sources/Encode/Query.hs, dist/build/Hydra/Sources/Encode/Query.o, dist/build/Hydra/Sources/Encode/Query.dyn_o )
[ 75 of 390] Compiling Hydra.Sources.Encode.Relational ( src/gen-main/haskell/Hydra/Sources/Encode/Relational.hs, dist/build/Hydra/Sources/Encode/Relational.o, dist/build/Hydra/Sources/Encode/Relational.dyn_o )
[ 76 of 390] Compiling Hydra.Sources.Encode.Tabular ( src/gen-main/haskell/Hydra/Sources/Encode/Tabular.hs, dist/build/Hydra/Sources/Encode/Tabular.o, dist/build/Hydra/Sources/Encode/Tabular.dyn_o )
[ 77 of 390] Compiling Hydra.Sources.Encode.Testing ( src/gen-main/haskell/Hydra/Sources/Encode/Testing.hs, dist/build/Hydra/Sources/Encode/Testing.o, dist/build/Hydra/Sources/Encode/Testing.dyn_o )
[ 78 of 390] Compiling Hydra.Sources.Encode.Topology ( src/gen-main/haskell/Hydra/Sources/Encode/Topology.hs, dist/build/Hydra/Sources/Encode/Topology.o, dist/build/Hydra/Sources/Encode/Topology.dyn_o )
[ 79 of 390] Compiling Hydra.Sources.Encode.Typing ( src/gen-main/haskell/Hydra/Sources/Encode/Typing.hs, dist/build/Hydra/Sources/Encode/Typing.o, dist/build/Hydra/Sources/Encode/Typing.dyn_o )
[ 80 of 390] Compiling Hydra.Sources.Encode.Util ( src/gen-main/haskell/Hydra/Sources/Encode/Util.hs, dist/build/Hydra/Sources/Encode/Util.o, dist/build/Hydra/Sources/Encode/Util.dyn_o )
[ 81 of 390] Compiling Hydra.Sources.Encode.Variants ( src/gen-main/haskell/Hydra/Sources/Encode/Variants.hs, dist/build/Hydra/Sources/Encode/Variants.o, dist/build/Hydra/Sources/Encode/Variants.dyn_o )
[ 82 of 390] Compiling Hydra.Sources.Encode.Workflow ( src/gen-main/haskell/Hydra/Sources/Encode/Workflow.hs, dist/build/Hydra/Sources/Encode/Workflow.o, dist/build/Hydra/Sources/Encode/Workflow.dyn_o )
[ 83 of 390] Compiling Hydra.Tabular ( src/gen-main/haskell/Hydra/Tabular.hs, dist/build/Hydra/Tabular.o, dist/build/Hydra/Tabular.dyn_o )
[ 84 of 390] Compiling Hydra.Dsl.Tabular ( src/main/haskell/Hydra/Dsl/Tabular.hs, dist/build/Hydra/Dsl/Tabular.o, dist/build/Hydra/Dsl/Tabular.dyn_o )
[ 85 of 390] Compiling Hydra.Tools.Bytestrings ( src/main/haskell/Hydra/Tools/Bytestrings.hs, dist/build/Hydra/Tools/Bytestrings.o, dist/build/Hydra/Tools/Bytestrings.dyn_o )
[ 86 of 390] Compiling Hydra.Tools.Debug ( src/main/haskell/Hydra/Tools/Debug.hs, dist/build/Hydra/Tools/Debug.o, dist/build/Hydra/Tools/Debug.dyn_o )
[ 87 of 390] Compiling Hydra.Topology ( src/gen-main/haskell/Hydra/Topology.hs, dist/build/Hydra/Topology.o, dist/build/Hydra/Topology.dyn_o )
[ 88 of 390] Compiling Hydra.Typing ( src/gen-main/haskell/Hydra/Typing.hs, dist/build/Hydra/Typing.o, dist/build/Hydra/Typing.dyn_o )
[ 89 of 390] Compiling Hydra.Util ( src/gen-main/haskell/Hydra/Util.hs, dist/build/Hydra/Util.o, dist/build/Hydra/Util.dyn_o )
[ 90 of 390] Compiling Hydra.Show.Util ( src/gen-main/haskell/Hydra/Show/Util.hs, dist/build/Hydra/Show/Util.o, dist/build/Hydra/Show/Util.dyn_o )
[ 91 of 390] Compiling Hydra.Lib.Equality ( src/main/haskell/Hydra/Lib/Equality.hs, dist/build/Hydra/Lib/Equality.o, dist/build/Hydra/Lib/Equality.dyn_o )
[ 92 of 390] Compiling Hydra.Encode.Util ( src/gen-main/haskell/Hydra/Encode/Util.hs, dist/build/Hydra/Encode/Util.o, dist/build/Hydra/Encode/Util.dyn_o )
[ 93 of 390] Compiling Hydra.Dsl.Terms ( src/main/haskell/Hydra/Dsl/Terms.hs, dist/build/Hydra/Dsl/Terms.o, dist/build/Hydra/Dsl/Terms.dyn_o )
[ 94 of 390] Compiling Hydra.Lib.Lists ( src/main/haskell/Hydra/Lib/Lists.hs, dist/build/Hydra/Lib/Lists.o, dist/build/Hydra/Lib/Lists.dyn_o )
src/main/haskell/Hydra/Lib/Lists.hs:69:8: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Data.List, 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."
|
69 | head = L.head
| ^^^^^^
src/main/haskell/Hydra/Lib/Lists.hs:147:8: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Data.List, 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."
|
147 | tail = L.tail
| ^^^^^^
[ 95 of 390] Compiling Hydra.Show.Core ( src/gen-main/haskell/Hydra/Show/Core.hs, dist/build/Hydra/Show/Core.o, dist/build/Hydra/Show/Core.dyn_o )
[ 96 of 390] Compiling Hydra.Show.Typing ( src/gen-main/haskell/Hydra/Show/Typing.hs, dist/build/Hydra/Show/Typing.o, dist/build/Hydra/Show/Typing.dyn_o )
[ 97 of 390] Compiling Hydra.Show.Graph ( src/gen-main/haskell/Hydra/Show/Graph.hs, dist/build/Hydra/Show/Graph.o, dist/build/Hydra/Show/Graph.dyn_o )
[ 98 of 390] Compiling Hydra.Serialization ( src/gen-main/haskell/Hydra/Serialization.hs, dist/build/Hydra/Serialization.o, dist/build/Hydra/Serialization.dyn_o )
[ 99 of 390] Compiling Hydra.Ext.Haskell.Operators ( src/gen-main/haskell/Hydra/Ext/Haskell/Operators.hs, dist/build/Hydra/Ext/Haskell/Operators.o, dist/build/Hydra/Ext/Haskell/Operators.dyn_o )
[100 of 390] Compiling Hydra.Parsers ( src/gen-main/haskell/Hydra/Parsers.hs, dist/build/Hydra/Parsers.o, dist/build/Hydra/Parsers.dyn_o )
[101 of 390] Compiling Hydra.Monads ( src/gen-main/haskell/Hydra/Monads.hs, dist/build/Hydra/Monads.o, dist/build/Hydra/Monads.dyn_o )
[102 of 390] Compiling Hydra.Lib.Flows ( src/main/haskell/Hydra/Lib/Flows.hs, dist/build/Hydra/Lib/Flows.o, dist/build/Hydra/Lib/Flows.dyn_o )
[103 of 390] Compiling Hydra.Tools.Monads ( src/main/haskell/Hydra/Tools/Monads.hs, dist/build/Hydra/Tools/Monads.o, dist/build/Hydra/Tools/Monads.dyn_o )
[104 of 390] Compiling Hydra.Tarjan ( src/gen-main/haskell/Hydra/Tarjan.hs, dist/build/Hydra/Tarjan.o, dist/build/Hydra/Tarjan.dyn_o )
[105 of 390] Compiling Hydra.Sorting ( src/gen-main/haskell/Hydra/Sorting.hs, dist/build/Hydra/Sorting.o, dist/build/Hydra/Sorting.dyn_o )
[106 of 390] Compiling Hydra.Ext.Org.Json.Decoding ( src/gen-main/haskell/Hydra/Ext/Org/Json/Decoding.hs, dist/build/Hydra/Ext/Org/Json/Decoding.o, dist/build/Hydra/Ext/Org/Json/Decoding.dyn_o )
[107 of 390] Compiling Hydra.Extract.Json ( src/gen-main/haskell/Hydra/Extract/Json.hs, dist/build/Hydra/Extract/Json.o, dist/build/Hydra/Extract/Json.dyn_o )
[108 of 390] Compiling Hydra.Eval.Lib.Pairs ( src/gen-main/haskell/Hydra/Eval/Lib/Pairs.hs, dist/build/Hydra/Eval/Lib/Pairs.o, dist/build/Hydra/Eval/Lib/Pairs.dyn_o )
[109 of 390] Compiling Hydra.Json.Writer ( src/gen-main/haskell/Hydra/Json/Writer.hs, dist/build/Hydra/Json/Writer.o, dist/build/Hydra/Json/Writer.dyn_o )
[110 of 390] Compiling Hydra.Json.Parser ( src/gen-main/haskell/Hydra/Json/Parser.hs, dist/build/Hydra/Json/Parser.o, dist/build/Hydra/Json/Parser.dyn_o )
[111 of 390] Compiling Hydra.Formatting ( src/gen-main/haskell/Hydra/Formatting.hs, dist/build/Hydra/Formatting.o, dist/build/Hydra/Formatting.dyn_o )
[112 of 390] Compiling Hydra.Names ( src/gen-main/haskell/Hydra/Names.hs, dist/build/Hydra/Names.o, dist/build/Hydra/Names.dyn_o )
[113 of 390] Compiling Hydra.Staging.Lib.Names ( src/main/haskell/Hydra/Staging/Lib/Names.hs, dist/build/Hydra/Staging/Lib/Names.o, dist/build/Hydra/Staging/Lib/Names.dyn_o )
[114 of 390] Compiling Hydra.Ext.Haskell.Serde ( src/gen-main/haskell/Hydra/Ext/Haskell/Serde.hs, dist/build/Hydra/Ext/Haskell/Serde.o, dist/build/Hydra/Ext/Haskell/Serde.dyn_o )
[115 of 390] Compiling Hydra.Eval.Lib.Maps ( src/gen-main/haskell/Hydra/Eval/Lib/Maps.hs, dist/build/Hydra/Eval/Lib/Maps.o, dist/build/Hydra/Eval/Lib/Maps.dyn_o )
[116 of 390] Compiling Hydra.Encode.Topology ( src/gen-main/haskell/Hydra/Encode/Topology.hs, dist/build/Hydra/Encode/Topology.o, dist/build/Hydra/Encode/Topology.dyn_o )
[117 of 390] Compiling Hydra.Encode.Relational ( src/gen-main/haskell/Hydra/Encode/Relational.hs, dist/build/Hydra/Encode/Relational.o, dist/build/Hydra/Encode/Relational.dyn_o )
[118 of 390] Compiling Hydra.Encode.Json.Model ( src/gen-main/haskell/Hydra/Encode/Json/Model.hs, dist/build/Hydra/Encode/Json/Model.o, dist/build/Hydra/Encode/Json/Model.dyn_o )
[119 of 390] Compiling Hydra.Encode.Json ( src/gen-main/haskell/Hydra/Encode/Json.hs, dist/build/Hydra/Encode/Json.o, dist/build/Hydra/Encode/Json.dyn_o )
[120 of 390] Compiling Hydra.Encode.Grammar ( src/gen-main/haskell/Hydra/Encode/Grammar.hs, dist/build/Hydra/Encode/Grammar.o, dist/build/Hydra/Encode/Grammar.dyn_o )
[121 of 390] Compiling Hydra.Encode.Core ( src/gen-main/haskell/Hydra/Encode/Core.hs, dist/build/Hydra/Encode/Core.o, dist/build/Hydra/Encode/Core.dyn_o )
[122 of 390] Compiling Hydra.Encode.Typing ( src/gen-main/haskell/Hydra/Encode/Typing.hs, dist/build/Hydra/Encode/Typing.o, dist/build/Hydra/Encode/Typing.dyn_o )
[123 of 390] Compiling Hydra.Encode.Tabular ( src/gen-main/haskell/Hydra/Encode/Tabular.hs, dist/build/Hydra/Encode/Tabular.o, dist/build/Hydra/Encode/Tabular.dyn_o )
[124 of 390] Compiling Hydra.Encode.Query ( src/gen-main/haskell/Hydra/Encode/Query.hs, dist/build/Hydra/Encode/Query.o, dist/build/Hydra/Encode/Query.dyn_o )
[125 of 390] Compiling Hydra.Encode.Constraints ( src/gen-main/haskell/Hydra/Encode/Constraints.hs, dist/build/Hydra/Encode/Constraints.o, dist/build/Hydra/Encode/Constraints.dyn_o )
[126 of 390] Compiling Hydra.Encode.Phantoms ( src/gen-main/haskell/Hydra/Encode/Phantoms.hs, dist/build/Hydra/Encode/Phantoms.o, dist/build/Hydra/Encode/Phantoms.dyn_o )
[127 of 390] Compiling Hydra.Encode.Module ( src/gen-main/haskell/Hydra/Encode/Module.hs, dist/build/Hydra/Encode/Module.o, dist/build/Hydra/Encode/Module.dyn_o )
[128 of 390] Compiling Hydra.Encode.Compute ( src/gen-main/haskell/Hydra/Encode/Compute.hs, dist/build/Hydra/Encode/Compute.o, dist/build/Hydra/Encode/Compute.dyn_o )
[129 of 390] Compiling Hydra.Encode.Accessors ( src/gen-main/haskell/Hydra/Encode/Accessors.hs, dist/build/Hydra/Encode/Accessors.o, dist/build/Hydra/Encode/Accessors.dyn_o )
[130 of 390] Compiling Hydra.Arity ( src/gen-main/haskell/Hydra/Arity.hs, dist/build/Hydra/Arity.o, dist/build/Hydra/Arity.dyn_o )
[131 of 390] Compiling Hydra.Dsl.Meta.Literals ( src/main/haskell/Hydra/Dsl/Meta/Literals.hs, dist/build/Hydra/Dsl/Meta/Literals.o, dist/build/Hydra/Dsl/Meta/Literals.dyn_o )
[132 of 390] Compiling Hydra.Variants ( src/gen-main/haskell/Hydra/Variants.hs, dist/build/Hydra/Variants.o, dist/build/Hydra/Variants.dyn_o )
[133 of 390] Compiling Hydra.Show.Meta ( src/gen-main/haskell/Hydra/Show/Meta.hs, dist/build/Hydra/Show/Meta.o, dist/build/Hydra/Show/Meta.dyn_o )
[134 of 390] Compiling Hydra.Reflect ( src/gen-main/haskell/Hydra/Reflect.hs, dist/build/Hydra/Reflect.o, dist/build/Hydra/Reflect.dyn_o )
[135 of 390] Compiling Hydra.Minimal ( src/main/haskell/Hydra/Minimal.hs, dist/build/Hydra/Minimal.o, dist/build/Hydra/Minimal.dyn_o )
[136 of 390] Compiling Hydra.Encode.Variants ( src/gen-main/haskell/Hydra/Encode/Variants.hs, dist/build/Hydra/Encode/Variants.o, dist/build/Hydra/Encode/Variants.dyn_o )
[137 of 390] Compiling Hydra.Coders ( src/gen-main/haskell/Hydra/Coders.hs, dist/build/Hydra/Coders.o, dist/build/Hydra/Coders.dyn_o )
[138 of 390] Compiling Hydra.Testing ( src/gen-main/haskell/Hydra/Testing.hs, dist/build/Hydra/Testing.o, dist/build/Hydra/Testing.dyn_o )
[139 of 390] Compiling Hydra.Rewriting ( src/gen-main/haskell/Hydra/Rewriting.hs, dist/build/Hydra/Rewriting.o, dist/build/Hydra/Rewriting.dyn_o )
[140 of 390] Compiling Hydra.Substitution ( src/gen-main/haskell/Hydra/Substitution.hs, dist/build/Hydra/Substitution.o, dist/build/Hydra/Substitution.dyn_o )
[141 of 390] Compiling Hydra.Unification ( src/gen-main/haskell/Hydra/Unification.hs, dist/build/Hydra/Unification.o, dist/build/Hydra/Unification.dyn_o )
[142 of 390] Compiling Hydra.Show.Accessors ( src/gen-main/haskell/Hydra/Show/Accessors.hs, dist/build/Hydra/Show/Accessors.o, dist/build/Hydra/Show/Accessors.dyn_o )
[143 of 390] Compiling Hydra.Lexical ( src/gen-main/haskell/Hydra/Lexical.hs, dist/build/Hydra/Lexical.o, dist/build/Hydra/Lexical.dyn_o )
[144 of 390] Compiling Hydra.Extract.Helpers ( src/gen-main/haskell/Hydra/Extract/Helpers.hs, dist/build/Hydra/Extract/Helpers.o, dist/build/Hydra/Extract/Helpers.dyn_o )
[145 of 390] Compiling Hydra.Decode.Variants ( src/gen-main/haskell/Hydra/Decode/Variants.hs, dist/build/Hydra/Decode/Variants.o, dist/build/Hydra/Decode/Variants.dyn_o )
[146 of 390] Compiling Hydra.Decode.Util ( src/gen-main/haskell/Hydra/Decode/Util.hs, dist/build/Hydra/Decode/Util.o, dist/build/Hydra/Decode/Util.dyn_o )
[147 of 390] Compiling Hydra.Decode.Topology ( src/gen-main/haskell/Hydra/Decode/Topology.hs, dist/build/Hydra/Decode/Topology.o, dist/build/Hydra/Decode/Topology.dyn_o )
[148 of 390] Compiling Hydra.Decode.Relational ( src/gen-main/haskell/Hydra/Decode/Relational.hs, dist/build/Hydra/Decode/Relational.o, dist/build/Hydra/Decode/Relational.dyn_o )
[149 of 390] Compiling Hydra.Decode.Parsing ( src/gen-main/haskell/Hydra/Decode/Parsing.hs, dist/build/Hydra/Decode/Parsing.o, dist/build/Hydra/Decode/Parsing.dyn_o )
[150 of 390] Compiling Hydra.Decode.Json.Model ( src/gen-main/haskell/Hydra/Decode/Json/Model.hs, dist/build/Hydra/Decode/Json/Model.o, dist/build/Hydra/Decode/Json/Model.dyn_o )
[151 of 390] Compiling Hydra.Decode.Json ( src/gen-main/haskell/Hydra/Decode/Json.hs, dist/build/Hydra/Decode/Json.o, dist/build/Hydra/Decode/Json.dyn_o )
[152 of 390] Compiling Hydra.Decode.Grammar ( src/gen-main/haskell/Hydra/Decode/Grammar.hs, dist/build/Hydra/Decode/Grammar.o, dist/build/Hydra/Decode/Grammar.dyn_o )
[153 of 390] Compiling Hydra.Decode.Core ( src/gen-main/haskell/Hydra/Decode/Core.hs, dist/build/Hydra/Decode/Core.o, dist/build/Hydra/Decode/Core.dyn_o )
[154 of 390] Compiling Hydra.Templates ( src/gen-main/haskell/Hydra/Templates.hs, dist/build/Hydra/Templates.o, dist/build/Hydra/Templates.dyn_o )
[155 of 390] Compiling Hydra.Decode.Typing ( src/gen-main/haskell/Hydra/Decode/Typing.hs, dist/build/Hydra/Decode/Typing.o, dist/build/Hydra/Decode/Typing.dyn_o )
[156 of 390] Compiling Hydra.Decode.Tabular ( src/gen-main/haskell/Hydra/Decode/Tabular.hs, dist/build/Hydra/Decode/Tabular.o, dist/build/Hydra/Decode/Tabular.dyn_o )
[157 of 390] Compiling Hydra.Decode.Query ( src/gen-main/haskell/Hydra/Decode/Query.hs, dist/build/Hydra/Decode/Query.o, dist/build/Hydra/Decode/Query.dyn_o )
[158 of 390] Compiling Hydra.Decode.Phantoms ( src/gen-main/haskell/Hydra/Decode/Phantoms.hs, dist/build/Hydra/Decode/Phantoms.o, dist/build/Hydra/Decode/Phantoms.dyn_o )
[159 of 390] Compiling Hydra.Decode.Module ( src/gen-main/haskell/Hydra/Decode/Module.hs, dist/build/Hydra/Decode/Module.o, dist/build/Hydra/Decode/Module.dyn_o )
[160 of 390] Compiling Hydra.Decode.Constraints ( src/gen-main/haskell/Hydra/Decode/Constraints.hs, dist/build/Hydra/Decode/Constraints.o, dist/build/Hydra/Decode/Constraints.dyn_o )
[161 of 390] Compiling Hydra.Decode.Compute ( src/gen-main/haskell/Hydra/Decode/Compute.hs, dist/build/Hydra/Decode/Compute.o, dist/build/Hydra/Decode/Compute.dyn_o )
[162 of 390] Compiling Hydra.Decode.Classes ( src/gen-main/haskell/Hydra/Decode/Classes.hs, dist/build/Hydra/Decode/Classes.o, dist/build/Hydra/Decode/Classes.dyn_o )
[163 of 390] Compiling Hydra.Decode.Ast ( src/gen-main/haskell/Hydra/Decode/Ast.hs, dist/build/Hydra/Decode/Ast.o, dist/build/Hydra/Decode/Ast.dyn_o )
[164 of 390] Compiling Hydra.Decode.Accessors ( src/gen-main/haskell/Hydra/Decode/Accessors.hs, dist/build/Hydra/Decode/Accessors.o, dist/build/Hydra/Decode/Accessors.dyn_o )
[165 of 390] Compiling Hydra.Json.Encode ( src/gen-main/haskell/Hydra/Json/Encode.hs, dist/build/Hydra/Json/Encode.o, dist/build/Hydra/Json/Encode.dyn_o )
[166 of 390] Compiling Hydra.Json.Decode ( src/gen-main/haskell/Hydra/Json/Decode.hs, dist/build/Hydra/Json/Decode.o, dist/build/Hydra/Json/Decode.dyn_o )
[167 of 390] Compiling Hydra.Extract.Core ( src/gen-main/haskell/Hydra/Extract/Core.hs, dist/build/Hydra/Extract/Core.o, dist/build/Hydra/Extract/Core.dyn_o )
[168 of 390] Compiling Hydra.Extract.Util ( src/gen-main/haskell/Hydra/Extract/Util.hs, dist/build/Hydra/Extract/Util.o, dist/build/Hydra/Extract/Util.dyn_o )
[169 of 390] Compiling Hydra.Eval.Lib.Sets ( src/gen-main/haskell/Hydra/Eval/Lib/Sets.hs, dist/build/Hydra/Eval/Lib/Sets.o, dist/build/Hydra/Eval/Lib/Sets.dyn_o )
[170 of 390] Compiling Hydra.Eval.Lib.Maybes ( src/gen-main/haskell/Hydra/Eval/Lib/Maybes.hs, dist/build/Hydra/Eval/Lib/Maybes.o, dist/build/Hydra/Eval/Lib/Maybes.dyn_o )
[171 of 390] Compiling Hydra.Eval.Lib.Lists ( src/gen-main/haskell/Hydra/Eval/Lib/Lists.hs, dist/build/Hydra/Eval/Lib/Lists.o, dist/build/Hydra/Eval/Lib/Lists.dyn_o )
[172 of 390] Compiling Hydra.Eval.Lib.Flows ( src/gen-main/haskell/Hydra/Eval/Lib/Flows.hs, dist/build/Hydra/Eval/Lib/Flows.o, dist/build/Hydra/Eval/Lib/Flows.dyn_o )
[173 of 390] Compiling Hydra.Eval.Lib.Eithers ( src/gen-main/haskell/Hydra/Eval/Lib/Eithers.hs, dist/build/Hydra/Eval/Lib/Eithers.o, dist/build/Hydra/Eval/Lib/Eithers.dyn_o )
[174 of 390] Compiling Hydra.Dsl.Prims ( src/main/haskell/Hydra/Dsl/Prims.hs, dist/build/Hydra/Dsl/Prims.o, dist/build/Hydra/Dsl/Prims.dyn_o )
[175 of 390] Compiling Hydra.Annotations ( src/gen-main/haskell/Hydra/Annotations.hs, dist/build/Hydra/Annotations.o, dist/build/Hydra/Annotations.dyn_o )
[176 of 390] Compiling Hydra.Schemas ( src/gen-main/haskell/Hydra/Schemas.hs, dist/build/Hydra/Schemas.o, dist/build/Hydra/Schemas.dyn_o )
[177 of 390] Compiling Hydra.Hoisting ( src/gen-main/haskell/Hydra/Hoisting.hs, dist/build/Hydra/Hoisting.o, dist/build/Hydra/Hoisting.dyn_o )
[178 of 390] Compiling Hydra.Grammars ( src/gen-main/haskell/Hydra/Grammars.hs, dist/build/Hydra/Grammars.o, dist/build/Hydra/Grammars.dyn_o )
[179 of 390] Compiling Hydra.Encoding ( src/gen-main/haskell/Hydra/Encoding.hs, dist/build/Hydra/Encoding.o, dist/build/Hydra/Encoding.dyn_o )
src/gen-main/haskell/Hydra/Encoding.hs:183:3: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In a case alternative: _ -> ...
|
183 | _ -> (Core.TermFunction (Core.FunctionLambda (Core.Lambda {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/gen-main/haskell/Hydra/Encoding.hs:364:3: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In a case alternative: _ -> ...
|
364 | _ -> (Core.TermFunction (Core.FunctionLambda (Core.Lambda {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[180 of 390] Compiling Hydra.Dsl.Annotations ( src/main/haskell/Hydra/Dsl/Annotations.hs, dist/build/Hydra/Dsl/Annotations.o, dist/build/Hydra/Dsl/Annotations.dyn_o )
[181 of 390] Compiling Hydra.Decoding ( src/gen-main/haskell/Hydra/Decoding.hs, dist/build/Hydra/Decoding.o, dist/build/Hydra/Decoding.dyn_o )
[182 of 390] Compiling Hydra.Languages ( src/gen-main/haskell/Hydra/Languages.hs, dist/build/Hydra/Languages.o, dist/build/Hydra/Languages.dyn_o )
[183 of 390] Compiling Hydra.Ext.Org.Json.Language ( src/gen-main/haskell/Hydra/Ext/Org/Json/Language.hs, dist/build/Hydra/Ext/Org/Json/Language.o, dist/build/Hydra/Ext/Org/Json/Language.dyn_o )
[184 of 390] Compiling Hydra.Ext.Haskell.Language ( src/gen-main/haskell/Hydra/Ext/Haskell/Language.hs, dist/build/Hydra/Ext/Haskell/Language.o, dist/build/Hydra/Ext/Haskell/Language.dyn_o )
[185 of 390] Compiling Hydra.Ext.Haskell.Utils ( src/gen-main/haskell/Hydra/Ext/Haskell/Utils.hs, dist/build/Hydra/Ext/Haskell/Utils.o, dist/build/Hydra/Ext/Haskell/Utils.dyn_o )
[186 of 390] Compiling Hydra.Encode.Coders ( src/gen-main/haskell/Hydra/Encode/Coders.hs, dist/build/Hydra/Encode/Coders.o, dist/build/Hydra/Encode/Coders.dyn_o )
[187 of 390] Compiling Hydra.Encode.Testing ( src/gen-main/haskell/Hydra/Encode/Testing.hs, dist/build/Hydra/Encode/Testing.o, dist/build/Hydra/Encode/Testing.dyn_o )
[188 of 390] Compiling Hydra.Decode.Coders ( src/gen-main/haskell/Hydra/Decode/Coders.hs, dist/build/Hydra/Decode/Coders.o, dist/build/Hydra/Decode/Coders.dyn_o )
[189 of 390] Compiling Hydra.Decode.Testing ( src/gen-main/haskell/Hydra/Decode/Testing.hs, dist/build/Hydra/Decode/Testing.o, dist/build/Hydra/Decode/Testing.dyn_o )
[190 of 390] Compiling Hydra.Checking ( src/gen-main/haskell/Hydra/Checking.hs, dist/build/Hydra/Checking.o, dist/build/Hydra/Checking.dyn_o )
src/gen-main/haskell/Hydra/Checking.hs:197:11: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In a case alternative: _ -> ...
|
197 | _ -> (Flows.fail (Strings.cat [
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[191 of 390] Compiling Hydra.Reduction ( src/gen-main/haskell/Hydra/Reduction.hs, dist/build/Hydra/Reduction.o, dist/build/Hydra/Reduction.dyn_o )
[192 of 390] Compiling Hydra.Inference ( src/gen-main/haskell/Hydra/Inference.hs, dist/build/Hydra/Inference.o, dist/build/Hydra/Inference.dyn_o )
[193 of 390] Compiling Hydra.CoderUtils ( src/gen-main/haskell/Hydra/CoderUtils.hs, dist/build/Hydra/CoderUtils.o, dist/build/Hydra/CoderUtils.dyn_o )
[194 of 390] Compiling Hydra.Adapt.Simple ( src/gen-main/haskell/Hydra/Adapt/Simple.hs, dist/build/Hydra/Adapt/Simple.o, dist/build/Hydra/Adapt/Simple.dyn_o )
[195 of 390] Compiling Hydra.CodeGeneration ( src/gen-main/haskell/Hydra/CodeGeneration.hs, dist/build/Hydra/CodeGeneration.o, dist/build/Hydra/CodeGeneration.dyn_o )
[196 of 390] Compiling Hydra.Adapt.Utils ( src/gen-main/haskell/Hydra/Adapt/Utils.hs, dist/build/Hydra/Adapt/Utils.o, dist/build/Hydra/Adapt/Utils.dyn_o )
[197 of 390] Compiling Hydra.Adapt.Literals ( src/gen-main/haskell/Hydra/Adapt/Literals.hs, dist/build/Hydra/Adapt/Literals.o, dist/build/Hydra/Adapt/Literals.dyn_o )
[198 of 390] Compiling Hydra.Adapt.Terms ( src/gen-main/haskell/Hydra/Adapt/Terms.hs, dist/build/Hydra/Adapt/Terms.o, dist/build/Hydra/Adapt/Terms.dyn_o )
[199 of 390] Compiling Hydra.Adapt.Modules ( src/gen-main/haskell/Hydra/Adapt/Modules.hs, dist/build/Hydra/Adapt/Modules.o, dist/build/Hydra/Adapt/Modules.dyn_o )
[200 of 390] Compiling Hydra.Ext.Org.Json.Coder ( src/gen-main/haskell/Hydra/Ext/Org/Json/Coder.hs, dist/build/Hydra/Ext/Org/Json/Coder.o, dist/build/Hydra/Ext/Org/Json/Coder.dyn_o )
[201 of 390] Compiling Hydra.Ext.Haskell.Coder ( src/gen-main/haskell/Hydra/Ext/Haskell/Coder.hs, dist/build/Hydra/Ext/Haskell/Coder.o, dist/build/Hydra/Ext/Haskell/Coder.dyn_o )
src/gen-main/haskell/Hydra/Ext/Haskell/Coder.hs:223:3: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In a case alternative: _ -> ...
|
223 | _ -> (Flows.fail (Strings.cat2 "literal value " (Core__.literal l)))) l)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/gen-main/haskell/Hydra/Ext/Haskell/Coder.hs:357:7: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In a case alternative: _ -> ...
|
357 | _ -> (Flows.fail (Strings.cat2 "unexpected literal type: " (Core__.literalType v1)))) v1)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[202 of 390] Compiling Hydra.Workflow ( src/gen-main/haskell/Hydra/Workflow.hs, dist/build/Hydra/Workflow.o, dist/build/Hydra/Workflow.dyn_o )
[203 of 390] Compiling Hydra.Kernel ( src/main/haskell/Hydra/Kernel.hs, dist/build/Hydra/Kernel.o, dist/build/Hydra/Kernel.dyn_o )
[204 of 390] Compiling Hydra.Staging.Yaml.Language ( src/main/haskell/Hydra/Staging/Yaml/Language.hs, dist/build/Hydra/Staging/Yaml/Language.o, dist/build/Hydra/Staging/Yaml/Language.dyn_o )
[205 of 390] Compiling Hydra.Staging.Yaml.Coder ( src/main/haskell/Hydra/Staging/Yaml/Coder.hs, dist/build/Hydra/Staging/Yaml/Coder.o, dist/build/Hydra/Staging/Yaml/Coder.dyn_o )
[206 of 390] Compiling Hydra.Staging.Yaml.Serde ( src/main/haskell/Hydra/Staging/Yaml/Serde.hs, dist/build/Hydra/Staging/Yaml/Serde.o, dist/build/Hydra/Staging/Yaml/Serde.dyn_o )
src/main/haskell/Hydra/Staging/Yaml/Serde.hs:27:17: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Data.List, 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 | else case L.head docs of
| ^^^^^^
[207 of 390] Compiling Hydra.Staging.Yaml.Modules ( src/main/haskell/Hydra/Staging/Yaml/Modules.hs, dist/build/Hydra/Staging/Yaml/Modules.o, dist/build/Hydra/Staging/Yaml/Modules.dyn_o )
[208 of 390] Compiling Hydra.Staging.Testing.Generation.Transform ( src/main/haskell/Hydra/Staging/Testing/Generation/Transform.hs, dist/build/Hydra/Staging/Testing/Generation/Transform.o, dist/build/Hydra/Staging/Testing/Generation/Transform.dyn_o )
[209 of 390] Compiling Hydra.Sources.Libraries ( src/main/haskell/Hydra/Sources/Libraries.hs, dist/build/Hydra/Sources/Libraries.o, dist/build/Hydra/Sources/Libraries.dyn_o )
[210 of 390] Compiling Hydra.Dsl.Tests ( src/main/haskell/Hydra/Dsl/Tests.hs, dist/build/Hydra/Dsl/Tests.o, dist/build/Hydra/Dsl/Tests.dyn_o )
[211 of 390] Compiling Hydra.Dsl.Bootstrap ( src/main/haskell/Hydra/Dsl/Bootstrap.hs, dist/build/Hydra/Dsl/Bootstrap.o, dist/build/Hydra/Dsl/Bootstrap.dyn_o )
[212 of 390] Compiling Hydra.Sources.Kernel.Types.Core ( src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs, dist/build/Hydra/Sources/Kernel/Types/Core.o, dist/build/Hydra/Sources/Kernel/Types/Core.dyn_o )
[213 of 390] Compiling Hydra.Sources.Yaml.Model ( src/main/haskell/Hydra/Sources/Yaml/Model.hs, dist/build/Hydra/Sources/Yaml/Model.o, dist/build/Hydra/Sources/Yaml/Model.dyn_o )
[214 of 390] Compiling Hydra.Sources.Kernel.Types.Variants ( src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs, dist/build/Hydra/Sources/Kernel/Types/Variants.o, dist/build/Hydra/Sources/Kernel/Types/Variants.dyn_o )
[215 of 390] Compiling Hydra.Sources.Kernel.Types.Util ( src/main/haskell/Hydra/Sources/Kernel/Types/Util.hs, dist/build/Hydra/Sources/Kernel/Types/Util.o, dist/build/Hydra/Sources/Kernel/Types/Util.dyn_o )
[216 of 390] Compiling Hydra.Sources.Kernel.Types.Typing ( src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs, dist/build/Hydra/Sources/Kernel/Types/Typing.o, dist/build/Hydra/Sources/Kernel/Types/Typing.dyn_o )
[217 of 390] Compiling Hydra.Sources.Kernel.Types.Topology ( src/main/haskell/Hydra/Sources/Kernel/Types/Topology.hs, dist/build/Hydra/Sources/Kernel/Types/Topology.o, dist/build/Hydra/Sources/Kernel/Types/Topology.dyn_o )
[218 of 390] Compiling Hydra.Sources.Kernel.Types.Relational ( src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs, dist/build/Hydra/Sources/Kernel/Types/Relational.o, dist/build/Hydra/Sources/Kernel/Types/Relational.dyn_o )
[219 of 390] Compiling Hydra.Sources.Kernel.Types.Tabular ( src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs, dist/build/Hydra/Sources/Kernel/Types/Tabular.o, dist/build/Hydra/Sources/Kernel/Types/Tabular.dyn_o )
[220 of 390] Compiling Hydra.Sources.Kernel.Types.Query ( src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs, dist/build/Hydra/Sources/Kernel/Types/Query.o, dist/build/Hydra/Sources/Kernel/Types/Query.dyn_o )
[221 of 390] Compiling Hydra.Sources.Kernel.Types.Phantoms ( src/main/haskell/Hydra/Sources/Kernel/Types/Phantoms.hs, dist/build/Hydra/Sources/Kernel/Types/Phantoms.o, dist/build/Hydra/Sources/Kernel/Types/Phantoms.dyn_o )
[222 of 390] Compiling Hydra.Sources.Kernel.Types.Parsing ( src/main/haskell/Hydra/Sources/Kernel/Types/Parsing.hs, dist/build/Hydra/Sources/Kernel/Types/Parsing.o, dist/build/Hydra/Sources/Kernel/Types/Parsing.dyn_o )
[223 of 390] Compiling Hydra.Sources.Kernel.Types.Grammar ( src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs, dist/build/Hydra/Sources/Kernel/Types/Grammar.o, dist/build/Hydra/Sources/Kernel/Types/Grammar.dyn_o )
[224 of 390] Compiling Hydra.Sources.Kernel.Types.Constraints ( src/main/haskell/Hydra/Sources/Kernel/Types/Constraints.hs, dist/build/Hydra/Sources/Kernel/Types/Constraints.o, dist/build/Hydra/Sources/Kernel/Types/Constraints.dyn_o )
[225 of 390] Compiling Hydra.Sources.Kernel.Types.Compute ( src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs, dist/build/Hydra/Sources/Kernel/Types/Compute.o, dist/build/Hydra/Sources/Kernel/Types/Compute.dyn_o )
[226 of 390] Compiling Hydra.Sources.Kernel.Types.Graph ( src/main/haskell/Hydra/Sources/Kernel/Types/Graph.hs, dist/build/Hydra/Sources/Kernel/Types/Graph.o, dist/build/Hydra/Sources/Kernel/Types/Graph.dyn_o )
[227 of 390] Compiling Hydra.Sources.Kernel.Types.Module ( src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs, dist/build/Hydra/Sources/Kernel/Types/Module.o, dist/build/Hydra/Sources/Kernel/Types/Module.dyn_o )
[228 of 390] Compiling Hydra.Sources.Kernel.Types.Workflow ( src/main/haskell/Hydra/Sources/Kernel/Types/Workflow.hs, dist/build/Hydra/Sources/Kernel/Types/Workflow.o, dist/build/Hydra/Sources/Kernel/Types/Workflow.dyn_o )
[229 of 390] Compiling Hydra.Sources.Kernel.Types.Coders ( src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs, dist/build/Hydra/Sources/Kernel/Types/Coders.o, dist/build/Hydra/Sources/Kernel/Types/Coders.dyn_o )
[230 of 390] Compiling Hydra.Sources.Kernel.Types.Classes ( src/main/haskell/Hydra/Sources/Kernel/Types/Classes.hs, dist/build/Hydra/Sources/Kernel/Types/Classes.o, dist/build/Hydra/Sources/Kernel/Types/Classes.dyn_o )
[231 of 390] Compiling Hydra.Sources.Kernel.Types.Ast ( src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs, dist/build/Hydra/Sources/Kernel/Types/Ast.o, dist/build/Hydra/Sources/Kernel/Types/Ast.dyn_o )
[232 of 390] Compiling Hydra.Sources.Kernel.Types.Accessors ( src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs, dist/build/Hydra/Sources/Kernel/Types/Accessors.o, dist/build/Hydra/Sources/Kernel/Types/Accessors.dyn_o )
[233 of 390] Compiling Hydra.Sources.Json.Model ( src/main/haskell/Hydra/Sources/Json/Model.hs, dist/build/Hydra/Sources/Json/Model.o, dist/build/Hydra/Sources/Json/Model.dyn_o )
[234 of 390] Compiling Hydra.Sources.Kernel.Types.Testing ( src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs, dist/build/Hydra/Sources/Kernel/Types/Testing.o, dist/build/Hydra/Sources/Kernel/Types/Testing.dyn_o )
[235 of 390] Compiling Hydra.Sources.Kernel.Types.All ( src/main/haskell/Hydra/Sources/Kernel/Types/All.hs, dist/build/Hydra/Sources/Kernel/Types/All.o, dist/build/Hydra/Sources/Kernel/Types/All.dyn_o )
[236 of 390] Compiling Hydra.Sources.Json.Bootstrap ( src/main/haskell/Hydra/Sources/Json/Bootstrap.hs, dist/build/Hydra/Sources/Json/Bootstrap.o, dist/build/Hydra/Sources/Json/Bootstrap.dyn_o )
[237 of 390] Compiling Hydra.Sources.Haskell.Ast ( src/main/haskell/Hydra/Sources/Haskell/Ast.hs, dist/build/Hydra/Sources/Haskell/Ast.o, dist/build/Hydra/Sources/Haskell/Ast.dyn_o )
[238 of 390] Compiling Hydra.Dsl.Meta.Phantoms ( src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs, dist/build/Hydra/Dsl/Meta/Phantoms.o, dist/build/Hydra/Dsl/Meta/Phantoms.dyn_o )
[239 of 390] Compiling Hydra.Dsl.Meta.Variants ( src/main/haskell/Hydra/Dsl/Meta/Variants.hs, dist/build/Hydra/Dsl/Meta/Variants.o, dist/build/Hydra/Dsl/Meta/Variants.dyn_o )
[240 of 390] Compiling Hydra.Dsl.Meta.Util ( src/main/haskell/Hydra/Dsl/Meta/Util.hs, dist/build/Hydra/Dsl/Meta/Util.o, dist/build/Hydra/Dsl/Meta/Util.dyn_o )
[241 of 390] Compiling Hydra.Dsl.Meta.Typing ( src/main/haskell/Hydra/Dsl/Meta/Typing.hs, dist/build/Hydra/Dsl/Meta/Typing.o, dist/build/Hydra/Dsl/Meta/Typing.dyn_o )
[242 of 390] Compiling Hydra.Dsl.Meta.Topology ( src/main/haskell/Hydra/Dsl/Meta/Topology.hs, dist/build/Hydra/Dsl/Meta/Topology.o, dist/build/Hydra/Dsl/Meta/Topology.dyn_o )
[243 of 390] Compiling Hydra.Dsl.Meta.Lib.Strings ( src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs, dist/build/Hydra/Dsl/Meta/Lib/Strings.o, dist/build/Hydra/Dsl/Meta/Lib/Strings.dyn_o )
[244 of 390] Compiling Hydra.Dsl.Meta.Lib.Sets ( src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs, dist/build/Hydra/Dsl/Meta/Lib/Sets.o, dist/build/Hydra/Dsl/Meta/Lib/Sets.dyn_o )
[245 of 390] Compiling Hydra.Dsl.Meta.Lib.Pairs ( src/main/haskell/Hydra/Dsl/Meta/Lib/Pairs.hs, dist/build/Hydra/Dsl/Meta/Lib/Pairs.o, dist/build/Hydra/Dsl/Meta/Lib/Pairs.dyn_o )
[246 of 390] Compiling Hydra.Dsl.Meta.Lib.Maybes ( src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs, dist/build/Hydra/Dsl/Meta/Lib/Maybes.o, dist/build/Hydra/Dsl/Meta/Lib/Maybes.dyn_o )
[247 of 390] Compiling Hydra.Dsl.Meta.Lib.Math ( src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs, dist/build/Hydra/Dsl/Meta/Lib/Math.o, dist/build/Hydra/Dsl/Meta/Lib/Math.dyn_o )
[248 of 390] Compiling Hydra.Dsl.Meta.Lib.Maps ( src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs, dist/build/Hydra/Dsl/Meta/Lib/Maps.o, dist/build/Hydra/Dsl/Meta/Lib/Maps.dyn_o )
[249 of 390] Compiling Hydra.Dsl.Meta.Lib.Logic ( src/main/haskell/Hydra/Dsl/Meta/Lib/Logic.hs, dist/build/Hydra/Dsl/Meta/Lib/Logic.o, dist/build/Hydra/Dsl/Meta/Lib/Logic.dyn_o )
[250 of 390] Compiling Hydra.Dsl.Meta.Lib.Literals ( src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs, dist/build/Hydra/Dsl/Meta/Lib/Literals.o, dist/build/Hydra/Dsl/Meta/Lib/Literals.dyn_o )
[251 of 390] Compiling Hydra.Dsl.Meta.Lib.Lists ( src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs, dist/build/Hydra/Dsl/Meta/Lib/Lists.o, dist/build/Hydra/Dsl/Meta/Lib/Lists.dyn_o )
[252 of 390] Compiling Hydra.Dsl.Meta.Lib.Flows ( src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs, dist/build/Hydra/Dsl/Meta/Lib/Flows.o, dist/build/Hydra/Dsl/Meta/Lib/Flows.dyn_o )
[253 of 390] Compiling Hydra.Dsl.Meta.Lib.Equality ( src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs, dist/build/Hydra/Dsl/Meta/Lib/Equality.o, dist/build/Hydra/Dsl/Meta/Lib/Equality.dyn_o )
[254 of 390] Compiling Hydra.Dsl.Meta.Lib.Eithers ( src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs, dist/build/Hydra/Dsl/Meta/Lib/Eithers.o, dist/build/Hydra/Dsl/Meta/Lib/Eithers.dyn_o )
[255 of 390] Compiling Hydra.Dsl.Meta.Lib.Chars ( src/main/haskell/Hydra/Dsl/Meta/Lib/Chars.hs, dist/build/Hydra/Dsl/Meta/Lib/Chars.o, dist/build/Hydra/Dsl/Meta/Lib/Chars.dyn_o )
[256 of 390] Compiling Hydra.Dsl.Meta.Parsing ( src/main/haskell/Hydra/Dsl/Meta/Parsing.hs, dist/build/Hydra/Dsl/Meta/Parsing.o, dist/build/Hydra/Dsl/Meta/Parsing.dyn_o )
[257 of 390] Compiling Hydra.Dsl.Meta.Module ( src/main/haskell/Hydra/Dsl/Meta/Module.hs, dist/build/Hydra/Dsl/Meta/Module.o, dist/build/Hydra/Dsl/Meta/Module.dyn_o )
[258 of 390] Compiling Hydra.Dsl.Meta.Json ( src/main/haskell/Hydra/Dsl/Meta/Json.hs, dist/build/Hydra/Dsl/Meta/Json.o, dist/build/Hydra/Dsl/Meta/Json.dyn_o )
[259 of 390] Compiling Hydra.Dsl.Meta.Graph ( src/main/haskell/Hydra/Dsl/Meta/Graph.hs, dist/build/Hydra/Dsl/Meta/Graph.o, dist/build/Hydra/Dsl/Meta/Graph.dyn_o )
[260 of 390] Compiling Hydra.Dsl.Meta.Grammar ( src/main/haskell/Hydra/Dsl/Meta/Grammar.hs, dist/build/Hydra/Dsl/Meta/Grammar.o, dist/build/Hydra/Dsl/Meta/Grammar.dyn_o )
[261 of 390] Compiling Hydra.Dsl.Meta.Core ( src/main/haskell/Hydra/Dsl/Meta/Core.hs, dist/build/Hydra/Dsl/Meta/Core.o, dist/build/Hydra/Dsl/Meta/Core.dyn_o )
[262 of 390] Compiling Hydra.Dsl.Meta.DeepCore ( src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs, dist/build/Hydra/Dsl/Meta/DeepCore.o, dist/build/Hydra/Dsl/Meta/DeepCore.dyn_o )
[263 of 390] Compiling Hydra.Dsl.Meta.Compute ( src/main/haskell/Hydra/Dsl/Meta/Compute.hs, dist/build/Hydra/Dsl/Meta/Compute.o, dist/build/Hydra/Dsl/Meta/Compute.dyn_o )
[264 of 390] Compiling Hydra.Dsl.Meta.Base ( src/main/haskell/Hydra/Dsl/Meta/Base.hs, dist/build/Hydra/Dsl/Meta/Base.o, dist/build/Hydra/Dsl/Meta/Base.dyn_o )
[265 of 390] Compiling Hydra.Dsl.Meta.Types ( src/main/haskell/Hydra/Dsl/Meta/Types.hs, dist/build/Hydra/Dsl/Meta/Types.o, dist/build/Hydra/Dsl/Meta/Types.dyn_o )
[266 of 390] Compiling Hydra.Dsl.Meta.Coders ( src/main/haskell/Hydra/Dsl/Meta/Coders.hs, dist/build/Hydra/Dsl/Meta/Coders.o, dist/build/Hydra/Dsl/Meta/Coders.dyn_o )
[267 of 390] Compiling Hydra.Dsl.Meta.Terms ( src/main/haskell/Hydra/Dsl/Meta/Terms.hs, dist/build/Hydra/Dsl/Meta/Terms.o, dist/build/Hydra/Dsl/Meta/Terms.dyn_o )
[268 of 390] Compiling Hydra.Dsl.Meta.Testing ( src/main/haskell/Hydra/Dsl/Meta/Testing.hs, dist/build/Hydra/Dsl/Meta/Testing.o, dist/build/Hydra/Dsl/Meta/Testing.dyn_o )
[269 of 390] Compiling Hydra.Sources.Test.TestTypes ( src/main/haskell/Hydra/Sources/Test/TestTypes.hs, dist/build/Hydra/Sources/Test/TestTypes.o, dist/build/Hydra/Sources/Test/TestTypes.dyn_o )
[270 of 390] Compiling Hydra.Sources.Test.TestTerms ( src/main/haskell/Hydra/Sources/Test/TestTerms.hs, dist/build/Hydra/Sources/Test/TestTerms.o, dist/build/Hydra/Sources/Test/TestTerms.dyn_o )
[271 of 390] Compiling Hydra.Sources.Test.TestGraph ( src/main/haskell/Hydra/Sources/Test/TestGraph.hs, dist/build/Hydra/Sources/Test/TestGraph.o, dist/build/Hydra/Sources/Test/TestGraph.dyn_o )
[272 of 390] Compiling Hydra.Sources.Test.Unification ( src/main/haskell/Hydra/Sources/Test/Unification.hs, dist/build/Hydra/Sources/Test/Unification.o, dist/build/Hydra/Sources/Test/Unification.dyn_o )
[273 of 390] Compiling Hydra.Sources.Test.Substitution ( src/main/haskell/Hydra/Sources/Test/Substitution.hs, dist/build/Hydra/Sources/Test/Substitution.o, dist/build/Hydra/Sources/Test/Substitution.dyn_o )
[274 of 390] Compiling Hydra.Sources.Test.Rewriting ( src/main/haskell/Hydra/Sources/Test/Rewriting.hs, dist/build/Hydra/Sources/Test/Rewriting.o, dist/build/Hydra/Sources/Test/Rewriting.dyn_o )
[275 of 390] Compiling Hydra.Sources.Test.Reduction ( src/main/haskell/Hydra/Sources/Test/Reduction.hs, dist/build/Hydra/Sources/Test/Reduction.o, dist/build/Hydra/Sources/Test/Reduction.dyn_o )
[276 of 390] Compiling Hydra.Sources.Test.Ordering ( src/main/haskell/Hydra/Sources/Test/Ordering.hs, dist/build/Hydra/Sources/Test/Ordering.o, dist/build/Hydra/Sources/Test/Ordering.dyn_o )
[277 of 390] Compiling Hydra.Sources.Test.Lib.Strings ( src/main/haskell/Hydra/Sources/Test/Lib/Strings.hs, dist/build/Hydra/Sources/Test/Lib/Strings.o, dist/build/Hydra/Sources/Test/Lib/Strings.dyn_o )
[278 of 390] Compiling Hydra.Sources.Test.Lib.Sets ( src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs, dist/build/Hydra/Sources/Test/Lib/Sets.o, dist/build/Hydra/Sources/Test/Lib/Sets.dyn_o )
[279 of 390] Compiling Hydra.Sources.Test.Lib.Pairs ( src/main/haskell/Hydra/Sources/Test/Lib/Pairs.hs, dist/build/Hydra/Sources/Test/Lib/Pairs.o, dist/build/Hydra/Sources/Test/Lib/Pairs.dyn_o )
[280 of 390] Compiling Hydra.Sources.Test.Lib.Maybes ( src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs, dist/build/Hydra/Sources/Test/Lib/Maybes.o, dist/build/Hydra/Sources/Test/Lib/Maybes.dyn_o )
[281 of 390] Compiling Hydra.Sources.Test.Lib.Math ( src/main/haskell/Hydra/Sources/Test/Lib/Math.hs, dist/build/Hydra/Sources/Test/Lib/Math.o, dist/build/Hydra/Sources/Test/Lib/Math.dyn_o )
[282 of 390] Compiling Hydra.Sources.Test.Lib.Maps ( src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs, dist/build/Hydra/Sources/Test/Lib/Maps.o, dist/build/Hydra/Sources/Test/Lib/Maps.dyn_o )
[283 of 390] Compiling Hydra.Sources.Test.Lib.Logic ( src/main/haskell/Hydra/Sources/Test/Lib/Logic.hs, dist/build/Hydra/Sources/Test/Lib/Logic.o, dist/build/Hydra/Sources/Test/Lib/Logic.dyn_o )
[284 of 390] Compiling Hydra.Sources.Test.Lib.Literals ( src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs, dist/build/Hydra/Sources/Test/Lib/Literals.o, dist/build/Hydra/Sources/Test/Lib/Literals.dyn_o )
[285 of 390] Compiling Hydra.Sources.Test.Lib.Lists ( src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs, dist/build/Hydra/Sources/Test/Lib/Lists.o, dist/build/Hydra/Sources/Test/Lib/Lists.dyn_o )
[286 of 390] Compiling Hydra.Sources.Test.Lib.Equality ( src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs, dist/build/Hydra/Sources/Test/Lib/Equality.o, dist/build/Hydra/Sources/Test/Lib/Equality.dyn_o )
[287 of 390] Compiling Hydra.Sources.Test.Lib.Eithers ( src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs, dist/build/Hydra/Sources/Test/Lib/Eithers.o, dist/build/Hydra/Sources/Test/Lib/Eithers.dyn_o )
[288 of 390] Compiling Hydra.Sources.Test.Lib.Chars ( src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs, dist/build/Hydra/Sources/Test/Lib/Chars.o, dist/build/Hydra/Sources/Test/Lib/Chars.dyn_o )
[289 of 390] Compiling Hydra.Sources.Test.Json.Writer ( src/main/haskell/Hydra/Sources/Test/Json/Writer.hs, dist/build/Hydra/Sources/Test/Json/Writer.o, dist/build/Hydra/Sources/Test/Json/Writer.dyn_o )
[290 of 390] Compiling Hydra.Sources.Test.Json.Roundtrip ( src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs, dist/build/Hydra/Sources/Test/Json/Roundtrip.o, dist/build/Hydra/Sources/Test/Json/Roundtrip.dyn_o )
[291 of 390] Compiling Hydra.Sources.Test.Json.Parser ( src/main/haskell/Hydra/Sources/Test/Json/Parser.hs, dist/build/Hydra/Sources/Test/Json/Parser.o, dist/build/Hydra/Sources/Test/Json/Parser.dyn_o )
[292 of 390] Compiling Hydra.Sources.Test.Json.Coder ( src/main/haskell/Hydra/Sources/Test/Json/Coder.hs, dist/build/Hydra/Sources/Test/Json/Coder.o, dist/build/Hydra/Sources/Test/Json/Coder.dyn_o )
[293 of 390] Compiling Hydra.Sources.Test.Inference.NominalTypes ( src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs, dist/build/Hydra/Sources/Test/Inference/NominalTypes.o, dist/build/Hydra/Sources/Test/Inference/NominalTypes.dyn_o )
[294 of 390] Compiling Hydra.Sources.Test.Inference.KernelExamples ( src/main/haskell/Hydra/Sources/Test/Inference/KernelExamples.hs, dist/build/Hydra/Sources/Test/Inference/KernelExamples.o, dist/build/Hydra/Sources/Test/Inference/KernelExamples.dyn_o )
[295 of 390] Compiling Hydra.Sources.Test.Inference.Fundamentals ( src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs, dist/build/Hydra/Sources/Test/Inference/Fundamentals.o, dist/build/Hydra/Sources/Test/Inference/Fundamentals.dyn_o )
[296 of 390] Compiling Hydra.Sources.Test.Inference.Failures ( src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs, dist/build/Hydra/Sources/Test/Inference/Failures.o, dist/build/Hydra/Sources/Test/Inference/Failures.dyn_o )
[297 of 390] Compiling Hydra.Sources.Test.Inference.AlgorithmW ( src/main/haskell/Hydra/Sources/Test/Inference/AlgorithmW.hs, dist/build/Hydra/Sources/Test/Inference/AlgorithmW.o, dist/build/Hydra/Sources/Test/Inference/AlgorithmW.dyn_o )
[298 of 390] Compiling Hydra.Sources.Test.Inference.AlgebraicTypes ( src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs, dist/build/Hydra/Sources/Test/Inference/AlgebraicTypes.o, dist/build/Hydra/Sources/Test/Inference/AlgebraicTypes.dyn_o )
[299 of 390] Compiling Hydra.Sources.Test.Inference.All ( src/main/haskell/Hydra/Sources/Test/Inference/All.hs, dist/build/Hydra/Sources/Test/Inference/All.o, dist/build/Hydra/Sources/Test/Inference/All.dyn_o )
[300 of 390] Compiling Hydra.Sources.Test.Hoisting ( src/main/haskell/Hydra/Sources/Test/Hoisting.hs, dist/build/Hydra/Sources/Test/Hoisting.o, dist/build/Hydra/Sources/Test/Hoisting.dyn_o )
[301 of 390] Compiling Hydra.Sources.Test.Formatting ( src/main/haskell/Hydra/Sources/Test/Formatting.hs, dist/build/Hydra/Sources/Test/Formatting.o, dist/build/Hydra/Sources/Test/Formatting.dyn_o )
[302 of 390] Compiling Hydra.Sources.Test.EtaExpansion ( src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs, dist/build/Hydra/Sources/Test/EtaExpansion.o, dist/build/Hydra/Sources/Test/EtaExpansion.dyn_o )
[303 of 390] Compiling Hydra.Sources.Test.Checking.NominalTypes ( src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs, dist/build/Hydra/Sources/Test/Checking/NominalTypes.o, dist/build/Hydra/Sources/Test/Checking/NominalTypes.dyn_o )
[304 of 390] Compiling Hydra.Sources.Test.Checking.Fundamentals ( src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs, dist/build/Hydra/Sources/Test/Checking/Fundamentals.o, dist/build/Hydra/Sources/Test/Checking/Fundamentals.dyn_o )
[305 of 390] Compiling Hydra.Sources.Test.Checking.Failures ( src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs, dist/build/Hydra/Sources/Test/Checking/Failures.o, dist/build/Hydra/Sources/Test/Checking/Failures.dyn_o )
[306 of 390] Compiling Hydra.Sources.Test.Checking.Collections ( src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs, dist/build/Hydra/Sources/Test/Checking/Collections.o, dist/build/Hydra/Sources/Test/Checking/Collections.dyn_o )
[307 of 390] Compiling Hydra.Sources.Test.Checking.AlgebraicTypes ( src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs, dist/build/Hydra/Sources/Test/Checking/AlgebraicTypes.o, dist/build/Hydra/Sources/Test/Checking/AlgebraicTypes.dyn_o )
[308 of 390] Compiling Hydra.Sources.Test.Checking.Advanced ( src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs, dist/build/Hydra/Sources/Test/Checking/Advanced.o, dist/build/Hydra/Sources/Test/Checking/Advanced.dyn_o )
[309 of 390] Compiling Hydra.Sources.Test.Checking.All ( src/main/haskell/Hydra/Sources/Test/Checking/All.hs, dist/build/Hydra/Sources/Test/Checking/All.o, dist/build/Hydra/Sources/Test/Checking/All.dyn_o )
[310 of 390] Compiling Hydra.Dsl.Meta.Ast ( src/main/haskell/Hydra/Dsl/Meta/Ast.hs, dist/build/Hydra/Dsl/Meta/Ast.o, dist/build/Hydra/Dsl/Meta/Ast.dyn_o )
[311 of 390] Compiling Hydra.Dsl.Meta.Accessors ( src/main/haskell/Hydra/Dsl/Meta/Accessors.hs, dist/build/Hydra/Dsl/Meta/Accessors.o, dist/build/Hydra/Dsl/Meta/Accessors.dyn_o )
[312 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Util ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Util.hs, dist/build/Hydra/Sources/Kernel/Terms/Show/Util.o, dist/build/Hydra/Sources/Kernel/Terms/Show/Util.dyn_o )
[313 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Meta ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Meta.hs, dist/build/Hydra/Sources/Kernel/Terms/Show/Meta.o, dist/build/Hydra/Sources/Kernel/Terms/Show/Meta.dyn_o )
[314 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Core ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs, dist/build/Hydra/Sources/Kernel/Terms/Show/Core.o, dist/build/Hydra/Sources/Kernel/Terms/Show/Core.dyn_o )
[315 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Typing ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Typing.hs, dist/build/Hydra/Sources/Kernel/Terms/Show/Typing.o, dist/build/Hydra/Sources/Kernel/Terms/Show/Typing.dyn_o )
[316 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Graph ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Graph.hs, dist/build/Hydra/Sources/Kernel/Terms/Show/Graph.o, dist/build/Hydra/Sources/Kernel/Terms/Show/Graph.dyn_o )
[317 of 390] Compiling Hydra.Sources.Kernel.Terms.Serialization ( src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs, dist/build/Hydra/Sources/Kernel/Terms/Serialization.o, dist/build/Hydra/Sources/Kernel/Terms/Serialization.dyn_o )
[318 of 390] Compiling Hydra.Sources.Kernel.Terms.Reflect ( src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs, dist/build/Hydra/Sources/Kernel/Terms/Reflect.o, dist/build/Hydra/Sources/Kernel/Terms/Reflect.dyn_o )
[319 of 390] Compiling Hydra.Sources.Kernel.Terms.Parsers ( src/main/haskell/Hydra/Sources/Kernel/Terms/Parsers.hs, dist/build/Hydra/Sources/Kernel/Terms/Parsers.o, dist/build/Hydra/Sources/Kernel/Terms/Parsers.dyn_o )
[320 of 390] Compiling Hydra.Sources.Kernel.Terms.Literals ( src/main/haskell/Hydra/Sources/Kernel/Terms/Literals.hs, dist/build/Hydra/Sources/Kernel/Terms/Literals.o, dist/build/Hydra/Sources/Kernel/Terms/Literals.dyn_o )
[321 of 390] Compiling Hydra.Sources.Kernel.Terms.Languages ( src/main/haskell/Hydra/Sources/Kernel/Terms/Languages.hs, dist/build/Hydra/Sources/Kernel/Terms/Languages.o, dist/build/Hydra/Sources/Kernel/Terms/Languages.dyn_o )
[322 of 390] Compiling Hydra.Sources.Kernel.Terms.Formatting ( src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs, dist/build/Hydra/Sources/Kernel/Terms/Formatting.o, dist/build/Hydra/Sources/Kernel/Terms/Formatting.dyn_o )
[323 of 390] Compiling Hydra.Sources.Kernel.Terms.Names ( src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs, dist/build/Hydra/Sources/Kernel/Terms/Names.o, dist/build/Hydra/Sources/Kernel/Terms/Names.dyn_o )
[324 of 390] Compiling Hydra.Sources.Kernel.Terms.Constants ( src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs, dist/build/Hydra/Sources/Kernel/Terms/Constants.o, dist/build/Hydra/Sources/Kernel/Terms/Constants.dyn_o )
[325 of 390] Compiling Hydra.Sources.Kernel.Terms.Monads ( src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs, dist/build/Hydra/Sources/Kernel/Terms/Monads.o, dist/build/Hydra/Sources/Kernel/Terms/Monads.dyn_o )
[326 of 390] Compiling Hydra.Sources.Test.Monads ( src/main/haskell/Hydra/Sources/Test/Monads.hs, dist/build/Hydra/Sources/Test/Monads.o, dist/build/Hydra/Sources/Test/Monads.dyn_o )
[327 of 390] Compiling Hydra.Sources.Test.Lib.Flows ( src/main/haskell/Hydra/Sources/Test/Lib/Flows.hs, dist/build/Hydra/Sources/Test/Lib/Flows.o, dist/build/Hydra/Sources/Test/Lib/Flows.dyn_o )
[328 of 390] Compiling Hydra.Sources.Kernel.Terms.Templates ( src/main/haskell/Hydra/Sources/Kernel/Terms/Templates.hs, dist/build/Hydra/Sources/Kernel/Terms/Templates.o, dist/build/Hydra/Sources/Kernel/Terms/Templates.dyn_o )
[329 of 390] Compiling Hydra.Sources.Kernel.Terms.Tarjan ( src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs, dist/build/Hydra/Sources/Kernel/Terms/Tarjan.o, dist/build/Hydra/Sources/Kernel/Terms/Tarjan.dyn_o )
[330 of 390] Compiling Hydra.Sources.Kernel.Terms.Sorting ( src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs, dist/build/Hydra/Sources/Kernel/Terms/Sorting.o, dist/build/Hydra/Sources/Kernel/Terms/Sorting.dyn_o )
[331 of 390] Compiling Hydra.Sources.Test.Sorting ( src/main/haskell/Hydra/Sources/Test/Sorting.hs, dist/build/Hydra/Sources/Test/Sorting.o, dist/build/Hydra/Sources/Test/Sorting.dyn_o )
[332 of 390] Compiling Hydra.Sources.Kernel.Terms.Rewriting ( src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs, dist/build/Hydra/Sources/Kernel/Terms/Rewriting.o, dist/build/Hydra/Sources/Kernel/Terms/Rewriting.dyn_o )
[333 of 390] Compiling Hydra.Sources.Kernel.Terms.Substitution ( src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs, dist/build/Hydra/Sources/Kernel/Terms/Substitution.o, dist/build/Hydra/Sources/Kernel/Terms/Substitution.dyn_o )
[334 of 390] Compiling Hydra.Sources.Kernel.Terms.Unification ( src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs, dist/build/Hydra/Sources/Kernel/Terms/Unification.o, dist/build/Hydra/Sources/Kernel/Terms/Unification.dyn_o )
[335 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Accessors ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Accessors.hs, dist/build/Hydra/Sources/Kernel/Terms/Show/Accessors.o, dist/build/Hydra/Sources/Kernel/Terms/Show/Accessors.dyn_o )
[336 of 390] Compiling Hydra.Sources.Kernel.Terms.Lexical ( src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs, dist/build/Hydra/Sources/Kernel/Terms/Lexical.o, dist/build/Hydra/Sources/Kernel/Terms/Lexical.dyn_o )
[337 of 390] Compiling Hydra.Sources.Kernel.Terms.Extract.Helpers ( src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Helpers.hs, dist/build/Hydra/Sources/Kernel/Terms/Extract/Helpers.o, dist/build/Hydra/Sources/Kernel/Terms/Extract/Helpers.dyn_o )
[338 of 390] Compiling Hydra.Sources.Kernel.Terms.Extract.Core ( src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs, dist/build/Hydra/Sources/Kernel/Terms/Extract/Core.o, dist/build/Hydra/Sources/Kernel/Terms/Extract/Core.dyn_o )
[339 of 390] Compiling Hydra.Sources.Kernel.Terms.Extract.Util ( src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Util.hs, dist/build/Hydra/Sources/Kernel/Terms/Extract/Util.o, dist/build/Hydra/Sources/Kernel/Terms/Extract/Util.dyn_o )
[340 of 390] Compiling Hydra.Sources.Kernel.Terms.Arity ( src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs, dist/build/Hydra/Sources/Kernel/Terms/Arity.o, dist/build/Hydra/Sources/Kernel/Terms/Arity.dyn_o )
[341 of 390] Compiling Hydra.Sources.Kernel.Terms.Annotations ( src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs, dist/build/Hydra/Sources/Kernel/Terms/Annotations.o, dist/build/Hydra/Sources/Kernel/Terms/Annotations.dyn_o )
[342 of 390] Compiling Hydra.Sources.Test.Annotations ( src/main/haskell/Hydra/Sources/Test/Annotations.hs, dist/build/Hydra/Sources/Test/Annotations.o, dist/build/Hydra/Sources/Test/Annotations.dyn_o )
[343 of 390] Compiling Hydra.Sources.Kernel.Terms.Schemas ( src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs, dist/build/Hydra/Sources/Kernel/Terms/Schemas.o, dist/build/Hydra/Sources/Kernel/Terms/Schemas.dyn_o )
[344 of 390] Compiling Hydra.Sources.Kernel.Terms.Hoisting ( src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs, dist/build/Hydra/Sources/Kernel/Terms/Hoisting.o, dist/build/Hydra/Sources/Kernel/Terms/Hoisting.dyn_o )
[345 of 390] Compiling Hydra.Sources.Kernel.Terms.Checking ( src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs, dist/build/Hydra/Sources/Kernel/Terms/Checking.o, dist/build/Hydra/Sources/Kernel/Terms/Checking.dyn_o )
[346 of 390] Compiling Hydra.Sources.Kernel.Terms.Inference ( src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs, dist/build/Hydra/Sources/Kernel/Terms/Inference.o, dist/build/Hydra/Sources/Kernel/Terms/Inference.dyn_o )
[347 of 390] Compiling Hydra.Sources.Kernel.Terms.Reduction ( src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs, dist/build/Hydra/Sources/Kernel/Terms/Reduction.o, dist/build/Hydra/Sources/Kernel/Terms/Reduction.dyn_o )
[348 of 390] Compiling Hydra.Sources.Kernel.Terms.Grammars ( src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs, dist/build/Hydra/Sources/Kernel/Terms/Grammars.o, dist/build/Hydra/Sources/Kernel/Terms/Grammars.dyn_o )
[349 of 390] Compiling Hydra.Sources.Kernel.Terms.Encoding ( src/main/haskell/Hydra/Sources/Kernel/Terms/Encoding.hs, dist/build/Hydra/Sources/Kernel/Terms/Encoding.o, dist/build/Hydra/Sources/Kernel/Terms/Encoding.dyn_o )
[350 of 390] Compiling Hydra.Sources.Kernel.Terms.Decoding ( src/main/haskell/Hydra/Sources/Kernel/Terms/Decoding.hs, dist/build/Hydra/Sources/Kernel/Terms/Decoding.o, dist/build/Hydra/Sources/Kernel/Terms/Decoding.dyn_o )
[351 of 390] Compiling Hydra.Sources.CoderUtils ( src/main/haskell/Hydra/Sources/CoderUtils.hs, dist/build/Hydra/Sources/CoderUtils.o, dist/build/Hydra/Sources/CoderUtils.dyn_o )
[352 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Utils ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Utils.o, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Utils.dyn_o )
[353 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Simple ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Simple.o, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Simple.dyn_o )
[354 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Literals ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Literals.o, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Literals.dyn_o )
[355 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Terms ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Terms.o, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Terms.dyn_o )
[356 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Modules ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Modules.o, dist/build/Hydra/Sources/Kernel/Terms/Adapt/Modules.dyn_o )
[357 of 390] Compiling Hydra.Sources.Json.Decode ( src/main/haskell/Hydra/Sources/Json/Decode.hs, dist/build/Hydra/Sources/Json/Decode.o, dist/build/Hydra/Sources/Json/Decode.dyn_o )
[358 of 390] Compiling Hydra.Sources.Kernel.Terms.CodeGeneration ( src/main/haskell/Hydra/Sources/Kernel/Terms/CodeGeneration.hs, dist/build/Hydra/Sources/Kernel/Terms/CodeGeneration.o, dist/build/Hydra/Sources/Kernel/Terms/CodeGeneration.dyn_o )
[359 of 390] Compiling Hydra.Sources.Kernel.Terms.All ( src/main/haskell/Hydra/Sources/Kernel/Terms/All.hs, dist/build/Hydra/Sources/Kernel/Terms/All.o, dist/build/Hydra/Sources/Kernel/Terms/All.dyn_o )
[360 of 390] Compiling Hydra.Sources.Json.Writer ( src/main/haskell/Hydra/Sources/Json/Writer.hs, dist/build/Hydra/Sources/Json/Writer.o, dist/build/Hydra/Sources/Json/Writer.dyn_o )
[361 of 390] Compiling Hydra.Sources.Json.Parser ( src/main/haskell/Hydra/Sources/Json/Parser.hs, dist/build/Hydra/Sources/Json/Parser.o, dist/build/Hydra/Sources/Json/Parser.dyn_o )
[362 of 390] Compiling Hydra.Sources.Json.Language ( src/main/haskell/Hydra/Sources/Json/Language.hs, dist/build/Hydra/Sources/Json/Language.o, dist/build/Hydra/Sources/Json/Language.dyn_o )
[363 of 390] Compiling Hydra.Sources.Json.Extract ( src/main/haskell/Hydra/Sources/Json/Extract.hs, dist/build/Hydra/Sources/Json/Extract.o, dist/build/Hydra/Sources/Json/Extract.dyn_o )
[364 of 390] Compiling Hydra.Sources.Json.Encode ( src/main/haskell/Hydra/Sources/Json/Encode.hs, dist/build/Hydra/Sources/Json/Encode.o, dist/build/Hydra/Sources/Json/Encode.dyn_o )
[365 of 390] Compiling Hydra.Sources.Json.Decoding ( src/main/haskell/Hydra/Sources/Json/Decoding.hs, dist/build/Hydra/Sources/Json/Decoding.o, dist/build/Hydra/Sources/Json/Decoding.dyn_o )
[366 of 390] Compiling Hydra.Sources.Json.Coder ( src/main/haskell/Hydra/Sources/Json/Coder.hs, dist/build/Hydra/Sources/Json/Coder.o, dist/build/Hydra/Sources/Json/Coder.dyn_o )
[367 of 390] Compiling Hydra.Sources.Haskell.Operators ( src/main/haskell/Hydra/Sources/Haskell/Operators.hs, dist/build/Hydra/Sources/Haskell/Operators.o, dist/build/Hydra/Sources/Haskell/Operators.dyn_o )
[368 of 390] Compiling Hydra.Sources.Test.Serialization ( src/main/haskell/Hydra/Sources/Test/Serialization.hs, dist/build/Hydra/Sources/Test/Serialization.o, dist/build/Hydra/Sources/Test/Serialization.dyn_o )
[369 of 390] Compiling Hydra.Sources.Test.TestSuite ( src/main/haskell/Hydra/Sources/Test/TestSuite.hs, dist/build/Hydra/Sources/Test/TestSuite.o, dist/build/Hydra/Sources/Test/TestSuite.dyn_o )
[370 of 390] Compiling Hydra.Sources.Test.All ( src/main/haskell/Hydra/Sources/Test/All.hs, dist/build/Hydra/Sources/Test/All.o, dist/build/Hydra/Sources/Test/All.dyn_o )
[371 of 390] Compiling Hydra.Sources.Haskell.Serde ( src/main/haskell/Hydra/Sources/Haskell/Serde.hs, dist/build/Hydra/Sources/Haskell/Serde.o, dist/build/Hydra/Sources/Haskell/Serde.dyn_o )
[372 of 390] Compiling Hydra.Sources.Haskell.Language ( src/main/haskell/Hydra/Sources/Haskell/Language.hs, dist/build/Hydra/Sources/Haskell/Language.o, dist/build/Hydra/Sources/Haskell/Language.dyn_o )
[373 of 390] Compiling Hydra.Sources.Haskell.Utils ( src/main/haskell/Hydra/Sources/Haskell/Utils.hs, dist/build/Hydra/Sources/Haskell/Utils.o, dist/build/Hydra/Sources/Haskell/Utils.dyn_o )
[374 of 390] Compiling Hydra.Sources.Haskell.Coder ( src/main/haskell/Hydra/Sources/Haskell/Coder.hs, dist/build/Hydra/Sources/Haskell/Coder.o, dist/build/Hydra/Sources/Haskell/Coder.dyn_o )
[375 of 390] Compiling Hydra.Sources.All ( src/main/haskell/Hydra/Sources/All.hs, dist/build/Hydra/Sources/All.o, dist/build/Hydra/Sources/All.dyn_o )
[376 of 390] Compiling Hydra.Sources.Eval.Lib.Sets ( src/main/haskell/Hydra/Sources/Eval/Lib/Sets.hs, dist/build/Hydra/Sources/Eval/Lib/Sets.o, dist/build/Hydra/Sources/Eval/Lib/Sets.dyn_o )
[377 of 390] Compiling Hydra.Sources.Eval.Lib.Pairs ( src/main/haskell/Hydra/Sources/Eval/Lib/Pairs.hs, dist/build/Hydra/Sources/Eval/Lib/Pairs.o, dist/build/Hydra/Sources/Eval/Lib/Pairs.dyn_o )
[378 of 390] Compiling Hydra.Sources.Eval.Lib.Maybes ( src/main/haskell/Hydra/Sources/Eval/Lib/Maybes.hs, dist/build/Hydra/Sources/Eval/Lib/Maybes.o, dist/build/Hydra/Sources/Eval/Lib/Maybes.dyn_o )
[379 of 390] Compiling Hydra.Sources.Eval.Lib.Maps ( src/main/haskell/Hydra/Sources/Eval/Lib/Maps.hs, dist/build/Hydra/Sources/Eval/Lib/Maps.o, dist/build/Hydra/Sources/Eval/Lib/Maps.dyn_o )
[380 of 390] Compiling Hydra.Sources.Eval.Lib.Lists ( src/main/haskell/Hydra/Sources/Eval/Lib/Lists.hs, dist/build/Hydra/Sources/Eval/Lib/Lists.o, dist/build/Hydra/Sources/Eval/Lib/Lists.dyn_o )
[381 of 390] Compiling Hydra.Sources.Eval.Lib.Flows ( src/main/haskell/Hydra/Sources/Eval/Lib/Flows.hs, dist/build/Hydra/Sources/Eval/Lib/Flows.o, dist/build/Hydra/Sources/Eval/Lib/Flows.dyn_o )
[382 of 390] Compiling Hydra.Sources.Eval.Lib.Eithers ( src/main/haskell/Hydra/Sources/Eval/Lib/Eithers.hs, dist/build/Hydra/Sources/Eval/Lib/Eithers.o, dist/build/Hydra/Sources/Eval/Lib/Eithers.dyn_o )
[383 of 390] Compiling Hydra.Sources.Eval.Lib.All ( src/main/haskell/Hydra/Sources/Eval/Lib/All.hs, dist/build/Hydra/Sources/Eval/Lib/All.o, dist/build/Hydra/Sources/Eval/Lib/All.dyn_o )
[384 of 390] Compiling Hydra.Generation ( src/main/haskell/Hydra/Generation.hs, dist/build/Hydra/Generation.o, dist/build/Hydra/Generation.dyn_o )
[385 of 390] Compiling Hydra.Staging.Testing.Generation.Generate ( src/main/haskell/Hydra/Staging/Testing/Generation/Generate.hs, dist/build/Hydra/Staging/Testing/Generation/Generate.o, dist/build/Hydra/Staging/Testing/Generation/Generate.dyn_o )
[386 of 390] Compiling Hydra.Staging.Testing.Generation.HaskellCodec ( src/main/haskell/Hydra/Staging/Testing/Generation/HaskellCodec.hs, dist/build/Hydra/Staging/Testing/Generation/HaskellCodec.o, dist/build/Hydra/Staging/Testing/Generation/HaskellCodec.dyn_o )
[387 of 390] Compiling Hydra.Encode.Workflow ( src/gen-main/haskell/Hydra/Encode/Workflow.hs, dist/build/Hydra/Encode/Workflow.o, dist/build/Hydra/Encode/Workflow.dyn_o )
[388 of 390] Compiling Hydra.Decode.Workflow ( src/gen-main/haskell/Hydra/Decode/Workflow.hs, dist/build/Hydra/Decode/Workflow.o, dist/build/Hydra/Decode/Workflow.dyn_o )
[389 of 390] Compiling Org.Example.Lispy ( src/main/haskell/Org/Example/Lispy.hs, dist/build/Org/Example/Lispy.o, dist/build/Org/Example/Lispy.dyn_o )
[390 of 390] Compiling Paths_hydra ( dist/build/autogen/Paths_hydra.hs, dist/build/Paths_hydra.o, dist/build/Paths_hydra.dyn_o )
Preprocessing executable 'update-generation-tests' for hydra-0.13.0..
Building executable 'update-generation-tests' for hydra-0.13.0..
[ 1 of 68] Compiling Generation.Hydra.Test.AnnotationsSpec ( src/gen-test/haskell/Generation/Hydra/Test/AnnotationsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/AnnotationsSpec.o )
[ 2 of 68] Compiling Generation.Hydra.Test.FormattingSpec ( src/gen-test/haskell/Generation/Hydra/Test/FormattingSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/FormattingSpec.o )
[ 3 of 68] Compiling Generation.Hydra.Test.Lib.CharsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/CharsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/CharsSpec.o )
[ 4 of 68] Compiling Generation.Hydra.Test.Lib.EithersSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/EithersSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/EithersSpec.o )
[ 5 of 68] Compiling Generation.Hydra.Test.Lib.EqualitySpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/EqualitySpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/EqualitySpec.o )
[ 6 of 68] Compiling Generation.Hydra.Test.Lib.FlowsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/FlowsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/FlowsSpec.o )
[ 7 of 68] Compiling Generation.Hydra.Test.Lib.ListsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/ListsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/ListsSpec.o )
[ 8 of 68] Compiling Generation.Hydra.Test.Lib.LiteralsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/LiteralsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/LiteralsSpec.o )
[ 9 of 68] Compiling Generation.Hydra.Test.Lib.LogicSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/LogicSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/LogicSpec.o )
[10 of 68] Compiling Generation.Hydra.Test.Lib.MapsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/MapsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/MapsSpec.o )
[11 of 68] Compiling Generation.Hydra.Test.Lib.MathSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/MathSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/MathSpec.o )
[12 of 68] Compiling Generation.Hydra.Test.Lib.MaybesSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/MaybesSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/MaybesSpec.o )
[13 of 68] Compiling Generation.Hydra.Test.Lib.PairsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/PairsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/PairsSpec.o )
[14 of 68] Compiling Generation.Hydra.Test.Lib.SetsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/SetsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/SetsSpec.o )
[15 of 68] Compiling Generation.Hydra.Test.Lib.StringsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/StringsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/Lib/StringsSpec.o )
[16 of 68] Compiling Generation.Hydra.Test.MonadsSpec ( src/gen-test/haskell/Generation/Hydra/Test/MonadsSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/MonadsSpec.o )
[17 of 68] Compiling Generation.Hydra.Test.ReductionSpec ( src/gen-test/haskell/Generation/Hydra/Test/ReductionSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/ReductionSpec.o )
[18 of 68] Compiling Generation.Hydra.Test.SortingSpec ( src/gen-test/haskell/Generation/Hydra/Test/SortingSpec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Hydra/Test/SortingSpec.o )
[19 of 68] Compiling Generation.Spec ( src/gen-test/haskell/Generation/Spec.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Generation/Spec.o )
[20 of 68] Compiling Hydra.Test.Annotations ( src/gen-test/haskell/Hydra/Test/Annotations.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Annotations.o )
[21 of 68] Compiling Hydra.Test.Checking.Failures ( src/gen-test/haskell/Hydra/Test/Checking/Failures.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Checking/Failures.o )
[22 of 68] Compiling Hydra.Test.Formatting ( src/gen-test/haskell/Hydra/Test/Formatting.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Formatting.o )
[23 of 68] Compiling Hydra.Test.Hoisting ( src/gen-test/haskell/Hydra/Test/Hoisting.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Hoisting.o )
[24 of 68] Compiling Hydra.Test.Inference.AlgebraicTypes ( src/gen-test/haskell/Hydra/Test/Inference/AlgebraicTypes.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Inference/AlgebraicTypes.o )
[25 of 68] Compiling Hydra.Test.Inference.AlgorithmW ( src/gen-test/haskell/Hydra/Test/Inference/AlgorithmW.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Inference/AlgorithmW.o )
[26 of 68] Compiling Hydra.Test.Inference.Failures ( src/gen-test/haskell/Hydra/Test/Inference/Failures.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Inference/Failures.o )
[27 of 68] Compiling Hydra.Test.Inference.Fundamentals ( src/gen-test/haskell/Hydra/Test/Inference/Fundamentals.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Inference/Fundamentals.o )
[28 of 68] Compiling Hydra.Test.Inference.KernelExamples ( src/gen-test/haskell/Hydra/Test/Inference/KernelExamples.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Inference/KernelExamples.o )
[29 of 68] Compiling Hydra.Test.Json.Coder ( src/gen-test/haskell/Hydra/Test/Json/Coder.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Json/Coder.o )
[30 of 68] Compiling Hydra.Test.Json.Parser ( src/gen-test/haskell/Hydra/Test/Json/Parser.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Json/Parser.o )
[31 of 68] Compiling Hydra.Test.Json.Roundtrip ( src/gen-test/haskell/Hydra/Test/Json/Roundtrip.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Json/Roundtrip.o )
[32 of 68] Compiling Hydra.Test.Json.Writer ( src/gen-test/haskell/Hydra/Test/Json/Writer.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Json/Writer.o )
[33 of 68] Compiling Hydra.Test.Lib.Chars ( src/gen-test/haskell/Hydra/Test/Lib/Chars.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Chars.o )
[34 of 68] Compiling Hydra.Test.Lib.Eithers ( src/gen-test/haskell/Hydra/Test/Lib/Eithers.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Eithers.o )
[35 of 68] Compiling Hydra.Test.Lib.Equality ( src/gen-test/haskell/Hydra/Test/Lib/Equality.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Equality.o )
[36 of 68] Compiling Hydra.Test.Lib.Flows ( src/gen-test/haskell/Hydra/Test/Lib/Flows.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Flows.o )
[37 of 68] Compiling Hydra.Test.Lib.Lists ( src/gen-test/haskell/Hydra/Test/Lib/Lists.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Lists.o )
[38 of 68] Compiling Hydra.Test.Lib.Literals ( src/gen-test/haskell/Hydra/Test/Lib/Literals.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Literals.o )
[39 of 68] Compiling Hydra.Test.Lib.Logic ( src/gen-test/haskell/Hydra/Test/Lib/Logic.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Logic.o )
[40 of 68] Compiling Hydra.Test.Lib.Maps ( src/gen-test/haskell/Hydra/Test/Lib/Maps.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Maps.o )
[41 of 68] Compiling Hydra.Test.Lib.Math ( src/gen-test/haskell/Hydra/Test/Lib/Math.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Math.o )
[42 of 68] Compiling Hydra.Test.Lib.Maybes ( src/gen-test/haskell/Hydra/Test/Lib/Maybes.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Maybes.o )
[43 of 68] Compiling Hydra.Test.Lib.Pairs ( src/gen-test/haskell/Hydra/Test/Lib/Pairs.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Pairs.o )
[44 of 68] Compiling Hydra.Test.Lib.Sets ( src/gen-test/haskell/Hydra/Test/Lib/Sets.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Sets.o )
[45 of 68] Compiling Hydra.Test.Lib.Strings ( src/gen-test/haskell/Hydra/Test/Lib/Strings.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Lib/Strings.o )
[46 of 68] Compiling Hydra.Test.Monads ( src/gen-test/haskell/Hydra/Test/Monads.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Monads.o )
[47 of 68] Compiling Hydra.Test.Reduction ( src/gen-test/haskell/Hydra/Test/Reduction.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Reduction.o )
[48 of 68] Compiling Hydra.Test.Rewriting ( src/gen-test/haskell/Hydra/Test/Rewriting.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Rewriting.o )
[49 of 68] Compiling Hydra.Test.Serialization ( src/gen-test/haskell/Hydra/Test/Serialization.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Serialization.o )
[50 of 68] Compiling Hydra.Test.Sorting ( src/gen-test/haskell/Hydra/Test/Sorting.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Sorting.o )
[51 of 68] Compiling Hydra.Test.Substitution ( src/gen-test/haskell/Hydra/Test/Substitution.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Substitution.o )
[52 of 68] Compiling Hydra.Test.TestTypes ( src/gen-test/haskell/Hydra/Test/TestTypes.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/TestTypes.o )
[53 of 68] Compiling Hydra.Test.TestTerms ( src/gen-test/haskell/Hydra/Test/TestTerms.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/TestTerms.o )
[54 of 68] Compiling Hydra.Test.TestGraph ( src/gen-test/haskell/Hydra/Test/TestGraph.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/TestGraph.o )
[55 of 68] Compiling Hydra.Test.Ordering ( src/gen-test/haskell/Hydra/Test/Ordering.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Ordering.o )
[56 of 68] Compiling Hydra.Test.Inference.NominalTypes ( src/gen-test/haskell/Hydra/Test/Inference/NominalTypes.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Inference/NominalTypes.o )
[57 of 68] Compiling Hydra.Test.Inference.All ( src/gen-test/haskell/Hydra/Test/Inference/All.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Inference/All.o )
[58 of 68] Compiling Hydra.Test.EtaExpansion ( src/gen-test/haskell/Hydra/Test/EtaExpansion.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/EtaExpansion.o )
[59 of 68] Compiling Hydra.Test.Checking.NominalTypes ( src/gen-test/haskell/Hydra/Test/Checking/NominalTypes.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Checking/NominalTypes.o )
[60 of 68] Compiling Hydra.Test.Checking.Fundamentals ( src/gen-test/haskell/Hydra/Test/Checking/Fundamentals.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Checking/Fundamentals.o )
[61 of 68] Compiling Hydra.Test.Checking.Collections ( src/gen-test/haskell/Hydra/Test/Checking/Collections.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Checking/Collections.o )
[62 of 68] Compiling Hydra.Test.Checking.AlgebraicTypes ( src/gen-test/haskell/Hydra/Test/Checking/AlgebraicTypes.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Checking/AlgebraicTypes.o )
[63 of 68] Compiling Hydra.Test.Checking.Advanced ( src/gen-test/haskell/Hydra/Test/Checking/Advanced.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Checking/Advanced.o )
[64 of 68] Compiling Hydra.Test.Checking.All ( src/gen-test/haskell/Hydra/Test/Checking/All.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Checking/All.o )
[65 of 68] Compiling Hydra.Test.Unification ( src/gen-test/haskell/Hydra/Test/Unification.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/Unification.o )
[66 of 68] Compiling Hydra.Test.TestSuite ( src/gen-test/haskell/Hydra/Test/TestSuite.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Hydra/Test/TestSuite.o )
[67 of 68] Compiling Main ( src/exec/update-generation-tests/Main.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Main.o )
[68 of 68] Compiling Paths_hydra ( dist/build/update-generation-tests/autogen/Paths_hydra.hs, dist/build/update-generation-tests/update-generation-tests-tmp/Paths_hydra.o )
[69 of 69] Linking dist/build/update-generation-tests/update-generation-tests
Preprocessing executable 'update-haskell-eval-lib' for hydra-0.13.0..
Building executable 'update-haskell-eval-lib' for hydra-0.13.0..
[1 of 2] Compiling Main ( src/exec/update-haskell-eval-lib/Main.hs, dist/build/update-haskell-eval-lib/update-haskell-eval-lib-tmp/Main.o )
[2 of 2] Compiling Paths_hydra ( dist/build/update-haskell-eval-lib/autogen/Paths_hydra.hs, dist/build/update-haskell-eval-lib/update-haskell-eval-lib-tmp/Paths_hydra.o )
[3 of 3] Linking dist/build/update-haskell-eval-lib/update-haskell-eval-lib
Preprocessing executable 'update-haskell-kernel' for hydra-0.13.0..
Building executable 'update-haskell-kernel' for hydra-0.13.0..
[1 of 2] Compiling Main ( src/exec/update-haskell-kernel/Main.hs, dist/build/update-haskell-kernel/update-haskell-kernel-tmp/Main.o )
[2 of 2] Compiling Paths_hydra ( dist/build/update-haskell-kernel/autogen/Paths_hydra.hs, dist/build/update-haskell-kernel/update-haskell-kernel-tmp/Paths_hydra.o )
[3 of 3] Linking dist/build/update-haskell-kernel/update-haskell-kernel
Preprocessing executable 'update-haskell-sources' for hydra-0.13.0..
Building executable 'update-haskell-sources' for hydra-0.13.0..
[1 of 2] Compiling Main ( src/exec/update-haskell-sources/Main.hs, dist/build/update-haskell-sources/update-haskell-sources-tmp/Main.o )
[2 of 2] Compiling Paths_hydra ( dist/build/update-haskell-sources/autogen/Paths_hydra.hs, dist/build/update-haskell-sources/update-haskell-sources-tmp/Paths_hydra.o )
[3 of 3] Linking dist/build/update-haskell-sources/update-haskell-sources
Preprocessing executable 'update-json-kernel' for hydra-0.13.0..
Building executable 'update-json-kernel' for hydra-0.13.0..
[1 of 2] Compiling Main ( src/exec/update-json-kernel/Main.hs, dist/build/update-json-kernel/update-json-kernel-tmp/Main.o )
[2 of 2] Compiling Paths_hydra ( dist/build/update-json-kernel/autogen/Paths_hydra.hs, dist/build/update-json-kernel/update-json-kernel-tmp/Paths_hydra.o )
[3 of 3] Linking dist/build/update-json-kernel/update-json-kernel
Preprocessing executable 'update-json-main' for hydra-0.13.0..
Building executable 'update-json-main' for hydra-0.13.0..
[1 of 2] Compiling Main ( src/exec/update-json-main/Main.hs, dist/build/update-json-main/update-json-main-tmp/Main.o )
[2 of 2] Compiling Paths_hydra ( dist/build/update-json-main/autogen/Paths_hydra.hs, dist/build/update-json-main/update-json-main-tmp/Paths_hydra.o )
[3 of 3] Linking dist/build/update-json-main/update-json-main
Preprocessing executable 'update-json-manifest' for hydra-0.13.0..
Building executable 'update-json-manifest' for hydra-0.13.0..
[1 of 2] Compiling Main ( src/exec/update-json-manifest/Main.hs, dist/build/update-json-manifest/update-json-manifest-tmp/Main.o )
[2 of 2] Compiling Paths_hydra ( dist/build/update-json-manifest/autogen/Paths_hydra.hs, dist/build/update-json-manifest/update-json-manifest-tmp/Paths_hydra.o )
[3 of 3] Linking dist/build/update-json-manifest/update-json-manifest
Preprocessing executable 'update-json-test' for hydra-0.13.0..
Building executable 'update-json-test' for hydra-0.13.0..
[1 of 2] Compiling Main ( src/exec/update-json-test/Main.hs, dist/build/update-json-test/update-json-test-tmp/Main.o )
[2 of 2] Compiling Paths_hydra ( dist/build/update-json-test/autogen/Paths_hydra.hs, dist/build/update-json-test/update-json-test-tmp/Paths_hydra.o )
[3 of 3] Linking dist/build/update-json-test/update-json-test
Preprocessing executable 'update-kernel-tests' for hydra-0.13.0..
Building executable 'update-kernel-tests' for hydra-0.13.0..
[ 1 of 68] Compiling Generation.Hydra.Test.AnnotationsSpec ( src/gen-test/haskell/Generation/Hydra/Test/AnnotationsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/AnnotationsSpec.o )
[ 2 of 68] Compiling Generation.Hydra.Test.FormattingSpec ( src/gen-test/haskell/Generation/Hydra/Test/FormattingSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/FormattingSpec.o )
[ 3 of 68] Compiling Generation.Hydra.Test.Lib.CharsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/CharsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/CharsSpec.o )
[ 4 of 68] Compiling Generation.Hydra.Test.Lib.EithersSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/EithersSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/EithersSpec.o )
[ 5 of 68] Compiling Generation.Hydra.Test.Lib.EqualitySpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/EqualitySpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/EqualitySpec.o )
[ 6 of 68] Compiling Generation.Hydra.Test.Lib.FlowsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/FlowsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/FlowsSpec.o )
[ 7 of 68] Compiling Generation.Hydra.Test.Lib.ListsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/ListsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/ListsSpec.o )
[ 8 of 68] Compiling Generation.Hydra.Test.Lib.LiteralsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/LiteralsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/LiteralsSpec.o )
[ 9 of 68] Compiling Generation.Hydra.Test.Lib.LogicSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/LogicSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/LogicSpec.o )
[10 of 68] Compiling Generation.Hydra.Test.Lib.MapsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/MapsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/MapsSpec.o )
[11 of 68] Compiling Generation.Hydra.Test.Lib.MathSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/MathSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/MathSpec.o )
[12 of 68] Compiling Generation.Hydra.Test.Lib.MaybesSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/MaybesSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/MaybesSpec.o )
[13 of 68] Compiling Generation.Hydra.Test.Lib.PairsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/PairsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/PairsSpec.o )
[14 of 68] Compiling Generation.Hydra.Test.Lib.SetsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/SetsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/SetsSpec.o )
[15 of 68] Compiling Generation.Hydra.Test.Lib.StringsSpec ( src/gen-test/haskell/Generation/Hydra/Test/Lib/StringsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/Lib/StringsSpec.o )
[16 of 68] Compiling Generation.Hydra.Test.MonadsSpec ( src/gen-test/haskell/Generation/Hydra/Test/MonadsSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/MonadsSpec.o )
[17 of 68] Compiling Generation.Hydra.Test.ReductionSpec ( src/gen-test/haskell/Generation/Hydra/Test/ReductionSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/ReductionSpec.o )
[18 of 68] Compiling Generation.Hydra.Test.SortingSpec ( src/gen-test/haskell/Generation/Hydra/Test/SortingSpec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Hydra/Test/SortingSpec.o )
[19 of 68] Compiling Generation.Spec ( src/gen-test/haskell/Generation/Spec.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Generation/Spec.o )
[20 of 68] Compiling Hydra.Test.Annotations ( src/gen-test/haskell/Hydra/Test/Annotations.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Annotations.o )
[21 of 68] Compiling Hydra.Test.Checking.Failures ( src/gen-test/haskell/Hydra/Test/Checking/Failures.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Checking/Failures.o )
[22 of 68] Compiling Hydra.Test.Formatting ( src/gen-test/haskell/Hydra/Test/Formatting.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Formatting.o )
[23 of 68] Compiling Hydra.Test.Hoisting ( src/gen-test/haskell/Hydra/Test/Hoisting.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Hoisting.o )
[24 of 68] Compiling Hydra.Test.Inference.AlgebraicTypes ( src/gen-test/haskell/Hydra/Test/Inference/AlgebraicTypes.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Inference/AlgebraicTypes.o )
[25 of 68] Compiling Hydra.Test.Inference.AlgorithmW ( src/gen-test/haskell/Hydra/Test/Inference/AlgorithmW.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Inference/AlgorithmW.o )
[26 of 68] Compiling Hydra.Test.Inference.Failures ( src/gen-test/haskell/Hydra/Test/Inference/Failures.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Inference/Failures.o )
[27 of 68] Compiling Hydra.Test.Inference.Fundamentals ( src/gen-test/haskell/Hydra/Test/Inference/Fundamentals.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Inference/Fundamentals.o )
[28 of 68] Compiling Hydra.Test.Inference.KernelExamples ( src/gen-test/haskell/Hydra/Test/Inference/KernelExamples.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Inference/KernelExamples.o )
[29 of 68] Compiling Hydra.Test.Json.Coder ( src/gen-test/haskell/Hydra/Test/Json/Coder.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Json/Coder.o )
[30 of 68] Compiling Hydra.Test.Json.Parser ( src/gen-test/haskell/Hydra/Test/Json/Parser.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Json/Parser.o )
[31 of 68] Compiling Hydra.Test.Json.Roundtrip ( src/gen-test/haskell/Hydra/Test/Json/Roundtrip.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Json/Roundtrip.o )
[32 of 68] Compiling Hydra.Test.Json.Writer ( src/gen-test/haskell/Hydra/Test/Json/Writer.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Json/Writer.o )
[33 of 68] Compiling Hydra.Test.Lib.Chars ( src/gen-test/haskell/Hydra/Test/Lib/Chars.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Chars.o )
[34 of 68] Compiling Hydra.Test.Lib.Eithers ( src/gen-test/haskell/Hydra/Test/Lib/Eithers.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Eithers.o )
[35 of 68] Compiling Hydra.Test.Lib.Equality ( src/gen-test/haskell/Hydra/Test/Lib/Equality.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Equality.o )
[36 of 68] Compiling Hydra.Test.Lib.Flows ( src/gen-test/haskell/Hydra/Test/Lib/Flows.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Flows.o )
[37 of 68] Compiling Hydra.Test.Lib.Lists ( src/gen-test/haskell/Hydra/Test/Lib/Lists.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Lists.o )
[38 of 68] Compiling Hydra.Test.Lib.Literals ( src/gen-test/haskell/Hydra/Test/Lib/Literals.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Literals.o )
[39 of 68] Compiling Hydra.Test.Lib.Logic ( src/gen-test/haskell/Hydra/Test/Lib/Logic.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Logic.o )
[40 of 68] Compiling Hydra.Test.Lib.Maps ( src/gen-test/haskell/Hydra/Test/Lib/Maps.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Maps.o )
[41 of 68] Compiling Hydra.Test.Lib.Math ( src/gen-test/haskell/Hydra/Test/Lib/Math.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Math.o )
[42 of 68] Compiling Hydra.Test.Lib.Maybes ( src/gen-test/haskell/Hydra/Test/Lib/Maybes.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Maybes.o )
[43 of 68] Compiling Hydra.Test.Lib.Pairs ( src/gen-test/haskell/Hydra/Test/Lib/Pairs.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Pairs.o )
[44 of 68] Compiling Hydra.Test.Lib.Sets ( src/gen-test/haskell/Hydra/Test/Lib/Sets.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Sets.o )
[45 of 68] Compiling Hydra.Test.Lib.Strings ( src/gen-test/haskell/Hydra/Test/Lib/Strings.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Lib/Strings.o )
[46 of 68] Compiling Hydra.Test.Monads ( src/gen-test/haskell/Hydra/Test/Monads.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Monads.o )
[47 of 68] Compiling Hydra.Test.Reduction ( src/gen-test/haskell/Hydra/Test/Reduction.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Reduction.o )
[48 of 68] Compiling Hydra.Test.Rewriting ( src/gen-test/haskell/Hydra/Test/Rewriting.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Rewriting.o )
[49 of 68] Compiling Hydra.Test.Serialization ( src/gen-test/haskell/Hydra/Test/Serialization.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Serialization.o )
[50 of 68] Compiling Hydra.Test.Sorting ( src/gen-test/haskell/Hydra/Test/Sorting.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Sorting.o )
[51 of 68] Compiling Hydra.Test.Substitution ( src/gen-test/haskell/Hydra/Test/Substitution.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Substitution.o )
[52 of 68] Compiling Hydra.Test.TestTypes ( src/gen-test/haskell/Hydra/Test/TestTypes.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/TestTypes.o )
[53 of 68] Compiling Hydra.Test.TestTerms ( src/gen-test/haskell/Hydra/Test/TestTerms.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/TestTerms.o )
[54 of 68] Compiling Hydra.Test.TestGraph ( src/gen-test/haskell/Hydra/Test/TestGraph.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/TestGraph.o )
[55 of 68] Compiling Hydra.Test.Ordering ( src/gen-test/haskell/Hydra/Test/Ordering.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Ordering.o )
[56 of 68] Compiling Hydra.Test.Inference.NominalTypes ( src/gen-test/haskell/Hydra/Test/Inference/NominalTypes.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Inference/NominalTypes.o )
[57 of 68] Compiling Hydra.Test.Inference.All ( src/gen-test/haskell/Hydra/Test/Inference/All.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Inference/All.o )
[58 of 68] Compiling Hydra.Test.EtaExpansion ( src/gen-test/haskell/Hydra/Test/EtaExpansion.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/EtaExpansion.o )
[59 of 68] Compiling Hydra.Test.Checking.NominalTypes ( src/gen-test/haskell/Hydra/Test/Checking/NominalTypes.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Checking/NominalTypes.o )
[60 of 68] Compiling Hydra.Test.Checking.Fundamentals ( src/gen-test/haskell/Hydra/Test/Checking/Fundamentals.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Checking/Fundamentals.o )
[61 of 68] Compiling Hydra.Test.Checking.Collections ( src/gen-test/haskell/Hydra/Test/Checking/Collections.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Checking/Collections.o )
[62 of 68] Compiling Hydra.Test.Checking.AlgebraicTypes ( src/gen-test/haskell/Hydra/Test/Checking/AlgebraicTypes.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Checking/AlgebraicTypes.o )
[63 of 68] Compiling Hydra.Test.Checking.Advanced ( src/gen-test/haskell/Hydra/Test/Checking/Advanced.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Checking/Advanced.o )
[64 of 68] Compiling Hydra.Test.Checking.All ( src/gen-test/haskell/Hydra/Test/Checking/All.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Checking/All.o )
[65 of 68] Compiling Hydra.Test.Unification ( src/gen-test/haskell/Hydra/Test/Unification.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/Unification.o )
[66 of 68] Compiling Hydra.Test.TestSuite ( src/gen-test/haskell/Hydra/Test/TestSuite.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Hydra/Test/TestSuite.o )
[67 of 68] Compiling Main ( src/exec/update-kernel-tests/Main.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Main.o )
[68 of 68] Compiling Paths_hydra ( dist/build/update-kernel-tests/autogen/Paths_hydra.hs, dist/build/update-kernel-tests/update-kernel-tests-tmp/Paths_hydra.o )
[69 of 69] Linking dist/build/update-kernel-tests/update-kernel-tests
Preprocessing executable 'verify-json-kernel' for hydra-0.13.0..
Building executable 'verify-json-kernel' for hydra-0.13.0..
[1 of 2] Compiling Main ( src/exec/verify-json-kernel/Main.hs, dist/build/verify-json-kernel/verify-json-kernel-tmp/Main.o )
[2 of 2] Compiling Paths_hydra ( dist/build/verify-json-kernel/autogen/Paths_hydra.hs, dist/build/verify-json-kernel/verify-json-kernel-tmp/Paths_hydra.o )
[3 of 3] Linking dist/build/verify-json-kernel/verify-json-kernel
Preprocessing library for hydra-0.13.0..
Running Haddock on library for hydra-0.13.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 390] Compiling Hydra.Core ( src/gen-main/haskell/Hydra/Core.hs, nothing )
[ 2 of 390] Compiling Hydra.Constants ( src/gen-main/haskell/Hydra/Constants.hs, nothing )
[ 3 of 390] Compiling Hydra.Compute ( src/gen-main/haskell/Hydra/Compute.hs, nothing )
[ 4 of 390] Compiling Hydra.Classes ( src/gen-main/haskell/Hydra/Classes.hs, nothing )
[ 5 of 390] Compiling Hydra.Ast ( src/gen-main/haskell/Hydra/Ast.hs, nothing )
[ 6 of 390] Compiling Hydra.Accessors ( src/gen-main/haskell/Hydra/Accessors.hs, nothing )
[ 7 of 390] Compiling Hydra.Dsl.LiteralTypes ( src/main/haskell/Hydra/Dsl/LiteralTypes.hs, nothing )
[ 8 of 390] Compiling Hydra.Dsl.Literals ( src/main/haskell/Hydra/Dsl/Literals.hs, nothing )
[ 9 of 390] Compiling Hydra.Encode.Classes ( src/gen-main/haskell/Hydra/Encode/Classes.hs, nothing )
[ 10 of 390] Compiling Hydra.Ext.Haskell.Ast ( src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs, nothing )
[ 11 of 390] Compiling Hydra.Ext.Org.Yaml.Model ( src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs, nothing )
[ 12 of 390] Compiling Hydra.Grammar ( src/gen-main/haskell/Hydra/Grammar.hs, nothing )
[ 13 of 390] Compiling Hydra.Dsl.Grammars ( src/main/haskell/Hydra/Dsl/Grammars.hs, nothing )
[ 14 of 390] Compiling Hydra.Graph ( src/gen-main/haskell/Hydra/Graph.hs, nothing )
[ 15 of 390] Compiling Hydra.Json.Bootstrap ( src/gen-main/haskell/Hydra/Json/Bootstrap.hs, nothing )
[ 16 of 390] Compiling Hydra.Json.Model ( src/gen-main/haskell/Hydra/Json/Model.hs, nothing )
[ 17 of 390] Compiling Hydra.Lib.Chars ( src/main/haskell/Hydra/Lib/Chars.hs, nothing )
[ 18 of 390] Compiling Hydra.Lib.Eithers ( src/main/haskell/Hydra/Lib/Eithers.hs, nothing )
[ 19 of 390] Compiling Hydra.Lib.Literals ( src/main/haskell/Hydra/Lib/Literals.hs, nothing )
[ 20 of 390] Compiling Hydra.Lib.Logic ( src/main/haskell/Hydra/Lib/Logic.hs, nothing )
[ 21 of 390] Compiling Hydra.Lib.Maps ( src/main/haskell/Hydra/Lib/Maps.hs, nothing )
[ 22 of 390] Compiling Hydra.Lib.Math ( src/main/haskell/Hydra/Lib/Math.hs, nothing )
[ 23 of 390] Compiling Hydra.Lib.Maybes ( src/main/haskell/Hydra/Lib/Maybes.hs, nothing )
[ 24 of 390] Compiling Hydra.Encode.Ast ( src/gen-main/haskell/Hydra/Encode/Ast.hs, nothing )
[ 25 of 390] Compiling Hydra.Lib.Pairs ( src/main/haskell/Hydra/Lib/Pairs.hs, nothing )
[ 26 of 390] Compiling Hydra.Lib.Sets ( src/main/haskell/Hydra/Lib/Sets.hs, nothing )
[ 27 of 390] Compiling Hydra.Lib.Strings ( src/main/haskell/Hydra/Lib/Strings.hs, nothing )
[ 28 of 390] Compiling Hydra.Literals ( src/gen-main/haskell/Hydra/Literals.hs, nothing )
[ 29 of 390] Compiling Hydra.Module ( src/gen-main/haskell/Hydra/Module.hs, nothing )
[ 30 of 390] Compiling Hydra.Dsl.AsType ( src/main/haskell/Hydra/Dsl/AsType.hs, nothing )
[ 31 of 390] Compiling Hydra.Parsing ( src/gen-main/haskell/Hydra/Parsing.hs, nothing )
[ 32 of 390] Compiling Hydra.Encode.Parsing ( src/gen-main/haskell/Hydra/Encode/Parsing.hs, nothing )
[ 33 of 390] Compiling Hydra.Phantoms ( src/gen-main/haskell/Hydra/Phantoms.hs, nothing )
[ 34 of 390] Compiling Hydra.Dsl.Meta.Common ( src/main/haskell/Hydra/Dsl/Meta/Common.hs, nothing )
[ 35 of 390] Compiling Hydra.Dsl.Types ( src/main/haskell/Hydra/Dsl/Types.hs, nothing )
src/main/haskell/Hydra/Dsl/Types.hs:122:59: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Data.List, 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."
|
122 | functionMany ts = L.foldl (\cod dom -> function dom cod) (L.head r) (L.tail r)
| ^^^^^^
src/main/haskell/Hydra/Dsl/Types.hs:122:70: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Data.List, 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."
|
122 | functionMany ts = L.foldl (\cod dom -> function dom cod) (L.head r) (L.tail r)
| ^^^^^^
[ 36 of 390] Compiling Hydra.Dsl.AsTerm ( src/main/haskell/Hydra/Dsl/AsTerm.hs, nothing )
[ 37 of 390] Compiling Hydra.Query ( src/gen-main/haskell/Hydra/Query.hs, nothing )
[ 38 of 390] Compiling Hydra.Constraints ( src/gen-main/haskell/Hydra/Constraints.hs, nothing )
[ 39 of 390] Compiling Hydra.Relational ( src/gen-main/haskell/Hydra/Relational.hs, nothing )
[ 40 of 390] Compiling Hydra.Settings ( src/main/haskell/Hydra/Settings.hs, nothing )
[ 41 of 390] Compiling Hydra.Sources.Decode.Accessors ( src/gen-main/haskell/Hydra/Sources/Decode/Accessors.hs, nothing )
[ 42 of 390] Compiling Hydra.Sources.Decode.Ast ( src/gen-main/haskell/Hydra/Sources/Decode/Ast.hs, nothing )
[ 43 of 390] Compiling Hydra.Sources.Decode.Classes ( src/gen-main/haskell/Hydra/Sources/Decode/Classes.hs, nothing )
[ 44 of 390] Compiling Hydra.Sources.Decode.Coders ( src/gen-main/haskell/Hydra/Sources/Decode/Coders.hs, nothing )
[ 45 of 390] Compiling Hydra.Sources.Decode.Compute ( src/gen-main/haskell/Hydra/Sources/Decode/Compute.hs, nothing )
[ 46 of 390] Compiling Hydra.Sources.Decode.Constraints ( src/gen-main/haskell/Hydra/Sources/Decode/Constraints.hs, nothing )
[ 47 of 390] Compiling Hydra.Sources.Decode.Core ( src/gen-main/haskell/Hydra/Sources/Decode/Core.hs, nothing )
[ 48 of 390] Compiling Hydra.Sources.Decode.Grammar ( src/gen-main/haskell/Hydra/Sources/Decode/Grammar.hs, nothing )
[ 49 of 390] Compiling Hydra.Sources.Decode.Json.Model ( src/gen-main/haskell/Hydra/Sources/Decode/Json/Model.hs, nothing )
[ 50 of 390] Compiling Hydra.Sources.Decode.Module ( src/gen-main/haskell/Hydra/Sources/Decode/Module.hs, nothing )
[ 51 of 390] Compiling Hydra.Sources.Decode.Parsing ( src/gen-main/haskell/Hydra/Sources/Decode/Parsing.hs, nothing )
[ 52 of 390] Compiling Hydra.Sources.Decode.Phantoms ( src/gen-main/haskell/Hydra/Sources/Decode/Phantoms.hs, nothing )
[ 53 of 390] Compiling Hydra.Sources.Decode.Query ( src/gen-main/haskell/Hydra/Sources/Decode/Query.hs, nothing )
[ 54 of 390] Compiling Hydra.Sources.Decode.Relational ( src/gen-main/haskell/Hydra/Sources/Decode/Relational.hs, nothing )
[ 55 of 390] Compiling Hydra.Sources.Decode.Tabular ( src/gen-main/haskell/Hydra/Sources/Decode/Tabular.hs, nothing )
[ 56 of 390] Compiling Hydra.Sources.Decode.Testing ( src/gen-main/haskell/Hydra/Sources/Decode/Testing.hs, nothing )
[ 57 of 390] Compiling Hydra.Sources.Decode.Topology ( src/gen-main/haskell/Hydra/Sources/Decode/Topology.hs, nothing )
[ 58 of 390] Compiling Hydra.Sources.Decode.Typing ( src/gen-main/haskell/Hydra/Sources/Decode/Typing.hs, nothing )
[ 59 of 390] Compiling Hydra.Sources.Decode.Util ( src/gen-main/haskell/Hydra/Sources/Decode/Util.hs, nothing )
[ 60 of 390] Compiling Hydra.Sources.Decode.Variants ( src/gen-main/haskell/Hydra/Sources/Decode/Variants.hs, nothing )
[ 61 of 390] Compiling Hydra.Sources.Decode.Workflow ( src/gen-main/haskell/Hydra/Sources/Decode/Workflow.hs, nothing )
[ 62 of 390] Compiling Hydra.Sources.Encode.Accessors ( src/gen-main/haskell/Hydra/Sources/Encode/Accessors.hs, nothing )
[ 63 of 390] Compiling Hydra.Sources.Encode.Ast ( src/gen-main/haskell/Hydra/Sources/Encode/Ast.hs, nothing )
[ 64 of 390] Compiling Hydra.Sources.Encode.Classes ( src/gen-main/haskell/Hydra/Sources/Encode/Classes.hs, nothing )
[ 65 of 390] Compiling Hydra.Sources.Encode.Coders ( src/gen-main/haskell/Hydra/Sources/Encode/Coders.hs, nothing )
[ 66 of 390] Compiling Hydra.Sources.Encode.Compute ( src/gen-main/haskell/Hydra/Sources/Encode/Compute.hs, nothing )
[ 67 of 390] Compiling Hydra.Sources.Encode.Constraints ( src/gen-main/haskell/Hydra/Sources/Encode/Constraints.hs, nothing )
[ 68 of 390] Compiling Hydra.Sources.Encode.Core ( src/gen-main/haskell/Hydra/Sources/Encode/Core.hs, nothing )
[ 69 of 390] Compiling Hydra.Sources.Encode.Grammar ( src/gen-main/haskell/Hydra/Sources/Encode/Grammar.hs, nothing )
[ 70 of 390] Compiling Hydra.Sources.Encode.Json.Model ( src/gen-main/haskell/Hydra/Sources/Encode/Json/Model.hs, nothing )
[ 71 of 390] Compiling Hydra.Sources.Encode.Module ( src/gen-main/haskell/Hydra/Sources/Encode/Module.hs, nothing )
[ 72 of 390] Compiling Hydra.Sources.Encode.Parsing ( src/gen-main/haskell/Hydra/Sources/Encode/Parsing.hs, nothing )
[ 73 of 390] Compiling Hydra.Sources.Encode.Phantoms ( src/gen-main/haskell/Hydra/Sources/Encode/Phantoms.hs, nothing )
[ 74 of 390] Compiling Hydra.Sources.Encode.Query ( src/gen-main/haskell/Hydra/Sources/Encode/Query.hs, nothing )
[ 75 of 390] Compiling Hydra.Sources.Encode.Relational ( src/gen-main/haskell/Hydra/Sources/Encode/Relational.hs, nothing )
[ 76 of 390] Compiling Hydra.Sources.Encode.Tabular ( src/gen-main/haskell/Hydra/Sources/Encode/Tabular.hs, nothing )
[ 77 of 390] Compiling Hydra.Sources.Encode.Testing ( src/gen-main/haskell/Hydra/Sources/Encode/Testing.hs, nothing )
[ 78 of 390] Compiling Hydra.Sources.Encode.Topology ( src/gen-main/haskell/Hydra/Sources/Encode/Topology.hs, nothing )
[ 79 of 390] Compiling Hydra.Sources.Encode.Typing ( src/gen-main/haskell/Hydra/Sources/Encode/Typing.hs, nothing )
[ 80 of 390] Compiling Hydra.Sources.Encode.Util ( src/gen-main/haskell/Hydra/Sources/Encode/Util.hs, nothing )
[ 81 of 390] Compiling Hydra.Sources.Encode.Variants ( src/gen-main/haskell/Hydra/Sources/Encode/Variants.hs, nothing )
[ 82 of 390] Compiling Hydra.Sources.Encode.Workflow ( src/gen-main/haskell/Hydra/Sources/Encode/Workflow.hs, nothing )
[ 83 of 390] Compiling Hydra.Tabular ( src/gen-main/haskell/Hydra/Tabular.hs, nothing )
[ 84 of 390] Compiling Hydra.Dsl.Tabular ( src/main/haskell/Hydra/Dsl/Tabular.hs, nothing )
[ 85 of 390] Compiling Hydra.Tools.Bytestrings ( src/main/haskell/Hydra/Tools/Bytestrings.hs, nothing )
[ 86 of 390] Compiling Hydra.Tools.Debug ( src/main/haskell/Hydra/Tools/Debug.hs, nothing )
[ 87 of 390] Compiling Hydra.Topology ( src/gen-main/haskell/Hydra/Topology.hs, nothing )
[ 88 of 390] Compiling Hydra.Typing ( src/gen-main/haskell/Hydra/Typing.hs, nothing )
[ 89 of 390] Compiling Hydra.Util ( src/gen-main/haskell/Hydra/Util.hs, nothing )
[ 90 of 390] Compiling Hydra.Show.Util ( src/gen-main/haskell/Hydra/Show/Util.hs, nothing )
[ 91 of 390] Compiling Hydra.Lib.Equality ( src/main/haskell/Hydra/Lib/Equality.hs, nothing )
[ 92 of 390] Compiling Hydra.Encode.Util ( src/gen-main/haskell/Hydra/Encode/Util.hs, nothing )
[ 93 of 390] Compiling Hydra.Dsl.Terms ( src/main/haskell/Hydra/Dsl/Terms.hs, nothing )
[ 94 of 390] Compiling Hydra.Lib.Lists ( src/main/haskell/Hydra/Lib/Lists.hs, nothing )
src/main/haskell/Hydra/Lib/Lists.hs:69:8: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Data.List, 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."
|
69 | head = L.head
| ^^^^^^
src/main/haskell/Hydra/Lib/Lists.hs:147:8: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Data.List, 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."
|
147 | tail = L.tail
| ^^^^^^
[ 95 of 390] Compiling Hydra.Show.Core ( src/gen-main/haskell/Hydra/Show/Core.hs, nothing )
[ 96 of 390] Compiling Hydra.Show.Typing ( src/gen-main/haskell/Hydra/Show/Typing.hs, nothing )
[ 97 of 390] Compiling Hydra.Show.Graph ( src/gen-main/haskell/Hydra/Show/Graph.hs, nothing )
[ 98 of 390] Compiling Hydra.Serialization ( src/gen-main/haskell/Hydra/Serialization.hs, nothing )
[ 99 of 390] Compiling Hydra.Ext.Haskell.Operators ( src/gen-main/haskell/Hydra/Ext/Haskell/Operators.hs, nothing )
[100 of 390] Compiling Hydra.Parsers ( src/gen-main/haskell/Hydra/Parsers.hs, nothing )
[101 of 390] Compiling Hydra.Monads ( src/gen-main/haskell/Hydra/Monads.hs, nothing )
[102 of 390] Compiling Hydra.Lib.Flows ( src/main/haskell/Hydra/Lib/Flows.hs, nothing )
[103 of 390] Compiling Hydra.Tools.Monads ( src/main/haskell/Hydra/Tools/Monads.hs, nothing )
[104 of 390] Compiling Hydra.Tarjan ( src/gen-main/haskell/Hydra/Tarjan.hs, nothing )
[105 of 390] Compiling Hydra.Sorting ( src/gen-main/haskell/Hydra/Sorting.hs, nothing )
[106 of 390] Compiling Hydra.Ext.Org.Json.Decoding ( src/gen-main/haskell/Hydra/Ext/Org/Json/Decoding.hs, nothing )
[107 of 390] Compiling Hydra.Extract.Json ( src/gen-main/haskell/Hydra/Extract/Json.hs, nothing )
[108 of 390] Compiling Hydra.Eval.Lib.Pairs ( src/gen-main/haskell/Hydra/Eval/Lib/Pairs.hs, nothing )
[109 of 390] Compiling Hydra.Json.Writer ( src/gen-main/haskell/Hydra/Json/Writer.hs, nothing )
[110 of 390] Compiling Hydra.Json.Parser ( src/gen-main/haskell/Hydra/Json/Parser.hs, nothing )
[111 of 390] Compiling Hydra.Formatting ( src/gen-main/haskell/Hydra/Formatting.hs, nothing )
[112 of 390] Compiling Hydra.Names ( src/gen-main/haskell/Hydra/Names.hs, nothing )
[113 of 390] Compiling Hydra.Staging.Lib.Names ( src/main/haskell/Hydra/Staging/Lib/Names.hs, nothing )
[114 of 390] Compiling Hydra.Ext.Haskell.Serde ( src/gen-main/haskell/Hydra/Ext/Haskell/Serde.hs, nothing )
[115 of 390] Compiling Hydra.Eval.Lib.Maps ( src/gen-main/haskell/Hydra/Eval/Lib/Maps.hs, nothing )
[116 of 390] Compiling Hydra.Encode.Topology ( src/gen-main/haskell/Hydra/Encode/Topology.hs, nothing )
[117 of 390] Compiling Hydra.Encode.Relational ( src/gen-main/haskell/Hydra/Encode/Relational.hs, nothing )
[118 of 390] Compiling Hydra.Encode.Json.Model ( src/gen-main/haskell/Hydra/Encode/Json/Model.hs, nothing )
[119 of 390] Compiling Hydra.Encode.Json ( src/gen-main/haskell/Hydra/Encode/Json.hs, nothing )
[120 of 390] Compiling Hydra.Encode.Grammar ( src/gen-main/haskell/Hydra/Encode/Grammar.hs, nothing )
[121 of 390] Compiling Hydra.Encode.Core ( src/gen-main/haskell/Hydra/Encode/Core.hs, nothing )
[122 of 390] Compiling Hydra.Encode.Typing ( src/gen-main/haskell/Hydra/Encode/Typing.hs, nothing )
[123 of 390] Compiling Hydra.Encode.Tabular ( src/gen-main/haskell/Hydra/Encode/Tabular.hs, nothing )
[124 of 390] Compiling Hydra.Encode.Query ( src/gen-main/haskell/Hydra/Encode/Query.hs, nothing )
[125 of 390] Compiling Hydra.Encode.Constraints ( src/gen-main/haskell/Hydra/Encode/Constraints.hs, nothing )
[126 of 390] Compiling Hydra.Encode.Phantoms ( src/gen-main/haskell/Hydra/Encode/Phantoms.hs, nothing )
[127 of 390] Compiling Hydra.Encode.Module ( src/gen-main/haskell/Hydra/Encode/Module.hs, nothing )
[128 of 390] Compiling Hydra.Encode.Compute ( src/gen-main/haskell/Hydra/Encode/Compute.hs, nothing )
[129 of 390] Compiling Hydra.Encode.Accessors ( src/gen-main/haskell/Hydra/Encode/Accessors.hs, nothing )
[130 of 390] Compiling Hydra.Arity ( src/gen-main/haskell/Hydra/Arity.hs, nothing )
[131 of 390] Compiling Hydra.Dsl.Meta.Literals ( src/main/haskell/Hydra/Dsl/Meta/Literals.hs, nothing )
[132 of 390] Compiling Hydra.Variants ( src/gen-main/haskell/Hydra/Variants.hs, nothing )
[133 of 390] Compiling Hydra.Show.Meta ( src/gen-main/haskell/Hydra/Show/Meta.hs, nothing )
[134 of 390] Compiling Hydra.Reflect ( src/gen-main/haskell/Hydra/Reflect.hs, nothing )
[135 of 390] Compiling Hydra.Minimal ( src/main/haskell/Hydra/Minimal.hs, nothing )
[136 of 390] Compiling Hydra.Encode.Variants ( src/gen-main/haskell/Hydra/Encode/Variants.hs, nothing )
[137 of 390] Compiling Hydra.Coders ( src/gen-main/haskell/Hydra/Coders.hs, nothing )
[138 of 390] Compiling Hydra.Testing ( src/gen-main/haskell/Hydra/Testing.hs, nothing )
[139 of 390] Compiling Hydra.Rewriting ( src/gen-main/haskell/Hydra/Rewriting.hs, nothing )
[140 of 390] Compiling Hydra.Substitution ( src/gen-main/haskell/Hydra/Substitution.hs, nothing )
[141 of 390] Compiling Hydra.Unification ( src/gen-main/haskell/Hydra/Unification.hs, nothing )
[142 of 390] Compiling Hydra.Show.Accessors ( src/gen-main/haskell/Hydra/Show/Accessors.hs, nothing )
[143 of 390] Compiling Hydra.Lexical ( src/gen-main/haskell/Hydra/Lexical.hs, nothing )
[144 of 390] Compiling Hydra.Extract.Helpers ( src/gen-main/haskell/Hydra/Extract/Helpers.hs, nothing )
[145 of 390] Compiling Hydra.Decode.Variants ( src/gen-main/haskell/Hydra/Decode/Variants.hs, nothing )
[146 of 390] Compiling Hydra.Decode.Util ( src/gen-main/haskell/Hydra/Decode/Util.hs, nothing )
[147 of 390] Compiling Hydra.Decode.Topology ( src/gen-main/haskell/Hydra/Decode/Topology.hs, nothing )
[148 of 390] Compiling Hydra.Decode.Relational ( src/gen-main/haskell/Hydra/Decode/Relational.hs, nothing )
[149 of 390] Compiling Hydra.Decode.Parsing ( src/gen-main/haskell/Hydra/Decode/Parsing.hs, nothing )
[150 of 390] Compiling Hydra.Decode.Json.Model ( src/gen-main/haskell/Hydra/Decode/Json/Model.hs, nothing )
[151 of 390] Compiling Hydra.Decode.Json ( src/gen-main/haskell/Hydra/Decode/Json.hs, nothing )
[152 of 390] Compiling Hydra.Decode.Grammar ( src/gen-main/haskell/Hydra/Decode/Grammar.hs, nothing )
[153 of 390] Compiling Hydra.Decode.Core ( src/gen-main/haskell/Hydra/Decode/Core.hs, nothing )
[154 of 390] Compiling Hydra.Templates ( src/gen-main/haskell/Hydra/Templates.hs, nothing )
[155 of 390] Compiling Hydra.Decode.Typing ( src/gen-main/haskell/Hydra/Decode/Typing.hs, nothing )
[156 of 390] Compiling Hydra.Decode.Tabular ( src/gen-main/haskell/Hydra/Decode/Tabular.hs, nothing )
[157 of 390] Compiling Hydra.Decode.Query ( src/gen-main/haskell/Hydra/Decode/Query.hs, nothing )
[158 of 390] Compiling Hydra.Decode.Phantoms ( src/gen-main/haskell/Hydra/Decode/Phantoms.hs, nothing )
[159 of 390] Compiling Hydra.Decode.Module ( src/gen-main/haskell/Hydra/Decode/Module.hs, nothing )
[160 of 390] Compiling Hydra.Decode.Constraints ( src/gen-main/haskell/Hydra/Decode/Constraints.hs, nothing )
[161 of 390] Compiling Hydra.Decode.Compute ( src/gen-main/haskell/Hydra/Decode/Compute.hs, nothing )
[162 of 390] Compiling Hydra.Decode.Classes ( src/gen-main/haskell/Hydra/Decode/Classes.hs, nothing )
[163 of 390] Compiling Hydra.Decode.Ast ( src/gen-main/haskell/Hydra/Decode/Ast.hs, nothing )
[164 of 390] Compiling Hydra.Decode.Accessors ( src/gen-main/haskell/Hydra/Decode/Accessors.hs, nothing )
[165 of 390] Compiling Hydra.Json.Encode ( src/gen-main/haskell/Hydra/Json/Encode.hs, nothing )
[166 of 390] Compiling Hydra.Json.Decode ( src/gen-main/haskell/Hydra/Json/Decode.hs, nothing )
[167 of 390] Compiling Hydra.Extract.Core ( src/gen-main/haskell/Hydra/Extract/Core.hs, nothing )
[168 of 390] Compiling Hydra.Extract.Util ( src/gen-main/haskell/Hydra/Extract/Util.hs, nothing )
[169 of 390] Compiling Hydra.Eval.Lib.Sets ( src/gen-main/haskell/Hydra/Eval/Lib/Sets.hs, nothing )
[170 of 390] Compiling Hydra.Eval.Lib.Maybes ( src/gen-main/haskell/Hydra/Eval/Lib/Maybes.hs, nothing )
[171 of 390] Compiling Hydra.Eval.Lib.Lists ( src/gen-main/haskell/Hydra/Eval/Lib/Lists.hs, nothing )
[172 of 390] Compiling Hydra.Eval.Lib.Flows ( src/gen-main/haskell/Hydra/Eval/Lib/Flows.hs, nothing )
[173 of 390] Compiling Hydra.Eval.Lib.Eithers ( src/gen-main/haskell/Hydra/Eval/Lib/Eithers.hs, nothing )
[174 of 390] Compiling Hydra.Dsl.Prims ( src/main/haskell/Hydra/Dsl/Prims.hs, nothing )
[175 of 390] Compiling Hydra.Annotations ( src/gen-main/haskell/Hydra/Annotations.hs, nothing )
[176 of 390] Compiling Hydra.Schemas ( src/gen-main/haskell/Hydra/Schemas.hs, nothing )
[177 of 390] Compiling Hydra.Hoisting ( src/gen-main/haskell/Hydra/Hoisting.hs, nothing )
[178 of 390] Compiling Hydra.Grammars ( src/gen-main/haskell/Hydra/Grammars.hs, nothing )
[179 of 390] Compiling Hydra.Encoding ( src/gen-main/haskell/Hydra/Encoding.hs, nothing )
[180 of 390] Compiling Hydra.Dsl.Annotations ( src/main/haskell/Hydra/Dsl/Annotations.hs, nothing )
[181 of 390] Compiling Hydra.Decoding ( src/gen-main/haskell/Hydra/Decoding.hs, nothing )
[182 of 390] Compiling Hydra.Languages ( src/gen-main/haskell/Hydra/Languages.hs, nothing )
[183 of 390] Compiling Hydra.Ext.Org.Json.Language ( src/gen-main/haskell/Hydra/Ext/Org/Json/Language.hs, nothing )
[184 of 390] Compiling Hydra.Ext.Haskell.Language ( src/gen-main/haskell/Hydra/Ext/Haskell/Language.hs, nothing )
[185 of 390] Compiling Hydra.Ext.Haskell.Utils ( src/gen-main/haskell/Hydra/Ext/Haskell/Utils.hs, nothing )
[186 of 390] Compiling Hydra.Encode.Coders ( src/gen-main/haskell/Hydra/Encode/Coders.hs, nothing )
[187 of 390] Compiling Hydra.Encode.Testing ( src/gen-main/haskell/Hydra/Encode/Testing.hs, nothing )
[188 of 390] Compiling Hydra.Decode.Coders ( src/gen-main/haskell/Hydra/Decode/Coders.hs, nothing )
[189 of 390] Compiling Hydra.Decode.Testing ( src/gen-main/haskell/Hydra/Decode/Testing.hs, nothing )
[190 of 390] Compiling Hydra.Checking ( src/gen-main/haskell/Hydra/Checking.hs, nothing )
[191 of 390] Compiling Hydra.Reduction ( src/gen-main/haskell/Hydra/Reduction.hs, nothing )
[192 of 390] Compiling Hydra.Inference ( src/gen-main/haskell/Hydra/Inference.hs, nothing )
[193 of 390] Compiling Hydra.CoderUtils ( src/gen-main/haskell/Hydra/CoderUtils.hs, nothing )
[194 of 390] Compiling Hydra.Adapt.Simple ( src/gen-main/haskell/Hydra/Adapt/Simple.hs, nothing )
[195 of 390] Compiling Hydra.CodeGeneration ( src/gen-main/haskell/Hydra/CodeGeneration.hs, nothing )
[196 of 390] Compiling Hydra.Adapt.Utils ( src/gen-main/haskell/Hydra/Adapt/Utils.hs, nothing )
[197 of 390] Compiling Hydra.Adapt.Literals ( src/gen-main/haskell/Hydra/Adapt/Literals.hs, nothing )
[198 of 390] Compiling Hydra.Adapt.Terms ( src/gen-main/haskell/Hydra/Adapt/Terms.hs, nothing )
[199 of 390] Compiling Hydra.Adapt.Modules ( src/gen-main/haskell/Hydra/Adapt/Modules.hs, nothing )
[200 of 390] Compiling Hydra.Ext.Org.Json.Coder ( src/gen-main/haskell/Hydra/Ext/Org/Json/Coder.hs, nothing )
[201 of 390] Compiling Hydra.Ext.Haskell.Coder ( src/gen-main/haskell/Hydra/Ext/Haskell/Coder.hs, nothing )
[202 of 390] Compiling Hydra.Workflow ( src/gen-main/haskell/Hydra/Workflow.hs, nothing )
[203 of 390] Compiling Hydra.Kernel ( src/main/haskell/Hydra/Kernel.hs, nothing )
[204 of 390] Compiling Hydra.Staging.Yaml.Language ( src/main/haskell/Hydra/Staging/Yaml/Language.hs, nothing )
[205 of 390] Compiling Hydra.Staging.Yaml.Coder ( src/main/haskell/Hydra/Staging/Yaml/Coder.hs, nothing )
[206 of 390] Compiling Hydra.Staging.Yaml.Serde ( src/main/haskell/Hydra/Staging/Yaml/Serde.hs, nothing )
src/main/haskell/Hydra/Staging/Yaml/Serde.hs:27:17: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Data.List, 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 | else case L.head docs of
| ^^^^^^
[207 of 390] Compiling Hydra.Staging.Yaml.Modules ( src/main/haskell/Hydra/Staging/Yaml/Modules.hs, nothing )
[208 of 390] Compiling Hydra.Staging.Testing.Generation.Transform ( src/main/haskell/Hydra/Staging/Testing/Generation/Transform.hs, nothing )
[209 of 390] Compiling Hydra.Sources.Libraries ( src/main/haskell/Hydra/Sources/Libraries.hs, nothing )
[210 of 390] Compiling Hydra.Dsl.Tests ( src/main/haskell/Hydra/Dsl/Tests.hs, nothing )
[211 of 390] Compiling Hydra.Dsl.Bootstrap ( src/main/haskell/Hydra/Dsl/Bootstrap.hs, nothing )
[212 of 390] Compiling Hydra.Sources.Kernel.Types.Core ( src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs, nothing )
[213 of 390] Compiling Hydra.Sources.Yaml.Model ( src/main/haskell/Hydra/Sources/Yaml/Model.hs, nothing )
[214 of 390] Compiling Hydra.Sources.Kernel.Types.Variants ( src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs, nothing )
[215 of 390] Compiling Hydra.Sources.Kernel.Types.Util ( src/main/haskell/Hydra/Sources/Kernel/Types/Util.hs, nothing )
[216 of 390] Compiling Hydra.Sources.Kernel.Types.Typing ( src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs, nothing )
[217 of 390] Compiling Hydra.Sources.Kernel.Types.Topology ( src/main/haskell/Hydra/Sources/Kernel/Types/Topology.hs, nothing )
[218 of 390] Compiling Hydra.Sources.Kernel.Types.Relational ( src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs, nothing )
[219 of 390] Compiling Hydra.Sources.Kernel.Types.Tabular ( src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs, nothing )
[220 of 390] Compiling Hydra.Sources.Kernel.Types.Query ( src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs, nothing )
[221 of 390] Compiling Hydra.Sources.Kernel.Types.Phantoms ( src/main/haskell/Hydra/Sources/Kernel/Types/Phantoms.hs, nothing )
[222 of 390] Compiling Hydra.Sources.Kernel.Types.Parsing ( src/main/haskell/Hydra/Sources/Kernel/Types/Parsing.hs, nothing )
[223 of 390] Compiling Hydra.Sources.Kernel.Types.Grammar ( src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs, nothing )
[224 of 390] Compiling Hydra.Sources.Kernel.Types.Constraints ( src/main/haskell/Hydra/Sources/Kernel/Types/Constraints.hs, nothing )
[225 of 390] Compiling Hydra.Sources.Kernel.Types.Compute ( src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs, nothing )
[226 of 390] Compiling Hydra.Sources.Kernel.Types.Graph ( src/main/haskell/Hydra/Sources/Kernel/Types/Graph.hs, nothing )
[227 of 390] Compiling Hydra.Sources.Kernel.Types.Module ( src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs, nothing )
[228 of 390] Compiling Hydra.Sources.Kernel.Types.Workflow ( src/main/haskell/Hydra/Sources/Kernel/Types/Workflow.hs, nothing )
[229 of 390] Compiling Hydra.Sources.Kernel.Types.Coders ( src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs, nothing )
[230 of 390] Compiling Hydra.Sources.Kernel.Types.Classes ( src/main/haskell/Hydra/Sources/Kernel/Types/Classes.hs, nothing )
[231 of 390] Compiling Hydra.Sources.Kernel.Types.Ast ( src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs, nothing )
[232 of 390] Compiling Hydra.Sources.Kernel.Types.Accessors ( src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs, nothing )
[233 of 390] Compiling Hydra.Sources.Json.Model ( src/main/haskell/Hydra/Sources/Json/Model.hs, nothing )
[234 of 390] Compiling Hydra.Sources.Kernel.Types.Testing ( src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs, nothing )
[235 of 390] Compiling Hydra.Sources.Kernel.Types.All ( src/main/haskell/Hydra/Sources/Kernel/Types/All.hs, nothing )
[236 of 390] Compiling Hydra.Sources.Json.Bootstrap ( src/main/haskell/Hydra/Sources/Json/Bootstrap.hs, nothing )
[237 of 390] Compiling Hydra.Sources.Haskell.Ast ( src/main/haskell/Hydra/Sources/Haskell/Ast.hs, nothing )
[238 of 390] Compiling Hydra.Dsl.Meta.Phantoms ( src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs, nothing )
[239 of 390] Compiling Hydra.Dsl.Meta.Variants ( src/main/haskell/Hydra/Dsl/Meta/Variants.hs, nothing )
[240 of 390] Compiling Hydra.Dsl.Meta.Util ( src/main/haskell/Hydra/Dsl/Meta/Util.hs, nothing )
[241 of 390] Compiling Hydra.Dsl.Meta.Typing ( src/main/haskell/Hydra/Dsl/Meta/Typing.hs, nothing )
[242 of 390] Compiling Hydra.Dsl.Meta.Topology ( src/main/haskell/Hydra/Dsl/Meta/Topology.hs, nothing )
[243 of 390] Compiling Hydra.Dsl.Meta.Lib.Strings ( src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs, nothing )
[244 of 390] Compiling Hydra.Dsl.Meta.Lib.Sets ( src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs, nothing )
[245 of 390] Compiling Hydra.Dsl.Meta.Lib.Pairs ( src/main/haskell/Hydra/Dsl/Meta/Lib/Pairs.hs, nothing )
[246 of 390] Compiling Hydra.Dsl.Meta.Lib.Maybes ( src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs, nothing )
[247 of 390] Compiling Hydra.Dsl.Meta.Lib.Math ( src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs, nothing )
[248 of 390] Compiling Hydra.Dsl.Meta.Lib.Maps ( src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs, nothing )
[249 of 390] Compiling Hydra.Dsl.Meta.Lib.Logic ( src/main/haskell/Hydra/Dsl/Meta/Lib/Logic.hs, nothing )
[250 of 390] Compiling Hydra.Dsl.Meta.Lib.Literals ( src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs, nothing )
[251 of 390] Compiling Hydra.Dsl.Meta.Lib.Lists ( src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs, nothing )
[252 of 390] Compiling Hydra.Dsl.Meta.Lib.Flows ( src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs, nothing )
[253 of 390] Compiling Hydra.Dsl.Meta.Lib.Equality ( src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs, nothing )
[254 of 390] Compiling Hydra.Dsl.Meta.Lib.Eithers ( src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs, nothing )
[255 of 390] Compiling Hydra.Dsl.Meta.Lib.Chars ( src/main/haskell/Hydra/Dsl/Meta/Lib/Chars.hs, nothing )
[256 of 390] Compiling Hydra.Dsl.Meta.Parsing ( src/main/haskell/Hydra/Dsl/Meta/Parsing.hs, nothing )
[257 of 390] Compiling Hydra.Dsl.Meta.Module ( src/main/haskell/Hydra/Dsl/Meta/Module.hs, nothing )
[258 of 390] Compiling Hydra.Dsl.Meta.Json ( src/main/haskell/Hydra/Dsl/Meta/Json.hs, nothing )
[259 of 390] Compiling Hydra.Dsl.Meta.Graph ( src/main/haskell/Hydra/Dsl/Meta/Graph.hs, nothing )
[260 of 390] Compiling Hydra.Dsl.Meta.Grammar ( src/main/haskell/Hydra/Dsl/Meta/Grammar.hs, nothing )
[261 of 390] Compiling Hydra.Dsl.Meta.Core ( src/main/haskell/Hydra/Dsl/Meta/Core.hs, nothing )
[262 of 390] Compiling Hydra.Dsl.Meta.DeepCore ( src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs, nothing )
[263 of 390] Compiling Hydra.Dsl.Meta.Compute ( src/main/haskell/Hydra/Dsl/Meta/Compute.hs, nothing )
[264 of 390] Compiling Hydra.Dsl.Meta.Base ( src/main/haskell/Hydra/Dsl/Meta/Base.hs, nothing )
[265 of 390] Compiling Hydra.Dsl.Meta.Types ( src/main/haskell/Hydra/Dsl/Meta/Types.hs, nothing )
[266 of 390] Compiling Hydra.Dsl.Meta.Coders ( src/main/haskell/Hydra/Dsl/Meta/Coders.hs, nothing )
[267 of 390] Compiling Hydra.Dsl.Meta.Terms ( src/main/haskell/Hydra/Dsl/Meta/Terms.hs, nothing )
[268 of 390] Compiling Hydra.Dsl.Meta.Testing ( src/main/haskell/Hydra/Dsl/Meta/Testing.hs, nothing )
[269 of 390] Compiling Hydra.Sources.Test.TestTypes ( src/main/haskell/Hydra/Sources/Test/TestTypes.hs, nothing )
[270 of 390] Compiling Hydra.Sources.Test.TestTerms ( src/main/haskell/Hydra/Sources/Test/TestTerms.hs, nothing )
[271 of 390] Compiling Hydra.Sources.Test.TestGraph ( src/main/haskell/Hydra/Sources/Test/TestGraph.hs, nothing )
[272 of 390] Compiling Hydra.Sources.Test.Unification ( src/main/haskell/Hydra/Sources/Test/Unification.hs, nothing )
[273 of 390] Compiling Hydra.Sources.Test.Substitution ( src/main/haskell/Hydra/Sources/Test/Substitution.hs, nothing )
[274 of 390] Compiling Hydra.Sources.Test.Rewriting ( src/main/haskell/Hydra/Sources/Test/Rewriting.hs, nothing )
[275 of 390] Compiling Hydra.Sources.Test.Reduction ( src/main/haskell/Hydra/Sources/Test/Reduction.hs, nothing )
[276 of 390] Compiling Hydra.Sources.Test.Ordering ( src/main/haskell/Hydra/Sources/Test/Ordering.hs, nothing )
[277 of 390] Compiling Hydra.Sources.Test.Lib.Strings ( src/main/haskell/Hydra/Sources/Test/Lib/Strings.hs, nothing )
[278 of 390] Compiling Hydra.Sources.Test.Lib.Sets ( src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs, nothing )
[279 of 390] Compiling Hydra.Sources.Test.Lib.Pairs ( src/main/haskell/Hydra/Sources/Test/Lib/Pairs.hs, nothing )
[280 of 390] Compiling Hydra.Sources.Test.Lib.Maybes ( src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs, nothing )
[281 of 390] Compiling Hydra.Sources.Test.Lib.Math ( src/main/haskell/Hydra/Sources/Test/Lib/Math.hs, nothing )
[282 of 390] Compiling Hydra.Sources.Test.Lib.Maps ( src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs, nothing )
[283 of 390] Compiling Hydra.Sources.Test.Lib.Logic ( src/main/haskell/Hydra/Sources/Test/Lib/Logic.hs, nothing )
[284 of 390] Compiling Hydra.Sources.Test.Lib.Literals ( src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs, nothing )
[285 of 390] Compiling Hydra.Sources.Test.Lib.Lists ( src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs, nothing )
[286 of 390] Compiling Hydra.Sources.Test.Lib.Equality ( src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs, nothing )
[287 of 390] Compiling Hydra.Sources.Test.Lib.Eithers ( src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs, nothing )
[288 of 390] Compiling Hydra.Sources.Test.Lib.Chars ( src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs, nothing )
[289 of 390] Compiling Hydra.Sources.Test.Json.Writer ( src/main/haskell/Hydra/Sources/Test/Json/Writer.hs, nothing )
[290 of 390] Compiling Hydra.Sources.Test.Json.Roundtrip ( src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs, nothing )
[291 of 390] Compiling Hydra.Sources.Test.Json.Parser ( src/main/haskell/Hydra/Sources/Test/Json/Parser.hs, nothing )
[292 of 390] Compiling Hydra.Sources.Test.Json.Coder ( src/main/haskell/Hydra/Sources/Test/Json/Coder.hs, nothing )
[293 of 390] Compiling Hydra.Sources.Test.Inference.NominalTypes ( src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs, nothing )
[294 of 390] Compiling Hydra.Sources.Test.Inference.KernelExamples ( src/main/haskell/Hydra/Sources/Test/Inference/KernelExamples.hs, nothing )
[295 of 390] Compiling Hydra.Sources.Test.Inference.Fundamentals ( src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs, nothing )
[296 of 390] Compiling Hydra.Sources.Test.Inference.Failures ( src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs, nothing )
[297 of 390] Compiling Hydra.Sources.Test.Inference.AlgorithmW ( src/main/haskell/Hydra/Sources/Test/Inference/AlgorithmW.hs, nothing )
[298 of 390] Compiling Hydra.Sources.Test.Inference.AlgebraicTypes ( src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs, nothing )
[299 of 390] Compiling Hydra.Sources.Test.Inference.All ( src/main/haskell/Hydra/Sources/Test/Inference/All.hs, nothing )
[300 of 390] Compiling Hydra.Sources.Test.Hoisting ( src/main/haskell/Hydra/Sources/Test/Hoisting.hs, nothing )
[301 of 390] Compiling Hydra.Sources.Test.Formatting ( src/main/haskell/Hydra/Sources/Test/Formatting.hs, nothing )
[302 of 390] Compiling Hydra.Sources.Test.EtaExpansion ( src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs, nothing )
[303 of 390] Compiling Hydra.Sources.Test.Checking.NominalTypes ( src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs, nothing )
[304 of 390] Compiling Hydra.Sources.Test.Checking.Fundamentals ( src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs, nothing )
[305 of 390] Compiling Hydra.Sources.Test.Checking.Failures ( src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs, nothing )
[306 of 390] Compiling Hydra.Sources.Test.Checking.Collections ( src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs, nothing )
[307 of 390] Compiling Hydra.Sources.Test.Checking.AlgebraicTypes ( src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs, nothing )
[308 of 390] Compiling Hydra.Sources.Test.Checking.Advanced ( src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs, nothing )
[309 of 390] Compiling Hydra.Sources.Test.Checking.All ( src/main/haskell/Hydra/Sources/Test/Checking/All.hs, nothing )
[310 of 390] Compiling Hydra.Dsl.Meta.Ast ( src/main/haskell/Hydra/Dsl/Meta/Ast.hs, nothing )
[311 of 390] Compiling Hydra.Dsl.Meta.Accessors ( src/main/haskell/Hydra/Dsl/Meta/Accessors.hs, nothing )
[312 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Util ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Util.hs, nothing )
[313 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Meta ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Meta.hs, nothing )
[314 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Core ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs, nothing )
[315 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Typing ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Typing.hs, nothing )
[316 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Graph ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Graph.hs, nothing )
[317 of 390] Compiling Hydra.Sources.Kernel.Terms.Serialization ( src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs, nothing )
[318 of 390] Compiling Hydra.Sources.Kernel.Terms.Reflect ( src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs, nothing )
[319 of 390] Compiling Hydra.Sources.Kernel.Terms.Parsers ( src/main/haskell/Hydra/Sources/Kernel/Terms/Parsers.hs, nothing )
[320 of 390] Compiling Hydra.Sources.Kernel.Terms.Literals ( src/main/haskell/Hydra/Sources/Kernel/Terms/Literals.hs, nothing )
[321 of 390] Compiling Hydra.Sources.Kernel.Terms.Languages ( src/main/haskell/Hydra/Sources/Kernel/Terms/Languages.hs, nothing )
[322 of 390] Compiling Hydra.Sources.Kernel.Terms.Formatting ( src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs, nothing )
[323 of 390] Compiling Hydra.Sources.Kernel.Terms.Names ( src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs, nothing )
[324 of 390] Compiling Hydra.Sources.Kernel.Terms.Constants ( src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs, nothing )
[325 of 390] Compiling Hydra.Sources.Kernel.Terms.Monads ( src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs, nothing )
[326 of 390] Compiling Hydra.Sources.Test.Monads ( src/main/haskell/Hydra/Sources/Test/Monads.hs, nothing )
[327 of 390] Compiling Hydra.Sources.Test.Lib.Flows ( src/main/haskell/Hydra/Sources/Test/Lib/Flows.hs, nothing )
[328 of 390] Compiling Hydra.Sources.Kernel.Terms.Templates ( src/main/haskell/Hydra/Sources/Kernel/Terms/Templates.hs, nothing )
[329 of 390] Compiling Hydra.Sources.Kernel.Terms.Tarjan ( src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs, nothing )
[330 of 390] Compiling Hydra.Sources.Kernel.Terms.Sorting ( src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs, nothing )
[331 of 390] Compiling Hydra.Sources.Test.Sorting ( src/main/haskell/Hydra/Sources/Test/Sorting.hs, nothing )
[332 of 390] Compiling Hydra.Sources.Kernel.Terms.Rewriting ( src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs, nothing )
[333 of 390] Compiling Hydra.Sources.Kernel.Terms.Substitution ( src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs, nothing )
[334 of 390] Compiling Hydra.Sources.Kernel.Terms.Unification ( src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs, nothing )
[335 of 390] Compiling Hydra.Sources.Kernel.Terms.Show.Accessors ( src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Accessors.hs, nothing )
[336 of 390] Compiling Hydra.Sources.Kernel.Terms.Lexical ( src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs, nothing )
[337 of 390] Compiling Hydra.Sources.Kernel.Terms.Extract.Helpers ( src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Helpers.hs, nothing )
[338 of 390] Compiling Hydra.Sources.Kernel.Terms.Extract.Core ( src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs, nothing )
[339 of 390] Compiling Hydra.Sources.Kernel.Terms.Extract.Util ( src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Util.hs, nothing )
[340 of 390] Compiling Hydra.Sources.Kernel.Terms.Arity ( src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs, nothing )
[341 of 390] Compiling Hydra.Sources.Kernel.Terms.Annotations ( src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs, nothing )
[342 of 390] Compiling Hydra.Sources.Test.Annotations ( src/main/haskell/Hydra/Sources/Test/Annotations.hs, nothing )
[343 of 390] Compiling Hydra.Sources.Kernel.Terms.Schemas ( src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs, nothing )
[344 of 390] Compiling Hydra.Sources.Kernel.Terms.Hoisting ( src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs, nothing )
[345 of 390] Compiling Hydra.Sources.Kernel.Terms.Checking ( src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs, nothing )
[346 of 390] Compiling Hydra.Sources.Kernel.Terms.Inference ( src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs, nothing )
[347 of 390] Compiling Hydra.Sources.Kernel.Terms.Reduction ( src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs, nothing )
[348 of 390] Compiling Hydra.Sources.Kernel.Terms.Grammars ( src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs, nothing )
[349 of 390] Compiling Hydra.Sources.Kernel.Terms.Encoding ( src/main/haskell/Hydra/Sources/Kernel/Terms/Encoding.hs, nothing )
[350 of 390] Compiling Hydra.Sources.Kernel.Terms.Decoding ( src/main/haskell/Hydra/Sources/Kernel/Terms/Decoding.hs, nothing )
[351 of 390] Compiling Hydra.Sources.CoderUtils ( src/main/haskell/Hydra/Sources/CoderUtils.hs, nothing )
[352 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Utils ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs, nothing )
[353 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Simple ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs, nothing )
[354 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Literals ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs, nothing )
[355 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Terms ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs, nothing )
[356 of 390] Compiling Hydra.Sources.Kernel.Terms.Adapt.Modules ( src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs, nothing )
[357 of 390] Compiling Hydra.Sources.Json.Decode ( src/main/haskell/Hydra/Sources/Json/Decode.hs, nothing )
[358 of 390] Compiling Hydra.Sources.Kernel.Terms.CodeGeneration ( src/main/haskell/Hydra/Sources/Kernel/Terms/CodeGeneration.hs, nothing )
[359 of 390] Compiling Hydra.Sources.Kernel.Terms.All ( src/main/haskell/Hydra/Sources/Kernel/Terms/All.hs, nothing )
[360 of 390] Compiling Hydra.Sources.Json.Writer ( src/main/haskell/Hydra/Sources/Json/Writer.hs, nothing )
[361 of 390] Compiling Hydra.Sources.Json.Parser ( src/main/haskell/Hydra/Sources/Json/Parser.hs, nothing )
[362 of 390] Compiling Hydra.Sources.Json.Language ( src/main/haskell/Hydra/Sources/Json/Language.hs, nothing )
[363 of 390] Compiling Hydra.Sources.Json.Extract ( src/main/haskell/Hydra/Sources/Json/Extract.hs, nothing )
[364 of 390] Compiling Hydra.Sources.Json.Encode ( src/main/haskell/Hydra/Sources/Json/Encode.hs, nothing )
[365 of 390] Compiling Hydra.Sources.Json.Decoding ( src/main/haskell/Hydra/Sources/Json/Decoding.hs, nothing )
[366 of 390] Compiling Hydra.Sources.Json.Coder ( src/main/haskell/Hydra/Sources/Json/Coder.hs, nothing )
[367 of 390] Compiling Hydra.Sources.Haskell.Operators ( src/main/haskell/Hydra/Sources/Haskell/Operators.hs, nothing )
[368 of 390] Compiling Hydra.Sources.Test.Serialization ( src/main/haskell/Hydra/Sources/Test/Serialization.hs, nothing )
[369 of 390] Compiling Hydra.Sources.Test.TestSuite ( src/main/haskell/Hydra/Sources/Test/TestSuite.hs, nothing )
[370 of 390] Compiling Hydra.Sources.Test.All ( src/main/haskell/Hydra/Sources/Test/All.hs, nothing )
[371 of 390] Compiling Hydra.Sources.Haskell.Serde ( src/main/haskell/Hydra/Sources/Haskell/Serde.hs, nothing )
[372 of 390] Compiling Hydra.Sources.Haskell.Language ( src/main/haskell/Hydra/Sources/Haskell/Language.hs, nothing )
[373 of 390] Compiling Hydra.Sources.Haskell.Utils ( src/main/haskell/Hydra/Sources/Haskell/Utils.hs, nothing )
[374 of 390] Compiling Hydra.Sources.Haskell.Coder ( src/main/haskell/Hydra/Sources/Haskell/Coder.hs, nothing )
[375 of 390] Compiling Hydra.Sources.All ( src/main/haskell/Hydra/Sources/All.hs, nothing )
[376 of 390] Compiling Hydra.Sources.Eval.Lib.Sets ( src/main/haskell/Hydra/Sources/Eval/Lib/Sets.hs, nothing )
[377 of 390] Compiling Hydra.Sources.Eval.Lib.Pairs ( src/main/haskell/Hydra/Sources/Eval/Lib/Pairs.hs, nothing )
[378 of 390] Compiling Hydra.Sources.Eval.Lib.Maybes ( src/main/haskell/Hydra/Sources/Eval/Lib/Maybes.hs, nothing )
[379 of 390] Compiling Hydra.Sources.Eval.Lib.Maps ( src/main/haskell/Hydra/Sources/Eval/Lib/Maps.hs, nothing )
[380 of 390] Compiling Hydra.Sources.Eval.Lib.Lists ( src/main/haskell/Hydra/Sources/Eval/Lib/Lists.hs, nothing )
[381 of 390] Compiling Hydra.Sources.Eval.Lib.Flows ( src/main/haskell/Hydra/Sources/Eval/Lib/Flows.hs, nothing )
[382 of 390] Compiling Hydra.Sources.Eval.Lib.Eithers ( src/main/haskell/Hydra/Sources/Eval/Lib/Eithers.hs, nothing )
[383 of 390] Compiling Hydra.Sources.Eval.Lib.All ( src/main/haskell/Hydra/Sources/Eval/Lib/All.hs, nothing )
[384 of 390] Compiling Hydra.Generation ( src/main/haskell/Hydra/Generation.hs, nothing )
[385 of 390] Compiling Hydra.Staging.Testing.Generation.Generate ( src/main/haskell/Hydra/Staging/Testing/Generation/Generate.hs, nothing )
[386 of 390] Compiling Hydra.Staging.Testing.Generation.HaskellCodec ( src/main/haskell/Hydra/Staging/Testing/Generation/HaskellCodec.hs, nothing )
[387 of 390] Compiling Hydra.Encode.Workflow ( src/gen-main/haskell/Hydra/Encode/Workflow.hs, nothing )
[388 of 390] Compiling Hydra.Decode.Workflow ( src/gen-main/haskell/Hydra/Decode/Workflow.hs, nothing )
[389 of 390] Compiling Org.Example.Lispy ( src/main/haskell/Org/Example/Lispy.hs, nothing )
[390 of 390] Compiling Paths_hydra ( dist/build/autogen/Paths_hydra.hs, nothing )
Haddock coverage:
Warning: 'first' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'second' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
18% ( 37 /200) in 'Hydra.Core'
Missing documentation for:
_AnnotatedTerm (src/gen-main/haskell/Hydra/Core.hs:23)
_AnnotatedTerm_body (src/gen-main/haskell/Hydra/Core.hs:25)
_AnnotatedTerm_annotation (src/gen-main/haskell/Hydra/Core.hs:27)
_AnnotatedType (src/gen-main/haskell/Hydra/Core.hs:38)
_AnnotatedType_body (src/gen-main/haskell/Hydra/Core.hs:40)
_AnnotatedType_annotation (src/gen-main/haskell/Hydra/Core.hs:42)
_Application (src/gen-main/haskell/Hydra/Core.hs:53)
_Application_function (src/gen-main/haskell/Hydra/Core.hs:55)
_Application_argument (src/gen-main/haskell/Hydra/Core.hs:57)
_ApplicationType (src/gen-main/haskell/Hydra/Core.hs:68)
_ApplicationType_function (src/gen-main/haskell/Hydra/Core.hs:70)
_ApplicationType_argument (src/gen-main/haskell/Hydra/Core.hs:72)
_Binding (src/gen-main/haskell/Hydra/Core.hs:85)
_Binding_name (src/gen-main/haskell/Hydra/Core.hs:87)
_Binding_term (src/gen-main/haskell/Hydra/Core.hs:89)
_Binding_type (src/gen-main/haskell/Hydra/Core.hs:91)
_CaseStatement (src/gen-main/haskell/Hydra/Core.hs:104)
_CaseStatement_typeName (src/gen-main/haskell/Hydra/Core.hs:106)
_CaseStatement_default (src/gen-main/haskell/Hydra/Core.hs:108)
_CaseStatement_cases (src/gen-main/haskell/Hydra/Core.hs:110)
_EitherType (src/gen-main/haskell/Hydra/Core.hs:121)
_EitherType_left (src/gen-main/haskell/Hydra/Core.hs:123)
_EitherType_right (src/gen-main/haskell/Hydra/Core.hs:125)
_PairType (src/gen-main/haskell/Hydra/Core.hs:136)
_PairType_first (src/gen-main/haskell/Hydra/Core.hs:138)
_PairType_second (src/gen-main/haskell/Hydra/Core.hs:140)
_Elimination (src/gen-main/haskell/Hydra/Core.hs:152)
_Elimination_record (src/gen-main/haskell/Hydra/Core.hs:154)
_Elimination_union (src/gen-main/haskell/Hydra/Core.hs:156)
_Elimination_wrap (src/gen-main/haskell/Hydra/Core.hs:158)
_Field (src/gen-main/haskell/Hydra/Core.hs:169)
_Field_name (src/gen-main/haskell/Hydra/Core.hs:171)
_Field_term (src/gen-main/haskell/Hydra/Core.hs:173)
_FieldType (src/gen-main/haskell/Hydra/Core.hs:184)
_FieldType_name (src/gen-main/haskell/Hydra/Core.hs:186)
_FieldType_type (src/gen-main/haskell/Hydra/Core.hs:188)
_FloatType (src/gen-main/haskell/Hydra/Core.hs:200)
_FloatType_bigfloat (src/gen-main/haskell/Hydra/Core.hs:202)
_FloatType_float32 (src/gen-main/haskell/Hydra/Core.hs:204)
_FloatType_float64 (src/gen-main/haskell/Hydra/Core.hs:206)
_FloatValue (src/gen-main/haskell/Hydra/Core.hs:218)
_FloatValue_bigfloat (src/gen-main/haskell/Hydra/Core.hs:220)
_FloatValue_float32 (src/gen-main/haskell/Hydra/Core.hs:222)
_FloatValue_float64 (src/gen-main/haskell/Hydra/Core.hs:224)
_ForallType (src/gen-main/haskell/Hydra/Core.hs:235)
_ForallType_parameter (src/gen-main/haskell/Hydra/Core.hs:237)
_ForallType_body (src/gen-main/haskell/Hydra/Core.hs:239)
_Function (src/gen-main/haskell/Hydra/Core.hs:251)
_Function_elimination (src/gen-main/haskell/Hydra/Core.hs:253)
_Function_lambda (src/gen-main/haskell/Hydra/Core.hs:255)
_Function_primitive (src/gen-main/haskell/Hydra/Core.hs:257)
_FunctionType (src/gen-main/haskell/Hydra/Core.hs:268)
_FunctionType_domain (src/gen-main/haskell/Hydra/Core.hs:270)
_FunctionType_codomain (src/gen-main/haskell/Hydra/Core.hs:272)
_Injection (src/gen-main/haskell/Hydra/Core.hs:283)
_Injection_typeName (src/gen-main/haskell/Hydra/Core.hs:285)
_Injection_field (src/gen-main/haskell/Hydra/Core.hs:287)
_IntegerType (src/gen-main/haskell/Hydra/Core.hs:311)
_IntegerType_bigint (src/gen-main/haskell/Hydra/Core.hs:313)
_IntegerType_int8 (src/gen-main/haskell/Hydra/Core.hs:315)
_IntegerType_int16 (src/gen-main/haskell/Hydra/Core.hs:317)
_IntegerType_int32 (src/gen-main/haskell/Hydra/Core.hs:319)
_IntegerType_int64 (src/gen-main/haskell/Hydra/Core.hs:321)
_IntegerType_uint8 (src/gen-main/haskell/Hydra/Core.hs:323)
_IntegerType_uint16 (src/gen-main/haskell/Hydra/Core.hs:325)
_IntegerType_uint32 (src/gen-main/haskell/Hydra/Core.hs:327)
_IntegerType_uint64 (src/gen-main/haskell/Hydra/Core.hs:329)
_IntegerValue (src/gen-main/haskell/Hydra/Core.hs:353)
_IntegerValue_bigint (src/gen-main/haskell/Hydra/Core.hs:355)
_IntegerValue_int8 (src/gen-main/haskell/Hydra/Core.hs:357)
_IntegerValue_int16 (src/gen-main/haskell/Hydra/Core.hs:359)
_IntegerValue_int32 (src/gen-main/haskell/Hydra/Core.hs:361)
_IntegerValue_int64 (src/gen-main/haskell/Hydra/Core.hs:363)
_IntegerValue_uint8 (src/gen-main/haskell/Hydra/Core.hs:365)
_IntegerValue_uint16 (src/gen-main/haskell/Hydra/Core.hs:367)
_IntegerValue_uint32 (src/gen-main/haskell/Hydra/Core.hs:369)
_IntegerValue_uint64 (src/gen-main/haskell/Hydra/Core.hs:371)
_Lambda (src/gen-main/haskell/Hydra/Core.hs:384)
_Lambda_parameter (src/gen-main/haskell/Hydra/Core.hs:386)
_Lambda_domain (src/gen-main/haskell/Hydra/Core.hs:388)
_Lambda_body (src/gen-main/haskell/Hydra/Core.hs:390)
_Let (src/gen-main/haskell/Hydra/Core.hs:401)
_Let_bindings (src/gen-main/haskell/Hydra/Core.hs:403)
_Let_body (src/gen-main/haskell/Hydra/Core.hs:405)
_Literal (src/gen-main/haskell/Hydra/Core.hs:421)
_Literal_binary (src/gen-main/haskell/Hydra/Core.hs:423)
_Literal_boolean (src/gen-main/haskell/Hydra/Core.hs:425)
_Literal_float (src/gen-main/haskell/Hydra/Core.hs:427)
_Literal_integer (src/gen-main/haskell/Hydra/Core.hs:429)
_Literal_string (src/gen-main/haskell/Hydra/Core.hs:431)
_LiteralType (src/gen-main/haskell/Hydra/Core.hs:447)
_LiteralType_binary (src/gen-main/haskell/Hydra/Core.hs:449)
_LiteralType_boolean (src/gen-main/haskell/Hydra/Core.hs:451)
_LiteralType_float (src/gen-main/haskell/Hydra/Core.hs:453)
_LiteralType_integer (src/gen-main/haskell/Hydra/Core.hs:455)
_LiteralType_string (src/gen-main/haskell/Hydra/Core.hs:457)
_MapType (src/gen-main/haskell/Hydra/Core.hs:468)
_MapType_keys (src/gen-main/haskell/Hydra/Core.hs:470)
_MapType_values (src/gen-main/haskell/Hydra/Core.hs:472)
_Name (src/gen-main/haskell/Hydra/Core.hs:480)
_Projection (src/gen-main/haskell/Hydra/Core.hs:491)
_Projection_typeName (src/gen-main/haskell/Hydra/Core.hs:493)
_Projection_field (src/gen-main/haskell/Hydra/Core.hs:495)
_Record (src/gen-main/haskell/Hydra/Core.hs:506)
_Record_typeName (src/gen-main/haskell/Hydra/Core.hs:508)
_Record_fields (src/gen-main/haskell/Hydra/Core.hs:510)
_RowType (src/gen-main/haskell/Hydra/Core.hs:521)
_RowType_typeName (src/gen-main/haskell/Hydra/Core.hs:523)
_RowType_fields (src/gen-main/haskell/Hydra/Core.hs:525)
_Term (src/gen-main/haskell/Hydra/Core.hs:567)
_Term_annotated (src/gen-main/haskell/Hydra/Core.hs:569)
_Term_application (src/gen-main/haskell/Hydra/Core.hs:571)
_Term_either (src/gen-main/haskell/Hydra/Core.hs:573)
_Term_function (src/gen-main/haskell/Hydra/Core.hs:575)
_Term_let (src/gen-main/haskell/Hydra/Core.hs:577)
_Term_list (src/gen-main/haskell/Hydra/Core.hs:579)
_Term_literal (src/gen-main/haskell/Hydra/Core.hs:581)
_Term_map (src/gen-main/haskell/Hydra/Core.hs:583)
_Term_maybe (src/gen-main/haskell/Hydra/Core.hs:585)
_Term_pair (src/gen-main/haskell/Hydra/Core.hs:587)
_Term_record (src/gen-main/haskell/Hydra/Core.hs:589)
_Term_set (src/gen-main/haskell/Hydra/Core.hs:591)
_Term_typeApplication (src/gen-main/haskell/Hydra/Core.hs:593)
_Term_typeLambda (src/gen-main/haskell/Hydra/Core.hs:595)
_Term_union (src/gen-main/haskell/Hydra/Core.hs:597)
_Term_unit (src/gen-main/haskell/Hydra/Core.hs:599)
_Term_variable (src/gen-main/haskell/Hydra/Core.hs:601)
_Term_wrap (src/gen-main/haskell/Hydra/Core.hs:603)
_Type (src/gen-main/haskell/Hydra/Core.hs:641)
_Type_annotated (src/gen-main/haskell/Hydra/Core.hs:643)
_Type_application (src/gen-main/haskell/Hydra/Core.hs:645)
_Type_either (src/gen-main/haskell/Hydra/Core.hs:647)
_Type_forall (src/gen-main/haskell/Hydra/Core.hs:649)
_Type_function (src/gen-main/haskell/Hydra/Core.hs:651)
_Type_list (src/gen-main/haskell/Hydra/Core.hs:653)
_Type_literal (src/gen-main/haskell/Hydra/Core.hs:655)
_Type_map (src/gen-main/haskell/Hydra/Core.hs:657)
_Type_maybe (src/gen-main/haskell/Hydra/Core.hs:659)
_Type_pair (src/gen-main/haskell/Hydra/Core.hs:661)
_Type_record (src/gen-main/haskell/Hydra/Core.hs:663)
_Type_set (src/gen-main/haskell/Hydra/Core.hs:665)
_Type_union (src/gen-main/haskell/Hydra/Core.hs:667)
_Type_unit (src/gen-main/haskell/Hydra/Core.hs:669)
_Type_variable (src/gen-main/haskell/Hydra/Core.hs:671)
_Type_wrap (src/gen-main/haskell/Hydra/Core.hs:673)
_TypeApplicationTerm (src/gen-main/haskell/Hydra/Core.hs:684)
_TypeApplicationTerm_body (src/gen-main/haskell/Hydra/Core.hs:686)
_TypeApplicationTerm_type (src/gen-main/haskell/Hydra/Core.hs:688)
_TypeLambda (src/gen-main/haskell/Hydra/Core.hs:699)
_TypeLambda_parameter (src/gen-main/haskell/Hydra/Core.hs:701)
_TypeLambda_body (src/gen-main/haskell/Hydra/Core.hs:703)
_TypeScheme (src/gen-main/haskell/Hydra/Core.hs:716)
_TypeScheme_variables (src/gen-main/haskell/Hydra/Core.hs:718)
_TypeScheme_type (src/gen-main/haskell/Hydra/Core.hs:720)
_TypeScheme_constraints (src/gen-main/haskell/Hydra/Core.hs:722)
_TypeVariableMetadata (src/gen-main/haskell/Hydra/Core.hs:731)
_TypeVariableMetadata_classes (src/gen-main/haskell/Hydra/Core.hs:733)
_WrappedTerm (src/gen-main/haskell/Hydra/Core.hs:744)
_WrappedTerm_typeName (src/gen-main/haskell/Hydra/Core.hs:746)
_WrappedTerm_body (src/gen-main/haskell/Hydra/Core.hs:748)
_WrappedType (src/gen-main/haskell/Hydra/Core.hs:759)
_WrappedType_typeName (src/gen-main/haskell/Hydra/Core.hs:761)
_WrappedType_body (src/gen-main/haskell/Hydra/Core.hs:763)
100% ( 18 / 18) in 'Hydra.Constants'
25% ( 7 / 27) in 'Hydra.Compute'
Missing documentation for:
_Adapter (src/gen-main/haskell/Hydra/Compute.hs:27)
_Adapter_isLossy (src/gen-main/haskell/Hydra/Compute.hs:29)
_Adapter_source (src/gen-main/haskell/Hydra/Compute.hs:31)
_Adapter_target (src/gen-main/haskell/Hydra/Compute.hs:33)
_Adapter_coder (src/gen-main/haskell/Hydra/Compute.hs:35)
_Bicoder (src/gen-main/haskell/Hydra/Compute.hs:45)
_Bicoder_encode (src/gen-main/haskell/Hydra/Compute.hs:47)
_Bicoder_decode (src/gen-main/haskell/Hydra/Compute.hs:49)
_Coder (src/gen-main/haskell/Hydra/Compute.hs:59)
_Coder_encode (src/gen-main/haskell/Hydra/Compute.hs:61)
_Coder_decode (src/gen-main/haskell/Hydra/Compute.hs:63)
_Flow (src/gen-main/haskell/Hydra/Compute.hs:70)
_FlowState (src/gen-main/haskell/Hydra/Compute.hs:83)
_FlowState_value (src/gen-main/haskell/Hydra/Compute.hs:85)
_FlowState_state (src/gen-main/haskell/Hydra/Compute.hs:87)
_FlowState_trace (src/gen-main/haskell/Hydra/Compute.hs:89)
_Trace (src/gen-main/haskell/Hydra/Compute.hs:102)
_Trace_stack (src/gen-main/haskell/Hydra/Compute.hs:104)
_Trace_messages (src/gen-main/haskell/Hydra/Compute.hs:106)
_Trace_other (src/gen-main/haskell/Hydra/Compute.hs:108)
40% ( 2 / 5) in 'Hydra.Classes'
Missing documentation for:
_TypeClass (src/gen-main/haskell/Hydra/Classes.hs:21)
_TypeClass_equality (src/gen-main/haskell/Hydra/Classes.hs:23)
_TypeClass_ordering (src/gen-main/haskell/Hydra/Classes.hs:25)
22% ( 14 / 61) in 'Hydra.Ast'
Missing documentation for:
_Associativity (src/gen-main/haskell/Hydra/Ast.hs:23)
_Associativity_none (src/gen-main/haskell/Hydra/Ast.hs:25)
_Associativity_left (src/gen-main/haskell/Hydra/Ast.hs:27)
_Associativity_right (src/gen-main/haskell/Hydra/Ast.hs:29)
_Associativity_both (src/gen-main/haskell/Hydra/Ast.hs:31)
_BlockStyle (src/gen-main/haskell/Hydra/Ast.hs:44)
_BlockStyle_indent (src/gen-main/haskell/Hydra/Ast.hs:46)
_BlockStyle_newlineBeforeContent (src/gen-main/haskell/Hydra/Ast.hs:48)
_BlockStyle_newlineAfterContent (src/gen-main/haskell/Hydra/Ast.hs:50)
_BracketExpr (src/gen-main/haskell/Hydra/Ast.hs:63)
_BracketExpr_brackets (src/gen-main/haskell/Hydra/Ast.hs:65)
_BracketExpr_enclosed (src/gen-main/haskell/Hydra/Ast.hs:67)
_BracketExpr_style (src/gen-main/haskell/Hydra/Ast.hs:69)
_Brackets (src/gen-main/haskell/Hydra/Ast.hs:80)
_Brackets_open (src/gen-main/haskell/Hydra/Ast.hs:82)
_Brackets_close (src/gen-main/haskell/Hydra/Ast.hs:84)
_Expr (src/gen-main/haskell/Hydra/Ast.hs:98)
_Expr_const (src/gen-main/haskell/Hydra/Ast.hs:100)
_Expr_indent (src/gen-main/haskell/Hydra/Ast.hs:102)
_Expr_op (src/gen-main/haskell/Hydra/Ast.hs:104)
_Expr_brackets (src/gen-main/haskell/Hydra/Ast.hs:106)
_IndentedExpression (src/gen-main/haskell/Hydra/Ast.hs:117)
_IndentedExpression_style (src/gen-main/haskell/Hydra/Ast.hs:119)
_IndentedExpression_expr (src/gen-main/haskell/Hydra/Ast.hs:121)
_IndentStyle (src/gen-main/haskell/Hydra/Ast.hs:131)
_IndentStyle_allLines (src/gen-main/haskell/Hydra/Ast.hs:133)
_IndentStyle_subsequentLines (src/gen-main/haskell/Hydra/Ast.hs:135)
_Op (src/gen-main/haskell/Hydra/Ast.hs:150)
_Op_symbol (src/gen-main/haskell/Hydra/Ast.hs:152)
_Op_padding (src/gen-main/haskell/Hydra/Ast.hs:154)
_Op_precedence (src/gen-main/haskell/Hydra/Ast.hs:156)
_Op_associativity (src/gen-main/haskell/Hydra/Ast.hs:158)
_OpExpr (src/gen-main/haskell/Hydra/Ast.hs:171)
_OpExpr_op (src/gen-main/haskell/Hydra/Ast.hs:173)
_OpExpr_lhs (src/gen-main/haskell/Hydra/Ast.hs:175)
_OpExpr_rhs (src/gen-main/haskell/Hydra/Ast.hs:177)
_Padding (src/gen-main/haskell/Hydra/Ast.hs:188)
_Padding_left (src/gen-main/haskell/Hydra/Ast.hs:190)
_Padding_right (src/gen-main/haskell/Hydra/Ast.hs:192)
_Precedence (src/gen-main/haskell/Hydra/Ast.hs:200)
_Symbol (src/gen-main/haskell/Hydra/Ast.hs:208)
_Ws (src/gen-main/haskell/Hydra/Ast.hs:224)
_Ws_none (src/gen-main/haskell/Hydra/Ast.hs:226)
_Ws_space (src/gen-main/haskell/Hydra/Ast.hs:228)
_Ws_break (src/gen-main/haskell/Hydra/Ast.hs:230)
_Ws_breakAndIndent (src/gen-main/haskell/Hydra/Ast.hs:232)
_Ws_doubleBreak (src/gen-main/haskell/Hydra/Ast.hs:234)
15% ( 6 / 39) in 'Hydra.Accessors'
Missing documentation for:
_AccessorEdge (src/gen-main/haskell/Hydra/Accessors.hs:26)
_AccessorEdge_source (src/gen-main/haskell/Hydra/Accessors.hs:28)
_AccessorEdge_path (src/gen-main/haskell/Hydra/Accessors.hs:30)
_AccessorEdge_target (src/gen-main/haskell/Hydra/Accessors.hs:32)
_AccessorGraph (src/gen-main/haskell/Hydra/Accessors.hs:43)
_AccessorGraph_nodes (src/gen-main/haskell/Hydra/Accessors.hs:45)
_AccessorGraph_edges (src/gen-main/haskell/Hydra/Accessors.hs:47)
_AccessorNode (src/gen-main/haskell/Hydra/Accessors.hs:60)
_AccessorNode_name (src/gen-main/haskell/Hydra/Accessors.hs:62)
_AccessorNode_label (src/gen-main/haskell/Hydra/Accessors.hs:64)
_AccessorNode_id (src/gen-main/haskell/Hydra/Accessors.hs:66)
_AccessorPath (src/gen-main/haskell/Hydra/Accessors.hs:74)
_TermAccessor (src/gen-main/haskell/Hydra/Accessors.hs:120)
_TermAccessor_annotatedBody (src/gen-main/haskell/Hydra/Accessors.hs:122)
_TermAccessor_applicationFunction (src/gen-main/haskell/Hydra/Accessors.hs:124)
_TermAccessor_applicationArgument (src/gen-main/haskell/Hydra/Accessors.hs:126)
_TermAccessor_lambdaBody (src/gen-main/haskell/Hydra/Accessors.hs:128)
_TermAccessor_unionCasesDefault (src/gen-main/haskell/Hydra/Accessors.hs:130)
_TermAccessor_unionCasesBranch (src/gen-main/haskell/Hydra/Accessors.hs:132)
_TermAccessor_letBody (src/gen-main/haskell/Hydra/Accessors.hs:134)
_TermAccessor_letBinding (src/gen-main/haskell/Hydra/Accessors.hs:136)
_TermAccessor_listElement (src/gen-main/haskell/Hydra/Accessors.hs:138)
_TermAccessor_mapKey (src/gen-main/haskell/Hydra/Accessors.hs:140)
_TermAccessor_mapValue (src/gen-main/haskell/Hydra/Accessors.hs:142)
_TermAccessor_maybeTerm (src/gen-main/haskell/Hydra/Accessors.hs:144)
_TermAccessor_productTerm (src/gen-main/haskell/Hydra/Accessors.hs:146)
_TermAccessor_recordField (src/gen-main/haskell/Hydra/Accessors.hs:148)
_TermAccessor_setElement (src/gen-main/haskell/Hydra/Accessors.hs:150)
_TermAccessor_sumTerm (src/gen-main/haskell/Hydra/Accessors.hs:152)
_TermAccessor_typeLambdaBody (src/gen-main/haskell/Hydra/Accessors.hs:154)
_TermAccessor_typeApplicationTerm (src/gen-main/haskell/Hydra/Accessors.hs:156)
_TermAccessor_injectionTerm (src/gen-main/haskell/Hydra/Accessors.hs:158)
_TermAccessor_wrappedTerm (src/gen-main/haskell/Hydra/Accessors.hs:160)
100% ( 18 / 18) in 'Hydra.Dsl.LiteralTypes'
100% ( 18 / 18) in 'Hydra.Dsl.Literals'
50% ( 1 / 2) in 'Hydra.Encode.Classes'
Missing documentation for:
typeClass (src/gen-main/haskell/Hydra/Encode/Classes.hs:17)
Warning: 'as' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'pattern' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
22% ( 66 /295) in 'Hydra.Ext.Haskell.Ast'
Missing documentation for:
_Alternative (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:26)
_Alternative_pattern (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:28)
_Alternative_rhs (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:30)
_Alternative_binds (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:32)
_Assertion (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:42)
_Assertion_class (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:44)
_Assertion_tuple (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:46)
_ClassAssertion (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:57)
_ClassAssertion_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:59)
_ClassAssertion_types (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:61)
_CaseRhs (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:69)
_Constructor (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:79)
_Constructor_ordinary (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:81)
_Constructor_record (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:83)
_OrdinaryConstructor (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:94)
_OrdinaryConstructor_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:96)
_OrdinaryConstructor_fields (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:98)
_RecordConstructor (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:109)
_RecordConstructor_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:111)
_RecordConstructor_fields (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:113)
_ConstructorWithComments (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:124)
_ConstructorWithComments_body (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:126)
_ConstructorWithComments_comments (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:128)
_DataDeclaration (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:145)
_DataDeclaration_keyword (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:147)
_DataDeclaration_context (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:149)
_DataDeclaration_head (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:151)
_DataDeclaration_constructors (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:153)
_DataDeclaration_deriving (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:155)
_DataOrNewtype (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:163)
_DataOrNewtype_data (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:165)
_DataOrNewtype_newtype (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:167)
_DeclarationWithComments (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:178)
_DeclarationWithComments_body (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:180)
_DeclarationWithComments_comments (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:182)
_Declaration (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:196)
_Declaration_data (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:198)
_Declaration_type (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:200)
_Declaration_valueBinding (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:202)
_Declaration_typedBinding (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:204)
_DeclarationHead (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:216)
_DeclarationHead_application (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:218)
_DeclarationHead_parens (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:220)
_DeclarationHead_simple (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:222)
_ApplicationDeclarationHead (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:233)
_ApplicationDeclarationHead_function (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:235)
_ApplicationDeclarationHead_operand (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:237)
_Deriving (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:245)
_Export (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:255)
_Export_declaration (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:257)
_Export_module (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:259)
_Expression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:301)
_Expression_application (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:303)
_Expression_case (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:305)
_Expression_constructRecord (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:307)
_Expression_do (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:309)
_Expression_if (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:311)
_Expression_infixApplication (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:313)
_Expression_literal (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:315)
_Expression_lambda (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:317)
_Expression_leftSection (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:319)
_Expression_let (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:321)
_Expression_list (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:323)
_Expression_parens (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:325)
_Expression_prefixApplication (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:327)
_Expression_rightSection (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:329)
_Expression_tuple (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:331)
_Expression_typeSignature (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:333)
_Expression_updateRecord (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:335)
_Expression_variable (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:337)
_ApplicationExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:348)
_ApplicationExpression_function (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:350)
_ApplicationExpression_argument (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:352)
_CaseExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:363)
_CaseExpression_case (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:365)
_CaseExpression_alternatives (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:367)
_ConstructRecordExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:378)
_ConstructRecordExpression_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:380)
_ConstructRecordExpression_fields (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:382)
_IfExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:395)
_IfExpression_condition (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:397)
_IfExpression_then (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:399)
_IfExpression_else (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:401)
_InfixApplicationExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:414)
_InfixApplicationExpression_lhs (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:416)
_InfixApplicationExpression_operator (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:418)
_InfixApplicationExpression_rhs (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:420)
_LambdaExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:431)
_LambdaExpression_bindings (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:433)
_LambdaExpression_inner (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:435)
_LetExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:446)
_LetExpression_bindings (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:448)
_LetExpression_inner (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:450)
_PrefixApplicationExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:461)
_PrefixApplicationExpression_operator (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:463)
_PrefixApplicationExpression_rhs (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:465)
_SectionExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:476)
_SectionExpression_operator (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:478)
_SectionExpression_expression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:480)
_TypeSignatureExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:491)
_TypeSignatureExpression_inner (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:493)
_TypeSignatureExpression_type (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:495)
_UpdateRecordExpression (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:506)
_UpdateRecordExpression_inner (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:508)
_UpdateRecordExpression_fields (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:510)
_Field (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:521)
_Field_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:523)
_Field_type (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:525)
_FieldWithComments (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:536)
_FieldWithComments_field (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:538)
_FieldWithComments_comments (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:540)
_FieldUpdate (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:551)
_FieldUpdate_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:553)
_FieldUpdate_value (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:555)
_Import (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:570)
_Import_qualified (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:572)
_Import_module (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:574)
_Import_as (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:576)
_Import_spec (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:578)
_SpecImport (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:588)
_SpecImport_list (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:590)
_SpecImport_hiding (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:592)
_ImportModifier (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:600)
_ImportModifier_pattern (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:602)
_ImportModifier_type (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:604)
_ImportExportSpec (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:617)
_ImportExportSpec_modifier (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:619)
_ImportExportSpec_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:621)
_ImportExportSpec_subspec (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:623)
_SubspecImportExportSpec (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:633)
_SubspecImportExportSpec_all (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:635)
_SubspecImportExportSpec_list (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:637)
_Literal (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:655)
_Literal_char (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:657)
_Literal_double (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:659)
_Literal_float (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:661)
_Literal_int (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:663)
_Literal_integer (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:665)
_Literal_string (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:667)
_LocalBinding (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:677)
_LocalBinding_signature (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:679)
_LocalBinding_value (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:681)
_LocalBindings (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:689)
_Module (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:702)
_Module_head (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:704)
_Module_imports (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:706)
_Module_declarations (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:708)
_ModuleHead (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:721)
_ModuleHead_comments (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:723)
_ModuleHead_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:725)
_ModuleHead_exports (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:727)
_ModuleName (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:735)
_Name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:747)
_Name_implicit (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:749)
_Name_normal (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:751)
_Name_parens (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:753)
_NamePart (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:761)
_Operator (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:771)
_Operator_backtick (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:773)
_Operator_normal (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:775)
_Pattern (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:801)
_Pattern_application (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:803)
_Pattern_as (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:805)
_Pattern_list (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:807)
_Pattern_literal (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:809)
_Pattern_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:811)
_Pattern_parens (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:813)
_Pattern_record (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:815)
_Pattern_tuple (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:817)
_Pattern_typed (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:819)
_Pattern_wildcard (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:821)
_ApplicationPattern (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:832)
_ApplicationPattern_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:834)
_ApplicationPattern_args (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:836)
_AsPattern (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:847)
_AsPattern_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:849)
_AsPattern_inner (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:851)
_RecordPattern (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:862)
_RecordPattern_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:864)
_RecordPattern_fields (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:866)
_TypedPattern (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:877)
_TypedPattern_inner (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:879)
_TypedPattern_type (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:881)
_PatternField (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:892)
_PatternField_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:894)
_PatternField_pattern (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:896)
_QualifiedName (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:907)
_QualifiedName_qualifiers (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:909)
_QualifiedName_unqualified (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:911)
_RightHandSide (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:919)
_Statement (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:927)
_Type (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:949)
_Type_application (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:951)
_Type_ctx (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:953)
_Type_function (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:955)
_Type_infix (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:957)
_Type_list (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:959)
_Type_parens (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:961)
_Type_tuple (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:963)
_Type_variable (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:965)
_ApplicationType (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:976)
_ApplicationType_context (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:978)
_ApplicationType_argument (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:980)
_ContextType (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:991)
_ContextType_ctx (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:993)
_ContextType_type (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:995)
_FunctionType (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1006)
_FunctionType_domain (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1008)
_FunctionType_codomain (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1010)
_InfixType (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1023)
_InfixType_lhs (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1025)
_InfixType_operator (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1027)
_InfixType_rhs (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1029)
_TypeDeclaration (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1040)
_TypeDeclaration_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1042)
_TypeDeclaration_type (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1044)
_TypeSignature (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1055)
_TypeSignature_name (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1057)
_TypeSignature_type (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1059)
_TypedBinding (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1070)
_TypedBinding_typeSignature (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1072)
_TypedBinding_valueBinding (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1074)
_ValueBinding (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1082)
_ValueBinding_simple (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1084)
_SimpleValueBinding (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1097)
_SimpleValueBinding_pattern (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1099)
_SimpleValueBinding_rhs (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1101)
_SimpleValueBinding_localBindings (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1103)
_Variable (src/gen-main/haskell/Hydra/Ext/Haskell/Ast.hs:1111)
23% ( 3 / 13) in 'Hydra.Ext.Org.Yaml.Model'
Missing documentation for:
_Node (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:29)
_Node_mapping (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:31)
_Node_scalar (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:33)
_Node_sequence (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:35)
_Scalar (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:51)
_Scalar_bool (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:53)
_Scalar_float (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:55)
_Scalar_int (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:57)
_Scalar_null (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:59)
_Scalar_str (src/gen-main/haskell/Hydra/Ext/Org/Yaml/Model.hs:61)
28% ( 9 / 32) in 'Hydra.Grammar'
Missing documentation for:
_Constant (src/gen-main/haskell/Hydra/Grammar.hs:21)
_Grammar (src/gen-main/haskell/Hydra/Grammar.hs:29)
_Label (src/gen-main/haskell/Hydra/Grammar.hs:37)
_LabeledPattern (src/gen-main/haskell/Hydra/Grammar.hs:48)
_LabeledPattern_label (src/gen-main/haskell/Hydra/Grammar.hs:50)
_LabeledPattern_pattern (src/gen-main/haskell/Hydra/Grammar.hs:52)
_Pattern (src/gen-main/haskell/Hydra/Grammar.hs:80)
_Pattern_alternatives (src/gen-main/haskell/Hydra/Grammar.hs:82)
_Pattern_constant (src/gen-main/haskell/Hydra/Grammar.hs:84)
_Pattern_ignored (src/gen-main/haskell/Hydra/Grammar.hs:86)
_Pattern_labeled (src/gen-main/haskell/Hydra/Grammar.hs:88)
_Pattern_nil (src/gen-main/haskell/Hydra/Grammar.hs:90)
_Pattern_nonterminal (src/gen-main/haskell/Hydra/Grammar.hs:92)
_Pattern_option (src/gen-main/haskell/Hydra/Grammar.hs:94)
_Pattern_plus (src/gen-main/haskell/Hydra/Grammar.hs:96)
_Pattern_regex (src/gen-main/haskell/Hydra/Grammar.hs:98)
_Pattern_sequence (src/gen-main/haskell/Hydra/Grammar.hs:100)
_Pattern_star (src/gen-main/haskell/Hydra/Grammar.hs:102)
_Production (src/gen-main/haskell/Hydra/Grammar.hs:113)
_Production_symbol (src/gen-main/haskell/Hydra/Grammar.hs:115)
_Production_pattern (src/gen-main/haskell/Hydra/Grammar.hs:117)
_Regex (src/gen-main/haskell/Hydra/Grammar.hs:125)
_Symbol (src/gen-main/haskell/Hydra/Grammar.hs:133)
20% ( 3 / 15) in 'Hydra.Dsl.Grammars'
Missing documentation for:
>: (src/main/haskell/Hydra/Dsl/Grammars.hs:16)
alts (src/main/haskell/Hydra/Dsl/Grammars.hs:19)
define (src/main/haskell/Hydra/Dsl/Grammars.hs:22)
ignored (src/main/haskell/Hydra/Dsl/Grammars.hs:29)
list (src/main/haskell/Hydra/Dsl/Grammars.hs:32)
nil (src/main/haskell/Hydra/Dsl/Grammars.hs:35)
opt (src/main/haskell/Hydra/Dsl/Grammars.hs:38)
plus (src/main/haskell/Hydra/Dsl/Grammars.hs:41)
regex (src/main/haskell/Hydra/Dsl/Grammars.hs:44)
star (src/main/haskell/Hydra/Dsl/Grammars.hs:55)
symbol (src/main/haskell/Hydra/Dsl/Grammars.hs:58)
terminal (src/main/haskell/Hydra/Dsl/Grammars.hs:61)
22% ( 4 / 18) in 'Hydra.Graph'
Missing documentation for:
_Graph (src/gen-main/haskell/Hydra/Graph.hs:32)
_Graph_elements (src/gen-main/haskell/Hydra/Graph.hs:34)
_Graph_environment (src/gen-main/haskell/Hydra/Graph.hs:36)
_Graph_types (src/gen-main/haskell/Hydra/Graph.hs:38)
_Graph_body (src/gen-main/haskell/Hydra/Graph.hs:40)
_Graph_primitives (src/gen-main/haskell/Hydra/Graph.hs:42)
_Graph_schema (src/gen-main/haskell/Hydra/Graph.hs:44)
_Primitive (src/gen-main/haskell/Hydra/Graph.hs:56)
_Primitive_name (src/gen-main/haskell/Hydra/Graph.hs:58)
_Primitive_type (src/gen-main/haskell/Hydra/Graph.hs:60)
_Primitive_implementation (src/gen-main/haskell/Hydra/Graph.hs:62)
_TermCoder (src/gen-main/haskell/Hydra/Graph.hs:72)
_TermCoder_type (src/gen-main/haskell/Hydra/Graph.hs:74)
_TermCoder_coder (src/gen-main/haskell/Hydra/Graph.hs:76)
50% ( 1 / 2) in 'Hydra.Json.Bootstrap'
Missing documentation for:
typesByName (src/gen-main/haskell/Hydra/Json/Bootstrap.hs:16)
22% ( 2 / 9) in 'Hydra.Json.Model'
Missing documentation for:
_Value (src/gen-main/haskell/Hydra/Json/Model.hs:31)
_Value_array (src/gen-main/haskell/Hydra/Json/Model.hs:33)
_Value_boolean (src/gen-main/haskell/Hydra/Json/Model.hs:35)
_Value_null (src/gen-main/haskell/Hydra/Json/Model.hs:37)
_Value_number (src/gen-main/haskell/Hydra/Json/Model.hs:39)
_Value_object (src/gen-main/haskell/Hydra/Json/Model.hs:41)
_Value_string (src/gen-main/haskell/Hydra/Json/Model.hs:43)
100% ( 7 / 7) in 'Hydra.Lib.Chars'
100% ( 14 / 14) in 'Hydra.Lib.Eithers'
100% ( 55 / 55) in 'Hydra.Lib.Literals'
100% ( 5 / 5) in 'Hydra.Lib.Logic'
100% ( 21 / 21) in 'Hydra.Lib.Maps'
100% ( 41 / 41) in 'Hydra.Lib.Math'
100% ( 14 / 14) in 'Hydra.Lib.Maybes'
7% ( 1 / 14) in 'Hydra.Encode.Ast'
Missing documentation for:
associativity (src/gen-main/haskell/Hydra/Encode/Ast.hs:18)
blockStyle (src/gen-main/haskell/Hydra/Encode/Ast.hs:41)
bracketExpr (src/gen-main/haskell/Hydra/Encode/Ast.hs:55)
brackets (src/gen-main/haskell/Hydra/Encode/Ast.hs:69)
expr (src/gen-main/haskell/Hydra/Encode/Ast.hs:80)
indentedExpression (src/gen-main/haskell/Hydra/Encode/Ast.hs:103)
indentStyle (src/gen-main/haskell/Hydra/Encode/Ast.hs:114)
op (src/gen-main/haskell/Hydra/Encode/Ast.hs:127)
opExpr (src/gen-main/haskell/Hydra/Encode/Ast.hs:144)
padding (src/gen-main/haskell/Hydra/Encode/Ast.hs:158)
precedence (src/gen-main/haskell/Hydra/Encode/Ast.hs:169)
symbol (src/gen-main/haskell/Hydra/Encode/Ast.hs:174)
ws (src/gen-main/haskell/Hydra/Encode/Ast.hs:179)
100% ( 4 / 4) in 'Hydra.Lib.Pairs'
Warning: 'map' is ambiguous. It is defined
* in GHC.Base
* at src/main/haskell/Hydra/Lib/Sets.hs:35: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/main/haskell/Hydra/Lib/Sets.hs:35:1
100% ( 15 / 15) in 'Hydra.Lib.Sets'
100% ( 14 / 14) in 'Hydra.Lib.Strings'
100% ( 5 / 5) in 'Hydra.Literals'
26% ( 10 / 38) in 'Hydra.Module'
Missing documentation for:
_Definition (src/gen-main/haskell/Hydra/Module.hs:24)
_Definition_term (src/gen-main/haskell/Hydra/Module.hs:26)
_Definition_type (src/gen-main/haskell/Hydra/Module.hs:28)
_FileExtension (src/gen-main/haskell/Hydra/Module.hs:36)
_Library (src/gen-main/haskell/Hydra/Module.hs:48)
_Library_namespace (src/gen-main/haskell/Hydra/Module.hs:50)
_Library_prefix (src/gen-main/haskell/Hydra/Module.hs:52)
_Library_primitives (src/gen-main/haskell/Hydra/Module.hs:54)
_Module (src/gen-main/haskell/Hydra/Module.hs:71)
_Module_namespace (src/gen-main/haskell/Hydra/Module.hs:73)
_Module_elements (src/gen-main/haskell/Hydra/Module.hs:75)
_Module_termDependencies (src/gen-main/haskell/Hydra/Module.hs:77)
_Module_typeDependencies (src/gen-main/haskell/Hydra/Module.hs:79)
_Module_description (src/gen-main/haskell/Hydra/Module.hs:81)
_Namespace (src/gen-main/haskell/Hydra/Module.hs:89)
_Namespaces (src/gen-main/haskell/Hydra/Module.hs:100)
_Namespaces_focus (src/gen-main/haskell/Hydra/Module.hs:102)
_Namespaces_mapping (src/gen-main/haskell/Hydra/Module.hs:104)
_QualifiedName (src/gen-main/haskell/Hydra/Module.hs:115)
_QualifiedName_namespace (src/gen-main/haskell/Hydra/Module.hs:117)
_QualifiedName_local (src/gen-main/haskell/Hydra/Module.hs:119)
_TermDefinition (src/gen-main/haskell/Hydra/Module.hs:132)
_TermDefinition_name (src/gen-main/haskell/Hydra/Module.hs:134)
_TermDefinition_term (src/gen-main/haskell/Hydra/Module.hs:136)
_TermDefinition_type (src/gen-main/haskell/Hydra/Module.hs:138)
_TypeDefinition (src/gen-main/haskell/Hydra/Module.hs:149)
_TypeDefinition_name (src/gen-main/haskell/Hydra/Module.hs:151)
_TypeDefinition_type (src/gen-main/haskell/Hydra/Module.hs:153)
100% ( 2 / 2) in 'Hydra.Dsl.AsType'
33% ( 5 / 15) in 'Hydra.Parsing'
Missing documentation for:
_ParseError (src/gen-main/haskell/Hydra/Parsing.hs:24)
_ParseError_message (src/gen-main/haskell/Hydra/Parsing.hs:26)
_ParseError_remainder (src/gen-main/haskell/Hydra/Parsing.hs:28)
_ParseResult (src/gen-main/haskell/Hydra/Parsing.hs:38)
_ParseResult_success (src/gen-main/haskell/Hydra/Parsing.hs:40)
_ParseResult_failure (src/gen-main/haskell/Hydra/Parsing.hs:42)
_ParseSuccess (src/gen-main/haskell/Hydra/Parsing.hs:53)
_ParseSuccess_value (src/gen-main/haskell/Hydra/Parsing.hs:55)
_ParseSuccess_remainder (src/gen-main/haskell/Hydra/Parsing.hs:57)
_Parser (src/gen-main/haskell/Hydra/Parsing.hs:64)
25% ( 1 / 4) in 'Hydra.Encode.Parsing'
Missing documentation for:
parseError (src/gen-main/haskell/Hydra/Encode/Parsing.hs:17)
parseResult (src/gen-main/haskell/Hydra/Encode/Parsing.hs:28)
parseSuccess (src/gen-main/haskell/Hydra/Encode/Parsing.hs:41)
42% ( 3 / 7) in 'Hydra.Phantoms'
Missing documentation for:
_TBinding (src/gen-main/haskell/Hydra/Phantoms.hs:24)
_TBinding_name (src/gen-main/haskell/Hydra/Phantoms.hs:26)
_TBinding_term (src/gen-main/haskell/Hydra/Phantoms.hs:28)
_TTerm (src/gen-main/haskell/Hydra/Phantoms.hs:36)
100% ( 1 / 1) in 'Hydra.Dsl.Meta.Common'
100% ( 52 / 52) in 'Hydra.Dsl.Types'
100% ( 2 / 2) in 'Hydra.Dsl.AsTerm'
Warning: 'out' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
20% ( 14 / 68) in 'Hydra.Query'
Missing documentation for:
_ComparisonConstraint (src/gen-main/haskell/Hydra/Query.hs:25)
_ComparisonConstraint_equal (src/gen-main/haskell/Hydra/Query.hs:27)
_ComparisonConstraint_notEqual (src/gen-main/haskell/Hydra/Query.hs:29)
_ComparisonConstraint_lessThan (src/gen-main/haskell/Hydra/Query.hs:31)
_ComparisonConstraint_greaterThan (src/gen-main/haskell/Hydra/Query.hs:33)
_ComparisonConstraint_lessThanOrEqual (src/gen-main/haskell/Hydra/Query.hs:35)
_ComparisonConstraint_greaterThanOrEqual (src/gen-main/haskell/Hydra/Query.hs:37)
_Edge (src/gen-main/haskell/Hydra/Query.hs:50)
_Edge_type (src/gen-main/haskell/Hydra/Query.hs:52)
_Edge_out (src/gen-main/haskell/Hydra/Query.hs:54)
_Edge_in (src/gen-main/haskell/Hydra/Query.hs:56)
_GraphPattern (src/gen-main/haskell/Hydra/Query.hs:67)
_GraphPattern_graph (src/gen-main/haskell/Hydra/Query.hs:69)
_GraphPattern_patterns (src/gen-main/haskell/Hydra/Query.hs:71)
_Node (src/gen-main/haskell/Hydra/Query.hs:83)
_Node_term (src/gen-main/haskell/Hydra/Query.hs:85)
_Node_variable (src/gen-main/haskell/Hydra/Query.hs:87)
_Node_wildcard (src/gen-main/haskell/Hydra/Query.hs:89)
_Path (src/gen-main/haskell/Hydra/Query.hs:101)
_Path_step (src/gen-main/haskell/Hydra/Query.hs:103)
_Path_regex (src/gen-main/haskell/Hydra/Query.hs:105)
_Path_inverse (src/gen-main/haskell/Hydra/Query.hs:107)
_Pattern (src/gen-main/haskell/Hydra/Query.hs:123)
_Pattern_triple (src/gen-main/haskell/Hydra/Query.hs:125)
_Pattern_negation (src/gen-main/haskell/Hydra/Query.hs:127)
_Pattern_conjunction (src/gen-main/haskell/Hydra/Query.hs:129)
_Pattern_disjunction (src/gen-main/haskell/Hydra/Query.hs:131)
_Pattern_graph (src/gen-main/haskell/Hydra/Query.hs:133)
_Query (src/gen-main/haskell/Hydra/Query.hs:144)
_Query_variables (src/gen-main/haskell/Hydra/Query.hs:146)
_Query_patterns (src/gen-main/haskell/Hydra/Query.hs:148)
_Range (src/gen-main/haskell/Hydra/Query.hs:159)
_Range_min (src/gen-main/haskell/Hydra/Query.hs:161)
_Range_max (src/gen-main/haskell/Hydra/Query.hs:163)
_RegexQuantifier (src/gen-main/haskell/Hydra/Query.hs:183)
_RegexQuantifier_one (src/gen-main/haskell/Hydra/Query.hs:185)
_RegexQuantifier_zeroOrOne (src/gen-main/haskell/Hydra/Query.hs:187)
_RegexQuantifier_zeroOrMore (src/gen-main/haskell/Hydra/Query.hs:189)
_RegexQuantifier_oneOrMore (src/gen-main/haskell/Hydra/Query.hs:191)
_RegexQuantifier_exactly (src/gen-main/haskell/Hydra/Query.hs:193)
_RegexQuantifier_atLeast (src/gen-main/haskell/Hydra/Query.hs:195)
_RegexQuantifier_range (src/gen-main/haskell/Hydra/Query.hs:197)
_RegexSequence (src/gen-main/haskell/Hydra/Query.hs:208)
_RegexSequence_path (src/gen-main/haskell/Hydra/Query.hs:210)
_RegexSequence_quantifier (src/gen-main/haskell/Hydra/Query.hs:212)
_Step (src/gen-main/haskell/Hydra/Query.hs:224)
_Step_edge (src/gen-main/haskell/Hydra/Query.hs:226)
_Step_project (src/gen-main/haskell/Hydra/Query.hs:228)
_Step_compare (src/gen-main/haskell/Hydra/Query.hs:230)
_TriplePattern (src/gen-main/haskell/Hydra/Query.hs:243)
_TriplePattern_subject (src/gen-main/haskell/Hydra/Query.hs:245)
_TriplePattern_predicate (src/gen-main/haskell/Hydra/Query.hs:247)
_TriplePattern_object (src/gen-main/haskell/Hydra/Query.hs:249)
_Variable (src/gen-main/haskell/Hydra/Query.hs:257)
33% ( 3 / 9) in 'Hydra.Constraints'
Missing documentation for:
_PathEquation (src/gen-main/haskell/Hydra/Constraints.hs:25)
_PathEquation_left (src/gen-main/haskell/Hydra/Constraints.hs:27)
_PathEquation_right (src/gen-main/haskell/Hydra/Constraints.hs:29)
_PatternImplication (src/gen-main/haskell/Hydra/Constraints.hs:40)
_PatternImplication_antecedent (src/gen-main/haskell/Hydra/Constraints.hs:42)
_PatternImplication_consequent (src/gen-main/haskell/Hydra/Constraints.hs:44)
Warning: 'domains' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nonsimple' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
37% ( 10 / 27) in 'Hydra.Relational'
Missing documentation for:
_ColumnName (src/gen-main/haskell/Hydra/Relational.hs:21)
_ColumnSchema (src/gen-main/haskell/Hydra/Relational.hs:32)
_ColumnSchema_name (src/gen-main/haskell/Hydra/Relational.hs:34)
_ColumnSchema_domain (src/gen-main/haskell/Hydra/Relational.hs:36)
_ForeignKey (src/gen-main/haskell/Hydra/Relational.hs:47)
_ForeignKey_foreignRelation (src/gen-main/haskell/Hydra/Relational.hs:49)
_ForeignKey_keys (src/gen-main/haskell/Hydra/Relational.hs:51)
_PrimaryKey (src/gen-main/haskell/Hydra/Relational.hs:59)
_Relation (src/gen-main/haskell/Hydra/Relational.hs:67)
_RelationName (src/gen-main/haskell/Hydra/Relational.hs:75)
_RelationSchema (src/gen-main/haskell/Hydra/Relational.hs:90)
_RelationSchema_name (src/gen-main/haskell/Hydra/Relational.hs:92)
_RelationSchema_columns (src/gen-main/haskell/Hydra/Relational.hs:94)
_RelationSchema_primaryKeys (src/gen-main/haskell/Hydra/Relational.hs:96)
_RelationSchema_foreignKeys (src/gen-main/haskell/Hydra/Relational.hs:98)
_Relationship (src/gen-main/haskell/Hydra/Relational.hs:106)
_Row (src/gen-main/haskell/Hydra/Relational.hs:114)
50% ( 1 / 2) in 'Hydra.Settings'
Missing documentation for:
hydraDebug (src/main/haskell/Hydra/Settings.hs:5)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Accessors'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Accessors.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Ast'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Ast.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Classes'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Classes.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Coders'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Coders.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Compute'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Compute.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Constraints'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Constraints.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Core'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Core.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Grammar'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Grammar.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Json.Model'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Json/Model.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Module'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Module.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Parsing'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Parsing.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Phantoms'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Phantoms.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Query'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Query.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Relational'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Relational.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Tabular'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Tabular.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Testing'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Testing.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Topology'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Topology.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Typing'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Typing.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Util'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Util.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Variants'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Variants.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Decode.Workflow'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Decode/Workflow.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Accessors'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Accessors.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Ast'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Ast.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Classes'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Classes.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Coders'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Coders.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Compute'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Compute.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Constraints'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Constraints.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Core'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Core.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Grammar'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Grammar.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Json.Model'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Json/Model.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Module'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Module.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Parsing'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Parsing.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Phantoms'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Phantoms.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Query'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Query.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Relational'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Relational.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Tabular'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Tabular.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Testing'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Testing.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Topology'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Topology.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Typing'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Typing.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Util'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Util.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Variants'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Variants.hs:17)
50% ( 1 / 2) in 'Hydra.Sources.Encode.Workflow'
Missing documentation for:
module_ (src/gen-main/haskell/Hydra/Sources/Encode/Workflow.hs:17)
35% ( 6 / 17) in 'Hydra.Tabular'
Missing documentation for:
_ColumnType (src/gen-main/haskell/Hydra/Tabular.hs:23)
_ColumnType_name (src/gen-main/haskell/Hydra/Tabular.hs:25)
_ColumnType_type (src/gen-main/haskell/Hydra/Tabular.hs:27)
_DataRow (src/gen-main/haskell/Hydra/Tabular.hs:35)
_HeaderRow (src/gen-main/haskell/Hydra/Tabular.hs:43)
_Table (src/gen-main/haskell/Hydra/Tabular.hs:54)
_Table_header (src/gen-main/haskell/Hydra/Tabular.hs:56)
_Table_data (src/gen-main/haskell/Hydra/Tabular.hs:58)
_TableType (src/gen-main/haskell/Hydra/Tabular.hs:67)
_TableType_name (src/gen-main/haskell/Hydra/Tabular.hs:69)
_TableType_columns (src/gen-main/haskell/Hydra/Tabular.hs:71)
33% ( 1 / 3) in 'Hydra.Dsl.Tabular'
Missing documentation for:
columnType (src/main/haskell/Hydra/Dsl/Tabular.hs:11)
tableType (src/main/haskell/Hydra/Dsl/Tabular.hs:14)
33% ( 1 / 3) in 'Hydra.Tools.Bytestrings'
Missing documentation for:
bytesToString (src/main/haskell/Hydra/Tools/Bytestrings.hs:11)
stringToBytes (src/main/haskell/Hydra/Tools/Bytestrings.hs:14)
33% ( 1 / 3) in 'Hydra.Tools.Debug'
Missing documentation for:
DebugException (src/main/haskell/Hydra/Tools/Debug.hs:7)
throwDebugException (src/main/haskell/Hydra/Tools/Debug.hs:12)
17% ( 3 / 17) in 'Hydra.Topology'
Missing documentation for:
_Graph (src/gen-main/haskell/Hydra/Topology.hs:18)
OrderingIsomorphism (src/gen-main/haskell/Hydra/Topology.hs:20)
_OrderingIsomorphism (src/gen-main/haskell/Hydra/Topology.hs:27)
_OrderingIsomorphism_encode (src/gen-main/haskell/Hydra/Topology.hs:29)
_OrderingIsomorphism_decode (src/gen-main/haskell/Hydra/Topology.hs:31)
TarjanState (src/gen-main/haskell/Hydra/Topology.hs:33)
_TarjanState (src/gen-main/haskell/Hydra/Topology.hs:49)
_TarjanState_counter (src/gen-main/haskell/Hydra/Topology.hs:51)
_TarjanState_indices (src/gen-main/haskell/Hydra/Topology.hs:53)
_TarjanState_lowLinks (src/gen-main/haskell/Hydra/Topology.hs:55)
_TarjanState_stack (src/gen-main/haskell/Hydra/Topology.hs:57)
_TarjanState_onStack (src/gen-main/haskell/Hydra/Topology.hs:59)
_TarjanState_sccs (src/gen-main/haskell/Hydra/Topology.hs:61)
_Vertex (src/gen-main/haskell/Hydra/Topology.hs:66)
20% ( 8 / 40) in 'Hydra.Typing'
Missing documentation for:
_FunctionStructure (src/gen-main/haskell/Hydra/Typing.hs:34)
_FunctionStructure_typeParams (src/gen-main/haskell/Hydra/Typing.hs:36)
_FunctionStructure_params (src/gen-main/haskell/Hydra/Typing.hs:38)
_FunctionStructure_bindings (src/gen-main/haskell/Hydra/Typing.hs:40)
_FunctionStructure_body (src/gen-main/haskell/Hydra/Typing.hs:42)
_FunctionStructure_domains (src/gen-main/haskell/Hydra/Typing.hs:44)
_FunctionStructure_codomain (src/gen-main/haskell/Hydra/Typing.hs:46)
_FunctionStructure_environment (src/gen-main/haskell/Hydra/Typing.hs:48)
_InferenceContext (src/gen-main/haskell/Hydra/Typing.hs:65)
_InferenceContext_schemaTypes (src/gen-main/haskell/Hydra/Typing.hs:67)
_InferenceContext_primitiveTypes (src/gen-main/haskell/Hydra/Typing.hs:69)
_InferenceContext_dataTypes (src/gen-main/haskell/Hydra/Typing.hs:71)
_InferenceContext_classConstraints (src/gen-main/haskell/Hydra/Typing.hs:73)
_InferenceContext_debug (src/gen-main/haskell/Hydra/Typing.hs:75)
_InferenceResult (src/gen-main/haskell/Hydra/Typing.hs:90)
_InferenceResult_term (src/gen-main/haskell/Hydra/Typing.hs:92)
_InferenceResult_type (src/gen-main/haskell/Hydra/Typing.hs:94)
_InferenceResult_subst (src/gen-main/haskell/Hydra/Typing.hs:96)
_InferenceResult_classConstraints (src/gen-main/haskell/Hydra/Typing.hs:98)
_TermSubst (src/gen-main/haskell/Hydra/Typing.hs:106)
_TypeConstraint (src/gen-main/haskell/Hydra/Typing.hs:119)
_TypeConstraint_left (src/gen-main/haskell/Hydra/Typing.hs:121)
_TypeConstraint_right (src/gen-main/haskell/Hydra/Typing.hs:123)
_TypeConstraint_comment (src/gen-main/haskell/Hydra/Typing.hs:125)
_TypeContext (src/gen-main/haskell/Hydra/Typing.hs:144)
_TypeContext_types (src/gen-main/haskell/Hydra/Typing.hs:146)
_TypeContext_metadata (src/gen-main/haskell/Hydra/Typing.hs:148)
_TypeContext_typeVariables (src/gen-main/haskell/Hydra/Typing.hs:150)
_TypeContext_lambdaVariables (src/gen-main/haskell/Hydra/Typing.hs:152)
_TypeContext_letVariables (src/gen-main/haskell/Hydra/Typing.hs:154)
_TypeContext_inferenceContext (src/gen-main/haskell/Hydra/Typing.hs:156)
_TypeSubst (src/gen-main/haskell/Hydra/Typing.hs:164)
27% ( 5 / 18) in 'Hydra.Util'
Missing documentation for:
_CaseConvention (src/gen-main/haskell/Hydra/Util.hs:23)
_CaseConvention_camel (src/gen-main/haskell/Hydra/Util.hs:25)
_CaseConvention_pascal (src/gen-main/haskell/Hydra/Util.hs:27)
_CaseConvention_lowerSnake (src/gen-main/haskell/Hydra/Util.hs:29)
_CaseConvention_upperSnake (src/gen-main/haskell/Hydra/Util.hs:31)
_Comparison (src/gen-main/haskell/Hydra/Util.hs:40)
_Comparison_lessThan (src/gen-main/haskell/Hydra/Util.hs:42)
_Comparison_equalTo (src/gen-main/haskell/Hydra/Util.hs:44)
_Comparison_greaterThan (src/gen-main/haskell/Hydra/Util.hs:46)
_DecodingError (src/gen-main/haskell/Hydra/Util.hs:54)
_Precision (src/gen-main/haskell/Hydra/Util.hs:64)
_Precision_arbitrary (src/gen-main/haskell/Hydra/Util.hs:66)
_Precision_bits (src/gen-main/haskell/Hydra/Util.hs:68)
100% ( 2 / 2) in 'Hydra.Show.Util'
100% ( 10 / 10) in 'Hydra.Lib.Equality'
20% ( 1 / 5) in 'Hydra.Encode.Util'
Missing documentation for:
caseConvention (src/gen-main/haskell/Hydra/Encode/Util.hs:17)
comparison (src/gen-main/haskell/Hydra/Encode/Util.hs:40)
decodingError (src/gen-main/haskell/Hydra/Encode/Util.hs:58)
precision (src/gen-main/haskell/Hydra/Encode/Util.hs:63)
84% ( 60 / 71) in 'Hydra.Dsl.Terms'
Missing documentation for:
char (src/main/haskell/Hydra/Dsl/Terms.hs:72)
comparison (src/main/haskell/Hydra/Dsl/Terms.hs:75)
letsTyped (src/main/haskell/Hydra/Dsl/Terms.hs:198)
triple (src/main/haskell/Hydra/Dsl/Terms.hs:279)
tuple3 (src/main/haskell/Hydra/Dsl/Terms.hs:299)
tuple4 (src/main/haskell/Hydra/Dsl/Terms.hs:302)
tuple5 (src/main/haskell/Hydra/Dsl/Terms.hs:305)
tyapp (src/main/haskell/Hydra/Dsl/Terms.hs:308)
tyapps (src/main/haskell/Hydra/Dsl/Terms.hs:310)
tylam (src/main/haskell/Hydra/Dsl/Terms.hs:313)
tylams (src/main/haskell/Hydra/Dsl/Terms.hs:316)
100% ( 37 / 37) in 'Hydra.Lib.Lists'
90% ( 19 / 21) in 'Hydra.Show.Core'
Missing documentation for:
field (src/gen-main/haskell/Hydra/Show/Core.hs:84)
fieldType (src/gen-main/haskell/Hydra/Show/Core.hs:94)
100% ( 3 / 3) in 'Hydra.Show.Typing'
100% ( 2 / 2) in 'Hydra.Show.Graph'
9% ( 5 / 54) in 'Hydra.Serialization'
Missing documentation for:
angleBraces (src/gen-main/haskell/Hydra/Serialization.hs:24)
angleBracesList (src/gen-main/haskell/Hydra/Serialization.hs:29)
bracketList (src/gen-main/haskell/Hydra/Serialization.hs:38)
brackets (src/gen-main/haskell/Hydra/Serialization.hs:47)
commaSep (src/gen-main/haskell/Hydra/Serialization.hs:53)
curlyBlock (src/gen-main/haskell/Hydra/Serialization.hs:56)
curlyBraces (src/gen-main/haskell/Hydra/Serialization.hs:60)
curlyBracesList (src/gen-main/haskell/Hydra/Serialization.hs:65)
cst (src/gen-main/haskell/Hydra/Serialization.hs:68)
customIndent (src/gen-main/haskell/Hydra/Serialization.hs:71)
customIndentBlock (src/gen-main/haskell/Hydra/Serialization.hs:74)
dotSep (src/gen-main/haskell/Hydra/Serialization.hs:85)
doubleNewlineSep (src/gen-main/haskell/Hydra/Serialization.hs:94)
doubleSpace (src/gen-main/haskell/Hydra/Serialization.hs:103)
fullBlockStyle (src/gen-main/haskell/Hydra/Serialization.hs:161)
halfBlockStyle (src/gen-main/haskell/Hydra/Serialization.hs:167)
ifx (src/gen-main/haskell/Hydra/Serialization.hs:173)
indent (src/gen-main/haskell/Hydra/Serialization.hs:179)
indentBlock (src/gen-main/haskell/Hydra/Serialization.hs:182)
indentSubsequentLines (src/gen-main/haskell/Hydra/Serialization.hs:185)
infixWs (src/gen-main/haskell/Hydra/Serialization.hs:190)
infixWsList (src/gen-main/haskell/Hydra/Serialization.hs:196)
inlineStyle (src/gen-main/haskell/Hydra/Serialization.hs:204)
newlineSep (src/gen-main/haskell/Hydra/Serialization.hs:210)
noPadding (src/gen-main/haskell/Hydra/Serialization.hs:219)
noSep (src/gen-main/haskell/Hydra/Serialization.hs:224)
num (src/gen-main/haskell/Hydra/Serialization.hs:233)
op (src/gen-main/haskell/Hydra/Serialization.hs:236)
orOp (src/gen-main/haskell/Hydra/Serialization.hs:245)
orSep (src/gen-main/haskell/Hydra/Serialization.hs:254)
parenList (src/gen-main/haskell/Hydra/Serialization.hs:259)
parens (src/gen-main/haskell/Hydra/Serialization.hs:264)
parentheses (src/gen-main/haskell/Hydra/Serialization.hs:267)
parenthesize (src/gen-main/haskell/Hydra/Serialization.hs:272)
prefix (src/gen-main/haskell/Hydra/Serialization.hs:339)
printExpr (src/gen-main/haskell/Hydra/Serialization.hs:350)
semicolonSep (src/gen-main/haskell/Hydra/Serialization.hs:420)
sep (src/gen-main/haskell/Hydra/Serialization.hs:423)
spaceSep (src/gen-main/haskell/Hydra/Serialization.hs:426)
squareBrackets (src/gen-main/haskell/Hydra/Serialization.hs:435)
sym (src/gen-main/haskell/Hydra/Serialization.hs:452)
symbolSep (src/gen-main/haskell/Hydra/Serialization.hs:455)
tabIndent (src/gen-main/haskell/Hydra/Serialization.hs:472)
tabIndentDoubleSpace (src/gen-main/haskell/Hydra/Serialization.hs:477)
tabIndentSingleSpace (src/gen-main/haskell/Hydra/Serialization.hs:480)
unsupportedType (src/gen-main/haskell/Hydra/Serialization.hs:483)
unsupportedVariant (src/gen-main/haskell/Hydra/Serialization.hs:486)
withComma (src/gen-main/haskell/Hydra/Serialization.hs:489)
withSemi (src/gen-main/haskell/Hydra/Serialization.hs:494)
100% ( 35 / 35) in 'Hydra.Ext.Haskell.Operators'
100% ( 21 / 21) in 'Hydra.Parsers'
Warning: 'flow' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 22 / 22) in 'Hydra.Monads'
100% ( 14 / 14) in 'Hydra.Lib.Flows'
25% ( 1 / 4) in 'Hydra.Tools.Monads'
Missing documentation for:
fromEither (src/main/haskell/Hydra/Tools/Monads.hs:14)
flowToIo (src/main/haskell/Hydra/Tools/Monads.hs:19)
fromMaybe (src/main/haskell/Hydra/Tools/Monads.hs:26)
100% ( 6 / 6) in 'Hydra.Tarjan'
87% ( 7 / 8) in 'Hydra.Sorting'
Missing documentation for:
createOrderingIsomorphism (src/gen-main/haskell/Hydra/Sorting.hs:34)
100% ( 7 / 7) in 'Hydra.Ext.Org.Json.Decoding'
100% ( 13 / 13) in 'Hydra.Extract.Json'
100% ( 2 / 2) in 'Hydra.Eval.Lib.Pairs'
100% ( 6 / 6) in 'Hydra.Json.Writer'
100% ( 19 / 19) in 'Hydra.Json.Parser'
100% ( 17 / 17) in 'Hydra.Formatting'
100% ( 9 / 9) in 'Hydra.Names'
0% ( 2 /254) in 'Hydra.Staging.Lib.Names'
Missing documentation for:
_hydra_lib_chars (src/main/haskell/Hydra/Staging/Lib/Names.hs:10)
_chars_isAlphaNum (src/main/haskell/Hydra/Staging/Lib/Names.hs:12)
_chars_isLower (src/main/haskell/Hydra/Staging/Lib/Names.hs:13)
_chars_isSpace (src/main/haskell/Hydra/Staging/Lib/Names.hs:14)
_chars_isUpper (src/main/haskell/Hydra/Staging/Lib/Names.hs:15)
_chars_toLower (src/main/haskell/Hydra/Staging/Lib/Names.hs:16)
_chars_toUpper (src/main/haskell/Hydra/Staging/Lib/Names.hs:17)
_hydra_lib_eithers (src/main/haskell/Hydra/Staging/Lib/Names.hs:20)
_eithers_bind (src/main/haskell/Hydra/Staging/Lib/Names.hs:22)
_eithers_bimap (src/main/haskell/Hydra/Staging/Lib/Names.hs:23)
_eithers_either (src/main/haskell/Hydra/Staging/Lib/Names.hs:24)
_eithers_fromLeft (src/main/haskell/Hydra/Staging/Lib/Names.hs:25)
_eithers_fromRight (src/main/haskell/Hydra/Staging/Lib/Names.hs:26)
_eithers_isLeft (src/main/haskell/Hydra/Staging/Lib/Names.hs:27)
_eithers_isRight (src/main/haskell/Hydra/Staging/Lib/Names.hs:28)
_eithers_lefts (src/main/haskell/Hydra/Staging/Lib/Names.hs:29)
_eithers_map (src/main/haskell/Hydra/Staging/Lib/Names.hs:30)
_eithers_mapList (src/main/haskell/Hydra/Staging/Lib/Names.hs:31)
_eithers_mapMaybe (src/main/haskell/Hydra/Staging/Lib/Names.hs:32)
_eithers_partitionEithers (src/main/haskell/Hydra/Staging/Lib/Names.hs:33)
_eithers_rights (src/main/haskell/Hydra/Staging/Lib/Names.hs:34)
_hydra_lib_equality (src/main/haskell/Hydra/Staging/Lib/Names.hs:37)
_equality_compare (src/main/haskell/Hydra/Staging/Lib/Names.hs:39)
_equality_equal (src/main/haskell/Hydra/Staging/Lib/Names.hs:40)
_equality_gt (src/main/haskell/Hydra/Staging/Lib/Names.hs:41)
_equality_gte (src/main/haskell/Hydra/Staging/Lib/Names.hs:42)
_equality_identity (src/main/haskell/Hydra/Staging/Lib/Names.hs:43)
_equality_lt (src/main/haskell/Hydra/Staging/Lib/Names.hs:44)
_equality_lte (src/main/haskell/Hydra/Staging/Lib/Names.hs:45)
_equality_max (src/main/haskell/Hydra/Staging/Lib/Names.hs:46)
_equality_min (src/main/haskell/Hydra/Staging/Lib/Names.hs:47)
_hydra_lib_flows (src/main/haskell/Hydra/Staging/Lib/Names.hs:50)
_flows_apply (src/main/haskell/Hydra/Staging/Lib/Names.hs:52)
_flows_bind (src/main/haskell/Hydra/Staging/Lib/Names.hs:53)
_flows_fail (src/main/haskell/Hydra/Staging/Lib/Names.hs:54)
_flows_foldl (src/main/haskell/Hydra/Staging/Lib/Names.hs:55)
_flows_map (src/main/haskell/Hydra/Staging/Lib/Names.hs:56)
_flows_mapElems (src/main/haskell/Hydra/Staging/Lib/Names.hs:57)
_flows_mapKeys (src/main/haskell/Hydra/Staging/Lib/Names.hs:58)
_flows_mapList (src/main/haskell/Hydra/Staging/Lib/Names.hs:59)
_flows_mapMaybe (src/main/haskell/Hydra/Staging/Lib/Names.hs:60)
_flows_mapSet (src/main/haskell/Hydra/Staging/Lib/Names.hs:61)
_flows_pure (src/main/haskell/Hydra/Staging/Lib/Names.hs:62)
_flows_sequence (src/main/haskell/Hydra/Staging/Lib/Names.hs:63)
_flows_withDefault (src/main/haskell/Hydra/Staging/Lib/Names.hs:64)
_hydra_lib_lists (src/main/haskell/Hydra/Staging/Lib/Names.hs:67)
_lists_apply (src/main/haskell/Hydra/Staging/Lib/Names.hs:69)
_lists_at (src/main/haskell/Hydra/Staging/Lib/Names.hs:70)
_lists_bind (src/main/haskell/Hydra/Staging/Lib/Names.hs:71)
_lists_concat (src/main/haskell/Hydra/Staging/Lib/Names.hs:72)
_lists_concat2 (src/main/haskell/Hydra/Staging/Lib/Names.hs:73)
_lists_cons (src/main/haskell/Hydra/Staging/Lib/Names.hs:74)
_lists_drop (src/main/haskell/Hydra/Staging/Lib/Names.hs:75)
_lists_dropWhile (src/main/haskell/Hydra/Staging/Lib/Names.hs:76)
_lists_elem (src/main/haskell/Hydra/Staging/Lib/Names.hs:77)
_lists_filter (src/main/haskell/Hydra/Staging/Lib/Names.hs:78)
_lists_find (src/main/haskell/Hydra/Staging/Lib/Names.hs:79)
_lists_foldl (src/main/haskell/Hydra/Staging/Lib/Names.hs:80)
_lists_group (src/main/haskell/Hydra/Staging/Lib/Names.hs:81)
_lists_head (src/main/haskell/Hydra/Staging/Lib/Names.hs:82)
_lists_init (src/main/haskell/Hydra/Staging/Lib/Names.hs:83)
_lists_intercalate (src/main/haskell/Hydra/Staging/Lib/Names.hs:84)
_lists_intersperse (src/main/haskell/Hydra/Staging/Lib/Names.hs:85)
_lists_last (src/main/haskell/Hydra/Staging/Lib/Names.hs:86)
_lists_length (src/main/haskell/Hydra/Staging/Lib/Names.hs:87)
_lists_map (src/main/haskell/Hydra/Staging/Lib/Names.hs:88)
_lists_nub (src/main/haskell/Hydra/Staging/Lib/Names.hs:89)
_lists_null (src/main/haskell/Hydra/Staging/Lib/Names.hs:90)
_lists_partition (src/main/haskell/Hydra/Staging/Lib/Names.hs:91)
_lists_pure (src/main/haskell/Hydra/Staging/Lib/Names.hs:92)
_lists_replicate (src/main/haskell/Hydra/Staging/Lib/Names.hs:93)
_lists_reverse (src/main/haskell/Hydra/Staging/Lib/Names.hs:94)
_lists_safeHead (src/main/haskell/Hydra/Staging/Lib/Names.hs:95)
_lists_singleton (src/main/haskell/Hydra/Staging/Lib/Names.hs:96)
_lists_sort (src/main/haskell/Hydra/Staging/Lib/Names.hs:97)
_lists_sortOn (src/main/haskell/Hydra/Staging/Lib/Names.hs:98)
_lists_span (src/main/haskell/Hydra/Staging/Lib/Names.hs:99)
_lists_tail (src/main/haskell/Hydra/Staging/Lib/Names.hs:100)
_lists_take (src/main/haskell/Hydra/Staging/Lib/Names.hs:101)
_lists_transpose (src/main/haskell/Hydra/Staging/Lib/Names.hs:102)
_lists_zip (src/main/haskell/Hydra/Staging/Lib/Names.hs:103)
_lists_zipWith (src/main/haskell/Hydra/Staging/Lib/Names.hs:104)
_hydra_lib_literals (src/main/haskell/Hydra/Staging/Lib/Names.hs:107)
_literals_bigfloatToBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:109)
_literals_bigfloatToFloat32 (src/main/haskell/Hydra/Staging/Lib/Names.hs:110)
_literals_bigfloatToFloat64 (src/main/haskell/Hydra/Staging/Lib/Names.hs:111)
_literals_bigintToBigfloat (src/main/haskell/Hydra/Staging/Lib/Names.hs:112)
_literals_bigintToInt8 (src/main/haskell/Hydra/Staging/Lib/Names.hs:113)
_literals_bigintToInt16 (src/main/haskell/Hydra/Staging/Lib/Names.hs:114)
_literals_bigintToInt32 (src/main/haskell/Hydra/Staging/Lib/Names.hs:115)
_literals_bigintToInt64 (src/main/haskell/Hydra/Staging/Lib/Names.hs:116)
_literals_bigintToUint8 (src/main/haskell/Hydra/Staging/Lib/Names.hs:117)
_literals_bigintToUint16 (src/main/haskell/Hydra/Staging/Lib/Names.hs:118)
_literals_bigintToUint32 (src/main/haskell/Hydra/Staging/Lib/Names.hs:119)
_literals_bigintToUint64 (src/main/haskell/Hydra/Staging/Lib/Names.hs:120)
_literals_binaryToBytes (src/main/haskell/Hydra/Staging/Lib/Names.hs:121)
_literals_binaryToString (src/main/haskell/Hydra/Staging/Lib/Names.hs:122)
_literals_float32ToBigfloat (src/main/haskell/Hydra/Staging/Lib/Names.hs:123)
_literals_float64ToBigfloat (src/main/haskell/Hydra/Staging/Lib/Names.hs:124)
_literals_int8ToBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:125)
_literals_int16ToBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:126)
_literals_int32ToBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:127)
_literals_int64ToBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:128)
_literals_readBigfloat (src/main/haskell/Hydra/Staging/Lib/Names.hs:129)
_literals_readBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:130)
_literals_readBoolean (src/main/haskell/Hydra/Staging/Lib/Names.hs:131)
_literals_readFloat32 (src/main/haskell/Hydra/Staging/Lib/Names.hs:132)
_literals_readFloat64 (src/main/haskell/Hydra/Staging/Lib/Names.hs:133)
_literals_readInt8 (src/main/haskell/Hydra/Staging/Lib/Names.hs:134)
_literals_readInt16 (src/main/haskell/Hydra/Staging/Lib/Names.hs:135)
_literals_readInt32 (src/main/haskell/Hydra/Staging/Lib/Names.hs:136)
_literals_readInt64 (src/main/haskell/Hydra/Staging/Lib/Names.hs:137)
_literals_readString (src/main/haskell/Hydra/Staging/Lib/Names.hs:138)
_literals_readUint8 (src/main/haskell/Hydra/Staging/Lib/Names.hs:139)
_literals_readUint16 (src/main/haskell/Hydra/Staging/Lib/Names.hs:140)
_literals_readUint32 (src/main/haskell/Hydra/Staging/Lib/Names.hs:141)
_literals_readUint64 (src/main/haskell/Hydra/Staging/Lib/Names.hs:142)
_literals_showBigfloat (src/main/haskell/Hydra/Staging/Lib/Names.hs:143)
_literals_showBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:144)
_literals_showBoolean (src/main/haskell/Hydra/Staging/Lib/Names.hs:145)
_literals_showFloat32 (src/main/haskell/Hydra/Staging/Lib/Names.hs:146)
_literals_showFloat64 (src/main/haskell/Hydra/Staging/Lib/Names.hs:147)
_literals_showInt8 (src/main/haskell/Hydra/Staging/Lib/Names.hs:148)
_literals_showInt16 (src/main/haskell/Hydra/Staging/Lib/Names.hs:149)
_literals_showInt32 (src/main/haskell/Hydra/Staging/Lib/Names.hs:150)
_literals_showInt64 (src/main/haskell/Hydra/Staging/Lib/Names.hs:151)
_literals_showUint8 (src/main/haskell/Hydra/Staging/Lib/Names.hs:152)
_literals_showUint16 (src/main/haskell/Hydra/Staging/Lib/Names.hs:153)
_literals_showUint32 (src/main/haskell/Hydra/Staging/Lib/Names.hs:154)
_literals_showUint64 (src/main/haskell/Hydra/Staging/Lib/Names.hs:155)
_literals_showString (src/main/haskell/Hydra/Staging/Lib/Names.hs:156)
_literals_stringToBinary (src/main/haskell/Hydra/Staging/Lib/Names.hs:157)
_literals_uint8ToBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:158)
_literals_uint16ToBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:159)
_literals_uint32ToBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:160)
_literals_uint64ToBigint (src/main/haskell/Hydra/Staging/Lib/Names.hs:161)
_hydra_lib_logic (src/main/haskell/Hydra/Staging/Lib/Names.hs:164)
_logic_and (src/main/haskell/Hydra/Staging/Lib/Names.hs:166)
_logic_ifElse (src/main/haskell/Hydra/Staging/Lib/Names.hs:167)
_logic_not (src/main/haskell/Hydra/Staging/Lib/Names.hs:168)
_logic_or (src/main/haskell/Hydra/Staging/Lib/Names.hs:169)
_hydra_lib_maps (src/main/haskell/Hydra/Staging/Lib/Names.hs:172)
_maps_alter (src/main/haskell/Hydra/Staging/Lib/Names.hs:174)
_maps_bimap (src/main/haskell/Hydra/Staging/Lib/Names.hs:175)
_maps_delete (src/main/haskell/Hydra/Staging/Lib/Names.hs:176)
_maps_elems (src/main/haskell/Hydra/Staging/Lib/Names.hs:177)
_maps_empty (src/main/haskell/Hydra/Staging/Lib/Names.hs:178)
_maps_filter (src/main/haskell/Hydra/Staging/Lib/Names.hs:179)
_maps_filterWithKey (src/main/haskell/Hydra/Staging/Lib/Names.hs:180)
_maps_findWithDefault (src/main/haskell/Hydra/Staging/Lib/Names.hs:181)
_maps_fromList (src/main/haskell/Hydra/Staging/Lib/Names.hs:182)
_maps_insert (src/main/haskell/Hydra/Staging/Lib/Names.hs:183)
_maps_keys (src/main/haskell/Hydra/Staging/Lib/Names.hs:184)
_maps_lookup (src/main/haskell/Hydra/Staging/Lib/Names.hs:185)
_maps_map (src/main/haskell/Hydra/Staging/Lib/Names.hs:186)
_maps_mapKeys (src/main/haskell/Hydra/Staging/Lib/Names.hs:187)
_maps_member (src/main/haskell/Hydra/Staging/Lib/Names.hs:188)
_maps_null (src/main/haskell/Hydra/Staging/Lib/Names.hs:189)
_maps_singleton (src/main/haskell/Hydra/Staging/Lib/Names.hs:190)
_maps_size (src/main/haskell/Hydra/Staging/Lib/Names.hs:191)
_maps_toList (src/main/haskell/Hydra/Staging/Lib/Names.hs:192)
_maps_union (src/main/haskell/Hydra/Staging/Lib/Names.hs:193)
_hydra_lib_math (src/main/haskell/Hydra/Staging/Lib/Names.hs:196)
_math_abs (src/main/haskell/Hydra/Staging/Lib/Names.hs:198)
_math_acos (src/main/haskell/Hydra/Staging/Lib/Names.hs:199)
_math_acosh (src/main/haskell/Hydra/Staging/Lib/Names.hs:200)
_math_add (src/main/haskell/Hydra/Staging/Lib/Names.hs:201)
_math_asin (src/main/haskell/Hydra/Staging/Lib/Names.hs:202)
_math_asinh (src/main/haskell/Hydra/Staging/Lib/Names.hs:203)
_math_atan (src/main/haskell/Hydra/Staging/Lib/Names.hs:204)
_math_atan2 (src/main/haskell/Hydra/Staging/Lib/Names.hs:205)
_math_atanh (src/main/haskell/Hydra/Staging/Lib/Names.hs:206)
_math_ceiling (src/main/haskell/Hydra/Staging/Lib/Names.hs:207)
_math_cos (src/main/haskell/Hydra/Staging/Lib/Names.hs:208)
_math_cosh (src/main/haskell/Hydra/Staging/Lib/Names.hs:209)
_math_div (src/main/haskell/Hydra/Staging/Lib/Names.hs:210)
_math_e (src/main/haskell/Hydra/Staging/Lib/Names.hs:211)
_math_even (src/main/haskell/Hydra/Staging/Lib/Names.hs:212)
_math_exp (src/main/haskell/Hydra/Staging/Lib/Names.hs:213)
_math_floor (src/main/haskell/Hydra/Staging/Lib/Names.hs:214)
_math_log (src/main/haskell/Hydra/Staging/Lib/Names.hs:215)
_math_logBase (src/main/haskell/Hydra/Staging/Lib/Names.hs:216)
_math_max (src/main/haskell/Hydra/Staging/Lib/Names.hs:217)
_math_min (src/main/haskell/Hydra/Staging/Lib/Names.hs:218)
_math_mod (src/main/haskell/Hydra/Staging/Lib/Names.hs:219)
_math_mul (src/main/haskell/Hydra/Staging/Lib/Names.hs:220)
_math_negate (src/main/haskell/Hydra/Staging/Lib/Names.hs:221)
_math_odd (src/main/haskell/Hydra/Staging/Lib/Names.hs:222)
_math_pi (src/main/haskell/Hydra/Staging/Lib/Names.hs:223)
_math_pow (src/main/haskell/Hydra/Staging/Lib/Names.hs:224)
_math_pred (src/main/haskell/Hydra/Staging/Lib/Names.hs:225)
_math_range (src/main/haskell/Hydra/Staging/Lib/Names.hs:226)
_math_rem (src/main/haskell/Hydra/Staging/Lib/Names.hs:227)
_math_round (src/main/haskell/Hydra/Staging/Lib/Names.hs:228)
_math_signum (src/main/haskell/Hydra/Staging/Lib/Names.hs:229)
_math_sin (src/main/haskell/Hydra/Staging/Lib/Names.hs:230)
_math_sinh (src/main/haskell/Hydra/Staging/Lib/Names.hs:231)
_math_sqrt (src/main/haskell/Hydra/Staging/Lib/Names.hs:232)
_math_sub (src/main/haskell/Hydra/Staging/Lib/Names.hs:233)
_math_succ (src/main/haskell/Hydra/Staging/Lib/Names.hs:234)
_math_tan (src/main/haskell/Hydra/Staging/Lib/Names.hs:235)
_math_tanh (src/main/haskell/Hydra/Staging/Lib/Names.hs:236)
_math_truncate (src/main/haskell/Hydra/Staging/Lib/Names.hs:237)
_hydra_lib_maybes (src/main/haskell/Hydra/Staging/Lib/Names.hs:240)
_maybes_apply (src/main/haskell/Hydra/Staging/Lib/Names.hs:243)
_maybes_bind (src/main/haskell/Hydra/Staging/Lib/Names.hs:244)
_maybes_cases (src/main/haskell/Hydra/Staging/Lib/Names.hs:245)
_maybes_cat (src/main/haskell/Hydra/Staging/Lib/Names.hs:246)
_maybes_compose (src/main/haskell/Hydra/Staging/Lib/Names.hs:247)
_maybes_fromJust (src/main/haskell/Hydra/Staging/Lib/Names.hs:248)
_maybes_fromMaybe (src/main/haskell/Hydra/Staging/Lib/Names.hs:249)
_maybes_isJust (src/main/haskell/Hydra/Staging/Lib/Names.hs:250)
_maybes_isNothing (src/main/haskell/Hydra/Staging/Lib/Names.hs:251)
_maybes_map (src/main/haskell/Hydra/Staging/Lib/Names.hs:252)
_maybes_mapMaybe (src/main/haskell/Hydra/Staging/Lib/Names.hs:253)
_maybes_maybe (src/main/haskell/Hydra/Staging/Lib/Names.hs:254)
_maybes_pure (src/main/haskell/Hydra/Staging/Lib/Names.hs:255)
_hydra_lib_pairs (src/main/haskell/Hydra/Staging/Lib/Names.hs:258)
_pairs_bimap (src/main/haskell/Hydra/Staging/Lib/Names.hs:260)
_pairs_first (src/main/haskell/Hydra/Staging/Lib/Names.hs:261)
_pairs_second (src/main/haskell/Hydra/Staging/Lib/Names.hs:262)
_hydra_lib_sets (src/main/haskell/Hydra/Staging/Lib/Names.hs:265)
_sets_delete (src/main/haskell/Hydra/Staging/Lib/Names.hs:267)
_sets_difference (src/main/haskell/Hydra/Staging/Lib/Names.hs:268)
_sets_empty (src/main/haskell/Hydra/Staging/Lib/Names.hs:269)
_sets_fromList (src/main/haskell/Hydra/Staging/Lib/Names.hs:270)
_sets_insert (src/main/haskell/Hydra/Staging/Lib/Names.hs:271)
_sets_intersection (src/main/haskell/Hydra/Staging/Lib/Names.hs:272)
_sets_map (src/main/haskell/Hydra/Staging/Lib/Names.hs:273)
_sets_member (src/main/haskell/Hydra/Staging/Lib/Names.hs:274)
_sets_null (src/main/haskell/Hydra/Staging/Lib/Names.hs:275)
_sets_singleton (src/main/haskell/Hydra/Staging/Lib/Names.hs:276)
_sets_size (src/main/haskell/Hydra/Staging/Lib/Names.hs:277)
_sets_toList (src/main/haskell/Hydra/Staging/Lib/Names.hs:278)
_sets_union (src/main/haskell/Hydra/Staging/Lib/Names.hs:279)
_sets_unions (src/main/haskell/Hydra/Staging/Lib/Names.hs:280)
_hydra_lib_strings (src/main/haskell/Hydra/Staging/Lib/Names.hs:283)
_strings_cat (src/main/haskell/Hydra/Staging/Lib/Names.hs:285)
_strings_cat2 (src/main/haskell/Hydra/Staging/Lib/Names.hs:286)
_strings_charAt (src/main/haskell/Hydra/Staging/Lib/Names.hs:287)
_strings_fromList (src/main/haskell/Hydra/Staging/Lib/Names.hs:288)
_strings_intercalate (src/main/haskell/Hydra/Staging/Lib/Names.hs:289)
_strings_null (src/main/haskell/Hydra/Staging/Lib/Names.hs:290)
_strings_length (src/main/haskell/Hydra/Staging/Lib/Names.hs:291)
_strings_lines (src/main/haskell/Hydra/Staging/Lib/Names.hs:292)
_strings_splitOn (src/main/haskell/Hydra/Staging/Lib/Names.hs:293)
_strings_toList (src/main/haskell/Hydra/Staging/Lib/Names.hs:294)
_strings_toLower (src/main/haskell/Hydra/Staging/Lib/Names.hs:295)
_strings_toUpper (src/main/haskell/Hydra/Staging/Lib/Names.hs:296)
_strings_unlines (src/main/haskell/Hydra/Staging/Lib/Names.hs:297)
_typeclass_Eq (src/main/haskell/Hydra/Staging/Lib/Names.hs:303)
_typeclass_Ord (src/main/haskell/Hydra/Staging/Lib/Names.hs:304)
100% ( 37 / 37) in 'Hydra.Ext.Haskell.Serde'
100% ( 7 / 7) in 'Hydra.Eval.Lib.Maps'
25% ( 1 / 4) in 'Hydra.Encode.Topology'
Missing documentation for:
graph (src/gen-main/haskell/Hydra/Encode/Topology.hs:20)
tarjanState (src/gen-main/haskell/Hydra/Encode/Topology.hs:23)
vertex (src/gen-main/haskell/Hydra/Encode/Topology.hs:46)
10% ( 1 / 10) in 'Hydra.Encode.Relational'
Missing documentation for:
columnName (src/gen-main/haskell/Hydra/Encode/Relational.hs:20)
columnSchema (src/gen-main/haskell/Hydra/Encode/Relational.hs:25)
foreignKey (src/gen-main/haskell/Hydra/Encode/Relational.hs:36)
primaryKey (src/gen-main/haskell/Hydra/Encode/Relational.hs:47)
relation (src/gen-main/haskell/Hydra/Encode/Relational.hs:52)
relationName (src/gen-main/haskell/Hydra/Encode/Relational.hs:57)
relationSchema (src/gen-main/haskell/Hydra/Encode/Relational.hs:62)
relationship (src/gen-main/haskell/Hydra/Encode/Relational.hs:79)
row (src/gen-main/haskell/Hydra/Encode/Relational.hs:84)
50% ( 1 / 2) in 'Hydra.Encode.Json.Model'
Missing documentation for:
value (src/gen-main/haskell/Hydra/Encode/Json/Model.hs:19)
50% ( 1 / 2) in 'Hydra.Encode.Json'
Missing documentation for:
value (src/gen-main/haskell/Hydra/Encode/Json.hs:19)
11% ( 1 / 9) in 'Hydra.Encode.Grammar'
Missing documentation for:
constant (src/gen-main/haskell/Hydra/Encode/Grammar.hs:18)
grammar (src/gen-main/haskell/Hydra/Encode/Grammar.hs:23)
label (src/gen-main/haskell/Hydra/Encode/Grammar.hs:28)
labeledPattern (src/gen-main/haskell/Hydra/Encode/Grammar.hs:33)
pattern (src/gen-main/haskell/Hydra/Encode/Grammar.hs:44)
production (src/gen-main/haskell/Hydra/Encode/Grammar.hs:102)
regex (src/gen-main/haskell/Hydra/Encode/Grammar.hs:113)
symbol (src/gen-main/haskell/Hydra/Encode/Grammar.hs:118)
2% ( 1 / 37) in 'Hydra.Encode.Core'
Missing documentation for:
annotatedTerm (src/gen-main/haskell/Hydra/Encode/Core.hs:22)
annotatedType (src/gen-main/haskell/Hydra/Encode/Core.hs:33)
application (src/gen-main/haskell/Hydra/Encode/Core.hs:44)
applicationType (src/gen-main/haskell/Hydra/Encode/Core.hs:55)
binding (src/gen-main/haskell/Hydra/Encode/Core.hs:66)
caseStatement (src/gen-main/haskell/Hydra/Encode/Core.hs:80)
eitherType (src/gen-main/haskell/Hydra/Encode/Core.hs:94)
pairType (src/gen-main/haskell/Hydra/Encode/Core.hs:105)
elimination (src/gen-main/haskell/Hydra/Encode/Core.hs:116)
field (src/gen-main/haskell/Hydra/Encode/Core.hs:134)
fieldType (src/gen-main/haskell/Hydra/Encode/Core.hs:145)
floatType (src/gen-main/haskell/Hydra/Encode/Core.hs:156)
floatValue (src/gen-main/haskell/Hydra/Encode/Core.hs:174)
forallType (src/gen-main/haskell/Hydra/Encode/Core.hs:192)
function (src/gen-main/haskell/Hydra/Encode/Core.hs:203)
functionType (src/gen-main/haskell/Hydra/Encode/Core.hs:221)
injection (src/gen-main/haskell/Hydra/Encode/Core.hs:232)
integerType (src/gen-main/haskell/Hydra/Encode/Core.hs:243)
integerValue (src/gen-main/haskell/Hydra/Encode/Core.hs:291)
lambda (src/gen-main/haskell/Hydra/Encode/Core.hs:339)
let_ (src/gen-main/haskell/Hydra/Encode/Core.hs:353)
literal (src/gen-main/haskell/Hydra/Encode/Core.hs:364)
literalType (src/gen-main/haskell/Hydra/Encode/Core.hs:392)
mapType (src/gen-main/haskell/Hydra/Encode/Core.hs:420)
name (src/gen-main/haskell/Hydra/Encode/Core.hs:431)
projection (src/gen-main/haskell/Hydra/Encode/Core.hs:436)
record (src/gen-main/haskell/Hydra/Encode/Core.hs:447)
rowType (src/gen-main/haskell/Hydra/Encode/Core.hs:458)
term (src/gen-main/haskell/Hydra/Encode/Core.hs:469)
type_ (src/gen-main/haskell/Hydra/Encode/Core.hs:562)
typeApplicationTerm (src/gen-main/haskell/Hydra/Encode/Core.hs:645)
typeLambda (src/gen-main/haskell/Hydra/Encode/Core.hs:656)
typeScheme (src/gen-main/haskell/Hydra/Encode/Core.hs:667)
typeVariableMetadata (src/gen-main/haskell/Hydra/Encode/Core.hs:681)
wrappedTerm (src/gen-main/haskell/Hydra/Encode/Core.hs:689)
wrappedType (src/gen-main/haskell/Hydra/Encode/Core.hs:700)
12% ( 1 / 8) in 'Hydra.Encode.Typing'
Missing documentation for:
functionStructure (src/gen-main/haskell/Hydra/Encode/Typing.hs:22)
inferenceContext (src/gen-main/haskell/Hydra/Encode/Typing.hs:48)
inferenceResult (src/gen-main/haskell/Hydra/Encode/Typing.hs:68)
termSubst (src/gen-main/haskell/Hydra/Encode/Typing.hs:85)
typeConstraint (src/gen-main/haskell/Hydra/Encode/Typing.hs:90)
typeContext (src/gen-main/haskell/Hydra/Encode/Typing.hs:104)
typeSubst (src/gen-main/haskell/Hydra/Encode/Typing.hs:127)
16% ( 1 / 6) in 'Hydra.Encode.Tabular'
Missing documentation for:
columnType (src/gen-main/haskell/Hydra/Encode/Tabular.hs:21)
dataRow (src/gen-main/haskell/Hydra/Encode/Tabular.hs:32)
headerRow (src/gen-main/haskell/Hydra/Encode/Tabular.hs:37)
table (src/gen-main/haskell/Hydra/Encode/Tabular.hs:42)
tableType (src/gen-main/haskell/Hydra/Encode/Tabular.hs:53)
7% ( 1 / 14) in 'Hydra.Encode.Query'
Missing documentation for:
comparisonConstraint (src/gen-main/haskell/Hydra/Encode/Query.hs:20)
edge (src/gen-main/haskell/Hydra/Encode/Query.hs:53)
graphPattern (src/gen-main/haskell/Hydra/Encode/Query.hs:67)
node (src/gen-main/haskell/Hydra/Encode/Query.hs:78)
path (src/gen-main/haskell/Hydra/Encode/Query.hs:96)
pattern (src/gen-main/haskell/Hydra/Encode/Query.hs:114)
query (src/gen-main/haskell/Hydra/Encode/Query.hs:142)
range (src/gen-main/haskell/Hydra/Encode/Query.hs:153)
regexQuantifier (src/gen-main/haskell/Hydra/Encode/Query.hs:164)
regexSequence (src/gen-main/haskell/Hydra/Encode/Query.hs:202)
step (src/gen-main/haskell/Hydra/Encode/Query.hs:213)
triplePattern (src/gen-main/haskell/Hydra/Encode/Query.hs:231)
variable (src/gen-main/haskell/Hydra/Encode/Query.hs:245)
33% ( 1 / 3) in 'Hydra.Encode.Constraints'
Missing documentation for:
pathEquation (src/gen-main/haskell/Hydra/Encode/Constraints.hs:18)
patternImplication (src/gen-main/haskell/Hydra/Encode/Constraints.hs:29)
33% ( 1 / 3) in 'Hydra.Encode.Phantoms'
Missing documentation for:
tBinding (src/gen-main/haskell/Hydra/Encode/Phantoms.hs:18)
tTerm (src/gen-main/haskell/Hydra/Encode/Phantoms.hs:29)
11% ( 1 / 9) in 'Hydra.Encode.Module'
Missing documentation for:
definition (src/gen-main/haskell/Hydra/Encode/Module.hs:22)
fileExtension (src/gen-main/haskell/Hydra/Encode/Module.hs:35)
module_ (src/gen-main/haskell/Hydra/Encode/Module.hs:40)
namespace (src/gen-main/haskell/Hydra/Encode/Module.hs:60)
namespaces (src/gen-main/haskell/Hydra/Encode/Module.hs:65)
qualifiedName (src/gen-main/haskell/Hydra/Encode/Module.hs:76)
termDefinition (src/gen-main/haskell/Hydra/Encode/Module.hs:87)
typeDefinition (src/gen-main/haskell/Hydra/Encode/Module.hs:101)
33% ( 1 / 3) in 'Hydra.Encode.Compute'
Missing documentation for:
flowState (src/gen-main/haskell/Hydra/Encode/Compute.hs:21)
trace (src/gen-main/haskell/Hydra/Encode/Compute.hs:35)
16% ( 1 / 6) in 'Hydra.Encode.Accessors'
Missing documentation for:
accessorEdge (src/gen-main/haskell/Hydra/Encode/Accessors.hs:19)
accessorGraph (src/gen-main/haskell/Hydra/Encode/Accessors.hs:33)
accessorNode (src/gen-main/haskell/Hydra/Encode/Accessors.hs:44)
accessorPath (src/gen-main/haskell/Hydra/Encode/Accessors.hs:58)
termAccessor (src/gen-main/haskell/Hydra/Encode/Accessors.hs:63)
100% ( 7 / 7) in 'Hydra.Arity'
4% ( 1 / 25) in 'Hydra.Dsl.Meta.Literals'
Missing documentation for:
Bigfloat (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:14)
Binary (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:17)
bigfloat (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:20)
bigint (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:23)
binary (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:26)
bool (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:29)
boolean (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:32)
char (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:35)
double (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:38)
false (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:41)
float (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:44)
float32 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:47)
float64 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:50)
int (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:53)
int8 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:56)
int16 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:59)
int32 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:62)
int64 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:65)
string (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:68)
true (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:71)
uint8 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:74)
uint16 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:77)
uint32 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:80)
uint64 (src/main/haskell/Hydra/Dsl/Meta/Literals.hs:83)
10% ( 6 / 56) in 'Hydra.Variants'
Missing documentation for:
_EliminationVariant (src/gen-main/haskell/Hydra/Variants.hs:22)
_EliminationVariant_record (src/gen-main/haskell/Hydra/Variants.hs:24)
_EliminationVariant_union (src/gen-main/haskell/Hydra/Variants.hs:26)
_EliminationVariant_wrap (src/gen-main/haskell/Hydra/Variants.hs:28)
_FunctionVariant (src/gen-main/haskell/Hydra/Variants.hs:37)
_FunctionVariant_elimination (src/gen-main/haskell/Hydra/Variants.hs:39)
_FunctionVariant_lambda (src/gen-main/haskell/Hydra/Variants.hs:41)
_FunctionVariant_primitive (src/gen-main/haskell/Hydra/Variants.hs:43)
_LiteralVariant (src/gen-main/haskell/Hydra/Variants.hs:54)
_LiteralVariant_binary (src/gen-main/haskell/Hydra/Variants.hs:56)
_LiteralVariant_boolean (src/gen-main/haskell/Hydra/Variants.hs:58)
_LiteralVariant_float (src/gen-main/haskell/Hydra/Variants.hs:60)
_LiteralVariant_integer (src/gen-main/haskell/Hydra/Variants.hs:62)
_LiteralVariant_string (src/gen-main/haskell/Hydra/Variants.hs:64)
_TermVariant (src/gen-main/haskell/Hydra/Variants.hs:88)
_TermVariant_annotated (src/gen-main/haskell/Hydra/Variants.hs:90)
_TermVariant_application (src/gen-main/haskell/Hydra/Variants.hs:92)
_TermVariant_either (src/gen-main/haskell/Hydra/Variants.hs:94)
_TermVariant_function (src/gen-main/haskell/Hydra/Variants.hs:96)
_TermVariant_let (src/gen-main/haskell/Hydra/Variants.hs:98)
_TermVariant_list (src/gen-main/haskell/Hydra/Variants.hs:100)
_TermVariant_literal (src/gen-main/haskell/Hydra/Variants.hs:102)
_TermVariant_map (src/gen-main/haskell/Hydra/Variants.hs:104)
_TermVariant_maybe (src/gen-main/haskell/Hydra/Variants.hs:106)
_TermVariant_pair (src/gen-main/haskell/Hydra/Variants.hs:108)
_TermVariant_record (src/gen-main/haskell/Hydra/Variants.hs:110)
_TermVariant_set (src/gen-main/haskell/Hydra/Variants.hs:112)
_TermVariant_typeApplication (src/gen-main/haskell/Hydra/Variants.hs:114)
_TermVariant_typeLambda (src/gen-main/haskell/Hydra/Variants.hs:116)
_TermVariant_union (src/gen-main/haskell/Hydra/Variants.hs:118)
_TermVariant_unit (src/gen-main/haskell/Hydra/Variants.hs:120)
_TermVariant_variable (src/gen-main/haskell/Hydra/Variants.hs:122)
_TermVariant_wrap (src/gen-main/haskell/Hydra/Variants.hs:124)
_TypeVariant (src/gen-main/haskell/Hydra/Variants.hs:146)
_TypeVariant_annotated (src/gen-main/haskell/Hydra/Variants.hs:148)
_TypeVariant_application (src/gen-main/haskell/Hydra/Variants.hs:150)
_TypeVariant_either (src/gen-main/haskell/Hydra/Variants.hs:152)
_TypeVariant_forall (src/gen-main/haskell/Hydra/Variants.hs:154)
_TypeVariant_function (src/gen-main/haskell/Hydra/Variants.hs:156)
_TypeVariant_list (src/gen-main/haskell/Hydra/Variants.hs:158)
_TypeVariant_literal (src/gen-main/haskell/Hydra/Variants.hs:160)
_TypeVariant_map (src/gen-main/haskell/Hydra/Variants.hs:162)
_TypeVariant_maybe (src/gen-main/haskell/Hydra/Variants.hs:164)
_TypeVariant_pair (src/gen-main/haskell/Hydra/Variants.hs:166)
_TypeVariant_record (src/gen-main/haskell/Hydra/Variants.hs:168)
_TypeVariant_set (src/gen-main/haskell/Hydra/Variants.hs:170)
_TypeVariant_union (src/gen-main/haskell/Hydra/Variants.hs:172)
_TypeVariant_unit (src/gen-main/haskell/Hydra/Variants.hs:174)
_TypeVariant_variable (src/gen-main/haskell/Hydra/Variants.hs:176)
_TypeVariant_wrap (src/gen-main/haskell/Hydra/Variants.hs:178)
100% ( 3 / 3) in 'Hydra.Show.Meta'
100% ( 21 / 21) in 'Hydra.Reflect'
100% ( 13 / 13) in 'Hydra.Minimal'
16% ( 1 / 6) in 'Hydra.Encode.Variants'
Missing documentation for:
eliminationVariant (src/gen-main/haskell/Hydra/Encode/Variants.hs:17)
functionVariant (src/gen-main/haskell/Hydra/Encode/Variants.hs:35)
literalVariant (src/gen-main/haskell/Hydra/Encode/Variants.hs:53)
termVariant (src/gen-main/haskell/Hydra/Encode/Variants.hs:81)
typeVariant (src/gen-main/haskell/Hydra/Encode/Variants.hs:174)
Warning: 'out' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
26% ( 9 / 34) in 'Hydra.Coders'
Missing documentation for:
_AdapterContext (src/gen-main/haskell/Hydra/Coders.hs:28)
_AdapterContext_graph (src/gen-main/haskell/Hydra/Coders.hs:30)
_AdapterContext_language (src/gen-main/haskell/Hydra/Coders.hs:32)
_AdapterContext_adapters (src/gen-main/haskell/Hydra/Coders.hs:34)
_CoderDirection (src/gen-main/haskell/Hydra/Coders.hs:42)
_CoderDirection_encode (src/gen-main/haskell/Hydra/Coders.hs:44)
_CoderDirection_decode (src/gen-main/haskell/Hydra/Coders.hs:46)
_Language (src/gen-main/haskell/Hydra/Coders.hs:56)
_Language_name (src/gen-main/haskell/Hydra/Coders.hs:58)
_Language_constraints (src/gen-main/haskell/Hydra/Coders.hs:60)
_LanguageConstraints (src/gen-main/haskell/Hydra/Coders.hs:82)
_LanguageConstraints_eliminationVariants (src/gen-main/haskell/Hydra/Coders.hs:84)
_LanguageConstraints_literalVariants (src/gen-main/haskell/Hydra/Coders.hs:86)
_LanguageConstraints_floatTypes (src/gen-main/haskell/Hydra/Coders.hs:88)
_LanguageConstraints_functionVariants (src/gen-main/haskell/Hydra/Coders.hs:90)
_LanguageConstraints_integerTypes (src/gen-main/haskell/Hydra/Coders.hs:92)
_LanguageConstraints_termVariants (src/gen-main/haskell/Hydra/Coders.hs:94)
_LanguageConstraints_typeVariants (src/gen-main/haskell/Hydra/Coders.hs:96)
_LanguageConstraints_types (src/gen-main/haskell/Hydra/Coders.hs:98)
_LanguageName (src/gen-main/haskell/Hydra/Coders.hs:106)
_SymmetricAdapter (src/gen-main/haskell/Hydra/Coders.hs:111)
_TraversalOrder (src/gen-main/haskell/Hydra/Coders.hs:121)
_TraversalOrder_pre (src/gen-main/haskell/Hydra/Coders.hs:123)
_TraversalOrder_post (src/gen-main/haskell/Hydra/Coders.hs:125)
_TypeAdapter (src/gen-main/haskell/Hydra/Coders.hs:130)
Warning: 'hs' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'java' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'py' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bar' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
19% ( 52 /267) in 'Hydra.Testing'
Missing documentation for:
_AlphaConversionTestCase (src/gen-main/haskell/Hydra/Testing.hs:37)
_AlphaConversionTestCase_term (src/gen-main/haskell/Hydra/Testing.hs:39)
_AlphaConversionTestCase_oldVariable (src/gen-main/haskell/Hydra/Testing.hs:41)
_AlphaConversionTestCase_newVariable (src/gen-main/haskell/Hydra/Testing.hs:43)
_AlphaConversionTestCase_result (src/gen-main/haskell/Hydra/Testing.hs:45)
_EvaluationStyle (src/gen-main/haskell/Hydra/Testing.hs:53)
_EvaluationStyle_eager (src/gen-main/haskell/Hydra/Testing.hs:55)
_EvaluationStyle_lazy (src/gen-main/haskell/Hydra/Testing.hs:57)
_CaseConversionTestCase (src/gen-main/haskell/Hydra/Testing.hs:72)
_CaseConversionTestCase_fromConvention (src/gen-main/haskell/Hydra/Testing.hs:74)
_CaseConversionTestCase_toConvention (src/gen-main/haskell/Hydra/Testing.hs:76)
_CaseConversionTestCase_fromString (src/gen-main/haskell/Hydra/Testing.hs:78)
_CaseConversionTestCase_toString (src/gen-main/haskell/Hydra/Testing.hs:80)
_DelegatedEvaluationTestCase (src/gen-main/haskell/Hydra/Testing.hs:91)
_DelegatedEvaluationTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:93)
_DelegatedEvaluationTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:95)
_EtaExpansionTestCase (src/gen-main/haskell/Hydra/Testing.hs:106)
_EtaExpansionTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:108)
_EtaExpansionTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:110)
_DeannotateTermTestCase (src/gen-main/haskell/Hydra/Testing.hs:121)
_DeannotateTermTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:123)
_DeannotateTermTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:125)
_DeannotateTypeTestCase (src/gen-main/haskell/Hydra/Testing.hs:136)
_DeannotateTypeTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:138)
_DeannotateTypeTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:140)
_FlattenLetTermsTestCase (src/gen-main/haskell/Hydra/Testing.hs:151)
_FlattenLetTermsTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:153)
_FlattenLetTermsTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:155)
_FoldOperation (src/gen-main/haskell/Hydra/Testing.hs:167)
_FoldOperation_sumInt32Literals (src/gen-main/haskell/Hydra/Testing.hs:169)
_FoldOperation_collectListLengths (src/gen-main/haskell/Hydra/Testing.hs:171)
_FoldOperation_collectLabels (src/gen-main/haskell/Hydra/Testing.hs:173)
_FoldOverTermTestCase (src/gen-main/haskell/Hydra/Testing.hs:188)
_FoldOverTermTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:190)
_FoldOverTermTestCase_traversalOrder (src/gen-main/haskell/Hydra/Testing.hs:192)
_FoldOverTermTestCase_operation (src/gen-main/haskell/Hydra/Testing.hs:194)
_FoldOverTermTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:196)
_FreeVariablesTestCase (src/gen-main/haskell/Hydra/Testing.hs:207)
_FreeVariablesTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:209)
_FreeVariablesTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:211)
_HoistPredicate (src/gen-main/haskell/Hydra/Testing.hs:225)
_HoistPredicate_caseStatements (src/gen-main/haskell/Hydra/Testing.hs:227)
_HoistPredicate_applications (src/gen-main/haskell/Hydra/Testing.hs:229)
_HoistPredicate_lists (src/gen-main/haskell/Hydra/Testing.hs:231)
_HoistPredicate_nothing (src/gen-main/haskell/Hydra/Testing.hs:233)
_HoistLetBindingsTestCase (src/gen-main/haskell/Hydra/Testing.hs:244)
_HoistLetBindingsTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:246)
_HoistLetBindingsTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:248)
_HoistPolymorphicLetBindingsTestCase (src/gen-main/haskell/Hydra/Testing.hs:259)
_HoistPolymorphicLetBindingsTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:261)
_HoistPolymorphicLetBindingsTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:263)
_HoistSubtermsTestCase (src/gen-main/haskell/Hydra/Testing.hs:276)
_HoistSubtermsTestCase_predicate (src/gen-main/haskell/Hydra/Testing.hs:278)
_HoistSubtermsTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:280)
_HoistSubtermsTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:282)
_HoistCaseStatementsTestCase (src/gen-main/haskell/Hydra/Testing.hs:293)
_HoistCaseStatementsTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:295)
_HoistCaseStatementsTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:297)
_TermRewriter (src/gen-main/haskell/Hydra/Testing.hs:307)
_TermRewriter_replaceFooWithBar (src/gen-main/haskell/Hydra/Testing.hs:309)
_TermRewriter_replaceInt32WithInt64 (src/gen-main/haskell/Hydra/Testing.hs:311)
_RewriteTermTestCase (src/gen-main/haskell/Hydra/Testing.hs:324)
_RewriteTermTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:326)
_RewriteTermTestCase_rewriter (src/gen-main/haskell/Hydra/Testing.hs:328)
_RewriteTermTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:330)
_TypeRewriter (src/gen-main/haskell/Hydra/Testing.hs:338)
_TypeRewriter_replaceStringWithInt32 (src/gen-main/haskell/Hydra/Testing.hs:340)
_RewriteTypeTestCase (src/gen-main/haskell/Hydra/Testing.hs:353)
_RewriteTypeTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:355)
_RewriteTypeTestCase_rewriter (src/gen-main/haskell/Hydra/Testing.hs:357)
_RewriteTypeTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:359)
_EvaluationTestCase (src/gen-main/haskell/Hydra/Testing.hs:372)
_EvaluationTestCase_evaluationStyle (src/gen-main/haskell/Hydra/Testing.hs:374)
_EvaluationTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:376)
_EvaluationTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:378)
_InferenceFailureTestCase (src/gen-main/haskell/Hydra/Testing.hs:387)
_InferenceFailureTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:389)
_InferenceTestCase (src/gen-main/haskell/Hydra/Testing.hs:400)
_InferenceTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:402)
_InferenceTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:404)
_JsonCoderTestCase (src/gen-main/haskell/Hydra/Testing.hs:417)
_JsonCoderTestCase_type (src/gen-main/haskell/Hydra/Testing.hs:419)
_JsonCoderTestCase_term (src/gen-main/haskell/Hydra/Testing.hs:421)
_JsonCoderTestCase_json (src/gen-main/haskell/Hydra/Testing.hs:423)
_JsonDecodeTestCase (src/gen-main/haskell/Hydra/Testing.hs:436)
_JsonDecodeTestCase_type (src/gen-main/haskell/Hydra/Testing.hs:438)
_JsonDecodeTestCase_json (src/gen-main/haskell/Hydra/Testing.hs:440)
_JsonDecodeTestCase_expected (src/gen-main/haskell/Hydra/Testing.hs:442)
_JsonEncodeTestCase (src/gen-main/haskell/Hydra/Testing.hs:453)
_JsonEncodeTestCase_term (src/gen-main/haskell/Hydra/Testing.hs:455)
_JsonEncodeTestCase_expected (src/gen-main/haskell/Hydra/Testing.hs:457)
_JsonParserTestCase (src/gen-main/haskell/Hydra/Testing.hs:462)
_JsonRoundtripTestCase (src/gen-main/haskell/Hydra/Testing.hs:473)
_JsonRoundtripTestCase_type (src/gen-main/haskell/Hydra/Testing.hs:475)
_JsonRoundtripTestCase_term (src/gen-main/haskell/Hydra/Testing.hs:477)
_LiftLambdaAboveLetTestCase (src/gen-main/haskell/Hydra/Testing.hs:488)
_LiftLambdaAboveLetTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:490)
_LiftLambdaAboveLetTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:492)
_JsonWriterTestCase (src/gen-main/haskell/Hydra/Testing.hs:497)
_ParserTestCase (src/gen-main/haskell/Hydra/Testing.hs:508)
_ParserTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:510)
_ParserTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:512)
_Tag (src/gen-main/haskell/Hydra/Testing.hs:520)
_TestCodec (src/gen-main/haskell/Hydra/Testing.hs:548)
_TestCodec_language (src/gen-main/haskell/Hydra/Testing.hs:550)
_TestCodec_fileExtension (src/gen-main/haskell/Hydra/Testing.hs:552)
_TestCodec_encodeTerm (src/gen-main/haskell/Hydra/Testing.hs:554)
_TestCodec_encodeType (src/gen-main/haskell/Hydra/Testing.hs:556)
_TestCodec_formatTestName (src/gen-main/haskell/Hydra/Testing.hs:558)
_TestCodec_formatModuleName (src/gen-main/haskell/Hydra/Testing.hs:560)
_TestCodec_testCaseTemplate (src/gen-main/haskell/Hydra/Testing.hs:562)
_TestCodec_testGroupTemplate (src/gen-main/haskell/Hydra/Testing.hs:564)
_TestCodec_moduleTemplate (src/gen-main/haskell/Hydra/Testing.hs:566)
_TestCodec_importTemplate (src/gen-main/haskell/Hydra/Testing.hs:568)
_TestCodec_findImports (src/gen-main/haskell/Hydra/Testing.hs:570)
_TestCase (src/gen-main/haskell/Hydra/Testing.hs:654)
_TestCase_alphaConversion (src/gen-main/haskell/Hydra/Testing.hs:656)
_TestCase_caseConversion (src/gen-main/haskell/Hydra/Testing.hs:658)
_TestCase_deannotateTerm (src/gen-main/haskell/Hydra/Testing.hs:660)
_TestCase_deannotateType (src/gen-main/haskell/Hydra/Testing.hs:662)
_TestCase_delegatedEvaluation (src/gen-main/haskell/Hydra/Testing.hs:664)
_TestCase_etaExpansion (src/gen-main/haskell/Hydra/Testing.hs:666)
_TestCase_flattenLetTerms (src/gen-main/haskell/Hydra/Testing.hs:668)
_TestCase_freeVariables (src/gen-main/haskell/Hydra/Testing.hs:670)
_TestCase_evaluation (src/gen-main/haskell/Hydra/Testing.hs:672)
_TestCase_inference (src/gen-main/haskell/Hydra/Testing.hs:674)
_TestCase_inferenceFailure (src/gen-main/haskell/Hydra/Testing.hs:676)
_TestCase_jsonCoder (src/gen-main/haskell/Hydra/Testing.hs:678)
_TestCase_jsonDecode (src/gen-main/haskell/Hydra/Testing.hs:680)
_TestCase_jsonEncode (src/gen-main/haskell/Hydra/Testing.hs:682)
_TestCase_jsonParser (src/gen-main/haskell/Hydra/Testing.hs:684)
_TestCase_jsonRoundtrip (src/gen-main/haskell/Hydra/Testing.hs:686)
_TestCase_jsonWriter (src/gen-main/haskell/Hydra/Testing.hs:688)
_TestCase_liftLambdaAboveLet (src/gen-main/haskell/Hydra/Testing.hs:690)
_TestCase_serialization (src/gen-main/haskell/Hydra/Testing.hs:692)
_TestCase_simplifyTerm (src/gen-main/haskell/Hydra/Testing.hs:694)
_TestCase_topologicalSort (src/gen-main/haskell/Hydra/Testing.hs:696)
_TestCase_topologicalSortBindings (src/gen-main/haskell/Hydra/Testing.hs:698)
_TestCase_topologicalSortSCC (src/gen-main/haskell/Hydra/Testing.hs:700)
_TestCase_typeChecking (src/gen-main/haskell/Hydra/Testing.hs:702)
_TestCase_typeCheckingFailure (src/gen-main/haskell/Hydra/Testing.hs:704)
_TestCase_typeReduction (src/gen-main/haskell/Hydra/Testing.hs:706)
_TestCase_normalizeTypeVariables (src/gen-main/haskell/Hydra/Testing.hs:708)
_TestCase_foldOverTerm (src/gen-main/haskell/Hydra/Testing.hs:710)
_TestCase_rewriteTerm (src/gen-main/haskell/Hydra/Testing.hs:712)
_TestCase_rewriteType (src/gen-main/haskell/Hydra/Testing.hs:714)
_TestCase_hoistSubterms (src/gen-main/haskell/Hydra/Testing.hs:716)
_TestCase_hoistCaseStatements (src/gen-main/haskell/Hydra/Testing.hs:718)
_TestCase_hoistLetBindings (src/gen-main/haskell/Hydra/Testing.hs:720)
_TestCase_hoistPolymorphicLetBindings (src/gen-main/haskell/Hydra/Testing.hs:722)
_TestCase_substInType (src/gen-main/haskell/Hydra/Testing.hs:724)
_TestCase_variableOccursInType (src/gen-main/haskell/Hydra/Testing.hs:726)
_TestCase_unifyTypes (src/gen-main/haskell/Hydra/Testing.hs:728)
_TestCase_joinTypes (src/gen-main/haskell/Hydra/Testing.hs:730)
_TestCase_unshadowVariables (src/gen-main/haskell/Hydra/Testing.hs:732)
_TestCaseWithMetadata (src/gen-main/haskell/Hydra/Testing.hs:747)
_TestCaseWithMetadata_name (src/gen-main/haskell/Hydra/Testing.hs:749)
_TestCaseWithMetadata_case (src/gen-main/haskell/Hydra/Testing.hs:751)
_TestCaseWithMetadata_description (src/gen-main/haskell/Hydra/Testing.hs:753)
_TestCaseWithMetadata_tags (src/gen-main/haskell/Hydra/Testing.hs:755)
_TestGroup (src/gen-main/haskell/Hydra/Testing.hs:770)
_TestGroup_name (src/gen-main/haskell/Hydra/Testing.hs:772)
_TestGroup_description (src/gen-main/haskell/Hydra/Testing.hs:774)
_TestGroup_subgroups (src/gen-main/haskell/Hydra/Testing.hs:776)
_TestGroup_cases (src/gen-main/haskell/Hydra/Testing.hs:778)
_TypeCheckingTestCase (src/gen-main/haskell/Hydra/Testing.hs:791)
_TypeCheckingTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:793)
_TypeCheckingTestCase_outputTerm (src/gen-main/haskell/Hydra/Testing.hs:795)
_TypeCheckingTestCase_outputType (src/gen-main/haskell/Hydra/Testing.hs:797)
_TypeCheckingFailureTestCase (src/gen-main/haskell/Hydra/Testing.hs:806)
_TypeCheckingFailureTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:808)
_TopologicalSortBindingsTestCase (src/gen-main/haskell/Hydra/Testing.hs:819)
_TopologicalSortBindingsTestCase_bindings (src/gen-main/haskell/Hydra/Testing.hs:821)
_TopologicalSortBindingsTestCase_expected (src/gen-main/haskell/Hydra/Testing.hs:823)
_TopologicalSortTestCase (src/gen-main/haskell/Hydra/Testing.hs:834)
_TopologicalSortTestCase_adjacencyList (src/gen-main/haskell/Hydra/Testing.hs:836)
_TopologicalSortTestCase_expected (src/gen-main/haskell/Hydra/Testing.hs:838)
_TopologicalSortSCCTestCase (src/gen-main/haskell/Hydra/Testing.hs:849)
_TopologicalSortSCCTestCase_adjacencyList (src/gen-main/haskell/Hydra/Testing.hs:851)
_TopologicalSortSCCTestCase_expected (src/gen-main/haskell/Hydra/Testing.hs:853)
_SerializationTestCase (src/gen-main/haskell/Hydra/Testing.hs:864)
_SerializationTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:866)
_SerializationTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:868)
_SimplifyTermTestCase (src/gen-main/haskell/Hydra/Testing.hs:879)
_SimplifyTermTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:881)
_SimplifyTermTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:883)
_NormalizeTypeVariablesTestCase (src/gen-main/haskell/Hydra/Testing.hs:894)
_NormalizeTypeVariablesTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:896)
_NormalizeTypeVariablesTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:898)
_TypeReductionTestCase (src/gen-main/haskell/Hydra/Testing.hs:909)
_TypeReductionTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:911)
_TypeReductionTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:913)
_WriterTestCase (src/gen-main/haskell/Hydra/Testing.hs:924)
_WriterTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:926)
_WriterTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:928)
_SubstInTypeTestCase (src/gen-main/haskell/Hydra/Testing.hs:941)
_SubstInTypeTestCase_substitution (src/gen-main/haskell/Hydra/Testing.hs:943)
_SubstInTypeTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:945)
_SubstInTypeTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:947)
_VariableOccursInTypeTestCase (src/gen-main/haskell/Hydra/Testing.hs:960)
_VariableOccursInTypeTestCase_variable (src/gen-main/haskell/Hydra/Testing.hs:962)
_VariableOccursInTypeTestCase_type (src/gen-main/haskell/Hydra/Testing.hs:964)
_VariableOccursInTypeTestCase_expected (src/gen-main/haskell/Hydra/Testing.hs:966)
_UnshadowVariablesTestCase (src/gen-main/haskell/Hydra/Testing.hs:977)
_UnshadowVariablesTestCase_input (src/gen-main/haskell/Hydra/Testing.hs:979)
_UnshadowVariablesTestCase_output (src/gen-main/haskell/Hydra/Testing.hs:981)
_UnifyTypesTestCase (src/gen-main/haskell/Hydra/Testing.hs:996)
_UnifyTypesTestCase_schemaTypes (src/gen-main/haskell/Hydra/Testing.hs:998)
_UnifyTypesTestCase_left (src/gen-main/haskell/Hydra/Testing.hs:1000)
_UnifyTypesTestCase_right (src/gen-main/haskell/Hydra/Testing.hs:1002)
_UnifyTypesTestCase_expected (src/gen-main/haskell/Hydra/Testing.hs:1004)
_JoinTypesTestCase (src/gen-main/haskell/Hydra/Testing.hs:1017)
_JoinTypesTestCase_left (src/gen-main/haskell/Hydra/Testing.hs:1019)
_JoinTypesTestCase_right (src/gen-main/haskell/Hydra/Testing.hs:1021)
_JoinTypesTestCase_expected (src/gen-main/haskell/Hydra/Testing.hs:1023)
92% ( 53 / 57) in 'Hydra.Rewriting'
Missing documentation for:
rewriteTerm (src/gen-main/haskell/Hydra/Rewriting.hs:953)
rewriteType (src/gen-main/haskell/Hydra/Rewriting.hs:1304)
typeDependencyNames (src/gen-main/haskell/Hydra/Rewriting.hs:1678)
typeNamesInType (src/gen-main/haskell/Hydra/Rewriting.hs:1681)
100% ( 16 / 16) in 'Hydra.Substitution'
66% ( 4 / 6) in 'Hydra.Unification'
Missing documentation for:
unifyTypeLists (src/gen-main/haskell/Hydra/Unification.hs:139)
unifyTypes (src/gen-main/haskell/Hydra/Unification.hs:147)
100% ( 3 / 3) in 'Hydra.Show.Accessors'
46% ( 12 / 26) in 'Hydra.Lexical'
Missing documentation for:
chooseUniqueName (src/gen-main/haskell/Hydra/Lexical.hs:34)
getField (src/gen-main/haskell/Hydra/Lexical.hs:108)
lookupElement (src/gen-main/haskell/Hydra/Lexical.hs:111)
lookupPrimitive (src/gen-main/haskell/Hydra/Lexical.hs:114)
matchEnum (src/gen-main/haskell/Hydra/Lexical.hs:117)
matchRecord (src/gen-main/haskell/Hydra/Lexical.hs:120)
matchUnion (src/gen-main/haskell/Hydra/Lexical.hs:127)
matchUnitField (src/gen-main/haskell/Hydra/Lexical.hs:148)
requireElement (src/gen-main/haskell/Hydra/Lexical.hs:151)
requirePrimitive (src/gen-main/haskell/Hydra/Lexical.hs:161)
requirePrimitiveType (src/gen-main/haskell/Hydra/Lexical.hs:164)
requireTerm (src/gen-main/haskell/Hydra/Lexical.hs:169)
stripAndDereferenceTerm (src/gen-main/haskell/Hydra/Lexical.hs:186)
withSchemaContext (src/gen-main/haskell/Hydra/Lexical.hs:205)
100% ( 11 / 11) in 'Hydra.Extract.Helpers'
16% ( 1 / 6) in 'Hydra.Decode.Variants'
Missing documentation for:
eliminationVariant (src/gen-main/haskell/Hydra/Decode/Variants.hs:25)
functionVariant (src/gen-main/haskell/Hydra/Decode/Variants.hs:43)
literalVariant (src/gen-main/haskell/Hydra/Decode/Variants.hs:61)
termVariant (src/gen-main/haskell/Hydra/Decode/Variants.hs:81)
typeVariant (src/gen-main/haskell/Hydra/Decode/Variants.hs:114)
20% ( 1 / 5) in 'Hydra.Decode.Util'
Missing documentation for:
caseConvention (src/gen-main/haskell/Hydra/Decode/Util.hs:24)
comparison (src/gen-main/haskell/Hydra/Decode/Util.hs:43)
decodingError (src/gen-main/haskell/Hydra/Decode/Util.hs:61)
precision (src/gen-main/haskell/Hydra/Decode/Util.hs:70)
25% ( 1 / 4) in 'Hydra.Decode.Topology'
Missing documentation for:
graph (src/gen-main/haskell/Hydra/Decode/Topology.hs:22)
tarjanState (src/gen-main/haskell/Hydra/Decode/Topology.hs:25)
vertex (src/gen-main/haskell/Hydra/Decode/Topology.hs:56)
10% ( 1 / 10) in 'Hydra.Decode.Relational'
Missing documentation for:
columnName (src/gen-main/haskell/Hydra/Decode/Relational.hs:22)
columnSchema (src/gen-main/haskell/Hydra/Decode/Relational.hs:31)
foreignKey (src/gen-main/haskell/Hydra/Decode/Relational.hs:40)
primaryKey (src/gen-main/haskell/Hydra/Decode/Relational.hs:49)
relation (src/gen-main/haskell/Hydra/Decode/Relational.hs:54)
relationName (src/gen-main/haskell/Hydra/Decode/Relational.hs:59)
relationSchema (src/gen-main/haskell/Hydra/Decode/Relational.hs:68)
relationship (src/gen-main/haskell/Hydra/Decode/Relational.hs:79)
row (src/gen-main/haskell/Hydra/Decode/Relational.hs:84)
25% ( 1 / 4) in 'Hydra.Decode.Parsing'
Missing documentation for:
parseError (src/gen-main/haskell/Hydra/Decode/Parsing.hs:25)
parseResult (src/gen-main/haskell/Hydra/Decode/Parsing.hs:42)
parseSuccess (src/gen-main/haskell/Hydra/Decode/Parsing.hs:59)
50% ( 1 / 2) in 'Hydra.Decode.Json.Model'
Missing documentation for:
value (src/gen-main/haskell/Hydra/Decode/Json/Model.hs:25)
50% ( 1 / 2) in 'Hydra.Decode.Json'
Missing documentation for:
value (src/gen-main/haskell/Hydra/Decode/Json.hs:25)
11% ( 1 / 9) in 'Hydra.Decode.Grammar'
Missing documentation for:
constant (src/gen-main/haskell/Hydra/Decode/Grammar.hs:25)
grammar (src/gen-main/haskell/Hydra/Decode/Grammar.hs:34)
label (src/gen-main/haskell/Hydra/Decode/Grammar.hs:39)
labeledPattern (src/gen-main/haskell/Hydra/Decode/Grammar.hs:48)
pattern (src/gen-main/haskell/Hydra/Decode/Grammar.hs:57)
production (src/gen-main/haskell/Hydra/Decode/Grammar.hs:83)
regex (src/gen-main/haskell/Hydra/Decode/Grammar.hs:92)
symbol (src/gen-main/haskell/Hydra/Decode/Grammar.hs:101)
2% ( 1 / 37) in 'Hydra.Decode.Core'
Missing documentation for:
annotatedTerm (src/gen-main/haskell/Hydra/Decode/Core.hs:24)
annotatedType (src/gen-main/haskell/Hydra/Decode/Core.hs:33)
application (src/gen-main/haskell/Hydra/Decode/Core.hs:42)
applicationType (src/gen-main/haskell/Hydra/Decode/Core.hs:51)
binding (src/gen-main/haskell/Hydra/Decode/Core.hs:60)
caseStatement (src/gen-main/haskell/Hydra/Decode/Core.hs:70)
eitherType (src/gen-main/haskell/Hydra/Decode/Core.hs:80)
pairType (src/gen-main/haskell/Hydra/Decode/Core.hs:89)
elimination (src/gen-main/haskell/Hydra/Decode/Core.hs:98)
field (src/gen-main/haskell/Hydra/Decode/Core.hs:116)
fieldType (src/gen-main/haskell/Hydra/Decode/Core.hs:125)
floatType (src/gen-main/haskell/Hydra/Decode/Core.hs:134)
floatValue (src/gen-main/haskell/Hydra/Decode/Core.hs:152)
forallType (src/gen-main/haskell/Hydra/Decode/Core.hs:188)
function (src/gen-main/haskell/Hydra/Decode/Core.hs:197)
functionType (src/gen-main/haskell/Hydra/Decode/Core.hs:215)
injection (src/gen-main/haskell/Hydra/Decode/Core.hs:224)
integerType (src/gen-main/haskell/Hydra/Decode/Core.hs:233)
integerValue (src/gen-main/haskell/Hydra/Decode/Core.hs:257)
lambda (src/gen-main/haskell/Hydra/Decode/Core.hs:335)
let_ (src/gen-main/haskell/Hydra/Decode/Core.hs:345)
literal (src/gen-main/haskell/Hydra/Decode/Core.hs:354)
literalType (src/gen-main/haskell/Hydra/Decode/Core.hs:386)
mapType (src/gen-main/haskell/Hydra/Decode/Core.hs:406)
name (src/gen-main/haskell/Hydra/Decode/Core.hs:415)
projection (src/gen-main/haskell/Hydra/Decode/Core.hs:424)
record (src/gen-main/haskell/Hydra/Decode/Core.hs:433)
rowType (src/gen-main/haskell/Hydra/Decode/Core.hs:442)
term (src/gen-main/haskell/Hydra/Decode/Core.hs:451)
type_ (src/gen-main/haskell/Hydra/Decode/Core.hs:484)
typeApplicationTerm (src/gen-main/haskell/Hydra/Decode/Core.hs:515)
typeLambda (src/gen-main/haskell/Hydra/Decode/Core.hs:524)
typeScheme (src/gen-main/haskell/Hydra/Decode/Core.hs:533)
typeVariableMetadata (src/gen-main/haskell/Hydra/Decode/Core.hs:543)
wrappedTerm (src/gen-main/haskell/Hydra/Decode/Core.hs:551)
wrappedType (src/gen-main/haskell/Hydra/Decode/Core.hs:560)
100% ( 3 / 3) in 'Hydra.Templates'
12% ( 1 / 8) in 'Hydra.Decode.Typing'
Missing documentation for:
functionStructure (src/gen-main/haskell/Hydra/Decode/Typing.hs:23)
inferenceContext (src/gen-main/haskell/Hydra/Decode/Typing.hs:37)
inferenceResult (src/gen-main/haskell/Hydra/Decode/Typing.hs:53)
termSubst (src/gen-main/haskell/Hydra/Decode/Typing.hs:64)
typeConstraint (src/gen-main/haskell/Hydra/Decode/Typing.hs:69)
typeContext (src/gen-main/haskell/Hydra/Decode/Typing.hs:83)
typeSubst (src/gen-main/haskell/Hydra/Decode/Typing.hs:96)
16% ( 1 / 6) in 'Hydra.Decode.Tabular'
Missing documentation for:
columnType (src/gen-main/haskell/Hydra/Decode/Tabular.hs:24)
dataRow (src/gen-main/haskell/Hydra/Decode/Tabular.hs:33)
headerRow (src/gen-main/haskell/Hydra/Decode/Tabular.hs:38)
table (src/gen-main/haskell/Hydra/Decode/Tabular.hs:47)
tableType (src/gen-main/haskell/Hydra/Decode/Tabular.hs:56)
7% ( 1 / 14) in 'Hydra.Decode.Query'
Missing documentation for:
comparisonConstraint (src/gen-main/haskell/Hydra/Decode/Query.hs:26)
edge (src/gen-main/haskell/Hydra/Decode/Query.hs:47)
graphPattern (src/gen-main/haskell/Hydra/Decode/Query.hs:57)
node (src/gen-main/haskell/Hydra/Decode/Query.hs:66)
path (src/gen-main/haskell/Hydra/Decode/Query.hs:84)
pattern (src/gen-main/haskell/Hydra/Decode/Query.hs:102)
query (src/gen-main/haskell/Hydra/Decode/Query.hs:122)
range (src/gen-main/haskell/Hydra/Decode/Query.hs:131)
regexQuantifier (src/gen-main/haskell/Hydra/Decode/Query.hs:152)
regexSequence (src/gen-main/haskell/Hydra/Decode/Query.hs:186)
step (src/gen-main/haskell/Hydra/Decode/Query.hs:195)
triplePattern (src/gen-main/haskell/Hydra/Decode/Query.hs:213)
variable (src/gen-main/haskell/Hydra/Decode/Query.hs:223)
33% ( 1 / 3) in 'Hydra.Decode.Phantoms'
Missing documentation for:
tBinding (src/gen-main/haskell/Hydra/Decode/Phantoms.hs:23)
tTerm (src/gen-main/haskell/Hydra/Decode/Phantoms.hs:32)
11% ( 1 / 9) in 'Hydra.Decode.Module'
Missing documentation for:
definition (src/gen-main/haskell/Hydra/Decode/Module.hs:26)
fileExtension (src/gen-main/haskell/Hydra/Decode/Module.hs:43)
module_ (src/gen-main/haskell/Hydra/Decode/Module.hs:52)
namespace (src/gen-main/haskell/Hydra/Decode/Module.hs:68)
namespaces (src/gen-main/haskell/Hydra/Decode/Module.hs:77)
qualifiedName (src/gen-main/haskell/Hydra/Decode/Module.hs:86)
termDefinition (src/gen-main/haskell/Hydra/Decode/Module.hs:99)
typeDefinition (src/gen-main/haskell/Hydra/Decode/Module.hs:109)
33% ( 1 / 3) in 'Hydra.Decode.Constraints'
Missing documentation for:
pathEquation (src/gen-main/haskell/Hydra/Decode/Constraints.hs:23)
patternImplication (src/gen-main/haskell/Hydra/Decode/Constraints.hs:32)
33% ( 1 / 3) in 'Hydra.Decode.Compute'
Missing documentation for:
flowState (src/gen-main/haskell/Hydra/Decode/Compute.hs:23)
trace (src/gen-main/haskell/Hydra/Decode/Compute.hs:33)
50% ( 1 / 2) in 'Hydra.Decode.Classes'
Missing documentation for:
typeClass (src/gen-main/haskell/Hydra/Decode/Classes.hs:25)
7% ( 1 / 14) in 'Hydra.Decode.Ast'
Missing documentation for:
associativity (src/gen-main/haskell/Hydra/Decode/Ast.hs:25)
blockStyle (src/gen-main/haskell/Hydra/Decode/Ast.hs:44)
bracketExpr (src/gen-main/haskell/Hydra/Decode/Ast.hs:66)
brackets (src/gen-main/haskell/Hydra/Decode/Ast.hs:76)
expr (src/gen-main/haskell/Hydra/Decode/Ast.hs:85)
indentedExpression (src/gen-main/haskell/Hydra/Decode/Ast.hs:104)
indentStyle (src/gen-main/haskell/Hydra/Decode/Ast.hs:113)
op (src/gen-main/haskell/Hydra/Decode/Ast.hs:138)
opExpr (src/gen-main/haskell/Hydra/Decode/Ast.hs:149)
padding (src/gen-main/haskell/Hydra/Decode/Ast.hs:159)
precedence (src/gen-main/haskell/Hydra/Decode/Ast.hs:168)
symbol (src/gen-main/haskell/Hydra/Decode/Ast.hs:179)
ws (src/gen-main/haskell/Hydra/Decode/Ast.hs:188)
16% ( 1 / 6) in 'Hydra.Decode.Accessors'
Missing documentation for:
accessorEdge (src/gen-main/haskell/Hydra/Decode/Accessors.hs:26)
accessorGraph (src/gen-main/haskell/Hydra/Decode/Accessors.hs:36)
accessorNode (src/gen-main/haskell/Hydra/Decode/Accessors.hs:45)
accessorPath (src/gen-main/haskell/Hydra/Decode/Accessors.hs:63)
termAccessor (src/gen-main/haskell/Hydra/Decode/Accessors.hs:68)
100% ( 5 / 5) in 'Hydra.Json.Encode'
100% ( 9 / 9) in 'Hydra.Json.Decode'
100% ( 68 / 68) in 'Hydra.Extract.Core'
100% ( 2 / 2) in 'Hydra.Extract.Util'
100% ( 2 / 2) in 'Hydra.Eval.Lib.Sets'
100% ( 8 / 8) in 'Hydra.Eval.Lib.Maybes'
100% ( 12 / 12) in 'Hydra.Eval.Lib.Lists'
100% ( 11 / 11) in 'Hydra.Eval.Lib.Flows'
100% ( 7 / 7) in 'Hydra.Eval.Lib.Eithers'
18% ( 9 / 49) in 'Hydra.Dsl.Prims'
Missing documentation for:
bigfloat (src/main/haskell/Hydra/Dsl/Prims.hs:69)
bigint (src/main/haskell/Hydra/Dsl/Prims.hs:75)
binary (src/main/haskell/Hydra/Dsl/Prims.hs:81)
boolean (src/main/haskell/Hydra/Dsl/Prims.hs:87)
comparison (src/main/haskell/Hydra/Dsl/Prims.hs:93)
either_ (src/main/haskell/Hydra/Dsl/Prims.hs:99)
floatType (src/main/haskell/Hydra/Dsl/Prims.hs:114)
floatValue (src/main/haskell/Hydra/Dsl/Prims.hs:122)
float32 (src/main/haskell/Hydra/Dsl/Prims.hs:128)
float64 (src/main/haskell/Hydra/Dsl/Prims.hs:134)
flow (src/main/haskell/Hydra/Dsl/Prims.hs:140)
function (src/main/haskell/Hydra/Dsl/Prims.hs:147)
integerType (src/main/haskell/Hydra/Dsl/Prims.hs:170)
integerValue (src/main/haskell/Hydra/Dsl/Prims.hs:178)
int8 (src/main/haskell/Hydra/Dsl/Prims.hs:184)
int16 (src/main/haskell/Hydra/Dsl/Prims.hs:190)
int32 (src/main/haskell/Hydra/Dsl/Prims.hs:196)
int64 (src/main/haskell/Hydra/Dsl/Prims.hs:202)
list (src/main/haskell/Hydra/Dsl/Prims.hs:208)
literal (src/main/haskell/Hydra/Dsl/Prims.hs:214)
literalType (src/main/haskell/Hydra/Dsl/Prims.hs:220)
map (src/main/haskell/Hydra/Dsl/Prims.hs:228)
optional (src/main/haskell/Hydra/Dsl/Prims.hs:239)
pair (src/main/haskell/Hydra/Dsl/Prims.hs:247)
prim0 (src/main/haskell/Hydra/Dsl/Prims.hs:256)
prim1 (src/main/haskell/Hydra/Dsl/Prims.hs:262)
prim2 (src/main/haskell/Hydra/Dsl/Prims.hs:273)
prim3 (src/main/haskell/Hydra/Dsl/Prims.hs:286)
prim1Eval (src/main/haskell/Hydra/Dsl/Prims.hs:301)
prim2Eval (src/main/haskell/Hydra/Dsl/Prims.hs:311)
prim3Eval (src/main/haskell/Hydra/Dsl/Prims.hs:322)
set (src/main/haskell/Hydra/Dsl/Prims.hs:334)
string (src/main/haskell/Hydra/Dsl/Prims.hs:340)
term (src/main/haskell/Hydra/Dsl/Prims.hs:346)
type_ (src/main/haskell/Hydra/Dsl/Prims.hs:352)
uint8 (src/main/haskell/Hydra/Dsl/Prims.hs:360)
uint16 (src/main/haskell/Hydra/Dsl/Prims.hs:366)
uint32 (src/main/haskell/Hydra/Dsl/Prims.hs:372)
uint64 (src/main/haskell/Hydra/Dsl/Prims.hs:378)
variable (src/main/haskell/Hydra/Dsl/Prims.hs:384)
Warning: 'depth' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 38 / 38) in 'Hydra.Annotations'
96% ( 58 / 60) in 'Hydra.Schemas'
Missing documentation for:
fieldMap (src/gen-main/haskell/Hydra/Schemas.hs:142)
fieldTypeMap (src/gen-main/haskell/Hydra/Schemas.hs:147)
92% ( 23 / 25) in 'Hydra.Hoisting'
Missing documentation for:
isApplicationFunction (src/gen-main/haskell/Hydra/Hoisting.hs:485)
isLambdaBody (src/gen-main/haskell/Hydra/Hoisting.hs:498)
100% ( 11 / 11) in 'Hydra.Grammars'
100% ( 25 / 25) in 'Hydra.Encoding'
4% ( 1 / 23) in 'Hydra.Dsl.Annotations'
Missing documentation for:
annotateTerm (src/main/haskell/Hydra/Dsl/Annotations.hs:19)
annotateType (src/main/haskell/Hydra/Dsl/Annotations.hs:22)
bounded (src/main/haskell/Hydra/Dsl/Annotations.hs:25)
boundedList (src/main/haskell/Hydra/Dsl/Annotations.hs:31)
boundedMap (src/main/haskell/Hydra/Dsl/Annotations.hs:34)
boundedSet (src/main/haskell/Hydra/Dsl/Annotations.hs:37)
boundedString (src/main/haskell/Hydra/Dsl/Annotations.hs:40)
deprecated (src/main/haskell/Hydra/Dsl/Annotations.hs:43)
doc (src/main/haskell/Hydra/Dsl/Annotations.hs:46)
doc70 (src/main/haskell/Hydra/Dsl/Annotations.hs:49)
doc80 (src/main/haskell/Hydra/Dsl/Annotations.hs:52)
dataDoc (src/main/haskell/Hydra/Dsl/Annotations.hs:55)
exclude (src/main/haskell/Hydra/Dsl/Annotations.hs:58)
minLengthList (src/main/haskell/Hydra/Dsl/Annotations.hs:61)
nonemptyList (src/main/haskell/Hydra/Dsl/Annotations.hs:64)
nonemptyMap (src/main/haskell/Hydra/Dsl/Annotations.hs:67)
note (src/main/haskell/Hydra/Dsl/Annotations.hs:70)
preserveFieldName (src/main/haskell/Hydra/Dsl/Annotations.hs:73)
see (src/main/haskell/Hydra/Dsl/Annotations.hs:76)
setMaxLength (src/main/haskell/Hydra/Dsl/Annotations.hs:79)
setMinLength (src/main/haskell/Hydra/Dsl/Annotations.hs:82)
twoOrMoreList (src/main/haskell/Hydra/Dsl/Annotations.hs:85)
100% ( 29 / 29) in 'Hydra.Decoding'
100% ( 2 / 2) in 'Hydra.Languages'
100% ( 2 / 2) in 'Hydra.Ext.Org.Json.Language'
100% ( 3 / 3) in 'Hydra.Ext.Haskell.Language'
Warning: 'unFoo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 18 / 18) in 'Hydra.Ext.Haskell.Utils'
25% ( 1 / 4) in 'Hydra.Encode.Coders'
Missing documentation for:
coderDirection (src/gen-main/haskell/Hydra/Encode/Coders.hs:17)
languageName (src/gen-main/haskell/Hydra/Encode/Coders.hs:30)
traversalOrder (src/gen-main/haskell/Hydra/Encode/Coders.hs:35)
1% ( 1 / 51) in 'Hydra.Encode.Testing'
Missing documentation for:
alphaConversionTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:30)
evaluationStyle (src/gen-main/haskell/Hydra/Encode/Testing.hs:47)
caseConversionTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:60)
delegatedEvaluationTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:77)
etaExpansionTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:88)
deannotateTermTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:99)
deannotateTypeTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:110)
flattenLetTermsTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:121)
foldOperation (src/gen-main/haskell/Hydra/Encode/Testing.hs:132)
foldOverTermTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:150)
freeVariablesTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:167)
hoistPredicate (src/gen-main/haskell/Hydra/Encode/Testing.hs:178)
hoistLetBindingsTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:201)
hoistPolymorphicLetBindingsTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:212)
hoistSubtermsTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:223)
hoistCaseStatementsTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:237)
termRewriter (src/gen-main/haskell/Hydra/Encode/Testing.hs:248)
rewriteTermTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:261)
typeRewriter (src/gen-main/haskell/Hydra/Encode/Testing.hs:275)
rewriteTypeTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:283)
evaluationTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:297)
inferenceFailureTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:311)
inferenceTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:319)
jsonCoderTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:330)
jsonDecodeTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:344)
jsonEncodeTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:358)
jsonParserTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:369)
jsonRoundtripTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:372)
liftLambdaAboveLetTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:383)
jsonWriterTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:394)
parserTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:397)
tag (src/gen-main/haskell/Hydra/Encode/Testing.hs:408)
testCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:413)
testCaseWithMetadata (src/gen-main/haskell/Hydra/Encode/Testing.hs:611)
testGroup (src/gen-main/haskell/Hydra/Encode/Testing.hs:628)
typeCheckingTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:645)
typeCheckingFailureTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:659)
topologicalSortBindingsTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:667)
topologicalSortTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:678)
topologicalSortSCCTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:689)
serializationTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:700)
simplifyTermTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:711)
normalizeTypeVariablesTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:722)
typeReductionTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:733)
writerTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:744)
substInTypeTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:755)
variableOccursInTypeTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:769)
unshadowVariablesTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:783)
unifyTypesTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:794)
joinTypesTestCase (src/gen-main/haskell/Hydra/Encode/Testing.hs:811)
25% ( 1 / 4) in 'Hydra.Decode.Coders'
Missing documentation for:
coderDirection (src/gen-main/haskell/Hydra/Decode/Coders.hs:25)
languageName (src/gen-main/haskell/Hydra/Decode/Coders.hs:42)
traversalOrder (src/gen-main/haskell/Hydra/Decode/Coders.hs:51)
1% ( 1 / 51) in 'Hydra.Decode.Testing'
Missing documentation for:
alphaConversionTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:33)
evaluationStyle (src/gen-main/haskell/Hydra/Decode/Testing.hs:44)
caseConversionTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:61)
delegatedEvaluationTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:80)
etaExpansionTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:89)
deannotateTermTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:98)
deannotateTypeTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:107)
flattenLetTermsTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:116)
foldOperation (src/gen-main/haskell/Hydra/Decode/Testing.hs:125)
foldOverTermTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:143)
freeVariablesTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:154)
hoistPredicate (src/gen-main/haskell/Hydra/Decode/Testing.hs:163)
hoistLetBindingsTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:182)
hoistPolymorphicLetBindingsTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:191)
hoistSubtermsTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:200)
hoistCaseStatementsTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:210)
termRewriter (src/gen-main/haskell/Hydra/Decode/Testing.hs:219)
rewriteTermTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:236)
typeRewriter (src/gen-main/haskell/Hydra/Decode/Testing.hs:246)
rewriteTypeTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:262)
evaluationTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:272)
inferenceFailureTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:282)
inferenceTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:290)
jsonCoderTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:299)
jsonDecodeTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:309)
jsonEncodeTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:323)
jsonParserTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:336)
jsonRoundtripTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:339)
liftLambdaAboveLetTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:348)
jsonWriterTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:357)
parserTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:360)
tag (src/gen-main/haskell/Hydra/Decode/Testing.hs:373)
testCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:382)
testCaseWithMetadata (src/gen-main/haskell/Hydra/Decode/Testing.hs:436)
testGroup (src/gen-main/haskell/Hydra/Decode/Testing.hs:455)
typeCheckingTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:474)
typeCheckingFailureTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:484)
topologicalSortBindingsTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:492)
topologicalSortTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:501)
topologicalSortSCCTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:534)
serializationTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:561)
simplifyTermTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:574)
normalizeTypeVariablesTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:583)
typeReductionTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:592)
writerTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:601)
substInTypeTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:614)
variableOccursInTypeTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:624)
unshadowVariablesTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:638)
unifyTypesTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:647)
joinTypesTestCase (src/gen-main/haskell/Hydra/Decode/Testing.hs:662)
97% ( 37 / 38) in 'Hydra.Checking'
Missing documentation for:
allEqual (src/gen-main/haskell/Hydra/Checking.hs:41)
92% ( 12 / 13) in 'Hydra.Reduction'
Missing documentation for:
countPrimitiveInvocations (src/gen-main/haskell/Hydra/Reduction.hs:93)
100% ( 53 / 53) in 'Hydra.Inference'
86% ( 25 / 29) in 'Hydra.CoderUtils'
Missing documentation for:
analyzeFunctionTermWith_finish (src/gen-main/haskell/Hydra/CoderUtils.hs:238)
analyzeFunctionTermWith_gather (src/gen-main/haskell/Hydra/CoderUtils.hs:252)
analyzeFunctionTermNoInferWith_finish (src/gen-main/haskell/Hydra/CoderUtils.hs:290)
analyzeFunctionTermNoInferWith_gather (src/gen-main/haskell/Hydra/CoderUtils.hs:304)
100% ( 21 / 21) in 'Hydra.Adapt.Simple'
100% ( 20 / 20) in 'Hydra.CodeGeneration'
100% ( 13 / 13) in 'Hydra.Adapt.Utils'
100% ( 8 / 8) in 'Hydra.Adapt.Literals'
96% ( 28 / 29) in 'Hydra.Adapt.Terms'
Missing documentation for:
functionProxyName (src/gen-main/haskell/Hydra/Adapt/Terms.hs:97)
100% ( 7 / 7) in 'Hydra.Adapt.Modules'
100% ( 11 / 11) in 'Hydra.Ext.Org.Json.Coder'
Warning: '_TypeName_fieldName' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_TypeName' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 22 / 22) in 'Hydra.Ext.Haskell.Coder'
23% ( 5 / 21) in 'Hydra.Workflow'
Missing documentation for:
_HydraSchemaSpec (src/gen-main/haskell/Hydra/Workflow.hs:27)
_HydraSchemaSpec_modules (src/gen-main/haskell/Hydra/Workflow.hs:29)
_HydraSchemaSpec_typeName (src/gen-main/haskell/Hydra/Workflow.hs:31)
_LastMile (src/gen-main/haskell/Hydra/Workflow.hs:43)
_LastMile_encoder (src/gen-main/haskell/Hydra/Workflow.hs:45)
_LastMile_serializer (src/gen-main/haskell/Hydra/Workflow.hs:47)
_LastMile_fileExtension (src/gen-main/haskell/Hydra/Workflow.hs:49)
_SchemaSpec (src/gen-main/haskell/Hydra/Workflow.hs:61)
_SchemaSpec_hydra (src/gen-main/haskell/Hydra/Workflow.hs:63)
_SchemaSpec_file (src/gen-main/haskell/Hydra/Workflow.hs:65)
_SchemaSpec_provided (src/gen-main/haskell/Hydra/Workflow.hs:67)
_TransformWorkflow (src/gen-main/haskell/Hydra/Workflow.hs:82)
_TransformWorkflow_name (src/gen-main/haskell/Hydra/Workflow.hs:84)
_TransformWorkflow_schemaSpec (src/gen-main/haskell/Hydra/Workflow.hs:86)
_TransformWorkflow_srcDir (src/gen-main/haskell/Hydra/Workflow.hs:88)
_TransformWorkflow_destDir (src/gen-main/haskell/Hydra/Workflow.hs:90)
98% ( 86 / 87) in 'Hydra.Kernel'
Missing documentation for:
functionProxyName (src/gen-main/haskell/Hydra/Adapt/Terms.hs:97)
50% ( 1 / 2) in 'Hydra.Staging.Yaml.Language'
Missing documentation for:
yamlLanguage (src/main/haskell/Hydra/Staging/Yaml/Language.hs:11)
50% ( 1 / 2) in 'Hydra.Staging.Yaml.Coder'
Missing documentation for:
yamlCoder (src/main/haskell/Hydra/Staging/Yaml/Coder.hs:120)
10% ( 1 / 10) in 'Hydra.Staging.Yaml.Serde'
Missing documentation for:
bytesToHsYaml (src/main/haskell/Hydra/Staging/Yaml/Serde.hs:21)
bytesToHydraYaml (src/main/haskell/Hydra/Staging/Yaml/Serde.hs:31)
hsYamlToBytes (src/main/haskell/Hydra/Staging/Yaml/Serde.hs:34)
hsYamlToHydraYaml (src/main/haskell/Hydra/Staging/Yaml/Serde.hs:37)
hydraYamlToBytes (src/main/haskell/Hydra/Staging/Yaml/Serde.hs:52)
hydraYamlToHsYaml (src/main/haskell/Hydra/Staging/Yaml/Serde.hs:55)
hydraYamlToString (src/main/haskell/Hydra/Staging/Yaml/Serde.hs:68)
yamlByteStringCoder (src/main/haskell/Hydra/Staging/Yaml/Serde.hs:71)
yamlStringCoder (src/main/haskell/Hydra/Staging/Yaml/Serde.hs:78)
100% ( 2 / 2) in 'Hydra.Staging.Yaml.Modules'
100% ( 16 / 16) in 'Hydra.Staging.Testing.Generation.Transform'
Warning: Hydra.Sources.Libraries: Could not find documentation for exported module: Hydra.Sources.Libraries
5% ( 3 / 55) in 'Hydra.Sources.Libraries'
Missing documentation for:
_a (src/main/haskell/Hydra/Sources/Libraries.hs:42)
_b (src/main/haskell/Hydra/Sources/Libraries.hs:43)
_c (src/main/haskell/Hydra/Sources/Libraries.hs:44)
_d (src/main/haskell/Hydra/Sources/Libraries.hs:45)
_k (src/main/haskell/Hydra/Sources/Libraries.hs:46)
_k1 (src/main/haskell/Hydra/Sources/Libraries.hs:47)
_k2 (src/main/haskell/Hydra/Sources/Libraries.hs:48)
_s (src/main/haskell/Hydra/Sources/Libraries.hs:49)
_v (src/main/haskell/Hydra/Sources/Libraries.hs:50)
_v1 (src/main/haskell/Hydra/Sources/Libraries.hs:51)
_v2 (src/main/haskell/Hydra/Sources/Libraries.hs:52)
_w (src/main/haskell/Hydra/Sources/Libraries.hs:53)
_x (src/main/haskell/Hydra/Sources/Libraries.hs:54)
_y (src/main/haskell/Hydra/Sources/Libraries.hs:55)
_z (src/main/haskell/Hydra/Sources/Libraries.hs:56)
x_ (src/main/haskell/Hydra/Sources/Libraries.hs:84)
_kOrd (src/main/haskell/Hydra/Sources/Libraries.hs:60)
_k1Ord (src/main/haskell/Hydra/Sources/Libraries.hs:61)
_k2Ord (src/main/haskell/Hydra/Sources/Libraries.hs:62)
_xOrd (src/main/haskell/Hydra/Sources/Libraries.hs:63)
_yOrd (src/main/haskell/Hydra/Sources/Libraries.hs:64)
_xEq (src/main/haskell/Hydra/Sources/Libraries.hs:68)
a_ (src/main/haskell/Hydra/Sources/Libraries.hs:72)
b_ (src/main/haskell/Hydra/Sources/Libraries.hs:73)
c_ (src/main/haskell/Hydra/Sources/Libraries.hs:74)
d_ (src/main/haskell/Hydra/Sources/Libraries.hs:75)
k_ (src/main/haskell/Hydra/Sources/Libraries.hs:76)
k1_ (src/main/haskell/Hydra/Sources/Libraries.hs:77)
k2_ (src/main/haskell/Hydra/Sources/Libraries.hs:78)
s_ (src/main/haskell/Hydra/Sources/Libraries.hs:79)
v_ (src/main/haskell/Hydra/Sources/Libraries.hs:80)
v1_ (src/main/haskell/Hydra/Sources/Libraries.hs:81)
v2_ (src/main/haskell/Hydra/Sources/Libraries.hs:82)
w_ (src/main/haskell/Hydra/Sources/Libraries.hs:83)
y_ (src/main/haskell/Hydra/Sources/Libraries.hs:85)
z_ (src/main/haskell/Hydra/Sources/Libraries.hs:86)
standardLibraries (src/main/haskell/Hydra/Sources/Libraries.hs:89)
hydraLibChars (src/main/haskell/Hydra/Sources/Libraries.hs:118)
hydraLibEithers (src/main/haskell/Hydra/Sources/Libraries.hs:127)
hydraLibEquality (src/main/haskell/Hydra/Sources/Libraries.hs:143)
hydraLibFlows (src/main/haskell/Hydra/Sources/Libraries.hs:155)
hydraLibLists (src/main/haskell/Hydra/Sources/Libraries.hs:171)
hydraLibLiterals (src/main/haskell/Hydra/Sources/Libraries.hs:210)
hydraLibLogic (src/main/haskell/Hydra/Sources/Libraries.hs:266)
hydraLibMaps (src/main/haskell/Hydra/Sources/Libraries.hs:273)
hydraLibMathFloat64 (src/main/haskell/Hydra/Sources/Libraries.hs:298)
hydraLibMathInt32 (src/main/haskell/Hydra/Sources/Libraries.hs:325)
hydraLibMaybes (src/main/haskell/Hydra/Sources/Libraries.hs:344)
hydraLibPairs (src/main/haskell/Hydra/Sources/Libraries.hs:360)
hydraLibSets (src/main/haskell/Hydra/Sources/Libraries.hs:366)
hydraLibStrings (src/main/haskell/Hydra/Sources/Libraries.hs:383)
standardLibrary (src/main/haskell/Hydra/Sources/Libraries.hs:106)
Warning: Hydra.Dsl.Tests: Could not find documentation for exported module: Hydra.Dsl.Tests
44% ( 4 / 9) in 'Hydra.Dsl.Tests'
Missing documentation for:
intList (src/main/haskell/Hydra/Dsl/Tests.hs:20)
intListList (src/main/haskell/Hydra/Dsl/Tests.hs:23)
primCase (src/main/haskell/Hydra/Dsl/Tests.hs:26)
stringList (src/main/haskell/Hydra/Dsl/Tests.hs:32)
stringSet (src/main/haskell/Hydra/Dsl/Tests.hs:35)
66% ( 6 / 9) in 'Hydra.Dsl.Bootstrap'
Missing documentation for:
datatype (src/main/haskell/Hydra/Dsl/Bootstrap.hs:39)
qualify (src/main/haskell/Hydra/Dsl/Bootstrap.hs:59)
typeref (src/main/haskell/Hydra/Dsl/Bootstrap.hs:62)
0% ( 0 / 41) in 'Hydra.Sources.Kernel.Types.Core'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:12)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:15)
hydraCoreGraph (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:18)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:21)
annotatedTerm (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:63)
annotatedType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:74)
application (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:85)
applicationType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:96)
binding (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:107)
caseStatement (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:121)
eitherType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:135)
pairType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:146)
elimination (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:157)
field (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:171)
fieldType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:182)
floatType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:193)
floatValue (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:207)
forallType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:218)
function (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:229)
functionType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:243)
injection (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:254)
integerType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:265)
integerValue (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:297)
lambda (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:320)
let_ (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:334)
literal (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:345)
literalType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:362)
mapType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:379)
name (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:390)
projection (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:395)
record (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:406)
rowType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:417)
term (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:428)
type_ (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:487)
typeApplicationTerm (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:540)
typeLambda (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:551)
typeScheme (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:562)
typeVariableMetadata (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:576)
wrappedTerm (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:584)
wrappedType (src/main/haskell/Hydra/Sources/Kernel/Types/Core.hs:595)
16% ( 1 / 6) in 'Hydra.Sources.Yaml.Model'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Yaml/Model.hs:15)
define (src/main/haskell/Hydra/Sources/Yaml/Model.hs:18)
module_ (src/main/haskell/Hydra/Sources/Yaml/Model.hs:21)
node (src/main/haskell/Hydra/Sources/Yaml/Model.hs:34)
scalar (src/main/haskell/Hydra/Sources/Yaml/Model.hs:48)
0% ( 0 / 9) in 'Hydra.Sources.Kernel.Types.Variants'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs:19)
eliminationVariant (src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs:30)
functionVariant (src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs:38)
literalVariant (src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs:46)
termVariant (src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs:56)
typeVariant (src/main/haskell/Hydra/Sources/Kernel/Types/Variants.hs:79)
0% ( 0 / 8) in 'Hydra.Sources.Kernel.Types.Util'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Util.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Util.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Util.hs:19)
caseConvention (src/main/haskell/Hydra/Sources/Kernel/Types/Util.hs:29)
comparison (src/main/haskell/Hydra/Sources/Kernel/Types/Util.hs:34)
decodingError (src/main/haskell/Hydra/Sources/Kernel/Types/Util.hs:42)
precision (src/main/haskell/Hydra/Sources/Kernel/Types/Util.hs:47)
0% ( 0 / 11) in 'Hydra.Sources.Kernel.Types.Typing'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:19)
inferenceContext (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:32)
inferenceResult (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:55)
termSubst (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:72)
typeConstraint (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:77)
typeContext (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:91)
typeSubst (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:114)
functionStructure (src/main/haskell/Hydra/Sources/Kernel/Types/Typing.hs:119)
0% ( 0 / 8) in 'Hydra.Sources.Kernel.Types.Topology'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Topology.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Topology.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Topology.hs:19)
graph (src/main/haskell/Hydra/Sources/Kernel/Types/Topology.hs:29)
orderingIsomorphism (src/main/haskell/Hydra/Sources/Kernel/Types/Topology.hs:34)
tarjanState (src/main/haskell/Hydra/Sources/Kernel/Types/Topology.hs:44)
vertex (src/main/haskell/Hydra/Sources/Kernel/Types/Topology.hs:66)
0% ( 0 / 13) in 'Hydra.Sources.Kernel.Types.Relational'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:14)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:17)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:20)
columnName (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:38)
columnSchema (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:44)
foreignKey (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:55)
primaryKey (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:67)
relation (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:72)
relationName (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:77)
relationSchema (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:82)
relationship (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:99)
row (src/main/haskell/Hydra/Sources/Kernel/Types/Relational.hs:104)
0% ( 0 / 9) in 'Hydra.Sources.Kernel.Types.Tabular'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs:14)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs:17)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs:20)
columnType (src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs:31)
dataRow (src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs:38)
headerRow (src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs:43)
table (src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs:48)
tableType (src/main/haskell/Hydra/Sources/Kernel/Types/Tabular.hs:59)
0% ( 0 / 17) in 'Hydra.Sources.Kernel.Types.Query'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:19)
comparisonConstraint (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:38)
edge (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:43)
graphPattern (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:57)
node (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:68)
path (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:81)
pattern (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:95)
query (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:115)
range (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:126)
regexQuantifier (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:137)
regexSequence (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:149)
step (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:160)
triplePattern (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:174)
variable (src/main/haskell/Hydra/Sources/Kernel/Types/Query.hs:188)
0% ( 0 / 6) in 'Hydra.Sources.Kernel.Types.Phantoms'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Phantoms.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Phantoms.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Phantoms.hs:19)
tBinding (src/main/haskell/Hydra/Sources/Kernel/Types/Phantoms.hs:27)
tTerm (src/main/haskell/Hydra/Sources/Kernel/Types/Phantoms.hs:38)
0% ( 0 / 8) in 'Hydra.Sources.Kernel.Types.Parsing'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Parsing.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Parsing.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Parsing.hs:19)
parseError (src/main/haskell/Hydra/Sources/Kernel/Types/Parsing.hs:29)
parseResult (src/main/haskell/Hydra/Sources/Kernel/Types/Parsing.hs:40)
parseSuccess (src/main/haskell/Hydra/Sources/Kernel/Types/Parsing.hs:51)
parser (src/main/haskell/Hydra/Sources/Kernel/Types/Parsing.hs:62)
8% ( 1 / 12) in 'Hydra.Sources.Kernel.Types.Grammar'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:15)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:18)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:21)
constant (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:35)
grammar (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:40)
label (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:45)
labeledPattern (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:50)
pattern (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:61)
production (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:99)
regex (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:110)
symbol (src/main/haskell/Hydra/Sources/Kernel/Types/Grammar.hs:115)
0% ( 0 / 6) in 'Hydra.Sources.Kernel.Types.Constraints'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Constraints.hs:14)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Constraints.hs:17)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Constraints.hs:20)
pathEquation (src/main/haskell/Hydra/Sources/Kernel/Types/Constraints.hs:28)
patternImplication (src/main/haskell/Hydra/Sources/Kernel/Types/Constraints.hs:39)
0% ( 0 / 10) in 'Hydra.Sources.Kernel.Types.Compute'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs:19)
adapter (src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs:31)
bicoder (src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs:48)
coder (src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs:59)
flow (src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs:70)
flowState (src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs:76)
trace (src/main/haskell/Hydra/Sources/Kernel/Types/Compute.hs:90)
0% ( 0 / 7) in 'Hydra.Sources.Kernel.Types.Graph'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Graph.hs:14)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Graph.hs:17)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Graph.hs:20)
graph (src/main/haskell/Hydra/Sources/Kernel/Types/Graph.hs:29)
primitive (src/main/haskell/Hydra/Sources/Kernel/Types/Graph.hs:52)
termCoder (src/main/haskell/Hydra/Sources/Kernel/Types/Graph.hs:66)
0% ( 0 / 13) in 'Hydra.Sources.Kernel.Types.Module'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:14)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:17)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:20)
definition (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:35)
fileExtension (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:46)
library (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:51)
module' (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:65)
namespace (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:85)
namespaces (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:90)
qualifiedName (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:101)
termDefinition (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:112)
typeDefinition (src/main/haskell/Hydra/Sources/Kernel/Types/Module.hs:126)
0% ( 0 / 8) in 'Hydra.Sources.Kernel.Types.Workflow'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Workflow.hs:16)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Workflow.hs:19)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Workflow.hs:22)
hydraSchemaSpec (src/main/haskell/Hydra/Sources/Kernel/Types/Workflow.hs:32)
lastMile (src/main/haskell/Hydra/Sources/Kernel/Types/Workflow.hs:43)
schemaSpec (src/main/haskell/Hydra/Sources/Kernel/Types/Workflow.hs:58)
transformWorkflow (src/main/haskell/Hydra/Sources/Kernel/Types/Workflow.hs:72)
0% ( 0 / 12) in 'Hydra.Sources.Kernel.Types.Coders'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:16)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:19)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:22)
adapterContext (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:36)
coderDirection (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:53)
language (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:60)
languageConstraints (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:71)
languageName (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:100)
symmetricAdapter (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:105)
traversalOrder (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:110)
typeAdapter (src/main/haskell/Hydra/Sources/Kernel/Types/Coders.hs:117)
0% ( 0 / 5) in 'Hydra.Sources.Kernel.Types.Classes'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Classes.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Classes.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Classes.hs:19)
typeClass (src/main/haskell/Hydra/Sources/Kernel/Types/Classes.hs:26)
0% ( 0 / 17) in 'Hydra.Sources.Kernel.Types.Ast'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:19)
associativity (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:38)
blockStyle (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:43)
bracketExpr (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:57)
brackets (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:71)
expr (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:82)
indentedExpression (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:99)
indentStyle (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:110)
op (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:121)
opExpr (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:138)
padding (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:152)
precedence (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:163)
symbol (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:168)
ws (src/main/haskell/Hydra/Sources/Kernel/Types/Ast.hs:173)
0% ( 0 / 9) in 'Hydra.Sources.Kernel.Types.Accessors'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs:13)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs:16)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs:19)
accessorEdge (src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs:30)
accessorGraph (src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs:44)
accessorNode (src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs:55)
accessorPath (src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs:69)
termAccessor (src/main/haskell/Hydra/Sources/Kernel/Types/Accessors.hs:74)
20% ( 1 / 5) in 'Hydra.Sources.Json.Model'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Json/Model.hs:15)
define (src/main/haskell/Hydra/Sources/Json/Model.hs:18)
module_ (src/main/haskell/Hydra/Sources/Json/Model.hs:21)
value (src/main/haskell/Hydra/Sources/Json/Model.hs:28)
0% ( 0 / 55) in 'Hydra.Sources.Kernel.Types.Testing'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:23)
define (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:26)
module_ (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:29)
alphaConversionTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:86)
evaluationStyle (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:103)
caseConversionTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:108)
delegatedEvaluationTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:125)
etaExpansionTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:138)
deannotateTermTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:150)
deannotateTypeTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:161)
flattenLetTermsTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:172)
foldOperation (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:184)
foldOverTermTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:198)
freeVariablesTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:215)
hoistPredicate (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:226)
hoistSubtermsTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:243)
hoistCaseStatementsTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:259)
hoistPolymorphicLetBindingsTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:272)
hoistLetBindingsTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:285)
termRewriter (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:298)
rewriteTermTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:309)
typeRewriter (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:323)
rewriteTypeTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:331)
evaluationTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:345)
inferenceFailureTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:359)
inferenceTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:367)
jsonCoderTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:378)
jsonDecodeTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:393)
jsonEncodeTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:408)
jsonRoundtripTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:420)
jsonParserTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:432)
liftLambdaAboveLetTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:437)
jsonWriterTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:449)
parserTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:454)
tag (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:465)
testCodec (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:470)
testCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:508)
testCaseWithMetadata (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:630)
testGroup (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:647)
typeCheckingTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:664)
typeCheckingFailureTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:678)
topologicalSortBindingsTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:686)
topologicalSortTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:698)
topologicalSortSCCTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:710)
serializationTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:722)
simplifyTermTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:733)
normalizeTypeVariablesTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:745)
typeReductionTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:757)
writerTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:768)
substInTypeTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:779)
variableOccursInTypeTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:794)
unifyTypesTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:809)
joinTypesTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:827)
unshadowVariablesTestCase (src/main/haskell/Hydra/Sources/Kernel/Types/Testing.hs:842)
66% ( 2 / 3) in 'Hydra.Sources.Kernel.Types.All'
Missing documentation for:
kernelTypesModules (src/main/haskell/Hydra/Sources/Kernel/Types/All.hs:31)
50% ( 3 / 6) in 'Hydra.Sources.Json.Bootstrap'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Json/Bootstrap.hs:25)
module_ (src/main/haskell/Hydra/Sources/Json/Bootstrap.hs:36)
typesByNameBinding (src/main/haskell/Hydra/Sources/Json/Bootstrap.hs:42)
1% ( 1 / 69) in 'Hydra.Sources.Haskell.Ast'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:15)
define (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:18)
module_ (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:21)
alternative (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:92)
assertion (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:106)
classAssertion (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:118)
caseRhs (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:129)
constructor (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:135)
ordinaryConstructor (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:147)
recordConstructor (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:158)
constructorWithComments (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:169)
dataDeclaration (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:180)
dataOrNewtype (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:200)
declarationWithComments (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:205)
declaration (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:216)
declarationHead (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:236)
applicationDeclarationHead (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:251)
deriving_ (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:262)
export (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:268)
expression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:279)
applicationExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:342)
caseExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:353)
constructRecordExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:364)
ifExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:375)
infixApplicationExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:389)
lambdaExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:403)
letExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:414)
prefixApplicationExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:425)
sectionExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:436)
typeSignatureExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:447)
updateRecordExpression (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:458)
field (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:469)
fieldWithComments (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:480)
fieldUpdate (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:491)
import_ (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:503)
specImport (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:521)
importModifier (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:532)
importExportSpec (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:537)
subspecImportExportSpec (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:551)
literal (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:562)
localBinding (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:586)
localBindings (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:598)
module' (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:603)
moduleHead (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:618)
moduleName (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:633)
name (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:638)
namePart (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:652)
operator (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:657)
pattern (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:668)
applicationPattern (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:704)
asPattern (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:715)
recordPattern (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:726)
typedPattern (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:737)
patternField (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:748)
qualifiedName (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:760)
rightHandSide (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:771)
statement (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:777)
type_ (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:782)
applicationType (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:813)
contextType (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:824)
functionType (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:835)
infixType (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:846)
typeDeclaration (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:860)
typeSignature (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:871)
typedBinding (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:882)
valueBinding (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:893)
simpleValueBinding (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:902)
variable (src/main/haskell/Hydra/Sources/Haskell/Ast.hs:916)
Warning: Hydra.Dsl.Meta.Phantoms: Could not find documentation for exported module: Hydra.Dsl.Meta.Phantoms
56% ( 53 / 93) in 'Hydra.Dsl.Meta.Phantoms'
Missing documentation for:
++ (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:55)
trace (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:394)
bind (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:82)
exec (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:230)
~> (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:32)
triple (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:397)
tuple4 (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:400)
tuple5 (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:403)
binds (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:90)
encodedField (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:146)
encodedUnion (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:210)
<~ (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:36)
let1 (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:304)
<<~ (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:40)
binaryFunction (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:85)
encodedBinary (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:134)
encodedLiteral (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:171)
encodedBoolean (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:137)
encodedCase (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:140)
encodedVariant (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:213)
encodedEither (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:143)
encodedFieldRaw (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:149)
encodedName (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:177)
encodedFloatValue (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:154)
encodedInjection (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:157)
encodedInt32 (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:162)
encodedIntegerValue (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:165)
encodedList (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:168)
encodedMap (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:174)
encodedUnit (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:180)
encodedWrappedTerm (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:183)
encodedWrappedTermRaw (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:186)
encodedOptional (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:191)
encodedPair (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:194)
encodedRecord (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:197)
encodedSet (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:204)
encodedString (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:207)
optCases (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:342)
produce (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:371)
unaryFunction (src/main/haskell/Hydra/Dsl/Meta/Phantoms.hs:406)
1% ( 1 / 51) in 'Hydra.Dsl.Meta.Variants'
Missing documentation for:
eliminationVariant (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:14)
eliminationVariantRecord (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:20)
eliminationVariantUnion (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:23)
eliminationVariantWrap (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:26)
functionVariant (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:29)
functionVariantElimination (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:35)
functionVariantLambda (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:38)
functionVariantPrimitive (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:41)
literalVariant (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:44)
literalVariantBinary (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:52)
literalVariantBoolean (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:55)
literalVariantFloat (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:58)
literalVariantInteger (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:61)
literalVariantString (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:64)
termVariant (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:67)
termVariantAnnotated (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:88)
termVariantApplication (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:91)
termVariantEither (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:94)
termVariantFunction (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:97)
termVariantLet (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:100)
termVariantList (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:103)
termVariantLiteral (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:106)
termVariantMap (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:109)
termVariantMaybe (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:112)
termVariantPair (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:115)
termVariantRecord (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:118)
termVariantSet (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:121)
termVariantTypeLambda (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:124)
termVariantTypeApplication (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:127)
termVariantUnion (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:130)
termVariantUnit (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:133)
termVariantVariable (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:136)
termVariantWrap (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:139)
typeVariant (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:142)
typeVariantAnnotated (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:161)
typeVariantApplication (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:164)
typeVariantEither (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:167)
typeVariantFunction (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:170)
typeVariantForall (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:173)
typeVariantList (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:176)
typeVariantLiteral (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:179)
typeVariantMap (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:182)
typeVariantMaybe (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:185)
typeVariantPair (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:188)
typeVariantRecord (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:191)
typeVariantSet (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:194)
typeVariantUnion (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:197)
typeVariantUnit (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:200)
typeVariantVariable (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:203)
typeVariantWrap (src/main/haskell/Hydra/Dsl/Meta/Variants.hs:206)
11% ( 1 / 9) in 'Hydra.Dsl.Meta.Util'
Missing documentation for:
caseConventionCamel (src/main/haskell/Hydra/Dsl/Meta/Util.hs:13)
caseConventionPascal (src/main/haskell/Hydra/Dsl/Meta/Util.hs:14)
caseConventionLowerSnake (src/main/haskell/Hydra/Dsl/Meta/Util.hs:15)
caseConventionUpperSnake (src/main/haskell/Hydra/Dsl/Meta/Util.hs:16)
decodingError (src/main/haskell/Hydra/Dsl/Meta/Util.hs:19)
unDecodingError (src/main/haskell/Hydra/Dsl/Meta/Util.hs:22)
precisionArbitrary (src/main/haskell/Hydra/Dsl/Meta/Util.hs:25)
precisionBits (src/main/haskell/Hydra/Dsl/Meta/Util.hs:28)
2% ( 1 / 34) in 'Hydra.Dsl.Meta.Typing'
Missing documentation for:
inferenceContext (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:26)
inferenceContextSchemaTypes (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:34)
inferenceContextPrimitiveTypes (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:37)
inferenceContextDataTypes (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:40)
inferenceContextClassConstraints (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:43)
inferenceContextDebug (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:46)
inferenceContextWithDataTypes (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:49)
inferenceContextWithClassConstraints (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:57)
inferenceResult (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:65)
inferenceResultTerm (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:72)
inferenceResultType (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:75)
inferenceResultSubst (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:78)
inferenceResultClassConstraints (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:81)
termSubst (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:84)
typeConstraint (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:87)
typeConstraintLeft (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:93)
typeConstraintRight (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:96)
typeConstraintComment (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:99)
typeContext (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:102)
typeContextTypes (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:111)
typeContextMetadata (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:114)
typeContextTypeVariables (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:117)
typeContextLambdaVariables (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:120)
typeContextLetVariables (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:123)
typeContextInferenceContext (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:126)
typeContextWithTypes (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:129)
typeContextWithMetadata (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:138)
typeContextWithTypeVariables (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:147)
typeContextWithLambdaVariables (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:156)
typeContextWithLetVariables (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:165)
typeSubst (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:174)
unTermSubst (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:177)
unTypeSubst (src/main/haskell/Hydra/Dsl/Meta/Typing.hs:180)
6% ( 1 / 15) in 'Hydra.Dsl.Meta.Topology'
Missing documentation for:
orderingIsomorphism (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:16)
tarjanState (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:27)
tarjanStateCounter (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:36)
tarjanStateIndices (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:39)
tarjanStateLowLinks (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:42)
tarjanStateStack (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:45)
tarjanStateOnStack (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:48)
tarjanStateSccs (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:51)
tarjanStateWithCounter (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:54)
tarjanStateWithIndices (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:63)
tarjanStateWithLowLinks (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:72)
tarjanStateWithStack (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:81)
tarjanStateWithOnStack (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:90)
tarjanStateWithSccs (src/main/haskell/Hydra/Dsl/Meta/Topology.hs:99)
6% ( 1 / 15) in 'Hydra.Dsl.Meta.Lib.Strings'
Missing documentation for:
cat (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:15)
cat2 (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:18)
charAt (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:21)
fromList (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:24)
intercalate (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:27)
length (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:30)
lines (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:33)
null (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:36)
splitOn (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:39)
toList (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:42)
toLower (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:45)
toUpper (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:48)
unlines (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:51)
concat (src/main/haskell/Hydra/Dsl/Meta/Lib/Strings.hs:56)
6% ( 1 / 15) in 'Hydra.Dsl.Meta.Lib.Sets'
Missing documentation for:
delete (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:17)
difference (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:20)
empty (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:23)
fromList (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:26)
insert (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:29)
intersection (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:32)
map (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:35)
member (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:38)
null (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:41)
singleton (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:44)
size (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:47)
toList (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:50)
union (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:53)
unions (src/main/haskell/Hydra/Dsl/Meta/Lib/Sets.hs:56)
25% ( 1 / 4) in 'Hydra.Dsl.Meta.Lib.Pairs'
Missing documentation for:
bimap (src/main/haskell/Hydra/Dsl/Meta/Lib/Pairs.hs:12)
first (src/main/haskell/Hydra/Dsl/Meta/Lib/Pairs.hs:15)
second (src/main/haskell/Hydra/Dsl/Meta/Lib/Pairs.hs:18)
7% ( 1 / 14) in 'Hydra.Dsl.Meta.Lib.Maybes'
Missing documentation for:
apply (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:15)
bind (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:18)
cases (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:21)
cat (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:24)
compose (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:27)
fromJust (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:30)
fromMaybe (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:33)
isJust (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:36)
isNothing (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:39)
map (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:42)
mapMaybe (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:45)
maybe (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:48)
pure (src/main/haskell/Hydra/Dsl/Meta/Lib/Maybes.hs:51)
2% ( 1 / 41) in 'Hydra.Dsl.Meta.Lib.Math'
Missing documentation for:
abs (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:12)
acos (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:15)
acosh (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:18)
add (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:21)
asin (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:24)
asinh (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:27)
atan (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:30)
atan2 (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:33)
atanh (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:36)
ceiling (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:39)
cos (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:42)
cosh (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:45)
div (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:48)
e (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:51)
even (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:54)
exp (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:57)
floor (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:60)
log (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:63)
logBase (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:66)
max (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:69)
min (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:72)
mod (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:75)
mul (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:78)
negate (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:81)
odd (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:84)
pi (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:87)
pow (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:90)
pred (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:93)
range (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:96)
rem (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:99)
round (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:102)
signum (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:105)
sin (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:108)
sinh (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:111)
sqrt (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:114)
sub (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:117)
succ (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:120)
tan (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:123)
tanh (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:126)
truncate (src/main/haskell/Hydra/Dsl/Meta/Lib/Math.hs:129)
4% ( 1 / 21) in 'Hydra.Dsl.Meta.Lib.Maps'
Missing documentation for:
alter (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:17)
bimap (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:20)
delete (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:23)
elems (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:26)
empty (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:29)
filter (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:32)
filterWithKey (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:35)
findWithDefault (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:38)
fromList (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:41)
insert (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:44)
keys (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:47)
lookup (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:50)
map (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:53)
mapKeys (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:56)
member (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:59)
null (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:62)
singleton (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:65)
size (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:68)
toList (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:71)
union (src/main/haskell/Hydra/Dsl/Meta/Lib/Maps.hs:74)
28% ( 2 / 7) in 'Hydra.Dsl.Meta.Lib.Logic'
Missing documentation for:
and (src/main/haskell/Hydra/Dsl/Meta/Lib/Logic.hs:15)
not (src/main/haskell/Hydra/Dsl/Meta/Lib/Logic.hs:23)
or (src/main/haskell/Hydra/Dsl/Meta/Lib/Logic.hs:26)
ands (src/main/haskell/Hydra/Dsl/Meta/Lib/Logic.hs:32)
ors (src/main/haskell/Hydra/Dsl/Meta/Lib/Logic.hs:35)
1% ( 1 / 54) in 'Hydra.Dsl.Meta.Lib.Literals'
Missing documentation for:
bigfloatToBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:15)
bigfloatToFloat32 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:18)
bigfloatToFloat64 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:21)
bigintToBigfloat (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:24)
bigintToInt8 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:27)
bigintToInt16 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:30)
bigintToInt32 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:33)
bigintToInt64 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:36)
bigintToUint8 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:39)
bigintToUint16 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:42)
bigintToUint32 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:45)
bigintToUint64 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:48)
binaryToBytes (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:51)
binaryToString (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:54)
float32ToBigfloat (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:57)
float64ToBigfloat (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:60)
int8ToBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:63)
int16ToBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:66)
int32ToBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:69)
int64ToBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:72)
readBigfloat (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:75)
readBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:78)
readBoolean (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:81)
readFloat32 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:84)
readFloat64 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:87)
readInt8 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:90)
readInt16 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:93)
readInt32 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:96)
readInt64 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:99)
readString (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:102)
readUint8 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:107)
readUint16 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:110)
readUint32 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:113)
readUint64 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:116)
showBigfloat (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:119)
showBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:122)
showBoolean (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:125)
showFloat32 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:128)
showFloat64 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:131)
showInt8 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:134)
showInt16 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:137)
showInt32 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:140)
showInt64 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:143)
showUint8 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:146)
showUint16 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:149)
showUint32 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:152)
showUint64 (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:155)
showString (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:158)
stringToBinary (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:161)
uint8ToBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:164)
uint16ToBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:167)
uint32ToBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:170)
uint64ToBigint (src/main/haskell/Hydra/Dsl/Meta/Lib/Literals.hs:173)
5% ( 2 / 37) in 'Hydra.Dsl.Meta.Lib.Lists'
Missing documentation for:
apply (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:15)
at (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:18)
bind (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:21)
concat (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:24)
concat2 (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:27)
cons (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:30)
drop (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:33)
dropWhile (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:36)
elem (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:39)
filter (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:42)
find (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:45)
foldl (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:48)
group (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:51)
head (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:54)
init (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:57)
intercalate (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:60)
intersperse (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:63)
last (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:66)
length (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:69)
nub (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:77)
null (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:80)
partition (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:83)
pure (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:86)
replicate (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:89)
reverse (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:92)
safeHead (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:95)
singleton (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:98)
sort (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:101)
sortOn (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:104)
span (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:107)
tail (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:110)
take (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:113)
transpose (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:116)
zip (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:119)
zipWith (src/main/haskell/Hydra/Dsl/Meta/Lib/Lists.hs:122)
7% ( 1 / 14) in 'Hydra.Dsl.Meta.Lib.Flows'
Missing documentation for:
apply (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:20)
bind (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:23)
fail (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:26)
foldl (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:29)
map (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:32)
mapElems (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:35)
mapKeys (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:38)
mapList (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:41)
mapMaybe (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:44)
mapSet (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:47)
pure (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:50)
sequence (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:53)
withDefault (src/main/haskell/Hydra/Dsl/Meta/Lib/Flows.hs:56)
10% ( 1 / 10) in 'Hydra.Dsl.Meta.Lib.Equality'
Missing documentation for:
compare (src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs:18)
equal (src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs:21)
gt (src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs:24)
gte (src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs:27)
identity (src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs:30)
lt (src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs:33)
lte (src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs:36)
max (src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs:39)
min (src/main/haskell/Hydra/Dsl/Meta/Lib/Equality.hs:42)
7% ( 1 / 14) in 'Hydra.Dsl.Meta.Lib.Eithers'
Missing documentation for:
bind (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:12)
bimap (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:15)
either_ (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:18)
fromLeft (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:21)
fromRight (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:24)
isLeft (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:27)
isRight (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:30)
lefts (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:33)
map (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:36)
mapList (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:39)
mapMaybe (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:42)
partitionEithers (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:45)
rights (src/main/haskell/Hydra/Dsl/Meta/Lib/Eithers.hs:48)
14% ( 1 / 7) in 'Hydra.Dsl.Meta.Lib.Chars'
Missing documentation for:
isAlphaNum (src/main/haskell/Hydra/Dsl/Meta/Lib/Chars.hs:13)
isLower (src/main/haskell/Hydra/Dsl/Meta/Lib/Chars.hs:17)
isSpace (src/main/haskell/Hydra/Dsl/Meta/Lib/Chars.hs:21)
isUpper (src/main/haskell/Hydra/Dsl/Meta/Lib/Chars.hs:25)
toLower (src/main/haskell/Hydra/Dsl/Meta/Lib/Chars.hs:29)
toUpper (src/main/haskell/Hydra/Dsl/Meta/Lib/Chars.hs:33)
100% ( 11 / 11) in 'Hydra.Dsl.Meta.Parsing'
3% ( 1 / 27) in 'Hydra.Dsl.Meta.Module'
Missing documentation for:
definitionTerm (src/main/haskell/Hydra/Dsl/Meta/Module.hs:12)
definitionType (src/main/haskell/Hydra/Dsl/Meta/Module.hs:15)
module_ (src/main/haskell/Hydra/Dsl/Meta/Module.hs:18)
moduleNamespace (src/main/haskell/Hydra/Dsl/Meta/Module.hs:26)
moduleElements (src/main/haskell/Hydra/Dsl/Meta/Module.hs:29)
moduleTermDependencies (src/main/haskell/Hydra/Dsl/Meta/Module.hs:32)
moduleTypeDependencies (src/main/haskell/Hydra/Dsl/Meta/Module.hs:35)
moduleDescription (src/main/haskell/Hydra/Dsl/Meta/Module.hs:38)
namespace (src/main/haskell/Hydra/Dsl/Meta/Module.hs:41)
namespaces (src/main/haskell/Hydra/Dsl/Meta/Module.hs:44)
namespacesFocus (src/main/haskell/Hydra/Dsl/Meta/Module.hs:49)
namespacesMapping (src/main/haskell/Hydra/Dsl/Meta/Module.hs:52)
namespacesWithFocus (src/main/haskell/Hydra/Dsl/Meta/Module.hs:55)
namespacesWithMapping (src/main/haskell/Hydra/Dsl/Meta/Module.hs:58)
qualifiedName (src/main/haskell/Hydra/Dsl/Meta/Module.hs:61)
qualifiedNameLocal (src/main/haskell/Hydra/Dsl/Meta/Module.hs:66)
qualifiedNameNamespace (src/main/haskell/Hydra/Dsl/Meta/Module.hs:69)
termDefinition (src/main/haskell/Hydra/Dsl/Meta/Module.hs:72)
termDefinitionName (src/main/haskell/Hydra/Dsl/Meta/Module.hs:78)
termDefinitionTerm (src/main/haskell/Hydra/Dsl/Meta/Module.hs:81)
termDefinitionType (src/main/haskell/Hydra/Dsl/Meta/Module.hs:84)
typeDefinition (src/main/haskell/Hydra/Dsl/Meta/Module.hs:87)
typeDefinitionName (src/main/haskell/Hydra/Dsl/Meta/Module.hs:92)
typeDefinitionType (src/main/haskell/Hydra/Dsl/Meta/Module.hs:95)
unFileExtension (src/main/haskell/Hydra/Dsl/Meta/Module.hs:98)
unNamespace (src/main/haskell/Hydra/Dsl/Meta/Module.hs:101)
14% ( 1 / 7) in 'Hydra.Dsl.Meta.Json'
Missing documentation for:
valueArray (src/main/haskell/Hydra/Dsl/Meta/Json.hs:13)
valueBoolean (src/main/haskell/Hydra/Dsl/Meta/Json.hs:16)
valueNull (src/main/haskell/Hydra/Dsl/Meta/Json.hs:19)
valueNumber (src/main/haskell/Hydra/Dsl/Meta/Json.hs:22)
valueObject (src/main/haskell/Hydra/Dsl/Meta/Json.hs:25)
valueString (src/main/haskell/Hydra/Dsl/Meta/Json.hs:28)
4% ( 1 / 24) in 'Hydra.Dsl.Meta.Graph'
Missing documentation for:
comparisonLessThan (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:12)
comparisonEqualTo (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:15)
comparisonGreaterThan (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:18)
graph (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:27)
graphElements (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:36)
graphEnvironment (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:39)
graphTypes (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:42)
graphBody (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:45)
graphPrimitives (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:48)
graphSchema (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:51)
graphWithElements (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:54)
graphWithEnvironment (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:63)
graphWithTypes (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:72)
graphWithBody (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:81)
graphWithPrimitives (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:90)
graphWithSchema (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:99)
primitive (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:111)
primitiveName (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:117)
primitiveType (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:120)
primitiveImplementation (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:123)
primitiveWithType (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:126)
typeClassEquality (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:132)
typeClassOrdering (src/main/haskell/Hydra/Dsl/Meta/Graph.hs:135)
10% ( 1 / 10) in 'Hydra.Dsl.Meta.Grammar'
Missing documentation for:
labeledPatternLabel (src/main/haskell/Hydra/Dsl/Meta/Grammar.hs:14)
labeledPatternPattern (src/main/haskell/Hydra/Dsl/Meta/Grammar.hs:17)
production (src/main/haskell/Hydra/Dsl/Meta/Grammar.hs:20)
productionSymbol (src/main/haskell/Hydra/Dsl/Meta/Grammar.hs:25)
productionPattern (src/main/haskell/Hydra/Dsl/Meta/Grammar.hs:28)
unConstant (src/main/haskell/Hydra/Dsl/Meta/Grammar.hs:31)
unGrammar (src/main/haskell/Hydra/Dsl/Meta/Grammar.hs:34)
unLabel (src/main/haskell/Hydra/Dsl/Meta/Grammar.hs:37)
unSymbol (src/main/haskell/Hydra/Dsl/Meta/Grammar.hs:40)
0% ( 1 /171) in 'Hydra.Dsl.Meta.Core'
Missing documentation for:
annotatedTerm (src/main/haskell/Hydra/Dsl/Meta/Core.hs:27)
annotatedTermBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:32)
annotatedTermAnnotation (src/main/haskell/Hydra/Dsl/Meta/Core.hs:35)
annotatedTermWithBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:38)
annotatedType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:41)
annotatedTypeBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:46)
annotatedTypeAnnotation (src/main/haskell/Hydra/Dsl/Meta/Core.hs:49)
application (src/main/haskell/Hydra/Dsl/Meta/Core.hs:52)
applicationFunction (src/main/haskell/Hydra/Dsl/Meta/Core.hs:57)
applicationArgument (src/main/haskell/Hydra/Dsl/Meta/Core.hs:60)
applicationType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:63)
applicationTypeFunction (src/main/haskell/Hydra/Dsl/Meta/Core.hs:68)
applicationTypeArgument (src/main/haskell/Hydra/Dsl/Meta/Core.hs:71)
eitherType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:74)
eitherTypeLeft (src/main/haskell/Hydra/Dsl/Meta/Core.hs:79)
eitherTypeRight (src/main/haskell/Hydra/Dsl/Meta/Core.hs:82)
pairType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:85)
pairTypeFirst (src/main/haskell/Hydra/Dsl/Meta/Core.hs:90)
pairTypeSecond (src/main/haskell/Hydra/Dsl/Meta/Core.hs:93)
binding (src/main/haskell/Hydra/Dsl/Meta/Core.hs:96)
bindingName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:102)
bindingTerm (src/main/haskell/Hydra/Dsl/Meta/Core.hs:105)
bindingType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:108)
bindingWithTerm (src/main/haskell/Hydra/Dsl/Meta/Core.hs:111)
caseStatement (src/main/haskell/Hydra/Dsl/Meta/Core.hs:114)
caseStatementTypeName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:120)
caseStatementDefault (src/main/haskell/Hydra/Dsl/Meta/Core.hs:123)
caseStatementCases (src/main/haskell/Hydra/Dsl/Meta/Core.hs:126)
eliminationRecord (src/main/haskell/Hydra/Dsl/Meta/Core.hs:129)
eliminationUnion (src/main/haskell/Hydra/Dsl/Meta/Core.hs:132)
eliminationWrap (src/main/haskell/Hydra/Dsl/Meta/Core.hs:135)
field (src/main/haskell/Hydra/Dsl/Meta/Core.hs:138)
fieldName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:143)
fieldTerm (src/main/haskell/Hydra/Dsl/Meta/Core.hs:146)
fieldType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:149)
fieldTypeName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:154)
fieldTypeType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:157)
floatTypeBigfloat (src/main/haskell/Hydra/Dsl/Meta/Core.hs:160)
floatTypeFloat32 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:163)
floatTypeFloat64 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:166)
floatValueBigfloat (src/main/haskell/Hydra/Dsl/Meta/Core.hs:169)
floatValueFloat32 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:172)
floatValueFloat64 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:175)
forallType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:178)
forallTypeParameter (src/main/haskell/Hydra/Dsl/Meta/Core.hs:183)
forallTypeBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:186)
functionElimination (src/main/haskell/Hydra/Dsl/Meta/Core.hs:189)
functionLambda (src/main/haskell/Hydra/Dsl/Meta/Core.hs:192)
functionPrimitive (src/main/haskell/Hydra/Dsl/Meta/Core.hs:195)
functionType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:198)
functionTypeDomain (src/main/haskell/Hydra/Dsl/Meta/Core.hs:203)
functionTypeCodomain (src/main/haskell/Hydra/Dsl/Meta/Core.hs:206)
injection (src/main/haskell/Hydra/Dsl/Meta/Core.hs:209)
injectionTypeName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:214)
injectionField (src/main/haskell/Hydra/Dsl/Meta/Core.hs:217)
integerTypeBigint (src/main/haskell/Hydra/Dsl/Meta/Core.hs:220)
integerTypeInt8 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:223)
integerTypeInt16 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:226)
integerTypeInt32 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:229)
integerTypeInt64 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:232)
integerTypeUint8 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:235)
integerTypeUint16 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:238)
integerTypeUint32 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:241)
integerTypeUint64 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:244)
integerValueBigint (src/main/haskell/Hydra/Dsl/Meta/Core.hs:247)
integerValueInt8 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:250)
integerValueInt16 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:253)
integerValueInt32 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:256)
integerValueInt64 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:259)
integerValueUint8 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:262)
integerValueUint16 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:265)
integerValueUint32 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:268)
integerValueUint64 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:271)
lambda (src/main/haskell/Hydra/Dsl/Meta/Core.hs:274)
lambdaParameter (src/main/haskell/Hydra/Dsl/Meta/Core.hs:280)
lambdaBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:283)
lambdaDomain (src/main/haskell/Hydra/Dsl/Meta/Core.hs:286)
lambdaWithBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:289)
let_ (src/main/haskell/Hydra/Dsl/Meta/Core.hs:292)
letBindings (src/main/haskell/Hydra/Dsl/Meta/Core.hs:297)
letBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:300)
letWithBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:303)
literalBinary (src/main/haskell/Hydra/Dsl/Meta/Core.hs:306)
literalBoolean (src/main/haskell/Hydra/Dsl/Meta/Core.hs:309)
literalFloat (src/main/haskell/Hydra/Dsl/Meta/Core.hs:312)
literalInteger (src/main/haskell/Hydra/Dsl/Meta/Core.hs:315)
literalString (src/main/haskell/Hydra/Dsl/Meta/Core.hs:318)
literalTypeBinary (src/main/haskell/Hydra/Dsl/Meta/Core.hs:321)
literalTypeBoolean (src/main/haskell/Hydra/Dsl/Meta/Core.hs:324)
literalTypeFloat (src/main/haskell/Hydra/Dsl/Meta/Core.hs:327)
literalTypeInteger (src/main/haskell/Hydra/Dsl/Meta/Core.hs:330)
literalTypeString (src/main/haskell/Hydra/Dsl/Meta/Core.hs:333)
mapType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:336)
mapTypeKeys (src/main/haskell/Hydra/Dsl/Meta/Core.hs:341)
mapTypeValues (src/main/haskell/Hydra/Dsl/Meta/Core.hs:344)
name (src/main/haskell/Hydra/Dsl/Meta/Core.hs:347)
nameLift (src/main/haskell/Hydra/Dsl/Meta/Core.hs:350)
projection (src/main/haskell/Hydra/Dsl/Meta/Core.hs:353)
projectionTypeName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:358)
projectionField (src/main/haskell/Hydra/Dsl/Meta/Core.hs:361)
record (src/main/haskell/Hydra/Dsl/Meta/Core.hs:364)
recordTypeName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:369)
recordFields (src/main/haskell/Hydra/Dsl/Meta/Core.hs:372)
rowType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:375)
rowTypeTypeName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:380)
rowTypeFields (src/main/haskell/Hydra/Dsl/Meta/Core.hs:383)
termAnnotated (src/main/haskell/Hydra/Dsl/Meta/Core.hs:386)
termApplication (src/main/haskell/Hydra/Dsl/Meta/Core.hs:389)
termEither (src/main/haskell/Hydra/Dsl/Meta/Core.hs:392)
termFunction (src/main/haskell/Hydra/Dsl/Meta/Core.hs:395)
termLet (src/main/haskell/Hydra/Dsl/Meta/Core.hs:398)
termList (src/main/haskell/Hydra/Dsl/Meta/Core.hs:401)
termLiteral (src/main/haskell/Hydra/Dsl/Meta/Core.hs:404)
termMap (src/main/haskell/Hydra/Dsl/Meta/Core.hs:407)
termMaybe (src/main/haskell/Hydra/Dsl/Meta/Core.hs:410)
termPair (src/main/haskell/Hydra/Dsl/Meta/Core.hs:413)
termRecord (src/main/haskell/Hydra/Dsl/Meta/Core.hs:416)
termSet (src/main/haskell/Hydra/Dsl/Meta/Core.hs:419)
termTypeLambda (src/main/haskell/Hydra/Dsl/Meta/Core.hs:422)
termTypeApplication (src/main/haskell/Hydra/Dsl/Meta/Core.hs:425)
termUnion (src/main/haskell/Hydra/Dsl/Meta/Core.hs:428)
termUnit (src/main/haskell/Hydra/Dsl/Meta/Core.hs:431)
termVariable (src/main/haskell/Hydra/Dsl/Meta/Core.hs:434)
termWrap (src/main/haskell/Hydra/Dsl/Meta/Core.hs:437)
typeLambda (src/main/haskell/Hydra/Dsl/Meta/Core.hs:440)
typeLambdaParameter (src/main/haskell/Hydra/Dsl/Meta/Core.hs:445)
typeLambdaBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:448)
typeLambdaWithBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:451)
typeAnnotated (src/main/haskell/Hydra/Dsl/Meta/Core.hs:454)
typeApplication (src/main/haskell/Hydra/Dsl/Meta/Core.hs:457)
typeEither (src/main/haskell/Hydra/Dsl/Meta/Core.hs:460)
typeForall (src/main/haskell/Hydra/Dsl/Meta/Core.hs:463)
typeFunction (src/main/haskell/Hydra/Dsl/Meta/Core.hs:466)
typeList (src/main/haskell/Hydra/Dsl/Meta/Core.hs:469)
typeLiteral (src/main/haskell/Hydra/Dsl/Meta/Core.hs:472)
typeMap (src/main/haskell/Hydra/Dsl/Meta/Core.hs:475)
typeMaybe (src/main/haskell/Hydra/Dsl/Meta/Core.hs:478)
typePair (src/main/haskell/Hydra/Dsl/Meta/Core.hs:481)
typeRecord (src/main/haskell/Hydra/Dsl/Meta/Core.hs:484)
typeScheme (src/main/haskell/Hydra/Dsl/Meta/Core.hs:487)
typeVariableMetadata (src/main/haskell/Hydra/Dsl/Meta/Core.hs:493)
typeVariableMetadataClasses (src/main/haskell/Hydra/Dsl/Meta/Core.hs:497)
typeSchemeVariables (src/main/haskell/Hydra/Dsl/Meta/Core.hs:500)
typeSchemeType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:503)
typeSchemeConstraints (src/main/haskell/Hydra/Dsl/Meta/Core.hs:506)
typeSet (src/main/haskell/Hydra/Dsl/Meta/Core.hs:509)
typeUnion (src/main/haskell/Hydra/Dsl/Meta/Core.hs:512)
typeUnit (src/main/haskell/Hydra/Dsl/Meta/Core.hs:515)
typeVariable (src/main/haskell/Hydra/Dsl/Meta/Core.hs:518)
typeWrap (src/main/haskell/Hydra/Dsl/Meta/Core.hs:521)
typeApplicationTerm (src/main/haskell/Hydra/Dsl/Meta/Core.hs:524)
typeApplicationTermBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:529)
typeApplicationTermType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:532)
unName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:535)
unNamespace (src/main/haskell/Hydra/Dsl/Meta/Core.hs:538)
wrappedTerm (src/main/haskell/Hydra/Dsl/Meta/Core.hs:541)
wrappedTermTypeName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:546)
wrappedTermBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:549)
wrappedType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:552)
wrappedTypeTypeName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:557)
wrappedTypeBody (src/main/haskell/Hydra/Dsl/Meta/Core.hs:560)
equalName (src/main/haskell/Hydra/Dsl/Meta/Core.hs:566)
equalName_ (src/main/haskell/Hydra/Dsl/Meta/Core.hs:571)
equalNameList (src/main/haskell/Hydra/Dsl/Meta/Core.hs:574)
equalNameList_ (src/main/haskell/Hydra/Dsl/Meta/Core.hs:579)
fieldWithTerm (src/main/haskell/Hydra/Dsl/Meta/Core.hs:584)
fieldTypeWithType (src/main/haskell/Hydra/Dsl/Meta/Core.hs:587)
false (src/main/haskell/Hydra/Dsl/Meta/Core.hs:590)
int32 (src/main/haskell/Hydra/Dsl/Meta/Core.hs:593)
string (src/main/haskell/Hydra/Dsl/Meta/Core.hs:596)
74% ( 23 / 31) in 'Hydra.Dsl.Meta.DeepCore'
Missing documentation for:
cases (src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs:35)
constant (src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs:58)
unwrap (src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs:80)
map (src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs:119)
left (src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs:126)
right (src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs:129)
pair (src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs:143)
ref (src/main/haskell/Hydra/Dsl/Meta/DeepCore.hs:154)
4% ( 1 / 22) in 'Hydra.Dsl.Meta.Compute'
Missing documentation for:
adapter (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:17)
adapterIsLossy (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:24)
adapterSource (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:27)
adapterTarget (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:30)
adapterCoder (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:33)
adapterWithCoder (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:36)
adapterWithTarget (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:43)
coder (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:50)
coderEncode (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:55)
coderDecode (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:58)
flow (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:61)
flowState (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:64)
flowStateState (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:70)
flowStateTrace (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:73)
flowStateValue (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:76)
trace (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:79)
traceStack (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:85)
traceMessages (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:88)
traceOther (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:91)
traceWithOther (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:94)
unFlow (src/main/haskell/Hydra/Dsl/Meta/Compute.hs:100)
Warning: Hydra.Dsl.Meta.Base: Could not find documentation for exported module: Hydra.Dsl.Meta.Base
70% ( 7 / 10) in 'Hydra.Dsl.Meta.Base'
Missing documentation for:
name (src/main/haskell/Hydra/Dsl/Meta/Base.hs:28)
>: (src/main/haskell/Hydra/Dsl/Meta/Base.hs:21)
>>: (src/main/haskell/Hydra/Dsl/Meta/Base.hs:25)
Warning: Hydra.Dsl.Meta.Types: Could not find documentation for exported module: Hydra.Dsl.Meta.Types
95% ( 46 / 48) in 'Hydra.Dsl.Meta.Types'
Missing documentation for:
applys (src/main/haskell/Hydra/Dsl/Meta/Types.hs:42)
forAlls (src/main/haskell/Hydra/Dsl/Meta/Types.hs:93)
4% ( 1 / 23) in 'Hydra.Dsl.Meta.Coders'
Missing documentation for:
adapterContext (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:18)
adapterContextGraph (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:24)
adapterContextLanguage (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:27)
adapterContextAdapters (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:30)
coderDirectionEncode (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:33)
coderDirectionDecode (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:36)
language (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:39)
languageName (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:47)
unLanguageName (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:50)
languageNameProjection (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:54)
languageConstraintsProjection (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:58)
languageConstraints (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:69)
languageConstraintsEliminationVariants (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:87)
languageConstraintsLiteralVariants (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:90)
languageConstraintsFloatTypes (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:93)
languageConstraintsFunctionVariants (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:96)
languageConstraintsIntegerTypes (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:99)
languageConstraintsTermVariants (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:102)
languageConstraintsTypeVariants (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:105)
languageConstraintsTypes (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:108)
traversalOrderPre (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:110)
traversalOrderPost (src/main/haskell/Hydra/Dsl/Meta/Coders.hs:111)
Warning: 'A' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Hydra.Dsl.Meta.Terms: Could not find documentation for exported module: Hydra.Dsl.Meta.Terms
88% ( 90 /102) in 'Hydra.Dsl.Meta.Terms'
Missing documentation for:
annotatedTerm (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:49)
injectUnit (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:141)
mapTerm1 (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:228)
metaref (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:242)
primitiveLift (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:264)
recordLift (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:280)
stringTerm (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:303)
uint8Lift (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:359)
injectUnitPhantom (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:396)
injectPhantom (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:424)
flowStateTerm (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:521)
unFlowTerm (src/main/haskell/Hydra/Dsl/Meta/Terms.hs:534)
22% ( 37 /163) in 'Hydra.Dsl.Meta.Testing'
Missing documentation for:
Int32 (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:25)
tag_disabled (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:28)
tag_disabledForMinimalInference (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:29)
tag_disabledForPython (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:30)
tag_requiresFlowDecoding (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:31)
noTags (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:34)
expectFailure (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:37)
expectMono (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:40)
expectPoly (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:43)
groupRef (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:45)
primCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:48)
primCaseWithTags (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:51)
evalCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:58)
evalCaseWithTags (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:61)
infFailureTest (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:66)
infTest (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:70)
isDisabled (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:73)
isDisabledForMinimalInference (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:74)
isDisabledForPython (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:75)
isRequiresFlowDecoding (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:76)
mapTerm (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:79)
mapTermEmpty (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:82)
subgroup (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:85)
supergroup (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:88)
tag (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:91)
tgroup (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:94)
encodeGroup (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:98)
encodeCaseWithMetadata (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:103)
encodeCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:108)
encodeCaseConvention (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:113)
encodeCaseConversionTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:118)
encodeEtaExpansionTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:123)
encodeEvaluationTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:126)
encodeInferenceTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:132)
caseConversionTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:139)
encodedTestGroupToBinding (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:147)
inferenceFailureTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:154)
etaExpansionTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:158)
inferenceTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:163)
evaluationStyleEager (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:168)
evaluationStyleLazy (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:171)
evaluationTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:174)
delegatedEvaluationTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:180)
testCaseCaseConversion (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:185)
testCaseDelegatedEvaluation (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:188)
testCaseEtaExpansion (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:191)
testCaseEvaluation (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:194)
testCaseInference (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:197)
testCaseInferenceFailure (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:200)
testCaseJsonCoder (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:203)
testCaseJsonDecode (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:206)
testCaseJsonEncode (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:209)
testCaseJsonParser (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:212)
testCaseJsonRoundtrip (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:215)
testCaseJsonWriter (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:218)
testCaseAlphaConversion (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:221)
testCaseTypeReduction (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:224)
alphaConversionTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:227)
typeReductionTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:234)
writerTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:251)
jsonWriterTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:256)
parserTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:259)
jsonParserTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:264)
jsonCoderTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:267)
jsonDecodeTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:282)
jsonEncodeTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:288)
jsonRoundtripTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:293)
testCaseTopologicalSort (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:316)
testCaseTopologicalSortSCC (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:319)
topologicalSortTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:322)
topologicalSortSCCTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:327)
testCaseWithMetadata (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:344)
testCaseWithMetadataName (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:351)
testCaseWithMetadataCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:354)
testCaseWithMetadataDescription (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:357)
testCaseWithMetadataTags (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:360)
testGroup (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:363)
testGroupToBinding (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:370)
testCaseSerialization (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:373)
serializationTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:376)
testCaseFlattenLetTerms (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:390)
testCaseFreeVariables (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:393)
testCaseLiftLambdaAboveLet (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:396)
testCaseSimplifyTerm (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:399)
flattenLetTermsTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:402)
freeVariablesTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:407)
liftLambdaAboveLetTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:412)
simplifyTermTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:417)
testCaseDeannotateTerm (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:449)
testCaseDeannotateType (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:452)
deannotateTermTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:455)
deannotateTypeTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:460)
testCaseTopologicalSortBindings (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:480)
topologicalSortBindingsTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:483)
testCaseNormalizeTypeVariables (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:497)
normalizeTypeVariablesTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:500)
testCaseFoldOverTerm (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:514)
foldOverTermTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:517)
foldOpSumInt32Literals (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:525)
foldOpCollectListLengths (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:528)
foldOpCollectLabels (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:531)
testCaseRewriteTerm (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:543)
rewriteTermTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:546)
termRewriterReplaceFooWithBar (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:553)
termRewriterReplaceInt32WithInt64 (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:556)
testCaseRewriteType (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:568)
rewriteTypeTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:571)
typeRewriterReplaceStringWithInt32 (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:578)
testCaseHoistSubterms (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:596)
hoistSubtermsTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:599)
testCaseHoistCaseStatements (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:632)
hoistCaseStatementsTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:635)
testCaseHoistLetBindings (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:649)
hoistLetBindingsTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:652)
testCaseHoistPolymorphicLetBindings (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:666)
hoistPolymorphicLetBindingsTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:669)
testCaseSubstInType (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:683)
substInTypeTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:686)
testCaseVariableOccursInType (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:701)
variableOccursInTypeTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:704)
testCaseUnifyTypes (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:719)
unifyTypesTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:722)
testCaseJoinTypes (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:745)
joinTypesTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:748)
testCaseUnshadowVariables (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:769)
unshadowVariablesTestCase (src/main/haskell/Hydra/Dsl/Meta/Testing.hs:772)
0% ( 0 / 74) in 'Hydra.Sources.Test.TestTypes'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:19)
module_ (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:22)
define (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:99)
defineType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:102)
testTypesName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:107)
testTypeBuddyListAName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:111)
testTypeBuddyListBName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:115)
testTypeComparisonName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:119)
testTypeEitherName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:123)
testTypeFlowName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:127)
testTypeFlowStateName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:131)
testTypeHydraLiteralTypeName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:135)
testTypeHydraTypeName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:139)
testTypeIntListName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:143)
testTypeLatLonName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:147)
testTypeLatLonPolyName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:151)
testTypeListName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:155)
testTypeNumberName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:159)
testTypePersonName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:163)
testTypePersonOrSomethingName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:167)
testTypePolymorphicWrapperName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:171)
testTypeSimpleNumberName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:175)
testTypeStringAliasName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:179)
testTypeSymmetricTripleName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:183)
testTypeTimestampName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:187)
testTypeTraceName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:191)
testTypeTripleName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:195)
testTypeUnionMonomorphicName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:199)
testTypeUnionPolymorphicRecursiveName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:203)
testTypeUnitName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:207)
testTypeBuddyListA (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:212)
testTypeBuddyListB (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:219)
testTypeComparison (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:226)
testTypeEither (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:233)
testTypeFlow (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:239)
testTypeFlowState (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:244)
testTypeHydraLiteralType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:251)
testTypeHydraType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:257)
testTypeIntList (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:263)
testTypeLatLon (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:269)
testTypeLatLonPoly (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:275)
testTypeList (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:281)
testTypeNumber (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:288)
testTypePerson (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:294)
testTypePersonOrSomething (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:301)
testTypePolymorphicWrapper (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:307)
testTypeSimpleNumber (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:311)
testTypeStringAlias (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:317)
testTypeSymmetricTriple (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:321)
testTypeTimestamp (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:326)
testTypeTrace (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:332)
testTypeTriple (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:339)
testTypeUnionMonomorphic (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:346)
testTypeUnionPolymorphicRecursive (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:353)
testTypeUnit (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:360)
concatType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:366)
compareStringsType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:370)
eitherStringOrInt8TypeName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:374)
eitherStringOrInt8Type (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:378)
exampleProjectionType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:384)
listOfInt8sType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:388)
listOfInt16sType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:392)
listOfListsOfStringsType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:396)
listOfSetOfStringsType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:400)
listOfStringsType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:404)
mapOfStringsToIntsType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:408)
optionalInt8Type (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:412)
optionalInt16Type (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:416)
optionalStringType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:420)
setOfStringsType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:424)
stringOrIntName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:428)
stringOrIntType (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:432)
testTypeName (src/main/haskell/Hydra/Sources/Test/TestTypes.hs:438)
0% ( 0 / 9) in 'Hydra.Sources.Test.TestTerms'
Missing documentation for:
Module header
HydraModule (src/main/haskell/Hydra/Sources/Test/TestTerms.hs:19)
ns (src/main/haskell/Hydra/Sources/Test/TestTerms.hs:22)
module_ (src/main/haskell/Hydra/Sources/Test/TestTerms.hs:25)
defineTerm (src/main/haskell/Hydra/Sources/Test/TestTerms.hs:37)
latlonRecord (src/main/haskell/Hydra/Sources/Test/TestTerms.hs:40)
testDataArthur (src/main/haskell/Hydra/Sources/Test/TestTerms.hs:46)
testElementArthur (src/main/haskell/Hydra/Sources/Test/TestTerms.hs:53)
testElementFirstName (src/main/haskell/Hydra/Sources/Test/TestTerms.hs:60)
0% ( 0 / 8) in 'Hydra.Sources.Test.TestGraph'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/TestGraph.hs:36)
module_ (src/main/haskell/Hydra/Sources/Test/TestGraph.hs:39)
define (src/main/haskell/Hydra/Sources/Test/TestGraph.hs:51)
testTerms (src/main/haskell/Hydra/Sources/Test/TestGraph.hs:54)
testNamespace (src/main/haskell/Hydra/Sources/Test/TestGraph.hs:59)
testTypes (src/main/haskell/Hydra/Sources/Test/TestGraph.hs:62)
testSchemaNamespace (src/main/haskell/Hydra/Sources/Test/TestGraph.hs:91)
7% ( 1 / 13) in 'Hydra.Sources.Test.Unification'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Unification.hs:22)
module_ (src/main/haskell/Hydra/Sources/Test/Unification.hs:25)
define (src/main/haskell/Hydra/Sources/Test/Unification.hs:33)
nm (src/main/haskell/Hydra/Sources/Test/Unification.hs:37)
variableOccursInTypeTests (src/main/haskell/Hydra/Sources/Test/Unification.hs:44)
noSchema (src/main/haskell/Hydra/Sources/Test/Unification.hs:178)
emptySubst (src/main/haskell/Hydra/Sources/Test/Unification.hs:182)
unifyTypesTests (src/main/haskell/Hydra/Sources/Test/Unification.hs:185)
constraint (src/main/haskell/Hydra/Sources/Test/Unification.hs:319)
noConstraints (src/main/haskell/Hydra/Sources/Test/Unification.hs:326)
joinTypesTests (src/main/haskell/Hydra/Sources/Test/Unification.hs:329)
allTests (src/main/haskell/Hydra/Sources/Test/Unification.hs:410)
12% ( 1 / 8) in 'Hydra.Sources.Test.Substitution'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Substitution.hs:22)
module_ (src/main/haskell/Hydra/Sources/Test/Substitution.hs:25)
define (src/main/haskell/Hydra/Sources/Test/Substitution.hs:33)
nm (src/main/haskell/Hydra/Sources/Test/Substitution.hs:37)
subst (src/main/haskell/Hydra/Sources/Test/Substitution.hs:41)
substInTypeTests (src/main/haskell/Hydra/Sources/Test/Substitution.hs:48)
allTests (src/main/haskell/Hydra/Sources/Test/Substitution.hs:143)
53% ( 15 / 28) in 'Hydra.Sources.Test.Rewriting'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:29)
module_ (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:32)
define (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:40)
allTests (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:137)
nm (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:157)
nameSet (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:161)
letExpr (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:165)
multiLet (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:169)
emptyAnnMap (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:466)
labeledNode (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:785)
foo (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:883)
bar (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:886)
baz (src/main/haskell/Hydra/Sources/Test/Rewriting.hs:889)
76% ( 10 / 13) in 'Hydra.Sources.Test.Reduction'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Reduction.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Reduction.hs:26)
allTests (src/main/haskell/Hydra/Sources/Test/Reduction.hs:319)
4% ( 1 / 24) in 'Hydra.Sources.Test.Ordering'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Ordering.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Ordering.hs:26)
compResult (src/main/haskell/Hydra/Sources/Test/Ordering.hs:33)
toTerm (src/main/haskell/Hydra/Sources/Test/Ordering.hs:37)
compareTest (src/main/haskell/Hydra/Sources/Test/Ordering.hs:41)
equalTest (src/main/haskell/Hydra/Sources/Test/Ordering.hs:45)
ltTest (src/main/haskell/Hydra/Sources/Test/Ordering.hs:49)
nameComparisonTests (src/main/haskell/Hydra/Sources/Test/Ordering.hs:56)
literalComparisonTests (src/main/haskell/Hydra/Sources/Test/Ordering.hs:94)
typeComparisonTests (src/main/haskell/Hydra/Sources/Test/Ordering.hs:124)
termComparisonTests (src/main/haskell/Hydra/Sources/Test/Ordering.hs:158)
personTerm (src/main/haskell/Hydra/Sources/Test/Ordering.hs:189)
latLonTerm (src/main/haskell/Hydra/Sources/Test/Ordering.hs:196)
recordComparisonTests (src/main/haskell/Hydra/Sources/Test/Ordering.hs:201)
latLonPolyInt32Term (src/main/haskell/Hydra/Sources/Test/Ordering.hs:248)
latLonPolyStringTerm (src/main/haskell/Hydra/Sources/Test/Ordering.hs:255)
personOrSomethingPersonTerm (src/main/haskell/Hydra/Sources/Test/Ordering.hs:263)
personOrSomethingOtherListTerm (src/main/haskell/Hydra/Sources/Test/Ordering.hs:268)
polymorphicComparisonTests (src/main/haskell/Hydra/Sources/Test/Ordering.hs:273)
numberIntTerm (src/main/haskell/Hydra/Sources/Test/Ordering.hs:321)
numberFloatTerm (src/main/haskell/Hydra/Sources/Test/Ordering.hs:324)
unionComparisonTests (src/main/haskell/Hydra/Sources/Test/Ordering.hs:327)
allTests (src/main/haskell/Hydra/Sources/Test/Ordering.hs:365)
0% ( 0 / 5) in 'Hydra.Sources.Test.Lib.Strings'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Strings.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Strings.hs:26)
define (src/main/haskell/Hydra/Sources/Test/Lib/Strings.hs:35)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Strings.hs:38)
0% ( 0 / 21) in 'Hydra.Sources.Test.Lib.Sets'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:26)
emptyStringSet (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:31)
intSetOrEmpty (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:32)
intSet (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:36)
setsEmpty (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:46)
setsSingleton (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:52)
setsFromList (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:58)
setsToList (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:66)
setsInsert (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:74)
setsDelete (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:82)
setsMember (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:90)
setsSize (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:98)
setsNull (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:106)
setsUnion (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:113)
setsIntersection (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:121)
setsDifference (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:129)
setsUnions (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:137)
setsMap (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:146)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Sets.hs:155)
0% ( 0 / 8) in 'Hydra.Sources.Test.Lib.Pairs'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Pairs.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Pairs.hs:26)
pairTerm (src/main/haskell/Hydra/Sources/Test/Lib/Pairs.hs:33)
pairsBimap (src/main/haskell/Hydra/Sources/Test/Lib/Pairs.hs:38)
pairsFirst (src/main/haskell/Hydra/Sources/Test/Lib/Pairs.hs:48)
pairsSecond (src/main/haskell/Hydra/Sources/Test/Lib/Pairs.hs:56)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Pairs.hs:64)
5% ( 1 / 19) in 'Hydra.Sources.Test.Lib.Maybes'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:26)
justInt32 (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:33)
nothingTerm (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:37)
maybesIsJust (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:42)
maybesIsNothing (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:49)
maybesFromMaybe (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:56)
maybesMaybe (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:63)
maybesPure (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:73)
maybesCat (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:80)
maybesMap (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:91)
maybesApply (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:100)
maybesBind (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:108)
maybesCases (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:117)
maybesFromJust (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:127)
maybesMapMaybe (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:133)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Maybes.hs:173)
0% ( 0 / 44) in 'Hydra.Sources.Test.Lib.Math'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:26)
mathAbs (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:34)
mathAdd (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:42)
mathDiv (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:51)
mathEven (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:60)
mathMax (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:70)
mathMin (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:81)
mathMod (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:92)
mathMul (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:101)
mathNegate (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:111)
mathOdd (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:119)
mathPred (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:129)
mathRange (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:137)
mathRem (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:146)
mathSignum (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:155)
mathSub (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:163)
mathSucc (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:172)
mathE (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:182)
mathPi (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:188)
mathSin (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:194)
mathCos (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:202)
mathTan (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:210)
mathAsin (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:217)
mathAcos (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:225)
mathAtan (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:233)
mathAtan2 (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:240)
mathSinh (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:248)
mathCosh (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:255)
mathTanh (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:262)
mathAsinh (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:269)
mathAcosh (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:276)
mathAtanh (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:283)
mathExp (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:290)
mathLog (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:298)
mathLogBase (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:305)
mathPow (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:314)
mathSqrt (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:322)
mathCeiling (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:331)
mathFloor (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:340)
mathRound (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:349)
mathTruncate (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:359)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Math.hs:368)
0% ( 0 / 28) in 'Hydra.Sources.Test.Lib.Maps'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:24)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:27)
emptyStringMap (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:32)
intStringMapOrEmpty (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:33)
intStringMap (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:41)
optionalString (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:50)
mapsEmpty (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:56)
mapsSingleton (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:62)
mapsFromList (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:68)
mapsToList (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:78)
mapsInsert (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:87)
mapsRemove (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:95)
mapsLookup (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:103)
mapsMember (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:111)
mapsSize (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:119)
mapsNull (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:127)
mapsKeys (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:134)
mapsElems (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:142)
mapsMap (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:150)
mapsFindWithDefault (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:159)
mapsUnion (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:167)
mapsMapKeys (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:175)
mapsFilter (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:184)
mapsFilterWithKey (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:194)
mapsBimap (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:204)
mapsAlter (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:214)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Maps.hs:234)
0% ( 0 / 8) in 'Hydra.Sources.Test.Lib.Logic'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Logic.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Logic.hs:26)
logicAnd (src/main/haskell/Hydra/Sources/Test/Lib/Logic.hs:34)
logicOr (src/main/haskell/Hydra/Sources/Test/Lib/Logic.hs:43)
logicNot (src/main/haskell/Hydra/Sources/Test/Lib/Logic.hs:52)
logicIfElse (src/main/haskell/Hydra/Sources/Test/Lib/Logic.hs:59)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Logic.hs:78)
0% ( 0 / 56) in 'Hydra.Sources.Test.Lib.Literals'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:25)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:28)
literalsBigintToInt32 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:37)
literalsInt32ToBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:45)
literalsInt8ToBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:55)
literalsInt16ToBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:64)
literalsInt64ToBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:71)
literalsUint8ToBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:80)
literalsUint16ToBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:87)
literalsUint32ToBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:94)
literalsUint64ToBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:101)
literalsBigintToInt8 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:110)
literalsBigintToInt16 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:117)
literalsBigintToInt64 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:124)
literalsBigintToUint8 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:131)
literalsBigintToUint16 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:138)
literalsBigintToUint32 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:145)
literalsBigintToUint64 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:152)
literalsFloat32ToBigfloat (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:161)
literalsFloat64ToBigfloat (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:169)
literalsBigfloatToFloat32 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:177)
literalsBigfloatToFloat64 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:185)
literalsBigintToBigfloat (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:193)
literalsBigfloatToBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:201)
literalsShowInt32 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:214)
literalsShowInt8 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:222)
literalsShowInt16 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:229)
literalsShowInt64 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:236)
literalsShowUint8 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:243)
literalsShowUint16 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:250)
literalsShowUint32 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:257)
literalsShowUint64 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:264)
literalsShowBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:271)
literalsShowFloat32 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:279)
literalsShowFloat64 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:291)
literalsShowBigfloat (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:302)
literalsShowBoolean (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:313)
literalsShowString (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:320)
literalsReadInt8 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:346)
literalsReadInt16 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:358)
literalsReadInt32 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:367)
literalsReadInt64 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:376)
literalsReadFloat32 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:385)
literalsReadFloat64 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:394)
literalsReadBigfloat (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:403)
literalsReadBoolean (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:411)
literalsReadString (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:420)
literalsReadUint8 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:429)
literalsReadUint16 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:440)
literalsReadUint32 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:450)
literalsReadUint64 (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:460)
literalsReadBigint (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:470)
literalsStringToBinary (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:484)
literalsBinaryToString (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:491)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Literals.hs:498)
0% ( 0 / 10) in 'Hydra.Sources.Test.Lib.Lists'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs:26)
define (src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs:35)
intList (src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs:39)
intListList (src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs:42)
optionalInt32 (src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs:45)
optionalString (src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs:49)
stringList (src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs:53)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Lists.hs:56)
0% ( 0 / 21) in 'Hydra.Sources.Test.Lib.Equality'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:26)
equalityCompare (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:34)
equalityEqual (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:42)
equalityGt (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:49)
equalityGte (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:57)
equalityIdentity (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:65)
equalityLt (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:71)
equalityLte (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:79)
equalityMax (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:87)
equalityMin (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:95)
equalityCompareStrings (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:104)
equalityLtStrings (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:114)
equalityGtStrings (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:122)
equalityMaxStrings (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:130)
equalityMinStrings (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:138)
equalityCompareFloats (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:147)
equalityLtFloats (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:156)
equalityGtFloats (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:164)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Equality.hs:172)
0% ( 0 / 19) in 'Hydra.Sources.Test.Lib.Eithers'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:24)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:27)
leftInt32 (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:34)
rightString (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:38)
eithersBind (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:43)
eithersBimap (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:56)
eithersIsLeft (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:66)
eithersIsRight (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:73)
eithersFromLeft (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:80)
eithersFromRight (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:87)
eithersEither (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:94)
eithersLefts (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:104)
eithersRights (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:113)
eithersPartitionEithers (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:122)
eithersMap (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:132)
eithersMapList (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:143)
eithersMapMaybe (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:156)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Eithers.hs:169)
0% ( 0 / 10) in 'Hydra.Sources.Test.Lib.Chars'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs:24)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs:27)
charsIsAlphaNum (src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs:35)
charsIsLower (src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs:44)
charsIsSpace (src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs:52)
charsIsUpper (src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs:61)
charsToLower (src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs:69)
charsToUpper (src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs:77)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Chars.hs:85)
0% ( 0 / 11) in 'Hydra.Sources.Test.Json.Writer'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:25)
module_ (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:28)
define (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:37)
allTests (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:40)
writerCase (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:51)
primitivesGroup (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:56)
stringsGroup (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:76)
arraysGroup (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:91)
objectsGroup (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:114)
nestedGroup (src/main/haskell/Hydra/Sources/Test/Json/Writer.hs:132)
11% ( 1 / 9) in 'Hydra.Sources.Test.Json.Roundtrip'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs:30)
module_ (src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs:33)
define (src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs:42)
allTests (src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs:45)
roundtripTest (src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs:54)
literalRoundtripGroup (src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs:61)
collectionRoundtripGroup (src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs:92)
optionalRoundtripGroup (src/main/haskell/Hydra/Sources/Test/Json/Roundtrip.hs:120)
0% ( 0 / 12) in 'Hydra.Sources.Test.Json.Parser'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:26)
module_ (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:29)
define (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:38)
allTests (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:41)
parserCase (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:53)
primitivesGroup (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:59)
stringsGroup (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:83)
arraysGroup (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:98)
objectsGroup (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:121)
nestedGroup (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:139)
whitespaceGroup (src/main/haskell/Hydra/Sources/Test/Json/Parser.hs:162)
58% ( 7 / 12) in 'Hydra.Sources.Test.Json.Coder'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Json/Coder.hs:26)
module_ (src/main/haskell/Hydra/Sources/Test/Json/Coder.hs:29)
define (src/main/haskell/Hydra/Sources/Test/Json/Coder.hs:38)
allTests (src/main/haskell/Hydra/Sources/Test/Json/Coder.hs:41)
coderTest (src/main/haskell/Hydra/Sources/Test/Json/Coder.hs:53)
0% ( 0 / 10) in 'Hydra.Sources.Test.Inference.NominalTypes'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs:21)
module_ (src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs:24)
define (src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs:38)
allTests (src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs:41)
testGroupForCaseStatements (src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs:51)
testGroupForProjections (src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs:66)
testGroupForRecords (src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs:82)
testGroupForVariants (src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs:164)
testGroupForWrappers (src/main/haskell/Hydra/Sources/Test/Inference/NominalTypes.hs:193)
0% ( 0 / 6) in 'Hydra.Sources.Test.Inference.KernelExamples'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Inference/KernelExamples.hs:19)
module_ (src/main/haskell/Hydra/Sources/Test/Inference/KernelExamples.hs:22)
define (src/main/haskell/Hydra/Sources/Test/Inference/KernelExamples.hs:32)
allTests (src/main/haskell/Hydra/Sources/Test/Inference/KernelExamples.hs:35)
testGroupForNestedLet (src/main/haskell/Hydra/Sources/Test/Inference/KernelExamples.hs:41)
0% ( 0 / 11) in 'Hydra.Sources.Test.Inference.Fundamentals'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:19)
module_ (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:22)
define (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:37)
allTests (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:40)
testGroupForLambdas (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:51)
testGroupForLet (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:75)
testGroupForLiterals (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:450)
testGroupForPathologicalTerms (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:466)
testGroupForPolymorphism (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:524)
testGroupForPrimitives (src/main/haskell/Hydra/Sources/Test/Inference/Fundamentals.hs:590)
0% ( 0 / 18) in 'Hydra.Sources.Test.Inference.Failures'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:19)
module_ (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:22)
define (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:44)
allTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:47)
undefinedVariableTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:65)
unificationFailureTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:92)
invalidApplicationTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:134)
selfApplicationTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:167)
arityMismatchTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:184)
recursiveTypeTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:203)
occurCheckTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:230)
typeConstructorMisuseTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:257)
polymorphismViolationTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:290)
letBindingMismatchTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:324)
constraintSolverEdgeCaseTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:369)
primitiveTypeErrorTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:406)
complexConstraintFailureTests (src/main/haskell/Hydra/Sources/Test/Inference/Failures.hs:439)
0% ( 0 / 6) in 'Hydra.Sources.Test.Inference.AlgorithmW'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Inference/AlgorithmW.hs:19)
module_ (src/main/haskell/Hydra/Sources/Test/Inference/AlgorithmW.hs:22)
define (src/main/haskell/Hydra/Sources/Test/Inference/AlgorithmW.hs:32)
allTests (src/main/haskell/Hydra/Sources/Test/Inference/AlgorithmW.hs:35)
testGroupForSystemF (src/main/haskell/Hydra/Sources/Test/Inference/AlgorithmW.hs:42)
0% ( 0 / 13) in 'Hydra.Sources.Test.Inference.AlgebraicTypes'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:19)
module_ (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:22)
define (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:39)
allTests (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:42)
testGroupForCollectionPrimitives (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:55)
testGroupForEithers (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:127)
testGroupForFolds (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:178)
testGroupForLists (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:211)
testGroupForMaps (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:243)
testGroupForOptionals (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:259)
testGroupForPairs (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:269)
testGroupForSets (src/main/haskell/Hydra/Sources/Test/Inference/AlgebraicTypes.hs:323)
0% ( 0 / 4) in 'Hydra.Sources.Test.Inference.All'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Inference/All.hs:25)
module_ (src/main/haskell/Hydra/Sources/Test/Inference/All.hs:28)
allTests (src/main/haskell/Hydra/Sources/Test/Inference/All.hs:41)
63% ( 12 / 19) in 'Hydra.Sources.Test.Hoisting'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Hoisting.hs:23)
module_ (src/main/haskell/Hydra/Sources/Test/Hoisting.hs:26)
allTests (src/main/haskell/Hydra/Sources/Test/Hoisting.hs:32)
nm (src/main/haskell/Hydra/Sources/Test/Hoisting.hs:43)
emptyAnnMap (src/main/haskell/Hydra/Sources/Test/Hoisting.hs:47)
letExpr (src/main/haskell/Hydra/Sources/Test/Hoisting.hs:51)
multiLet (src/main/haskell/Hydra/Sources/Test/Hoisting.hs:55)
0% ( 0 / 7) in 'Hydra.Sources.Test.Formatting'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Formatting.hs:22)
module_ (src/main/haskell/Hydra/Sources/Test/Formatting.hs:25)
define (src/main/haskell/Hydra/Sources/Test/Formatting.hs:35)
allTests (src/main/haskell/Hydra/Sources/Test/Formatting.hs:38)
caseConversionTests (src/main/haskell/Hydra/Sources/Test/Formatting.hs:46)
testCase (src/main/haskell/Hydra/Sources/Test/Formatting.hs:78)
0% ( 0 / 11) in 'Hydra.Sources.Test.EtaExpansion'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:22)
module_ (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:25)
define (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:34)
allTests (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:37)
testCase (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:411)
noChange (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:416)
cat (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:418)
foldl (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:419)
splitOn (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:420)
toLower (src/main/haskell/Hydra/Sources/Test/EtaExpansion.hs:421)
1% ( 1 / 63) in 'Hydra.Sources.Test.Checking.NominalTypes'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:21)
module_ (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:24)
define (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:87)
allTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:90)
checkTest (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:101)
noChange (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:106)
testCaseTypeChecking (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:110)
typeCheckingTestCase (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:114)
recordsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:122)
monomorphicRecordsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:130)
polymorphicRecordsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:166)
recordsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:210)
multiParameterPolymorphicRecordsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:265)
recordEliminationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:306)
simpleRecordProjectionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:321)
recordProjectionsAppliedToRecordsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:340)
polymorphicRecordProjectionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:364)
polymorphicRecordProjectionsAppliedTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:386)
recordProjectionsWithVariablesTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:420)
recordProjectionsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:441)
multiParameterPolymorphicProjectionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:473)
higherOrderRecordProjectionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:524)
recursiveRecordProjectionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:593)
recordProjectionsWithMutualRecursionTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:609)
unionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:647)
simpleUnionInjectionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:658)
unionInjectionsWithDataTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:671)
polymorphicUnionInjectionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:687)
polymorphicRecursiveUnionInjectionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:711)
polymorphicUnionsFromLambdaTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:727)
unionsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:739)
multiParameterPolymorphicInjectionsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:762)
unionEliminationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:815)
simpleUnitVariantEliminationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:828)
unionEliminationsWithDataTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:864)
polymorphicUnionEliminationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:902)
simplePolymorphicUnionTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:909)
usingUnionPolymorphicRecursiveTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:931)
usingKernelTypesTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:999)
unionEliminationsWithDefaultsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1037)
nestedUnionEliminationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1063)
unionEliminationsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1098)
multiParameterPolymorphicCaseStatementsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1145)
higherOrderUnionEliminationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1225)
recursiveUnionEliminationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1273)
wrappedTermsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1295)
monomorphicWrappedTermsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1305)
polymorphicWrappedTermsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1323)
wrappedTermsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1339)
nestedWrappedTermsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1360)
multipleWrappingLevelsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1376)
multiParameterPolymorphicWrappersTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1389)
wrapEliminationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1461)
monomorphicUnwrappingTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1472)
polymorphicUnwrappingTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1479)
unwrapEliminationsInApplicationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1487)
unwrapInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1498)
multiParameterPolymorphicUnwrappersTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1522)
chainedUnwrappingTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1588)
multipleUnwrapOperationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1604)
eliminationsTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1625)
projectionsWithVariablesTests (src/main/haskell/Hydra/Sources/Test/Checking/NominalTypes.hs:1632)
1% ( 1 / 51) in 'Hydra.Sources.Test.Checking.Fundamentals'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:24)
module_ (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:27)
define (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:78)
allTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:81)
checkTest (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:94)
noChange (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:99)
testCaseTypeChecking (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:103)
typeCheckingTestCase (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:107)
applicationsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:115)
simpleFunctionApplicationsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:125)
partialApplicationsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:139)
higherOrderApplicationsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:149)
polymorphicApplicationsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:178)
applicationsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:206)
applicationsWithComplexArgumentsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:232)
lambdasTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:260)
simpleLambdasTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:270)
multiParameterLambdasTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:282)
lambdasWithOperationsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:302)
nestedLambdasTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:318)
lambdasInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:334)
higherOrderLambdasTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:358)
letTermsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:380)
simpleLetBindingsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:390)
letTermsWithShadowingTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:408)
recursiveBindingsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:457)
mutualRecursionTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:468)
nestedLetTermsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:500)
letWithComplexExpressionsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:534)
literalsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:590)
booleanLiteralsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:600)
stringLiteralsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:606)
integerLiteralsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:613)
floatLiteralsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:626)
binaryLiteralsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:633)
literalsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:638)
primitivesTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:651)
nullaryPrimitivesTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:662)
unaryPrimitivesTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:674)
binaryPrimitivesTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:688)
ternaryPrimitivesTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:705)
monomorphicVsPolymorphicTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:719)
higherOrderPrimitivesTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:736)
primitivesInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:753)
variablesTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:775)
simpleVariableLookupTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:784)
variableScopingTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:804)
polymorphicVariablesTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:836)
variablesInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:862)
recursiveVariablesTests (src/main/haskell/Hydra/Sources/Test/Checking/Fundamentals.hs:892)
9% ( 1 / 11) in 'Hydra.Sources.Test.Checking.Failures'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:21)
module_ (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:24)
define (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:35)
allTests (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:38)
checkTest (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:47)
noChange (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:52)
testCaseTypeChecking (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:56)
typeCheckingTestCase (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:60)
failOnUntypedTests (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:68)
untypedLambdasTests (src/main/haskell/Hydra/Sources/Test/Checking/Failures.hs:73)
3% ( 1 / 26) in 'Hydra.Sources.Test.Checking.Collections'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:21)
module_ (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:24)
define (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:50)
allTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:53)
checkTest (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:63)
noChange (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:68)
testCaseTypeChecking (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:72)
typeCheckingTestCase (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:76)
listsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:84)
listsOfLiteralsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:93)
emptyListsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:109)
polymorphicListsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:126)
nestedListsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:142)
listsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:157)
mapsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:169)
monomorphicMapsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:177)
polymorphicMapsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:196)
mapsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:216)
mapsWithComplexTypesTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:237)
setsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:258)
monomorphicSetsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:267)
polymorphicSetsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:284)
setsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:300)
nestedSetsTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:315)
setsWithComplexTypesTests (src/main/haskell/Hydra/Sources/Test/Checking/Collections.hs:335)
3% ( 1 / 32) in 'Hydra.Sources.Test.Checking.AlgebraicTypes'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:21)
module_ (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:24)
define (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:55)
allTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:58)
checkTest (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:69)
noChange (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:74)
testCaseTypeChecking (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:78)
typeCheckingTestCase (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:82)
unitTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:90)
unitTermTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:96)
unitTermInPolymorphicContextTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:103)
pairsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:113)
basicPairsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:122)
polymorphicPairsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:138)
pairsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:158)
nestedPairsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:172)
personRecord (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:188)
pairsWithComplexTypesTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:195)
eithersTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:209)
leftValuesTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:219)
rightValuesTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:235)
polymorphicEithersTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:251)
eithersInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:273)
nestedEithersTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:287)
eithersWithComplexTypesTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:311)
optionalsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:337)
monomorphicOptionalsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:346)
polymorphicOptionalsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:363)
optionalsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:385)
nestedOptionalsTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:407)
optionalsWithComplexTypesTests (src/main/haskell/Hydra/Sources/Test/Checking/AlgebraicTypes.hs:421)
6% ( 1 / 15) in 'Hydra.Sources.Test.Checking.Advanced'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:21)
module_ (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:24)
define (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:39)
allTests (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:42)
checkTest (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:52)
noChange (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:57)
testCaseTypeChecking (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:61)
typeCheckingTestCase (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:65)
annotatedTermsTests (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:73)
topLevelAnnotationsTests (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:80)
nestedAnnotationsTests (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:100)
annotationsInComplexContextsTests (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:116)
flowsTests (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:149)
flowsWithFailureAcrossLetBindingsTests (src/main/haskell/Hydra/Sources/Test/Checking/Advanced.hs:154)
0% ( 0 / 4) in 'Hydra.Sources.Test.Checking.All'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Test/Checking/All.hs:25)
module_ (src/main/haskell/Hydra/Sources/Test/Checking/All.hs:28)
allTests (src/main/haskell/Hydra/Sources/Test/Checking/All.hs:41)
2% ( 1 / 46) in 'Hydra.Dsl.Meta.Ast'
Missing documentation for:
associativityNone (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:16)
associativityLeft (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:19)
associativityRight (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:22)
associativityBoth (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:25)
blockStyle (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:30)
blockStyleIndent (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:36)
blockStyleNewlineBeforeContent (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:39)
blockStyleNewlineAfterContent (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:42)
bracketExpr (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:47)
bracketExprBrackets (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:53)
bracketExprEnclosed (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:56)
bracketExprStyle (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:59)
brackets (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:64)
bracketsOpen (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:69)
bracketsClose (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:72)
exprConst (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:77)
exprIndent (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:80)
exprOp (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:83)
exprBrackets (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:86)
indentedExpression (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:91)
indentedExpressionStyle (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:96)
indentedExpressionExpr (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:99)
indentStyleAllLines (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:104)
indentStyleSubsequentLines (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:107)
op (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:112)
opSymbol (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:119)
opPadding (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:122)
opPrecedence (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:125)
opAssociativity (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:128)
opExpr (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:133)
opExprOp (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:139)
opExprLhs (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:142)
opExprRhs (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:145)
padding (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:150)
paddingLeft (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:155)
paddingRight (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:158)
precedence (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:163)
unPrecedence (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:166)
symbol (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:171)
unSymbol (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:174)
wsNone (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:179)
wsSpace (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:182)
wsBreak (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:185)
wsBreakAndIndent (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:188)
wsDoubleBreak (src/main/haskell/Hydra/Dsl/Meta/Ast.hs:191)
2% ( 1 / 34) in 'Hydra.Dsl.Meta.Accessors'
Missing documentation for:
accessorEdge (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:14)
accessorEdgeSource (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:19)
accessorEdgePath (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:20)
accessorEdgeTarget (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:21)
accessorGraph (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:24)
accessorGraphNodes (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:28)
accessorGraphEdges (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:29)
accessorNode (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:32)
accessorNodeName (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:37)
accessorNodeLabel (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:38)
accessorNodeId (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:39)
accessorPath (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:42)
termAccessorAnnotatedBody (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:45)
termAccessorApplicationFunction (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:48)
termAccessorApplicationArgument (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:51)
termAccessorLambdaBody (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:54)
termAccessorUnionCasesDefault (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:57)
termAccessorUnionCasesBranch (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:60)
termAccessorLetEnvironment (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:63)
termAccessorLetBinding (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:66)
termAccessorListElement (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:69)
termAccessorMapKey (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:72)
termAccessorMapValue (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:75)
termAccessorOptionalTerm (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:78)
termAccessorProductTerm (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:81)
termAccessorRecordField (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:84)
termAccessorSetElement (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:87)
termAccessorSumTerm (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:90)
termAccessorTypeLambdaBody (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:93)
termAccessorTypeApplicationTerm (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:96)
termAccessorInjectionTerm (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:99)
termAccessorWrappedTerm (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:102)
unAccessorPath (src/main/haskell/Hydra/Dsl/Meta/Accessors.hs:105)
0% ( 0 / 5) in 'Hydra.Sources.Kernel.Terms.Show.Util'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Util.hs:59)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Util.hs:62)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Util.hs:71)
caseConvention (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Util.hs:74)
0% ( 0 / 6) in 'Hydra.Sources.Kernel.Terms.Show.Meta'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Meta.hs:59)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Meta.hs:62)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Meta.hs:72)
termVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Meta.hs:75)
typeVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Meta.hs:98)
0% ( 0 / 24) in 'Hydra.Sources.Kernel.Terms.Show.Core'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:61)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:64)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:92)
readTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:95)
binding (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:100)
elimination (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:116)
field (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:149)
fieldType (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:156)
fields (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:166)
floatValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:176)
floatType (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:184)
function (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:192)
injection (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:200)
integerValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:212)
integerType (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:226)
lambda (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:240)
let_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:258)
list_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:271)
literal (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:281)
literalType (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:291)
term (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:301)
type_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:403)
typeScheme (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Core.hs:501)
0% ( 0 / 6) in 'Hydra.Sources.Kernel.Terms.Show.Typing'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Typing.hs:61)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Typing.hs:64)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Typing.hs:74)
typeConstraint (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Typing.hs:77)
typeSubst (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Typing.hs:88)
0% ( 0 / 5) in 'Hydra.Sources.Kernel.Terms.Show.Graph'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Graph.hs:60)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Graph.hs:63)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Graph.hs:72)
graph (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Graph.hs:75)
0% ( 0 / 57) in 'Hydra.Sources.Kernel.Terms.Serialization'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:70)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:73)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:134)
angleBraces (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:137)
angleBracesList (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:141)
bracesListAdaptive (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:148)
bracketListAdaptive (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:157)
bracketList (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:166)
brackets (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:173)
commaSep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:178)
cst (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:182)
curlyBlock (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:186)
curlyBraces (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:191)
curlyBracesList (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:195)
customIndentBlock (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:203)
customIndent (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:217)
dotSep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:222)
doubleNewlineSep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:230)
doubleSpace (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:238)
expressionLength (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:242)
fullBlockStyle (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:291)
halfBlockStyle (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:295)
ifx (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:299)
indentBlock (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:304)
indent (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:308)
indentSubsequentLines (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:312)
infixWs (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:317)
infixWsList (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:322)
inlineStyle (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:332)
newlineSep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:336)
noPadding (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:344)
noSep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:348)
num (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:356)
op (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:360)
orOp (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:369)
orSep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:377)
parenList (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:385)
parens (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:395)
parentheses (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:399)
parenthesize (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:403)
prefix (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:460)
printExpr (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:470)
semicolonSep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:520)
sep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:524)
spaceSep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:531)
squareBrackets (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:539)
suffix (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:543)
sym (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:554)
symbolSep (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:558)
tabIndent (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:578)
tabIndentDoubleSpace (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:584)
tabIndentSingleSpace (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:588)
unsupportedType (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:592)
unsupportedVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:596)
withComma (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:601)
withSemi (src/main/haskell/Hydra/Sources/Kernel/Terms/Serialization.hs:605)
0% ( 0 / 24) in 'Hydra.Sources.Kernel.Terms.Reflect'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:63)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:66)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:94)
eliminationVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:97)
eliminationVariants (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:105)
floatTypePrecision (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:113)
floatTypes (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:121)
floatValueType (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:129)
functionVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:137)
functionVariants (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:145)
integerTypeIsSigned (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:153)
integerTypePrecision (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:167)
integerTypes (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:181)
integerValueType (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:195)
literalType (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:209)
literalTypeVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:219)
literalTypes (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:229)
literalVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:241)
literalVariants (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:246)
termVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:256)
termVariants (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:279)
typeVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:301)
typeVariants (src/main/haskell/Hydra/Sources/Kernel/Terms/Reflect.hs:322)
83% ( 20 / 24) in 'Hydra.Sources.Kernel.Terms.Parsers'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Parsers.hs:59)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Parsers.hs:62)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Parsers.hs:90)
0% ( 0 / 8) in 'Hydra.Sources.Kernel.Terms.Literals'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Literals.hs:59)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Literals.hs:62)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Literals.hs:74)
bigfloatToFloatValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Literals.hs:77)
bigintToIntegerValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Literals.hs:86)
floatValueToBigfloat (src/main/haskell/Hydra/Sources/Kernel/Terms/Literals.hs:101)
integerValueToBigint (src/main/haskell/Hydra/Sources/Kernel/Terms/Literals.hs:110)
0% ( 0 / 4) in 'Hydra.Sources.Kernel.Terms.Languages'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Languages.hs:61)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Languages.hs:64)
hydraLanguage (src/main/haskell/Hydra/Sources/Kernel/Terms/Languages.hs:71)
0% ( 0 / 20) in 'Hydra.Sources.Kernel.Terms.Formatting'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:62)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:65)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:89)
capitalize (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:92)
convertCase (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:97)
convertCaseCamelToLowerSnake (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:123)
convertCaseCamelToUpperSnake (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:128)
convertCasePascalToUpperSnake (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:133)
decapitalize (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:138)
escapeWithUnderscore (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:143)
indentLines (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:151)
javaStyleComment (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:158)
mapFirstLetter (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:164)
nonAlnumToUnderscores (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:175)
sanitizeWithUnderscores (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:195)
showList (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:200)
stripLeadingAndTrailingWhitespace (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:208)
withCharacterAliases (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:214)
wrapLine (src/main/haskell/Hydra/Sources/Kernel/Terms/Formatting.hs:259)
0% ( 0 / 12) in 'Hydra.Sources.Kernel.Terms.Names'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:63)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:66)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:82)
compactName (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:85)
localNameOf (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:100)
namespaceOf (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:105)
namespaceToFilePath (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:110)
qname (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:119)
qualifyName (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:127)
uniqueLabel (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:139)
unqualifyName (src/main/haskell/Hydra/Sources/Kernel/Terms/Names.hs:147)
0% ( 0 / 23) in 'Hydra.Sources.Kernel.Terms.Constants'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:62)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:65)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:91)
defineAnnotationKey (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:94)
tryMe (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:103)
debugInference (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:111)
ignoredVariable (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:116)
key_classes (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:120)
key_debugId (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:121)
key_deprecated (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:122)
key_description (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:123)
key_exclude (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:124)
key_firstClassType (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:125)
key_maxLength (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:127)
key_minLength (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:128)
key_preserveFieldName (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:129)
key_type (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:130)
key_freshTypeVariableCount (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:131)
maxInt32 (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:135)
placeholderName (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:140)
maxTraceDepth (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:145)
warningAutoGeneratedFile (src/main/haskell/Hydra/Sources/Kernel/Terms/Constants.hs:151)
0% ( 0 / 25) in 'Hydra.Sources.Kernel.Terms.Monads'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:64)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:67)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:96)
bind (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:99)
eitherToFlow_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:117)
emptyTrace (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:126)
exec (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:131)
fail (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:137)
flowSucceeds (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:145)
fromFlow (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:151)
getState (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:159)
map (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:173)
modify (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:185)
mutateTrace (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:193)
maybeToList (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:213)
pure (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:218)
pushError (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:225)
putState (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:247)
traceSummary (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:258)
unexpected (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:271)
warn (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:277)
withFlag (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:291)
withState (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:308)
withTrace (src/main/haskell/Hydra/Sources/Kernel/Terms/Monads.hs:320)
60% ( 6 / 10) in 'Hydra.Sources.Test.Monads'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Monads.hs:26)
module_ (src/main/haskell/Hydra/Sources/Test/Monads.hs:29)
testTrace (src/main/haskell/Hydra/Sources/Test/Monads.hs:35)
allTests (src/main/haskell/Hydra/Sources/Test/Monads.hs:90)
83% ( 15 / 18) in 'Hydra.Sources.Test.Lib.Flows'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Lib/Flows.hs:26)
module_ (src/main/haskell/Hydra/Sources/Test/Lib/Flows.hs:29)
allTests (src/main/haskell/Hydra/Sources/Test/Lib/Flows.hs:252)
0% ( 0 / 6) in 'Hydra.Sources.Kernel.Terms.Templates'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Templates.hs:63)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Templates.hs:66)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Templates.hs:76)
graphToSchema (src/main/haskell/Hydra/Sources/Kernel/Terms/Templates.hs:79)
instantiateTemplate (src/main/haskell/Hydra/Sources/Kernel/Terms/Templates.hs:91)
0% ( 0 / 9) in 'Hydra.Sources.Kernel.Terms.Tarjan'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs:64)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs:67)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs:81)
adjacencyListsToGraph (src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs:84)
initialState (src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs:116)
popStackUntil (src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs:121)
strongConnect (src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs:142)
stronglyConnectedComponents (src/main/haskell/Hydra/Sources/Kernel/Terms/Tarjan.hs:188)
0% ( 0 / 11) in 'Hydra.Sources.Kernel.Terms.Sorting'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:65)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:68)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:83)
adjacencyListToMap (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:86)
createOrderingIsomorphism (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:99)
findReachableNodes (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:111)
propagateTags (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:125)
topologicalSort (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:150)
topologicalSortComponents (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:162)
topologicalSortNodes (src/main/haskell/Hydra/Sources/Kernel/Terms/Sorting.hs:172)
27% ( 3 / 11) in 'Hydra.Sources.Test.Sorting'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Sorting.hs:33)
module_ (src/main/haskell/Hydra/Sources/Test/Sorting.hs:36)
define (src/main/haskell/Hydra/Sources/Test/Sorting.hs:44)
allTests (src/main/haskell/Hydra/Sources/Test/Sorting.hs:47)
adj (src/main/haskell/Hydra/Sources/Test/Sorting.hs:55)
sorted (src/main/haskell/Hydra/Sources/Test/Sorting.hs:59)
cycles (src/main/haskell/Hydra/Sources/Test/Sorting.hs:63)
sccs (src/main/haskell/Hydra/Sources/Test/Sorting.hs:67)
1% ( 1 / 60) in 'Hydra.Sources.Kernel.Terms.Rewriting'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:118)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:121)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:124)
applyInsideTypeLambdasAndAnnotations (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:190)
deannotateAndDetypeTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:200)
deannotateTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:209)
deannotateType (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:216)
deannotateTypeParameters (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:223)
deannotateTypeRecursive (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:230)
deannotateTypeSchemeRecursive (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:241)
detypeTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:250)
stripTypeLambdas (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:262)
flattenLetTerms (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:273)
foldOverTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:337)
foldOverType (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:350)
freeTypeVariablesInTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:376)
freeVariablesInTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:419)
freeVariablesInType (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:468)
freeVariablesInTypeOrdered (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:485)
freeVariablesInTypeSimple (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:503)
freeVariablesInTypeScheme (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:512)
freeVariablesInTypeSchemeSimple (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:520)
inlineType (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:528)
isFreeVariableInTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:544)
isLambda (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:550)
liftLambdaAboveLet (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:561)
mapBeneathTypeAnnotations (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:595)
normalizeTypeVariablesInTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:604)
pruneLet (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:706)
removeTermAnnotations (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:726)
removeTypeAnnotations (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:737)
removeTypesFromTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:748)
removeTypeAnnotationsFromTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:774)
replaceFreeTermVariable (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:793)
replaceFreeTypeVariable (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:813)
replaceTypedefs (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:831)
rewriteAndFoldTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:871)
rewriteAndFoldTermM (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1298)
rewriteTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1447)
rewriteTermM (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1518)
rewriteTermWithContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1627)
rewriteTermWithContextM (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1701)
rewriteType (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1812)
rewriteTypeM (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1857)
simplifyTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1923)
substituteTypeVariables (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1954)
substituteVariable (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1964)
substituteVariables (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1981)
subterms (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:1999)
subtermsWithAccessors (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:2038)
subtypes (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:2105)
termDependencyNames (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:2136)
toShortNames (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:2166)
topologicalSortBindingMap (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:2187)
topologicalSortBindings (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:2209)
typeDependencyNames (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:2218)
typeNamesInType (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:2226)
unshadowVariables (src/main/haskell/Hydra/Sources/Kernel/Terms/Rewriting.hs:2242)
15% ( 3 / 19) in 'Hydra.Sources.Kernel.Terms.Substitution'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:64)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:67)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:90)
composeTypeSubst (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:93)
composeTypeSubstList (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:115)
idTypeSubst (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:120)
singletonTypeSubst (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:125)
substituteInBinding (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:130)
substituteInConstraint (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:135)
substituteInConstraints (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:143)
substInContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:186)
substituteInTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:199)
substInType (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:234)
substInTypeScheme (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:266)
substTypesInTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Substitution.hs:275)
0% ( 0 / 9) in 'Hydra.Sources.Kernel.Terms.Unification'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs:63)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs:66)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs:79)
joinTypes (src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs:82)
unifyTypeConstraints (src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs:153)
unifyTypeLists (src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs:198)
unifyTypes (src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs:204)
variableOccursInType (src/main/haskell/Hydra/Sources/Kernel/Terms/Unification.hs:209)
0% ( 0 / 6) in 'Hydra.Sources.Kernel.Terms.Show.Accessors'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Accessors.hs:61)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Accessors.hs:64)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Accessors.hs:74)
termAccessor (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Accessors.hs:77)
termToAccessorGraph (src/main/haskell/Hydra/Sources/Kernel/Terms/Show/Accessors.hs:108)
6% ( 2 / 29) in 'Hydra.Sources.Kernel.Terms.Lexical'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:63)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:66)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:69)
chooseUniqueName (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:102)
dereferenceElement (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:114)
dereferenceSchemaType (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:121)
elementsToGraph (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:156)
emptyGraph (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:168)
extendGraphWithBindings (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:179)
fieldsOf (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:185)
getField (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:196)
lookupElement (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:204)
lookupPrimitive (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:208)
matchEnum (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:213)
matchRecord (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:219)
matchUnion (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:230)
matchUnitField (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:260)
requireElement (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:264)
requirePrimitive (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:283)
requirePrimitiveType (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:292)
requireTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:302)
resolveTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:311)
schemaContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:326)
stripAndDereferenceTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:331)
withEmptyGraph (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:357)
withSchemaContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Lexical.hs:362)
73% ( 11 / 15) in 'Hydra.Sources.Kernel.Terms.Extract.Helpers'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Helpers.hs:65)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Helpers.hs:68)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Helpers.hs:86)
0% ( 0 / 71) in 'Hydra.Sources.Kernel.Terms.Extract.Core'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:66)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:69)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:144)
bigfloat (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:147)
bigfloatValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:155)
bigint (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:164)
bigintValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:172)
binary (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:181)
binaryLiteral (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:188)
boolean (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:197)
booleanLiteral (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:204)
caseField (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:214)
cases (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:228)
field (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:254)
float32 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:268)
float32Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:276)
float64 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:285)
float64Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:293)
floatLiteral (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:302)
floatValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:311)
eitherTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:318)
eitherType (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:333)
functionType (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:344)
injection (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:356)
int16 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:373)
int16Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:381)
int32 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:390)
int32Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:398)
int64 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:407)
int64Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:415)
int8 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:424)
int8Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:432)
integerLiteral (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:441)
integerValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:450)
lambdaBody (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:457)
lambda (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:462)
letBinding (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:479)
let_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:494)
list (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:506)
listHead (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:518)
listOf (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:527)
listType (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:534)
literal (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:545)
map (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:557)
mapType (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:575)
nArgs (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:587)
maybeTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:598)
maybeType (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:613)
pair (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:624)
record (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:640)
recordType (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:652)
set (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:668)
setOf (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:680)
setType (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:687)
string (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:698)
stringLiteral (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:705)
termRecord (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:714)
uint16 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:726)
uint16Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:734)
uint32 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:743)
uint32Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:751)
uint64 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:760)
uint64Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:768)
uint8 (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:777)
uint8Value (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:785)
unionType (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:795)
unit (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:811)
unitVariant (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:820)
wrap (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:829)
wrappedType (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Core.hs:847)
0% ( 0 / 5) in 'Hydra.Sources.Kernel.Terms.Extract.Util'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Util.hs:62)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Util.hs:65)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Util.hs:74)
comparison (src/main/haskell/Hydra/Sources/Kernel/Terms/Extract/Util.hs:77)
0% ( 0 / 10) in 'Hydra.Sources.Kernel.Terms.Arity'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs:58)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs:61)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs:64)
functionArity (src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs:78)
primitiveArity (src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs:87)
termArity (src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs:92)
typeArity (src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs:100)
typeSchemeArity (src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs:110)
uncurryType (src/main/haskell/Hydra/Sources/Kernel/Terms/Arity.hs:115)
0% ( 0 / 41) in 'Hydra.Sources.Kernel.Terms.Annotations'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:75)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:78)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:124)
aggregateAnnotations (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:127)
debugIf (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:138)
failOnFlag (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:148)
getAttr (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:157)
getAttrWithDefault (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:166)
getCount (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:173)
getDebugId (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:180)
getDescription (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:187)
getTermAnnotation (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:195)
getTermDescription (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:200)
getType (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:210)
getTypeAnnotation (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:220)
getTypeClasses (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:225)
getTypeDescription (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:247)
isNativeType (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:252)
hasDescription (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:267)
hasFlag (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:272)
hasTypeDescription (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:279)
nextCount (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:284)
normalizeTermAnnotations (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:293)
normalizeTypeAnnotations (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:303)
putAttr (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:313)
putCount (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:323)
resetCount (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:329)
setAnnotation (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:334)
setDescription (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:339)
setTermAnnotation (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:346)
setTermDescription (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:356)
setType (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:363)
setTypeAnnotation (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:368)
setTypeClasses (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:378)
setTypeDescription (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:397)
termAnnotationInternal (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:404)
typeAnnotationInternal (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:417)
typeElement (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:431)
whenFlag (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:441)
withDepth (src/main/haskell/Hydra/Sources/Kernel/Terms/Annotations.hs:448)
66% ( 6 / 9) in 'Hydra.Sources.Test.Annotations'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Annotations.hs:39)
module_ (src/main/haskell/Hydra/Sources/Test/Annotations.hs:42)
allTests (src/main/haskell/Hydra/Sources/Test/Annotations.hs:256)
0% ( 0 / 63) in 'Hydra.Sources.Kernel.Terms.Schemas'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:131)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:134)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:137)
addNamesToNamespaces (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:205)
definitionDependencyNamespaces (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:216)
dependencyNamespaces (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:229)
dereferenceType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:260)
elementAsTypeApplicationTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:270)
elementsWithDependencies (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:278)
extendTypeContextForLambda (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:288)
extendTypeContextForLet (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:306)
extendTypeContextForTypeLambda (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:343)
fieldMap (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:352)
fieldTypeMap (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:358)
fieldTypes (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:364)
findFieldType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:384)
fTypeIsPolymorphic (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:397)
fTypeToTypeScheme (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:405)
freshName (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:416)
freshNames (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:421)
fullyStripAndNormalizeType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:426)
fullyStripType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:446)
graphAsLet (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:454)
graphAsTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:462)
graphAsTypes (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:467)
graphToInferenceContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:479)
graphToTypeContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:493)
instantiateType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:505)
instantiateTypeScheme (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:512)
isEnumRowType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:533)
isEncodedType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:540)
isEncodedTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:549)
isEnumType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:558)
isSerializable (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:566)
isSerializableType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:579)
isSerializableByName (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:588)
isType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:601)
isUnitTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:613)
isUnitType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:618)
moduleContainsBinaryLiterals (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:623)
moduleDependencyNamespaces (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:639)
namespacesForDefinitions (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:647)
nominalApplication (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:655)
normalTypeVariable (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:664)
partitionDefinitions (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:669)
requireRecordType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:683)
requireRowType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:691)
requireSchemaType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:710)
requireType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:725)
requireUnionField_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:734)
requireUnionType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:751)
resolveType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:760)
schemaGraphToTypingEnvironment (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:776)
termAsGraph (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:817)
topologicalSortTypeDefinitions (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:824)
typeDependencies (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:838)
typeSchemeToFType (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:865)
typeToTypeScheme (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:877)
typesToElements (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:888)
withLambdaContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:900)
withLetContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:907)
withTypeLambdaContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Schemas.hs:914)
58% ( 17 / 29) in 'Hydra.Sources.Kernel.Terms.Hoisting'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:72)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:75)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:78)
hoistLetBindingsWithPredicate (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:214)
hoistLetBindingsWithContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:502)
hoistAllLetBindings (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:518)
hoistCaseStatements (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:532)
hoistCaseStatementsInGraph (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:541)
hoistSubterms (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:732)
rewriteAndFoldTermWithTypeContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:893)
rewriteTermWithTypeContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Hoisting.hs:984)
2% ( 1 / 42) in 'Hydra.Sources.Kernel.Terms.Checking'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:85)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:88)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:134)
noTypeArgs (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:137)
allEqual (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:143)
applyTypeArgumentsToType (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:153)
checkForUnboundTypeVariables (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:184)
checkNominalApplication (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:239)
checkSameType (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:255)
checkType (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:268)
checkTypeSubst (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:285)
checkTypeVariables (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:310)
toFContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:319)
typeListsEffectivelyEqual (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:324)
typeOf (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:333)
typeOfAnnotatedTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:371)
typeOfApplication (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:377)
typeOfCaseStatement (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:418)
typeOfEither (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:439)
typeOfInjection (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:460)
typeOfLambda (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:478)
typeOfLet (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:495)
typeOfList (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:524)
typeOfLiteral (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:542)
typeOfMap (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:549)
typeOfMaybe (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:577)
typeOfPair (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:596)
typeOfPrimitive (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:614)
typeOfProjection (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:627)
typeOfRecord (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:644)
typeOfSet (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:659)
typeOfTypeApplication (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:677)
typeOfTypeLambda (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:685)
typeOfUnit (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:698)
typeOfUnwrap (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:704)
typeOfVariable (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:718)
typeOfWrappedTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:736)
normalizeTypeFreeVars (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:749)
typesAllEffectivelyEqual (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:763)
typesEffectivelyEqual (src/main/haskell/Hydra/Sources/Kernel/Terms/Checking.hs:789)
3% ( 2 / 56) in 'Hydra.Sources.Kernel.Terms.Inference'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:84)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:87)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:149)
bindConstraints (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:154)
bindUnboundTypeVariables (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:162)
buildTypeApplicationTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:203)
emptyInferenceContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:211)
extendContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:221)
finalizeInferredTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:229)
forInferredTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:239)
freeVariablesInContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:245)
freshVariableType (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:253)
mergeClassConstraints (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:258)
generalize (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:275)
inferGraphTypes (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:296)
inferInGraphContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:331)
inferMany (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:339)
inferTypeOf (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:364)
inferTypeOfAnnotatedTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:394)
inferTypeOfApplication (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:411)
inferTypeOfCaseStatement (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:450)
inferTypeOfCollection (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:505)
inferTypeOfEither (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:534)
inferTypeOfElimination (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:563)
inferTypeOfFunction (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:572)
inferTypeOfInjection (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:581)
inferTypeOfLambda (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:606)
inferTypeOfLetNormalized (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:685)
inferTypeOfList (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:842)
inferTypeOfLiteral (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:851)
inferTypeOfMap (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:861)
inferTypeOfOptional (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:896)
inferTypeOfPair (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:910)
inferTypeOfPrimitive (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:961)
inferTypeOfProjection (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:980)
inferTypeOfRecord (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:999)
inferTypeOfSet (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1030)
inferTypeOfTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1042)
inferTypeOfTypeLambda (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1067)
inferTypeOfTypeApplication (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1073)
inferTypeOfUnit (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1079)
inferTypeOfUnwrap (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1088)
inferTypeOfVariable (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1104)
inferTypeOfWrappedTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1123)
initialTypeContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1212)
isUnbound (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1227)
mapConstraints (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1235)
showInferenceResult (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1243)
yield (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1259)
yieldWithConstraints (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1269)
yieldChecked (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1280)
yieldCheckedWithConstraints (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1288)
yieldDebug (src/main/haskell/Hydra/Sources/Kernel/Terms/Inference.hs:1298)
6% ( 1 / 16) in 'Hydra.Sources.Kernel.Terms.Reduction'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:71)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:74)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:77)
alphaConvert (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:99)
betaReduceType (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:107)
contractTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:136)
countPrimitiveInvocations (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:164)
etaExpandTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:168)
etaExpansionArity (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:533)
etaExpandTypedTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:561)
etaReduceTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:707)
reduceTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:746)
termIsClosed (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:900)
termIsValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Reduction.hs:905)
0% ( 0 / 14) in 'Hydra.Sources.Kernel.Terms.Grammars'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:66)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:69)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:87)
childName (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:90)
findNames (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:96)
grammarToModule (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:115)
isComplex (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:138)
isNontrivial (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:147)
makeElements (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:159)
rawName (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:210)
simplify (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:227)
toName (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:237)
wrapType (src/main/haskell/Hydra/Sources/Kernel/Terms/Grammars.hs:243)
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
85% ( 24 / 28) in 'Hydra.Sources.Kernel.Terms.Encoding'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Encoding.hs:71)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Encoding.hs:74)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Encoding.hs:106)
Warning: 'Graph' is ambiguous. It is defined
* at src/gen-main/haskell/Hydra/Graph.hs:18:3
* at src/gen-main/haskell/Hydra/Graph.hs:17: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/gen-main/haskell/Hydra/Graph.hs:17:1
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 32 / 36) in 'Hydra.Sources.Kernel.Terms.Decoding'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Decoding.hs:75)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Decoding.hs:78)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Decoding.hs:114)
87% ( 28 / 32) in 'Hydra.Sources.CoderUtils'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/CoderUtils.hs:81)
define (src/main/haskell/Hydra/Sources/CoderUtils.hs:84)
module_ (src/main/haskell/Hydra/Sources/CoderUtils.hs:87)
analyzeFunctionTermWith (src/main/haskell/Hydra/Sources/CoderUtils.hs:604)
0% ( 0 / 16) in 'Hydra.Sources.Kernel.Terms.Adapt.Utils'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:68)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:71)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:91)
bidirectional (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:94)
chooseAdapter (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:99)
composeCoders (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:123)
encodeDecode (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:131)
floatTypeIsSupported (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:140)
idAdapter (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:146)
idCoder (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:151)
integerTypeIsSupported (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:156)
literalTypeIsSupported (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:162)
nameToFilePath (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:174)
typeIsSupported (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:191)
unidirectionalCoder (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Utils.hs:245)
8% ( 2 / 24) in 'Hydra.Sources.Kernel.Terms.Adapt.Simple'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:75)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:78)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:107)
adaptFloatType (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:110)
adaptDataGraph (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:126)
adaptGraphSchema (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:250)
adaptIntegerType (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:262)
adaptLiteral (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:283)
adaptLiteralType (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:305)
adaptLiteralTypesMap (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:322)
adaptLiteralValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:331)
adaptPrimitive (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:338)
adaptTerm (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:348)
adaptType (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:396)
adaptTypeScheme (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:430)
pushTypeAppsInward (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:439)
dataGraphToDefinitions (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:542)
literalTypeSupported (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:673)
schemaGraphToDefinitions (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:688)
termAlternatives (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:706)
typeAlternatives (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Simple.hs:745)
0% ( 0 / 11) in 'Hydra.Sources.Kernel.Terms.Adapt.Literals'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:65)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:68)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:83)
comparePrecision (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:86)
convertFloatValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:106)
convertIntegerValue (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:124)
disclaimer (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:154)
floatAdapter (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:165)
integerAdapter (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:201)
literalAdapter (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Literals.hs:266)
0% ( 0 / 32) in 'Hydra.Sources.Kernel.Terms.Adapt.Terms'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:74)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:77)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:114)
fieldAdapter (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:117)
forTypeReference (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:133)
functionProxyName (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:179)
functionProxyType (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:183)
functionToUnion (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:194)
lambdaToMonotype (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:266)
maybeToList (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:280)
passApplication (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:308)
passEither (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:327)
passForall (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:346)
passFunction (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:364)
passList (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:436)
passLiteral (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:456)
passMap (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:476)
passOptional (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:506)
passRecord (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:524)
passSet (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:550)
passUnion (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:569)
passUnit (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:604)
passWrapped (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:612)
setToList (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:631)
simplifyApplication (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:655)
unitToRecord (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:673)
unionToRecord (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:684)
unionTypeToRecordType (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:745)
wrapToUnwrapped (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:755)
termAdapter (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:778)
withGraphContext (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Terms.hs:849)
0% ( 0 / 10) in 'Hydra.Sources.Kernel.Terms.Adapt.Modules'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs:71)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs:74)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs:89)
adaptTypeToLanguageAndEncode (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs:93)
adaptTypeToLanguage (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs:104)
constructCoder (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs:111)
languageAdapter (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs:121)
transformModule (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs:140)
adaptedModuleDefinitions (src/main/haskell/Hydra/Sources/Kernel/Terms/Adapt/Modules.hs:154)
66% ( 8 / 12) in 'Hydra.Sources.Json.Decode'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Json/Decode.hs:98)
define (src/main/haskell/Hydra/Sources/Json/Decode.hs:101)
module_ (src/main/haskell/Hydra/Sources/Json/Decode.hs:104)
86% ( 20 / 23) in 'Hydra.Sources.Kernel.Terms.CodeGeneration'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Kernel/Terms/CodeGeneration.hs:88)
module_ (src/main/haskell/Hydra/Sources/Kernel/Terms/CodeGeneration.hs:91)
define (src/main/haskell/Hydra/Sources/Kernel/Terms/CodeGeneration.hs:122)
20% ( 1 / 5) in 'Hydra.Sources.Kernel.Terms.All'
Missing documentation for:
kernelTermsModules (src/main/haskell/Hydra/Sources/Kernel/Terms/All.hs:96)
kernelPrimaryTermsModules (src/main/haskell/Hydra/Sources/Kernel/Terms/All.hs:99)
kernelDecodingModules (src/main/haskell/Hydra/Sources/Kernel/Terms/All.hs:143)
kernelEncodingModules (src/main/haskell/Hydra/Sources/Kernel/Terms/All.hs:167)
43% ( 7 / 16) in 'Hydra.Sources.Json.Writer'
Missing documentation for:
Module header
jsonSerdeDefinition (src/main/haskell/Hydra/Sources/Json/Writer.hs:99)
module_ (src/main/haskell/Hydra/Sources/Json/Writer.hs:102)
colonOp (src/main/haskell/Hydra/Sources/Json/Writer.hs:116)
hexDigits (src/main/haskell/Hydra/Sources/Json/Writer.hs:135)
jsonString (src/main/haskell/Hydra/Sources/Json/Writer.hs:138)
keyValueToExpr (src/main/haskell/Hydra/Sources/Json/Writer.hs:171)
valueToExpr (src/main/haskell/Hydra/Sources/Json/Writer.hs:181)
printJson (src/main/haskell/Hydra/Sources/Json/Writer.hs:204)
44% ( 22 / 50) in 'Hydra.Sources.Json.Parser'
Missing documentation for:
Module header
jsonParserDefinition (src/main/haskell/Hydra/Sources/Json/Parser.hs:100)
module_ (src/main/haskell/Hydra/Sources/Json/Parser.hs:103)
define (src/main/haskell/Hydra/Sources/Json/Parser.hs:130)
quoteCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:140)
backslashCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:141)
colonCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:142)
commaCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:143)
bracketOpenCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:146)
bracketCloseCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:147)
braceOpenCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:148)
braceCloseCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:149)
zeroCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:152)
nineCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:153)
minusCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:154)
plusCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:155)
dotCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:156)
letterELower (src/main/haskell/Hydra/Sources/Json/Parser.hs:159)
letterEUpper (src/main/haskell/Hydra/Sources/Json/Parser.hs:160)
letterNCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:163)
letterUCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:164)
letterLCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:165)
letterTCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:168)
letterRCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:169)
letterFCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:170)
letterACode (src/main/haskell/Hydra/Sources/Json/Parser.hs:171)
letterSCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:172)
letterBCode (src/main/haskell/Hydra/Sources/Json/Parser.hs:175)
0% ( 0 / 5) in 'Hydra.Sources.Json.Language'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Json/Language.hs:95)
module_ (src/main/haskell/Hydra/Sources/Json/Language.hs:98)
define (src/main/haskell/Hydra/Sources/Json/Language.hs:105)
jsonLanguage (src/main/haskell/Hydra/Sources/Json/Language.hs:108)
0% ( 0 / 16) in 'Hydra.Sources.Json.Extract'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Json/Extract.hs:99)
module_ (src/main/haskell/Hydra/Sources/Json/Extract.hs:102)
define (src/main/haskell/Hydra/Sources/Json/Extract.hs:122)
expectArray (src/main/haskell/Hydra/Sources/Json/Extract.hs:125)
expectNumber (src/main/haskell/Hydra/Sources/Json/Extract.hs:132)
expectObject (src/main/haskell/Hydra/Sources/Json/Extract.hs:139)
expectString (src/main/haskell/Hydra/Sources/Json/Extract.hs:146)
opt (src/main/haskell/Hydra/Sources/Json/Extract.hs:153)
optArray (src/main/haskell/Hydra/Sources/Json/Extract.hs:158)
optString (src/main/haskell/Hydra/Sources/Json/Extract.hs:166)
require (src/main/haskell/Hydra/Sources/Json/Extract.hs:174)
requireArray (src/main/haskell/Hydra/Sources/Json/Extract.hs:185)
requireNumber (src/main/haskell/Hydra/Sources/Json/Extract.hs:192)
requireString (src/main/haskell/Hydra/Sources/Json/Extract.hs:199)
showValue (src/main/haskell/Hydra/Sources/Json/Extract.hs:207)
50% ( 4 / 8) in 'Hydra.Sources.Json.Encode'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Json/Encode.hs:98)
define (src/main/haskell/Hydra/Sources/Json/Encode.hs:101)
module_ (src/main/haskell/Hydra/Sources/Json/Encode.hs:104)
0% ( 0 / 11) in 'Hydra.Sources.Json.Decoding'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Json/Decoding.hs:99)
module_ (src/main/haskell/Hydra/Sources/Json/Decoding.hs:102)
define (src/main/haskell/Hydra/Sources/Json/Decoding.hs:117)
decodeArray (src/main/haskell/Hydra/Sources/Json/Decoding.hs:120)
decodeBoolean (src/main/haskell/Hydra/Sources/Json/Decoding.hs:126)
decodeField (src/main/haskell/Hydra/Sources/Json/Decoding.hs:132)
decodeNumber (src/main/haskell/Hydra/Sources/Json/Decoding.hs:142)
decodeObject (src/main/haskell/Hydra/Sources/Json/Decoding.hs:148)
decodeOptionalField (src/main/haskell/Hydra/Sources/Json/Decoding.hs:154)
decodeString (src/main/haskell/Hydra/Sources/Json/Decoding.hs:163)
0% ( 0 / 14) in 'Hydra.Sources.Json.Coder'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Json/Coder.hs:100)
define (src/main/haskell/Hydra/Sources/Json/Coder.hs:103)
module_ (src/main/haskell/Hydra/Sources/Json/Coder.hs:106)
jsonCoder (src/main/haskell/Hydra/Sources/Json/Coder.hs:125)
literalJsonCoder (src/main/haskell/Hydra/Sources/Json/Coder.hs:133)
recordCoder (src/main/haskell/Hydra/Sources/Json/Coder.hs:181)
encodeRecord (src/main/haskell/Hydra/Sources/Json/Coder.hs:192)
decodeRecord (src/main/haskell/Hydra/Sources/Json/Coder.hs:231)
termCoder (src/main/haskell/Hydra/Sources/Json/Coder.hs:252)
unitCoder (src/main/haskell/Hydra/Sources/Json/Coder.hs:371)
untypedTermToJson (src/main/haskell/Hydra/Sources/Json/Coder.hs:385)
readStringStub (src/main/haskell/Hydra/Sources/Json/Coder.hs:500)
showValue (src/main/haskell/Hydra/Sources/Json/Coder.hs:506)
0% ( 0 / 38) in 'Hydra.Sources.Haskell.Operators'
Missing documentation for:
Module header
haskellOperatorsDefinition (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:97)
ns (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:100)
module_ (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:103)
andOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:145)
apOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:150)
appOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:155)
applyOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:164)
arrowOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:169)
assertOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:174)
bindOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:179)
caseOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:184)
composeOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:189)
concatOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:194)
consOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:199)
defineOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:204)
diamondOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:209)
divOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:214)
divideOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:219)
elemOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:224)
equalOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:229)
fmapOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:234)
gtOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:239)
gteOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:244)
indexOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:249)
lambdaOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:254)
ltOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:259)
lteOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:264)
minusOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:269)
modOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:274)
multOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:279)
neqOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:284)
notElemOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:289)
orOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:294)
plusOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:299)
quotOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:304)
remOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:309)
typeOp (src/main/haskell/Hydra/Sources/Haskell/Operators.hs:314)
24% ( 6 / 25) in 'Hydra.Sources.Test.Serialization'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/Serialization.hs:32)
module_ (src/main/haskell/Hydra/Sources/Test/Serialization.hs:35)
define (src/main/haskell/Hydra/Sources/Test/Serialization.hs:43)
allTests (src/main/haskell/Hydra/Sources/Test/Serialization.hs:46)
infixExpr (src/main/haskell/Hydra/Sources/Test/Serialization.hs:57)
cstExpr (src/main/haskell/Hydra/Sources/Test/Serialization.hs:61)
numExpr (src/main/haskell/Hydra/Sources/Test/Serialization.hs:65)
spaceSepExpr (src/main/haskell/Hydra/Sources/Test/Serialization.hs:69)
newlineSepExpr (src/main/haskell/Hydra/Sources/Test/Serialization.hs:73)
bracketListExpr (src/main/haskell/Hydra/Sources/Test/Serialization.hs:77)
inlineBlockStyle (src/main/haskell/Hydra/Sources/Test/Serialization.hs:81)
arrowOp (src/main/haskell/Hydra/Sources/Test/Serialization.hs:85)
gtOp (src/main/haskell/Hydra/Sources/Test/Serialization.hs:86)
plusOp (src/main/haskell/Hydra/Sources/Test/Serialization.hs:87)
multOp (src/main/haskell/Hydra/Sources/Test/Serialization.hs:88)
lambdaOp (src/main/haskell/Hydra/Sources/Test/Serialization.hs:89)
caseOp (src/main/haskell/Hydra/Sources/Test/Serialization.hs:90)
lambdaExpr (src/main/haskell/Hydra/Sources/Test/Serialization.hs:95)
casesExpr (src/main/haskell/Hydra/Sources/Test/Serialization.hs:100)
25% ( 2 / 8) in 'Hydra.Sources.Test.TestSuite'
Missing documentation for:
ns (src/main/haskell/Hydra/Sources/Test/TestSuite.hs:65)
module_ (src/main/haskell/Hydra/Sources/Test/TestSuite.hs:68)
allTests (src/main/haskell/Hydra/Sources/Test/TestSuite.hs:76)
libPairs (src/main/haskell/Hydra/Sources/Test/TestSuite.hs:83)
otherPairs (src/main/haskell/Hydra/Sources/Test/TestSuite.hs:99)
testPairs (src/main/haskell/Hydra/Sources/Test/TestSuite.hs:120)
100% ( 3 / 3) in 'Hydra.Sources.Test.All'
0% ( 0 / 40) in 'Hydra.Sources.Haskell.Serde'
Missing documentation for:
Module header
haskellSerdeDefinition (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:101)
ns (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:104)
module_ (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:107)
alternativeToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:155)
applicationExpressionToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:163)
applicationPatternToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:171)
assertionToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:179)
caseExpressionToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:188)
caseRhsToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:203)
classAssertionToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:208)
constructorToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:217)
constructorWithCommentsToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:232)
dataOrNewtypeToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:244)
declarationHeadToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:252)
declarationToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:263)
declarationWithCommentsToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:297)
expressionToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:309)
constructRecordExpressionToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:337)
fieldToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:351)
fieldWithCommentsToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:359)
ifExpressionToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:371)
importExportSpecToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:390)
importToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:395)
lambdaExpressionToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:419)
literalToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:454)
localBindingToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:478)
moduleHeadToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:486)
moduleToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:505)
nameToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:520)
patternToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:530)
rightHandSideToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:545)
statementToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:550)
typeSignatureToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:555)
typeToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:563)
valueBindingToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:586)
variableToExpr (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:605)
toHaskellComments (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:610)
toSimpleComments (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:615)
writeQualifiedName (src/main/haskell/Hydra/Sources/Haskell/Serde.hs:620)
0% ( 0 / 6) in 'Hydra.Sources.Haskell.Language'
Missing documentation for:
Module header
haskellLanguageDefinition (src/main/haskell/Hydra/Sources/Haskell/Language.hs:94)
ns (src/main/haskell/Hydra/Sources/Haskell/Language.hs:97)
module_ (src/main/haskell/Hydra/Sources/Haskell/Language.hs:100)
haskellLanguage (src/main/haskell/Hydra/Sources/Haskell/Language.hs:107)
reservedWords (src/main/haskell/Hydra/Sources/Haskell/Language.hs:180)
0% ( 0 / 22) in 'Hydra.Sources.Haskell.Utils'
Missing documentation for:
Module header
HaskellNamespaces (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:99)
haskellUtilsDefinition (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:102)
ns (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:105)
module_ (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:108)
applicationPattern (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:133)
elementReference (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:142)
hsapp (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:168)
hslambda (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:177)
hslit (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:186)
hsvar (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:192)
namespacesForModule (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:198)
newtypeAccessorName (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:229)
rawName (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:235)
recordFieldReference (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:244)
sanitizeHaskellName (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:261)
simpleName (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:266)
simpleValueBinding (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:271)
toTypeApplication (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:286)
typeNameForRecord (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:298)
unionFieldReference (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:306)
unpackForallType (src/main/haskell/Hydra/Sources/Haskell/Utils.hs:330)
Warning: 'classes' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
8% ( 2 / 25) in 'Hydra.Sources.Haskell.Coder'
Missing documentation for:
Module header
HaskellNamespaces (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:101)
haskellCoderDefinition (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:104)
module_ (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:107)
includeTypeDefinitions (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:140)
useCoreImport (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:144)
keyHaskellVar (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:149)
adaptTypeToHaskellAndEncode (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:154)
constantForFieldName (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:160)
constantForTypeName (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:170)
constructModule (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:176)
encodeFunction (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:246)
encodeLiteral (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:321)
encodeTerm (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:368)
encodeType (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:488)
encodeTypeWithClassAssertions (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:595)
findOrdVariables (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:630)
getImplicitTypeClasses (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:656)
moduleToHaskellModule (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:664)
moduleToHaskell (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:671)
nameDecls (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:680)
toDataDeclaration (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:706)
typeDecl (src/main/haskell/Hydra/Sources/Haskell/Coder.hs:1020)
Warning: Hydra.Sources.All: Could not find documentation for exported module: Hydra.Sources.All
44% ( 4 / 9) in 'Hydra.Sources.All'
Missing documentation for:
mainModules (src/main/haskell/Hydra/Sources/All.hs:35)
kernelModules (src/main/haskell/Hydra/Sources/All.hs:38)
haskellModules (src/main/haskell/Hydra/Sources/All.hs:41)
jsonModules (src/main/haskell/Hydra/Sources/All.hs:50)
otherModules (src/main/haskell/Hydra/Sources/All.hs:62)
20% ( 1 / 5) in 'Hydra.Sources.Eval.Lib.Sets'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Eval/Lib/Sets.hs:62)
define (src/main/haskell/Hydra/Sources/Eval/Lib/Sets.hs:65)
module_ (src/main/haskell/Hydra/Sources/Eval/Lib/Sets.hs:68)
20% ( 1 / 5) in 'Hydra.Sources.Eval.Lib.Pairs'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Eval/Lib/Pairs.hs:61)
define (src/main/haskell/Hydra/Sources/Eval/Lib/Pairs.hs:64)
module_ (src/main/haskell/Hydra/Sources/Eval/Lib/Pairs.hs:67)
63% ( 7 / 11) in 'Hydra.Sources.Eval.Lib.Maybes'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Eval/Lib/Maybes.hs:62)
define (src/main/haskell/Hydra/Sources/Eval/Lib/Maybes.hs:65)
module_ (src/main/haskell/Hydra/Sources/Eval/Lib/Maybes.hs:68)
60% ( 6 / 10) in 'Hydra.Sources.Eval.Lib.Maps'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Eval/Lib/Maps.hs:62)
define (src/main/haskell/Hydra/Sources/Eval/Lib/Maps.hs:65)
module_ (src/main/haskell/Hydra/Sources/Eval/Lib/Maps.hs:68)
73% ( 11 / 15) in 'Hydra.Sources.Eval.Lib.Lists'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Eval/Lib/Lists.hs:63)
define (src/main/haskell/Hydra/Sources/Eval/Lib/Lists.hs:66)
module_ (src/main/haskell/Hydra/Sources/Eval/Lib/Lists.hs:69)
71% ( 10 / 14) in 'Hydra.Sources.Eval.Lib.Flows'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Eval/Lib/Flows.hs:62)
define (src/main/haskell/Hydra/Sources/Eval/Lib/Flows.hs:65)
module_ (src/main/haskell/Hydra/Sources/Eval/Lib/Flows.hs:68)
50% ( 5 / 10) in 'Hydra.Sources.Eval.Lib.Eithers'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Eval/Lib/Eithers.hs:62)
define (src/main/haskell/Hydra/Sources/Eval/Lib/Eithers.hs:65)
module_ (src/main/haskell/Hydra/Sources/Eval/Lib/Eithers.hs:68)
map_ (src/main/haskell/Hydra/Sources/Eval/Lib/Eithers.hs:129)
33% ( 2 / 6) in 'Hydra.Sources.Eval.Lib.All'
Missing documentation for:
Module header
ns (src/main/haskell/Hydra/Sources/Eval/Lib/All.hs:66)
define (src/main/haskell/Hydra/Sources/Eval/Lib/All.hs:69)
module_ (src/main/haskell/Hydra/Sources/Eval/Lib/All.hs:87)
Warning: 'generateSourceFiles' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'module_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
70% ( 21 / 30) in 'Hydra.Generation'
Missing documentation for:
printTrace (src/main/haskell/Hydra/Generation.hs:74)
runFlow (src/main/haskell/Hydra/Generation.hs:80)
generateDecoderModules (src/main/haskell/Hydra/Generation.hs:184)
generateEncoderModules (src/main/haskell/Hydra/Generation.hs:187)
generateDecoderSourceModules (src/main/haskell/Hydra/Generation.hs:199)
generateEncoderSourceModules (src/main/haskell/Hydra/Generation.hs:202)
writeCoderSourceHaskell (src/main/haskell/Hydra/Generation.hs:207)
writeDecoderHaskell (src/main/haskell/Hydra/Generation.hs:241)
writeEncoderHaskell (src/main/haskell/Hydra/Generation.hs:244)
100% ( 16 / 16) in 'Hydra.Staging.Testing.Generation.Generate'
76% ( 20 / 26) in 'Hydra.Staging.Testing.Generation.HaskellCodec'
Missing documentation for:
termToHaskell (src/main/haskell/Hydra/Staging/Testing/Generation/HaskellCodec.hs:120)
typeToHaskell (src/main/haskell/Hydra/Staging/Testing/Generation/HaskellCodec.hs:125)
haskellTestCaseTemplate (src/main/haskell/Hydra/Staging/Testing/Generation/HaskellCodec.hs:145)
haskellTestGroupTemplate (src/main/haskell/Hydra/Staging/Testing/Generation/HaskellCodec.hs:151)
haskellModuleTemplate (src/main/haskell/Hydra/Staging/Testing/Generation/HaskellCodec.hs:154)
haskellImportTemplate (src/main/haskell/Hydra/Staging/Testing/Generation/HaskellCodec.hs:166)
25% ( 1 / 4) in 'Hydra.Encode.Workflow'
Missing documentation for:
hydraSchemaSpec (src/gen-main/haskell/Hydra/Encode/Workflow.hs:20)
schemaSpec (src/gen-main/haskell/Hydra/Encode/Workflow.hs:31)
transformWorkflow (src/gen-main/haskell/Hydra/Encode/Workflow.hs:49)
25% ( 1 / 4) in 'Hydra.Decode.Workflow'
Missing documentation for:
hydraSchemaSpec (src/gen-main/haskell/Hydra/Decode/Workflow.hs:27)
schemaSpec (src/gen-main/haskell/Hydra/Decode/Workflow.hs:36)
transformWorkflow (src/gen-main/haskell/Hydra/Decode/Workflow.hs:58)
0% ( 0 / 14) in 'Org.Example.Lispy'
Missing documentation for:
Module header
ns (src/main/haskell/Org/Example/Lispy.hs:18)
define (src/main/haskell/Org/Example/Lispy.hs:21)
module_ (src/main/haskell/Org/Example/Lispy.hs:24)
atom (src/main/haskell/Org/Example/Lispy.hs:39)
closure (src/main/haskell/Org/Example/Lispy.hs:47)
env (src/main/haskell/Org/Example/Lispy.hs:53)
expr (src/main/haskell/Org/Example/Lispy.hs:59)
lispList (src/main/haskell/Org/Example/Lispy.hs:65)
number (src/main/haskell/Org/Example/Lispy.hs:68)
proc (src/main/haskell/Org/Example/Lispy.hs:76)
sExpr (src/main/haskell/Org/Example/Lispy.hs:80)
symbol (src/main/haskell/Org/Example/Lispy.hs:84)
value (src/main/haskell/Org/Example/Lispy.hs:87)
Documentation created: dist/doc/html/hydra/, dist/doc/html/hydra/hydra.txt
Preprocessing executable 'update-generation-tests' for hydra-0.13.0..
Preprocessing executable 'update-haskell-eval-lib' for hydra-0.13.0..
Preprocessing executable 'update-haskell-kernel' for hydra-0.13.0..
Preprocessing executable 'update-haskell-sources' for hydra-0.13.0..
Preprocessing executable 'update-json-kernel' for hydra-0.13.0..
Preprocessing executable 'update-json-main' for hydra-0.13.0..
Preprocessing executable 'update-json-manifest' for hydra-0.13.0..
Preprocessing executable 'update-json-test' for hydra-0.13.0..
Preprocessing executable 'update-kernel-tests' for hydra-0.13.0..
Preprocessing executable 'verify-json-kernel' for hydra-0.13.0..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hydra-0.13.0-3PBeKy5yb3ZCqZL7GsslDC
Installing executable update-generation-tests in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable update-haskell-eval-lib in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable update-haskell-kernel in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable update-haskell-sources in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable update-json-kernel in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable update-json-main in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable update-json-manifest in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable update-json-test in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable update-kernel-tests in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable verify-json-kernel in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed hydra-0.13.0
Test log
[view raw]
Resolving dependencies...
Error:
Internal libraries only supported with per-component builds.
Per-component builds were disabled because program coverage is enabled
In the package 'vector-0.13.2.0'