Build #1 for grisette-0.13.0.1
| Package | grisette-0.13.0.1 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2025-07-16 04:25:39.877782592 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | QuickCheck-2.16.0.0, array-0.5.8.0, async-2.2.5, atomic-primops-0.8.8, base-4.19.2.0, binary-0.8.9.1, bytes-0.17.4, bytestring-0.12.1.0, cereal-0.5.8.3, cereal-text-0.1.0.2, containers-0.6.8, deepseq-1.5.1.0, generic-deriving-1.14.6, hashable-1.5.0.0, libBF-0.6.8, loch-th-0.2.2, mtl-2.3.1, parallel-3.2.2.0, prettyprinter-1.7.1, sbv-12.1, stm-2.5.3.1, template-haskell-2.21.0.0, text-2.1.1, th-abstraction-0.7.1.0, th-compat-0.1.6, th-lift-instances-0.1.20, transformers-0.6.1.0, unordered-containers-0.2.20, vector-0.13.2.0 |
| Flags | optimize |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring base16-bytestring-1.0.2.0...
Preprocessing library for base16-bytestring-1.0.2.0..
Building library for base16-bytestring-1.0.2.0..
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, dist/build/Data/ByteString/Base16/Internal.o, dist/build/Data/ByteString/Base16/Internal.dyn_o )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, dist/build/Data/ByteString/Base16.o, dist/build/Data/ByteString/Base16.dyn_o )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, dist/build/Data/ByteString/Base16/Lazy.o, dist/build/Data/ByteString/Base16/Lazy.dyn_o )
Preprocessing library for base16-bytestring-1.0.2.0..
Running Haddock on library for base16-bytestring-1.0.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, nothing )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, nothing )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Data.ByteString.Base16'
100% ( 4 / 4) in 'Data.ByteString.Base16.Lazy'
Documentation created: dist/doc/html/base16-bytestring/,
dist/doc/html/base16-bytestring/base16-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U
Completed base16-bytestring-1.0.2.0
Configuring binary-orphans-1.0.5...
Preprocessing library for binary-orphans-1.0.5..
Building library for binary-orphans-1.0.5..
[1 of 1] Compiling Data.Binary.Orphans ( src/Data/Binary/Orphans.hs, dist/build/Data/Binary/Orphans.o, dist/build/Data/Binary/Orphans.dyn_o )
Preprocessing library for binary-orphans-1.0.5..
Running Haddock on library for binary-orphans-1.0.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Binary.Orphans ( src/Data/Binary/Orphans.hs, nothing )
Haddock coverage:
0% ( 0 / 1) in 'Data.Binary.Orphans'
Missing documentation for:
Module header
Documentation created: dist/doc/html/binary-orphans/,
dist/doc/html/binary-orphans/binary-orphans.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/binary-orphans-1.0.5-7xrM3fJAF9uLR3PCJMpajk
Completed binary-orphans-1.0.5
Configuring cereal-0.5.8.3...
Preprocessing library for cereal-0.5.8.3..
Building library for cereal-0.5.8.3..
[1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o, dist/build/Data/Serialize/Get.dyn_o )
[2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o, dist/build/Data/Serialize/Put.dyn_o )
[3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o, dist/build/Data/Serialize/IEEE754.dyn_o )
[4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.o, dist/build/Data/Serialize.dyn_o )
src/Data/Serialize.hs:702:22: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
| ^
src/Data/Serialize.hs:702:27: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
| ^
Preprocessing library for cereal-0.5.8.3..
Running Haddock on library for cereal-0.5.8.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, nothing )
[2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, nothing )
[3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, nothing )
[4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, nothing )
src/Data/Serialize.hs:702:22: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
| ^
src/Data/Serialize.hs:702:27: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
| ^
Haddock coverage:
93% ( 61 / 65) in 'Data.Serialize.Get'
Missing documentation for:
label (src/Data/Serialize/Get.hs:268)
getLazyByteString (src/Data/Serialize/Get.hs:509)
getShortByteString (src/Data/Serialize/Get.hs:513)
getTwoOf (src/Data/Serialize/Get.hs:761)
Warning: 'Put' is ambiguous. It is defined
* at src/Data/Serialize/Put.hs:140:18
* at src/Data/Serialize/Put.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/Serialize/Put.hs:143:1
75% ( 42 / 56) in 'Data.Serialize.Put'
Missing documentation for:
Putter (src/Data/Serialize/Put.hs:145)
putBuilder (src/Data/Serialize/Put.hs:202)
putShortByteString (src/Data/Serialize/Put.hs:260)
putTwoOf (src/Data/Serialize/Put.hs:400)
putListOf (src/Data/Serialize/Put.hs:404)
putIArrayOf (src/Data/Serialize/Put.hs:410)
putSeqOf (src/Data/Serialize/Put.hs:416)
putTreeOf (src/Data/Serialize/Put.hs:422)
putMapOf (src/Data/Serialize/Put.hs:429)
putIntMapOf (src/Data/Serialize/Put.hs:433)
putSetOf (src/Data/Serialize/Put.hs:437)
putIntSetOf (src/Data/Serialize/Put.hs:441)
putMaybeOf (src/Data/Serialize/Put.hs:445)
putEitherOf (src/Data/Serialize/Put.hs:450)
100% ( 11 / 11) in 'Data.Serialize.IEEE754'
Cannot find documentation for: $example
86% ( 13 / 15) in 'Data.Serialize'
Missing documentation for:
GSerializePut (src/Data/Serialize.hs:571)
GSerializeGet (src/Data/Serialize.hs:574)
Warning: Data.Serialize.Get: could not find link destinations for:
- Data.Serialize.Get.get
Warning: Data.Serialize.Put: could not find link destinations for:
- Data.Serialize.Put.PairS
Warning: Data.Serialize: could not find link destinations for:
- Data.Serialize.SumSize
- Data.Serialize.GetSum
- Data.Serialize.PutSum
Documentation created: dist/doc/html/cereal/, dist/doc/html/cereal/cereal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cereal-0.5.8.3-CdRifegrast6xnOPLq62pE
Completed cereal-0.5.8.3
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 cryptohash-sha512-0.11.102.0...
Preprocessing library for cryptohash-sha512-0.11.102.0..
Building library for cryptohash-sha512-0.11.102.0..
[1 of 5] Compiling Compat ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o )
[2 of 5] Compiling Crypto.Hash.SHA512.FFI ( src/Crypto/Hash/SHA512/FFI.hs, dist/build/Crypto/Hash/SHA512/FFI.o, dist/build/Crypto/Hash/SHA512/FFI.dyn_o )
[3 of 5] Compiling Crypto.Hash.SHA512 ( src/Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o, dist/build/Crypto/Hash/SHA512.dyn_o )
src/Crypto/Hash/SHA512.hs:134:19: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
134 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
[4 of 5] Compiling Crypto.Hash.SHA384 ( src/Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o, dist/build/Crypto/Hash/SHA384.dyn_o )
src/Crypto/Hash/SHA384.hs:135:19: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
135 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
[5 of 5] Compiling Crypto.Hash.SHA512t ( src/Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o, dist/build/Crypto/Hash/SHA512t.dyn_o )
src/Crypto/Hash/SHA512t.hs:145:19: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
145 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
Preprocessing library for cryptohash-sha512-0.11.102.0..
Running Haddock on library for cryptohash-sha512-0.11.102.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Compat ( src/Compat.hs, nothing )
[2 of 5] Compiling Crypto.Hash.SHA512.FFI ( src/Crypto/Hash/SHA512/FFI.hs, nothing )
[3 of 5] Compiling Crypto.Hash.SHA512 ( src/Crypto/Hash/SHA512.hs, nothing )
src/Crypto/Hash/SHA512.hs:134:19: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
134 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
[4 of 5] Compiling Crypto.Hash.SHA384 ( src/Crypto/Hash/SHA384.hs, nothing )
src/Crypto/Hash/SHA384.hs:135:19: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
135 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
[5 of 5] Compiling Crypto.Hash.SHA512t ( src/Crypto/Hash/SHA512t.hs, nothing )
src/Crypto/Hash/SHA512t.hs:145:19: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
145 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
Haddock coverage:
Warning: 'ByteString' is ambiguous. It is defined
* in Data.ByteString.Internal.Type
* in Data.ByteString.Lazy.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.Lazy.Internal
100% ( 21 / 21) in 'Crypto.Hash.SHA512'
Warning: 'ByteString' is ambiguous. It is defined
* in Data.ByteString.Internal.Type
* in Data.ByteString.Lazy.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.Lazy.Internal
100% ( 21 / 21) in 'Crypto.Hash.SHA384'
Warning: 'ByteString' is ambiguous. It is defined
* in Data.ByteString.Internal.Type
* in Data.ByteString.Lazy.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.Lazy.Internal
100% ( 21 / 21) in 'Crypto.Hash.SHA512t'
Documentation created: dist/doc/html/cryptohash-sha512/,
dist/doc/html/cryptohash-sha512/cryptohash-sha512.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cryptohash-sha512-0.11.102.0-FWAT57n1FUVHiEgCHXdxNf
Completed cryptohash-sha512-0.11.102.0
Configuring haskell-src-exts-1.23.1...
Preprocessing library for haskell-src-exts-1.23.1..
unused rules: 3
Building library for haskell-src-exts-1.23.1..
[ 1 of 18] Compiling Language.Haskell.Exts.Extension ( src/Language/Haskell/Exts/Extension.hs, dist/build/Language/Haskell/Exts/Extension.o, dist/build/Language/Haskell/Exts/Extension.dyn_o )
src/Language/Haskell/Exts/Extension.hs:690: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."
|
690 | [ (head str, (str, extension))
| ^^^^
[ 2 of 18] Compiling Language.Haskell.Exts.ExtScheme ( src/Language/Haskell/Exts/ExtScheme.hs, dist/build/Language/Haskell/Exts/ExtScheme.o, dist/build/Language/Haskell/Exts/ExtScheme.dyn_o )
[ 3 of 18] Compiling Language.Haskell.Exts.SrcLoc ( src/Language/Haskell/Exts/SrcLoc.hs, dist/build/Language/Haskell/Exts/SrcLoc.o, dist/build/Language/Haskell/Exts/SrcLoc.dyn_o )
[ 4 of 18] Compiling Language.Haskell.Exts.Syntax ( src/Language/Haskell/Exts/Syntax.hs, dist/build/Language/Haskell/Exts/Syntax.o, dist/build/Language/Haskell/Exts/Syntax.dyn_o )
[ 5 of 18] Compiling Language.Haskell.Exts.ParseSyntax ( src/Language/Haskell/Exts/ParseSyntax.hs, dist/build/Language/Haskell/Exts/ParseSyntax.o, dist/build/Language/Haskell/Exts/ParseSyntax.dyn_o )
[ 6 of 18] Compiling Language.Haskell.Exts.Pretty ( src/Language/Haskell/Exts/Pretty.hs, dist/build/Language/Haskell/Exts/Pretty.o, dist/build/Language/Haskell/Exts/Pretty.dyn_o )
src/Language/Haskell/Exts/Pretty.hs:119:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical (>>) definition detected
in the instance declaration for Monad (DocM s).
(>>) will eventually be removed in favour of (*>)
Suggested fix:
Either remove definition for (>>) (recommended) or define as (>>) = (*>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
119 | (>>) = then_DocM
| ^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/Pretty.hs:120:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (DocM s).
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
120 | return = retDocM
| ^^^^^^^^^^^^^^^^
[ 7 of 18] Compiling Language.Haskell.Exts.Fixity ( src/Language/Haskell/Exts/Fixity.hs, dist/build/Language/Haskell/Exts/Fixity.o, dist/build/Language/Haskell/Exts/Fixity.dyn_o )
[ 8 of 18] Compiling Language.Haskell.Exts.Comments ( src/Language/Haskell/Exts/Comments.hs, dist/build/Language/Haskell/Exts/Comments.o, dist/build/Language/Haskell/Exts/Comments.dyn_o )
src/Language/Haskell/Exts/Comments.hs:146:40: 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."
|
146 | let end = srcSpanEnd $ srcInfoSpan $ head srcs
| ^^^^
[ 9 of 18] Compiling Language.Haskell.Exts.ParseMonad ( src/Language/Haskell/Exts/ParseMonad.hs, dist/build/Language/Haskell/Exts/ParseMonad.o, dist/build/Language/Haskell/Exts/ParseMonad.dyn_o )
src/Language/Haskell/Exts/ParseMonad.hs:101:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad ParseResult.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
101 | return = ParseOk
| ^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:245:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative P.
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
245 | pure = return
| ^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:249:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad P.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
249 | return a = P $ \_i _x _y _l _ch s _m -> Ok s a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:279:36: 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."
|
279 | removeSuffix l = reverse $ tail $ dropWhile ('.'/=) $ reverse l
| ^^^^
src/Language/Haskell/Exts/ParseMonad.hs:357:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative (Lex r).
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
357 | pure = return
| ^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:361:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Lex r).
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
361 | return a = Lex $ \k -> k a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:363:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical (>>) definition detected
in the instance declaration for Monad (Lex r).
(>>) will eventually be removed in favour of (*>)
Suggested fix:
Either remove definition for (>>) (recommended) or define as (>>) = (*>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:380:32: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
380 | -> let (newCh:rest)= if n > 0 then drop (n-1) r else (ch:r)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:401:29: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type [Char], Int not matched: [] _
|
401 | lexTab = Lex $ \cont -> P $ \(_:r) x -> runP (cont ()) r (nextTab x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[10 of 18] Compiling Language.Haskell.Exts.ParseUtils ( src/Language/Haskell/Exts/ParseUtils.hs, dist/build/Language/Haskell/Exts/ParseUtils.o, dist/build/Language/Haskell/Exts/ParseUtils.dyn_o )
src/Language/Haskell/Exts/ParseUtils.hs:824:43: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Pat L] not matched: []
|
824 | else let (a:bs) = ps
| ^^^^^^^^^^^
src/Language/Haskell/Exts/ParseUtils.hs:856:44: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [SrcSpan] not matched:
[]
[_]
(_:_:_:_)
|
856 | let [x,y] = srcInfoPoints l
| ^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseUtils.hs:906:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [SrcSpan] not matched: []
|
906 | let (b:_) = srcInfoPoints loc in return (name,typ,b)
| ^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseUtils.hs:1289:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type (Int, Either SrcSpan (CName L)) not matched:
(_, (Right _))
|
1289 | (\(n,Left s) -> EWildcard (noInfoSpan s) n)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[11 of 18] Compiling Language.Haskell.Exts.InternalLexer ( src/Language/Haskell/Exts/InternalLexer.hs, dist/build/Language/Haskell/Exts/InternalLexer.o, dist/build/Language/Haskell/Exts/InternalLexer.dyn_o )
src/Language/Haskell/Exts/InternalLexer.hs:392:18: 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."
|
392 | if null s || head s /= c then fail msg else discard 1
| ^^^^
src/Language/Haskell/Exts/InternalLexer.hs:1112:32: 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."
|
1112 | not (isHSymbol $ head cs) &&
| ^^^^
src/Language/Haskell/Exts/InternalLexer.hs:1113:30: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1113 | not (isIdent $ head cs) && MagicHash `elem` exts -> do
| ^^^^
[12 of 18] Compiling Language.Haskell.Exts.Lexer ( src/Language/Haskell/Exts/Lexer.hs, dist/build/Language/Haskell/Exts/Lexer.o, dist/build/Language/Haskell/Exts/Lexer.dyn_o )
[13 of 18] Compiling Language.Haskell.Exts.InternalParser ( dist/build/Language/Haskell/Exts/InternalParser.hs, dist/build/Language/Haskell/Exts/InternalParser.o, dist/build/Language/Haskell/Exts/InternalParser.dyn_o )
[14 of 18] Compiling Language.Haskell.Exts.Parser ( src/Language/Haskell/Exts/Parser.hs, dist/build/Language/Haskell/Exts/Parser.o, dist/build/Language/Haskell/Exts/Parser.dyn_o )
[15 of 18] Compiling Language.Haskell.Exts.ExactPrint ( src/Language/Haskell/Exts/ExactPrint.hs, dist/build/Language/Haskell/Exts/ExactPrint.o, dist/build/Language/Haskell/Exts/ExactPrint.dyn_o )
src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative EP.
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
50 | pure = return
| ^^^^^^^^^^^^^
src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad EP.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
54 | return x = EP $ \l cs -> (x, l, cs, id)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ExactPrint.hs:381:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [SrcSpan] not matched: []
|
381 | let (x:pts') = pts
| ^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ExactPrint.hs:635:45: 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."
|
635 | maybeEP (\kd -> printStringAt (pos (head (srcInfoPoints l))) "::" >> exactPC kd) mk
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:702:21: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [SrcSpan] not matched: []
|
702 | let (p:pts') = pts
| ^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ExactPrint.hs:742:13: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [SrcSpan] not matched: []
|
742 | let (pat:pts) = srcInfoPoints l
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ExactPrint.hs:763:45: 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."
|
763 | maybeEP (\bs -> printStringAt (pos (head pts)) "where" >> exactPC bs) mbs
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1198:26: 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."
|
1198 | [] -> exactPC $ head ihs
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1222:49: 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."
|
1222 | maybeEP (\kd -> printStringAt (pos (head pts)) "::" >> exactPC kd) mk
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1748:13: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [SrcSpan] not matched: []
|
1748 | let (opt:pts) = srcInfoPoints l
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1850:41: 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."
|
1850 | maybeEP (\bs -> printStringAt (pos (head (srcInfoPoints l))) "where" >> exactPC bs) mbs
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1863:42: 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."
|
1863 | maybeEP (\bds -> printStringAt (pos (head pts)) "where" >> exactPC bds) mbinds
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1875:42: 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."
|
1875 | maybeEP (\bds -> printStringAt (pos (head whPt)) "where" >> exactPC bds) mbinds
| ^^^^
[16 of 18] Compiling Language.Haskell.Exts.Build ( src/Language/Haskell/Exts/Build.hs, dist/build/Language/Haskell/Exts/Build.o, dist/build/Language/Haskell/Exts/Build.dyn_o )
[17 of 18] Compiling Language.Preprocessor.Unlit ( src/Language/Preprocessor/Unlit.hs, dist/build/Language/Preprocessor/Unlit.o, dist/build/Language/Preprocessor/Unlit.dyn_o )
src/Language/Preprocessor/Unlit.hs:17:25: warning: [GHC-63397] [-Wname-shadowing]
This binding for x shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:14:17
|
17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
| ^
src/Language/Preprocessor/Unlit.hs:17:28: warning: [GHC-63397] [-Wname-shadowing]
This binding for xs shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:14:20
|
17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
| ^^
src/Language/Preprocessor/Unlit.hs:18:19: warning: [GHC-63397] [-Wname-shadowing]
This binding for x shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:14:17
|
18 | allProg (x:xs) = Program x:allProg xs
| ^
src/Language/Preprocessor/Unlit.hs:18:21: warning: [GHC-63397] [-Wname-shadowing]
This binding for xs shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:14:20
|
18 | allProg (x:xs) = Program x:allProg xs
| ^^
src/Language/Preprocessor/Unlit.hs:27:11: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: x
|
27 | classify (x:xs) = Comment:classify xs
| ^
src/Language/Preprocessor/Unlit.hs:46:17: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: y
|
46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
| ^
src/Language/Preprocessor/Unlit.hs:46:32: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: x
|
46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
| ^
src/Language/Preprocessor/Unlit.hs:46:48: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: xs
|
46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
| ^^
src/Language/Preprocessor/Unlit.hs:47:10: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: file
|
47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
| ^^^^
src/Language/Preprocessor/Unlit.hs:47:15: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: n
|
47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
| ^
src/Language/Preprocessor/Unlit.hs:49:17: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: y
|
49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
| ^
src/Language/Preprocessor/Unlit.hs:49:32: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: x
|
49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
| ^
src/Language/Preprocessor/Unlit.hs:49:48: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: xs
|
49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
| ^^
src/Language/Preprocessor/Unlit.hs:50:10: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: file
|
50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
| ^^^^
src/Language/Preprocessor/Unlit.hs:50:15: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: n
|
50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
| ^
src/Language/Preprocessor/Unlit.hs:52:10: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: file
|
52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
| ^^^^
src/Language/Preprocessor/Unlit.hs:52:15: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: n
|
52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
| ^
src/Language/Preprocessor/Unlit.hs:54:34: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: next
|
54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs
| ^^^^
src/Language/Preprocessor/Unlit.hs:55:10: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: file
|
55 | adjacent file n _ [] = []
| ^^^^
src/Language/Preprocessor/Unlit.hs:55:15: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: n
|
55 | adjacent file n _ [] = []
| ^
src/Language/Preprocessor/Unlit.hs:69:22: warning: [GHC-63397] [-Wname-shadowing]
This binding for s shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:66:9
|
69 | lines' ('\^M':'\n':s) acc = acc [] : lines' s id -- DOS
| ^
src/Language/Preprocessor/Unlit.hs:70:17: warning: [GHC-63397] [-Wname-shadowing]
This binding for s shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:66:9
|
70 | lines' ('\^M':s) acc = acc [] : lines' s id -- MacOS
| ^
src/Language/Preprocessor/Unlit.hs:71:16: warning: [GHC-63397] [-Wname-shadowing]
This binding for s shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:66:9
|
71 | lines' ('\n':s) acc = acc [] : lines' s id -- Unix
| ^
src/Language/Preprocessor/Unlit.hs:72:13: warning: [GHC-63397] [-Wname-shadowing]
This binding for s shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:66:9
|
72 | lines' (c:s) acc = lines' s (acc . (c:))
| ^
[18 of 18] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, dist/build/Language/Haskell/Exts.o, dist/build/Language/Haskell/Exts.dyn_o )
Preprocessing library for haskell-src-exts-1.23.1..
Running Haddock on library for haskell-src-exts-1.23.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 18] Compiling Language.Haskell.Exts.Extension ( src/Language/Haskell/Exts/Extension.hs, nothing )
src/Language/Haskell/Exts/Extension.hs:690: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."
|
690 | [ (head str, (str, extension))
| ^^^^
[ 2 of 18] Compiling Language.Haskell.Exts.ExtScheme ( src/Language/Haskell/Exts/ExtScheme.hs, nothing )
[ 3 of 18] Compiling Language.Haskell.Exts.SrcLoc ( src/Language/Haskell/Exts/SrcLoc.hs, nothing )
[ 4 of 18] Compiling Language.Haskell.Exts.Syntax ( src/Language/Haskell/Exts/Syntax.hs, nothing )
[ 5 of 18] Compiling Language.Haskell.Exts.ParseSyntax ( src/Language/Haskell/Exts/ParseSyntax.hs, nothing )
[ 6 of 18] Compiling Language.Haskell.Exts.Pretty ( src/Language/Haskell/Exts/Pretty.hs, nothing )
src/Language/Haskell/Exts/Pretty.hs:119:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical (>>) definition detected
in the instance declaration for Monad (DocM s).
(>>) will eventually be removed in favour of (*>)
Suggested fix:
Either remove definition for (>>) (recommended) or define as (>>) = (*>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
119 | (>>) = then_DocM
| ^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/Pretty.hs:120:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (DocM s).
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
120 | return = retDocM
| ^^^^^^^^^^^^^^^^
[ 7 of 18] Compiling Language.Haskell.Exts.Fixity ( src/Language/Haskell/Exts/Fixity.hs, nothing )
[ 8 of 18] Compiling Language.Haskell.Exts.Comments ( src/Language/Haskell/Exts/Comments.hs, nothing )
src/Language/Haskell/Exts/Comments.hs:146:40: 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."
|
146 | let end = srcSpanEnd $ srcInfoSpan $ head srcs
| ^^^^
[ 9 of 18] Compiling Language.Haskell.Exts.ParseMonad ( src/Language/Haskell/Exts/ParseMonad.hs, nothing )
src/Language/Haskell/Exts/ParseMonad.hs:101:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad ParseResult.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
101 | return = ParseOk
| ^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:245:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative P.
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
245 | pure = return
| ^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:249:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad P.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
249 | return a = P $ \_i _x _y _l _ch s _m -> Ok s a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:279:36: 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."
|
279 | removeSuffix l = reverse $ tail $ dropWhile ('.'/=) $ reverse l
| ^^^^
src/Language/Haskell/Exts/ParseMonad.hs:357:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative (Lex r).
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
357 | pure = return
| ^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:361:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Lex r).
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
361 | return a = Lex $ \k -> k a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ParseMonad.hs:363:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical (>>) definition detected
in the instance declaration for Monad (Lex r).
(>>) will eventually be removed in favour of (*>)
Suggested fix:
Either remove definition for (>>) (recommended) or define as (>>) = (*>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[10 of 18] Compiling Language.Haskell.Exts.ParseUtils ( src/Language/Haskell/Exts/ParseUtils.hs, nothing )
[11 of 18] Compiling Language.Haskell.Exts.InternalLexer ( src/Language/Haskell/Exts/InternalLexer.hs, nothing )
src/Language/Haskell/Exts/InternalLexer.hs:392:18: 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."
|
392 | if null s || head s /= c then fail msg else discard 1
| ^^^^
src/Language/Haskell/Exts/InternalLexer.hs:1112:32: 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."
|
1112 | not (isHSymbol $ head cs) &&
| ^^^^
src/Language/Haskell/Exts/InternalLexer.hs:1113:30: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1113 | not (isIdent $ head cs) && MagicHash `elem` exts -> do
| ^^^^
[12 of 18] Compiling Language.Haskell.Exts.Lexer ( src/Language/Haskell/Exts/Lexer.hs, nothing )
[13 of 18] Compiling Language.Haskell.Exts.InternalParser ( dist/build/Language/Haskell/Exts/InternalParser.hs, nothing )
[14 of 18] Compiling Language.Haskell.Exts.Parser ( src/Language/Haskell/Exts/Parser.hs, nothing )
[15 of 18] Compiling Language.Haskell.Exts.ExactPrint ( src/Language/Haskell/Exts/ExactPrint.hs, nothing )
src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative EP.
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
50 | pure = return
| ^^^^^^^^^^^^^
src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad EP.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
54 | return x = EP $ \l cs -> (x, l, cs, id)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/Haskell/Exts/ExactPrint.hs:635:45: 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."
|
635 | maybeEP (\kd -> printStringAt (pos (head (srcInfoPoints l))) "::" >> exactPC kd) mk
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:763:45: 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."
|
763 | maybeEP (\bs -> printStringAt (pos (head pts)) "where" >> exactPC bs) mbs
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1198:26: 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."
|
1198 | [] -> exactPC $ head ihs
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1222:49: 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."
|
1222 | maybeEP (\kd -> printStringAt (pos (head pts)) "::" >> exactPC kd) mk
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1850:41: 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."
|
1850 | maybeEP (\bs -> printStringAt (pos (head (srcInfoPoints l))) "where" >> exactPC bs) mbs
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1863:42: 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."
|
1863 | maybeEP (\bds -> printStringAt (pos (head pts)) "where" >> exactPC bds) mbinds
| ^^^^
src/Language/Haskell/Exts/ExactPrint.hs:1875:42: 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."
|
1875 | maybeEP (\bds -> printStringAt (pos (head whPt)) "where" >> exactPC bds) mbinds
| ^^^^
[16 of 18] Compiling Language.Haskell.Exts.Build ( src/Language/Haskell/Exts/Build.hs, nothing )
[17 of 18] Compiling Language.Preprocessor.Unlit ( src/Language/Preprocessor/Unlit.hs, nothing )
src/Language/Preprocessor/Unlit.hs:17:25: warning: [GHC-63397] [-Wname-shadowing]
This binding for x shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:14:17
|
17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
| ^
src/Language/Preprocessor/Unlit.hs:17:28: warning: [GHC-63397] [-Wname-shadowing]
This binding for xs shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:14:20
|
17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
| ^^
src/Language/Preprocessor/Unlit.hs:18:19: warning: [GHC-63397] [-Wname-shadowing]
This binding for x shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:14:17
|
18 | allProg (x:xs) = Program x:allProg xs
| ^
src/Language/Preprocessor/Unlit.hs:18:21: warning: [GHC-63397] [-Wname-shadowing]
This binding for xs shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:14:20
|
18 | allProg (x:xs) = Program x:allProg xs
| ^^
src/Language/Preprocessor/Unlit.hs:27:11: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: x
|
27 | classify (x:xs) = Comment:classify xs
| ^
src/Language/Preprocessor/Unlit.hs:46:17: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: y
|
46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
| ^
src/Language/Preprocessor/Unlit.hs:46:32: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: x
|
46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
| ^
src/Language/Preprocessor/Unlit.hs:46:48: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: xs
|
46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
| ^^
src/Language/Preprocessor/Unlit.hs:47:10: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: file
|
47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
| ^^^^
src/Language/Preprocessor/Unlit.hs:47:15: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: n
|
47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
| ^
src/Language/Preprocessor/Unlit.hs:49:17: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: y
|
49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
| ^
src/Language/Preprocessor/Unlit.hs:49:32: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: x
|
49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
| ^
src/Language/Preprocessor/Unlit.hs:49:48: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: xs
|
49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
| ^^
src/Language/Preprocessor/Unlit.hs:50:10: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: file
|
50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
| ^^^^
src/Language/Preprocessor/Unlit.hs:50:15: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: n
|
50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
| ^
src/Language/Preprocessor/Unlit.hs:52:10: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: file
|
52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
| ^^^^
src/Language/Preprocessor/Unlit.hs:52:15: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: n
|
52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
| ^
src/Language/Preprocessor/Unlit.hs:54:34: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: next
|
54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs
| ^^^^
src/Language/Preprocessor/Unlit.hs:55:10: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: file
|
55 | adjacent file n _ [] = []
| ^^^^
src/Language/Preprocessor/Unlit.hs:55:15: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: n
|
55 | adjacent file n _ [] = []
| ^
src/Language/Preprocessor/Unlit.hs:69:22: warning: [GHC-63397] [-Wname-shadowing]
This binding for s shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:66:9
|
69 | lines' ('\^M':'\n':s) acc = acc [] : lines' s id -- DOS
| ^
src/Language/Preprocessor/Unlit.hs:70:17: warning: [GHC-63397] [-Wname-shadowing]
This binding for s shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:66:9
|
70 | lines' ('\^M':s) acc = acc [] : lines' s id -- MacOS
| ^
src/Language/Preprocessor/Unlit.hs:71:16: warning: [GHC-63397] [-Wname-shadowing]
This binding for s shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:66:9
|
71 | lines' ('\n':s) acc = acc [] : lines' s id -- Unix
| ^
src/Language/Preprocessor/Unlit.hs:72:13: warning: [GHC-63397] [-Wname-shadowing]
This binding for s shadows the existing binding
bound at src/Language/Preprocessor/Unlit.hs:66:9
|
72 | lines' (c:s) acc = lines' s (acc . (c:))
| ^
[18 of 18] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, nothing )
Haddock coverage:
Warning: 'capi' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
65% ( 13 / 20) in 'Language.Haskell.Exts.Extension'
Missing documentation for:
Language (src/Language/Haskell/Exts/Extension.hs:86)
knownLanguages (src/Language/Haskell/Exts/Extension.hs:106)
classifyLanguage (src/Language/Haskell/Exts/Extension.hs:109)
prettyLanguage (src/Language/Haskell/Exts/Extension.hs:115)
KnownExtension (src/Language/Haskell/Exts/Extension.hs:135)
ghcDefault (src/Language/Haskell/Exts/Extension.hs:647)
toExtensionList (src/Language/Haskell/Exts/Extension.hs:726)
Warning: 'SrcSpanInfo' is ambiguous. It is defined
* at src/Language/Haskell/Exts/SrcLoc.hs:98:20
* at src/Language/Haskell/Exts/SrcLoc.hs:98: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/Exts/SrcLoc.hs:98:1
Warning: 'SrcSpan' is ambiguous. It is defined
* at src/Language/Haskell/Exts/SrcLoc.hs:42:16
* at src/Language/Haskell/Exts/SrcLoc.hs:42: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/Exts/SrcLoc.hs:42:1
Warning: 'SrcInfoSpan' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
87% ( 21 / 24) in 'Language.Haskell.Exts.SrcLoc'
Missing documentation for:
showInt (src/Language/Haskell/Exts/SrcLoc.hs:22)
noLoc (src/Language/Haskell/Exts/SrcLoc.hs:39)
spanSize (src/Language/Haskell/Exts/SrcLoc.hs:87)
Warning: 'forall' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FieldDecl' is ambiguous. It is defined
* at src/Language/Haskell/Exts/Syntax.hs:544:20
* at src/Language/Haskell/Exts/Syntax.hs:544: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/Exts/Syntax.hs:544:1
65% ( 99 /152) in 'Language.Haskell.Exts.Syntax'
Missing documentation for:
PatternSynDirection (src/Language/Haskell/Exts/Syntax.hs:346)
ResultSig (src/Language/Haskell/Exts/Syntax.hs:389)
Unpackedness (src/Language/Haskell/Exts/Syntax.hs:605)
Role (src/Language/Haskell/Exts/Syntax.hs:373)
MaybePromotedName (src/Language/Haskell/Exts/Syntax.hs:655)
prelude_mod (src/Language/Haskell/Exts/Syntax.hs:1010)
main_mod (src/Language/Haskell/Exts/Syntax.hs:1011)
main_name (src/Language/Haskell/Exts/Syntax.hs:1014)
unit_con_name (src/Language/Haskell/Exts/Syntax.hs:1017)
tuple_con_name (src/Language/Haskell/Exts/Syntax.hs:1020)
list_con_name (src/Language/Haskell/Exts/Syntax.hs:1023)
list_cons_name (src/Language/Haskell/Exts/Syntax.hs:1026)
unboxed_singleton_con_name (src/Language/Haskell/Exts/Syntax.hs:1029)
unit_con (src/Language/Haskell/Exts/Syntax.hs:1032)
tuple_con (src/Language/Haskell/Exts/Syntax.hs:1035)
unboxed_singleton_con (src/Language/Haskell/Exts/Syntax.hs:1038)
as_name (src/Language/Haskell/Exts/Syntax.hs:1041)
qualified_name (src/Language/Haskell/Exts/Syntax.hs:1042)
hiding_name (src/Language/Haskell/Exts/Syntax.hs:1043)
minus_name (src/Language/Haskell/Exts/Syntax.hs:1044)
bang_name (src/Language/Haskell/Exts/Syntax.hs:1045)
dot_name (src/Language/Haskell/Exts/Syntax.hs:1046)
star_name (src/Language/Haskell/Exts/Syntax.hs:1047)
export_name (src/Language/Haskell/Exts/Syntax.hs:1056)
safe_name (src/Language/Haskell/Exts/Syntax.hs:1057)
unsafe_name (src/Language/Haskell/Exts/Syntax.hs:1058)
interruptible_name (src/Language/Haskell/Exts/Syntax.hs:1059)
threadsafe_name (src/Language/Haskell/Exts/Syntax.hs:1060)
stdcall_name (src/Language/Haskell/Exts/Syntax.hs:1061)
ccall_name (src/Language/Haskell/Exts/Syntax.hs:1062)
cplusplus_name (src/Language/Haskell/Exts/Syntax.hs:1063)
dotnet_name (src/Language/Haskell/Exts/Syntax.hs:1064)
jvm_name (src/Language/Haskell/Exts/Syntax.hs:1065)
js_name (src/Language/Haskell/Exts/Syntax.hs:1066)
javascript_name (src/Language/Haskell/Exts/Syntax.hs:1067)
capi_name (src/Language/Haskell/Exts/Syntax.hs:1068)
forall_name (src/Language/Haskell/Exts/Syntax.hs:1069)
family_name (src/Language/Haskell/Exts/Syntax.hs:1070)
role_name (src/Language/Haskell/Exts/Syntax.hs:1071)
hole_name (src/Language/Haskell/Exts/Syntax.hs:1050)
stock_name (src/Language/Haskell/Exts/Syntax.hs:1072)
anyclass_name (src/Language/Haskell/Exts/Syntax.hs:1073)
via_name (src/Language/Haskell/Exts/Syntax.hs:1074)
unit_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1077)
fun_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1078)
list_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1079)
tuple_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1083)
unboxed_singleton_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1080)
unit_tycon (src/Language/Haskell/Exts/Syntax.hs:1086)
fun_tycon (src/Language/Haskell/Exts/Syntax.hs:1087)
list_tycon (src/Language/Haskell/Exts/Syntax.hs:1088)
tuple_tycon (src/Language/Haskell/Exts/Syntax.hs:1092)
unboxed_singleton_tycon (src/Language/Haskell/Exts/Syntax.hs:1089)
Warning: 'PPHsMode' is ambiguous. It is defined
* at src/Language/Haskell/Exts/Pretty.hs:63:17
* at src/Language/Haskell/Exts/Pretty.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 src/Language/Haskell/Exts/Pretty.hs:63:1
94% ( 17 / 18) in 'Language.Haskell.Exts.Pretty'
Missing documentation for:
Indent (src/Language/Haskell/Exts/Pretty.hs:58)
75% ( 9 / 12) in 'Language.Haskell.Exts.Fixity'
Missing documentation for:
infix_ (src/Language/Haskell/Exts/Fixity.hs:188)
infixl_ (src/Language/Haskell/Exts/Fixity.hs:187)
infixr_ (src/Language/Haskell/Exts/Fixity.hs:186)
Warning: 'Module' is ambiguous. It is defined
* at src/Language/Haskell/Exts/Syntax.hs:187:7
* at src/Language/Haskell/Exts/Syntax.hs:186: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/Exts/Syntax.hs:186:1
Warning: 'SrcSpanInfo' is ambiguous. It is defined
* at src/Language/Haskell/Exts/SrcLoc.hs:98:20
* at src/Language/Haskell/Exts/SrcLoc.hs:98: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/Exts/SrcLoc.hs:98:1
Warning: 'Comment' is ambiguous. It is defined
* at src/Language/Haskell/Exts/Comments.hs:52:16
* at src/Language/Haskell/Exts/Comments.hs:52: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/Exts/Comments.hs:52:1
100% ( 4 / 4) in 'Language.Haskell.Exts.Comments'
Warning: 'ParseMode' is ambiguous. It is defined
* at src/Language/Haskell/Exts/ParseMonad.hs:147:18
* at src/Language/Haskell/Exts/ParseMonad.hs:147: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/Exts/ParseMonad.hs:147:1
Warning: 'Prelude' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
66% ( 4 / 6) in 'Language.Haskell.Exts.Lexer'
Missing documentation for:
Token (src/Language/Haskell/Exts/InternalLexer.hs:37)
showToken (src/Language/Haskell/Exts/InternalLexer.hs:1320)
Warning: 'SrcSpanInfo' is ambiguous. It is defined
* at src/Language/Haskell/Exts/SrcLoc.hs:98:20
* at src/Language/Haskell/Exts/SrcLoc.hs:98: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/Exts/SrcLoc.hs:98:1
Warning: 'ParseMode' is ambiguous. It is defined
* at src/Language/Haskell/Exts/ParseMonad.hs:147:18
* at src/Language/Haskell/Exts/ParseMonad.hs:147: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/Exts/ParseMonad.hs:147:1
93% ( 42 / 45) in 'Language.Haskell.Exts.Parser'
Missing documentation for:
unListOf (src/Language/Haskell/Exts/Parser.hs:250)
PragmasAndModuleHead (src/Language/Haskell/Exts/Parser.hs:192)
ModuleHeadAndImports (src/Language/Haskell/Exts/Parser.hs:212)
66% ( 2 / 3) in 'Language.Haskell.Exts.ExactPrint'
Missing documentation for:
ExactP (src/Language/Haskell/Exts/ExactPrint.hs:224)
100% ( 49 / 49) in 'Language.Haskell.Exts.Build'
88% ( 23 / 26) in 'Language.Haskell.Exts'
Missing documentation for:
Token (src/Language/Haskell/Exts/InternalLexer.hs:37)
parseFileWithComments (src/Language/Haskell/Exts.hs:75)
parseFileContentsWithComments (src/Language/Haskell/Exts.hs:116)
Warning: Language.Haskell.Exts.SrcLoc: could not find link destinations for:
- Language.Haskell.Exts.SrcLoc.Rep_SrcSpanInfo
- Language.Haskell.Exts.SrcLoc.Rep_Loc
- Language.Haskell.Exts.SrcLoc.Rep_SrcSpan
- Language.Haskell.Exts.SrcLoc.Rep_SrcLoc
- Language.Haskell.Exts.Pretty.pretty
- Language.Haskell.Exts.Pretty.prettyPrec
- Language.Haskell.Exts.Pretty.Doc
- Language.Haskell.Exts.ParseMonad.P
- Language.Haskell.Exts.ParseMonad.parser
Warning: Language.Haskell.Exts.Syntax: could not find link destinations for:
- Language.Haskell.Exts.Syntax.Rep_Module
- Language.Haskell.Exts.Syntax.Rep_ModulePragma
- Language.Haskell.Exts.Syntax.Rep_Alt
- Language.Haskell.Exts.Syntax.Rep_Pat
- Language.Haskell.Exts.Syntax.Rep_PatField
- Language.Haskell.Exts.Syntax.Rep_RPat
- Language.Haskell.Exts.Syntax.Rep_Stmt
- Language.Haskell.Exts.Syntax.Rep_Exp
- Language.Haskell.Exts.Syntax.Rep_FieldUpdate
- Language.Haskell.Exts.Syntax.Rep_QualStmt
- Language.Haskell.Exts.Syntax.Rep_Splice
- Language.Haskell.Exts.Syntax.Rep_Bracket
- Language.Haskell.Exts.Syntax.Rep_Type
- Language.Haskell.Exts.Syntax.Rep_Context
- Language.Haskell.Exts.Syntax.Rep_Asst
- Language.Haskell.Exts.Syntax.Rep_TyVarBind
- Language.Haskell.Exts.Syntax.Rep_Promoted
- Language.Haskell.Exts.Syntax.Rep_Decl
- Language.Haskell.Exts.Syntax.Rep_Rule
- Language.Haskell.Exts.Syntax.Rep_RuleVar
- Language.Haskell.Exts.Syntax.Rep_Rhs
- Language.Haskell.Exts.Syntax.Rep_GuardedRhs
- Language.Haskell.Exts.Syntax.Rep_InstDecl
- Language.Haskell.Exts.Syntax.Rep_GadtDecl
- Language.Haskell.Exts.Syntax.Rep_FieldDecl
- Language.Haskell.Exts.Syntax.Rep_QualConDecl
- Language.Haskell.Exts.Syntax.Rep_ConDecl
- Language.Haskell.Exts.Syntax.Rep_Deriving
- Language.Haskell.Exts.Syntax.Rep_DerivStrategy
- Language.Haskell.Exts.Syntax.Rep_InstRule
- Language.Haskell.Exts.Syntax.Rep_InstHead
- Language.Haskell.Exts.Syntax.Rep_ClassDecl
- Language.Haskell.Exts.Syntax.Rep_DeclHead
- Language.Haskell.Exts.Syntax.Rep_ResultSig
- Language.Haskell.Exts.Syntax.Rep_TypeEqn
- Language.Haskell.Exts.Syntax.Rep_Match
- Language.Haskell.Exts.Syntax.Rep_Binds
- Language.Haskell.Exts.Syntax.Rep_IPBind
- Language.Haskell.Exts.Syntax.Rep_Annotation
- Language.Haskell.Exts.Syntax.Rep_PatternSynDirection
- Language.Haskell.Exts.Syntax.Rep_XAttr
- Language.Haskell.Exts.Syntax.Rep_PXAttr
- Language.Haskell.Exts.Syntax.Rep_RPatOp
- Language.Haskell.Exts.Syntax.Rep_ModuleHead
- Language.Haskell.Exts.Syntax.Rep_WarningText
- Language.Haskell.Exts.Syntax.Rep_Activation
- Language.Haskell.Exts.Syntax.Rep_Overlap
- Language.Haskell.Exts.Syntax.Rep_Tool
- Language.Haskell.Exts.Syntax.Rep_CallConv
- Language.Haskell.Exts.Syntax.Rep_Safety
- Language.Haskell.Exts.Syntax.Rep_XName
- Language.Haskell.Exts.Syntax.Rep_Sign
- Language.Haskell.Exts.Syntax.Rep_Literal
- Language.Haskell.Exts.Syntax.Rep_FunDep
- Language.Haskell.Exts.Syntax.Rep_QOp
- Language.Haskell.Exts.Syntax.Rep_ExportSpecList
- Language.Haskell.Exts.Syntax.Rep_ExportSpec
- Language.Haskell.Exts.Syntax.Rep_MaybePromotedName
- Language.Haskell.Exts.Syntax.Rep_QName
- Language.Haskell.Exts.Syntax.Rep_SpecialCon
- Language.Haskell.Exts.Syntax.Rep_Boxed
- Language.Haskell.Exts.Syntax.Rep_Unpackedness
- Language.Haskell.Exts.Syntax.Rep_BangType
- Language.Haskell.Exts.Syntax.Rep_InjectivityInfo
- Language.Haskell.Exts.Syntax.Rep_DataOrNew
- Language.Haskell.Exts.Syntax.Rep_Role
- Language.Haskell.Exts.Syntax.Rep_BooleanFormula
- Language.Haskell.Exts.Syntax.Rep_Assoc
- Language.Haskell.Exts.Syntax.Rep_ImportDecl
- Language.Haskell.Exts.Syntax.Rep_ImportSpecList
- Language.Haskell.Exts.Syntax.Rep_ImportSpec
- Language.Haskell.Exts.Syntax.Rep_Namespace
- Language.Haskell.Exts.Syntax.Rep_EWildcard
- Language.Haskell.Exts.Syntax.Rep_CName
- Language.Haskell.Exts.Syntax.Rep_Op
- Language.Haskell.Exts.Syntax.Rep_IPName
- Language.Haskell.Exts.Syntax.Rep_Name
- Language.Haskell.Exts.Syntax.Rep_ModuleName
- Language.Haskell.Exts.Pretty.pretty
- Language.Haskell.Exts.Pretty.prettyPrec
- Language.Haskell.Exts.Pretty.Doc
- Language.Haskell.Exts.ParseMonad.P
- Language.Haskell.Exts.ParseMonad.parser
- Language.Haskell.Exts.ExactPrint.exactP
- Language.Haskell.Exts.ExactPrint.EP
Warning: Language.Haskell.Exts.Pretty: could not find link destinations for:
- Text.PrettyPrint.Annotated.HughesPJ.Rep_Mode
- Text.PrettyPrint.Annotated.HughesPJ.Rep_Style
- Language.Haskell.Exts.Pretty.pretty
- Language.Haskell.Exts.Pretty.prettyPrec
- Language.Haskell.Exts.Pretty.Doc
Warning: Language.Haskell.Exts.Lexer: could not find link destinations for:
- Language.Haskell.Exts.SrcLoc.Rep_Loc
Warning: Language.Haskell.Exts.Parser: could not find link destinations for:
- Language.Haskell.Exts.ParseMonad.P
- Language.Haskell.Exts.ParseMonad.parser
Warning: Language.Haskell.Exts.ExactPrint: could not find link destinations for:
- Language.Haskell.Exts.ExactPrint.exactP
- Language.Haskell.Exts.ExactPrint.EP
Documentation created: dist/doc/html/haskell-src-exts/,
dist/doc/html/haskell-src-exts/haskell-src-exts.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-src-exts-1.23.1-4pkVjL1mKM6HSKkRkBqh6w
Completed haskell-src-exts-1.23.1
Configuring integer-logarithms-1.0.4...
Preprocessing library for integer-logarithms-1.0.4..
Building library for integer-logarithms-1.0.4..
[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.4..
Running Haddock on library for integer-logarithms-1.0.4..
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.4-KzAgsevoV5Y6IrFUclFTyp
Completed integer-logarithms-1.0.4
Configuring loch-th-0.2.2...
Preprocessing library for loch-th-0.2.2..
Building library for loch-th-0.2.2..
[1 of 1] Compiling Debug.Trace.LocationTH ( Debug/Trace/LocationTH.hs, dist/build/Debug/Trace/LocationTH.o, dist/build/Debug/Trace/LocationTH.dyn_o )
Preprocessing library for loch-th-0.2.2..
Running Haddock on library for loch-th-0.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Debug.Trace.LocationTH ( Debug/Trace/LocationTH.hs, nothing )
Haddock coverage:
Warning: 'AssertionFailed' is ambiguous. It is defined
* in GHC.IO.Exception
* in GHC.IO.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.IO.Exception
100% ( 9 / 9) in 'Debug.Trace.LocationTH'
Documentation created: dist/doc/html/loch-th/,
dist/doc/html/loch-th/loch-th.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/loch-th-0.2.2-F4GidXZAH9R8hsmDyQqpX
Completed loch-th-0.2.2
Configuring os-string-2.0.7...
Preprocessing library for os-string-2.0.7..
Building library for os-string-2.0.7..
[ 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:23:42: warning: [GHC-38856] [-Wunused-imports]
The import of try from module Control.Exception is redundant
|
23 | 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 )
[ 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.7..
Running Haddock on library for os-string-2.0.7..
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:23:42: warning: [GHC-38856] [-Wunused-imports]
The import of try from module Control.Exception is redundant
|
23 | 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 )
[ 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:60)
isSpace (System/OsString/Data/ByteString/Short/Internal.hs:63)
create (System/OsString/Data/ByteString/Short/Internal.hs:70)
asBA (System/OsString/Data/ByteString/Short/Internal.hs:80)
BA (System/OsString/Data/ByteString/Short/Internal.hs:84)
MBA (System/OsString/Data/ByteString/Short/Internal.hs:85)
newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:89)
newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:94)
copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:99)
unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:104)
copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:109)
moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:244)
moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:248)
packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:251)
packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:254)
unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:265)
packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:274)
packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:277)
indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:299)
word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:320)
word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:322)
setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:325)
copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:330)
createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:356)
createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:372)
findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:397)
assertEven (System/OsString/Data/ByteString/Short/Internal.hs:422)
errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:430)
moduleError (System/OsString/Data/ByteString/Short/Internal.hs:434)
compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:444)
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:663)
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:42)
mkUcs2le (System/OsString/Encoding/Internal.hs:45)
ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:231)
cWcharsToChars (System/OsString/Encoding/Internal.hs:238)
charsToCWchars (System/OsString/Encoding/Internal.hs:248)
withWindowsString (System/OsString/Encoding/Internal.hs:264)
peekWindowsString (System/OsString/Encoding/Internal.hs:267)
withPosixString (System/OsString/Encoding/Internal.hs:272)
withPosixString' (System/OsString/Encoding/Internal.hs:275)
peekPosixString (System/OsString/Encoding/Internal.hs:278)
peekPosixString' (System/OsString/Encoding/Internal.hs:281)
EncodingException (System/OsString/Encoding/Internal.hs:340)
showEncodingException (System/OsString/Encoding/Internal.hs:348)
wNUL (System/OsString/Encoding/Internal.hs:367)
44% ( 11 / 25) in 'System.OsString.Encoding'
Missing documentation for:
Module header
EncodingException (System/OsString/Encoding/Internal.hs:340)
showEncodingException (System/OsString/Encoding/Internal.hs:348)
ucs2le (System/OsString/Encoding/Internal.hs:42)
mkUcs2le (System/OsString/Encoding/Internal.hs:45)
ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
Warning: 'WindowsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:60:25
* at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:60:1
Warning: 'PosixString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:87:23
* at System/OsString/Internal/Types.hs:87: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:87: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:210:18
* at System/OsString/Internal/Types.hs:210: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:210:1
Warning: 'OsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:161:20
* at System/OsString/Internal/Types.hs:161: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:161: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:70)
unPS (System/OsString/Internal/Types.hs:96)
PlatformString (System/OsString/Internal/Types.hs:114)
WindowsChar (System/OsString/Internal/Types.hs:117)
unWW (System/OsString/Internal/Types.hs:131)
PosixChar (System/OsString/Internal/Types.hs:123)
unPW (System/OsString/Internal/Types.hs:139)
PlatformChar (System/OsString/Internal/Types.hs:148)
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:87:23
* at System/OsString/Internal/Types.hs:87: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:87:1
Warning: 'OsString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 93 / 98) in 'System.OsString.Posix'
Missing documentation for:
Module header
PosixChar (System/OsString/Internal/Types.hs:123)
singleton (System/OsString/Common.hs:495)
empty (System/OsString/Common.hs:498)
concat (System/OsString/Common.hs:706)
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:161:20
* at System/OsString/Internal/Types.hs:161: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:161:1
Warning: 'OsChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:210:18
* at System/OsString/Internal/Types.hs:210: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:210:1
Warning: 'head' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:281: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:281:1
Warning: 'tail' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:265: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:265:1
Warning: 'init' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:290: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:290:1
Warning: 'last' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:256: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:256:1
Warning: 'map' is ambiguous. It is defined
* in GHC.Base
* at System/OsString/Internal.hs:316: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:316:1
Warning: 'reverse' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:322: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:322:1
Warning: 'foldl' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:338: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:338:1
Warning: 'foldl1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:352: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:352:1
Warning: 'foldr' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:368: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:368:1
Warning: 'foldr1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.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 System/OsString/Internal.hs:382:1
Warning: 'all' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:396: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:396:1
Warning: 'any' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:403: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:403:1
Warning: 'replicate' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:418: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:418:1
Warning: 'take' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:460: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:460:1
Warning: 'length' is ambiguous. It is defined
* in Data.Foldable
* 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: 'drop' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:497: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:497:1
Warning: 'takeWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:491: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:491:1
Warning: 'dropWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:519: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:519:1
Warning: 'break' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:548: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:548:1
Warning: 'span' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:558: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:558:1
Warning: 'splitAt' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:583: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:583:1
Warning: 'elem' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:686: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:686:1
Warning: 'filter' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:704: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:704:1
94% ( 74 / 78) in 'System.OsString.Internal'
Missing documentation for:
Module header
empty (System/OsString/Internal.hs:221)
singleton (System/OsString/Internal.hs:224)
concat (System/OsString/Internal.hs:409)
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:221)
singleton (System/OsString/Internal.hs:224)
concat (System/OsString/Internal.hs:409)
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:60:25
* at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:60:1
Warning: 'OsString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 93 / 98) in 'System.OsString.Windows'
Missing documentation for:
Module header
WindowsChar (System/OsString/Internal/Types.hs:117)
singleton (System/OsString/Common.hs:495)
empty (System/OsString/Common.hs:498)
concat (System/OsString/Common.hs:706)
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.7-5BBZgm2IGGO8ifbVrttmLE
Completed os-string-2.0.7
Configuring parallel-3.2.2.0...
Preprocessing library for parallel-3.2.2.0..
Building library for parallel-3.2.2.0..
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o, dist/build/Control/Parallel.dyn_o )
[2 of 3] Compiling Control.Seq ( Control/Seq.hs, dist/build/Control/Seq.o, dist/build/Control/Seq.dyn_o )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o, dist/build/Control/Parallel/Strategies.dyn_o )
Preprocessing library for parallel-3.2.2.0..
Running Haddock on library for parallel-3.2.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, nothing )
[2 of 3] Compiling Control.Seq ( Control/Seq.hs, nothing )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Control.Parallel'
72% ( 21 / 29) in 'Control.Seq'
Missing documentation for:
seqTuple2 (Control/Seq.hs:175)
seqTuple3 (Control/Seq.hs:179)
seqTuple4 (Control/Seq.hs:183)
seqTuple5 (Control/Seq.hs:187)
seqTuple6 (Control/Seq.hs:191)
seqTuple7 (Control/Seq.hs:195)
seqTuple8 (Control/Seq.hs:199)
seqTuple9 (Control/Seq.hs:203)
Warning: 'Eval' is ambiguous. It is defined
* at Control/Parallel/Strategies.hs:210:18
* at Control/Parallel/Strategies.hs:210: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/Parallel/Strategies.hs:210: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: 'evaListSplitAt' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seqTuple2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seqListN' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seqFoldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
81% ( 72 / 88) in 'Control.Parallel.Strategies'
Missing documentation for:
evalTuple2 (Control/Parallel/Strategies.hs:682)
evalTuple3 (Control/Parallel/Strategies.hs:686)
evalTuple4 (Control/Parallel/Strategies.hs:690)
evalTuple5 (Control/Parallel/Strategies.hs:694)
evalTuple6 (Control/Parallel/Strategies.hs:698)
evalTuple7 (Control/Parallel/Strategies.hs:702)
evalTuple8 (Control/Parallel/Strategies.hs:706)
evalTuple9 (Control/Parallel/Strategies.hs:710)
parTuple2 (Control/Parallel/Strategies.hs:714)
parTuple3 (Control/Parallel/Strategies.hs:718)
parTuple4 (Control/Parallel/Strategies.hs:722)
parTuple5 (Control/Parallel/Strategies.hs:726)
parTuple6 (Control/Parallel/Strategies.hs:730)
parTuple7 (Control/Parallel/Strategies.hs:734)
parTuple8 (Control/Parallel/Strategies.hs:738)
parTuple9 (Control/Parallel/Strategies.hs:742)
Documentation created: dist/doc/html/parallel/,
dist/doc/html/parallel/parallel.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parallel-3.2.2.0-GSDQJ5uadil9MH4j2cuSxT
Completed parallel-3.2.2.0
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 safe-0.3.21...
Preprocessing library for safe-0.3.21..
Building library for safe-0.3.21..
[1 of 5] Compiling Safe.Partial ( Safe/Partial.hs, dist/build/Safe/Partial.o, dist/build/Safe/Partial.dyn_o )
[2 of 5] Compiling Safe.Util ( Safe/Util.hs, dist/build/Safe/Util.o, dist/build/Safe/Util.dyn_o )
[3 of 5] Compiling Safe.Foldable ( Safe/Foldable.hs, dist/build/Safe/Foldable.o, dist/build/Safe/Foldable.dyn_o )
[4 of 5] Compiling Safe.Exact ( Safe/Exact.hs, dist/build/Safe/Exact.o, dist/build/Safe/Exact.dyn_o )
[5 of 5] Compiling Safe ( Safe.hs, dist/build/Safe.o, dist/build/Safe.dyn_o )
Preprocessing library for safe-0.3.21..
Running Haddock on library for safe-0.3.21..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Safe.Partial ( Safe/Partial.hs, nothing )
[2 of 5] Compiling Safe.Util ( Safe/Util.hs, nothing )
[3 of 5] Compiling Safe.Foldable ( Safe/Foldable.hs, nothing )
[4 of 5] Compiling Safe.Exact ( Safe/Exact.hs, nothing )
[5 of 5] Compiling Safe ( Safe.hs, nothing )
Haddock coverage:
100% ( 2 / 2) in 'Safe.Partial'
51% ( 18 / 35) in 'Safe.Foldable'
Missing documentation for:
foldl1May (Safe/Foldable.hs:45)
foldl1Note (Safe/Foldable.hs:49)
foldr1May (Safe/Foldable.hs:46)
foldr1Note (Safe/Foldable.hs:50)
findJustDef (Safe/Foldable.hs:104)
findJustNote (Safe/Foldable.hs:107)
minimumMay (Safe/Foldable.hs:53)
minimumNote (Safe/Foldable.hs:57)
maximumMay (Safe/Foldable.hs:54)
maximumNote (Safe/Foldable.hs:58)
minimumByMay (Safe/Foldable.hs:61)
minimumByNote (Safe/Foldable.hs:65)
maximumByMay (Safe/Foldable.hs:62)
maximumByNote (Safe/Foldable.hs:66)
foldl1Safe (Safe/Foldable.hs:134)
foldr1Safe (Safe/Foldable.hs:138)
findJustSafe (Safe/Foldable.hs:142)
32% ( 10 / 31) in 'Safe.Exact'
Missing documentation for:
takeExactMay (Safe/Exact.hs:113)
takeExactNote (Safe/Exact.hs:110)
takeExactDef (Safe/Exact.hs:116)
dropExactMay (Safe/Exact.hs:122)
dropExactNote (Safe/Exact.hs:119)
dropExactDef (Safe/Exact.hs:125)
splitAtExactMay (Safe/Exact.hs:132)
splitAtExactNote (Safe/Exact.hs:128)
splitAtExactDef (Safe/Exact.hs:136)
zipExactMay (Safe/Exact.hs:160)
zipExactNote (Safe/Exact.hs:157)
zipExactDef (Safe/Exact.hs:163)
zipWithExactMay (Safe/Exact.hs:169)
zipWithExactNote (Safe/Exact.hs:166)
zipWithExactDef (Safe/Exact.hs:172)
zip3ExactMay (Safe/Exact.hs:194)
zip3ExactNote (Safe/Exact.hs:191)
zip3ExactDef (Safe/Exact.hs:197)
zipWith3ExactMay (Safe/Exact.hs:203)
zipWith3ExactNote (Safe/Exact.hs:200)
zipWith3ExactDef (Safe/Exact.hs:206)
Warning: 'Prelude' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readEither' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'base' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
31% ( 30 / 96) in 'Safe'
Missing documentation for:
initMay (Safe.hs:147)
initDef (Safe.hs:150)
initNote (Safe.hs:153)
initSafe (Safe.hs:156)
headMay (Safe.hs:161)
headDef (Safe.hs:165)
headNote (Safe.hs:169)
lastMay (Safe.hs:162)
lastDef (Safe.hs:166)
lastNote (Safe.hs:170)
minimumMay (Safe.hs:173)
minimumNote (Safe.hs:177)
maximumMay (Safe.hs:174)
maximumNote (Safe.hs:178)
minimumByMay (Safe.hs:181)
minimumByNote (Safe.hs:185)
maximumByMay (Safe.hs:182)
maximumByNote (Safe.hs:186)
foldr1May (Safe.hs:219)
foldr1Def (Safe.hs:415)
foldr1Note (Safe.hs:224)
foldl1May (Safe.hs:220)
foldl1Def (Safe.hs:416)
foldl1Note (Safe.hs:225)
foldl1May' (Safe.hs:221)
foldl1Def' (Safe.hs:417)
foldl1Note' (Safe.hs:226)
scanl1May (Safe.hs:230)
scanl1Def (Safe.hs:234)
scanl1Note (Safe.hs:238)
scanr1May (Safe.hs:229)
scanr1Def (Safe.hs:233)
scanr1Note (Safe.hs:237)
cycleMay (Safe.hs:241)
cycleDef (Safe.hs:244)
cycleNote (Safe.hs:247)
fromJustNote (Safe.hs:255)
assertNote (Safe.hs:258)
atMay (Safe.hs:267)
atDef (Safe.hs:270)
atNote (Safe.hs:273)
readMay (Safe.hs:287)
readDef (Safe.hs:290)
lookupJustDef (Safe.hs:302)
lookupJustNote (Safe.hs:305)
findJustDef (Safe.hs:313)
findJustNote (Safe.hs:316)
elemIndexJustDef (Safe.hs:324)
elemIndexJustNote (Safe.hs:327)
findIndexJustDef (Safe.hs:335)
findIndexJustNote (Safe.hs:338)
toEnumMay (Safe.hs:343)
toEnumDef (Safe.hs:352)
toEnumNote (Safe.hs:355)
toEnumSafe (Safe.hs:358)
succMay (Safe.hs:361)
succDef (Safe.hs:364)
succNote (Safe.hs:367)
succSafe (Safe.hs:370)
predMay (Safe.hs:373)
predDef (Safe.hs:376)
predNote (Safe.hs:379)
predSafe (Safe.hs:382)
indexMay (Safe.hs:385)
indexDef (Safe.hs:388)
indexNote (Safe.hs:391)
Documentation created: dist/doc/html/safe/, dist/doc/html/safe/safe.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/safe-0.3.21-BhnmY6UVgcnJ6oaAWHpjGA
Completed safe-0.3.21
Configuring splitmix-0.1.3.1...
Preprocessing library for splitmix-0.1.3.1..
Building library for splitmix-0.1.3.1..
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o )
Preprocessing library for splitmix-0.1.3.1..
Running Haddock on library for splitmix-0.1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing )
Haddock coverage:
Warning: 'SMGen' is ambiguous. It is defined
* at src/System/Random/SplitMix.hs:77:14
* at src/System/Random/SplitMix.hs:77:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1
100% ( 22 / 22) in 'System.Random.SplitMix'
Warning: 'SMGen' is ambiguous. It is defined
* at src/System/Random/SplitMix32.hs:61:14
* at src/System/Random/SplitMix32.hs:61:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/SplitMix32.hs:61:1
100% ( 22 / 22) in 'System.Random.SplitMix32'
Documentation created: dist/doc/html/splitmix/,
dist/doc/html/splitmix/splitmix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.3.1-FLXrwOMCBr82OHyMQoNXPe
Completed splitmix-0.1.3.1
Configuring syb-0.7.2.4...
Preprocessing library for syb-0.7.2.4..
Building library for syb-0.7.2.4..
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o, dist/build/Data/Generics/Aliases.dyn_o )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o, dist/build/Data/Generics/Basics.dyn_o )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o, dist/build/Data/Generics/Builders.dyn_o )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o, dist/build/Data/Generics/Instances.dyn_o )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o, dist/build/Data/Generics/Schemes.dyn_o )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o, dist/build/Data/Generics/Text.dyn_o )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o, dist/build/Data/Generics/Twins.dyn_o )
src/Data/Generics/Twins.hs:224:17: 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."
|
224 | perkid a d = (tail a, unGT (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:224:31: 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."
|
224 | perkid a d = (tail a, unGT (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:237:17: 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."
|
237 | perkid a d = (tail a, unGM (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:237:31: 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."
|
237 | perkid a d = (tail a, unGM (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:249:17: 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."
|
249 | perkid a d = (tail a, unGQ (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:249:31: 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."
|
249 | perkid a d = (tail a, unGQ (head a) d)
| ^^^^
[ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o, dist/build/Data/Generics.dyn_o )
[ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o, dist/build/Generics/SYB.dyn_o )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o, dist/build/Generics/SYB/Aliases.dyn_o )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o, dist/build/Generics/SYB/Basics.dyn_o )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o, dist/build/Generics/SYB/Builders.dyn_o )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o, dist/build/Generics/SYB/Instances.dyn_o )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o, dist/build/Generics/SYB/Schemes.dyn_o )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o, dist/build/Generics/SYB/Text.dyn_o )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o, dist/build/Generics/SYB/Twins.dyn_o )
Preprocessing library for syb-0.7.2.4..
Running Haddock on library for syb-0.7.2.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, nothing )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, nothing )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, nothing )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, nothing )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, nothing )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, nothing )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, nothing )
src/Data/Generics/Twins.hs:224:17: 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."
|
224 | perkid a d = (tail a, unGT (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:224:31: 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."
|
224 | perkid a d = (tail a, unGT (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:237:17: 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."
|
237 | perkid a d = (tail a, unGM (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:237:31: 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."
|
237 | perkid a d = (tail a, unGM (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:249:17: 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."
|
249 | perkid a d = (tail a, unGQ (head a) d)
| ^^^^
src/Data/Generics/Twins.hs:249:31: 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."
|
249 | perkid a d = (tail a, unGQ (head a) d)
| ^^^^
[ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, nothing )
[ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, nothing )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, nothing )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, nothing )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, nothing )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, nothing )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, nothing )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, nothing )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, nothing )
Haddock coverage:
Warning: 'Generic'' is ambiguous. It is defined
* at src/Data/Generics/Aliases.hs:510:19
* at src/Data/Generics/Aliases.hs:510:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Generics/Aliases.hs:510:1
100% ( 60 / 60) in 'Data.Generics.Aliases'
100% ( 2 / 2) in 'Data.Generics.Basics'
100% ( 3 / 3) in 'Data.Generics.Builders'
100% ( 1 / 1) in 'Data.Generics.Instances'
100% ( 19 / 19) in 'Data.Generics.Schemes'
100% ( 6 / 6) in 'Data.Generics.Text'
100% ( 17 / 17) in 'Data.Generics.Twins'
100% ( 8 / 8) in 'Data.Generics'
100% ( 2 / 2) in 'Generics.SYB'
100% ( 2 / 2) in 'Generics.SYB.Aliases'
100% ( 2 / 2) in 'Generics.SYB.Basics'
100% ( 2 / 2) in 'Generics.SYB.Builders'
100% ( 1 / 1) in 'Generics.SYB.Instances'
100% ( 2 / 2) in 'Generics.SYB.Schemes'
100% ( 2 / 2) in 'Generics.SYB.Text'
100% ( 2 / 2) in 'Generics.SYB.Twins'
Documentation created: dist/doc/html/syb/, dist/doc/html/syb/syb.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/syb-0.7.2.4-JKskBWXskz039r4NsqQZXJ
Completed syb-0.7.2.4
Configuring tagged-0.8.9...
Preprocessing library for tagged-0.8.9..
Building library for tagged-0.8.9..
[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.9..
Running Haddock on library for tagged-0.8.9..
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:82:22
* at src/Data/Tagged.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/Data/Tagged.hs:82: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:386)
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.9-6aZuwRISGvIHng66Gvw0LY
Completed tagged-0.8.9
Configuring th-abstraction-0.7.1.0...
Preprocessing library for th-abstraction-0.7.1.0..
Building library for th-abstraction-0.7.1.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.1.0..
Running Haddock on library for th-abstraction-0.7.1.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.1.0-5OEkekdo9oT3l4cxHWMApr
Completed th-abstraction-0.7.1.0
Configuring th-compat-0.1.6...
Preprocessing library for th-compat-0.1.6..
Building library for th-compat-0.1.6..
[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.6..
Running Haddock on library for th-compat-0.1.6..
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.6-3eCsLS8Ko2yHD4T0lSGAtv
Completed th-compat-0.1.6
Configuring transformers-compat-0.7.2...
Preprocessing library for transformers-compat-0.7.2..
Building library for transformers-compat-0.7.2..
[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.7.2..
Running Haddock on library for transformers-compat-0.7.2..
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:146:19
* at generics/Data/Functor/Classes/Generic/Internal.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 generics/Data/Functor/Classes/Generic/Internal.hs:146:1
Warning: 'FunctorClassesDefault' is ambiguous. It is defined
* at generics/Data/Functor/Classes/Generic/Internal.hs:1231:3
* at generics/Data/Functor/Classes/Generic/Internal.hs:1230: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:1230:1
100% ( 48 / 48) 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.
Warning: 'eq1Default' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'compare1Default' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readsPrec1Default' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'showsPrec1Default' 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.7.2-Kjd0KzrkeU5ax708EytP3
Completed transformers-compat-0.7.2
Configuring tree-view-0.5.1...
Preprocessing library for tree-view-0.5.1..
Building library for tree-view-0.5.1..
[1 of 1] Compiling Data.Tree.View ( src/Data/Tree/View.hs, dist/build/Data/Tree/View.o, dist/build/Data/Tree/View.dyn_o )
Preprocessing library for tree-view-0.5.1..
Running Haddock on library for tree-view-0.5.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Tree.View ( src/Data/Tree/View.hs, nothing )
Haddock coverage:
71% ( 5 / 7) in 'Data.Tree.View'
Missing documentation for:
Module header
Behavior (src/Data/Tree/View.hs:65)
Documentation created: dist/doc/html/tree-view/,
dist/doc/html/tree-view/tree-view.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tree-view-0.5.1-H0M1p4wq3SYBtFF61vRKfE
Completed tree-view-0.5.1
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 void-0.7.3...
Preprocessing library for void-0.7.3..
Building library for void-0.7.3..
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o, dist/build/Data/Void/Unsafe.dyn_o )
Preprocessing library for void-0.7.3..
Running Haddock on library for void-0.7.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Data.Void.Unsafe'
Documentation created: dist/doc/html/void/, dist/doc/html/void/void.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/void-0.7.3-F687xIBHTdI3hx1dnappcQ
Completed void-0.7.3
Configuring cereal-text-0.1.0.2...
Preprocessing library for cereal-text-0.1.0.2..
Building library for cereal-text-0.1.0.2..
[1 of 1] Compiling Data.Serialize.Text ( Data/Serialize/Text.hs, dist/build/Data/Serialize/Text.o, dist/build/Data/Serialize/Text.dyn_o )
Preprocessing library for cereal-text-0.1.0.2..
Running Haddock on library for cereal-text-0.1.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Serialize.Text ( Data/Serialize/Text.hs, nothing )
Haddock coverage:
100% ( 1 / 1) in 'Data.Serialize.Text'
Documentation created: dist/doc/html/cereal-text/,
dist/doc/html/cereal-text/cereal-text.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cereal-text-0.1.0.2-BqyDKPl4Ysu3bETwv0VnhT
Completed cereal-text-0.1.0.2
Configuring ansi-terminal-types-1.1...
Preprocessing library for ansi-terminal-types-1.1..
Building library for ansi-terminal-types-1.1..
[1 of 1] 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 )
Preprocessing library for ansi-terminal-types-1.1..
Running Haddock on library for ansi-terminal-types-1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing )
Haddock coverage:
100% ( 13 / 13) in 'System.Console.ANSI.Types'
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-HAQdkxzoxfTLgP68NcEWOX
Completed ansi-terminal-types-1.1
Configuring hashable-1.5.0.0...
Preprocessing library for hashable-1.5.0.0..
Building library for hashable-1.5.0.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.0.0..
Running Haddock on library for hashable-1.5.0.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:860:17
* at src/Data/Hashable/Class.hs:860: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:860: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:252)
Hashable2 (src/Data/Hashable/Class.hs:267)
66% ( 6 / 9) in 'Data.Hashable.Generic'
Missing documentation for:
One (src/Data/Hashable/Class.hs:242)
Zero (src/Data/Hashable/Class.hs:241)
HashArgs (src/Data/Hashable/Class.hs:244)
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.0.0-CJcCLhsCpdHlEFddjHE51
Completed hashable-1.5.0.0
Configuring atomic-primops-0.8.8...
Preprocessing library for atomic-primops-0.8.8..
Building library for atomic-primops-0.8.8..
[1 of 3] Compiling Data.Atomics.Internal ( Data/Atomics/Internal.hs, dist/build/Data/Atomics/Internal.o, dist/build/Data/Atomics/Internal.dyn_o )
Data/Atomics/Internal.hs:52:20: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: data constructor Ticket
|
52 | newtype Ticket a = Ticket Any
| ^^^^^^^^^^
[2 of 3] Compiling Data.Atomics.Counter ( Data/Atomics/Counter.hs, dist/build/Data/Atomics/Counter.o, dist/build/Data/Atomics/Counter.dyn_o )
Data/Atomics/Counter.hs:114:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res# #) = casIntArray# mba# 0# old# new# s1#
|
114 | let (# s2#, res# #) = casIntArray# mba# 0# old# new# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics/Counter.hs:133:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = fetchAddIntArray# mba# 0# incr# s1#
|
133 | let (# s2#, res #) = fetchAddIntArray# mba# 0# incr# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics/Counter.hs:140:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, _ #) = fetchAddIntArray# mba# 0# incr# s1#
|
140 | let (# s2#, _ #) = fetchAddIntArray# mba# 0# incr# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.Atomics ( Data/Atomics.hs, dist/build/Data/Atomics.o, dist/build/Data/Atomics.dyn_o )
Data/Atomics.hs:58:26: warning: [GHC-61689] [-Wdodgy-imports]
Module GHC.IORef does not export atomicModifyIORef.
|
58 | import GHC.IORef hiding (atomicModifyIORef)
| ^^^^^^^^^^^^^^^^^
Data/Atomics.hs:154:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = casIntArray# mba# ix# old# new# s1#
|
154 | let (# s2#, res #) = casIntArray# mba# ix# old# new# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics.hs:169:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = fetchAddIntArray# mba# offset# incr# s1#
|
169 | let (# s2#, res #) = fetchAddIntArray# mba# offset# incr# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics.hs:222:11: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = atomicOp# mba# offset# val# s1#
|
222 | let (# s2#, res #) = atomicOp# mba# offset# val# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics.hs:234:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = fetchAddIntArray# mba# offset# incr# s1#
|
234 | let (# s2#, res #) = fetchAddIntArray# mba# offset# incr# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for atomic-primops-0.8.8..
Running Haddock on library for atomic-primops-0.8.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Atomics.Internal ( Data/Atomics/Internal.hs, nothing )
Data/Atomics/Internal.hs:52:20: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: data constructor Ticket
|
52 | newtype Ticket a = Ticket Any
| ^^^^^^^^^^
[2 of 3] Compiling Data.Atomics.Counter ( Data/Atomics/Counter.hs, nothing )
Data/Atomics/Counter.hs:114:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res# #) = casIntArray# mba# 0# old# new# s1#
|
114 | let (# s2#, res# #) = casIntArray# mba# 0# old# new# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics/Counter.hs:133:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = fetchAddIntArray# mba# 0# incr# s1#
|
133 | let (# s2#, res #) = fetchAddIntArray# mba# 0# incr# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics/Counter.hs:140:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, _ #) = fetchAddIntArray# mba# 0# incr# s1#
|
140 | let (# s2#, _ #) = fetchAddIntArray# mba# 0# incr# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.Atomics ( Data/Atomics.hs, nothing )
Data/Atomics.hs:58:26: warning: [GHC-61689] [-Wdodgy-imports]
Module GHC.IORef does not export atomicModifyIORef.
|
58 | import GHC.IORef hiding (atomicModifyIORef)
| ^^^^^^^^^^^^^^^^^
Data/Atomics.hs:154:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = casIntArray# mba# ix# old# new# s1#
|
154 | let (# s2#, res #) = casIntArray# mba# ix# old# new# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics.hs:169:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = fetchAddIntArray# mba# offset# incr# s1#
|
169 | let (# s2#, res #) = fetchAddIntArray# mba# offset# incr# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics.hs:222:11: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = atomicOp# mba# offset# val# s1#
|
222 | let (# s2#, res #) = atomicOp# mba# offset# val# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Atomics.hs:234:7: warning: [GHC-21030] [-Wunbanged-strict-patterns]
Pattern bindings containing unlifted types should use
an outermost bang pattern:
(# s2#, res #) = fetchAddIntArray# mba# offset# incr# s1#
|
234 | let (# s2#, res #) = fetchAddIntArray# mba# offset# incr# s1# in
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'Ticket' is ambiguous. It is defined
* at Data/Atomics/Internal.hs:52:20
* at Data/Atomics/Internal.hs:52: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/Atomics/Internal.hs:52:1
66% ( 6 / 9) in 'Data.Atomics.Internal'
Missing documentation for:
readForCAS# (Data/Atomics/Internal.hs:72)
casMutVarTicketed# (Data/Atomics/Internal.hs:83)
ptrEq (Data/Atomics/Internal.hs:61)
100% ( 17 / 17) in 'Data.Atomics.Counter'
Warning: 'Tickets' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'new' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'casArrayTicketed' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
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: '__sync_add_and_fetch' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
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: 'current' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'old' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 33 / 33) in 'Data.Atomics'
Documentation created: dist/doc/html/atomic-primops/,
dist/doc/html/atomic-primops/atomic-primops.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/atomic-primops-0.8.8-DGQ2XvqSemC2s1kusNf6Ov
Completed atomic-primops-0.8.8
Configuring random-1.3.1...
Preprocessing library for random-1.3.1..
Building library for random-1.3.1..
[1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, dist/build/System/Random/Array.o, dist/build/System/Random/Array.dyn_o )
[2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o )
[3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o )
[4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, dist/build/System/Random/Seed.o, dist/build/System/Random/Seed.dyn_o )
[5 of 6] Compiling System.Random ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o )
[6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o )
Preprocessing library for random-1.3.1..
Running Haddock on library for random-1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, nothing )
[2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, nothing )
[3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, nothing )
[4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, nothing )
[5 of 6] Compiling System.Random ( src/System/Random.hs, nothing )
[6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, nothing )
Haddock coverage:
Warning: 'ST' is ambiguous. It is defined
* in GHC.ST
* in GHC.ST
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.ST
Warning: 'StateGenM' is ambiguous. It is defined
* at src/System/Random/Internal.hs:606:20
* at src/System/Random/Internal.hs:606:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:606:1
Warning: 'StateGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:612:22
* at src/System/Random/Internal.hs:612:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:612:1
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:749:18
* at src/System/Random/Internal.hs:749:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'MutableByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'ST' is ambiguous. It is defined
* in GHC.ST
* in GHC.ST
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.ST
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Strict
* in Control.Monad.Trans.State.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.State.Strict
Warning: 'Seed' is ambiguous. It is defined
* at src/System/Random/Internal.hs:134:18
* at src/System/Random/Internal.hs:134:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:134:1
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:749:18
* at src/System/Random/Internal.hs:749:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'uniformByteStringM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ShortByteString' is ambiguous. It is defined
* in Data.ByteString.Short.Internal
* in Data.ByteString.Short.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.ByteString.Short.Internal
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:749:18
* at src/System/Random/Internal.hs:749:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:749:1
100% ( 71 / 71) in 'System.Random'
Warning: 'TGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:719:19
* at src/System/Random/Stateful.hs:719:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:719:1
Warning: 'STGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:618:22
* at src/System/Random/Stateful.hs:618:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:618:1
Warning: 'StateGenM' is ambiguous. It is defined
* at src/System/Random/Internal.hs:606:20
* at src/System/Random/Internal.hs:606:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:606:1
Warning: 'IOGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:542:20
* at src/System/Random/Stateful.hs:542:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:542:1
Warning: 'AtomicGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:428:24
* at src/System/Random/Stateful.hs:428:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:428:1
Warning: 'Seed' is ambiguous. It is defined
* at src/System/Random/Internal.hs:134:18
* at src/System/Random/Internal.hs:134:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:134:1
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:749:18
* at src/System/Random/Internal.hs:749:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'IOGen' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:547:19
* at src/System/Random/Stateful.hs:547:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:547:1
Warning: 'STGenM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STGen' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:623:19
* at src/System/Random/Stateful.hs:623:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:623:1
Warning: 'clearBit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'testBit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% (137 /137) in 'System.Random.Stateful'
Warning: System.Random: could not find link destinations for:
- System.Random.GFinite.cardinality
- System.Random.GFinite.toFinite
- System.Random.GFinite.fromFinite
- System.Random.GFinite.Cardinality
- System.Random.Seed.D:R:SeedSizeSMGen
- System.Random.Seed.D:R:SeedSizeSMGen0
- System.Random.Seed.D:R:SeedSizeStateGen
- System.Random.Seed.D:R:SeedSizeStdGen
- System.Random.Stateful.D:R:SeedSizeAtomicGen
- System.Random.Stateful.D:R:SeedSizeIOGen
- System.Random.Stateful.D:R:SeedSizeSTGen
- System.Random.Stateful.D:R:SeedSizeTGen
Warning: System.Random.Stateful: could not find link destinations for:
- System.Random.GFinite.GFinite
- System.Random.GFinite.cardinality
- System.Random.GFinite.toFinite
- System.Random.GFinite.fromFinite
- System.Random.GFinite.Cardinality
- System.Random.Internal.GUniformRange
- System.Random.Internal.GUniform
- System.Random.Internal.D:R:MutableGenStateGenm
- System.Random.Seed.D:R:SeedSizeSMGen
- System.Random.Seed.D:R:SeedSizeSMGen0
- System.Random.Seed.D:R:SeedSizeStateGen
- System.Random.Seed.D:R:SeedSizeStdGen
- System.Random.Stateful.D:R:MutableGenAtomicGenm
- System.Random.Stateful.D:R:SeedSizeAtomicGen
- System.Random.Stateful.D:R:MutableGenIOGenm
- System.Random.Stateful.D:R:SeedSizeIOGen
- System.Random.Stateful.D:R:MutableGenSTGenST
- System.Random.Stateful.D:R:SeedSizeSTGen
- System.Random.Stateful.D:R:MutableGenTGenSTM
- System.Random.Stateful.D:R:SeedSizeTGen
Documentation created: dist/doc/html/random/, dist/doc/html/random/random.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/random-1.3.1-3HmCudIQHVrG4RNMrw37d7
Completed random-1.3.1
Configuring th-lift-0.8.6...
Preprocessing library for th-lift-0.8.6..
Building library for th-lift-0.8.6..
[1 of 2] Compiling Language.Haskell.TH.Lift.Internal ( src/Language/Haskell/TH/Lift/Internal.hs, dist/build/Language/Haskell/TH/Lift/Internal.o, dist/build/Language/Haskell/TH/Lift/Internal.dyn_o )
[2 of 2] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, dist/build/Language/Haskell/TH/Lift.o, dist/build/Language/Haskell/TH/Lift.dyn_o )
Preprocessing library for th-lift-0.8.6..
Running Haddock on library for th-lift-0.8.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Language.Haskell.TH.Lift.Internal ( src/Language/Haskell/TH/Lift/Internal.hs, nothing )
[2 of 2] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, nothing )
Haddock coverage:
Warning: 'makeLift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 3 / 3) in 'Language.Haskell.TH.Lift.Internal'
62% ( 5 / 8) in 'Language.Haskell.TH.Lift'
Missing documentation for:
Module header
deriveLift (src/Language/Haskell/TH/Lift.hs:57)
deriveLiftMany' (src/Language/Haskell/TH/Lift.hs:75)
Documentation created: dist/doc/html/th-lift/,
dist/doc/html/th-lift/th-lift.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-lift-0.8.6-4HcLgzDLxGg12EUKIGyxSR
Completed th-lift-0.8.6
Configuring th-expand-syns-0.4.12.0...
Preprocessing library for th-expand-syns-0.4.12.0..
Building library for th-expand-syns-0.4.12.0..
[1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, dist/build/Language/Haskell/TH/ExpandSyns.o, dist/build/Language/Haskell/TH/ExpandSyns.dyn_o )
Preprocessing library for th-expand-syns-0.4.12.0..
Running Haddock on library for th-expand-syns-0.4.12.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, nothing )
Haddock coverage:
81% ( 9 / 11) in 'Language.Haskell.TH.ExpandSyns'
Missing documentation for:
Module header
SynonymExpansionSettings (Language/Haskell/TH/ExpandSyns.hs:31)
Documentation created: dist/doc/html/th-expand-syns/,
dist/doc/html/th-expand-syns/th-expand-syns.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-expand-syns-0.4.12.0-1HPojfMgxDQ9QxRCLjv5nl
Completed th-expand-syns-0.4.12.0
Configuring generic-deriving-1.14.6...
Preprocessing library for generic-deriving-1.14.6..
Building library for generic-deriving-1.14.6..
[ 1 of 21] Compiling Generics.Deriving.Instances ( src/Generics/Deriving/Instances.hs, dist/build/Generics/Deriving/Instances.o, dist/build/Generics/Deriving/Instances.dyn_o )
[ 2 of 21] Compiling Generics.Deriving.Base ( src/Generics/Deriving/Base.hs, dist/build/Generics/Deriving/Base.o, dist/build/Generics/Deriving/Base.dyn_o )
[ 3 of 21] Compiling Generics.Deriving.Functor ( src/Generics/Deriving/Functor.hs, dist/build/Generics/Deriving/Functor.o, dist/build/Generics/Deriving/Functor.dyn_o )
[ 4 of 21] Compiling Generics.Deriving.Foldable ( src/Generics/Deriving/Foldable.hs, dist/build/Generics/Deriving/Foldable.o, dist/build/Generics/Deriving/Foldable.dyn_o )
[ 5 of 21] Compiling Generics.Deriving.Eq ( src/Generics/Deriving/Eq.hs, dist/build/Generics/Deriving/Eq.o, dist/build/Generics/Deriving/Eq.dyn_o )
[ 6 of 21] Compiling Generics.Deriving.Enum ( src/Generics/Deriving/Enum.hs, dist/build/Generics/Deriving/Enum.o, dist/build/Generics/Deriving/Enum.dyn_o )
[ 7 of 21] Compiling Generics.Deriving.Copoint ( src/Generics/Deriving/Copoint.hs, dist/build/Generics/Deriving/Copoint.o, dist/build/Generics/Deriving/Copoint.dyn_o )
[ 8 of 21] Compiling Generics.Deriving.ConNames ( src/Generics/Deriving/ConNames.hs, dist/build/Generics/Deriving/ConNames.o, dist/build/Generics/Deriving/ConNames.dyn_o )
[ 9 of 21] Compiling Generics.Deriving.Semigroup.Internal ( src/Generics/Deriving/Semigroup/Internal.hs, dist/build/Generics/Deriving/Semigroup/Internal.o, dist/build/Generics/Deriving/Semigroup/Internal.dyn_o )
[10 of 21] Compiling Generics.Deriving.Monoid.Internal ( src/Generics/Deriving/Monoid/Internal.hs, dist/build/Generics/Deriving/Monoid/Internal.o, dist/build/Generics/Deriving/Monoid/Internal.dyn_o )
[11 of 21] Compiling Generics.Deriving.Semigroup ( src/Generics/Deriving/Semigroup.hs, dist/build/Generics/Deriving/Semigroup.o, dist/build/Generics/Deriving/Semigroup.dyn_o )
[12 of 21] Compiling Generics.Deriving.Monoid ( src/Generics/Deriving/Monoid.hs, dist/build/Generics/Deriving/Monoid.o, dist/build/Generics/Deriving/Monoid.dyn_o )
[13 of 21] Compiling Generics.Deriving.Show ( src/Generics/Deriving/Show.hs, dist/build/Generics/Deriving/Show.o, dist/build/Generics/Deriving/Show.dyn_o )
[14 of 21] Compiling Generics.Deriving.Traversable ( src/Generics/Deriving/Traversable.hs, dist/build/Generics/Deriving/Traversable.o, dist/build/Generics/Deriving/Traversable.dyn_o )
[15 of 21] Compiling Generics.Deriving.Uniplate ( src/Generics/Deriving/Uniplate.hs, dist/build/Generics/Deriving/Uniplate.o, dist/build/Generics/Deriving/Uniplate.dyn_o )
[16 of 21] Compiling Generics.Deriving.Default ( src/Generics/Deriving/Default.hs, dist/build/Generics/Deriving/Default.o, dist/build/Generics/Deriving/Default.dyn_o )
[17 of 21] Compiling Generics.Deriving ( src/Generics/Deriving.hs, dist/build/Generics/Deriving.o, dist/build/Generics/Deriving.dyn_o )
[18 of 21] Compiling Generics.Deriving.TH.Internal ( src/Generics/Deriving/TH/Internal.hs, dist/build/Generics/Deriving/TH/Internal.o, dist/build/Generics/Deriving/TH/Internal.dyn_o )
[19 of 21] Compiling Generics.Deriving.TH.Post4_9 ( src/Generics/Deriving/TH/Post4_9.hs, dist/build/Generics/Deriving/TH/Post4_9.o, dist/build/Generics/Deriving/TH/Post4_9.dyn_o )
[20 of 21] Compiling Generics.Deriving.TH ( src/Generics/Deriving/TH.hs, dist/build/Generics/Deriving/TH.o, dist/build/Generics/Deriving/TH.dyn_o )
[21 of 21] Compiling Paths_generic_deriving ( dist/build/autogen/Paths_generic_deriving.hs, dist/build/Paths_generic_deriving.o, dist/build/Paths_generic_deriving.dyn_o )
Preprocessing library for generic-deriving-1.14.6..
Running Haddock on library for generic-deriving-1.14.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 21] Compiling Generics.Deriving.Instances ( src/Generics/Deriving/Instances.hs, nothing )
[ 2 of 21] Compiling Generics.Deriving.Base ( src/Generics/Deriving/Base.hs, nothing )
[ 3 of 21] Compiling Generics.Deriving.Functor ( src/Generics/Deriving/Functor.hs, nothing )
[ 4 of 21] Compiling Generics.Deriving.Foldable ( src/Generics/Deriving/Foldable.hs, nothing )
[ 5 of 21] Compiling Generics.Deriving.Eq ( src/Generics/Deriving/Eq.hs, nothing )
[ 6 of 21] Compiling Generics.Deriving.Enum ( src/Generics/Deriving/Enum.hs, nothing )
[ 7 of 21] Compiling Generics.Deriving.Copoint ( src/Generics/Deriving/Copoint.hs, nothing )
[ 8 of 21] Compiling Generics.Deriving.ConNames ( src/Generics/Deriving/ConNames.hs, nothing )
[ 9 of 21] Compiling Generics.Deriving.Semigroup.Internal ( src/Generics/Deriving/Semigroup/Internal.hs, nothing )
[10 of 21] Compiling Generics.Deriving.Monoid.Internal ( src/Generics/Deriving/Monoid/Internal.hs, nothing )
[11 of 21] Compiling Generics.Deriving.Semigroup ( src/Generics/Deriving/Semigroup.hs, nothing )
[12 of 21] Compiling Generics.Deriving.Monoid ( src/Generics/Deriving/Monoid.hs, nothing )
[13 of 21] Compiling Generics.Deriving.Show ( src/Generics/Deriving/Show.hs, nothing )
[14 of 21] Compiling Generics.Deriving.Traversable ( src/Generics/Deriving/Traversable.hs, nothing )
[15 of 21] Compiling Generics.Deriving.Uniplate ( src/Generics/Deriving/Uniplate.hs, nothing )
[16 of 21] Compiling Generics.Deriving.Default ( src/Generics/Deriving/Default.hs, nothing )
[17 of 21] Compiling Generics.Deriving ( src/Generics/Deriving.hs, nothing )
[18 of 21] Compiling Generics.Deriving.TH.Internal ( src/Generics/Deriving/TH/Internal.hs, nothing )
[19 of 21] Compiling Generics.Deriving.TH.Post4_9 ( src/Generics/Deriving/TH/Post4_9.hs, nothing )
[20 of 21] Compiling Generics.Deriving.TH ( src/Generics/Deriving/TH.hs, nothing )
[21 of 21] Compiling Paths_generic_deriving ( dist/build/autogen/Paths_generic_deriving.hs, nothing )
Haddock coverage:
0% ( 0 / 1) in 'Generics.Deriving.Instances'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Generics.Deriving.Base'
Missing documentation for:
Module header
42% ( 3 / 7) in 'Generics.Deriving.Functor'
Missing documentation for:
Module header
GFunctor (src/Generics/Deriving/Functor.hs:92)
gmapdefault (src/Generics/Deriving/Functor.hs:100)
GFunctor' (src/Generics/Deriving/Functor.hs:43)
16% ( 4 / 24) in 'Generics.Deriving.Foldable'
Missing documentation for:
Module header
GFoldable (src/Generics/Deriving/Foldable.hs:108)
gfoldMapdefault (src/Generics/Deriving/Foldable.hs:147)
gtoList (src/Generics/Deriving/Foldable.hs:223)
gconcat (src/Generics/Deriving/Foldable.hs:226)
gconcatMap (src/Generics/Deriving/Foldable.hs:229)
gand (src/Generics/Deriving/Foldable.hs:232)
gor (src/Generics/Deriving/Foldable.hs:235)
gany (src/Generics/Deriving/Foldable.hs:238)
gall (src/Generics/Deriving/Foldable.hs:241)
gsum (src/Generics/Deriving/Foldable.hs:244)
gproduct (src/Generics/Deriving/Foldable.hs:247)
gmaximum (src/Generics/Deriving/Foldable.hs:250)
gmaximumBy (src/Generics/Deriving/Foldable.hs:253)
gminimum (src/Generics/Deriving/Foldable.hs:259)
gminimumBy (src/Generics/Deriving/Foldable.hs:262)
gelem (src/Generics/Deriving/Foldable.hs:268)
gnotElem (src/Generics/Deriving/Foldable.hs:271)
gfind (src/Generics/Deriving/Foldable.hs:274)
GFoldable' (src/Generics/Deriving/Foldable.hs:59)
42% ( 3 / 7) in 'Generics.Deriving.Eq'
Missing documentation for:
Module header
GEq (src/Generics/Deriving/Eq.hs:104)
geqdefault (src/Generics/Deriving/Eq.hs:111)
GEq' (src/Generics/Deriving/Eq.hs:64)
33% ( 5 / 15) in 'Generics.Deriving.Enum'
Missing documentation for:
Module header
GEnum (src/Generics/Deriving/Enum.hs:130)
genumDefault (src/Generics/Deriving/Enum.hs:115)
toEnumDefault (src/Generics/Deriving/Enum.hs:118)
fromEnumDefault (src/Generics/Deriving/Enum.hs:125)
Enum' (src/Generics/Deriving/Enum.hs:96)
GIx (src/Generics/Deriving/Enum.hs:519)
rangeDefault (src/Generics/Deriving/Enum.hs:539)
indexDefault (src/Generics/Deriving/Enum.hs:548)
inRangeDefault (src/Generics/Deriving/Enum.hs:559)
42% ( 3 / 7) in 'Generics.Deriving.Copoint'
Missing documentation for:
Module header
GCopoint (src/Generics/Deriving/Copoint.hs:71)
gcopointdefault (src/Generics/Deriving/Copoint.hs:79)
GCopoint' (src/Generics/Deriving/Copoint.hs:37)
80% ( 4 / 5) in 'Generics.Deriving.ConNames'
Missing documentation for:
ConNames (src/Generics/Deriving/ConNames.hs:32)
0% ( 0 / 4) in 'Generics.Deriving.Semigroup'
Missing documentation for:
Module header
GSemigroup (src/Generics/Deriving/Semigroup/Internal.hs:51)
gsappenddefault (src/Generics/Deriving/Semigroup/Internal.hs:77)
GSemigroup' (src/Generics/Deriving/Semigroup/Internal.hs:33)
60% ( 12 / 20) in 'Generics.Deriving.Monoid'
Missing documentation for:
Module header
GMonoid (src/Generics/Deriving/Monoid/Internal.hs:134)
gmemptydefault (src/Generics/Deriving/Monoid/Internal.hs:97)
gmappenddefault (src/Generics/Deriving/Monoid/Internal.hs:100)
GMonoid' (src/Generics/Deriving/Monoid/Internal.hs:74)
memptydefault (src/Generics/Deriving/Monoid/Internal.hs:127)
mappenddefault (src/Generics/Deriving/Monoid/Internal.hs:130)
Monoid' (src/Generics/Deriving/Monoid/Internal.hs:104)
42% ( 3 / 7) in 'Generics.Deriving.Show'
Missing documentation for:
Module header
GShow (src/Generics/Deriving/Show.hs:155)
gshowsPrecdefault (src/Generics/Deriving/Show.hs:175)
GShow' (src/Generics/Deriving/Show.hs:70)
42% ( 3 / 7) in 'Generics.Deriving.Traversable'
Missing documentation for:
Module header
GTraversable (src/Generics/Deriving/Traversable.hs:94)
gtraversedefault (src/Generics/Deriving/Traversable.hs:111)
GTraversable' (src/Generics/Deriving/Traversable.hs:45)
27% ( 6 / 22) in 'Generics.Deriving.Uniplate'
Missing documentation for:
Uniplate (src/Generics/Deriving/Uniplate.hs:146)
uniplate (src/Generics/Deriving/Uniplate.hs:193)
universe (src/Generics/Deriving/Uniplate.hs:196)
rewrite (src/Generics/Deriving/Uniplate.hs:201)
rewriteM (src/Generics/Deriving/Uniplate.hs:206)
contexts (src/Generics/Deriving/Uniplate.hs:211)
holes (src/Generics/Deriving/Uniplate.hs:218)
para (src/Generics/Deriving/Uniplate.hs:224)
childrendefault (src/Generics/Deriving/Uniplate.hs:172)
contextdefault (src/Generics/Deriving/Uniplate.hs:175)
descenddefault (src/Generics/Deriving/Uniplate.hs:178)
descendMdefault (src/Generics/Deriving/Uniplate.hs:181)
transformdefault (src/Generics/Deriving/Uniplate.hs:184)
transformMdefault (src/Generics/Deriving/Uniplate.hs:187)
Uniplate' (src/Generics/Deriving/Uniplate.hs:61)
Context' (src/Generics/Deriving/Uniplate.hs:118)
Warning: 'Default' is ambiguous. It is defined
* at src/Generics/Deriving/Default.hs:115:21
* at src/Generics/Deriving/Default.hs:115: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/Generics/Deriving/Default.hs:115:1
Warning: 'Default1' is ambiguous. It is defined
* at src/Generics/Deriving/Default.hs:139:24
* at src/Generics/Deriving/Default.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/Generics/Deriving/Default.hs:139:1
100% ( 9 / 9) in 'Generics.Deriving.Default'
90% ( 9 / 10) in 'Generics.Deriving'
Missing documentation for:
Module header
Warning: 'ConstructorInfo' is ambiguous. It is defined
* in Language.Haskell.TH.Datatype
* in Language.Haskell.TH.Datatype
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.Datatype
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: 'Generic' is ambiguous. It is defined
* in GHC.Generics
* at src/Generics/Deriving/TH/Internal.hs:335:21
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/Generics/Deriving/TH/Internal.hs:335:21
Warning: 'Generic1' is ambiguous. It is defined
* in GHC.Generics
* at src/Generics/Deriving/TH/Internal.hs:335:31
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/Generics/Deriving/TH/Internal.hs:335:31
Warning: 'Data' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Constructor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Selector' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Rep' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Rep1' 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/Generics/Deriving/TH.hs:169:16
* at src/Generics/Deriving/TH.hs:169: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/Generics/Deriving/TH.hs:169:1
Warning: 'Data' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Constructor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Selector' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Representable0' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Representable1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Rep0' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'from' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'to' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'from1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'to1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 50 / 50) in 'Generics.Deriving.TH'
Warning: Generics.Deriving.Monoid: could not find link destinations for:
- Data.Semigroup.Internal.Rep_Alt
- Data.Semigroup.Internal.Rep1_Alt
- Data.Semigroup.Internal.Rep_Product
- Data.Semigroup.Internal.Rep1_Product
- Data.Semigroup.Internal.Rep_Sum
- Data.Semigroup.Internal.Rep1_Sum
- Data.Semigroup.Internal.Rep_Any
- Data.Semigroup.Internal.Rep_All
- Data.Semigroup.Internal.Rep_Endo
- Data.Semigroup.Internal.Rep_Dual
- Data.Semigroup.Internal.Rep1_Dual
- Data.Monoid.Rep_Ap
- Data.Monoid.Rep1_Ap
- Data.Monoid.Rep_Last
- Data.Monoid.Rep1_Last
- Data.Monoid.Rep_First
- Data.Monoid.Rep1_First
- Data.Set.Internal.MergeSet
Warning: Generics.Deriving.Show: could not find link destinations for:
- Generics.Deriving.Show.Type
Warning: Generics.Deriving.TH: could not find link destinations for:
- Generics.Deriving.TH.Internal.Generic
- Generics.Deriving.TH.Internal.Generic1
Documentation created: dist/doc/html/generic-deriving/,
dist/doc/html/generic-deriving/generic-deriving.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generic-deriving-1.14.6-C6U7fMSFT9cBVdCcH7Wqx7
Completed generic-deriving-1.14.6
Configuring ansi-terminal-1.1.2...
Preprocessing library for ansi-terminal-1.1.2..
Building library for ansi-terminal-1.1.2..
[1 of 3] 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 )
[2 of 3] 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 )
[3 of 3] 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.2..
Running Haddock on library for ansi-terminal-1.1.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing )
[2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing )
[3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing )
Haddock coverage:
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)
54% ( 85 /155) in 'System.Console.ANSI'
Missing documentation for:
cursorUp (src/System/Console/ANSI.hs:415)
cursorDown (src/System/Console/ANSI.hs:416)
cursorForward (src/System/Console/ANSI.hs:417)
cursorBackward (src/System/Console/ANSI.hs:418)
hCursorUp (src/System/Console/ANSI.hs:407)
hCursorDown (src/System/Console/ANSI.hs:408)
hCursorForward (src/System/Console/ANSI.hs:409)
hCursorBackward (src/System/Console/ANSI.hs:410)
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)
cursorUpLine (src/System/Console/ANSI.hs:431)
cursorDownLine (src/System/Console/ANSI.hs:430)
hCursorUpLine (src/System/Console/ANSI.hs:425)
hCursorDownLine (src/System/Console/ANSI.hs:424)
cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245)
cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244)
hSetCursorColumn (src/System/Console/ANSI.hs:437)
hSetCursorPosition (src/System/Console/ANSI.hs:451)
hSaveCursor (src/System/Console/ANSI.hs:462)
hRestoreCursor (src/System/Console/ANSI.hs:463)
hReportCursorPosition (src/System/Console/ANSI.hs:464)
clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1036)
clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1037)
clearScreen (src/System/Console/ANSI.hs:1038)
clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1048)
clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1049)
clearLine (src/System/Console/ANSI.hs:1050)
hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1030)
hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1031)
hClearScreen (src/System/Console/ANSI.hs:1033)
hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1043)
hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1044)
hClearLine (src/System/Console/ANSI.hs:1045)
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)
enableLineWrap (src/System/Console/ANSI.hs:1059)
disableLineWrap (src/System/Console/ANSI.hs:1060)
hEnableLineWrap (src/System/Console/ANSI.hs:1055)
hDisableLineWrap (src/System/Console/ANSI.hs:1056)
enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320)
disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321)
scrollPageUp (src/System/Console/ANSI.hs:1072)
scrollPageDown (src/System/Console/ANSI.hs:1073)
hScrollPageUp (src/System/Console/ANSI.hs:1066)
hScrollPageDown (src/System/Console/ANSI.hs:1067)
scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326)
scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327)
hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:508)
hUseNormalScreenBuffer (src/System/Console/ANSI.hs:511)
useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330)
useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331)
hReportLayerColor (src/System/Console/ANSI.hs:815)
hSetSGR (src/System/Console/ANSI.hs:1016)
setSGRCode (src/System/Console/ANSI/Codes.hs:339)
hideCursor (src/System/Console/ANSI.hs:504)
showCursor (src/System/Console/ANSI.hs:505)
hHideCursor (src/System/Console/ANSI.hs:500)
hShowCursor (src/System/Console/ANSI.hs:501)
hideCursorCode (src/System/Console/ANSI/Codes.hs:344)
showCursorCode (src/System/Console/ANSI/Codes.hs:345)
hHyperlink (src/System/Console/ANSI.hs:570)
hHyperlinkWithId (src/System/Console/ANSI.hs:592)
hHyperlinkWithParams (src/System/Console/ANSI.hs:547)
hSetTitle (src/System/Console/ANSI.hs:612)
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.2-KWBmkVsQRP67S2vyas6OZS
Completed ansi-terminal-1.1.2
Configuring unordered-containers-0.2.20...
Preprocessing library for unordered-containers-0.2.20..
Building library for unordered-containers-0.2.20..
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
12 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[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 )
Data/HashMap/Internal/Array.hs:83:1-35: 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()
|
83 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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.20..
Running Haddock on library for unordered-containers-0.2.20..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
12 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )
Data/HashMap/Internal/Array.hs:83:1-35: 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()
|
83 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:
33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
Missing documentation for:
Array (Data/HashMap/Internal/Array.hs:125)
MArray (Data/HashMap/Internal/Array.hs:157)
new_ (Data/HashMap/Internal/Array.hs:208)
singleton (Data/HashMap/Internal/Array.hs:225)
singletonM (Data/HashMap/Internal/Array.hs:229)
snoc (Data/HashMap/Internal/Array.hs:233)
pair (Data/HashMap/Internal/Array.hs:242)
length (Data/HashMap/Internal/Array.hs:154)
lengthM (Data/HashMap/Internal/Array.hs:162)
read (Data/HashMap/Internal/Array.hs:249)
write (Data/HashMap/Internal/Array.hs:255)
index (Data/HashMap/Internal/Array.hs:262)
indexM (Data/HashMap/Internal/Array.hs:274)
index# (Data/HashMap/Internal/Array.hs:268)
sameArray1 (Data/HashMap/Internal/Array.hs:140)
unsafeFreeze (Data/HashMap/Internal/Array.hs:280)
unsafeThaw (Data/HashMap/Internal/Array.hs:286)
unsafeSameArray (Data/HashMap/Internal/Array.hs:136)
run (Data/HashMap/Internal/Array.hs:292)
cloneM (Data/HashMap/Internal/Array.hs:314)
foldl (Data/HashMap/Internal/Array.hs:404)
foldl' (Data/HashMap/Internal/Array.hs:375)
foldr (Data/HashMap/Internal/Array.hs:394)
foldr' (Data/HashMap/Internal/Array.hs:385)
foldMap (Data/HashMap/Internal/Array.hs:417)
thaw (Data/HashMap/Internal/Array.hs:436)
map (Data/HashMap/Internal/Array.hs:461)
traverse (Data/HashMap/Internal/Array.hs:537)
traverse' (Data/HashMap/Internal/Array.hs:553)
toList (Data/HashMap/Internal/Array.hs:529)
fromList (Data/HashMap/Internal/Array.hs:494)
fromList' (Data/HashMap/Internal/Array.hs:506)
25% ( 1 / 4) in 'Data.HashMap.Internal.List'
Missing documentation for:
isPermutationBy (Data/HashMap/Internal/List.hs:40)
deleteBy (Data/HashMap/Internal/List.hs:83)
unorderedCompare (Data/HashMap/Internal/List.hs:68)
Warning: 'Leaf' is ambiguous. It is defined
* at Data/HashMap/Internal.hs:225:7
* at Data/HashMap/Internal.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 Data/HashMap/Internal.hs:185:1
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 93 /105) in 'Data.HashMap.Internal'
Missing documentation for:
Leaf (Data/HashMap/Internal.hs:185)
intersectionWithKey# (Data/HashMap/Internal.hs:1855)
updateOrConcatWithKey (Data/HashMap/Internal.hs:2368)
equalKeys (Data/HashMap/Internal.hs:511)
equalKeys1 (Data/HashMap/Internal.hs:495)
lookupRecordCollision (Data/HashMap/Internal.hs:678)
LookupRes (Data/HashMap/Internal.hs:657)
lookupResToMaybe (Data/HashMap/Internal.hs:660)
insert' (Data/HashMap/Internal.hs:806)
delete' (Data/HashMap/Internal.hs:1124)
insertNewKey (Data/HashMap/Internal.hs:848)
insertKeyExists (Data/HashMap/Internal.hs:883)
50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
Missing documentation for:
valid (Data/HashMap/Internal/Debug.hs:98)
Validity (Data/HashMap/Internal/Debug.hs:43)
SubHashPath (Data/HashMap/Internal/Debug.hs:75)
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% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:112:21
* at Data/HashSet/Internal.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 Data/HashSet/Internal.hs:112:1
100% ( 35 / 35) in 'Data.HashSet.Internal'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:112:21
* at Data/HashSet/Internal.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 Data/HashSet/Internal.hs:112:1
100% ( 32 / 32) in 'Data.HashSet'
100% ( 69 / 69) in 'Data.HashMap.Strict'
100% ( 69 / 69) in 'Data.HashMap.Lazy'
Warning: Data.HashMap.Internal: could not find link destinations for:
- 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.20-8jMFzoCo8HRC7heG5b9rqS
Completed unordered-containers-0.2.20
Configuring scientific-0.3.8.0...
Preprocessing library for scientific-0.3.8.0..
Building library for scientific-0.3.8.0..
[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 )
src/Data/Scientific.hs:1041:16: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Char] not matched:
[]
[]
[]
|
1041 | (d:ds') = map intToDigit (if ei > 0 then init is' else is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Scientific.hs:1057:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
1057 | d:ds' = map intToDigit (if ei > 0 then is' else 0:is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Text/Lazy/Builder/Scientific.hs:60:12: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Char] not matched:
[]
[]
[]
|
60 | (d:ds') = map i2d (if ei > 0 then init is' else is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Text/Lazy/Builder/Scientific.hs:88:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
88 | d:ds' = map i2d (if ei > 0 then is' else 0:is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/ByteString/Builder/Scientific.hs:64:12: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Char] not matched:
[]
[]
[]
|
64 | (d:ds') = map i2d (if ei > 0 then init is' else is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/ByteString/Builder/Scientific.hs:94:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
94 | d:ds' = map i2d (if ei > 0 then is' else 0:is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for scientific-0.3.8.0..
Running Haddock on library for scientific-0.3.8.0..
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.0-6gfaoVSY0VH6CohjiqA04h
Completed scientific-0.3.8.0
Configuring libBF-0.6.8...
Preprocessing library for libBF-0.6.8..
Building library for libBF-0.6.8..
[1 of 3] Compiling LibBF.Opts ( dist/build/LibBF/Opts.hs, dist/build/LibBF/Opts.o, dist/build/LibBF/Opts.dyn_o )
[2 of 3] Compiling LibBF.Mutable ( dist/build/LibBF/Mutable.hs, dist/build/LibBF/Mutable.o, dist/build/LibBF/Mutable.dyn_o )
[3 of 3] Compiling LibBF ( src/LibBF.hs, dist/build/LibBF.o, dist/build/LibBF.dyn_o )
Preprocessing library for libBF-0.6.8..
Running Haddock on library for libBF-0.6.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling LibBF.Opts ( dist/build/LibBF/Opts.hs, nothing )
[2 of 3] Compiling LibBF.Mutable ( dist/build/LibBF/Mutable.hs, nothing )
[3 of 3] Compiling LibBF ( src/LibBF.hs, nothing )
Haddock coverage:
Warning: 'precMin' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'precMax' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 54 / 54) in 'LibBF.Opts'
Warning: 'BF' is ambiguous. It is defined
* at src/LibBF/Mutable.hsc:106:14
* at src/LibBF/Mutable.hsc: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 src/LibBF/Mutable.hsc:106:1
100% ( 54 / 54) in 'LibBF.Mutable'
Warning: 'NaN' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 57 / 57) in 'LibBF'
Documentation created: dist/doc/html/libBF/, dist/doc/html/libBF/libBF.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/libBF-0.6.8-CYHOpBcZpu6HJKSL8R2hB9
Completed libBF-0.6.8
Configuring async-2.2.5...
Preprocessing library for async-2.2.5..
Building library for async-2.2.5..
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o )
Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
50 | import Data.Semigroup (Semigroup((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
Preprocessing library for async-2.2.5..
Running Haddock on library for async-2.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, nothing )
Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
50 | import Data.Semigroup (Semigroup((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.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/Internal.hs:69:16
* at Control/Concurrent/Async/Internal.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 Control/Concurrent/Async/Internal.hs:69:1
Warning: 'ExceptionInLinkedThread' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:461:3
* at Control/Concurrent/Async/Internal.hs:460: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/Internal.hs:460:1
Warning: 'AsyncCancelled' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:274:23
* at Control/Concurrent/Async/Internal.hs:274: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/Internal.hs:274: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
86% ( 58 / 67) in 'Control.Concurrent.Async.Internal'
Missing documentation for:
asyncUsing (Control/Concurrent/Async/Internal.hs:124)
withAsyncUsing (Control/Concurrent/Async/Internal.hs:178)
ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
isCancel (Control/Concurrent/Async/Internal.hs:542)
concurrently' (Control/Concurrent/Async/Internal.hs:649)
catchAll (Control/Concurrent/Async/Internal.hs:858)
tryAll (Control/Concurrent/Async/Internal.hs:861)
rawForkIO (Control/Concurrent/Async/Internal.hs:868)
rawForkOn (Control/Concurrent/Async/Internal.hs:873)
Warning: 'forkIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Async' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:69:16
* at Control/Concurrent/Async/Internal.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 Control/Concurrent/Async/Internal.hs:69:1
Warning: 'Concurrently' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:775:26
* at Control/Concurrent/Async/Internal.hs:775: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/Internal.hs:775:1
Warning: 'Alternative' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 70 / 71) in 'Control.Concurrent.Async'
Missing documentation for:
ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
Documentation created: dist/doc/html/async/, dist/doc/html/async/async.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/async-2.2.5-2ZfTtvd9oUYLY6nMddkMC
Completed async-2.2.5
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-KAwywA1qBiHBj0KysskoJQ
Completed QuickCheck-2.16.0.0
Configuring th-reify-many-0.1.10...
Preprocessing library for th-reify-many-0.1.10..
Building library for th-reify-many-0.1.10..
[1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, dist/build/Language/Haskell/TH/ReifyMany/Internal.o, dist/build/Language/Haskell/TH/ReifyMany/Internal.dyn_o )
[2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, dist/build/Language/Haskell/TH/ReifyMany.o, dist/build/Language/Haskell/TH/ReifyMany.dyn_o )
Preprocessing library for th-reify-many-0.1.10..
Running Haddock on library for th-reify-many-0.1.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, nothing )
[2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, nothing )
Haddock coverage:
Warning: 'TypeclassInstance' is ambiguous. It is defined
* at src/Language/Haskell/TH/ReifyMany/Internal.hs:66:26
* at src/Language/Haskell/TH/ReifyMany/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/Language/Haskell/TH/ReifyMany/Internal.hs:66:1
92% ( 12 / 13) in 'Language.Haskell.TH.ReifyMany.Internal'
Missing documentation for:
Module header
100% ( 4 / 4) in 'Language.Haskell.TH.ReifyMany'
Documentation created: dist/doc/html/th-reify-many/,
dist/doc/html/th-reify-many/th-reify-many.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-reify-many-0.1.10-8ib8arFveth3qjP6YRUWe2
Completed th-reify-many-0.1.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-3IKBFxwvUG73SAVQBEr9gK
Completed prettyprinter-ansi-terminal-1.1.3
Warning: uniplate.cabal:1:28: Packages with 'cabal-version: 1.12' or later
should specify a specific version of the Cabal spec of the form
'cabal-version: x.y'. Use 'cabal-version: 1.18'.
Configuring uniplate-1.6.13...
Preprocessing library for uniplate-1.6.13..
Building library for uniplate-1.6.13..
[ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances ( Data/Generics/Uniplate/Data/Instances.hs, dist/build/Data/Generics/Uniplate/Data/Instances.o, dist/build/Data/Generics/Uniplate/Data/Instances.dyn_o )
[ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils ( Data/Generics/Uniplate/Internal/Utils.hs, dist/build/Data/Generics/Uniplate/Internal/Utils.o, dist/build/Data/Generics/Uniplate/Internal/Utils.dyn_o )
[ 3 of 21] Compiling Data.Generics.Uniplate ( Data/Generics/Uniplate.hs, dist/build/Data/Generics/Uniplate.o, dist/build/Data/Generics/Uniplate.dyn_o )
[ 4 of 21] Compiling Data.Generics.Str ( Data/Generics/Str.hs, dist/build/Data/Generics/Str.o, dist/build/Data/Generics/Str.dyn_o )
[ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations ( Data/Generics/Uniplate/Internal/DataOnlyOperations.hs, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.o, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.dyn_o )
[ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data ( Data/Generics/Uniplate/Internal/Data.hs, dist/build/Data/Generics/Uniplate/Internal/Data.o, dist/build/Data/Generics/Uniplate/Internal/Data.dyn_o )
Data/Generics/Uniplate/Internal/Data.hs:336:81: 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."
|
336 | [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
| ^^^^
[ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly ( Data/Generics/Uniplate/DataOnly.hs, dist/build/Data/Generics/Uniplate/DataOnly.o, dist/build/Data/Generics/Uniplate/DataOnly.dyn_o )
[ 8 of 21] Compiling Data.Generics.Uniplate.Operations ( Data/Generics/Uniplate/Operations.hs, dist/build/Data/Generics/Uniplate/Operations.o, dist/build/Data/Generics/Uniplate/Operations.dyn_o )
[ 9 of 21] Compiling Data.Generics.Uniplate.Direct ( Data/Generics/Uniplate/Direct.hs, dist/build/Data/Generics/Uniplate/Direct.o, dist/build/Data/Generics/Uniplate/Direct.dyn_o )
[10 of 21] Compiling Data.Generics.Uniplate.Data ( Data/Generics/Uniplate/Data.hs, dist/build/Data/Generics/Uniplate/Data.o, dist/build/Data/Generics/Uniplate/Data.dyn_o )
[11 of 21] Compiling Data.Generics.SYB ( Data/Generics/SYB.hs, dist/build/Data/Generics/SYB.o, dist/build/Data/Generics/SYB.dyn_o )
[12 of 21] Compiling Data.Generics.Compos ( Data/Generics/Compos.hs, dist/build/Data/Generics/Compos.o, dist/build/Data/Generics/Compos.dyn_o )
[13 of 21] Compiling Data.Generics.Uniplate.Typeable ( Data/Generics/Uniplate/Typeable.hs, dist/build/Data/Generics/Uniplate/Typeable.o, dist/build/Data/Generics/Uniplate/Typeable.dyn_o )
[14 of 21] Compiling Data.Generics.Uniplate.Zipper ( Data/Generics/Uniplate/Zipper.hs, dist/build/Data/Generics/Uniplate/Zipper.o, dist/build/Data/Generics/Uniplate/Zipper.dyn_o )
[15 of 21] Compiling Data.Generics.UniplateOn ( Data/Generics/UniplateOn.hs, dist/build/Data/Generics/UniplateOn.o, dist/build/Data/Generics/UniplateOn.dyn_o )
[16 of 21] Compiling Data.Generics.UniplateStr ( Data/Generics/UniplateStr.hs, dist/build/Data/Generics/UniplateStr.o, dist/build/Data/Generics/UniplateStr.dyn_o )
[17 of 21] Compiling Data.Generics.UniplateStrOn ( Data/Generics/UniplateStrOn.hs, dist/build/Data/Generics/UniplateStrOn.o, dist/build/Data/Generics/UniplateStrOn.dyn_o )
[18 of 21] Compiling Data.Generics.Biplate ( Data/Generics/Biplate.hs, dist/build/Data/Generics/Biplate.o, dist/build/Data/Generics/Biplate.dyn_o )
[19 of 21] Compiling Data.Generics.PlateTypeable ( Data/Generics/PlateTypeable.hs, dist/build/Data/Generics/PlateTypeable.o, dist/build/Data/Generics/PlateTypeable.dyn_o )
[20 of 21] Compiling Data.Generics.PlateDirect ( Data/Generics/PlateDirect.hs, dist/build/Data/Generics/PlateDirect.o, dist/build/Data/Generics/PlateDirect.dyn_o )
[21 of 21] Compiling Data.Generics.PlateData ( Data/Generics/PlateData.hs, dist/build/Data/Generics/PlateData.o, dist/build/Data/Generics/PlateData.dyn_o )
Preprocessing library for uniplate-1.6.13..
Running Haddock on library for uniplate-1.6.13..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances ( Data/Generics/Uniplate/Data/Instances.hs, nothing )
[ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils ( Data/Generics/Uniplate/Internal/Utils.hs, nothing )
[ 3 of 21] Compiling Data.Generics.Uniplate ( Data/Generics/Uniplate.hs, nothing )
[ 4 of 21] Compiling Data.Generics.Str ( Data/Generics/Str.hs, nothing )
[ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations ( Data/Generics/Uniplate/Internal/DataOnlyOperations.hs, nothing )
[ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data ( Data/Generics/Uniplate/Internal/Data.hs, nothing )
Data/Generics/Uniplate/Internal/Data.hs:336:81: 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."
|
336 | [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
| ^^^^
[ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly ( Data/Generics/Uniplate/DataOnly.hs, nothing )
[ 8 of 21] Compiling Data.Generics.Uniplate.Operations ( Data/Generics/Uniplate/Operations.hs, nothing )
[ 9 of 21] Compiling Data.Generics.Uniplate.Direct ( Data/Generics/Uniplate/Direct.hs, nothing )
[10 of 21] Compiling Data.Generics.Uniplate.Data ( Data/Generics/Uniplate/Data.hs, nothing )
[11 of 21] Compiling Data.Generics.SYB ( Data/Generics/SYB.hs, nothing )
[12 of 21] Compiling Data.Generics.Compos ( Data/Generics/Compos.hs, nothing )
[13 of 21] Compiling Data.Generics.Uniplate.Typeable ( Data/Generics/Uniplate/Typeable.hs, nothing )
[14 of 21] Compiling Data.Generics.Uniplate.Zipper ( Data/Generics/Uniplate/Zipper.hs, nothing )
[15 of 21] Compiling Data.Generics.UniplateOn ( Data/Generics/UniplateOn.hs, nothing )
[16 of 21] Compiling Data.Generics.UniplateStr ( Data/Generics/UniplateStr.hs, nothing )
[17 of 21] Compiling Data.Generics.UniplateStrOn ( Data/Generics/UniplateStrOn.hs, nothing )
[18 of 21] Compiling Data.Generics.Biplate ( Data/Generics/Biplate.hs, nothing )
[19 of 21] Compiling Data.Generics.PlateTypeable ( Data/Generics/PlateTypeable.hs, nothing )
[20 of 21] Compiling Data.Generics.PlateDirect ( Data/Generics/PlateDirect.hs, nothing )
[21 of 21] Compiling Data.Generics.PlateData ( Data/Generics/PlateData.hs, nothing )
Haddock coverage:
Warning: 'Hide' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:86:18
* at Data/Generics/Uniplate/Data/Instances.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 Data/Generics/Uniplate/Data/Instances.hs:86:1
Warning: 'Trigger' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:122:18
* at Data/Generics/Uniplate/Data/Instances.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/Generics/Uniplate/Data/Instances.hs:122:1
Warning: 'Invariant' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:156:20
* at Data/Generics/Uniplate/Data/Instances.hs:156: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/Generics/Uniplate/Data/Instances.hs:156:1
Warning: 'Map' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:178:19
* at Data/Generics/Uniplate/Data/Instances.hs:178: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/Generics/Uniplate/Data/Instances.hs:178:1
Warning: 'Set' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:204:17
* at Data/Generics/Uniplate/Data/Instances.hs:204: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/Generics/Uniplate/Data/Instances.hs:204:1
Warning: 'IntMap' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:228:20
* at Data/Generics/Uniplate/Data/Instances.hs:228: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/Generics/Uniplate/Data/Instances.hs:228:1
Warning: 'IntSet' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:254:18
* at Data/Generics/Uniplate/Data/Instances.hs:254: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/Generics/Uniplate/Data/Instances.hs:254:1
Warning: 'create' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'inv' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Uniplate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 16 / 16) in 'Data.Generics.Uniplate.Data.Instances'
100% ( 19 / 19) in 'Data.Generics.Uniplate'
Warning: 'uniplate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'biplate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
66% ( 6 / 9) in 'Data.Generics.Str'
Missing documentation for:
Str (Data/Generics/Str.hs:14)
strMap (Data/Generics/Str.hs:26)
strMapM (Data/Generics/Str.hs:36)
Warning: 'mplus' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
65% ( 15 / 23) in 'Data.Generics.Uniplate.DataOnly'
Missing documentation for:
universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189)
transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212)
transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217)
rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221)
rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225)
contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231)
holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239)
Transformer (Data/Generics/Uniplate/Internal/Data.hs:287)
Warning: 'mplus' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 22 / 29) in 'Data.Generics.Uniplate.Operations'
Missing documentation for:
universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189)
transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212)
transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217)
rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221)
rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225)
contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231)
holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239)
Warning: 'fromDistictAscList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Data.Generics.Uniplate.Direct'
80% ( 4 / 5) in 'Data.Generics.Uniplate.Data'
Missing documentation for:
Transformer (Data/Generics/Uniplate/Internal/Data.hs:287)
100% ( 13 / 13) in 'Data.Generics.SYB'
100% ( 8 / 8) in 'Data.Generics.Compos'
100% ( 10 / 10) in 'Data.Generics.Uniplate.Typeable'
100% ( 14 / 14) in 'Data.Generics.Uniplate.Zipper'
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.UniplateOn: Could not find documentation for exported module: Data.Generics.UniplateOn
35% ( 5 / 14) in 'Data.Generics.UniplateOn'
Missing documentation for:
universeOn (Data/Generics/UniplateOn.hs:39)
transformOn (Data/Generics/UniplateOn.hs:51)
transformOnM (Data/Generics/UniplateOn.hs:56)
rewriteOn (Data/Generics/UniplateOn.hs:61)
rewriteOnM (Data/Generics/UniplateOn.hs:66)
descendOn (Data/Generics/UniplateOn.hs:71)
descendOnM (Data/Generics/UniplateOn.hs:76)
holesOn (Data/Generics/UniplateOn.hs:84)
contextsOn (Data/Generics/UniplateOn.hs:91)
Warning: Data.Generics.UniplateStr: Could not find documentation for exported module: Data.Generics.UniplateStr
100% ( 16 / 16) in 'Data.Generics.UniplateStr'
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.UniplateStrOn: Could not find documentation for exported module: Data.Generics.UniplateStrOn
35% ( 5 / 14) in 'Data.Generics.UniplateStrOn'
Missing documentation for:
universeOn (Data/Generics/UniplateStrOn.hs:43)
transformOn (Data/Generics/UniplateStrOn.hs:65)
transformOnM (Data/Generics/UniplateStrOn.hs:70)
rewriteOn (Data/Generics/UniplateStrOn.hs:75)
rewriteOnM (Data/Generics/UniplateStrOn.hs:80)
descendOn (Data/Generics/UniplateStrOn.hs:85)
descendOnM (Data/Generics/UniplateStrOn.hs:90)
holesOn (Data/Generics/UniplateStrOn.hs:96)
contextsOn (Data/Generics/UniplateStrOn.hs:103)
Warning: 'Data' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.Biplate: Could not find documentation for exported module: Data.Generics.Biplate
28% ( 4 / 14) in 'Data.Generics.Biplate'
Missing documentation for:
descendBi (Data/Generics/Biplate.hs:80)
descendBiM (Data/Generics/Biplate.hs:84)
universeBi (Data/Generics/Biplate.hs:54)
childrenBi (Data/Generics/Biplate.hs:58)
transformBi (Data/Generics/Biplate.hs:64)
transformBiM (Data/Generics/Biplate.hs:68)
rewriteBi (Data/Generics/Biplate.hs:72)
rewriteBiM (Data/Generics/Biplate.hs:76)
contextsBi (Data/Generics/Biplate.hs:90)
holesBi (Data/Generics/Biplate.hs:94)
100% ( 10 / 10) in 'Data.Generics.PlateTypeable'
Warning: 'PlayAll' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Data.Generics.PlateDirect'
100% ( 2 / 2) in 'Data.Generics.PlateData'
Warning: Data.Generics.Uniplate.Direct: could not find link destinations for:
- Data.Generics.Uniplate.Direct.Type
Warning: Data.Generics.Uniplate.Typeable: could not find link destinations for:
- Data.Generics.Uniplate.Typeable.Type
Warning: Data.Generics.PlateTypeable: could not find link destinations for:
- Data.Generics.PlateTypeable.Type
Warning: Data.Generics.PlateDirect: could not find link destinations for:
- Data.Generics.PlateDirect.Type
Documentation created: dist/doc/html/uniplate/,
dist/doc/html/uniplate/uniplate.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uniplate-1.6.13-4uokGwvoQ4gCU2WtxtIUMN
Completed uniplate-1.6.13
Configuring bytes-0.17.4...
Preprocessing library for bytes-0.17.4..
Building library for bytes-0.17.4..
[1 of 5] Compiling Data.Bytes.Get ( src/Data/Bytes/Get.hs, dist/build/Data/Bytes/Get.o, dist/build/Data/Bytes/Get.dyn_o )
[2 of 5] Compiling Data.Bytes.Put ( src/Data/Bytes/Put.hs, dist/build/Data/Bytes/Put.o, dist/build/Data/Bytes/Put.dyn_o )
[3 of 5] Compiling Data.Bytes.Signed ( src/Data/Bytes/Signed.hs, dist/build/Data/Bytes/Signed.o, dist/build/Data/Bytes/Signed.dyn_o )
[4 of 5] Compiling Data.Bytes.VarInt ( src/Data/Bytes/VarInt.hs, dist/build/Data/Bytes/VarInt.o, dist/build/Data/Bytes/VarInt.dyn_o )
[5 of 5] Compiling Data.Bytes.Serial ( src/Data/Bytes/Serial.hs, dist/build/Data/Bytes/Serial.o, dist/build/Data/Bytes/Serial.dyn_o )
Preprocessing library for bytes-0.17.4..
Running Haddock on library for bytes-0.17.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.Bytes.Get ( src/Data/Bytes/Get.hs, nothing )
[2 of 5] Compiling Data.Bytes.Put ( src/Data/Bytes/Put.hs, nothing )
[3 of 5] Compiling Data.Bytes.Signed ( src/Data/Bytes/Signed.hs, nothing )
[4 of 5] Compiling Data.Bytes.VarInt ( src/Data/Bytes/VarInt.hs, nothing )
[5 of 5] Compiling Data.Bytes.Serial ( src/Data/Bytes/Serial.hs, nothing )
Haddock coverage:
Warning: 'get' is ambiguous. It is defined
* in Control.Monad.Trans.RWS.Lazy
* in Control.Monad.Trans.RWS.Strict
* in Control.Monad.Trans.State.Lazy
* 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
75% ( 3 / 4) in 'Data.Bytes.Get'
Missing documentation for:
MonadGet (src/Data/Bytes/Get.hs:57)
Warning: 'ByteString' is ambiguous. It is defined
* in Data.ByteString.Internal.Type
* in Data.ByteString.Lazy.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.Lazy.Internal
75% ( 3 / 4) in 'Data.Bytes.Put'
Missing documentation for:
MonadPut (src/Data/Bytes/Put.hs:48)
20% ( 1 / 5) in 'Data.Bytes.Signed'
Missing documentation for:
Unsigned (src/Data/Bytes/Signed.hs:22)
unsigned (src/Data/Bytes/Signed.hs:38)
Signed (src/Data/Bytes/Signed.hs:40)
signed (src/Data/Bytes/Signed.hs:55)
Warning: 'VarInt' is ambiguous. It is defined
* at src/Data/Bytes/VarInt.hs:29:20
* at src/Data/Bytes/VarInt.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/Data/Bytes/VarInt.hs:29:1
Warning: 'Serial' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Data.Bytes.VarInt'
Missing documentation for:
VarInt (src/Data/Bytes/VarInt.hs:29)
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
71% ( 15 / 21) in 'Data.Bytes.Serial'
Missing documentation for:
Serial1 (src/Data/Bytes/Serial.hs:680)
serialize1 (src/Data/Bytes/Serial.hs:758)
deserialize1 (src/Data/Bytes/Serial.hs:762)
Serial2 (src/Data/Bytes/Serial.hs:820)
serialize2 (src/Data/Bytes/Serial.hs:825)
deserialize2 (src/Data/Bytes/Serial.hs:829)
Warning: Data.Bytes.Get: could not find link destinations for:
- Data.Bytes.Get.D:R:RemainingExceptT
- Data.Bytes.Get.D:R:BytesExceptT
- Data.Bytes.Get.D:R:RemainingRWST
- Data.Bytes.Get.D:R:BytesRWST
- Data.Bytes.Get.D:R:RemainingRWST0
- Data.Bytes.Get.D:R:BytesRWST0
- Data.Bytes.Get.D:R:RemainingWriterT
- Data.Bytes.Get.D:R:BytesWriterT
- Data.Bytes.Get.D:R:RemainingWriterT0
- Data.Bytes.Get.D:R:BytesWriterT0
- Data.Bytes.Get.D:R:RemainingReaderT
- Data.Bytes.Get.D:R:BytesReaderT
- Data.Bytes.Get.D:R:RemainingStateT
- Data.Bytes.Get.D:R:BytesStateT
- Data.Bytes.Get.D:R:RemainingStateT0
- Data.Bytes.Get.D:R:BytesStateT0
- Data.Bytes.Get.D:R:RemainingGet
- Data.Bytes.Get.D:R:BytesGet
- Data.Bytes.Get.D:R:RemainingGet0
- Data.Bytes.Get.D:R:BytesGet0
Documentation created: dist/doc/html/bytes/, dist/doc/html/bytes/bytes.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bytes-0.17.4-GH7XoKyMxlcLq9NDFKdOvN
Completed bytes-0.17.4
Configuring th-orphans-0.13.16...
Preprocessing library for th-orphans-0.13.16..
Building library for th-orphans-0.13.16..
[1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, dist/build/Language/Haskell/TH/Instances/Internal.o, dist/build/Language/Haskell/TH/Instances/Internal.dyn_o )
[2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, dist/build/Language/Haskell/TH/Instances.o, dist/build/Language/Haskell/TH/Instances.dyn_o )
Preprocessing library for th-orphans-0.13.16..
Running Haddock on library for th-orphans-0.13.16..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, /tmp/ghc1033078_0/ghc_6.o, /tmp/ghc1033078_0/ghc_6.dyn_o )
[2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, nothing )
Haddock coverage:
Warning: 'ReaderT' is ambiguous. It is defined
* in Control.Monad.Trans.Reader
* in Control.Monad.Trans.Reader
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.Reader
Warning: 'WriterT' is ambiguous. It is defined
* in Control.Monad.Trans.Writer.Lazy
* in Control.Monad.Trans.Writer.Lazy
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.Writer.Lazy
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Lazy
* in Control.Monad.Trans.State.Lazy
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.Lazy
Warning: 'RWST' is ambiguous. It is defined
* in Control.Monad.Trans.RWS.Lazy
* in Control.Monad.Trans.RWS.Lazy
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.RWS.Lazy
Warning: 'MonadFix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Q' 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
100% ( 1 / 1) in 'Language.Haskell.TH.Instances'
Documentation created: dist/doc/html/th-orphans/,
dist/doc/html/th-orphans/th-orphans.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-orphans-0.13.16-14zKnGbdIem2srx0RzalkO
Completed th-orphans-0.13.16
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-4ju4VZ9QyPqJx9sLs2Z6DG
Completed optparse-applicative-0.19.0.0
Configuring haskell-src-meta-0.8.15...
Preprocessing library for haskell-src-meta-0.8.15..
Building library for haskell-src-meta-0.8.15..
[1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, dist/build/Language/Haskell/Meta/Extensions.o, dist/build/Language/Haskell/Meta/Extensions.dyn_o )
[2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, dist/build/Language/Haskell/Meta/THCompat.o, dist/build/Language/Haskell/Meta/THCompat.dyn_o )
[3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, dist/build/Language/Haskell/Meta/Syntax/Translate.o, dist/build/Language/Haskell/Meta/Syntax/Translate.dyn_o )
[4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, dist/build/Language/Haskell/Meta/Parse.o, dist/build/Language/Haskell/Meta/Parse.dyn_o )
[5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, dist/build/Language/Haskell/Meta.o, dist/build/Language/Haskell/Meta.dyn_o )
[6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, dist/build/Language/Haskell/Meta/Utils.o, dist/build/Language/Haskell/Meta/Utils.dyn_o )
Preprocessing library for haskell-src-meta-0.8.15..
Running Haddock on library for haskell-src-meta-0.8.15..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, /tmp/ghc1051486_0/ghc_14.o, /tmp/ghc1051486_0/ghc_14.dyn_o )
[2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, /tmp/ghc1051486_0/ghc_20.o, /tmp/ghc1051486_0/ghc_20.dyn_o )
[3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, /tmp/ghc1051486_0/ghc_18.o, /tmp/ghc1051486_0/ghc_18.dyn_o )
[4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, /tmp/ghc1051486_0/ghc_16.o, /tmp/ghc1051486_0/ghc_16.dyn_o )
[5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, /tmp/ghc1051486_0/ghc_12.o, /tmp/ghc1051486_0/ghc_12.dyn_o )
[6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Language.Haskell.Meta.Extensions'
Warning: Language.Haskell.Meta.THCompat: Could not find documentation for exported module: Language.Haskell.Meta.THCompat
Warning: Language.Haskell.Meta.Syntax.Translate: Could not find documentation for exported module: Language.Haskell.Meta.Syntax.Translate
2% ( 1 / 45) in 'Language.Haskell.Meta.Syntax.Translate'
Missing documentation for:
moduleName (src/Language/Haskell/Meta/Syntax/Translate.hs:53)
DerivClause (src/Language/Haskell/Meta/Syntax/Translate.hs:47)
ToName (src/Language/Haskell/Meta/Syntax/Translate.hs:31)
ToNames (src/Language/Haskell/Meta/Syntax/Translate.hs:32)
ToLit (src/Language/Haskell/Meta/Syntax/Translate.hs:33)
ToType (src/Language/Haskell/Meta/Syntax/Translate.hs:34)
ToPat (src/Language/Haskell/Meta/Syntax/Translate.hs:35)
ToExp (src/Language/Haskell/Meta/Syntax/Translate.hs:36)
ToDecs (src/Language/Haskell/Meta/Syntax/Translate.hs:37)
ToDec (src/Language/Haskell/Meta/Syntax/Translate.hs:38)
ToStmt (src/Language/Haskell/Meta/Syntax/Translate.hs:39)
ToLoc (src/Language/Haskell/Meta/Syntax/Translate.hs:40)
ToCxt (src/Language/Haskell/Meta/Syntax/Translate.hs:41)
ToPred (src/Language/Haskell/Meta/Syntax/Translate.hs:42)
ToTyVars (src/Language/Haskell/Meta/Syntax/Translate.hs:43)
ToMaybeKind (src/Language/Haskell/Meta/Syntax/Translate.hs:44)
ToInjectivityAnn (src/Language/Haskell/Meta/Syntax/Translate.hs:45)
ToDerivClauses (src/Language/Haskell/Meta/Syntax/Translate.hs:49)
noTH (src/Language/Haskell/Meta/Syntax/Translate.hs:57)
noTHyet (src/Language/Haskell/Meta/Syntax/Translate.hs:61)
todo (src/Language/Haskell/Meta/Syntax/Translate.hs:66)
nonsense (src/Language/Haskell/Meta/Syntax/Translate.hs:70)
toTupEl (src/Language/Haskell/Meta/Syntax/Translate.hs:75)
toFieldExp (src/Language/Haskell/Meta/Syntax/Translate.hs:252)
toGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:310)
toMatch (src/Language/Haskell/Meta/Syntax/Translate.hs:303)
toBody (src/Language/Haskell/Meta/Syntax/Translate.hs:306)
toKind (src/Language/Haskell/Meta/Syntax/Translate.hs:378)
toTyVar (src/Language/Haskell/Meta/Syntax/Translate.hs:382)
toTyVarSpec (src/Language/Haskell/Meta/Syntax/Translate.hs:391)
toTyVarsVis (src/Language/Haskell/Meta/Syntax/Translate.hs:401)
.->. (src/Language/Haskell/Meta/Syntax/Translate.hs:464)
foldAppT (src/Language/Haskell/Meta/Syntax/Translate.hs:526)
toStrictType (src/Language/Haskell/Meta/Syntax/Translate.hs:453)
toDerivStrategy (src/Language/Haskell/Meta/Syntax/Translate.hs:499)
qualConDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:698)
transAct (src/Language/Haskell/Meta/Syntax/Translate.hs:637)
hsMatchesToFunD (src/Language/Haskell/Meta/Syntax/Translate.hs:732)
hsRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:750)
conDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:717)
hsMatchToClause (src/Language/Haskell/Meta/Syntax/Translate.hs:738)
hsGuardedRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:761)
hsStmtToGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:774)
TyVarBndr_ (src/Language/Haskell/Meta/THCompat.hs:27)
15% ( 3 / 19) in 'Language.Haskell.Meta.Parse'
Missing documentation for:
parsePat (src/Language/Haskell/Meta/Parse.hs:46)
parseExp (src/Language/Haskell/Meta/Parse.hs:49)
parseType (src/Language/Haskell/Meta/Parse.hs:52)
parseDecs (src/Language/Haskell/Meta/Parse.hs:55)
myDefaultParseMode (src/Language/Haskell/Meta/Parse.hs:67)
myDefaultExtensions (src/Language/Haskell/Meta/Parse.hs:74)
parseResultToEither (src/Language/Haskell/Meta/Parse.hs:87)
parseHsModule (src/Language/Haskell/Meta/Parse.hs:93)
parseHsDecls (src/Language/Haskell/Meta/Parse.hs:96)
parseHsType (src/Language/Haskell/Meta/Parse.hs:106)
parseHsExp (src/Language/Haskell/Meta/Parse.hs:110)
parseHsPat (src/Language/Haskell/Meta/Parse.hs:113)
pprHsModule (src/Language/Haskell/Meta/Parse.hs:116)
moduleDecls (src/Language/Haskell/Meta/Parse.hs:120)
noSrcSpanInfo (src/Language/Haskell/Meta/Parse.hs:139)
emptyHsModule (src/Language/Haskell/Meta/Parse.hs:130)
100% ( 4 / 4) in 'Language.Haskell.Meta'
Warning: Language.Haskell.Meta.Utils: Could not find documentation for exported module: Language.Haskell.Meta.Utils
23% ( 11 / 47) in 'Language.Haskell.Meta.Utils'
Missing documentation for:
conName (src/Language/Haskell/Meta/Utils.hs:305)
dataDCons (src/Language/Haskell/Meta/Utils.hs:34)
decCons (src/Language/Haskell/Meta/Utils.hs:39)
decTyVars (src/Language/Haskell/Meta/Utils.hs:52)
decName (src/Language/Haskell/Meta/Utils.hs:60)
foreignName (src/Language/Haskell/Meta/Utils.hs:71)
cleanNames (src/Language/Haskell/Meta/Utils.hs:76)
pp (src/Language/Haskell/Meta/Utils.hs:97)
ppDoc (src/Language/Haskell/Meta/Utils.hs:100)
gpretty (src/Language/Haskell/Meta/Utils.hs:104)
nameToRawCodeStr (src/Language/Haskell/Meta/Utils.hs:120)
|$| (src/Language/Haskell/Meta/Utils.hs:142)
|.| (src/Language/Haskell/Meta/Utils.hs:146)
|->| (src/Language/Haskell/Meta/Utils.hs:150)
unForall (src/Language/Haskell/Meta/Utils.hs:155)
functionT (src/Language/Haskell/Meta/Utils.hs:159)
mkVarT (src/Language/Haskell/Meta/Utils.hs:162)
applyT (src/Language/Haskell/Meta/Utils.hs:219)
substT (src/Language/Haskell/Meta/Utils.hs:227)
splitCon (src/Language/Haskell/Meta/Utils.hs:240)
conTypes (src/Language/Haskell/Meta/Utils.hs:251)
strictTypeTy (src/Language/Haskell/Meta/Utils.hs:244)
varStrictTypeTy (src/Language/Haskell/Meta/Utils.hs:247)
conToConType (src/Language/Haskell/Meta/Utils.hs:262)
unwindT (src/Language/Haskell/Meta/Utils.hs:268)
unwindE (src/Language/Haskell/Meta/Utils.hs:276)
typeToName (src/Language/Haskell/Meta/Utils.hs:291)
recCName (src/Language/Haskell/Meta/Utils.hs:315)
fromDataConI (src/Language/Haskell/Meta/Utils.hs:319)
fromTyConI (src/Language/Haskell/Meta/Utils.hs:333)
mkFunD (src/Language/Haskell/Meta/Utils.hs:337)
mkClauseQ (src/Language/Haskell/Meta/Utils.hs:340)
toPatQ (src/Language/Haskell/Meta/Utils.hs:370)
showToPatQ (src/Language/Haskell/Meta/Utils.hs:373)
eitherQ (src/Language/Haskell/Meta/Utils.hs:378)
normalizeT (src/Language/Haskell/Meta/Utils.hs:386)
Documentation created: dist/doc/html/haskell-src-meta/,
dist/doc/html/haskell-src-meta/haskell-src-meta.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-src-meta-0.8.15-F5alVYVdb4HDbXQQzyqBsg
Completed haskell-src-meta-0.8.15
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-DkgHWnYxfXrKfEnsdU5LxF
Completed tasty-1.5.3
Configuring sbv-12.1...
Preprocessing library for sbv-12.1..
Building library for sbv-12.1..
[ 1 of 190] Compiling Data.SBV.Control.Types ( Data/SBV/Control/Types.hs, dist/build/Data/SBV/Control/Types.o, dist/build/Data/SBV/Control/Types.dyn_o )
[ 2 of 190] Compiling Data.SBV.Core.AlgReals ( Data/SBV/Core/AlgReals.hs, dist/build/Data/SBV/Core/AlgReals.o, dist/build/Data/SBV/Core/AlgReals.dyn_o )
[ 3 of 190] Compiling Data.SBV.SMT.SMTLibNames ( Data/SBV/SMT/SMTLibNames.hs, dist/build/Data/SBV/SMT/SMTLibNames.o, dist/build/Data/SBV/SMT/SMTLibNames.dyn_o )
[ 4 of 190] Compiling Data.SBV.Utils.ExtractIO ( Data/SBV/Utils/ExtractIO.hs, dist/build/Data/SBV/Utils/ExtractIO.o, dist/build/Data/SBV/Utils/ExtractIO.dyn_o )
[ 5 of 190] Compiling Data.SBV.Utils.Lib ( Data/SBV/Utils/Lib.hs, dist/build/Data/SBV/Utils/Lib.o, dist/build/Data/SBV/Utils/Lib.dyn_o )
[ 6 of 190] Compiling Data.SBV.Core.Kind ( Data/SBV/Core/Kind.hs, dist/build/Data/SBV/Core/Kind.o, dist/build/Data/SBV/Core/Kind.dyn_o )
[ 7 of 190] Compiling Data.SBV.Utils.Numeric ( Data/SBV/Utils/Numeric.hs, dist/build/Data/SBV/Utils/Numeric.o, dist/build/Data/SBV/Utils/Numeric.dyn_o )
[ 8 of 190] Compiling Data.SBV.Core.SizedFloats ( Data/SBV/Core/SizedFloats.hs, dist/build/Data/SBV/Core/SizedFloats.o, dist/build/Data/SBV/Core/SizedFloats.dyn_o )
[ 9 of 190] Compiling Data.SBV.Float ( Data/SBV/Float.hs, dist/build/Data/SBV/Float.o, dist/build/Data/SBV/Float.dyn_o )
[ 10 of 190] Compiling Data.SBV.Core.Concrete ( Data/SBV/Core/Concrete.hs, dist/build/Data/SBV/Core/Concrete.o, dist/build/Data/SBV/Core/Concrete.dyn_o )
[ 11 of 190] Compiling Data.SBV.Utils.TDiff ( Data/SBV/Utils/TDiff.hs, dist/build/Data/SBV/Utils/TDiff.o, dist/build/Data/SBV/Utils/TDiff.dyn_o )
[ 12 of 190] Compiling Data.SBV.Core.Symbolic ( Data/SBV/Core/Symbolic.hs, dist/build/Data/SBV/Core/Symbolic.o, dist/build/Data/SBV/Core/Symbolic.dyn_o )
[ 13 of 190] Compiling Data.SBV.Core.Operations ( Data/SBV/Core/Operations.hs, dist/build/Data/SBV/Core/Operations.o, dist/build/Data/SBV/Core/Operations.dyn_o )
[ 14 of 190] Compiling Data.SBV.Core.Sized ( Data/SBV/Core/Sized.hs, dist/build/Data/SBV/Core/Sized.o, dist/build/Data/SBV/Core/Sized.dyn_o )
[ 15 of 190] Compiling Data.SBV.Core.Data ( Data/SBV/Core/Data.hs, dist/build/Data/SBV/Core/Data.o, dist/build/Data/SBV/Core/Data.dyn_o )
[ 16 of 190] Compiling Data.SBV.Utils.SExpr ( Data/SBV/Utils/SExpr.hs, dist/build/Data/SBV/Utils/SExpr.o, dist/build/Data/SBV/Utils/SExpr.dyn_o )
[ 17 of 190] Compiling Data.SBV.Utils.PrettyNum ( Data/SBV/Utils/PrettyNum.hs, dist/build/Data/SBV/Utils/PrettyNum.o, dist/build/Data/SBV/Utils/PrettyNum.dyn_o )
[ 18 of 190] Compiling Data.SBV.Utils.CrackNum ( Data/SBV/Utils/CrackNum.hs, dist/build/Data/SBV/Utils/CrackNum.o, dist/build/Data/SBV/Utils/CrackNum.dyn_o )
[ 19 of 190] Compiling Data.SBV.SMT.Utils ( Data/SBV/SMT/Utils.hs, dist/build/Data/SBV/SMT/Utils.o, dist/build/Data/SBV/SMT/Utils.dyn_o )
[ 20 of 190] Compiling Data.SBV.SMT.SMTLib2 ( Data/SBV/SMT/SMTLib2.hs, dist/build/Data/SBV/SMT/SMTLib2.o, dist/build/Data/SBV/SMT/SMTLib2.dyn_o )
[ 21 of 190] Compiling Data.SBV.SMT.SMTLib ( Data/SBV/SMT/SMTLib.hs, dist/build/Data/SBV/SMT/SMTLib.o, dist/build/Data/SBV/SMT/SMTLib.dyn_o )
[ 22 of 190] Compiling Data.SBV.SMT.SMT ( Data/SBV/SMT/SMT.hs, dist/build/Data/SBV/SMT/SMT.o, dist/build/Data/SBV/SMT/SMT.dyn_o )
[ 23 of 190] Compiling Data.SBV.Provers.Z3 ( Data/SBV/Provers/Z3.hs, dist/build/Data/SBV/Provers/Z3.o, dist/build/Data/SBV/Provers/Z3.dyn_o )
[ 24 of 190] Compiling Data.SBV.Provers.Yices ( Data/SBV/Provers/Yices.hs, dist/build/Data/SBV/Provers/Yices.o, dist/build/Data/SBV/Provers/Yices.dyn_o )
[ 25 of 190] Compiling Data.SBV.Provers.OpenSMT ( Data/SBV/Provers/OpenSMT.hs, dist/build/Data/SBV/Provers/OpenSMT.o, dist/build/Data/SBV/Provers/OpenSMT.dyn_o )
[ 26 of 190] Compiling Data.SBV.Provers.MathSAT ( Data/SBV/Provers/MathSAT.hs, dist/build/Data/SBV/Provers/MathSAT.o, dist/build/Data/SBV/Provers/MathSAT.dyn_o )
[ 27 of 190] Compiling Data.SBV.Provers.DReal ( Data/SBV/Provers/DReal.hs, dist/build/Data/SBV/Provers/DReal.o, dist/build/Data/SBV/Provers/DReal.dyn_o )
[ 28 of 190] Compiling Data.SBV.Provers.CVC5 ( Data/SBV/Provers/CVC5.hs, dist/build/Data/SBV/Provers/CVC5.o, dist/build/Data/SBV/Provers/CVC5.dyn_o )
[ 29 of 190] Compiling Data.SBV.Provers.CVC4 ( Data/SBV/Provers/CVC4.hs, dist/build/Data/SBV/Provers/CVC4.o, dist/build/Data/SBV/Provers/CVC4.dyn_o )
[ 30 of 190] Compiling Data.SBV.Provers.Boolector ( Data/SBV/Provers/Boolector.hs, dist/build/Data/SBV/Provers/Boolector.o, dist/build/Data/SBV/Provers/Boolector.dyn_o )
[ 31 of 190] Compiling Data.SBV.Provers.Bitwuzla ( Data/SBV/Provers/Bitwuzla.hs, dist/build/Data/SBV/Provers/Bitwuzla.o, dist/build/Data/SBV/Provers/Bitwuzla.dyn_o )
[ 32 of 190] Compiling Data.SBV.Provers.ABC ( Data/SBV/Provers/ABC.hs, dist/build/Data/SBV/Provers/ABC.o, dist/build/Data/SBV/Provers/ABC.dyn_o )
[ 33 of 190] Compiling Data.SBV.Lambda ( Data/SBV/Lambda.hs, dist/build/Data/SBV/Lambda.o, dist/build/Data/SBV/Lambda.dyn_o )
[ 34 of 190] Compiling Data.SBV.Control.Utils ( Data/SBV/Control/Utils.hs, dist/build/Data/SBV/Control/Utils.o, dist/build/Data/SBV/Control/Utils.dyn_o )
[ 35 of 190] Compiling Data.SBV.Control.Query ( Data/SBV/Control/Query.hs, dist/build/Data/SBV/Control/Query.o, dist/build/Data/SBV/Control/Query.dyn_o )
[ 36 of 190] Compiling Data.SBV.Trans.Control ( Data/SBV/Trans/Control.hs, dist/build/Data/SBV/Trans/Control.o, dist/build/Data/SBV/Trans/Control.dyn_o )
[ 37 of 190] Compiling Data.SBV.Provers.Prover ( Data/SBV/Provers/Prover.hs, dist/build/Data/SBV/Provers/Prover.o, dist/build/Data/SBV/Provers/Prover.dyn_o )
[ 38 of 190] Compiling Data.SBV.Tools.GenTest ( Data/SBV/Tools/GenTest.hs, dist/build/Data/SBV/Tools/GenTest.o, dist/build/Data/SBV/Tools/GenTest.dyn_o )
[ 39 of 190] Compiling Data.SBV.Core.Model ( Data/SBV/Core/Model.hs, dist/build/Data/SBV/Core/Model.o, dist/build/Data/SBV/Core/Model.dyn_o )
[ 40 of 190] Compiling Data.SBV.Tuple ( Data/SBV/Tuple.hs, dist/build/Data/SBV/Tuple.o, dist/build/Data/SBV/Tuple.dyn_o )
[ 41 of 190] Compiling Data.SBV.Tools.STree ( Data/SBV/Tools/STree.hs, dist/build/Data/SBV/Tools/STree.o, dist/build/Data/SBV/Tools/STree.dyn_o )
[ 42 of 190] Compiling Data.SBV.Tools.Polynomial ( Data/SBV/Tools/Polynomial.hs, dist/build/Data/SBV/Tools/Polynomial.o, dist/build/Data/SBV/Tools/Polynomial.dyn_o )
[ 43 of 190] Compiling Data.SBV.Tools.Overflow ( Data/SBV/Tools/Overflow.hs, dist/build/Data/SBV/Tools/Overflow.o, dist/build/Data/SBV/Tools/Overflow.dyn_o )
[ 44 of 190] Compiling Data.SBV.TP.Utils ( Data/SBV/TP/Utils.hs, dist/build/Data/SBV/TP/Utils.o, dist/build/Data/SBV/TP/Utils.dyn_o )
[ 45 of 190] Compiling Data.SBV.TP.Kernel ( Data/SBV/TP/Kernel.hs, dist/build/Data/SBV/TP/Kernel.o, dist/build/Data/SBV/TP/Kernel.dyn_o )
[ 46 of 190] Compiling Data.SBV.Set ( Data/SBV/Set.hs, dist/build/Data/SBV/Set.o, dist/build/Data/SBV/Set.dyn_o )
[ 47 of 190] Compiling Data.SBV.Rational ( Data/SBV/Rational.hs, dist/build/Data/SBV/Rational.o, dist/build/Data/SBV/Rational.dyn_o )
[ 48 of 190] Compiling Data.SBV.Maybe ( Data/SBV/Maybe.hs, dist/build/Data/SBV/Maybe.o, dist/build/Data/SBV/Maybe.dyn_o )
[ 49 of 190] Compiling Data.SBV.Either ( Data/SBV/Either.hs, dist/build/Data/SBV/Either.o, dist/build/Data/SBV/Either.dyn_o )
[ 50 of 190] Compiling Data.SBV.Core.Floating ( Data/SBV/Core/Floating.hs, dist/build/Data/SBV/Core/Floating.o, dist/build/Data/SBV/Core/Floating.dyn_o )
[ 51 of 190] Compiling Data.SBV.List ( Data/SBV/List.hs, dist/build/Data/SBV/List.o, dist/build/Data/SBV/List.dyn_o )
[ 52 of 190] Compiling Data.SBV.SEnum ( Data/SBV/SEnum.hs, dist/build/Data/SBV/SEnum.o, dist/build/Data/SBV/SEnum.dyn_o )
[ 53 of 190] Compiling Data.SBV.Char ( Data/SBV/Char.hs, dist/build/Data/SBV/Char.o, dist/build/Data/SBV/Char.dyn_o )
[ 54 of 190] Compiling Data.SBV.RegExp ( Data/SBV/RegExp.hs, dist/build/Data/SBV/RegExp.o, dist/build/Data/SBV/RegExp.dyn_o )
[ 55 of 190] Compiling Data.SBV.Client ( Data/SBV/Client.hs, dist/build/Data/SBV/Client.o, dist/build/Data/SBV/Client.dyn_o )
[ 56 of 190] Compiling Data.SBV.Trans ( Data/SBV/Trans.hs, dist/build/Data/SBV/Trans.o, dist/build/Data/SBV/Trans.dyn_o )
[ 57 of 190] Compiling Data.SBV.Control.BaseIO ( Data/SBV/Control/BaseIO.hs, dist/build/Data/SBV/Control/BaseIO.o, dist/build/Data/SBV/Control/BaseIO.dyn_o )
[ 58 of 190] Compiling Data.SBV.Control ( Data/SBV/Control.hs, dist/build/Data/SBV/Control.o, dist/build/Data/SBV/Control.dyn_o )
[ 59 of 190] Compiling Data.SBV.Compilers.CodeGen ( Data/SBV/Compilers/CodeGen.hs, dist/build/Data/SBV/Compilers/CodeGen.o, dist/build/Data/SBV/Compilers/CodeGen.dyn_o )
[ 60 of 190] Compiling Data.SBV.Compilers.C ( Data/SBV/Compilers/C.hs, dist/build/Data/SBV/Compilers/C.o, dist/build/Data/SBV/Compilers/C.dyn_o )
[ 61 of 190] Compiling Data.SBV.Tools.CodeGen ( Data/SBV/Tools/CodeGen.hs, dist/build/Data/SBV/Tools/CodeGen.o, dist/build/Data/SBV/Tools/CodeGen.dyn_o )
[ 62 of 190] Compiling Data.SBV.Internals ( Data/SBV/Internals.hs, dist/build/Data/SBV/Internals.o, dist/build/Data/SBV/Internals.dyn_o )
[ 63 of 190] Compiling Data.SBV.Client.BaseIO ( Data/SBV/Client/BaseIO.hs, dist/build/Data/SBV/Client/BaseIO.o, dist/build/Data/SBV/Client/BaseIO.dyn_o )
[ 64 of 190] Compiling Data.SBV ( Data/SBV.hs, dist/build/Data/SBV.o, dist/build/Data/SBV.dyn_o )
[ 65 of 190] Compiling Data.SBV.Tools.WeakestPreconditions ( Data/SBV/Tools/WeakestPreconditions.hs, dist/build/Data/SBV/Tools/WeakestPreconditions.o, dist/build/Data/SBV/Tools/WeakestPreconditions.dyn_o )
[ 66 of 190] Compiling Data.SBV.Tools.Range ( Data/SBV/Tools/Range.hs, dist/build/Data/SBV/Tools/Range.o, dist/build/Data/SBV/Tools/Range.dyn_o )
[ 67 of 190] Compiling Data.SBV.Tools.Induction ( Data/SBV/Tools/Induction.hs, dist/build/Data/SBV/Tools/Induction.o, dist/build/Data/SBV/Tools/Induction.dyn_o )
[ 68 of 190] Compiling Data.SBV.Tools.BVOptimize ( Data/SBV/Tools/BVOptimize.hs, dist/build/Data/SBV/Tools/BVOptimize.o, dist/build/Data/SBV/Tools/BVOptimize.dyn_o )
[ 69 of 190] Compiling Data.SBV.Tools.BMC ( Data/SBV/Tools/BMC.hs, dist/build/Data/SBV/Tools/BMC.o, dist/build/Data/SBV/Tools/BMC.dyn_o )
[ 70 of 190] Compiling Data.SBV.TP.TP ( Data/SBV/TP/TP.hs, dist/build/Data/SBV/TP/TP.o, dist/build/Data/SBV/TP/TP.dyn_o )
[ 71 of 190] Compiling Data.SBV.TP ( Data/SBV/TP.hs, dist/build/Data/SBV/TP.o, dist/build/Data/SBV/TP.dyn_o )
[ 72 of 190] Compiling Data.SBV.TP.List ( Data/SBV/TP/List.hs, dist/build/Data/SBV/TP/List.o, dist/build/Data/SBV/TP/List.dyn_o )
[ 73 of 190] Compiling Data.SBV.Dynamic ( Data/SBV/Dynamic.hs, dist/build/Data/SBV/Dynamic.o, dist/build/Data/SBV/Dynamic.dyn_o )
[ 74 of 190] Compiling Documentation.SBV.Examples.BitPrecise.BitTricks ( Documentation/SBV/Examples/BitPrecise/BitTricks.hs, dist/build/Documentation/SBV/Examples/BitPrecise/BitTricks.o, dist/build/Documentation/SBV/Examples/BitPrecise/BitTricks.dyn_o )
[ 75 of 190] Compiling Documentation.SBV.Examples.BitPrecise.BrokenSearch ( Documentation/SBV/Examples/BitPrecise/BrokenSearch.hs, dist/build/Documentation/SBV/Examples/BitPrecise/BrokenSearch.o, dist/build/Documentation/SBV/Examples/BitPrecise/BrokenSearch.dyn_o )
[ 76 of 190] Compiling Documentation.SBV.Examples.BitPrecise.Legato ( Documentation/SBV/Examples/BitPrecise/Legato.hs, dist/build/Documentation/SBV/Examples/BitPrecise/Legato.o, dist/build/Documentation/SBV/Examples/BitPrecise/Legato.dyn_o )
[ 77 of 190] Compiling Documentation.SBV.Examples.BitPrecise.MergeSort ( Documentation/SBV/Examples/BitPrecise/MergeSort.hs, dist/build/Documentation/SBV/Examples/BitPrecise/MergeSort.o, dist/build/Documentation/SBV/Examples/BitPrecise/MergeSort.dyn_o )
[ 78 of 190] Compiling Documentation.SBV.Examples.BitPrecise.PEXT_PDEP ( Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.hs, dist/build/Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.o, dist/build/Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.dyn_o )
[ 79 of 190] Compiling Documentation.SBV.Examples.BitPrecise.PrefixSum ( Documentation/SBV/Examples/BitPrecise/PrefixSum.hs, dist/build/Documentation/SBV/Examples/BitPrecise/PrefixSum.o, dist/build/Documentation/SBV/Examples/BitPrecise/PrefixSum.dyn_o )
[ 80 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.AddSub ( Documentation/SBV/Examples/CodeGeneration/AddSub.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/AddSub.o, dist/build/Documentation/SBV/Examples/CodeGeneration/AddSub.dyn_o )
[ 81 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.CRC_USB5 ( Documentation/SBV/Examples/CodeGeneration/CRC_USB5.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/CRC_USB5.o, dist/build/Documentation/SBV/Examples/CodeGeneration/CRC_USB5.dyn_o )
[ 82 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.Fibonacci ( Documentation/SBV/Examples/CodeGeneration/Fibonacci.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/Fibonacci.o, dist/build/Documentation/SBV/Examples/CodeGeneration/Fibonacci.dyn_o )
[ 83 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.GCD ( Documentation/SBV/Examples/CodeGeneration/GCD.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/GCD.o, dist/build/Documentation/SBV/Examples/CodeGeneration/GCD.dyn_o )
[ 84 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.PopulationCount ( Documentation/SBV/Examples/CodeGeneration/PopulationCount.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/PopulationCount.o, dist/build/Documentation/SBV/Examples/CodeGeneration/PopulationCount.dyn_o )
[ 85 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.Uninterpreted ( Documentation/SBV/Examples/CodeGeneration/Uninterpreted.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/Uninterpreted.o, dist/build/Documentation/SBV/Examples/CodeGeneration/Uninterpreted.dyn_o )
[ 86 of 190] Compiling Documentation.SBV.Examples.Crypto.AES ( Documentation/SBV/Examples/Crypto/AES.hs, dist/build/Documentation/SBV/Examples/Crypto/AES.o, dist/build/Documentation/SBV/Examples/Crypto/AES.dyn_o )
[ 87 of 190] Compiling Documentation.SBV.Examples.Crypto.Prince ( Documentation/SBV/Examples/Crypto/Prince.hs, dist/build/Documentation/SBV/Examples/Crypto/Prince.o, dist/build/Documentation/SBV/Examples/Crypto/Prince.dyn_o )
[ 88 of 190] Compiling Documentation.SBV.Examples.Crypto.RC4 ( Documentation/SBV/Examples/Crypto/RC4.hs, dist/build/Documentation/SBV/Examples/Crypto/RC4.o, dist/build/Documentation/SBV/Examples/Crypto/RC4.dyn_o )
[ 89 of 190] Compiling Documentation.SBV.Examples.Crypto.SHA ( Documentation/SBV/Examples/Crypto/SHA.hs, dist/build/Documentation/SBV/Examples/Crypto/SHA.o, dist/build/Documentation/SBV/Examples/Crypto/SHA.dyn_o )
[ 90 of 190] Compiling Documentation.SBV.Examples.DeltaSat.DeltaSat ( Documentation/SBV/Examples/DeltaSat/DeltaSat.hs, dist/build/Documentation/SBV/Examples/DeltaSat/DeltaSat.o, dist/build/Documentation/SBV/Examples/DeltaSat/DeltaSat.dyn_o )
[ 91 of 190] Compiling Documentation.SBV.Examples.Existentials.Diophantine ( Documentation/SBV/Examples/Existentials/Diophantine.hs, dist/build/Documentation/SBV/Examples/Existentials/Diophantine.o, dist/build/Documentation/SBV/Examples/Existentials/Diophantine.dyn_o )
[ 92 of 190] Compiling Documentation.SBV.Examples.Lists.BoundedMutex ( Documentation/SBV/Examples/Lists/BoundedMutex.hs, dist/build/Documentation/SBV/Examples/Lists/BoundedMutex.o, dist/build/Documentation/SBV/Examples/Lists/BoundedMutex.dyn_o )
[ 93 of 190] Compiling Documentation.SBV.Examples.Lists.CountOutAndTransfer ( Documentation/SBV/Examples/Lists/CountOutAndTransfer.hs, dist/build/Documentation/SBV/Examples/Lists/CountOutAndTransfer.o, dist/build/Documentation/SBV/Examples/Lists/CountOutAndTransfer.dyn_o )
[ 94 of 190] Compiling Documentation.SBV.Examples.Lists.Fibonacci ( Documentation/SBV/Examples/Lists/Fibonacci.hs, dist/build/Documentation/SBV/Examples/Lists/Fibonacci.o, dist/build/Documentation/SBV/Examples/Lists/Fibonacci.dyn_o )
[ 95 of 190] Compiling Documentation.SBV.Examples.Misc.Auxiliary ( Documentation/SBV/Examples/Misc/Auxiliary.hs, dist/build/Documentation/SBV/Examples/Misc/Auxiliary.o, dist/build/Documentation/SBV/Examples/Misc/Auxiliary.dyn_o )
[ 96 of 190] Compiling Documentation.SBV.Examples.Misc.Definitions ( Documentation/SBV/Examples/Misc/Definitions.hs, dist/build/Documentation/SBV/Examples/Misc/Definitions.o, dist/build/Documentation/SBV/Examples/Misc/Definitions.dyn_o )
[ 97 of 190] Compiling Documentation.SBV.Examples.Misc.Enumerate ( Documentation/SBV/Examples/Misc/Enumerate.hs, dist/build/Documentation/SBV/Examples/Misc/Enumerate.o, dist/build/Documentation/SBV/Examples/Misc/Enumerate.dyn_o )
[ 98 of 190] Compiling Documentation.SBV.Examples.Misc.FirstOrderLogic ( Documentation/SBV/Examples/Misc/FirstOrderLogic.hs, dist/build/Documentation/SBV/Examples/Misc/FirstOrderLogic.o, dist/build/Documentation/SBV/Examples/Misc/FirstOrderLogic.dyn_o )
[ 99 of 190] Compiling Documentation.SBV.Examples.Misc.Floating ( Documentation/SBV/Examples/Misc/Floating.hs, dist/build/Documentation/SBV/Examples/Misc/Floating.o, dist/build/Documentation/SBV/Examples/Misc/Floating.dyn_o )
[100 of 190] Compiling Documentation.SBV.Examples.Misc.LambdaArray ( Documentation/SBV/Examples/Misc/LambdaArray.hs, dist/build/Documentation/SBV/Examples/Misc/LambdaArray.o, dist/build/Documentation/SBV/Examples/Misc/LambdaArray.dyn_o )
[101 of 190] Compiling Documentation.SBV.Examples.Misc.ModelExtract ( Documentation/SBV/Examples/Misc/ModelExtract.hs, dist/build/Documentation/SBV/Examples/Misc/ModelExtract.o, dist/build/Documentation/SBV/Examples/Misc/ModelExtract.dyn_o )
[102 of 190] Compiling Documentation.SBV.Examples.Misc.NestedArray ( Documentation/SBV/Examples/Misc/NestedArray.hs, dist/build/Documentation/SBV/Examples/Misc/NestedArray.o, dist/build/Documentation/SBV/Examples/Misc/NestedArray.dyn_o )
[103 of 190] Compiling Documentation.SBV.Examples.Misc.Newtypes ( Documentation/SBV/Examples/Misc/Newtypes.hs, dist/build/Documentation/SBV/Examples/Misc/Newtypes.o, dist/build/Documentation/SBV/Examples/Misc/Newtypes.dyn_o )
[104 of 190] Compiling Documentation.SBV.Examples.Misc.NoDiv0 ( Documentation/SBV/Examples/Misc/NoDiv0.hs, dist/build/Documentation/SBV/Examples/Misc/NoDiv0.o, dist/build/Documentation/SBV/Examples/Misc/NoDiv0.dyn_o )
[105 of 190] Compiling Documentation.SBV.Examples.Misc.Polynomials ( Documentation/SBV/Examples/Misc/Polynomials.hs, dist/build/Documentation/SBV/Examples/Misc/Polynomials.o, dist/build/Documentation/SBV/Examples/Misc/Polynomials.dyn_o )
[106 of 190] Compiling Documentation.SBV.Examples.Misc.ProgramPaths ( Documentation/SBV/Examples/Misc/ProgramPaths.hs, dist/build/Documentation/SBV/Examples/Misc/ProgramPaths.o, dist/build/Documentation/SBV/Examples/Misc/ProgramPaths.dyn_o )
[107 of 190] Compiling Documentation.SBV.Examples.Misc.SetAlgebra ( Documentation/SBV/Examples/Misc/SetAlgebra.hs, dist/build/Documentation/SBV/Examples/Misc/SetAlgebra.o, dist/build/Documentation/SBV/Examples/Misc/SetAlgebra.dyn_o )
[108 of 190] Compiling Documentation.SBV.Examples.Misc.SoftConstrain ( Documentation/SBV/Examples/Misc/SoftConstrain.hs, dist/build/Documentation/SBV/Examples/Misc/SoftConstrain.o, dist/build/Documentation/SBV/Examples/Misc/SoftConstrain.dyn_o )
[109 of 190] Compiling Documentation.SBV.Examples.Misc.Tuple ( Documentation/SBV/Examples/Misc/Tuple.hs, dist/build/Documentation/SBV/Examples/Misc/Tuple.o, dist/build/Documentation/SBV/Examples/Misc/Tuple.dyn_o )
[110 of 190] Compiling Documentation.SBV.Examples.Optimization.Enumerate ( Documentation/SBV/Examples/Optimization/Enumerate.hs, dist/build/Documentation/SBV/Examples/Optimization/Enumerate.o, dist/build/Documentation/SBV/Examples/Optimization/Enumerate.dyn_o )
[111 of 190] Compiling Documentation.SBV.Examples.Optimization.ExtField ( Documentation/SBV/Examples/Optimization/ExtField.hs, dist/build/Documentation/SBV/Examples/Optimization/ExtField.o, dist/build/Documentation/SBV/Examples/Optimization/ExtField.dyn_o )
[112 of 190] Compiling Documentation.SBV.Examples.Optimization.LinearOpt ( Documentation/SBV/Examples/Optimization/LinearOpt.hs, dist/build/Documentation/SBV/Examples/Optimization/LinearOpt.o, dist/build/Documentation/SBV/Examples/Optimization/LinearOpt.dyn_o )
[113 of 190] Compiling Documentation.SBV.Examples.Optimization.Production ( Documentation/SBV/Examples/Optimization/Production.hs, dist/build/Documentation/SBV/Examples/Optimization/Production.o, dist/build/Documentation/SBV/Examples/Optimization/Production.dyn_o )
[114 of 190] Compiling Documentation.SBV.Examples.Optimization.VM ( Documentation/SBV/Examples/Optimization/VM.hs, dist/build/Documentation/SBV/Examples/Optimization/VM.o, dist/build/Documentation/SBV/Examples/Optimization/VM.dyn_o )
[115 of 190] Compiling Documentation.SBV.Examples.ProofTools.AddHorn ( Documentation/SBV/Examples/ProofTools/AddHorn.hs, dist/build/Documentation/SBV/Examples/ProofTools/AddHorn.o, dist/build/Documentation/SBV/Examples/ProofTools/AddHorn.dyn_o )
[116 of 190] Compiling Documentation.SBV.Examples.ProofTools.BMC ( Documentation/SBV/Examples/ProofTools/BMC.hs, dist/build/Documentation/SBV/Examples/ProofTools/BMC.o, dist/build/Documentation/SBV/Examples/ProofTools/BMC.dyn_o )
[117 of 190] Compiling Documentation.SBV.Examples.ProofTools.Fibonacci ( Documentation/SBV/Examples/ProofTools/Fibonacci.hs, dist/build/Documentation/SBV/Examples/ProofTools/Fibonacci.o, dist/build/Documentation/SBV/Examples/ProofTools/Fibonacci.dyn_o )
[118 of 190] Compiling Documentation.SBV.Examples.ProofTools.Strengthen ( Documentation/SBV/Examples/ProofTools/Strengthen.hs, dist/build/Documentation/SBV/Examples/ProofTools/Strengthen.o, dist/build/Documentation/SBV/Examples/ProofTools/Strengthen.dyn_o )
[119 of 190] Compiling Documentation.SBV.Examples.ProofTools.Sum ( Documentation/SBV/Examples/ProofTools/Sum.hs, dist/build/Documentation/SBV/Examples/ProofTools/Sum.o, dist/build/Documentation/SBV/Examples/ProofTools/Sum.dyn_o )
[120 of 190] Compiling Documentation.SBV.Examples.Puzzles.AOC_2021_24 ( Documentation/SBV/Examples/Puzzles/AOC_2021_24.hs, dist/build/Documentation/SBV/Examples/Puzzles/AOC_2021_24.o, dist/build/Documentation/SBV/Examples/Puzzles/AOC_2021_24.dyn_o )
[121 of 190] Compiling Documentation.SBV.Examples.Puzzles.Birthday ( Documentation/SBV/Examples/Puzzles/Birthday.hs, dist/build/Documentation/SBV/Examples/Puzzles/Birthday.o, dist/build/Documentation/SBV/Examples/Puzzles/Birthday.dyn_o )
[122 of 190] Compiling Documentation.SBV.Examples.Puzzles.Coins ( Documentation/SBV/Examples/Puzzles/Coins.hs, dist/build/Documentation/SBV/Examples/Puzzles/Coins.o, dist/build/Documentation/SBV/Examples/Puzzles/Coins.dyn_o )
[123 of 190] Compiling Documentation.SBV.Examples.Puzzles.Counts ( Documentation/SBV/Examples/Puzzles/Counts.hs, dist/build/Documentation/SBV/Examples/Puzzles/Counts.o, dist/build/Documentation/SBV/Examples/Puzzles/Counts.dyn_o )
[124 of 190] Compiling Documentation.SBV.Examples.Puzzles.DieHard ( Documentation/SBV/Examples/Puzzles/DieHard.hs, dist/build/Documentation/SBV/Examples/Puzzles/DieHard.o, dist/build/Documentation/SBV/Examples/Puzzles/DieHard.dyn_o )
[125 of 190] Compiling Documentation.SBV.Examples.Puzzles.DogCatMouse ( Documentation/SBV/Examples/Puzzles/DogCatMouse.hs, dist/build/Documentation/SBV/Examples/Puzzles/DogCatMouse.o, dist/build/Documentation/SBV/Examples/Puzzles/DogCatMouse.dyn_o )
[126 of 190] Compiling Documentation.SBV.Examples.Puzzles.Drinker ( Documentation/SBV/Examples/Puzzles/Drinker.hs, dist/build/Documentation/SBV/Examples/Puzzles/Drinker.o, dist/build/Documentation/SBV/Examples/Puzzles/Drinker.dyn_o )
[127 of 190] Compiling Documentation.SBV.Examples.Puzzles.Euler185 ( Documentation/SBV/Examples/Puzzles/Euler185.hs, dist/build/Documentation/SBV/Examples/Puzzles/Euler185.o, dist/build/Documentation/SBV/Examples/Puzzles/Euler185.dyn_o )
[128 of 190] Compiling Documentation.SBV.Examples.Puzzles.Fish ( Documentation/SBV/Examples/Puzzles/Fish.hs, dist/build/Documentation/SBV/Examples/Puzzles/Fish.o, dist/build/Documentation/SBV/Examples/Puzzles/Fish.dyn_o )
[129 of 190] Compiling Documentation.SBV.Examples.Puzzles.Garden ( Documentation/SBV/Examples/Puzzles/Garden.hs, dist/build/Documentation/SBV/Examples/Puzzles/Garden.o, dist/build/Documentation/SBV/Examples/Puzzles/Garden.dyn_o )
[130 of 190] Compiling Documentation.SBV.Examples.Puzzles.HexPuzzle ( Documentation/SBV/Examples/Puzzles/HexPuzzle.hs, dist/build/Documentation/SBV/Examples/Puzzles/HexPuzzle.o, dist/build/Documentation/SBV/Examples/Puzzles/HexPuzzle.dyn_o )
[131 of 190] Compiling Documentation.SBV.Examples.Puzzles.Jugs ( Documentation/SBV/Examples/Puzzles/Jugs.hs, dist/build/Documentation/SBV/Examples/Puzzles/Jugs.o, dist/build/Documentation/SBV/Examples/Puzzles/Jugs.dyn_o )
[132 of 190] Compiling Documentation.SBV.Examples.Puzzles.KnightsAndKnaves ( Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.hs, dist/build/Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.o, dist/build/Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.dyn_o )
[133 of 190] Compiling Documentation.SBV.Examples.Puzzles.LadyAndTigers ( Documentation/SBV/Examples/Puzzles/LadyAndTigers.hs, dist/build/Documentation/SBV/Examples/Puzzles/LadyAndTigers.o, dist/build/Documentation/SBV/Examples/Puzzles/LadyAndTigers.dyn_o )
[134 of 190] Compiling Documentation.SBV.Examples.Puzzles.MagicSquare ( Documentation/SBV/Examples/Puzzles/MagicSquare.hs, dist/build/Documentation/SBV/Examples/Puzzles/MagicSquare.o, dist/build/Documentation/SBV/Examples/Puzzles/MagicSquare.dyn_o )
[135 of 190] Compiling Documentation.SBV.Examples.Puzzles.Murder ( Documentation/SBV/Examples/Puzzles/Murder.hs, dist/build/Documentation/SBV/Examples/Puzzles/Murder.o, dist/build/Documentation/SBV/Examples/Puzzles/Murder.dyn_o )
[136 of 190] Compiling Documentation.SBV.Examples.Puzzles.NQueens ( Documentation/SBV/Examples/Puzzles/NQueens.hs, dist/build/Documentation/SBV/Examples/Puzzles/NQueens.o, dist/build/Documentation/SBV/Examples/Puzzles/NQueens.dyn_o )
[137 of 190] Compiling Documentation.SBV.Examples.Puzzles.Newspaper ( Documentation/SBV/Examples/Puzzles/Newspaper.hs, dist/build/Documentation/SBV/Examples/Puzzles/Newspaper.o, dist/build/Documentation/SBV/Examples/Puzzles/Newspaper.dyn_o )
[138 of 190] Compiling Documentation.SBV.Examples.Puzzles.Orangutans ( Documentation/SBV/Examples/Puzzles/Orangutans.hs, dist/build/Documentation/SBV/Examples/Puzzles/Orangutans.o, dist/build/Documentation/SBV/Examples/Puzzles/Orangutans.dyn_o )
[139 of 190] Compiling Documentation.SBV.Examples.Puzzles.Rabbits ( Documentation/SBV/Examples/Puzzles/Rabbits.hs, dist/build/Documentation/SBV/Examples/Puzzles/Rabbits.o, dist/build/Documentation/SBV/Examples/Puzzles/Rabbits.dyn_o )
[140 of 190] Compiling Documentation.SBV.Examples.Puzzles.SendMoreMoney ( Documentation/SBV/Examples/Puzzles/SendMoreMoney.hs, dist/build/Documentation/SBV/Examples/Puzzles/SendMoreMoney.o, dist/build/Documentation/SBV/Examples/Puzzles/SendMoreMoney.dyn_o )
[141 of 190] Compiling Documentation.SBV.Examples.Puzzles.Sudoku ( Documentation/SBV/Examples/Puzzles/Sudoku.hs, dist/build/Documentation/SBV/Examples/Puzzles/Sudoku.o, dist/build/Documentation/SBV/Examples/Puzzles/Sudoku.dyn_o )
[142 of 190] Compiling Documentation.SBV.Examples.Puzzles.Tower ( Documentation/SBV/Examples/Puzzles/Tower.hs, dist/build/Documentation/SBV/Examples/Puzzles/Tower.o, dist/build/Documentation/SBV/Examples/Puzzles/Tower.dyn_o )
[143 of 190] Compiling Documentation.SBV.Examples.Puzzles.U2Bridge ( Documentation/SBV/Examples/Puzzles/U2Bridge.hs, dist/build/Documentation/SBV/Examples/Puzzles/U2Bridge.o, dist/build/Documentation/SBV/Examples/Puzzles/U2Bridge.dyn_o )
[144 of 190] Compiling Documentation.SBV.Examples.Queries.Abducts ( Documentation/SBV/Examples/Queries/Abducts.hs, dist/build/Documentation/SBV/Examples/Queries/Abducts.o, dist/build/Documentation/SBV/Examples/Queries/Abducts.dyn_o )
[145 of 190] Compiling Documentation.SBV.Examples.Queries.AllSat ( Documentation/SBV/Examples/Queries/AllSat.hs, dist/build/Documentation/SBV/Examples/Queries/AllSat.o, dist/build/Documentation/SBV/Examples/Queries/AllSat.dyn_o )
[146 of 190] Compiling Documentation.SBV.Examples.Queries.CaseSplit ( Documentation/SBV/Examples/Queries/CaseSplit.hs, dist/build/Documentation/SBV/Examples/Queries/CaseSplit.o, dist/build/Documentation/SBV/Examples/Queries/CaseSplit.dyn_o )
[147 of 190] Compiling Documentation.SBV.Examples.Queries.Concurrency ( Documentation/SBV/Examples/Queries/Concurrency.hs, dist/build/Documentation/SBV/Examples/Queries/Concurrency.o, dist/build/Documentation/SBV/Examples/Queries/Concurrency.dyn_o )
[148 of 190] Compiling Documentation.SBV.Examples.Queries.Enums ( Documentation/SBV/Examples/Queries/Enums.hs, dist/build/Documentation/SBV/Examples/Queries/Enums.o, dist/build/Documentation/SBV/Examples/Queries/Enums.dyn_o )
[149 of 190] Compiling Documentation.SBV.Examples.Queries.FourFours ( Documentation/SBV/Examples/Queries/FourFours.hs, dist/build/Documentation/SBV/Examples/Queries/FourFours.o, dist/build/Documentation/SBV/Examples/Queries/FourFours.dyn_o )
[150 of 190] Compiling Documentation.SBV.Examples.Queries.GuessNumber ( Documentation/SBV/Examples/Queries/GuessNumber.hs, dist/build/Documentation/SBV/Examples/Queries/GuessNumber.o, dist/build/Documentation/SBV/Examples/Queries/GuessNumber.dyn_o )
[151 of 190] Compiling Documentation.SBV.Examples.Queries.Interpolants ( Documentation/SBV/Examples/Queries/Interpolants.hs, dist/build/Documentation/SBV/Examples/Queries/Interpolants.o, dist/build/Documentation/SBV/Examples/Queries/Interpolants.dyn_o )
[152 of 190] Compiling Documentation.SBV.Examples.Queries.UnsatCore ( Documentation/SBV/Examples/Queries/UnsatCore.hs, dist/build/Documentation/SBV/Examples/Queries/UnsatCore.o, dist/build/Documentation/SBV/Examples/Queries/UnsatCore.dyn_o )
[153 of 190] Compiling Documentation.SBV.Examples.Strings.RegexCrossword ( Documentation/SBV/Examples/Strings/RegexCrossword.hs, dist/build/Documentation/SBV/Examples/Strings/RegexCrossword.o, dist/build/Documentation/SBV/Examples/Strings/RegexCrossword.dyn_o )
[154 of 190] Compiling Documentation.SBV.Examples.Strings.SQLInjection ( Documentation/SBV/Examples/Strings/SQLInjection.hs, dist/build/Documentation/SBV/Examples/Strings/SQLInjection.o, dist/build/Documentation/SBV/Examples/Strings/SQLInjection.dyn_o )
[155 of 190] Compiling Documentation.SBV.Examples.TP.Basics ( Documentation/SBV/Examples/TP/Basics.hs, dist/build/Documentation/SBV/Examples/TP/Basics.o, dist/build/Documentation/SBV/Examples/TP/Basics.dyn_o )
[156 of 190] Compiling Documentation.SBV.Examples.TP.BinarySearch ( Documentation/SBV/Examples/TP/BinarySearch.hs, dist/build/Documentation/SBV/Examples/TP/BinarySearch.o, dist/build/Documentation/SBV/Examples/TP/BinarySearch.dyn_o )
[157 of 190] Compiling Documentation.SBV.Examples.TP.CaseSplit ( Documentation/SBV/Examples/TP/CaseSplit.hs, dist/build/Documentation/SBV/Examples/TP/CaseSplit.o, dist/build/Documentation/SBV/Examples/TP/CaseSplit.dyn_o )
[158 of 190] Compiling Documentation.SBV.Examples.TP.Fibonacci ( Documentation/SBV/Examples/TP/Fibonacci.hs, dist/build/Documentation/SBV/Examples/TP/Fibonacci.o, dist/build/Documentation/SBV/Examples/TP/Fibonacci.dyn_o )
[159 of 190] Compiling Documentation.SBV.Examples.TP.Kleene ( Documentation/SBV/Examples/TP/Kleene.hs, dist/build/Documentation/SBV/Examples/TP/Kleene.o, dist/build/Documentation/SBV/Examples/TP/Kleene.dyn_o )
[160 of 190] Compiling Documentation.SBV.Examples.TP.Majority ( Documentation/SBV/Examples/TP/Majority.hs, dist/build/Documentation/SBV/Examples/TP/Majority.o, dist/build/Documentation/SBV/Examples/TP/Majority.dyn_o )
[161 of 190] Compiling Documentation.SBV.Examples.TP.McCarthy91 ( Documentation/SBV/Examples/TP/McCarthy91.hs, dist/build/Documentation/SBV/Examples/TP/McCarthy91.o, dist/build/Documentation/SBV/Examples/TP/McCarthy91.dyn_o )
[162 of 190] Compiling Documentation.SBV.Examples.TP.Numeric ( Documentation/SBV/Examples/TP/Numeric.hs, dist/build/Documentation/SBV/Examples/TP/Numeric.o, dist/build/Documentation/SBV/Examples/TP/Numeric.dyn_o )
[163 of 190] Compiling Documentation.SBV.Examples.TP.PowerMod ( Documentation/SBV/Examples/TP/PowerMod.hs, dist/build/Documentation/SBV/Examples/TP/PowerMod.o, dist/build/Documentation/SBV/Examples/TP/PowerMod.dyn_o )
[164 of 190] Compiling Documentation.SBV.Examples.TP.RevAcc ( Documentation/SBV/Examples/TP/RevAcc.hs, dist/build/Documentation/SBV/Examples/TP/RevAcc.o, dist/build/Documentation/SBV/Examples/TP/RevAcc.dyn_o )
[165 of 190] Compiling Documentation.SBV.Examples.TP.Reverse ( Documentation/SBV/Examples/TP/Reverse.hs, dist/build/Documentation/SBV/Examples/TP/Reverse.o, dist/build/Documentation/SBV/Examples/TP/Reverse.dyn_o )
[166 of 190] Compiling Documentation.SBV.Examples.TP.ShefferStroke ( Documentation/SBV/Examples/TP/ShefferStroke.hs, dist/build/Documentation/SBV/Examples/TP/ShefferStroke.o, dist/build/Documentation/SBV/Examples/TP/ShefferStroke.dyn_o )
[167 of 190] Compiling Documentation.SBV.Examples.TP.SortHelpers ( Documentation/SBV/Examples/TP/SortHelpers.hs, dist/build/Documentation/SBV/Examples/TP/SortHelpers.o, dist/build/Documentation/SBV/Examples/TP/SortHelpers.dyn_o )
[168 of 190] Compiling Documentation.SBV.Examples.TP.QuickSort ( Documentation/SBV/Examples/TP/QuickSort.hs, dist/build/Documentation/SBV/Examples/TP/QuickSort.o, dist/build/Documentation/SBV/Examples/TP/QuickSort.dyn_o )
[169 of 190] Compiling Documentation.SBV.Examples.TP.MergeSort ( Documentation/SBV/Examples/TP/MergeSort.hs, dist/build/Documentation/SBV/Examples/TP/MergeSort.o, dist/build/Documentation/SBV/Examples/TP/MergeSort.dyn_o )
[170 of 190] Compiling Documentation.SBV.Examples.TP.InsertionSort ( Documentation/SBV/Examples/TP/InsertionSort.hs, dist/build/Documentation/SBV/Examples/TP/InsertionSort.o, dist/build/Documentation/SBV/Examples/TP/InsertionSort.dyn_o )
[171 of 190] Compiling Documentation.SBV.Examples.TP.Sqrt2IsIrrational ( Documentation/SBV/Examples/TP/Sqrt2IsIrrational.hs, dist/build/Documentation/SBV/Examples/TP/Sqrt2IsIrrational.o, dist/build/Documentation/SBV/Examples/TP/Sqrt2IsIrrational.dyn_o )
[172 of 190] Compiling Documentation.SBV.Examples.TP.StrongInduction ( Documentation/SBV/Examples/TP/StrongInduction.hs, dist/build/Documentation/SBV/Examples/TP/StrongInduction.o, dist/build/Documentation/SBV/Examples/TP/StrongInduction.dyn_o )
[173 of 190] Compiling Documentation.SBV.Examples.TP.SumReverse ( Documentation/SBV/Examples/TP/SumReverse.hs, dist/build/Documentation/SBV/Examples/TP/SumReverse.o, dist/build/Documentation/SBV/Examples/TP/SumReverse.dyn_o )
[174 of 190] Compiling Documentation.SBV.Examples.TP.Tao ( Documentation/SBV/Examples/TP/Tao.hs, dist/build/Documentation/SBV/Examples/TP/Tao.o, dist/build/Documentation/SBV/Examples/TP/Tao.dyn_o )
[175 of 190] Compiling Documentation.SBV.Examples.Transformers.SymbolicEval ( Documentation/SBV/Examples/Transformers/SymbolicEval.hs, dist/build/Documentation/SBV/Examples/Transformers/SymbolicEval.o, dist/build/Documentation/SBV/Examples/Transformers/SymbolicEval.dyn_o )
[176 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.AUF ( Documentation/SBV/Examples/Uninterpreted/AUF.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/AUF.o, dist/build/Documentation/SBV/Examples/Uninterpreted/AUF.dyn_o )
[177 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Deduce ( Documentation/SBV/Examples/Uninterpreted/Deduce.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Deduce.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Deduce.dyn_o )
[178 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Function ( Documentation/SBV/Examples/Uninterpreted/Function.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Function.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Function.dyn_o )
[179 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Multiply ( Documentation/SBV/Examples/Uninterpreted/Multiply.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Multiply.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Multiply.dyn_o )
[180 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Shannon ( Documentation/SBV/Examples/Uninterpreted/Shannon.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Shannon.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Shannon.dyn_o )
[181 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Sort ( Documentation/SBV/Examples/Uninterpreted/Sort.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Sort.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Sort.dyn_o )
[182 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.UISortAllSat ( Documentation/SBV/Examples/Uninterpreted/UISortAllSat.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/UISortAllSat.o, dist/build/Documentation/SBV/Examples/Uninterpreted/UISortAllSat.dyn_o )
[183 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Append ( Documentation/SBV/Examples/WeakestPreconditions/Append.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Append.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Append.dyn_o )
[184 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Basics ( Documentation/SBV/Examples/WeakestPreconditions/Basics.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Basics.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Basics.dyn_o )
[185 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Fib ( Documentation/SBV/Examples/WeakestPreconditions/Fib.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Fib.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Fib.dyn_o )
[186 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.GCD ( Documentation/SBV/Examples/WeakestPreconditions/GCD.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/GCD.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/GCD.dyn_o )
[187 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntDiv ( Documentation/SBV/Examples/WeakestPreconditions/IntDiv.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntDiv.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntDiv.dyn_o )
[188 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntSqrt ( Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.dyn_o )
[189 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Length ( Documentation/SBV/Examples/WeakestPreconditions/Length.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Length.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Length.dyn_o )
[190 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Sum ( Documentation/SBV/Examples/WeakestPreconditions/Sum.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Sum.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Sum.dyn_o )
Preprocessing library for sbv-12.1..
Running Haddock on library for sbv-12.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 190] Compiling Data.SBV.Control.Types ( Data/SBV/Control/Types.hs, /tmp/ghc1168777_0/ghc_142.o, /tmp/ghc1168777_0/ghc_142.dyn_o )
[ 2 of 190] Compiling Data.SBV.Core.AlgReals ( Data/SBV/Core/AlgReals.hs, /tmp/ghc1168777_0/ghc_146.o, /tmp/ghc1168777_0/ghc_146.dyn_o )
[ 3 of 190] Compiling Data.SBV.SMT.SMTLibNames ( Data/SBV/SMT/SMTLibNames.hs, /tmp/ghc1168777_0/ghc_200.o, /tmp/ghc1168777_0/ghc_200.dyn_o )
[ 4 of 190] Compiling Data.SBV.Utils.ExtractIO ( Data/SBV/Utils/ExtractIO.hs, /tmp/ghc1168777_0/ghc_220.o, /tmp/ghc1168777_0/ghc_220.dyn_o )
[ 5 of 190] Compiling Data.SBV.Utils.Lib ( Data/SBV/Utils/Lib.hs, /tmp/ghc1168777_0/ghc_222.o, /tmp/ghc1168777_0/ghc_222.dyn_o )
[ 6 of 190] Compiling Data.SBV.Core.Kind ( Data/SBV/Core/Kind.hs, /tmp/ghc1168777_0/ghc_154.o, /tmp/ghc1168777_0/ghc_154.dyn_o )
[ 7 of 190] Compiling Data.SBV.Utils.Numeric ( Data/SBV/Utils/Numeric.hs, /tmp/ghc1168777_0/ghc_224.o, /tmp/ghc1168777_0/ghc_224.dyn_o )
[ 8 of 190] Compiling Data.SBV.Core.SizedFloats ( Data/SBV/Core/SizedFloats.hs, /tmp/ghc1168777_0/ghc_162.o, /tmp/ghc1168777_0/ghc_162.dyn_o )
[ 9 of 190] Compiling Data.SBV.Float ( Data/SBV/Float.hs, nothing )
[ 10 of 190] Compiling Data.SBV.Core.Concrete ( Data/SBV/Core/Concrete.hs, /tmp/ghc1168777_0/ghc_148.o, /tmp/ghc1168777_0/ghc_148.dyn_o )
[ 11 of 190] Compiling Data.SBV.Utils.TDiff ( Data/SBV/Utils/TDiff.hs, /tmp/ghc1168777_0/ghc_230.o, /tmp/ghc1168777_0/ghc_230.dyn_o )
[ 12 of 190] Compiling Data.SBV.Core.Symbolic ( Data/SBV/Core/Symbolic.hs, /tmp/ghc1168777_0/ghc_164.o, /tmp/ghc1168777_0/ghc_164.dyn_o )
[ 13 of 190] Compiling Data.SBV.Core.Operations ( Data/SBV/Core/Operations.hs, /tmp/ghc1168777_0/ghc_158.o, /tmp/ghc1168777_0/ghc_158.dyn_o )
[ 14 of 190] Compiling Data.SBV.Core.Sized ( Data/SBV/Core/Sized.hs, /tmp/ghc1168777_0/ghc_160.o, /tmp/ghc1168777_0/ghc_160.dyn_o )
[ 15 of 190] Compiling Data.SBV.Core.Data ( Data/SBV/Core/Data.hs, /tmp/ghc1168777_0/ghc_150.o, /tmp/ghc1168777_0/ghc_150.dyn_o )
[ 16 of 190] Compiling Data.SBV.Utils.SExpr ( Data/SBV/Utils/SExpr.hs, /tmp/ghc1168777_0/ghc_228.o, /tmp/ghc1168777_0/ghc_228.dyn_o )
[ 17 of 190] Compiling Data.SBV.Utils.PrettyNum ( Data/SBV/Utils/PrettyNum.hs, /tmp/ghc1168777_0/ghc_226.o, /tmp/ghc1168777_0/ghc_226.dyn_o )
[ 18 of 190] Compiling Data.SBV.Utils.CrackNum ( Data/SBV/Utils/CrackNum.hs, /tmp/ghc1168777_0/ghc_218.o, /tmp/ghc1168777_0/ghc_218.dyn_o )
[ 19 of 190] Compiling Data.SBV.SMT.Utils ( Data/SBV/SMT/Utils.hs, /tmp/ghc1168777_0/ghc_202.o, /tmp/ghc1168777_0/ghc_202.dyn_o )
[ 20 of 190] Compiling Data.SBV.SMT.SMTLib2 ( Data/SBV/SMT/SMTLib2.hs, /tmp/ghc1168777_0/ghc_198.o, /tmp/ghc1168777_0/ghc_198.dyn_o )
[ 21 of 190] Compiling Data.SBV.SMT.SMTLib ( Data/SBV/SMT/SMTLib.hs, /tmp/ghc1168777_0/ghc_196.o, /tmp/ghc1168777_0/ghc_196.dyn_o )
[ 22 of 190] Compiling Data.SBV.SMT.SMT ( Data/SBV/SMT/SMT.hs, /tmp/ghc1168777_0/ghc_194.o, /tmp/ghc1168777_0/ghc_194.dyn_o )
[ 23 of 190] Compiling Data.SBV.Provers.Z3 ( Data/SBV/Provers/Z3.hs, /tmp/ghc1168777_0/ghc_190.o, /tmp/ghc1168777_0/ghc_190.dyn_o )
[ 24 of 190] Compiling Data.SBV.Provers.Yices ( Data/SBV/Provers/Yices.hs, /tmp/ghc1168777_0/ghc_188.o, /tmp/ghc1168777_0/ghc_188.dyn_o )
[ 25 of 190] Compiling Data.SBV.Provers.OpenSMT ( Data/SBV/Provers/OpenSMT.hs, /tmp/ghc1168777_0/ghc_184.o, /tmp/ghc1168777_0/ghc_184.dyn_o )
[ 26 of 190] Compiling Data.SBV.Provers.MathSAT ( Data/SBV/Provers/MathSAT.hs, /tmp/ghc1168777_0/ghc_182.o, /tmp/ghc1168777_0/ghc_182.dyn_o )
[ 27 of 190] Compiling Data.SBV.Provers.DReal ( Data/SBV/Provers/DReal.hs, /tmp/ghc1168777_0/ghc_180.o, /tmp/ghc1168777_0/ghc_180.dyn_o )
[ 28 of 190] Compiling Data.SBV.Provers.CVC5 ( Data/SBV/Provers/CVC5.hs, /tmp/ghc1168777_0/ghc_178.o, /tmp/ghc1168777_0/ghc_178.dyn_o )
[ 29 of 190] Compiling Data.SBV.Provers.CVC4 ( Data/SBV/Provers/CVC4.hs, /tmp/ghc1168777_0/ghc_176.o, /tmp/ghc1168777_0/ghc_176.dyn_o )
[ 30 of 190] Compiling Data.SBV.Provers.Boolector ( Data/SBV/Provers/Boolector.hs, /tmp/ghc1168777_0/ghc_174.o, /tmp/ghc1168777_0/ghc_174.dyn_o )
[ 31 of 190] Compiling Data.SBV.Provers.Bitwuzla ( Data/SBV/Provers/Bitwuzla.hs, /tmp/ghc1168777_0/ghc_172.o, /tmp/ghc1168777_0/ghc_172.dyn_o )
[ 32 of 190] Compiling Data.SBV.Provers.ABC ( Data/SBV/Provers/ABC.hs, /tmp/ghc1168777_0/ghc_170.o, /tmp/ghc1168777_0/ghc_170.dyn_o )
[ 33 of 190] Compiling Data.SBV.Lambda ( Data/SBV/Lambda.hs, /tmp/ghc1168777_0/ghc_166.o, /tmp/ghc1168777_0/ghc_166.dyn_o )
[ 34 of 190] Compiling Data.SBV.Control.Utils ( Data/SBV/Control/Utils.hs, /tmp/ghc1168777_0/ghc_144.o, /tmp/ghc1168777_0/ghc_144.dyn_o )
[ 35 of 190] Compiling Data.SBV.Control.Query ( Data/SBV/Control/Query.hs, /tmp/ghc1168777_0/ghc_140.o, /tmp/ghc1168777_0/ghc_140.dyn_o )
[ 36 of 190] Compiling Data.SBV.Trans.Control ( Data/SBV/Trans/Control.hs, /tmp/ghc1168777_0/ghc_214.o, /tmp/ghc1168777_0/ghc_214.dyn_o )
[ 37 of 190] Compiling Data.SBV.Provers.Prover ( Data/SBV/Provers/Prover.hs, /tmp/ghc1168777_0/ghc_186.o, /tmp/ghc1168777_0/ghc_186.dyn_o )
[ 38 of 190] Compiling Data.SBV.Tools.GenTest ( Data/SBV/Tools/GenTest.hs, nothing )
[ 39 of 190] Compiling Data.SBV.Core.Model ( Data/SBV/Core/Model.hs, /tmp/ghc1168777_0/ghc_156.o, /tmp/ghc1168777_0/ghc_156.dyn_o )
[ 40 of 190] Compiling Data.SBV.Tuple ( Data/SBV/Tuple.hs, /tmp/ghc1168777_0/ghc_216.o, /tmp/ghc1168777_0/ghc_216.dyn_o )
[ 41 of 190] Compiling Data.SBV.Tools.STree ( Data/SBV/Tools/STree.hs, nothing )
[ 42 of 190] Compiling Data.SBV.Tools.Polynomial ( Data/SBV/Tools/Polynomial.hs, nothing )
[ 43 of 190] Compiling Data.SBV.Tools.Overflow ( Data/SBV/Tools/Overflow.hs, nothing )
[ 44 of 190] Compiling Data.SBV.TP.Utils ( Data/SBV/TP/Utils.hs, /tmp/ghc1168777_0/ghc_210.o, /tmp/ghc1168777_0/ghc_210.dyn_o )
[ 45 of 190] Compiling Data.SBV.TP.Kernel ( Data/SBV/TP/Kernel.hs, /tmp/ghc1168777_0/ghc_206.o, /tmp/ghc1168777_0/ghc_206.dyn_o )
[ 46 of 190] Compiling Data.SBV.Set ( Data/SBV/Set.hs, nothing )
[ 47 of 190] Compiling Data.SBV.Rational ( Data/SBV/Rational.hs, nothing )
[ 48 of 190] Compiling Data.SBV.Maybe ( Data/SBV/Maybe.hs, nothing )
[ 49 of 190] Compiling Data.SBV.Either ( Data/SBV/Either.hs, nothing )
[ 50 of 190] Compiling Data.SBV.Core.Floating ( Data/SBV/Core/Floating.hs, /tmp/ghc1168777_0/ghc_152.o, /tmp/ghc1168777_0/ghc_152.dyn_o )
[ 51 of 190] Compiling Data.SBV.List ( Data/SBV/List.hs, /tmp/ghc1168777_0/ghc_168.o, /tmp/ghc1168777_0/ghc_168.dyn_o )
[ 52 of 190] Compiling Data.SBV.SEnum ( Data/SBV/SEnum.hs, /tmp/ghc1168777_0/ghc_192.o, /tmp/ghc1168777_0/ghc_192.dyn_o )
[ 53 of 190] Compiling Data.SBV.Char ( Data/SBV/Char.hs, nothing )
[ 54 of 190] Compiling Data.SBV.RegExp ( Data/SBV/RegExp.hs, nothing )
[ 55 of 190] Compiling Data.SBV.Client ( Data/SBV/Client.hs, /tmp/ghc1168777_0/ghc_132.o, /tmp/ghc1168777_0/ghc_132.dyn_o )
[ 56 of 190] Compiling Data.SBV.Trans ( Data/SBV/Trans.hs, nothing )
[ 57 of 190] Compiling Data.SBV.Control.BaseIO ( Data/SBV/Control/BaseIO.hs, /tmp/ghc1168777_0/ghc_138.o, /tmp/ghc1168777_0/ghc_138.dyn_o )
[ 58 of 190] Compiling Data.SBV.Control ( Data/SBV/Control.hs, /tmp/ghc1168777_0/ghc_136.o, /tmp/ghc1168777_0/ghc_136.dyn_o )
[ 59 of 190] Compiling Data.SBV.Compilers.CodeGen ( Data/SBV/Compilers/CodeGen.hs, nothing )
[ 60 of 190] Compiling Data.SBV.Compilers.C ( Data/SBV/Compilers/C.hs, nothing )
[ 61 of 190] Compiling Data.SBV.Tools.CodeGen ( Data/SBV/Tools/CodeGen.hs, nothing )
[ 62 of 190] Compiling Data.SBV.Internals ( Data/SBV/Internals.hs, nothing )
[ 63 of 190] Compiling Data.SBV.Client.BaseIO ( Data/SBV/Client/BaseIO.hs, /tmp/ghc1168777_0/ghc_134.o, /tmp/ghc1168777_0/ghc_134.dyn_o )
[ 64 of 190] Compiling Data.SBV ( Data/SBV.hs, /tmp/ghc1168777_0/ghc_130.o, /tmp/ghc1168777_0/ghc_130.dyn_o )
[ 65 of 190] Compiling Data.SBV.Tools.WeakestPreconditions ( Data/SBV/Tools/WeakestPreconditions.hs, nothing )
[ 66 of 190] Compiling Data.SBV.Tools.Range ( Data/SBV/Tools/Range.hs, nothing )
[ 67 of 190] Compiling Data.SBV.Tools.Induction ( Data/SBV/Tools/Induction.hs, nothing )
[ 68 of 190] Compiling Data.SBV.Tools.BVOptimize ( Data/SBV/Tools/BVOptimize.hs, nothing )
[ 69 of 190] Compiling Data.SBV.Tools.BMC ( Data/SBV/Tools/BMC.hs, /tmp/ghc1168777_0/ghc_212.o, /tmp/ghc1168777_0/ghc_212.dyn_o )
[ 70 of 190] Compiling Data.SBV.TP.TP ( Data/SBV/TP/TP.hs, /tmp/ghc1168777_0/ghc_208.o, /tmp/ghc1168777_0/ghc_208.dyn_o )
[ 71 of 190] Compiling Data.SBV.TP ( Data/SBV/TP.hs, /tmp/ghc1168777_0/ghc_204.o, /tmp/ghc1168777_0/ghc_204.dyn_o )
[ 72 of 190] Compiling Data.SBV.TP.List ( Data/SBV/TP/List.hs, nothing )
[ 73 of 190] Compiling Data.SBV.Dynamic ( Data/SBV/Dynamic.hs, nothing )
[ 74 of 190] Compiling Documentation.SBV.Examples.BitPrecise.BitTricks ( Documentation/SBV/Examples/BitPrecise/BitTricks.hs, nothing )
[ 75 of 190] Compiling Documentation.SBV.Examples.BitPrecise.BrokenSearch ( Documentation/SBV/Examples/BitPrecise/BrokenSearch.hs, nothing )
[ 76 of 190] Compiling Documentation.SBV.Examples.BitPrecise.Legato ( Documentation/SBV/Examples/BitPrecise/Legato.hs, nothing )
[ 77 of 190] Compiling Documentation.SBV.Examples.BitPrecise.MergeSort ( Documentation/SBV/Examples/BitPrecise/MergeSort.hs, nothing )
[ 78 of 190] Compiling Documentation.SBV.Examples.BitPrecise.PEXT_PDEP ( Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.hs, nothing )
[ 79 of 190] Compiling Documentation.SBV.Examples.BitPrecise.PrefixSum ( Documentation/SBV/Examples/BitPrecise/PrefixSum.hs, nothing )
[ 80 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.AddSub ( Documentation/SBV/Examples/CodeGeneration/AddSub.hs, nothing )
[ 81 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.CRC_USB5 ( Documentation/SBV/Examples/CodeGeneration/CRC_USB5.hs, nothing )
[ 82 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.Fibonacci ( Documentation/SBV/Examples/CodeGeneration/Fibonacci.hs, nothing )
[ 83 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.GCD ( Documentation/SBV/Examples/CodeGeneration/GCD.hs, nothing )
[ 84 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.PopulationCount ( Documentation/SBV/Examples/CodeGeneration/PopulationCount.hs, nothing )
[ 85 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.Uninterpreted ( Documentation/SBV/Examples/CodeGeneration/Uninterpreted.hs, nothing )
[ 86 of 190] Compiling Documentation.SBV.Examples.Crypto.AES ( Documentation/SBV/Examples/Crypto/AES.hs, nothing )
[ 87 of 190] Compiling Documentation.SBV.Examples.Crypto.Prince ( Documentation/SBV/Examples/Crypto/Prince.hs, nothing )
[ 88 of 190] Compiling Documentation.SBV.Examples.Crypto.RC4 ( Documentation/SBV/Examples/Crypto/RC4.hs, nothing )
[ 89 of 190] Compiling Documentation.SBV.Examples.Crypto.SHA ( Documentation/SBV/Examples/Crypto/SHA.hs, nothing )
[ 90 of 190] Compiling Documentation.SBV.Examples.DeltaSat.DeltaSat ( Documentation/SBV/Examples/DeltaSat/DeltaSat.hs, nothing )
[ 91 of 190] Compiling Documentation.SBV.Examples.Existentials.Diophantine ( Documentation/SBV/Examples/Existentials/Diophantine.hs, nothing )
[ 92 of 190] Compiling Documentation.SBV.Examples.Lists.BoundedMutex ( Documentation/SBV/Examples/Lists/BoundedMutex.hs, nothing )
[ 93 of 190] Compiling Documentation.SBV.Examples.Lists.CountOutAndTransfer ( Documentation/SBV/Examples/Lists/CountOutAndTransfer.hs, nothing )
[ 94 of 190] Compiling Documentation.SBV.Examples.Lists.Fibonacci ( Documentation/SBV/Examples/Lists/Fibonacci.hs, nothing )
[ 95 of 190] Compiling Documentation.SBV.Examples.Misc.Auxiliary ( Documentation/SBV/Examples/Misc/Auxiliary.hs, nothing )
[ 96 of 190] Compiling Documentation.SBV.Examples.Misc.Definitions ( Documentation/SBV/Examples/Misc/Definitions.hs, nothing )
[ 97 of 190] Compiling Documentation.SBV.Examples.Misc.Enumerate ( Documentation/SBV/Examples/Misc/Enumerate.hs, nothing )
[ 98 of 190] Compiling Documentation.SBV.Examples.Misc.FirstOrderLogic ( Documentation/SBV/Examples/Misc/FirstOrderLogic.hs, nothing )
[ 99 of 190] Compiling Documentation.SBV.Examples.Misc.Floating ( Documentation/SBV/Examples/Misc/Floating.hs, nothing )
[100 of 190] Compiling Documentation.SBV.Examples.Misc.LambdaArray ( Documentation/SBV/Examples/Misc/LambdaArray.hs, nothing )
[101 of 190] Compiling Documentation.SBV.Examples.Misc.ModelExtract ( Documentation/SBV/Examples/Misc/ModelExtract.hs, nothing )
[102 of 190] Compiling Documentation.SBV.Examples.Misc.NestedArray ( Documentation/SBV/Examples/Misc/NestedArray.hs, nothing )
[103 of 190] Compiling Documentation.SBV.Examples.Misc.Newtypes ( Documentation/SBV/Examples/Misc/Newtypes.hs, nothing )
[104 of 190] Compiling Documentation.SBV.Examples.Misc.NoDiv0 ( Documentation/SBV/Examples/Misc/NoDiv0.hs, nothing )
[105 of 190] Compiling Documentation.SBV.Examples.Misc.Polynomials ( Documentation/SBV/Examples/Misc/Polynomials.hs, nothing )
[106 of 190] Compiling Documentation.SBV.Examples.Misc.ProgramPaths ( Documentation/SBV/Examples/Misc/ProgramPaths.hs, nothing )
[107 of 190] Compiling Documentation.SBV.Examples.Misc.SetAlgebra ( Documentation/SBV/Examples/Misc/SetAlgebra.hs, nothing )
[108 of 190] Compiling Documentation.SBV.Examples.Misc.SoftConstrain ( Documentation/SBV/Examples/Misc/SoftConstrain.hs, nothing )
[109 of 190] Compiling Documentation.SBV.Examples.Misc.Tuple ( Documentation/SBV/Examples/Misc/Tuple.hs, nothing )
[110 of 190] Compiling Documentation.SBV.Examples.Optimization.Enumerate ( Documentation/SBV/Examples/Optimization/Enumerate.hs, nothing )
[111 of 190] Compiling Documentation.SBV.Examples.Optimization.ExtField ( Documentation/SBV/Examples/Optimization/ExtField.hs, nothing )
[112 of 190] Compiling Documentation.SBV.Examples.Optimization.LinearOpt ( Documentation/SBV/Examples/Optimization/LinearOpt.hs, nothing )
[113 of 190] Compiling Documentation.SBV.Examples.Optimization.Production ( Documentation/SBV/Examples/Optimization/Production.hs, nothing )
[114 of 190] Compiling Documentation.SBV.Examples.Optimization.VM ( Documentation/SBV/Examples/Optimization/VM.hs, nothing )
[115 of 190] Compiling Documentation.SBV.Examples.ProofTools.AddHorn ( Documentation/SBV/Examples/ProofTools/AddHorn.hs, nothing )
[116 of 190] Compiling Documentation.SBV.Examples.ProofTools.BMC ( Documentation/SBV/Examples/ProofTools/BMC.hs, nothing )
[117 of 190] Compiling Documentation.SBV.Examples.ProofTools.Fibonacci ( Documentation/SBV/Examples/ProofTools/Fibonacci.hs, nothing )
[118 of 190] Compiling Documentation.SBV.Examples.ProofTools.Strengthen ( Documentation/SBV/Examples/ProofTools/Strengthen.hs, nothing )
[119 of 190] Compiling Documentation.SBV.Examples.ProofTools.Sum ( Documentation/SBV/Examples/ProofTools/Sum.hs, nothing )
[120 of 190] Compiling Documentation.SBV.Examples.Puzzles.AOC_2021_24 ( Documentation/SBV/Examples/Puzzles/AOC_2021_24.hs, nothing )
[121 of 190] Compiling Documentation.SBV.Examples.Puzzles.Birthday ( Documentation/SBV/Examples/Puzzles/Birthday.hs, nothing )
[122 of 190] Compiling Documentation.SBV.Examples.Puzzles.Coins ( Documentation/SBV/Examples/Puzzles/Coins.hs, nothing )
[123 of 190] Compiling Documentation.SBV.Examples.Puzzles.Counts ( Documentation/SBV/Examples/Puzzles/Counts.hs, nothing )
[124 of 190] Compiling Documentation.SBV.Examples.Puzzles.DieHard ( Documentation/SBV/Examples/Puzzles/DieHard.hs, nothing )
[125 of 190] Compiling Documentation.SBV.Examples.Puzzles.DogCatMouse ( Documentation/SBV/Examples/Puzzles/DogCatMouse.hs, nothing )
[126 of 190] Compiling Documentation.SBV.Examples.Puzzles.Drinker ( Documentation/SBV/Examples/Puzzles/Drinker.hs, nothing )
[127 of 190] Compiling Documentation.SBV.Examples.Puzzles.Euler185 ( Documentation/SBV/Examples/Puzzles/Euler185.hs, nothing )
[128 of 190] Compiling Documentation.SBV.Examples.Puzzles.Fish ( Documentation/SBV/Examples/Puzzles/Fish.hs, nothing )
[129 of 190] Compiling Documentation.SBV.Examples.Puzzles.Garden ( Documentation/SBV/Examples/Puzzles/Garden.hs, nothing )
[130 of 190] Compiling Documentation.SBV.Examples.Puzzles.HexPuzzle ( Documentation/SBV/Examples/Puzzles/HexPuzzle.hs, nothing )
[131 of 190] Compiling Documentation.SBV.Examples.Puzzles.Jugs ( Documentation/SBV/Examples/Puzzles/Jugs.hs, nothing )
[132 of 190] Compiling Documentation.SBV.Examples.Puzzles.KnightsAndKnaves ( Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.hs, nothing )
[133 of 190] Compiling Documentation.SBV.Examples.Puzzles.LadyAndTigers ( Documentation/SBV/Examples/Puzzles/LadyAndTigers.hs, nothing )
[134 of 190] Compiling Documentation.SBV.Examples.Puzzles.MagicSquare ( Documentation/SBV/Examples/Puzzles/MagicSquare.hs, nothing )
[135 of 190] Compiling Documentation.SBV.Examples.Puzzles.Murder ( Documentation/SBV/Examples/Puzzles/Murder.hs, nothing )
[136 of 190] Compiling Documentation.SBV.Examples.Puzzles.NQueens ( Documentation/SBV/Examples/Puzzles/NQueens.hs, nothing )
[137 of 190] Compiling Documentation.SBV.Examples.Puzzles.Newspaper ( Documentation/SBV/Examples/Puzzles/Newspaper.hs, nothing )
[138 of 190] Compiling Documentation.SBV.Examples.Puzzles.Orangutans ( Documentation/SBV/Examples/Puzzles/Orangutans.hs, nothing )
[139 of 190] Compiling Documentation.SBV.Examples.Puzzles.Rabbits ( Documentation/SBV/Examples/Puzzles/Rabbits.hs, nothing )
[140 of 190] Compiling Documentation.SBV.Examples.Puzzles.SendMoreMoney ( Documentation/SBV/Examples/Puzzles/SendMoreMoney.hs, nothing )
[141 of 190] Compiling Documentation.SBV.Examples.Puzzles.Sudoku ( Documentation/SBV/Examples/Puzzles/Sudoku.hs, nothing )
[142 of 190] Compiling Documentation.SBV.Examples.Puzzles.Tower ( Documentation/SBV/Examples/Puzzles/Tower.hs, nothing )
[143 of 190] Compiling Documentation.SBV.Examples.Puzzles.U2Bridge ( Documentation/SBV/Examples/Puzzles/U2Bridge.hs, nothing )
[144 of 190] Compiling Documentation.SBV.Examples.Queries.Abducts ( Documentation/SBV/Examples/Queries/Abducts.hs, nothing )
[145 of 190] Compiling Documentation.SBV.Examples.Queries.AllSat ( Documentation/SBV/Examples/Queries/AllSat.hs, nothing )
[146 of 190] Compiling Documentation.SBV.Examples.Queries.CaseSplit ( Documentation/SBV/Examples/Queries/CaseSplit.hs, nothing )
[147 of 190] Compiling Documentation.SBV.Examples.Queries.Concurrency ( Documentation/SBV/Examples/Queries/Concurrency.hs, nothing )
[148 of 190] Compiling Documentation.SBV.Examples.Queries.Enums ( Documentation/SBV/Examples/Queries/Enums.hs, nothing )
[149 of 190] Compiling Documentation.SBV.Examples.Queries.FourFours ( Documentation/SBV/Examples/Queries/FourFours.hs, nothing )
[150 of 190] Compiling Documentation.SBV.Examples.Queries.GuessNumber ( Documentation/SBV/Examples/Queries/GuessNumber.hs, nothing )
[151 of 190] Compiling Documentation.SBV.Examples.Queries.Interpolants ( Documentation/SBV/Examples/Queries/Interpolants.hs, nothing )
[152 of 190] Compiling Documentation.SBV.Examples.Queries.UnsatCore ( Documentation/SBV/Examples/Queries/UnsatCore.hs, nothing )
[153 of 190] Compiling Documentation.SBV.Examples.Strings.RegexCrossword ( Documentation/SBV/Examples/Strings/RegexCrossword.hs, nothing )
[154 of 190] Compiling Documentation.SBV.Examples.Strings.SQLInjection ( Documentation/SBV/Examples/Strings/SQLInjection.hs, nothing )
[155 of 190] Compiling Documentation.SBV.Examples.TP.Basics ( Documentation/SBV/Examples/TP/Basics.hs, nothing )
[156 of 190] Compiling Documentation.SBV.Examples.TP.BinarySearch ( Documentation/SBV/Examples/TP/BinarySearch.hs, nothing )
[157 of 190] Compiling Documentation.SBV.Examples.TP.CaseSplit ( Documentation/SBV/Examples/TP/CaseSplit.hs, nothing )
[158 of 190] Compiling Documentation.SBV.Examples.TP.Fibonacci ( Documentation/SBV/Examples/TP/Fibonacci.hs, nothing )
[159 of 190] Compiling Documentation.SBV.Examples.TP.Kleene ( Documentation/SBV/Examples/TP/Kleene.hs, nothing )
[160 of 190] Compiling Documentation.SBV.Examples.TP.Majority ( Documentation/SBV/Examples/TP/Majority.hs, nothing )
[161 of 190] Compiling Documentation.SBV.Examples.TP.McCarthy91 ( Documentation/SBV/Examples/TP/McCarthy91.hs, nothing )
[162 of 190] Compiling Documentation.SBV.Examples.TP.Numeric ( Documentation/SBV/Examples/TP/Numeric.hs, nothing )
[163 of 190] Compiling Documentation.SBV.Examples.TP.PowerMod ( Documentation/SBV/Examples/TP/PowerMod.hs, nothing )
[164 of 190] Compiling Documentation.SBV.Examples.TP.RevAcc ( Documentation/SBV/Examples/TP/RevAcc.hs, nothing )
[165 of 190] Compiling Documentation.SBV.Examples.TP.Reverse ( Documentation/SBV/Examples/TP/Reverse.hs, nothing )
[166 of 190] Compiling Documentation.SBV.Examples.TP.ShefferStroke ( Documentation/SBV/Examples/TP/ShefferStroke.hs, nothing )
[167 of 190] Compiling Documentation.SBV.Examples.TP.SortHelpers ( Documentation/SBV/Examples/TP/SortHelpers.hs, nothing )
[168 of 190] Compiling Documentation.SBV.Examples.TP.QuickSort ( Documentation/SBV/Examples/TP/QuickSort.hs, nothing )
[169 of 190] Compiling Documentation.SBV.Examples.TP.MergeSort ( Documentation/SBV/Examples/TP/MergeSort.hs, nothing )
[170 of 190] Compiling Documentation.SBV.Examples.TP.InsertionSort ( Documentation/SBV/Examples/TP/InsertionSort.hs, nothing )
[171 of 190] Compiling Documentation.SBV.Examples.TP.Sqrt2IsIrrational ( Documentation/SBV/Examples/TP/Sqrt2IsIrrational.hs, nothing )
[172 of 190] Compiling Documentation.SBV.Examples.TP.StrongInduction ( Documentation/SBV/Examples/TP/StrongInduction.hs, nothing )
[173 of 190] Compiling Documentation.SBV.Examples.TP.SumReverse ( Documentation/SBV/Examples/TP/SumReverse.hs, nothing )
[174 of 190] Compiling Documentation.SBV.Examples.TP.Tao ( Documentation/SBV/Examples/TP/Tao.hs, nothing )
[175 of 190] Compiling Documentation.SBV.Examples.Transformers.SymbolicEval ( Documentation/SBV/Examples/Transformers/SymbolicEval.hs, nothing )
[176 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.AUF ( Documentation/SBV/Examples/Uninterpreted/AUF.hs, nothing )
[177 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Deduce ( Documentation/SBV/Examples/Uninterpreted/Deduce.hs, nothing )
[178 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Function ( Documentation/SBV/Examples/Uninterpreted/Function.hs, nothing )
[179 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Multiply ( Documentation/SBV/Examples/Uninterpreted/Multiply.hs, nothing )
[180 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Shannon ( Documentation/SBV/Examples/Uninterpreted/Shannon.hs, nothing )
[181 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Sort ( Documentation/SBV/Examples/Uninterpreted/Sort.hs, nothing )
[182 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.UISortAllSat ( Documentation/SBV/Examples/Uninterpreted/UISortAllSat.hs, nothing )
[183 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Append ( Documentation/SBV/Examples/WeakestPreconditions/Append.hs, nothing )
[184 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Basics ( Documentation/SBV/Examples/WeakestPreconditions/Basics.hs, nothing )
[185 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Fib ( Documentation/SBV/Examples/WeakestPreconditions/Fib.hs, nothing )
[186 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.GCD ( Documentation/SBV/Examples/WeakestPreconditions/GCD.hs, nothing )
[187 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntDiv ( Documentation/SBV/Examples/WeakestPreconditions/IntDiv.hs, nothing )
[188 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntSqrt ( Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.hs, nothing )
[189 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Length ( Documentation/SBV/Examples/WeakestPreconditions/Length.hs, nothing )
[190 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Sum ( Documentation/SBV/Examples/WeakestPreconditions/Sum.hs, nothing )
Haddock coverage:
100% ( 15 / 15) in 'Data.SBV.Float'
100% ( 65 / 65) in 'Data.SBV.Trans.Control'
100% ( 7 / 7) in 'Data.SBV.Tools.GenTest'
100% ( 23 / 23) in 'Data.SBV.Tuple'
100% ( 5 / 5) in 'Data.SBV.Tools.STree'
100% ( 8 / 8) in 'Data.SBV.Tools.Polynomial'
100% ( 9 / 9) in 'Data.SBV.Tools.Overflow'
100% ( 30 / 30) in 'Data.SBV.Set'
100% ( 3 / 3) in 'Data.SBV.Rational'
100% ( 15 / 15) in 'Data.SBV.Maybe'
100% ( 16 / 16) in 'Data.SBV.Either'
100% ( 73 / 73) in 'Data.SBV.List'
100% ( 35 / 35) in 'Data.SBV.Char'
100% ( 38 / 38) in 'Data.SBV.RegExp'
100% (286 /286) in 'Data.SBV.Trans'
100% ( 66 / 66) in 'Data.SBV.Control'
100% ( 34 / 34) in 'Data.SBV.Tools.CodeGen'
100% (294 /294) in 'Data.SBV.Internals'
100% (500 /500) in 'Data.SBV'
100% ( 23 / 23) in 'Data.SBV.Tools.WeakestPreconditions'
100% ( 7 / 7) in 'Data.SBV.Tools.Range'
100% ( 5 / 5) in 'Data.SBV.Tools.Induction'
100% ( 9 / 9) in 'Data.SBV.Tools.BVOptimize'
100% ( 5 / 5) in 'Data.SBV.Tools.BMC'
100% ( 63 / 63) in 'Data.SBV.TP'
100% ( 86 / 86) in 'Data.SBV.TP.List'
100% (188 /188) in 'Data.SBV.Dynamic'
100% ( 7 / 7) in 'Documentation.SBV.Examples.BitPrecise.BitTricks'
100% ( 7 / 7) in 'Documentation.SBV.Examples.BitPrecise.BrokenSearch'
100% ( 45 / 45) in 'Documentation.SBV.Examples.BitPrecise.Legato'
100% ( 13 / 13) in 'Documentation.SBV.Examples.BitPrecise.MergeSort'
100% ( 10 / 10) in 'Documentation.SBV.Examples.BitPrecise.PEXT_PDEP'
100% ( 14 / 14) in 'Documentation.SBV.Examples.BitPrecise.PrefixSum'
100% ( 3 / 3) in 'Documentation.SBV.Examples.CodeGeneration.AddSub'
100% ( 11 / 11) in 'Documentation.SBV.Examples.CodeGeneration.CRC_USB5'
100% ( 11 / 11) in 'Documentation.SBV.Examples.CodeGeneration.Fibonacci'
100% ( 9 / 9) in 'Documentation.SBV.Examples.CodeGeneration.GCD'
100% ( 11 / 11) in 'Documentation.SBV.Examples.CodeGeneration.PopulationCount'
100% ( 4 / 4) in 'Documentation.SBV.Examples.CodeGeneration.Uninterpreted'
100% ( 93 / 93) in 'Documentation.SBV.Examples.Crypto.AES'
100% ( 39 / 39) in 'Documentation.SBV.Examples.Crypto.Prince'
100% ( 19 / 19) in 'Documentation.SBV.Examples.Crypto.RC4'
100% ( 40 / 40) in 'Documentation.SBV.Examples.Crypto.SHA'
100% ( 2 / 2) in 'Documentation.SBV.Examples.DeltaSat.DeltaSat'
100% ( 9 / 9) in 'Documentation.SBV.Examples.Existentials.Diophantine'
100% ( 11 / 11) in 'Documentation.SBV.Examples.Lists.BoundedMutex'
100% ( 5 / 5) in 'Documentation.SBV.Examples.Lists.CountOutAndTransfer'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Lists.Fibonacci'
100% ( 4 / 4) in 'Documentation.SBV.Examples.Misc.Auxiliary'
100% ( 19 / 19) in 'Documentation.SBV.Examples.Misc.Definitions'
100% ( 10 / 10) in 'Documentation.SBV.Examples.Misc.Enumerate'
100% ( 44 / 44) in 'Documentation.SBV.Examples.Misc.FirstOrderLogic'
100% ( 11 / 11) in 'Documentation.SBV.Examples.Misc.Floating'
100% ( 4 / 4) in 'Documentation.SBV.Examples.Misc.LambdaArray'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Misc.ModelExtract'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Misc.NestedArray'
100% ( 8 / 8) in 'Documentation.SBV.Examples.Misc.Newtypes'
100% ( 4 / 4) in 'Documentation.SBV.Examples.Misc.NoDiv0'
100% ( 8 / 8) in 'Documentation.SBV.Examples.Misc.Polynomials'
100% ( 6 / 6) in 'Documentation.SBV.Examples.Misc.ProgramPaths'
100% ( 34 / 34) in 'Documentation.SBV.Examples.Misc.SetAlgebra'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Misc.SoftConstrain'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Misc.Tuple'
100% ( 14 / 14) in 'Documentation.SBV.Examples.Optimization.Enumerate'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Optimization.ExtField'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Optimization.LinearOpt'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Optimization.Production'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Optimization.VM'
100% ( 9 / 9) in 'Documentation.SBV.Examples.ProofTools.AddHorn'
100% ( 8 / 8) in 'Documentation.SBV.Examples.ProofTools.BMC'
100% ( 4 / 4) in 'Documentation.SBV.Examples.ProofTools.Fibonacci'
100% ( 14 / 14) in 'Documentation.SBV.Examples.ProofTools.Strengthen'
100% ( 4 / 4) in 'Documentation.SBV.Examples.ProofTools.Sum'
100% ( 25 / 25) in 'Documentation.SBV.Examples.Puzzles.AOC_2021_24'
100% ( 22 / 22) in 'Documentation.SBV.Examples.Puzzles.Birthday'
100% ( 11 / 11) in 'Documentation.SBV.Examples.Puzzles.Coins'
100% ( 5 / 5) in 'Documentation.SBV.Examples.Puzzles.Counts'
100% ( 14 / 14) in 'Documentation.SBV.Examples.Puzzles.DieHard'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Puzzles.DogCatMouse'
100% ( 5 / 5) in 'Documentation.SBV.Examples.Puzzles.Drinker'
100% ( 4 / 4) in 'Documentation.SBV.Examples.Puzzles.Euler185'
100% ( 37 / 37) in 'Documentation.SBV.Examples.Puzzles.Fish'
100% ( 12 / 12) in 'Documentation.SBV.Examples.Puzzles.Garden'
100% ( 13 / 13) in 'Documentation.SBV.Examples.Puzzles.HexPuzzle'
100% ( 7 / 7) in 'Documentation.SBV.Examples.Puzzles.Jugs'
100% ( 20 / 20) in 'Documentation.SBV.Examples.Puzzles.KnightsAndKnaves'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Puzzles.LadyAndTigers'
100% ( 9 / 9) in 'Documentation.SBV.Examples.Puzzles.MagicSquare'
100% ( 21 / 21) in 'Documentation.SBV.Examples.Puzzles.Murder'
100% ( 4 / 4) in 'Documentation.SBV.Examples.Puzzles.NQueens'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Puzzles.Newspaper'
100% ( 22 / 22) in 'Documentation.SBV.Examples.Puzzles.Orangutans'
100% ( 8 / 8) in 'Documentation.SBV.Examples.Puzzles.Rabbits'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Puzzles.SendMoreMoney'
100% ( 18 / 18) in 'Documentation.SBV.Examples.Puzzles.Sudoku'
100% ( 13 / 13) in 'Documentation.SBV.Examples.Puzzles.Tower'
100% ( 36 / 36) in 'Documentation.SBV.Examples.Puzzles.U2Bridge'
100% ( 2 / 2) in 'Documentation.SBV.Examples.Queries.Abducts'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.AllSat'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.CaseSplit'
100% ( 9 / 9) in 'Documentation.SBV.Examples.Queries.Concurrency'
100% ( 11 / 11) in 'Documentation.SBV.Examples.Queries.Enums'
100% ( 21 / 21) in 'Documentation.SBV.Examples.Queries.FourFours'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.GuessNumber'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.Interpolants'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.UnsatCore'
100% ( 5 / 5) in 'Documentation.SBV.Examples.Strings.RegexCrossword'
100% ( 12 / 12) in 'Documentation.SBV.Examples.Strings.SQLInjection'
100% ( 21 / 21) in 'Documentation.SBV.Examples.TP.Basics'
100% ( 9 / 9) in 'Documentation.SBV.Examples.TP.BinarySearch'
100% ( 2 / 2) in 'Documentation.SBV.Examples.TP.CaseSplit'
100% ( 2 / 2) in 'Documentation.SBV.Examples.TP.Fibonacci'
100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.Kleene'
100% ( 7 / 7) in 'Documentation.SBV.Examples.TP.Majority'
100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.McCarthy91'
100% ( 17 / 17) in 'Documentation.SBV.Examples.TP.Numeric'
100% ( 15 / 15) in 'Documentation.SBV.Examples.TP.PowerMod'
100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.RevAcc'
100% ( 5 / 5) in 'Documentation.SBV.Examples.TP.Reverse'
100% ( 14 / 14) in 'Documentation.SBV.Examples.TP.ShefferStroke'
100% ( 10 / 10) in 'Documentation.SBV.Examples.TP.SortHelpers'
100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.QuickSort'
100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.MergeSort'
100% ( 8 / 8) in 'Documentation.SBV.Examples.TP.InsertionSort'
100% ( 2 / 2) in 'Documentation.SBV.Examples.TP.Sqrt2IsIrrational'
100% ( 11 / 11) in 'Documentation.SBV.Examples.TP.StrongInduction'
100% ( 2 / 2) in 'Documentation.SBV.Examples.TP.SumReverse'
100% ( 4 / 4) in 'Documentation.SBV.Examples.TP.Tao'
100% ( 29 / 29) in 'Documentation.SBV.Examples.Transformers.SymbolicEval'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Uninterpreted.AUF'
100% ( 10 / 10) in 'Documentation.SBV.Examples.Uninterpreted.Deduce'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Uninterpreted.Function'
100% ( 3 / 3) in 'Documentation.SBV.Examples.Uninterpreted.Multiply'
100% ( 19 / 19) in 'Documentation.SBV.Examples.Uninterpreted.Shannon'
100% ( 6 / 6) in 'Documentation.SBV.Examples.Uninterpreted.Sort'
100% ( 5 / 5) in 'Documentation.SBV.Examples.Uninterpreted.UISortAllSat'
100% ( 9 / 9) in 'Documentation.SBV.Examples.WeakestPreconditions.Append'
100% ( 15 / 15) in 'Documentation.SBV.Examples.WeakestPreconditions.Basics'
100% ( 17 / 17) in 'Documentation.SBV.Examples.WeakestPreconditions.Fib'
100% ( 17 / 17) in 'Documentation.SBV.Examples.WeakestPreconditions.GCD'
100% ( 14 / 14) in 'Documentation.SBV.Examples.WeakestPreconditions.IntDiv'
100% ( 14 / 14) in 'Documentation.SBV.Examples.WeakestPreconditions.IntSqrt'
100% ( 14 / 14) in 'Documentation.SBV.Examples.WeakestPreconditions.Length'
100% ( 15 / 15) in 'Documentation.SBV.Examples.WeakestPreconditions.Sum'
Warning: Data.SBV.Trans.Control: could not find link destinations for:
- Data.SBV.Control.Types.Rep_CheckSatResult
- Data.SBV.Core.Symbolic.Name
- Data.SBV.Utils.SExpr.SExpr
- Data.SBV.Control.Utils.SMTFunction
- Data.SBV.Control.Query.Assignment
Warning: Data.SBV.Tuple: could not find link destinations for:
- Data.SBV.Tuple.Tuple
- Data.SBV.Tuple.HasField
- Data.SBV.Tuple.R:MetricSpaceTuple8
- Data.SBV.Tuple.R:MetricSpaceTuple7
- Data.SBV.Tuple.R:MetricSpaceTuple6
- Data.SBV.Tuple.R:MetricSpaceTuple5
- Data.SBV.Tuple.R:MetricSpaceTuple4
- Data.SBV.Tuple.R:MetricSpaceTuple3
- Data.SBV.Tuple.R:MetricSpaceTuple2
Warning: Data.SBV.Tools.STree: could not find link destinations for:
- Data.SBV.Tools.STree.STreeInternal
Warning: Data.SBV.List: could not find link destinations for:
- Data.SBV.List.SFilter
- Data.SBV.List.SZipWith
- Data.SBV.List.SFoldR
- Data.SBV.List.SFoldL
- Data.SBV.List.SMap
- Data.SBV.List.D:R:ItemSBV
Warning: Data.SBV.RegExp: could not find link destinations for:
- Data.SBV.Core.Symbolic.Rep_RegExp
Warning: Data.SBV.Trans: could not find link destinations for:
- Data.SBV.Core.AlgReals.Rep_AlgReal
- Data.SBV.Core.Kind.BVZeroWidth
- Data.SBV.Core.Kind.constructUKind
- Data.SBV.Core.Kind.Rep_Kind
- Data.SBV.Core.Symbolic.SMTEngine
- Data.SBV.Core.Data.skolem
- Data.SBV.Core.Data.GEqSymbolic
- Data.SBV.Core.Data.D:R:SkolemsToSBV
- Data.SBV.Core.Data.D:R:NegatesToSBV
- Data.SBV.Core.Data.Rep_SBV
- Data.SBV.Core.Model.UIKind
- Data.SBV.Core.Model.GMergeable
- Data.SBV.Core.Model.ToSizedBV
- Data.SBV.Core.Model.FromSizedBV
- Data.SBV.Core.Model.D:R:MetricSpaceIntN
- Data.SBV.Core.Model.R:MetricSpaceWordN
- Data.SBV.Core.Model.R:MetricSpaceAlgReal
- Data.SBV.List.D:R:ItemSBV
- Data.SBV.D:R:QueryResultSBV
- Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS
- Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS
- Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS
- Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS
- Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState
- Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS
- Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS
- Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS
- Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS
- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS
- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS
- Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS
- Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS
Warning: Data.SBV.Control: could not find link destinations for:
- Data.SBV.Control.Types.Rep_CheckSatResult
- Data.SBV.Core.Symbolic.Name
- Data.SBV.Utils.SExpr.SExpr
- Data.SBV.Control.Utils.SMTFunction
- Data.SBV.Control.Query.Assignment
Warning: Data.SBV.Internals: could not find link destinations for:
- Data.SBV.Core.AlgReals.Rep_AlgReal
- Data.SBV.Core.AlgReals.Rep_AlgRealPoly
- Data.SBV.Core.Kind.constructUKind
- Data.SBV.Core.Kind.Rep_Kind
- Data.SBV.Core.Concrete.Rep_CV
- Data.SBV.Core.Concrete.Rep_CVal
- Data.SBV.Core.Concrete.Rep_ArrayModel
- Data.SBV.Core.Concrete.Rep_RCSet
- Data.SBV.Core.Symbolic.SMTEngine
- Data.SBV.Core.Symbolic.SMTDef
- Data.SBV.Core.Symbolic.CnstMap
- Data.SBV.Core.Symbolic.ProgInfo
- Data.SBV.Core.Symbolic.ResultInp
- Data.SBV.Core.Symbolic.Name
- Data.SBV.Core.Symbolic.SetOp
- Data.SBV.Core.Symbolic.SMTLambda
- Data.SBV.Core.Symbolic.NROp
- Data.SBV.Core.Symbolic.SpecialRelOp
- Data.SBV.Core.Symbolic.SBVContext
- Data.SBV.Core.Symbolic.Rep_NamedSymVar
- Data.SBV.Core.Symbolic.Rep_Op
- Data.SBV.Core.Symbolic.Rep_SeqOp
- Data.SBV.Core.Symbolic.Rep_StrOp
- Data.SBV.Core.Symbolic.Rep_RegExOp
- Data.SBV.Core.Symbolic.Rep_RegExp
- Data.SBV.Core.Symbolic.Rep_OvOp
- Data.SBV.Core.Symbolic.Rep_PBOp
- Data.SBV.Core.Symbolic.Rep_FPOp
- Data.SBV.Core.Data.skolem
- Data.SBV.Core.Data.GEqSymbolic
- Data.SBV.Core.Data.D:R:SkolemsToSBV
- Data.SBV.Core.Data.D:R:NegatesToSBV
- Data.SBV.Core.Data.Rep_SBV
- Data.SBV.Core.Model.UIKind
- Data.SBV.Core.Model.D:R:MetricSpaceIntN
- Data.SBV.Core.Model.R:MetricSpaceWordN
- Data.SBV.Core.Model.R:MetricSpaceAlgReal
- Data.SBV.List.D:R:ItemSBV
- Data.SBV.D:R:QueryResultSBV
- Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS
- Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS
- Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS
- Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS
- Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState
- Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS
- Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS
- Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS
- Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS
- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS
- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS
- Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS
- Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS
Warning: Data.SBV: could not find link destinations for:
- Data.SBV.Core.AlgReals.Rep_AlgReal
- Data.SBV.Core.AlgReals.Rep_RealPoint
- Data.SBV.Core.Kind.InvalidFloat
- Data.SBV.Core.Kind.BVZeroWidth
- Data.SBV.Core.Kind.constructUKind
- Data.SBV.Core.Kind.Rep_Kind
- Data.SBV.Core.Concrete.Rep_ArrayModel
- Data.SBV.Core.Concrete.Rep_RCSet
- Data.SBV.Core.Symbolic.SMTEngine
- Data.SBV.Core.Data.skolem
- Data.SBV.Core.Data.GEqSymbolic
- Data.SBV.Core.Data.D:R:SkolemsToFUN
- Data.SBV.Core.Data.D:R:SkolemsToFUN0
- Data.SBV.Core.Data.D:R:SkolemsToFUN1
- Data.SBV.Core.Data.D:R:SkolemsToFUN2
- Data.SBV.Core.Data.D:R:SkolemsToFUN3
- Data.SBV.Core.Data.D:R:SkolemsToFUN4
- Data.SBV.Core.Data.D:R:SkolemsToFUN5
- Data.SBV.Core.Data.D:R:SkolemsToSBV
- Data.SBV.Core.Data.D:R:NegatesToFUN
- Data.SBV.Core.Data.D:R:NegatesToFUN0
- Data.SBV.Core.Data.D:R:NegatesToFUN1
- Data.SBV.Core.Data.D:R:NegatesToFUN2
- Data.SBV.Core.Data.D:R:NegatesToFUN3
- Data.SBV.Core.Data.D:R:NegatesToFUN4
- Data.SBV.Core.Data.D:R:NegatesToFUN5
- Data.SBV.Core.Data.D:R:NegatesToSBV
- Data.SBV.Core.Data.Rep_SBV
- Data.SBV.Core.Model.UIKind
- Data.SBV.Core.Model.GMergeable
- Data.SBV.Core.Model.ToSizedBV
- Data.SBV.Core.Model.FromSizedBV
- Data.SBV.Core.Model.minimize
- Data.SBV.Core.Model.maximize
- Data.SBV.Core.Model.D:R:MetricSpaceIntN
- Data.SBV.Core.Model.R:MetricSpaceWordN
- Data.SBV.Core.Model.D:R:MetricSpaceInt64
- Data.SBV.Core.Model.D:R:MetricSpaceInt32
- Data.SBV.Core.Model.D:R:MetricSpaceInt16
- Data.SBV.Core.Model.D:R:MetricSpaceInt8
- Data.SBV.Core.Model.R:MetricSpaceAlgReal
- Data.SBV.Core.Model.R:MetricSpaceInteger
- Data.SBV.Core.Model.R:MetricSpaceWord64
- Data.SBV.Core.Model.R:MetricSpaceWord32
- Data.SBV.Core.Model.R:MetricSpaceWord16
- Data.SBV.Core.Model.R:MetricSpaceWord8
- Data.SBV.Core.Model.D:R:MetricSpaceBool
- Data.SBV.Tuple.R:MetricSpaceTuple8
- Data.SBV.Tuple.R:MetricSpaceTuple7
- Data.SBV.Tuple.R:MetricSpaceTuple6
- Data.SBV.Tuple.R:MetricSpaceTuple5
- Data.SBV.Tuple.R:MetricSpaceTuple4
- Data.SBV.Tuple.R:MetricSpaceTuple3
- Data.SBV.Tuple.R:MetricSpaceTuple2
- Data.SBV.Core.Floating.D:R:MetricSpaceFloatingPoint
- Data.SBV.Core.Floating.D:R:MetricSpaceDouble
- Data.SBV.Core.Floating.D:R:MetricSpaceFloat
- Data.SBV.List.D:R:ItemSBV
- Data.SBV.D:R:QueryResultSBV
- Documentation.SBV.Examples.Optimization.Enumerate.D:R:MetricSpaceDay
- Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS
- Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS
- Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS
- Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS
- Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState
- Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS
- Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS
- Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS
- Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS
- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS
- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS
- Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS
- Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS
Warning: Data.SBV.TP: could not find link destinations for:
- Data.SBV.Core.Model.QSaturate
- Data.SBV.TP.Utils.ProofObj
- Data.SBV.TP.TP.Contradiction
- Data.SBV.TP.TP.Trivial
- Data.SBV.TP.TP.ChainStep
- Data.SBV.TP.TP.ChainsTo
- Data.SBV.TP.TP.HintsTo
- Data.SBV.TP.TP.Hinted
- Data.SBV.TP.TP.TPProofRaw
- Data.SBV.TP.TP.Helper
- Data.SBV.TP.TP.Instantiatable
- Data.SBV.TP.TP.IArgs
- Data.SBV.TP.TP.SInductive
- Data.SBV.TP.TP.Zero
- Data.SBV.TP.TP.Inductive
- Data.SBV.TP.TP.IHType
- Data.SBV.TP.TP.IHArg
- Data.SBV.TP.TP.Calc
- Data.SBV.TP.TP.IStepArgs
- Data.SBV.TP.TP.MeasureArgs
- Data.SBV.TP.TP.StepArgs
Warning: Data.SBV.Dynamic: could not find link destinations for:
- Data.SBV.Core.Kind.constructUKind
- Data.SBV.Core.Kind.Rep_Kind
- Data.SBV.Core.Concrete.Rep_CV
- Data.SBV.Core.Concrete.Rep_CVal
- Data.SBV.Core.Symbolic.SMTEngine
Warning: Documentation.SBV.Examples.BitPrecise.Legato: could not find link destinations for:
- Documentation.SBV.Examples.BitPrecise.Legato.Rep_Mostek
Warning: Documentation.SBV.Examples.Optimization.Enumerate: could not find link destinations for:
- Documentation.SBV.Examples.Optimization.Enumerate.D:R:MetricSpaceDay
Warning: Documentation.SBV.Examples.ProofTools.BMC: could not find link destinations for:
- Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS
Warning: Documentation.SBV.Examples.ProofTools.Fibonacci: could not find link destinations for:
- Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS
Warning: Documentation.SBV.Examples.ProofTools.Strengthen: could not find link destinations for:
- Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS
Warning: Documentation.SBV.Examples.ProofTools.Sum: could not find link destinations for:
- Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS
Warning: Documentation.SBV.Examples.Puzzles.DieHard: could not find link destinations for:
- Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState
Warning: Documentation.SBV.Examples.Puzzles.Jugs: could not find link destinations for:
- Documentation.SBV.Examples.Puzzles.Jugs.Rep_Jug
Warning: Documentation.SBV.Examples.Puzzles.Orangutans: could not find link destinations for:
- Documentation.SBV.Examples.Puzzles.Orangutans.Rep_Assignment
Warning: Documentation.SBV.Examples.Puzzles.U2Bridge: could not find link destinations for:
- Documentation.SBV.Examples.Puzzles.U2Bridge.Rep_Status
Warning: Documentation.SBV.Examples.WeakestPreconditions.Append: could not find link destinations for:
- Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS
- Documentation.SBV.Examples.WeakestPreconditions.Append.Rep_AppS
Warning: Documentation.SBV.Examples.WeakestPreconditions.Basics: could not find link destinations for:
- Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS
- Documentation.SBV.Examples.WeakestPreconditions.Basics.Rep_IncS
Warning: Documentation.SBV.Examples.WeakestPreconditions.Fib: could not find link destinations for:
- Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS
- Documentation.SBV.Examples.WeakestPreconditions.Fib.Rep_FibS
Warning: Documentation.SBV.Examples.WeakestPreconditions.GCD: could not find link destinations for:
- Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS
- Documentation.SBV.Examples.WeakestPreconditions.GCD.Rep_GCDS
Warning: Documentation.SBV.Examples.WeakestPreconditions.IntDiv: could not find link destinations for:
- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS
- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.Rep_DivS
Warning: Documentation.SBV.Examples.WeakestPreconditions.IntSqrt: could not find link destinations for:
- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS
- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.Rep_SqrtS
Warning: Documentation.SBV.Examples.WeakestPreconditions.Length: could not find link destinations for:
- Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS
- Documentation.SBV.Examples.WeakestPreconditions.Length.Rep_LenS
Warning: Documentation.SBV.Examples.WeakestPreconditions.Sum: could not find link destinations for:
- Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS
- Documentation.SBV.Examples.WeakestPreconditions.Sum.Rep_SumS
Documentation created: dist/doc/html/sbv/, dist/doc/html/sbv/sbv.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/sbv-12.1-9r4CP3oTVQmHNnlADBx6A3
Completed sbv-12.1
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-GF7x8PfGp9kz0jeZbmk7a
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-GF7x8PfGp9kz0jeZbmk7a
Completed vector-0.13.2.0
Configuring th-lift-instances-0.1.20...
Preprocessing library for th-lift-instances-0.1.20..
Building library for th-lift-instances-0.1.20..
[1 of 1] Compiling Instances.TH.Lift ( src/Instances/TH/Lift.hs, dist/build/Instances/TH/Lift.o, dist/build/Instances/TH/Lift.dyn_o )
Preprocessing library for th-lift-instances-0.1.20..
Running Haddock on library for th-lift-instances-0.1.20..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Instances.TH.Lift ( src/Instances/TH/Lift.hs, nothing )
Haddock coverage:
Warning: 'Word8' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Word16' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Word32' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Word64' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int8' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int16' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int32' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int64' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NonEmpty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Void' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
91% ( 11 / 12) in 'Instances.TH.Lift'
Missing documentation for:
Module header
Warning: Instances.TH.Lift: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
Documentation created: dist/doc/html/th-lift-instances/,
dist/doc/html/th-lift-instances/th-lift-instances.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-lift-instances-0.1.20-1Sz67x3PZ21HcL8F1uo4eu
Completed th-lift-instances-0.1.20
Downloading grisette-0.13.0.1
Downloaded grisette-0.13.0.1
Configuring grisette-0.13.0.1...
Preprocessing library for grisette-0.13.0.1..
Building library for grisette-0.13.0.1..
[ 1 of 251] Compiling Grisette.Internal.Core.Control.Exception ( src/Grisette/Internal/Core/Control/Exception.hs, dist/build/Grisette/Internal/Core/Control/Exception.o, dist/build/Grisette/Internal/Core/Control/Exception.dyn_o )
[ 2 of 251] Compiling Grisette.Internal.Core.Data.Class.BitCast ( src/Grisette/Internal/Core/Data/Class/BitCast.hs, dist/build/Grisette/Internal/Core/Data/Class/BitCast.o, dist/build/Grisette/Internal/Core/Data/Class/BitCast.dyn_o )
[ 3 of 251] Compiling Grisette.Internal.Core.Data.Class.Concrete ( src/Grisette/Internal/Core/Data/Class/Concrete.hs, dist/build/Grisette/Internal/Core/Data/Class/Concrete.o, dist/build/Grisette/Internal/Core/Data/Class/Concrete.dyn_o )
[ 4 of 251] Compiling Grisette.Internal.Core.Data.Class.Function ( src/Grisette/Internal/Core/Data/Class/Function.hs, dist/build/Grisette/Internal/Core/Data/Class/Function.o, dist/build/Grisette/Internal/Core/Data/Class/Function.dyn_o )
[ 5 of 251] Compiling Grisette.Internal.Core.Data.Class.IEEEFP ( src/Grisette/Internal/Core/Data/Class/IEEEFP.hs, dist/build/Grisette/Internal/Core/Data/Class/IEEEFP.o, dist/build/Grisette/Internal/Core/Data/Class/IEEEFP.dyn_o )
[ 6 of 251] Compiling Grisette.Internal.Core.Data.Class.ModelOps ( src/Grisette/Internal/Core/Data/Class/ModelOps.hs, dist/build/Grisette/Internal/Core/Data/Class/ModelOps.o, dist/build/Grisette/Internal/Core/Data/Class/ModelOps.dyn_o )
[ 7 of 251] Compiling Grisette.Internal.Core.Data.Class.SignConversion ( src/Grisette/Internal/Core/Data/Class/SignConversion.hs, dist/build/Grisette/Internal/Core/Data/Class/SignConversion.o, dist/build/Grisette/Internal/Core/Data/Class/SignConversion.dyn_o )
[ 8 of 251] Compiling Grisette.Internal.Core.Data.Class.SymRotate ( src/Grisette/Internal/Core/Data/Class/SymRotate.hs, dist/build/Grisette/Internal/Core/Data/Class/SymRotate.o, dist/build/Grisette/Internal/Core/Data/Class/SymRotate.dyn_o )
[ 9 of 251] Compiling Grisette.Internal.Core.Data.Class.SymShift ( src/Grisette/Internal/Core/Data/Class/SymShift.hs, dist/build/Grisette/Internal/Core/Data/Class/SymShift.o, dist/build/Grisette/Internal/Core/Data/Class/SymShift.dyn_o )
[ 10 of 251] Compiling Grisette.Internal.Core.Data.MemoUtils ( src/Grisette/Internal/Core/Data/MemoUtils.hs, dist/build/Grisette/Internal/Core/Data/MemoUtils.o, dist/build/Grisette/Internal/Core/Data/MemoUtils.dyn_o )
[ 11 of 251] Compiling Grisette.Internal.Core.Data.SExpr ( src/Grisette/Internal/Core/Data/SExpr.hs, dist/build/Grisette/Internal/Core/Data/SExpr.o, dist/build/Grisette/Internal/Core/Data/SExpr.dyn_o )
[ 12 of 251] Compiling Grisette.Internal.Core.Data.Symbol ( src/Grisette/Internal/Core/Data/Symbol.hs, dist/build/Grisette/Internal/Core/Data/Symbol.o, dist/build/Grisette/Internal/Core/Data/Symbol.dyn_o )
[ 13 of 251] Compiling Grisette.Internal.SymPrim.AlgReal ( src/Grisette/Internal/SymPrim/AlgReal.hs, dist/build/Grisette/Internal/SymPrim/AlgReal.o, dist/build/Grisette/Internal/SymPrim/AlgReal.dyn_o )
[ 14 of 251] Compiling Grisette.Internal.SymPrim.IntBitwidth ( src/Grisette/Internal/SymPrim/IntBitwidth.hs, dist/build/Grisette/Internal/SymPrim/IntBitwidth.o, dist/build/Grisette/Internal/SymPrim/IntBitwidth.dyn_o )
[ 15 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Utils ( src/Grisette/Internal/SymPrim/Prim/Internal/Utils.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Utils.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Utils.dyn_o )
[ 16 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Caches ( src/Grisette/Internal/SymPrim/Prim/Internal/Caches.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Caches.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Caches.dyn_o )
[ 17 of 251] Compiling Grisette.Internal.TH.Ctor.Common ( src/Grisette/Internal/TH/Ctor/Common.hs, dist/build/Grisette/Internal/TH/Ctor/Common.o, dist/build/Grisette/Internal/TH/Ctor/Common.dyn_o )
[ 18 of 251] Compiling Grisette.Internal.Unified.EvalModeTag ( src/Grisette/Internal/Unified/EvalModeTag.hs, dist/build/Grisette/Internal/Unified/EvalModeTag.o, dist/build/Grisette/Internal/Unified/EvalModeTag.dyn_o )
[ 19 of 251] Compiling Grisette.Internal.TH.Util ( src/Grisette/Internal/TH/Util.hs, dist/build/Grisette/Internal/TH/Util.o, dist/build/Grisette/Internal/TH/Util.dyn_o )
[ 20 of 251] Compiling Grisette.Internal.Unified.Theories ( src/Grisette/Internal/Unified/Theories.hs, dist/build/Grisette/Internal/Unified/Theories.o, dist/build/Grisette/Internal/Unified/Theories.dyn_o )
[ 21 of 251] Compiling Grisette.Internal.Utils.Derive ( src/Grisette/Internal/Utils/Derive.hs, dist/build/Grisette/Internal/Utils/Derive.o, dist/build/Grisette/Internal/Utils/Derive.dyn_o )
[ 22 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.ToSym ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/ToSym.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/ToSym.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/ToSym.dyn_o )
[ 23 of 251] Compiling Grisette.Internal.Utils.Parameterized ( src/Grisette/Internal/Utils/Parameterized.hs, dist/build/Grisette/Internal/Utils/Parameterized.o, dist/build/Grisette/Internal/Utils/Parameterized.dyn_o )
[ 24 of 251] Compiling Grisette.Internal.Unified.Util ( src/Grisette/Internal/Unified/Util.hs, dist/build/Grisette/Internal/Unified/Util.o, dist/build/Grisette/Internal/Unified/Util.dyn_o )
[ 25 of 251] Compiling Grisette.Internal.Core.Data.Class.BitVector ( src/Grisette/Internal/Core/Data/Class/BitVector.hs, dist/build/Grisette/Internal/Core/Data/Class/BitVector.o, dist/build/Grisette/Internal/Core/Data/Class/BitVector.dyn_o )
[ 26 of 251] Compiling Grisette.Internal.SymPrim.BV ( src/Grisette/Internal/SymPrim/BV.hs, dist/build/Grisette/Internal/SymPrim/BV.o, dist/build/Grisette/Internal/SymPrim/BV.dyn_o )
[ 27 of 251] Compiling Grisette.Internal.SymPrim.FP ( src/Grisette/Internal/SymPrim/FP.hs, dist/build/Grisette/Internal/SymPrim/FP.o, dist/build/Grisette/Internal/SymPrim/FP.dyn_o )
[ 28 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Term ( src/Grisette/Internal/SymPrim/Prim/Internal/Term.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Term.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Term.dyn_o )
[ 29 of 251] Compiling Grisette.Internal.SymPrim.Prim.SomeTerm ( src/Grisette/Internal/SymPrim/Prim/SomeTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/SomeTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/SomeTerm.dyn_o )
[ 30 of 251] Compiling Grisette.Internal.SymPrim.Prim.Pattern ( src/Grisette/Internal/SymPrim/Prim/Pattern.hs, dist/build/Grisette/Internal/SymPrim/Prim/Pattern.o, dist/build/Grisette/Internal/SymPrim/Prim/Pattern.dyn_o )
[ 31 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.PartialEval ( src/Grisette/Internal/SymPrim/Prim/Internal/PartialEval.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/PartialEval.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/PartialEval.dyn_o )
[ 32 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Unfold ( src/Grisette/Internal/SymPrim/Prim/Internal/Unfold.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Unfold.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Unfold.dyn_o )
[ 33 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalShiftTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalShiftTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalShiftTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalShiftTerm.dyn_o )
[ 34 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalRotateTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalRotateTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalRotateTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalRotateTerm.dyn_o )
[ 35 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalDivModIntegralTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalDivModIntegralTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalDivModIntegralTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalDivModIntegralTerm.dyn_o )
[ 36 of 251] Compiling Grisette.Internal.SymPrim.FunInstanceGen ( src/Grisette/Internal/SymPrim/FunInstanceGen.hs, dist/build/Grisette/Internal/SymPrim/FunInstanceGen.o, dist/build/Grisette/Internal/SymPrim/FunInstanceGen.dyn_o )
[ 37 of 251] Compiling Grisette.Internal.SymPrim.TabularFun ( src/Grisette/Internal/SymPrim/TabularFun.hs, dist/build/Grisette/Internal/SymPrim/TabularFun.o, dist/build/Grisette/Internal/SymPrim/TabularFun.dyn_o )
[ 38 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.PPrint ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/PPrint.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/PPrint.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/PPrint.dyn_o )
[ 39 of 251] Compiling Grisette.Internal.Backend.QuantifiedStack ( src/Grisette/Internal/Backend/QuantifiedStack.hs, dist/build/Grisette/Internal/Backend/QuantifiedStack.o, dist/build/Grisette/Internal/Backend/QuantifiedStack.dyn_o )
[ 40 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalNumTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalNumTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalNumTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalNumTerm.dyn_o )
[ 41 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalOrdTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalOrdTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalOrdTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalOrdTerm.dyn_o )
[ 42 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalIEEEFPConvertibleTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalIEEEFPConvertibleTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalIEEEFPConvertibleTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalIEEEFPConvertibleTerm.dyn_o )
[ 43 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFromIntegralTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFromIntegralTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFromIntegralTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFromIntegralTerm.dyn_o )
[ 44 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFractionalTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFractionalTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFractionalTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFractionalTerm.dyn_o )
[ 45 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFloatingTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFloatingTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFloatingTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFloatingTerm.dyn_o )
[ 46 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFP ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFP.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFP.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFP.dyn_o )
[ 47 of 251] Compiling Grisette.Internal.SymPrim.GeneralFun ( src/Grisette/Internal/SymPrim/GeneralFun.hs, dist/build/Grisette/Internal/SymPrim/GeneralFun.o, dist/build/Grisette/Internal/SymPrim/GeneralFun.dyn_o )
[ 48 of 251] Compiling Grisette.Internal.SymPrim.Prim.TermUtils ( src/Grisette/Internal/SymPrim/Prim/TermUtils.hs, dist/build/Grisette/Internal/SymPrim/Prim/TermUtils.o, dist/build/Grisette/Internal/SymPrim/Prim/TermUtils.dyn_o )
[ 49 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalBitCastTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalBitCastTerm.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalBitCastTerm.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalBitCastTerm.dyn_o )
[ 50 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Serialize ( src/Grisette/Internal/SymPrim/Prim/Internal/Serialize.hs, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Serialize.o, dist/build/Grisette/Internal/SymPrim/Prim/Internal/Serialize.dyn_o )
[ 51 of 251] Compiling Grisette.Internal.SymPrim.Prim.Term ( src/Grisette/Internal/SymPrim/Prim/Term.hs, dist/build/Grisette/Internal/SymPrim/Prim/Term.o, dist/build/Grisette/Internal/SymPrim/Prim/Term.dyn_o )
[ 52 of 251] Compiling Grisette.Internal.SymPrim.Prim.Model ( src/Grisette/Internal/SymPrim/Prim/Model.hs, dist/build/Grisette/Internal/SymPrim/Prim/Model.o, dist/build/Grisette/Internal/SymPrim/Prim/Model.dyn_o )
[ 53 of 251] Compiling Grisette.Internal.SymPrim.ModelRep ( src/Grisette/Internal/SymPrim/ModelRep.hs, dist/build/Grisette/Internal/SymPrim/ModelRep.o, dist/build/Grisette/Internal/SymPrim/ModelRep.dyn_o )
[ 54 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SubstSym ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SubstSym.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SubstSym.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SubstSym.dyn_o )
[ 55 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.ExtractSym ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/ExtractSym.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/ExtractSym.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/ExtractSym.dyn_o )
[ 56 of 251] Compiling Grisette.Internal.Backend.SymBiMap ( src/Grisette/Internal/Backend/SymBiMap.hs, dist/build/Grisette/Internal/Backend/SymBiMap.o, dist/build/Grisette/Internal/Backend/SymBiMap.dyn_o )
[ 57 of 251] Compiling Grisette.Internal.Core.Data.Class.AsKey ( src/Grisette/Internal/Core/Data/Class/AsKey.hs, dist/build/Grisette/Internal/Core/Data/Class/AsKey.o, dist/build/Grisette/Internal/Core/Data/Class/AsKey.dyn_o )
[ 58 of 251] Compiling Grisette.Internal.Internal.Decl.SymPrim.AllSyms ( src/Grisette/Internal/Internal/Decl/SymPrim/AllSyms.hs, dist/build/Grisette/Internal/Internal/Decl/SymPrim/AllSyms.o, dist/build/Grisette/Internal/Internal/Decl/SymPrim/AllSyms.dyn_o )
[ 59 of 251] Compiling Grisette.Internal.Core.Data.Class.Solvable ( src/Grisette/Internal/Core/Data/Class/Solvable.hs, dist/build/Grisette/Internal/Core/Data/Class/Solvable.o, dist/build/Grisette/Internal/Core/Data/Class/Solvable.dyn_o )
[ 60 of 251] Compiling Grisette.Internal.SymPrim.SymTabularFun ( src/Grisette/Internal/SymPrim/SymTabularFun.hs, dist/build/Grisette/Internal/SymPrim/SymTabularFun.o, dist/build/Grisette/Internal/SymPrim/SymTabularFun.dyn_o )
[ 61 of 251] Compiling Grisette.Internal.SymPrim.SymInteger ( src/Grisette/Internal/SymPrim/SymInteger.hs, dist/build/Grisette/Internal/SymPrim/SymInteger.o, dist/build/Grisette/Internal/SymPrim/SymInteger.dyn_o )
[ 62 of 251] Compiling Grisette.Internal.SymPrim.SymGeneralFun ( src/Grisette/Internal/SymPrim/SymGeneralFun.hs, dist/build/Grisette/Internal/SymPrim/SymGeneralFun.o, dist/build/Grisette/Internal/SymPrim/SymGeneralFun.dyn_o )
[ 63 of 251] Compiling Grisette.Internal.SymPrim.SymBool ( src/Grisette/Internal/SymPrim/SymBool.hs, dist/build/Grisette/Internal/SymPrim/SymBool.o, dist/build/Grisette/Internal/SymPrim/SymBool.dyn_o )
[ 64 of 251] Compiling Grisette.Internal.SymPrim.SymBV ( src/Grisette/Internal/SymPrim/SymBV.hs, dist/build/Grisette/Internal/SymPrim/SymBV.o, dist/build/Grisette/Internal/SymPrim/SymBV.dyn_o )
[ 65 of 251] Compiling Grisette.Internal.SymPrim.SymAlgReal ( src/Grisette/Internal/SymPrim/SymAlgReal.hs, dist/build/Grisette/Internal/SymPrim/SymAlgReal.o, dist/build/Grisette/Internal/SymPrim/SymAlgReal.dyn_o )
[ 66 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.ToCon ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/ToCon.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/ToCon.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/ToCon.dyn_o )
[ 67 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.EvalSym ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/EvalSym.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/EvalSym.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/EvalSym.dyn_o )
[ 68 of 251] Compiling Grisette.Internal.Core.Data.Class.SymIEEEFP ( src/Grisette/Internal/Core/Data/Class/SymIEEEFP.hs, dist/build/Grisette/Internal/Core/Data/Class/SymIEEEFP.o, dist/build/Grisette/Internal/Core/Data/Class/SymIEEEFP.dyn_o )
[ 69 of 251] Compiling Grisette.Internal.SymPrim.SymFP ( src/Grisette/Internal/SymPrim/SymFP.hs, dist/build/Grisette/Internal/SymPrim/SymFP.o, dist/build/Grisette/Internal/SymPrim/SymFP.dyn_o )
[ 70 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSolvable ( src/Grisette/Internal/Unified/Class/UnifiedSolvable.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSolvable.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSolvable.dyn_o )
[ 71 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedRep ( src/Grisette/Internal/Unified/Class/UnifiedRep.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedRep.o, dist/build/Grisette/Internal/Unified/Class/UnifiedRep.dyn_o )
[ 72 of 251] Compiling Grisette.Internal.Core.Data.Class.SymFromIntegral ( src/Grisette/Internal/Core/Data/Class/SymFromIntegral.hs, dist/build/Grisette/Internal/Core/Data/Class/SymFromIntegral.o, dist/build/Grisette/Internal/Core/Data/Class/SymFromIntegral.dyn_o )
[ 73 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedFromIntegral ( src/Grisette/Internal/Unified/Class/UnifiedFromIntegral.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedFromIntegral.o, dist/build/Grisette/Internal/Unified/Class/UnifiedFromIntegral.dyn_o )
[ 74 of 251] Compiling Grisette.Internal.Core.Data.Class.LogicalOp ( src/Grisette/Internal/Core/Data/Class/LogicalOp.hs, dist/build/Grisette/Internal/Core/Data/Class/LogicalOp.o, dist/build/Grisette/Internal/Core/Data/Class/LogicalOp.dyn_o )
[ 75 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SymEq ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SymEq.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SymEq.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SymEq.dyn_o )
[ 76 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.Class.UnifiedSymEq ( src/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSymEq.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSymEq.o, dist/build/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSymEq.dyn_o )
[ 77 of 251] Compiling Grisette.Internal.Core.Data.Class.ITEOp ( src/Grisette/Internal/Core/Data/Class/ITEOp.hs, dist/build/Grisette/Internal/Core/Data/Class/ITEOp.o, dist/build/Grisette/Internal/Core/Data/Class/ITEOp.dyn_o )
[ 78 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.Class.UnifiedITEOp ( src/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedITEOp.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedITEOp.o, dist/build/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedITEOp.dyn_o )
[ 79 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.Mergeable ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/Mergeable.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/Mergeable.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/Mergeable.dyn_o )
[ 80 of 251] Compiling Grisette.Internal.TH.Derivation.Common ( src/Grisette/Internal/TH/Derivation/Common.hs, dist/build/Grisette/Internal/TH/Derivation/Common.o, dist/build/Grisette/Internal/TH/Derivation/Common.dyn_o )
[ 81 of 251] Compiling Grisette.Internal.TH.Derivation.UnaryOpCommon ( src/Grisette/Internal/TH/Derivation/UnaryOpCommon.hs, dist/build/Grisette/Internal/TH/Derivation/UnaryOpCommon.o, dist/build/Grisette/Internal/TH/Derivation/UnaryOpCommon.dyn_o )
[ 82 of 251] Compiling Grisette.Internal.TH.Derivation.UnifiedOpCommon ( src/Grisette/Internal/TH/Derivation/UnifiedOpCommon.hs, dist/build/Grisette/Internal/TH/Derivation/UnifiedOpCommon.o, dist/build/Grisette/Internal/TH/Derivation/UnifiedOpCommon.dyn_o )
[ 83 of 251] Compiling Grisette.Internal.TH.Derivation.ShowPPrintCommon ( src/Grisette/Internal/TH/Derivation/ShowPPrintCommon.hs, dist/build/Grisette/Internal/TH/Derivation/ShowPPrintCommon.o, dist/build/Grisette/Internal/TH/Derivation/ShowPPrintCommon.dyn_o )
[ 84 of 251] Compiling Grisette.Internal.TH.Derivation.SerializeCommon ( src/Grisette/Internal/TH/Derivation/SerializeCommon.hs, dist/build/Grisette/Internal/TH/Derivation/SerializeCommon.o, dist/build/Grisette/Internal/TH/Derivation/SerializeCommon.dyn_o )
[ 85 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveUnifiedSymEq ( src/Grisette/Internal/TH/Derivation/DeriveUnifiedSymEq.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveUnifiedSymEq.o, dist/build/Grisette/Internal/TH/Derivation/DeriveUnifiedSymEq.dyn_o )
[ 86 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSubstSym ( src/Grisette/Internal/TH/Derivation/DeriveSubstSym.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveSubstSym.o, dist/build/Grisette/Internal/TH/Derivation/DeriveSubstSym.dyn_o )
[ 87 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveShow ( src/Grisette/Internal/TH/Derivation/DeriveShow.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveShow.o, dist/build/Grisette/Internal/TH/Derivation/DeriveShow.dyn_o )
[ 88 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSerial ( src/Grisette/Internal/TH/Derivation/DeriveSerial.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveSerial.o, dist/build/Grisette/Internal/TH/Derivation/DeriveSerial.dyn_o )
[ 89 of 251] Compiling Grisette.Internal.TH.Derivation.DerivePPrint ( src/Grisette/Internal/TH/Derivation/DerivePPrint.hs, dist/build/Grisette/Internal/TH/Derivation/DerivePPrint.o, dist/build/Grisette/Internal/TH/Derivation/DerivePPrint.dyn_o )
[ 90 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveNFData ( src/Grisette/Internal/TH/Derivation/DeriveNFData.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveNFData.o, dist/build/Grisette/Internal/TH/Derivation/DeriveNFData.dyn_o )
[ 91 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveMergeable ( src/Grisette/Internal/TH/Derivation/DeriveMergeable.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveMergeable.o, dist/build/Grisette/Internal/TH/Derivation/DeriveMergeable.dyn_o )
[ 92 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveHashable ( src/Grisette/Internal/TH/Derivation/DeriveHashable.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveHashable.o, dist/build/Grisette/Internal/TH/Derivation/DeriveHashable.dyn_o )
[ 93 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveExtractSym ( src/Grisette/Internal/TH/Derivation/DeriveExtractSym.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveExtractSym.o, dist/build/Grisette/Internal/TH/Derivation/DeriveExtractSym.dyn_o )
[ 94 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveEvalSym ( src/Grisette/Internal/TH/Derivation/DeriveEvalSym.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveEvalSym.o, dist/build/Grisette/Internal/TH/Derivation/DeriveEvalSym.dyn_o )
[ 95 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveCereal ( src/Grisette/Internal/TH/Derivation/DeriveCereal.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveCereal.o, dist/build/Grisette/Internal/TH/Derivation/DeriveCereal.dyn_o )
[ 96 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveBinary ( src/Grisette/Internal/TH/Derivation/DeriveBinary.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveBinary.o, dist/build/Grisette/Internal/TH/Derivation/DeriveBinary.dyn_o )
[ 97 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveAllSyms ( src/Grisette/Internal/TH/Derivation/DeriveAllSyms.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveAllSyms.o, dist/build/Grisette/Internal/TH/Derivation/DeriveAllSyms.dyn_o )
[ 98 of 251] Compiling Grisette.Internal.TH.Derivation.BinaryOpCommon ( src/Grisette/Internal/TH/Derivation/BinaryOpCommon.hs, dist/build/Grisette/Internal/TH/Derivation/BinaryOpCommon.o, dist/build/Grisette/Internal/TH/Derivation/BinaryOpCommon.dyn_o )
[ 99 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSymEq ( src/Grisette/Internal/TH/Derivation/DeriveSymEq.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveSymEq.o, dist/build/Grisette/Internal/TH/Derivation/DeriveSymEq.dyn_o )
[100 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveOrd ( src/Grisette/Internal/TH/Derivation/DeriveOrd.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveOrd.o, dist/build/Grisette/Internal/TH/Derivation/DeriveOrd.dyn_o )
[101 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveEq ( src/Grisette/Internal/TH/Derivation/DeriveEq.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveEq.o, dist/build/Grisette/Internal/TH/Derivation/DeriveEq.dyn_o )
[102 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.TryMerge ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/TryMerge.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/TryMerge.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/TryMerge.dyn_o )
[103 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SimpleMergeable ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SimpleMergeable.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SimpleMergeable.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SimpleMergeable.dyn_o )
[104 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSimpleMergeable ( src/Grisette/Internal/TH/Derivation/DeriveSimpleMergeable.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveSimpleMergeable.o, dist/build/Grisette/Internal/TH/Derivation/DeriveSimpleMergeable.dyn_o )
[105 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.Class.UnifiedSimpleMergeable ( src/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSimpleMergeable.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSimpleMergeable.o, dist/build/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSimpleMergeable.dyn_o )
[106 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveUnifiedSimpleMergeable ( src/Grisette/Internal/TH/Derivation/DeriveUnifiedSimpleMergeable.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveUnifiedSimpleMergeable.o, dist/build/Grisette/Internal/TH/Derivation/DeriveUnifiedSimpleMergeable.dyn_o )
[107 of 251] Compiling Grisette.Internal.Core.Data.Class.UnionView ( src/Grisette/Internal/Core/Data/Class/UnionView.hs, dist/build/Grisette/Internal/Core/Data/Class/UnionView.o, dist/build/Grisette/Internal/Core/Data/Class/UnionView.dyn_o )
[108 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.UnionBase ( src/Grisette/Internal/Internal/Decl/Core/Data/UnionBase.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/UnionBase.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/UnionBase.dyn_o )
[109 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Control.Monad.Union ( src/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.o, dist/build/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.dyn_o )
[110 of 251] Compiling Grisette.Internal.Unified.Class.UnionViewMode ( src/Grisette/Internal/Unified/Class/UnionViewMode.hs, dist/build/Grisette/Internal/Unified/Class/UnionViewMode.o, dist/build/Grisette/Internal/Unified/Class/UnionViewMode.dyn_o )
[111 of 251] Compiling Grisette.Internal.TH.Derivation.ConvertOpCommon ( src/Grisette/Internal/TH/Derivation/ConvertOpCommon.hs, dist/build/Grisette/Internal/TH/Derivation/ConvertOpCommon.o, dist/build/Grisette/Internal/TH/Derivation/ConvertOpCommon.dyn_o )
[112 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveToSym ( src/Grisette/Internal/TH/Derivation/DeriveToSym.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveToSym.o, dist/build/Grisette/Internal/TH/Derivation/DeriveToSym.dyn_o )
[113 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveToCon ( src/Grisette/Internal/TH/Derivation/DeriveToCon.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveToCon.o, dist/build/Grisette/Internal/TH/Derivation/DeriveToCon.dyn_o )
[114 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SymOrd ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SymOrd.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SymOrd.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SymOrd.dyn_o )
[115 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSymOrd ( src/Grisette/Internal/TH/Derivation/DeriveSymOrd.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveSymOrd.o, dist/build/Grisette/Internal/TH/Derivation/DeriveSymOrd.dyn_o )
[116 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.Class.UnifiedSymOrd ( src/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSymOrd.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSymOrd.o, dist/build/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSymOrd.dyn_o )
[117 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveUnifiedSymOrd ( src/Grisette/Internal/TH/Derivation/DeriveUnifiedSymOrd.hs, dist/build/Grisette/Internal/TH/Derivation/DeriveUnifiedSymOrd.o, dist/build/Grisette/Internal/TH/Derivation/DeriveUnifiedSymOrd.dyn_o )
[118 of 251] Compiling Grisette.Internal.TH.Derivation.Derive ( src/Grisette/Internal/TH/Derivation/Derive.hs, dist/build/Grisette/Internal/TH/Derivation/Derive.o, dist/build/Grisette/Internal/TH/Derivation/Derive.dyn_o )
[119 of 251] Compiling Grisette.Internal.Internal.Impl.SymPrim.AllSyms ( src/Grisette/Internal/Internal/Impl/SymPrim/AllSyms.hs, dist/build/Grisette/Internal/Internal/Impl/SymPrim/AllSyms.o, dist/build/Grisette/Internal/Internal/Impl/SymPrim/AllSyms.dyn_o )
[120 of 251] Compiling Grisette.Internal.SymPrim.AllSyms ( src/Grisette/Internal/SymPrim/AllSyms.hs, dist/build/Grisette/Internal/SymPrim/AllSyms.o, dist/build/Grisette/Internal/SymPrim/AllSyms.dyn_o )
[121 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.ToCon ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/ToCon.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/ToCon.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/ToCon.dyn_o )
[122 of 251] Compiling Grisette.Internal.Core.Data.Class.ToCon ( src/Grisette/Internal/Core/Data/Class/ToCon.hs, dist/build/Grisette/Internal/Core/Data/Class/ToCon.o, dist/build/Grisette/Internal/Core/Data/Class/ToCon.dyn_o )
[123 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SymEq ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SymEq.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SymEq.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SymEq.dyn_o )
[124 of 251] Compiling Grisette.Internal.Core.Data.Class.SymEq ( src/Grisette/Internal/Core/Data/Class/SymEq.hs, dist/build/Grisette/Internal/Core/Data/Class/SymEq.o, dist/build/Grisette/Internal/Core/Data/Class/SymEq.dyn_o )
[125 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SubstSym ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SubstSym.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SubstSym.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SubstSym.dyn_o )
[126 of 251] Compiling Grisette.Internal.Core.Data.Class.SubstSym ( src/Grisette/Internal/Core/Data/Class/SubstSym.hs, dist/build/Grisette/Internal/Core/Data/Class/SubstSym.o, dist/build/Grisette/Internal/Core/Data/Class/SubstSym.dyn_o )
[127 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.PPrint ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/PPrint.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/PPrint.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/PPrint.dyn_o )
[128 of 251] Compiling Grisette.Internal.Core.Data.Class.PPrint ( src/Grisette/Internal/Core/Data/Class/PPrint.hs, dist/build/Grisette/Internal/Core/Data/Class/PPrint.o, dist/build/Grisette/Internal/Core/Data/Class/PPrint.dyn_o )
[129 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.Mergeable ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/Mergeable.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/Mergeable.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/Mergeable.dyn_o )
[130 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.ToSym ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/ToSym.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/ToSym.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/ToSym.dyn_o )
[131 of 251] Compiling Grisette.Internal.Core.Data.Class.ToSym ( src/Grisette/Internal/Core/Data/Class/ToSym.hs, dist/build/Grisette/Internal/Core/Data/Class/ToSym.o, dist/build/Grisette/Internal/Core/Data/Class/ToSym.dyn_o )
[132 of 251] Compiling Grisette.Internal.Unified.BaseConstraint ( src/Grisette/Internal/Unified/BaseConstraint.hs, dist/build/Grisette/Internal/Unified/BaseConstraint.o, dist/build/Grisette/Internal/Unified/BaseConstraint.dyn_o )
[133 of 251] Compiling Grisette.Internal.Core.Data.Class.Mergeable ( src/Grisette/Internal/Core/Data/Class/Mergeable.hs, dist/build/Grisette/Internal/Core/Data/Class/Mergeable.o, dist/build/Grisette/Internal/Core/Data/Class/Mergeable.dyn_o )
[134 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.UnionBase ( src/Grisette/Internal/Internal/Impl/Core/Data/UnionBase.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/UnionBase.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/UnionBase.dyn_o )
[135 of 251] Compiling Grisette.Internal.Core.Data.UnionBase ( src/Grisette/Internal/Core/Data/UnionBase.hs, dist/build/Grisette/Internal/Core/Data/UnionBase.o, dist/build/Grisette/Internal/Core/Data/UnionBase.dyn_o )
[136 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.TryMerge ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/TryMerge.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/TryMerge.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/TryMerge.dyn_o )
[137 of 251] Compiling Grisette.Internal.Core.Data.Class.TryMerge ( src/Grisette/Internal/Core/Data/Class/TryMerge.hs, dist/build/Grisette/Internal/Core/Data/Class/TryMerge.o, dist/build/Grisette/Internal/Core/Data/Class/TryMerge.dyn_o )
[138 of 251] Compiling Grisette.Internal.TH.Ctor.SmartConstructor ( src/Grisette/Internal/TH/Ctor/SmartConstructor.hs, dist/build/Grisette/Internal/TH/Ctor/SmartConstructor.o, dist/build/Grisette/Internal/TH/Ctor/SmartConstructor.dyn_o )
[139 of 251] Compiling Grisette.Internal.TH.ADT ( src/Grisette/Internal/TH/ADT.hs, dist/build/Grisette/Internal/TH/ADT.o, dist/build/Grisette/Internal/TH/ADT.dyn_o )
[140 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SimpleMergeable ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SimpleMergeable.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SimpleMergeable.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SimpleMergeable.dyn_o )
[141 of 251] Compiling Grisette.Internal.Core.Data.Class.SimpleMergeable ( src/Grisette/Internal/Core/Data/Class/SimpleMergeable.hs, dist/build/Grisette/Internal/Core/Data/Class/SimpleMergeable.o, dist/build/Grisette/Internal/Core/Data/Class/SimpleMergeable.dyn_o )
[142 of 251] Compiling Grisette.Internal.Core.Control.Monad.Class.Union ( src/Grisette/Internal/Core/Control/Monad/Class/Union.hs, dist/build/Grisette/Internal/Core/Control/Monad/Class/Union.o, dist/build/Grisette/Internal/Core/Control/Monad/Class/Union.dyn_o )
[143 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeBitCast ( src/Grisette/Internal/Core/Data/Class/SafeBitCast.hs, dist/build/Grisette/Internal/Core/Data/Class/SafeBitCast.o, dist/build/Grisette/Internal/Core/Data/Class/SafeBitCast.dyn_o )
[144 of 251] Compiling Grisette.Internal.Core.Data.Class.Error ( src/Grisette/Internal/Core/Data/Class/Error.hs, dist/build/Grisette/Internal/Core/Data/Class/Error.o, dist/build/Grisette/Internal/Core/Data/Class/Error.dyn_o )
[145 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.ExtractSym ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/ExtractSym.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/ExtractSym.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/ExtractSym.dyn_o )
[146 of 251] Compiling Grisette.Internal.Core.Data.Class.ExtractSym ( src/Grisette/Internal/Core/Data/Class/ExtractSym.hs, dist/build/Grisette/Internal/Core/Data/Class/ExtractSym.o, dist/build/Grisette/Internal/Core/Data/Class/ExtractSym.dyn_o )
[147 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.Solver ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/Solver.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/Solver.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/Solver.dyn_o )
[148 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.Solver ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/Solver.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/Solver.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/Solver.dyn_o )
[149 of 251] Compiling Grisette.Internal.Core.Data.Class.Solver ( src/Grisette/Internal/Core/Data/Class/Solver.hs, dist/build/Grisette/Internal/Core/Data/Class/Solver.o, dist/build/Grisette/Internal/Core/Data/Class/Solver.dyn_o )
[150 of 251] Compiling Grisette.Internal.Backend.Solving ( src/Grisette/Internal/Backend/Solving.hs, dist/build/Grisette/Internal/Backend/Solving.o, dist/build/Grisette/Internal/Backend/Solving.dyn_o )
[151 of 251] Compiling Grisette.Backend ( src/Grisette/Backend.hs, dist/build/Grisette/Backend.o, dist/build/Grisette/Backend.dyn_o )
[152 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.EvalSym ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/EvalSym.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/EvalSym.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/EvalSym.dyn_o )
[153 of 251] Compiling Grisette.Internal.Core.Data.Class.EvalSym ( src/Grisette/Internal/Core/Data/Class/EvalSym.hs, dist/build/Grisette/Internal/Core/Data/Class/EvalSym.o, dist/build/Grisette/Internal/Core/Data/Class/EvalSym.dyn_o )
[154 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Control.Monad.Union ( src/Grisette/Internal/Internal/Impl/Core/Control/Monad/Union.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Control/Monad/Union.o, dist/build/Grisette/Internal/Internal/Impl/Core/Control/Monad/Union.dyn_o )
[155 of 251] Compiling Grisette.Internal.Core.Control.Monad.Union ( src/Grisette/Internal/Core/Control/Monad/Union.hs, dist/build/Grisette/Internal/Core/Control/Monad/Union.o, dist/build/Grisette/Internal/Core/Control/Monad/Union.dyn_o )
[156 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SymOrd ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SymOrd.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SymOrd.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SymOrd.dyn_o )
[157 of 251] Compiling Grisette.Internal.Core.Data.Class.SymOrd ( src/Grisette/Internal/Core/Data/Class/SymOrd.hs, dist/build/Grisette/Internal/Core/Data/Class/SymOrd.o, dist/build/Grisette/Internal/Core/Data/Class/SymOrd.dyn_o )
[158 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeSymShift ( src/Grisette/Internal/Core/Data/Class/SafeSymShift.hs, dist/build/Grisette/Internal/Core/Data/Class/SafeSymShift.o, dist/build/Grisette/Internal/Core/Data/Class/SafeSymShift.dyn_o )
[159 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeSymRotate ( src/Grisette/Internal/Core/Data/Class/SafeSymRotate.hs, dist/build/Grisette/Internal/Core/Data/Class/SafeSymRotate.o, dist/build/Grisette/Internal/Core/Data/Class/SafeSymRotate.dyn_o )
[160 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeLinearArith ( src/Grisette/Internal/Core/Data/Class/SafeLinearArith.hs, dist/build/Grisette/Internal/Core/Data/Class/SafeLinearArith.o, dist/build/Grisette/Internal/Core/Data/Class/SafeLinearArith.dyn_o )
[161 of 251] Compiling Grisette.Experimental.MonadParallelUnion ( src/Grisette/Experimental/MonadParallelUnion.hs, dist/build/Grisette/Experimental/MonadParallelUnion.o, dist/build/Grisette/Experimental/MonadParallelUnion.dyn_o )
[162 of 251] Compiling Grisette.Experimental.Qualified.ParallelUnionDo ( src/Grisette/Experimental/Qualified/ParallelUnionDo.hs, dist/build/Grisette/Experimental/Qualified/ParallelUnionDo.o, dist/build/Grisette/Experimental/Qualified/ParallelUnionDo.dyn_o )
[163 of 251] Compiling Grisette.Internal.Core.Data.Class.CEGISSolver ( src/Grisette/Internal/Core/Data/Class/CEGISSolver.hs, dist/build/Grisette/Internal/Core/Data/Class/CEGISSolver.o, dist/build/Grisette/Internal/Core/Data/Class/CEGISSolver.dyn_o )
[164 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeLogBase ( src/Grisette/Internal/Core/Data/Class/SafeLogBase.hs, dist/build/Grisette/Internal/Core/Data/Class/SafeLogBase.o, dist/build/Grisette/Internal/Core/Data/Class/SafeLogBase.dyn_o )
[165 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeFromFP ( src/Grisette/Internal/Core/Data/Class/SafeFromFP.hs, dist/build/Grisette/Internal/Core/Data/Class/SafeFromFP.o, dist/build/Grisette/Internal/Core/Data/Class/SafeFromFP.dyn_o )
[166 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeFdiv ( src/Grisette/Internal/Core/Data/Class/SafeFdiv.hs, dist/build/Grisette/Internal/Core/Data/Class/SafeFdiv.o, dist/build/Grisette/Internal/Core/Data/Class/SafeFdiv.dyn_o )
[167 of 251] Compiling Grisette.Lib.Control.Monad.Trans.Class ( src/Grisette/Lib/Control/Monad/Trans/Class.hs, dist/build/Grisette/Lib/Control/Monad/Trans/Class.o, dist/build/Grisette/Lib/Control/Monad/Trans/Class.dyn_o )
[168 of 251] Compiling Grisette.Lib.Control.Monad.Trans ( src/Grisette/Lib/Control/Monad/Trans.hs, dist/build/Grisette/Lib/Control/Monad/Trans.o, dist/build/Grisette/Lib/Control/Monad/Trans.dyn_o )
[169 of 251] Compiling Grisette.Lib.Control.Monad.Trans.Except ( src/Grisette/Lib/Control/Monad/Trans/Except.hs, dist/build/Grisette/Lib/Control/Monad/Trans/Except.o, dist/build/Grisette/Lib/Control/Monad/Trans/Except.dyn_o )
[170 of 251] Compiling Grisette.Lib.Data.Bool ( src/Grisette/Lib/Data/Bool.hs, dist/build/Grisette/Lib/Data/Bool.o, dist/build/Grisette/Lib/Data/Bool.dyn_o )
[171 of 251] Compiling Grisette.Lib.Data.Either ( src/Grisette/Lib/Data/Either.hs, dist/build/Grisette/Lib/Data/Either.o, dist/build/Grisette/Lib/Data/Either.dyn_o )
[172 of 251] Compiling Grisette.Lib.Data.Functor.Sum ( src/Grisette/Lib/Data/Functor/Sum.hs, dist/build/Grisette/Lib/Data/Functor/Sum.o, dist/build/Grisette/Lib/Data/Functor/Sum.dyn_o )
[173 of 251] Compiling Grisette.Lib.Data.Maybe ( src/Grisette/Lib/Data/Maybe.hs, dist/build/Grisette/Lib/Data/Maybe.o, dist/build/Grisette/Lib/Data/Maybe.dyn_o )
[174 of 251] Compiling Grisette.Lib.Data.Tuple ( src/Grisette/Lib/Data/Tuple.hs, dist/build/Grisette/Lib/Data/Tuple.o, dist/build/Grisette/Lib/Data/Tuple.dyn_o )
[175 of 251] Compiling Grisette.Unified.Lib.Data.Functor ( src/Grisette/Unified/Lib/Data/Functor.hs, dist/build/Grisette/Unified/Lib/Data/Functor.o, dist/build/Grisette/Unified/Lib/Data/Functor.dyn_o )
[176 of 251] Compiling Grisette.Lib.Data.Functor ( src/Grisette/Lib/Data/Functor.hs, dist/build/Grisette/Lib/Data/Functor.o, dist/build/Grisette/Lib/Data/Functor.dyn_o )
[177 of 251] Compiling Grisette.Unified.Lib.Control.Applicative ( src/Grisette/Unified/Lib/Control/Applicative.hs, dist/build/Grisette/Unified/Lib/Control/Applicative.o, dist/build/Grisette/Unified/Lib/Control/Applicative.dyn_o )
[178 of 251] Compiling Grisette.Lib.Control.Applicative ( src/Grisette/Lib/Control/Applicative.hs, dist/build/Grisette/Lib/Control/Applicative.o, dist/build/Grisette/Lib/Control/Applicative.dyn_o )
[179 of 251] Compiling Grisette.Lib.Data.Traversable ( src/Grisette/Lib/Data/Traversable.hs, dist/build/Grisette/Lib/Data/Traversable.o, dist/build/Grisette/Lib/Data/Traversable.dyn_o )
[180 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SafeDiv ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SafeDiv.hs, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SafeDiv.o, dist/build/Grisette/Internal/Internal/Decl/Core/Data/Class/SafeDiv.dyn_o )
[181 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SafeDiv ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SafeDiv.hs, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SafeDiv.o, dist/build/Grisette/Internal/Internal/Impl/Core/Data/Class/SafeDiv.dyn_o )
[182 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeDiv ( src/Grisette/Internal/Core/Data/Class/SafeDiv.hs, dist/build/Grisette/Internal/Core/Data/Class/SafeDiv.o, dist/build/Grisette/Internal/Core/Data/Class/SafeDiv.dyn_o )
[183 of 251] Compiling Grisette.Internal.Core.Data.Class.GenSym ( src/Grisette/Internal/Core/Data/Class/GenSym.hs, dist/build/Grisette/Internal/Core/Data/Class/GenSym.o, dist/build/Grisette/Internal/Core/Data/Class/GenSym.dyn_o )
[184 of 251] Compiling Grisette.Internal.SymPrim.SymPrim ( src/Grisette/Internal/SymPrim/SymPrim.hs, dist/build/Grisette/Internal/SymPrim/SymPrim.o, dist/build/Grisette/Internal/SymPrim/SymPrim.dyn_o )
[185 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.UnifiedBool ( src/Grisette/Internal/Internal/Decl/Unified/UnifiedBool.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/UnifiedBool.o, dist/build/Grisette/Internal/Internal/Decl/Unified/UnifiedBool.dyn_o )
[186 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.UnifiedBool ( src/Grisette/Internal/Internal/Impl/Unified/UnifiedBool.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/UnifiedBool.o, dist/build/Grisette/Internal/Internal/Impl/Unified/UnifiedBool.dyn_o )
[187 of 251] Compiling Grisette.Internal.Unified.UnifiedBool ( src/Grisette/Internal/Unified/UnifiedBool.hs, dist/build/Grisette/Internal/Unified/UnifiedBool.o, dist/build/Grisette/Internal/Unified/UnifiedBool.dyn_o )
[188 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.Class.UnifiedSymOrd ( src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSymOrd.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSymOrd.o, dist/build/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSymOrd.dyn_o )
[189 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSymOrd ( src/Grisette/Internal/Unified/Class/UnifiedSymOrd.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSymOrd.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSymOrd.dyn_o )
[190 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.Class.UnifiedSymEq ( src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSymEq.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSymEq.o, dist/build/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSymEq.dyn_o )
[191 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSymEq ( src/Grisette/Internal/Unified/Class/UnifiedSymEq.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSymEq.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSymEq.dyn_o )
[192 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.Class.UnifiedITEOp ( src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedITEOp.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedITEOp.o, dist/build/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedITEOp.dyn_o )
[193 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedITEOp ( src/Grisette/Internal/Unified/Class/UnifiedITEOp.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedITEOp.o, dist/build/Grisette/Internal/Unified/Class/UnifiedITEOp.dyn_o )
[194 of 251] Compiling Grisette.Internal.SymPrim.SomeBV ( src/Grisette/Internal/SymPrim/SomeBV.hs, dist/build/Grisette/Internal/SymPrim/SomeBV.o, dist/build/Grisette/Internal/SymPrim/SomeBV.dyn_o )
[195 of 251] Compiling Grisette.Internal.Core.Data.Class.SymFiniteBits ( src/Grisette/Internal/Core/Data/Class/SymFiniteBits.hs, dist/build/Grisette/Internal/Core/Data/Class/SymFiniteBits.o, dist/build/Grisette/Internal/Core/Data/Class/SymFiniteBits.dyn_o )
[196 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedFiniteBits ( src/Grisette/Internal/Unified/Class/UnifiedFiniteBits.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedFiniteBits.o, dist/build/Grisette/Internal/Unified/Class/UnifiedFiniteBits.dyn_o )
[197 of 251] Compiling Grisette.Internal.SymPrim.Quantifier ( src/Grisette/Internal/SymPrim/Quantifier.hs, dist/build/Grisette/Internal/SymPrim/Quantifier.o, dist/build/Grisette/Internal/SymPrim/Quantifier.dyn_o )
[198 of 251] Compiling Grisette.SymPrim ( src/Grisette/SymPrim.hs, dist/build/Grisette/SymPrim.o, dist/build/Grisette/SymPrim.dyn_o )
[199 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.Class.UnifiedSimpleMergeable ( src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSimpleMergeable.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSimpleMergeable.o, dist/build/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSimpleMergeable.dyn_o )
[200 of 251] Compiling Grisette.Internal.Unified.UnifiedData ( src/Grisette/Internal/Unified/UnifiedData.hs, dist/build/Grisette/Internal/Unified/UnifiedData.o, dist/build/Grisette/Internal/Unified/UnifiedData.dyn_o )
[201 of 251] Compiling Grisette.Internal.TH.Ctor.UnifiedConstructor ( src/Grisette/Internal/TH/Ctor/UnifiedConstructor.hs, dist/build/Grisette/Internal/TH/Ctor/UnifiedConstructor.o, dist/build/Grisette/Internal/TH/Ctor/UnifiedConstructor.dyn_o )
[202 of 251] Compiling Grisette.TH ( src/Grisette/TH.hs, dist/build/Grisette/TH.o, dist/build/Grisette/TH.dyn_o )
[203 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSimpleMergeable ( src/Grisette/Internal/Unified/Class/UnifiedSimpleMergeable.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSimpleMergeable.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSimpleMergeable.dyn_o )
[204 of 251] Compiling Grisette.Internal.Unified.UnifiedPrim ( src/Grisette/Internal/Unified/UnifiedPrim.hs, dist/build/Grisette/Internal/Unified/UnifiedPrim.o, dist/build/Grisette/Internal/Unified/UnifiedPrim.dyn_o )
[205 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeSymShift ( src/Grisette/Internal/Unified/Class/UnifiedSafeSymShift.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeSymShift.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeSymShift.dyn_o )
[206 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeSymRotate ( src/Grisette/Internal/Unified/Class/UnifiedSafeSymRotate.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeSymRotate.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeSymRotate.dyn_o )
[207 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeLinearArith ( src/Grisette/Internal/Unified/Class/UnifiedSafeLinearArith.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeLinearArith.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeLinearArith.dyn_o )
[208 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeFromFP ( src/Grisette/Internal/Unified/Class/UnifiedSafeFromFP.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeFromFP.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeFromFP.dyn_o )
[209 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeFdiv ( src/Grisette/Internal/Unified/Class/UnifiedSafeFdiv.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeFdiv.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeFdiv.dyn_o )
[210 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeDiv ( src/Grisette/Internal/Unified/Class/UnifiedSafeDiv.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeDiv.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeDiv.dyn_o )
[211 of 251] Compiling Grisette.Internal.Unified.UnifiedInteger ( src/Grisette/Internal/Unified/UnifiedInteger.hs, dist/build/Grisette/Internal/Unified/UnifiedInteger.o, dist/build/Grisette/Internal/Unified/UnifiedInteger.dyn_o )
[212 of 251] Compiling Grisette.Internal.Unified.UnifiedAlgReal ( src/Grisette/Internal/Unified/UnifiedAlgReal.hs, dist/build/Grisette/Internal/Unified/UnifiedAlgReal.o, dist/build/Grisette/Internal/Unified/UnifiedAlgReal.dyn_o )
[213 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeBitCast ( src/Grisette/Internal/Unified/Class/UnifiedSafeBitCast.hs, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeBitCast.o, dist/build/Grisette/Internal/Unified/Class/UnifiedSafeBitCast.dyn_o )
[214 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.UnifiedFP ( src/Grisette/Internal/Internal/Decl/Unified/UnifiedFP.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/UnifiedFP.o, dist/build/Grisette/Internal/Internal/Decl/Unified/UnifiedFP.dyn_o )
[215 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.UnifiedFP ( src/Grisette/Internal/Internal/Impl/Unified/UnifiedFP.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/UnifiedFP.o, dist/build/Grisette/Internal/Internal/Impl/Unified/UnifiedFP.dyn_o )
[216 of 251] Compiling Grisette.Internal.Unified.UnifiedFP ( src/Grisette/Internal/Unified/UnifiedFP.hs, dist/build/Grisette/Internal/Unified/UnifiedFP.o, dist/build/Grisette/Internal/Unified/UnifiedFP.dyn_o )
[217 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.FPFPConversion ( src/Grisette/Internal/Internal/Decl/Unified/FPFPConversion.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/FPFPConversion.o, dist/build/Grisette/Internal/Internal/Decl/Unified/FPFPConversion.dyn_o )
[218 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.FPFPConversion ( src/Grisette/Internal/Internal/Impl/Unified/FPFPConversion.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/FPFPConversion.o, dist/build/Grisette/Internal/Internal/Impl/Unified/FPFPConversion.dyn_o )
[219 of 251] Compiling Grisette.Internal.Unified.FPFPConversion ( src/Grisette/Internal/Unified/FPFPConversion.hs, dist/build/Grisette/Internal/Unified/FPFPConversion.o, dist/build/Grisette/Internal/Unified/FPFPConversion.dyn_o )
[220 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.UnifiedBV ( src/Grisette/Internal/Internal/Decl/Unified/UnifiedBV.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/UnifiedBV.o, dist/build/Grisette/Internal/Internal/Decl/Unified/UnifiedBV.dyn_o )
[221 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.UnifiedBV ( src/Grisette/Internal/Internal/Impl/Unified/UnifiedBV.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/UnifiedBV.o, dist/build/Grisette/Internal/Internal/Impl/Unified/UnifiedBV.dyn_o )
[222 of 251] Compiling Grisette.Internal.Unified.UnifiedBV ( src/Grisette/Internal/Unified/UnifiedBV.hs, dist/build/Grisette/Internal/Unified/UnifiedBV.o, dist/build/Grisette/Internal/Unified/UnifiedBV.dyn_o )
[223 of 251] Compiling Grisette.Internal.Unified.UnifiedFun ( src/Grisette/Internal/Unified/UnifiedFun.hs, dist/build/Grisette/Internal/Unified/UnifiedFun.o, dist/build/Grisette/Internal/Unified/UnifiedFun.dyn_o )
[224 of 251] Compiling Grisette.Internal.Unified.BVBVConversion ( src/Grisette/Internal/Unified/BVBVConversion.hs, dist/build/Grisette/Internal/Unified/BVBVConversion.o, dist/build/Grisette/Internal/Unified/BVBVConversion.dyn_o )
[225 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.BVFPConversion ( src/Grisette/Internal/Internal/Decl/Unified/BVFPConversion.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/BVFPConversion.o, dist/build/Grisette/Internal/Internal/Decl/Unified/BVFPConversion.dyn_o )
[226 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.BVFPConversion ( src/Grisette/Internal/Internal/Impl/Unified/BVFPConversion.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/BVFPConversion.o, dist/build/Grisette/Internal/Internal/Impl/Unified/BVFPConversion.dyn_o )
[227 of 251] Compiling Grisette.Internal.Unified.BVFPConversion ( src/Grisette/Internal/Unified/BVFPConversion.hs, dist/build/Grisette/Internal/Unified/BVFPConversion.o, dist/build/Grisette/Internal/Unified/BVFPConversion.dyn_o )
[228 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.EvalMode ( src/Grisette/Internal/Internal/Decl/Unified/EvalMode.hs, dist/build/Grisette/Internal/Internal/Decl/Unified/EvalMode.o, dist/build/Grisette/Internal/Internal/Decl/Unified/EvalMode.dyn_o )
[229 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.EvalMode ( src/Grisette/Internal/Internal/Impl/Unified/EvalMode.hs, dist/build/Grisette/Internal/Internal/Impl/Unified/EvalMode.o, dist/build/Grisette/Internal/Internal/Impl/Unified/EvalMode.dyn_o )
[230 of 251] Compiling Grisette.Internal.Unified.EvalMode ( src/Grisette/Internal/Unified/EvalMode.hs, dist/build/Grisette/Internal/Unified/EvalMode.o, dist/build/Grisette/Internal/Unified/EvalMode.dyn_o )
[231 of 251] Compiling Grisette.Unified ( src/Grisette/Unified.hs, dist/build/Grisette/Unified.o, dist/build/Grisette/Unified.dyn_o )
[232 of 251] Compiling Grisette.Unified.Lib.Control.Monad[boot] ( src/Grisette/Unified/Lib/Control/Monad.hs-boot, dist/build/Grisette/Unified/Lib/Control/Monad.o-boot, dist/build/Grisette/Unified/Lib/Control/Monad.dyn_o-boot )
[233 of 251] Compiling Grisette.Lib.Control.Monad[boot] ( src/Grisette/Lib/Control/Monad.hs-boot, dist/build/Grisette/Lib/Control/Monad.o-boot, dist/build/Grisette/Lib/Control/Monad.dyn_o-boot )
[234 of 251] Compiling Grisette.Unified.Lib.Data.Foldable ( src/Grisette/Unified/Lib/Data/Foldable.hs, dist/build/Grisette/Unified/Lib/Data/Foldable.o, dist/build/Grisette/Unified/Lib/Data/Foldable.dyn_o )
[235 of 251] Compiling Grisette.Lib.Data.Foldable ( src/Grisette/Lib/Data/Foldable.hs, dist/build/Grisette/Lib/Data/Foldable.o, dist/build/Grisette/Lib/Data/Foldable.dyn_o )
[236 of 251] Compiling Grisette.Unified.Lib.Control.Monad ( src/Grisette/Unified/Lib/Control/Monad.hs, dist/build/Grisette/Unified/Lib/Control/Monad.o, dist/build/Grisette/Unified/Lib/Control/Monad.dyn_o )
[237 of 251] Compiling Grisette.Lib.Control.Monad ( src/Grisette/Lib/Control/Monad.hs, dist/build/Grisette/Lib/Control/Monad.o, dist/build/Grisette/Lib/Control/Monad.dyn_o )
[238 of 251] Compiling Grisette.Lib.Data.List ( src/Grisette/Lib/Data/List.hs, dist/build/Grisette/Lib/Data/List.o, dist/build/Grisette/Lib/Data/List.dyn_o )
[239 of 251] Compiling Grisette.Lib.Control.Monad.Trans.State.Strict ( src/Grisette/Lib/Control/Monad/Trans/State/Strict.hs, dist/build/Grisette/Lib/Control/Monad/Trans/State/Strict.o, dist/build/Grisette/Lib/Control/Monad/Trans/State/Strict.dyn_o )
[240 of 251] Compiling Grisette.Lib.Control.Monad.Trans.State.Lazy ( src/Grisette/Lib/Control/Monad/Trans/State/Lazy.hs, dist/build/Grisette/Lib/Control/Monad/Trans/State/Lazy.o, dist/build/Grisette/Lib/Control/Monad/Trans/State/Lazy.dyn_o )
[241 of 251] Compiling Grisette.Lib.Control.Monad.Trans.State ( src/Grisette/Lib/Control/Monad/Trans/State.hs, dist/build/Grisette/Lib/Control/Monad/Trans/State.o, dist/build/Grisette/Lib/Control/Monad/Trans/State.dyn_o )
[242 of 251] Compiling Grisette.Lib.Control.Monad.Trans.Cont ( src/Grisette/Lib/Control/Monad/Trans/Cont.hs, dist/build/Grisette/Lib/Control/Monad/Trans/Cont.o, dist/build/Grisette/Lib/Control/Monad/Trans/Cont.dyn_o )
[243 of 251] Compiling Grisette.Lib.Control.Monad.State.Class ( src/Grisette/Lib/Control/Monad/State/Class.hs, dist/build/Grisette/Lib/Control/Monad/State/Class.o, dist/build/Grisette/Lib/Control/Monad/State/Class.dyn_o )
[244 of 251] Compiling Grisette.Lib.Control.Monad.Except ( src/Grisette/Lib/Control/Monad/Except.hs, dist/build/Grisette/Lib/Control/Monad/Except.o, dist/build/Grisette/Lib/Control/Monad/Except.dyn_o )
[245 of 251] Compiling Grisette.Lib.Base ( src/Grisette/Lib/Base.hs, dist/build/Grisette/Lib/Base.o, dist/build/Grisette/Lib/Base.dyn_o )
[246 of 251] Compiling Grisette.Internal.Core.Control.Monad.CBMCExcept ( src/Grisette/Internal/Core/Control/Monad/CBMCExcept.hs, dist/build/Grisette/Internal/Core/Control/Monad/CBMCExcept.o, dist/build/Grisette/Internal/Core/Control/Monad/CBMCExcept.dyn_o )
[247 of 251] Compiling Grisette.Experimental.GenSymConstrained ( src/Grisette/Experimental/GenSymConstrained.hs, dist/build/Grisette/Experimental/GenSymConstrained.o, dist/build/Grisette/Experimental/GenSymConstrained.dyn_o )
[248 of 251] Compiling Grisette.Experimental ( src/Grisette/Experimental.hs, dist/build/Grisette/Experimental.o, dist/build/Grisette/Experimental.dyn_o )
[249 of 251] Compiling Grisette.Core ( src/Grisette/Core.hs, dist/build/Grisette/Core.o, dist/build/Grisette/Core.dyn_o )
[250 of 251] Compiling Grisette.Utils ( src/Grisette/Utils.hs, dist/build/Grisette/Utils.o, dist/build/Grisette/Utils.dyn_o )
[251 of 251] Compiling Grisette ( src/Grisette.hs, dist/build/Grisette.o, dist/build/Grisette.dyn_o )
Preprocessing library for grisette-0.13.0.1..
Running Haddock on library for grisette-0.13.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 251] Compiling Grisette.Internal.Core.Control.Exception ( src/Grisette/Internal/Core/Control/Exception.hs, /tmp/ghc1354754_0/ghc_144.o, /tmp/ghc1354754_0/ghc_144.dyn_o )
[ 2 of 251] Compiling Grisette.Internal.Core.Data.Class.BitCast ( src/Grisette/Internal/Core/Data/Class/BitCast.hs, /tmp/ghc1354754_0/ghc_152.o, /tmp/ghc1354754_0/ghc_152.dyn_o )
[ 3 of 251] Compiling Grisette.Internal.Core.Data.Class.Concrete ( src/Grisette/Internal/Core/Data/Class/Concrete.hs, /tmp/ghc1354754_0/ghc_156.o, /tmp/ghc1354754_0/ghc_156.dyn_o )
[ 4 of 251] Compiling Grisette.Internal.Core.Data.Class.Function ( src/Grisette/Internal/Core/Data/Class/Function.hs, /tmp/ghc1354754_0/ghc_162.o, /tmp/ghc1354754_0/ghc_162.dyn_o )
[ 5 of 251] Compiling Grisette.Internal.Core.Data.Class.IEEEFP ( src/Grisette/Internal/Core/Data/Class/IEEEFP.hs, /tmp/ghc1354754_0/ghc_166.o, /tmp/ghc1354754_0/ghc_166.dyn_o )
[ 6 of 251] Compiling Grisette.Internal.Core.Data.Class.ModelOps ( src/Grisette/Internal/Core/Data/Class/ModelOps.hs, /tmp/ghc1354754_0/ghc_174.o, /tmp/ghc1354754_0/ghc_174.dyn_o )
[ 7 of 251] Compiling Grisette.Internal.Core.Data.Class.SignConversion ( src/Grisette/Internal/Core/Data/Class/SignConversion.hs, /tmp/ghc1354754_0/ghc_192.o, /tmp/ghc1354754_0/ghc_192.dyn_o )
[ 8 of 251] Compiling Grisette.Internal.Core.Data.Class.SymRotate ( src/Grisette/Internal/Core/Data/Class/SymRotate.hs, /tmp/ghc1354754_0/ghc_212.o, /tmp/ghc1354754_0/ghc_212.dyn_o )
[ 9 of 251] Compiling Grisette.Internal.Core.Data.Class.SymShift ( src/Grisette/Internal/Core/Data/Class/SymShift.hs, /tmp/ghc1354754_0/ghc_214.o, /tmp/ghc1354754_0/ghc_214.dyn_o )
[ 10 of 251] Compiling Grisette.Internal.Core.Data.MemoUtils ( src/Grisette/Internal/Core/Data/MemoUtils.hs, /tmp/ghc1354754_0/ghc_224.o, /tmp/ghc1354754_0/ghc_224.dyn_o )
[ 11 of 251] Compiling Grisette.Internal.Core.Data.SExpr ( src/Grisette/Internal/Core/Data/SExpr.hs, /tmp/ghc1354754_0/ghc_226.o, /tmp/ghc1354754_0/ghc_226.dyn_o )
[ 12 of 251] Compiling Grisette.Internal.Core.Data.Symbol ( src/Grisette/Internal/Core/Data/Symbol.hs, /tmp/ghc1354754_0/ghc_228.o, /tmp/ghc1354754_0/ghc_228.dyn_o )
[ 13 of 251] Compiling Grisette.Internal.SymPrim.AlgReal ( src/Grisette/Internal/SymPrim/AlgReal.hs, /tmp/ghc1354754_0/ghc_326.o, /tmp/ghc1354754_0/ghc_326.dyn_o )
[ 14 of 251] Compiling Grisette.Internal.SymPrim.IntBitwidth ( src/Grisette/Internal/SymPrim/IntBitwidth.hs, /tmp/ghc1354754_0/ghc_338.o, /tmp/ghc1354754_0/ghc_338.dyn_o )
[ 15 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Utils ( src/Grisette/Internal/SymPrim/Prim/Internal/Utils.hs, /tmp/ghc1354754_0/ghc_372.o, /tmp/ghc1354754_0/ghc_372.dyn_o )
[ 16 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Caches ( src/Grisette/Internal/SymPrim/Prim/Internal/Caches.hs, /tmp/ghc1354754_0/ghc_340.o, /tmp/ghc1354754_0/ghc_340.dyn_o )
[ 17 of 251] Compiling Grisette.Internal.TH.Ctor.Common ( src/Grisette/Internal/TH/Ctor/Common.hs, /tmp/ghc1354754_0/ghc_404.o, /tmp/ghc1354754_0/ghc_404.dyn_o )
[ 18 of 251] Compiling Grisette.Internal.Unified.EvalModeTag ( src/Grisette/Internal/Unified/EvalModeTag.hs, /tmp/ghc1354754_0/ghc_506.o, /tmp/ghc1354754_0/ghc_506.dyn_o )
[ 19 of 251] Compiling Grisette.Internal.TH.Util ( src/Grisette/Internal/TH/Util.hs, /tmp/ghc1354754_0/ghc_468.o, /tmp/ghc1354754_0/ghc_468.dyn_o )
[ 20 of 251] Compiling Grisette.Internal.Unified.Theories ( src/Grisette/Internal/Unified/Theories.hs, /tmp/ghc1354754_0/ghc_508.o, /tmp/ghc1354754_0/ghc_508.dyn_o )
[ 21 of 251] Compiling Grisette.Internal.Utils.Derive ( src/Grisette/Internal/Utils/Derive.hs, /tmp/ghc1354754_0/ghc_528.o, /tmp/ghc1354754_0/ghc_528.dyn_o )
[ 22 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.ToSym ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/ToSym.hs, /tmp/ghc1354754_0/ghc_254.o, /tmp/ghc1354754_0/ghc_254.dyn_o )
[ 23 of 251] Compiling Grisette.Internal.Utils.Parameterized ( src/Grisette/Internal/Utils/Parameterized.hs, /tmp/ghc1354754_0/ghc_530.o, /tmp/ghc1354754_0/ghc_530.dyn_o )
[ 24 of 251] Compiling Grisette.Internal.Unified.Util ( src/Grisette/Internal/Unified/Util.hs, /tmp/ghc1354754_0/ghc_526.o, /tmp/ghc1354754_0/ghc_526.dyn_o )
[ 25 of 251] Compiling Grisette.Internal.Core.Data.Class.BitVector ( src/Grisette/Internal/Core/Data/Class/BitVector.hs, /tmp/ghc1354754_0/ghc_154.o, /tmp/ghc1354754_0/ghc_154.dyn_o )
[ 26 of 251] Compiling Grisette.Internal.SymPrim.BV ( src/Grisette/Internal/SymPrim/BV.hs, /tmp/ghc1354754_0/ghc_330.o, /tmp/ghc1354754_0/ghc_330.dyn_o )
[ 27 of 251] Compiling Grisette.Internal.SymPrim.FP ( src/Grisette/Internal/SymPrim/FP.hs, /tmp/ghc1354754_0/ghc_332.o, /tmp/ghc1354754_0/ghc_332.dyn_o )
[ 28 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Term ( src/Grisette/Internal/SymPrim/Prim/Internal/Term.hs, /tmp/ghc1354754_0/ghc_368.o, /tmp/ghc1354754_0/ghc_368.dyn_o )
[ 29 of 251] Compiling Grisette.Internal.SymPrim.Prim.SomeTerm ( src/Grisette/Internal/SymPrim/Prim/SomeTerm.hs, /tmp/ghc1354754_0/ghc_378.o, /tmp/ghc1354754_0/ghc_378.dyn_o )
[ 30 of 251] Compiling Grisette.Internal.SymPrim.Prim.Pattern ( src/Grisette/Internal/SymPrim/Prim/Pattern.hs, /tmp/ghc1354754_0/ghc_376.o, /tmp/ghc1354754_0/ghc_376.dyn_o )
[ 31 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.PartialEval ( src/Grisette/Internal/SymPrim/Prim/Internal/PartialEval.hs, /tmp/ghc1354754_0/ghc_364.o, /tmp/ghc1354754_0/ghc_364.dyn_o )
[ 32 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Unfold ( src/Grisette/Internal/SymPrim/Prim/Internal/Unfold.hs, /tmp/ghc1354754_0/ghc_370.o, /tmp/ghc1354754_0/ghc_370.dyn_o )
[ 33 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalShiftTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalShiftTerm.hs, /tmp/ghc1354754_0/ghc_362.o, /tmp/ghc1354754_0/ghc_362.dyn_o )
[ 34 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalRotateTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalRotateTerm.hs, /tmp/ghc1354754_0/ghc_360.o, /tmp/ghc1354754_0/ghc_360.dyn_o )
[ 35 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalDivModIntegralTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalDivModIntegralTerm.hs, /tmp/ghc1354754_0/ghc_344.o, /tmp/ghc1354754_0/ghc_344.dyn_o )
[ 36 of 251] Compiling Grisette.Internal.SymPrim.FunInstanceGen ( src/Grisette/Internal/SymPrim/FunInstanceGen.hs, /tmp/ghc1354754_0/ghc_334.o, /tmp/ghc1354754_0/ghc_334.dyn_o )
[ 37 of 251] Compiling Grisette.Internal.SymPrim.TabularFun ( src/Grisette/Internal/SymPrim/TabularFun.hs, /tmp/ghc1354754_0/ghc_402.o, /tmp/ghc1354754_0/ghc_402.dyn_o )
[ 38 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.PPrint ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/PPrint.hs, /tmp/ghc1354754_0/ghc_238.o, /tmp/ghc1354754_0/ghc_238.dyn_o )
[ 39 of 251] Compiling Grisette.Internal.Backend.QuantifiedStack ( src/Grisette/Internal/Backend/QuantifiedStack.hs, nothing )
[ 40 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalNumTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalNumTerm.hs, /tmp/ghc1354754_0/ghc_356.o, /tmp/ghc1354754_0/ghc_356.dyn_o )
[ 41 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalOrdTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalOrdTerm.hs, /tmp/ghc1354754_0/ghc_358.o, /tmp/ghc1354754_0/ghc_358.dyn_o )
[ 42 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalIEEEFPConvertibleTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalIEEEFPConvertibleTerm.hs, /tmp/ghc1354754_0/ghc_354.o, /tmp/ghc1354754_0/ghc_354.dyn_o )
[ 43 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFromIntegralTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFromIntegralTerm.hs, /tmp/ghc1354754_0/ghc_352.o, /tmp/ghc1354754_0/ghc_352.dyn_o )
[ 44 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFractionalTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFractionalTerm.hs, /tmp/ghc1354754_0/ghc_350.o, /tmp/ghc1354754_0/ghc_350.dyn_o )
[ 45 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFloatingTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFloatingTerm.hs, /tmp/ghc1354754_0/ghc_348.o, /tmp/ghc1354754_0/ghc_348.dyn_o )
[ 46 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFP ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalFP.hs, /tmp/ghc1354754_0/ghc_346.o, /tmp/ghc1354754_0/ghc_346.dyn_o )
[ 47 of 251] Compiling Grisette.Internal.SymPrim.GeneralFun ( src/Grisette/Internal/SymPrim/GeneralFun.hs, /tmp/ghc1354754_0/ghc_336.o, /tmp/ghc1354754_0/ghc_336.dyn_o )
[ 48 of 251] Compiling Grisette.Internal.SymPrim.Prim.TermUtils ( src/Grisette/Internal/SymPrim/Prim/TermUtils.hs, /tmp/ghc1354754_0/ghc_382.o, /tmp/ghc1354754_0/ghc_382.dyn_o )
[ 49 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalBitCastTerm ( src/Grisette/Internal/SymPrim/Prim/Internal/Instances/PEvalBitCastTerm.hs, /tmp/ghc1354754_0/ghc_342.o, /tmp/ghc1354754_0/ghc_342.dyn_o )
[ 50 of 251] Compiling Grisette.Internal.SymPrim.Prim.Internal.Serialize ( src/Grisette/Internal/SymPrim/Prim/Internal/Serialize.hs, /tmp/ghc1354754_0/ghc_366.o, /tmp/ghc1354754_0/ghc_366.dyn_o )
[ 51 of 251] Compiling Grisette.Internal.SymPrim.Prim.Term ( src/Grisette/Internal/SymPrim/Prim/Term.hs, /tmp/ghc1354754_0/ghc_380.o, /tmp/ghc1354754_0/ghc_380.dyn_o )
[ 52 of 251] Compiling Grisette.Internal.SymPrim.Prim.Model ( src/Grisette/Internal/SymPrim/Prim/Model.hs, /tmp/ghc1354754_0/ghc_374.o, /tmp/ghc1354754_0/ghc_374.dyn_o )
[ 53 of 251] Compiling Grisette.Internal.SymPrim.ModelRep ( src/Grisette/Internal/SymPrim/ModelRep.hs, nothing )
[ 54 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SubstSym ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SubstSym.hs, /tmp/ghc1354754_0/ghc_246.o, /tmp/ghc1354754_0/ghc_246.dyn_o )
[ 55 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.ExtractSym ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/ExtractSym.hs, /tmp/ghc1354754_0/ghc_234.o, /tmp/ghc1354754_0/ghc_234.dyn_o )
[ 56 of 251] Compiling Grisette.Internal.Backend.SymBiMap ( src/Grisette/Internal/Backend/SymBiMap.hs, nothing )
[ 57 of 251] Compiling Grisette.Internal.Core.Data.Class.AsKey ( src/Grisette/Internal/Core/Data/Class/AsKey.hs, /tmp/ghc1354754_0/ghc_150.o, /tmp/ghc1354754_0/ghc_150.dyn_o )
[ 58 of 251] Compiling Grisette.Internal.Internal.Decl.SymPrim.AllSyms ( src/Grisette/Internal/Internal/Decl/SymPrim/AllSyms.hs, /tmp/ghc1354754_0/ghc_260.o, /tmp/ghc1354754_0/ghc_260.dyn_o )
[ 59 of 251] Compiling Grisette.Internal.Core.Data.Class.Solvable ( src/Grisette/Internal/Core/Data/Class/Solvable.hs, /tmp/ghc1354754_0/ghc_196.o, /tmp/ghc1354754_0/ghc_196.dyn_o )
[ 60 of 251] Compiling Grisette.Internal.SymPrim.SymTabularFun ( src/Grisette/Internal/SymPrim/SymTabularFun.hs, /tmp/ghc1354754_0/ghc_400.o, /tmp/ghc1354754_0/ghc_400.dyn_o )
[ 61 of 251] Compiling Grisette.Internal.SymPrim.SymInteger ( src/Grisette/Internal/SymPrim/SymInteger.hs, /tmp/ghc1354754_0/ghc_396.o, /tmp/ghc1354754_0/ghc_396.dyn_o )
[ 62 of 251] Compiling Grisette.Internal.SymPrim.SymGeneralFun ( src/Grisette/Internal/SymPrim/SymGeneralFun.hs, /tmp/ghc1354754_0/ghc_394.o, /tmp/ghc1354754_0/ghc_394.dyn_o )
[ 63 of 251] Compiling Grisette.Internal.SymPrim.SymBool ( src/Grisette/Internal/SymPrim/SymBool.hs, /tmp/ghc1354754_0/ghc_390.o, /tmp/ghc1354754_0/ghc_390.dyn_o )
[ 64 of 251] Compiling Grisette.Internal.SymPrim.SymBV ( src/Grisette/Internal/SymPrim/SymBV.hs, /tmp/ghc1354754_0/ghc_388.o, /tmp/ghc1354754_0/ghc_388.dyn_o )
[ 65 of 251] Compiling Grisette.Internal.SymPrim.SymAlgReal ( src/Grisette/Internal/SymPrim/SymAlgReal.hs, /tmp/ghc1354754_0/ghc_386.o, /tmp/ghc1354754_0/ghc_386.dyn_o )
[ 66 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.ToCon ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/ToCon.hs, /tmp/ghc1354754_0/ghc_252.o, /tmp/ghc1354754_0/ghc_252.dyn_o )
[ 67 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.EvalSym ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/EvalSym.hs, /tmp/ghc1354754_0/ghc_232.o, /tmp/ghc1354754_0/ghc_232.dyn_o )
[ 68 of 251] Compiling Grisette.Internal.Core.Data.Class.SymIEEEFP ( src/Grisette/Internal/Core/Data/Class/SymIEEEFP.hs, /tmp/ghc1354754_0/ghc_208.o, /tmp/ghc1354754_0/ghc_208.dyn_o )
[ 69 of 251] Compiling Grisette.Internal.SymPrim.SymFP ( src/Grisette/Internal/SymPrim/SymFP.hs, /tmp/ghc1354754_0/ghc_392.o, /tmp/ghc1354754_0/ghc_392.dyn_o )
[ 70 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSolvable ( src/Grisette/Internal/Unified/Class/UnifiedSolvable.hs, /tmp/ghc1354754_0/ghc_498.o, /tmp/ghc1354754_0/ghc_498.dyn_o )
[ 71 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedRep ( src/Grisette/Internal/Unified/Class/UnifiedRep.hs, /tmp/ghc1354754_0/ghc_480.o, /tmp/ghc1354754_0/ghc_480.dyn_o )
[ 72 of 251] Compiling Grisette.Internal.Core.Data.Class.SymFromIntegral ( src/Grisette/Internal/Core/Data/Class/SymFromIntegral.hs, /tmp/ghc1354754_0/ghc_206.o, /tmp/ghc1354754_0/ghc_206.dyn_o )
[ 73 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedFromIntegral ( src/Grisette/Internal/Unified/Class/UnifiedFromIntegral.hs, /tmp/ghc1354754_0/ghc_476.o, /tmp/ghc1354754_0/ghc_476.dyn_o )
[ 74 of 251] Compiling Grisette.Internal.Core.Data.Class.LogicalOp ( src/Grisette/Internal/Core/Data/Class/LogicalOp.hs, /tmp/ghc1354754_0/ghc_170.o, /tmp/ghc1354754_0/ghc_170.dyn_o )
[ 75 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SymEq ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SymEq.hs, /tmp/ghc1354754_0/ghc_248.o, /tmp/ghc1354754_0/ghc_248.dyn_o )
[ 76 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.Class.UnifiedSymEq ( src/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSymEq.hs, /tmp/ghc1354754_0/ghc_268.o, /tmp/ghc1354754_0/ghc_268.dyn_o )
[ 77 of 251] Compiling Grisette.Internal.Core.Data.Class.ITEOp ( src/Grisette/Internal/Core/Data/Class/ITEOp.hs, /tmp/ghc1354754_0/ghc_168.o, /tmp/ghc1354754_0/ghc_168.dyn_o )
[ 78 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.Class.UnifiedITEOp ( src/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedITEOp.hs, /tmp/ghc1354754_0/ghc_264.o, /tmp/ghc1354754_0/ghc_264.dyn_o )
[ 79 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.Mergeable ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/Mergeable.hs, /tmp/ghc1354754_0/ghc_236.o, /tmp/ghc1354754_0/ghc_236.dyn_o )
[ 80 of 251] Compiling Grisette.Internal.TH.Derivation.Common ( src/Grisette/Internal/TH/Derivation/Common.hs, /tmp/ghc1354754_0/ghc_410.o, /tmp/ghc1354754_0/ghc_410.dyn_o )
[ 81 of 251] Compiling Grisette.Internal.TH.Derivation.UnaryOpCommon ( src/Grisette/Internal/TH/Derivation/UnaryOpCommon.hs, /tmp/ghc1354754_0/ghc_464.o, /tmp/ghc1354754_0/ghc_464.dyn_o )
[ 82 of 251] Compiling Grisette.Internal.TH.Derivation.UnifiedOpCommon ( src/Grisette/Internal/TH/Derivation/UnifiedOpCommon.hs, /tmp/ghc1354754_0/ghc_466.o, /tmp/ghc1354754_0/ghc_466.dyn_o )
[ 83 of 251] Compiling Grisette.Internal.TH.Derivation.ShowPPrintCommon ( src/Grisette/Internal/TH/Derivation/ShowPPrintCommon.hs, /tmp/ghc1354754_0/ghc_462.o, /tmp/ghc1354754_0/ghc_462.dyn_o )
[ 84 of 251] Compiling Grisette.Internal.TH.Derivation.SerializeCommon ( src/Grisette/Internal/TH/Derivation/SerializeCommon.hs, /tmp/ghc1354754_0/ghc_460.o, /tmp/ghc1354754_0/ghc_460.dyn_o )
[ 85 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveUnifiedSymEq ( src/Grisette/Internal/TH/Derivation/DeriveUnifiedSymEq.hs, /tmp/ghc1354754_0/ghc_456.o, /tmp/ghc1354754_0/ghc_456.dyn_o )
[ 86 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSubstSym ( src/Grisette/Internal/TH/Derivation/DeriveSubstSym.hs, /tmp/ghc1354754_0/ghc_444.o, /tmp/ghc1354754_0/ghc_444.dyn_o )
[ 87 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveShow ( src/Grisette/Internal/TH/Derivation/DeriveShow.hs, /tmp/ghc1354754_0/ghc_440.o, /tmp/ghc1354754_0/ghc_440.dyn_o )
[ 88 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSerial ( src/Grisette/Internal/TH/Derivation/DeriveSerial.hs, /tmp/ghc1354754_0/ghc_438.o, /tmp/ghc1354754_0/ghc_438.dyn_o )
[ 89 of 251] Compiling Grisette.Internal.TH.Derivation.DerivePPrint ( src/Grisette/Internal/TH/Derivation/DerivePPrint.hs, /tmp/ghc1354754_0/ghc_436.o, /tmp/ghc1354754_0/ghc_436.dyn_o )
[ 90 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveNFData ( src/Grisette/Internal/TH/Derivation/DeriveNFData.hs, /tmp/ghc1354754_0/ghc_432.o, /tmp/ghc1354754_0/ghc_432.dyn_o )
[ 91 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveMergeable ( src/Grisette/Internal/TH/Derivation/DeriveMergeable.hs, /tmp/ghc1354754_0/ghc_430.o, /tmp/ghc1354754_0/ghc_430.dyn_o )
[ 92 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveHashable ( src/Grisette/Internal/TH/Derivation/DeriveHashable.hs, /tmp/ghc1354754_0/ghc_428.o, /tmp/ghc1354754_0/ghc_428.dyn_o )
[ 93 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveExtractSym ( src/Grisette/Internal/TH/Derivation/DeriveExtractSym.hs, /tmp/ghc1354754_0/ghc_426.o, /tmp/ghc1354754_0/ghc_426.dyn_o )
[ 94 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveEvalSym ( src/Grisette/Internal/TH/Derivation/DeriveEvalSym.hs, /tmp/ghc1354754_0/ghc_424.o, /tmp/ghc1354754_0/ghc_424.dyn_o )
[ 95 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveCereal ( src/Grisette/Internal/TH/Derivation/DeriveCereal.hs, /tmp/ghc1354754_0/ghc_420.o, /tmp/ghc1354754_0/ghc_420.dyn_o )
[ 96 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveBinary ( src/Grisette/Internal/TH/Derivation/DeriveBinary.hs, /tmp/ghc1354754_0/ghc_418.o, /tmp/ghc1354754_0/ghc_418.dyn_o )
[ 97 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveAllSyms ( src/Grisette/Internal/TH/Derivation/DeriveAllSyms.hs, /tmp/ghc1354754_0/ghc_416.o, /tmp/ghc1354754_0/ghc_416.dyn_o )
[ 98 of 251] Compiling Grisette.Internal.TH.Derivation.BinaryOpCommon ( src/Grisette/Internal/TH/Derivation/BinaryOpCommon.hs, /tmp/ghc1354754_0/ghc_408.o, /tmp/ghc1354754_0/ghc_408.dyn_o )
[ 99 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSymEq ( src/Grisette/Internal/TH/Derivation/DeriveSymEq.hs, /tmp/ghc1354754_0/ghc_446.o, /tmp/ghc1354754_0/ghc_446.dyn_o )
[100 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveOrd ( src/Grisette/Internal/TH/Derivation/DeriveOrd.hs, /tmp/ghc1354754_0/ghc_434.o, /tmp/ghc1354754_0/ghc_434.dyn_o )
[101 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveEq ( src/Grisette/Internal/TH/Derivation/DeriveEq.hs, /tmp/ghc1354754_0/ghc_422.o, /tmp/ghc1354754_0/ghc_422.dyn_o )
[102 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.TryMerge ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/TryMerge.hs, /tmp/ghc1354754_0/ghc_256.o, /tmp/ghc1354754_0/ghc_256.dyn_o )
[103 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SimpleMergeable ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SimpleMergeable.hs, /tmp/ghc1354754_0/ghc_242.o, /tmp/ghc1354754_0/ghc_242.dyn_o )
[104 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSimpleMergeable ( src/Grisette/Internal/TH/Derivation/DeriveSimpleMergeable.hs, /tmp/ghc1354754_0/ghc_442.o, /tmp/ghc1354754_0/ghc_442.dyn_o )
[105 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.Class.UnifiedSimpleMergeable ( src/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSimpleMergeable.hs, /tmp/ghc1354754_0/ghc_266.o, /tmp/ghc1354754_0/ghc_266.dyn_o )
[106 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveUnifiedSimpleMergeable ( src/Grisette/Internal/TH/Derivation/DeriveUnifiedSimpleMergeable.hs, /tmp/ghc1354754_0/ghc_454.o, /tmp/ghc1354754_0/ghc_454.dyn_o )
[107 of 251] Compiling Grisette.Internal.Core.Data.Class.UnionView ( src/Grisette/Internal/Core/Data/Class/UnionView.hs, /tmp/ghc1354754_0/ghc_222.o, /tmp/ghc1354754_0/ghc_222.dyn_o )
[108 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.UnionBase ( src/Grisette/Internal/Internal/Decl/Core/Data/UnionBase.hs, /tmp/ghc1354754_0/ghc_258.o, /tmp/ghc1354754_0/ghc_258.dyn_o )
[109 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Control.Monad.Union ( src/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.hs, /tmp/ghc1354754_0/ghc_230.o, /tmp/ghc1354754_0/ghc_230.dyn_o )
[110 of 251] Compiling Grisette.Internal.Unified.Class.UnionViewMode ( src/Grisette/Internal/Unified/Class/UnionViewMode.hs, /tmp/ghc1354754_0/ghc_504.o, /tmp/ghc1354754_0/ghc_504.dyn_o )
[111 of 251] Compiling Grisette.Internal.TH.Derivation.ConvertOpCommon ( src/Grisette/Internal/TH/Derivation/ConvertOpCommon.hs, /tmp/ghc1354754_0/ghc_412.o, /tmp/ghc1354754_0/ghc_412.dyn_o )
[112 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveToSym ( src/Grisette/Internal/TH/Derivation/DeriveToSym.hs, /tmp/ghc1354754_0/ghc_452.o, /tmp/ghc1354754_0/ghc_452.dyn_o )
[113 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveToCon ( src/Grisette/Internal/TH/Derivation/DeriveToCon.hs, /tmp/ghc1354754_0/ghc_450.o, /tmp/ghc1354754_0/ghc_450.dyn_o )
[114 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SymOrd ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SymOrd.hs, /tmp/ghc1354754_0/ghc_250.o, /tmp/ghc1354754_0/ghc_250.dyn_o )
[115 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveSymOrd ( src/Grisette/Internal/TH/Derivation/DeriveSymOrd.hs, /tmp/ghc1354754_0/ghc_448.o, /tmp/ghc1354754_0/ghc_448.dyn_o )
[116 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.Class.UnifiedSymOrd ( src/Grisette/Internal/Internal/Decl/Unified/Class/UnifiedSymOrd.hs, /tmp/ghc1354754_0/ghc_270.o, /tmp/ghc1354754_0/ghc_270.dyn_o )
[117 of 251] Compiling Grisette.Internal.TH.Derivation.DeriveUnifiedSymOrd ( src/Grisette/Internal/TH/Derivation/DeriveUnifiedSymOrd.hs, /tmp/ghc1354754_0/ghc_458.o, /tmp/ghc1354754_0/ghc_458.dyn_o )
[118 of 251] Compiling Grisette.Internal.TH.Derivation.Derive ( src/Grisette/Internal/TH/Derivation/Derive.hs, /tmp/ghc1354754_0/ghc_414.o, /tmp/ghc1354754_0/ghc_414.dyn_o )
[119 of 251] Compiling Grisette.Internal.Internal.Impl.SymPrim.AllSyms ( src/Grisette/Internal/Internal/Impl/SymPrim/AllSyms.hs, /tmp/ghc1354754_0/ghc_310.o, /tmp/ghc1354754_0/ghc_310.dyn_o )
[120 of 251] Compiling Grisette.Internal.SymPrim.AllSyms ( src/Grisette/Internal/SymPrim/AllSyms.hs, /tmp/ghc1354754_0/ghc_328.o, /tmp/ghc1354754_0/ghc_328.dyn_o )
[121 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.ToCon ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/ToCon.hs, /tmp/ghc1354754_0/ghc_302.o, /tmp/ghc1354754_0/ghc_302.dyn_o )
[122 of 251] Compiling Grisette.Internal.Core.Data.Class.ToCon ( src/Grisette/Internal/Core/Data/Class/ToCon.hs, /tmp/ghc1354754_0/ghc_216.o, /tmp/ghc1354754_0/ghc_216.dyn_o )
[123 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SymEq ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SymEq.hs, /tmp/ghc1354754_0/ghc_298.o, /tmp/ghc1354754_0/ghc_298.dyn_o )
[124 of 251] Compiling Grisette.Internal.Core.Data.Class.SymEq ( src/Grisette/Internal/Core/Data/Class/SymEq.hs, /tmp/ghc1354754_0/ghc_202.o, /tmp/ghc1354754_0/ghc_202.dyn_o )
[125 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SubstSym ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SubstSym.hs, /tmp/ghc1354754_0/ghc_296.o, /tmp/ghc1354754_0/ghc_296.dyn_o )
[126 of 251] Compiling Grisette.Internal.Core.Data.Class.SubstSym ( src/Grisette/Internal/Core/Data/Class/SubstSym.hs, /tmp/ghc1354754_0/ghc_200.o, /tmp/ghc1354754_0/ghc_200.dyn_o )
[127 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.PPrint ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/PPrint.hs, /tmp/ghc1354754_0/ghc_288.o, /tmp/ghc1354754_0/ghc_288.dyn_o )
[128 of 251] Compiling Grisette.Internal.Core.Data.Class.PPrint ( src/Grisette/Internal/Core/Data/Class/PPrint.hs, /tmp/ghc1354754_0/ghc_176.o, /tmp/ghc1354754_0/ghc_176.dyn_o )
[129 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.Mergeable ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/Mergeable.hs, /tmp/ghc1354754_0/ghc_286.o, /tmp/ghc1354754_0/ghc_286.dyn_o )
[130 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.ToSym ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/ToSym.hs, /tmp/ghc1354754_0/ghc_304.o, /tmp/ghc1354754_0/ghc_304.dyn_o )
[131 of 251] Compiling Grisette.Internal.Core.Data.Class.ToSym ( src/Grisette/Internal/Core/Data/Class/ToSym.hs, /tmp/ghc1354754_0/ghc_218.o, /tmp/ghc1354754_0/ghc_218.dyn_o )
[132 of 251] Compiling Grisette.Internal.Unified.BaseConstraint ( src/Grisette/Internal/Unified/BaseConstraint.hs, /tmp/ghc1354754_0/ghc_472.o, /tmp/ghc1354754_0/ghc_472.dyn_o )
[133 of 251] Compiling Grisette.Internal.Core.Data.Class.Mergeable ( src/Grisette/Internal/Core/Data/Class/Mergeable.hs, /tmp/ghc1354754_0/ghc_172.o, /tmp/ghc1354754_0/ghc_172.dyn_o )
[134 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.UnionBase ( src/Grisette/Internal/Internal/Impl/Core/Data/UnionBase.hs, /tmp/ghc1354754_0/ghc_308.o, /tmp/ghc1354754_0/ghc_308.dyn_o )
[135 of 251] Compiling Grisette.Internal.Core.Data.UnionBase ( src/Grisette/Internal/Core/Data/UnionBase.hs, nothing )
[136 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.TryMerge ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/TryMerge.hs, /tmp/ghc1354754_0/ghc_306.o, /tmp/ghc1354754_0/ghc_306.dyn_o )
[137 of 251] Compiling Grisette.Internal.Core.Data.Class.TryMerge ( src/Grisette/Internal/Core/Data/Class/TryMerge.hs, /tmp/ghc1354754_0/ghc_220.o, /tmp/ghc1354754_0/ghc_220.dyn_o )
[138 of 251] Compiling Grisette.Internal.TH.Ctor.SmartConstructor ( src/Grisette/Internal/TH/Ctor/SmartConstructor.hs, /tmp/ghc1354754_0/ghc_406.o, /tmp/ghc1354754_0/ghc_406.dyn_o )
[139 of 251] Compiling Grisette.Internal.TH.ADT ( src/Grisette/Internal/TH/ADT.hs, nothing )
[140 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SimpleMergeable ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SimpleMergeable.hs, /tmp/ghc1354754_0/ghc_292.o, /tmp/ghc1354754_0/ghc_292.dyn_o )
[141 of 251] Compiling Grisette.Internal.Core.Data.Class.SimpleMergeable ( src/Grisette/Internal/Core/Data/Class/SimpleMergeable.hs, /tmp/ghc1354754_0/ghc_194.o, /tmp/ghc1354754_0/ghc_194.dyn_o )
[142 of 251] Compiling Grisette.Internal.Core.Control.Monad.Class.Union ( src/Grisette/Internal/Core/Control/Monad/Class/Union.hs, /tmp/ghc1354754_0/ghc_146.o, /tmp/ghc1354754_0/ghc_146.dyn_o )
[143 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeBitCast ( src/Grisette/Internal/Core/Data/Class/SafeBitCast.hs, /tmp/ghc1354754_0/ghc_178.o, /tmp/ghc1354754_0/ghc_178.dyn_o )
[144 of 251] Compiling Grisette.Internal.Core.Data.Class.Error ( src/Grisette/Internal/Core/Data/Class/Error.hs, nothing )
[145 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.ExtractSym ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/ExtractSym.hs, /tmp/ghc1354754_0/ghc_284.o, /tmp/ghc1354754_0/ghc_284.dyn_o )
[146 of 251] Compiling Grisette.Internal.Core.Data.Class.ExtractSym ( src/Grisette/Internal/Core/Data/Class/ExtractSym.hs, /tmp/ghc1354754_0/ghc_160.o, /tmp/ghc1354754_0/ghc_160.dyn_o )
[147 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.Solver ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/Solver.hs, /tmp/ghc1354754_0/ghc_244.o, /tmp/ghc1354754_0/ghc_244.dyn_o )
[148 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.Solver ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/Solver.hs, /tmp/ghc1354754_0/ghc_294.o, /tmp/ghc1354754_0/ghc_294.dyn_o )
[149 of 251] Compiling Grisette.Internal.Core.Data.Class.Solver ( src/Grisette/Internal/Core/Data/Class/Solver.hs, /tmp/ghc1354754_0/ghc_198.o, /tmp/ghc1354754_0/ghc_198.dyn_o )
[150 of 251] Compiling Grisette.Internal.Backend.Solving ( src/Grisette/Internal/Backend/Solving.hs, nothing )
[151 of 251] Compiling Grisette.Backend ( src/Grisette/Backend.hs, nothing )
[152 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.EvalSym ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/EvalSym.hs, /tmp/ghc1354754_0/ghc_282.o, /tmp/ghc1354754_0/ghc_282.dyn_o )
[153 of 251] Compiling Grisette.Internal.Core.Data.Class.EvalSym ( src/Grisette/Internal/Core/Data/Class/EvalSym.hs, /tmp/ghc1354754_0/ghc_158.o, /tmp/ghc1354754_0/ghc_158.dyn_o )
[154 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Control.Monad.Union ( src/Grisette/Internal/Internal/Impl/Core/Control/Monad/Union.hs, /tmp/ghc1354754_0/ghc_280.o, /tmp/ghc1354754_0/ghc_280.dyn_o )
[155 of 251] Compiling Grisette.Internal.Core.Control.Monad.Union ( src/Grisette/Internal/Core/Control/Monad/Union.hs, /tmp/ghc1354754_0/ghc_148.o, /tmp/ghc1354754_0/ghc_148.dyn_o )
[156 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SymOrd ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SymOrd.hs, /tmp/ghc1354754_0/ghc_300.o, /tmp/ghc1354754_0/ghc_300.dyn_o )
[157 of 251] Compiling Grisette.Internal.Core.Data.Class.SymOrd ( src/Grisette/Internal/Core/Data/Class/SymOrd.hs, /tmp/ghc1354754_0/ghc_210.o, /tmp/ghc1354754_0/ghc_210.dyn_o )
[158 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeSymShift ( src/Grisette/Internal/Core/Data/Class/SafeSymShift.hs, /tmp/ghc1354754_0/ghc_190.o, /tmp/ghc1354754_0/ghc_190.dyn_o )
[159 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeSymRotate ( src/Grisette/Internal/Core/Data/Class/SafeSymRotate.hs, /tmp/ghc1354754_0/ghc_188.o, /tmp/ghc1354754_0/ghc_188.dyn_o )
[160 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeLinearArith ( src/Grisette/Internal/Core/Data/Class/SafeLinearArith.hs, /tmp/ghc1354754_0/ghc_186.o, /tmp/ghc1354754_0/ghc_186.dyn_o )
[161 of 251] Compiling Grisette.Experimental.MonadParallelUnion ( src/Grisette/Experimental/MonadParallelUnion.hs, nothing )
[162 of 251] Compiling Grisette.Experimental.Qualified.ParallelUnionDo ( src/Grisette/Experimental/Qualified/ParallelUnionDo.hs, nothing )
[163 of 251] Compiling Grisette.Internal.Core.Data.Class.CEGISSolver ( src/Grisette/Internal/Core/Data/Class/CEGISSolver.hs, nothing )
[164 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeLogBase ( src/Grisette/Internal/Core/Data/Class/SafeLogBase.hs, nothing )
[165 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeFromFP ( src/Grisette/Internal/Core/Data/Class/SafeFromFP.hs, /tmp/ghc1354754_0/ghc_184.o, /tmp/ghc1354754_0/ghc_184.dyn_o )
[166 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeFdiv ( src/Grisette/Internal/Core/Data/Class/SafeFdiv.hs, /tmp/ghc1354754_0/ghc_182.o, /tmp/ghc1354754_0/ghc_182.dyn_o )
[167 of 251] Compiling Grisette.Lib.Control.Monad.Trans.Class ( src/Grisette/Lib/Control/Monad/Trans/Class.hs, nothing )
[168 of 251] Compiling Grisette.Lib.Control.Monad.Trans ( src/Grisette/Lib/Control/Monad/Trans.hs, nothing )
[169 of 251] Compiling Grisette.Lib.Control.Monad.Trans.Except ( src/Grisette/Lib/Control/Monad/Trans/Except.hs, nothing )
[170 of 251] Compiling Grisette.Lib.Data.Bool ( src/Grisette/Lib/Data/Bool.hs, nothing )
[171 of 251] Compiling Grisette.Lib.Data.Either ( src/Grisette/Lib/Data/Either.hs, nothing )
[172 of 251] Compiling Grisette.Lib.Data.Functor.Sum ( src/Grisette/Lib/Data/Functor/Sum.hs, nothing )
[173 of 251] Compiling Grisette.Lib.Data.Maybe ( src/Grisette/Lib/Data/Maybe.hs, nothing )
[174 of 251] Compiling Grisette.Lib.Data.Tuple ( src/Grisette/Lib/Data/Tuple.hs, nothing )
[175 of 251] Compiling Grisette.Unified.Lib.Data.Functor ( src/Grisette/Unified/Lib/Data/Functor.hs, /tmp/ghc1354754_0/ghc_534.o, /tmp/ghc1354754_0/ghc_534.dyn_o )
[176 of 251] Compiling Grisette.Lib.Data.Functor ( src/Grisette/Lib/Data/Functor.hs, /tmp/ghc1354754_0/ghc_532.o, /tmp/ghc1354754_0/ghc_532.dyn_o )
[177 of 251] Compiling Grisette.Unified.Lib.Control.Applicative ( src/Grisette/Unified/Lib/Control/Applicative.hs, nothing )
[178 of 251] Compiling Grisette.Lib.Control.Applicative ( src/Grisette/Lib/Control/Applicative.hs, nothing )
[179 of 251] Compiling Grisette.Lib.Data.Traversable ( src/Grisette/Lib/Data/Traversable.hs, nothing )
[180 of 251] Compiling Grisette.Internal.Internal.Decl.Core.Data.Class.SafeDiv ( src/Grisette/Internal/Internal/Decl/Core/Data/Class/SafeDiv.hs, /tmp/ghc1354754_0/ghc_240.o, /tmp/ghc1354754_0/ghc_240.dyn_o )
[181 of 251] Compiling Grisette.Internal.Internal.Impl.Core.Data.Class.SafeDiv ( src/Grisette/Internal/Internal/Impl/Core/Data/Class/SafeDiv.hs, /tmp/ghc1354754_0/ghc_290.o, /tmp/ghc1354754_0/ghc_290.dyn_o )
[182 of 251] Compiling Grisette.Internal.Core.Data.Class.SafeDiv ( src/Grisette/Internal/Core/Data/Class/SafeDiv.hs, /tmp/ghc1354754_0/ghc_180.o, /tmp/ghc1354754_0/ghc_180.dyn_o )
[183 of 251] Compiling Grisette.Internal.Core.Data.Class.GenSym ( src/Grisette/Internal/Core/Data/Class/GenSym.hs, /tmp/ghc1354754_0/ghc_164.o, /tmp/ghc1354754_0/ghc_164.dyn_o )
[184 of 251] Compiling Grisette.Internal.SymPrim.SymPrim ( src/Grisette/Internal/SymPrim/SymPrim.hs, /tmp/ghc1354754_0/ghc_398.o, /tmp/ghc1354754_0/ghc_398.dyn_o )
[185 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.UnifiedBool ( src/Grisette/Internal/Internal/Decl/Unified/UnifiedBool.hs, /tmp/ghc1354754_0/ghc_276.o, /tmp/ghc1354754_0/ghc_276.dyn_o )
[186 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.UnifiedBool ( src/Grisette/Internal/Internal/Impl/Unified/UnifiedBool.hs, /tmp/ghc1354754_0/ghc_322.o, /tmp/ghc1354754_0/ghc_322.dyn_o )
[187 of 251] Compiling Grisette.Internal.Unified.UnifiedBool ( src/Grisette/Internal/Unified/UnifiedBool.hs, /tmp/ghc1354754_0/ghc_514.o, /tmp/ghc1354754_0/ghc_514.dyn_o )
[188 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.Class.UnifiedSymOrd ( src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSymOrd.hs, /tmp/ghc1354754_0/ghc_318.o, /tmp/ghc1354754_0/ghc_318.dyn_o )
[189 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSymOrd ( src/Grisette/Internal/Unified/Class/UnifiedSymOrd.hs, /tmp/ghc1354754_0/ghc_502.o, /tmp/ghc1354754_0/ghc_502.dyn_o )
[190 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.Class.UnifiedSymEq ( src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSymEq.hs, /tmp/ghc1354754_0/ghc_316.o, /tmp/ghc1354754_0/ghc_316.dyn_o )
[191 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSymEq ( src/Grisette/Internal/Unified/Class/UnifiedSymEq.hs, /tmp/ghc1354754_0/ghc_500.o, /tmp/ghc1354754_0/ghc_500.dyn_o )
[192 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.Class.UnifiedITEOp ( src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedITEOp.hs, /tmp/ghc1354754_0/ghc_312.o, /tmp/ghc1354754_0/ghc_312.dyn_o )
[193 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedITEOp ( src/Grisette/Internal/Unified/Class/UnifiedITEOp.hs, /tmp/ghc1354754_0/ghc_478.o, /tmp/ghc1354754_0/ghc_478.dyn_o )
[194 of 251] Compiling Grisette.Internal.SymPrim.SomeBV ( src/Grisette/Internal/SymPrim/SomeBV.hs, /tmp/ghc1354754_0/ghc_384.o, /tmp/ghc1354754_0/ghc_384.dyn_o )
[195 of 251] Compiling Grisette.Internal.Core.Data.Class.SymFiniteBits ( src/Grisette/Internal/Core/Data/Class/SymFiniteBits.hs, /tmp/ghc1354754_0/ghc_204.o, /tmp/ghc1354754_0/ghc_204.dyn_o )
[196 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedFiniteBits ( src/Grisette/Internal/Unified/Class/UnifiedFiniteBits.hs, /tmp/ghc1354754_0/ghc_474.o, /tmp/ghc1354754_0/ghc_474.dyn_o )
[197 of 251] Compiling Grisette.Internal.SymPrim.Quantifier ( src/Grisette/Internal/SymPrim/Quantifier.hs, nothing )
[198 of 251] Compiling Grisette.SymPrim ( src/Grisette/SymPrim.hs, nothing )
[199 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.Class.UnifiedSimpleMergeable ( src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSimpleMergeable.hs, /tmp/ghc1354754_0/ghc_314.o, /tmp/ghc1354754_0/ghc_314.dyn_o )
[200 of 251] Compiling Grisette.Internal.Unified.UnifiedData ( src/Grisette/Internal/Unified/UnifiedData.hs, /tmp/ghc1354754_0/ghc_516.o, /tmp/ghc1354754_0/ghc_516.dyn_o )
[201 of 251] Compiling Grisette.Internal.TH.Ctor.UnifiedConstructor ( src/Grisette/Internal/TH/Ctor/UnifiedConstructor.hs, nothing )
[202 of 251] Compiling Grisette.TH ( src/Grisette/TH.hs, nothing )
[203 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSimpleMergeable ( src/Grisette/Internal/Unified/Class/UnifiedSimpleMergeable.hs, /tmp/ghc1354754_0/ghc_496.o, /tmp/ghc1354754_0/ghc_496.dyn_o )
[204 of 251] Compiling Grisette.Internal.Unified.UnifiedPrim ( src/Grisette/Internal/Unified/UnifiedPrim.hs, /tmp/ghc1354754_0/ghc_524.o, /tmp/ghc1354754_0/ghc_524.dyn_o )
[205 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeSymShift ( src/Grisette/Internal/Unified/Class/UnifiedSafeSymShift.hs, /tmp/ghc1354754_0/ghc_494.o, /tmp/ghc1354754_0/ghc_494.dyn_o )
[206 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeSymRotate ( src/Grisette/Internal/Unified/Class/UnifiedSafeSymRotate.hs, /tmp/ghc1354754_0/ghc_492.o, /tmp/ghc1354754_0/ghc_492.dyn_o )
[207 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeLinearArith ( src/Grisette/Internal/Unified/Class/UnifiedSafeLinearArith.hs, /tmp/ghc1354754_0/ghc_490.o, /tmp/ghc1354754_0/ghc_490.dyn_o )
[208 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeFromFP ( src/Grisette/Internal/Unified/Class/UnifiedSafeFromFP.hs, /tmp/ghc1354754_0/ghc_488.o, /tmp/ghc1354754_0/ghc_488.dyn_o )
[209 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeFdiv ( src/Grisette/Internal/Unified/Class/UnifiedSafeFdiv.hs, /tmp/ghc1354754_0/ghc_486.o, /tmp/ghc1354754_0/ghc_486.dyn_o )
[210 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeDiv ( src/Grisette/Internal/Unified/Class/UnifiedSafeDiv.hs, /tmp/ghc1354754_0/ghc_484.o, /tmp/ghc1354754_0/ghc_484.dyn_o )
[211 of 251] Compiling Grisette.Internal.Unified.UnifiedInteger ( src/Grisette/Internal/Unified/UnifiedInteger.hs, /tmp/ghc1354754_0/ghc_522.o, /tmp/ghc1354754_0/ghc_522.dyn_o )
[212 of 251] Compiling Grisette.Internal.Unified.UnifiedAlgReal ( src/Grisette/Internal/Unified/UnifiedAlgReal.hs, /tmp/ghc1354754_0/ghc_510.o, /tmp/ghc1354754_0/ghc_510.dyn_o )
[213 of 251] Compiling Grisette.Internal.Unified.Class.UnifiedSafeBitCast ( src/Grisette/Internal/Unified/Class/UnifiedSafeBitCast.hs, /tmp/ghc1354754_0/ghc_482.o, /tmp/ghc1354754_0/ghc_482.dyn_o )
[214 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.UnifiedFP ( src/Grisette/Internal/Internal/Decl/Unified/UnifiedFP.hs, /tmp/ghc1354754_0/ghc_278.o, /tmp/ghc1354754_0/ghc_278.dyn_o )
[215 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.UnifiedFP ( src/Grisette/Internal/Internal/Impl/Unified/UnifiedFP.hs, /tmp/ghc1354754_0/ghc_324.o, /tmp/ghc1354754_0/ghc_324.dyn_o )
[216 of 251] Compiling Grisette.Internal.Unified.UnifiedFP ( src/Grisette/Internal/Unified/UnifiedFP.hs, /tmp/ghc1354754_0/ghc_518.o, /tmp/ghc1354754_0/ghc_518.dyn_o )
[217 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.FPFPConversion ( src/Grisette/Internal/Internal/Decl/Unified/FPFPConversion.hs, /tmp/ghc1354754_0/ghc_272.o, /tmp/ghc1354754_0/ghc_272.dyn_o )
[218 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.FPFPConversion ( src/Grisette/Internal/Internal/Impl/Unified/FPFPConversion.hs, nothing )
[219 of 251] Compiling Grisette.Internal.Unified.FPFPConversion ( src/Grisette/Internal/Unified/FPFPConversion.hs, nothing )
[220 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.UnifiedBV ( src/Grisette/Internal/Internal/Decl/Unified/UnifiedBV.hs, /tmp/ghc1354754_0/ghc_274.o, /tmp/ghc1354754_0/ghc_274.dyn_o )
[221 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.UnifiedBV ( src/Grisette/Internal/Internal/Impl/Unified/UnifiedBV.hs, /tmp/ghc1354754_0/ghc_320.o, /tmp/ghc1354754_0/ghc_320.dyn_o )
[222 of 251] Compiling Grisette.Internal.Unified.UnifiedBV ( src/Grisette/Internal/Unified/UnifiedBV.hs, /tmp/ghc1354754_0/ghc_512.o, /tmp/ghc1354754_0/ghc_512.dyn_o )
[223 of 251] Compiling Grisette.Internal.Unified.UnifiedFun ( src/Grisette/Internal/Unified/UnifiedFun.hs, /tmp/ghc1354754_0/ghc_520.o, /tmp/ghc1354754_0/ghc_520.dyn_o )
[224 of 251] Compiling Grisette.Internal.Unified.BVBVConversion ( src/Grisette/Internal/Unified/BVBVConversion.hs, /tmp/ghc1354754_0/ghc_470.o, /tmp/ghc1354754_0/ghc_470.dyn_o )
[225 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.BVFPConversion ( src/Grisette/Internal/Internal/Decl/Unified/BVFPConversion.hs, /tmp/ghc1354754_0/ghc_262.o, /tmp/ghc1354754_0/ghc_262.dyn_o )
[226 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.BVFPConversion ( src/Grisette/Internal/Internal/Impl/Unified/BVFPConversion.hs, nothing )
[227 of 251] Compiling Grisette.Internal.Unified.BVFPConversion ( src/Grisette/Internal/Unified/BVFPConversion.hs, nothing )
[228 of 251] Compiling Grisette.Internal.Internal.Decl.Unified.EvalMode ( src/Grisette/Internal/Internal/Decl/Unified/EvalMode.hs, nothing )
[229 of 251] Compiling Grisette.Internal.Internal.Impl.Unified.EvalMode ( src/Grisette/Internal/Internal/Impl/Unified/EvalMode.hs, nothing )
[230 of 251] Compiling Grisette.Internal.Unified.EvalMode ( src/Grisette/Internal/Unified/EvalMode.hs, nothing )
[231 of 251] Compiling Grisette.Unified ( src/Grisette/Unified.hs, nothing )
[232 of 251] Compiling Grisette.Unified.Lib.Control.Monad[boot] ( src/Grisette/Unified/Lib/Control/Monad.hs-boot, nothing )
[233 of 251] Compiling Grisette.Lib.Control.Monad[boot] ( src/Grisette/Lib/Control/Monad.hs-boot, nothing )
[234 of 251] Compiling Grisette.Unified.Lib.Data.Foldable ( src/Grisette/Unified/Lib/Data/Foldable.hs, nothing )
[235 of 251] Compiling Grisette.Lib.Data.Foldable ( src/Grisette/Lib/Data/Foldable.hs, nothing )
[236 of 251] Compiling Grisette.Unified.Lib.Control.Monad ( src/Grisette/Unified/Lib/Control/Monad.hs, nothing )
[237 of 251] Compiling Grisette.Lib.Control.Monad ( src/Grisette/Lib/Control/Monad.hs, nothing )
[238 of 251] Compiling Grisette.Lib.Data.List ( src/Grisette/Lib/Data/List.hs, nothing )
[239 of 251] Compiling Grisette.Lib.Control.Monad.Trans.State.Strict ( src/Grisette/Lib/Control/Monad/Trans/State/Strict.hs, nothing )
[240 of 251] Compiling Grisette.Lib.Control.Monad.Trans.State.Lazy ( src/Grisette/Lib/Control/Monad/Trans/State/Lazy.hs, nothing )
[241 of 251] Compiling Grisette.Lib.Control.Monad.Trans.State ( src/Grisette/Lib/Control/Monad/Trans/State.hs, nothing )
[242 of 251] Compiling Grisette.Lib.Control.Monad.Trans.Cont ( src/Grisette/Lib/Control/Monad/Trans/Cont.hs, nothing )
[243 of 251] Compiling Grisette.Lib.Control.Monad.State.Class ( src/Grisette/Lib/Control/Monad/State/Class.hs, nothing )
[244 of 251] Compiling Grisette.Lib.Control.Monad.Except ( src/Grisette/Lib/Control/Monad/Except.hs, nothing )
[245 of 251] Compiling Grisette.Lib.Base ( src/Grisette/Lib/Base.hs, nothing )
[246 of 251] Compiling Grisette.Internal.Core.Control.Monad.CBMCExcept ( src/Grisette/Internal/Core/Control/Monad/CBMCExcept.hs, nothing )
[247 of 251] Compiling Grisette.Experimental.GenSymConstrained ( src/Grisette/Experimental/GenSymConstrained.hs, nothing )
[248 of 251] Compiling Grisette.Experimental ( src/Grisette/Experimental.hs, nothing )
[249 of 251] Compiling Grisette.Core ( src/Grisette/Core.hs, nothing )
[250 of 251] Compiling Grisette.Utils ( src/Grisette/Utils.hs, nothing )
[251 of 251] Compiling Grisette ( src/Grisette.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Grisette.Internal.Core.Control.Exception'
100% ( 6 / 6) in 'Grisette.Internal.Core.Data.Class.BitCast'
50% ( 1 / 2) in 'Grisette.Internal.Core.Data.Class.Concrete'
Missing documentation for:
Module header
100% ( 4 / 4) in 'Grisette.Internal.Core.Data.Class.Function'
100% ( 19 / 19) in 'Grisette.Internal.Core.Data.Class.IEEEFP'
100% ( 6 / 6) in 'Grisette.Internal.Core.Data.Class.ModelOps'
100% ( 2 / 2) in 'Grisette.Internal.Core.Data.Class.SignConversion'
100% ( 3 / 3) in 'Grisette.Internal.Core.Data.Class.SymRotate'
100% ( 3 / 3) in 'Grisette.Internal.Core.Data.Class.SymShift'
100% ( 17 / 17) in 'Grisette.Internal.Core.Data.MemoUtils'
100% ( 5 / 5) in 'Grisette.Internal.Core.Data.SExpr'
100% ( 14 / 14) in 'Grisette.Internal.Core.Data.Symbol'
100% ( 7 / 7) in 'Grisette.Internal.SymPrim.AlgReal'
100% ( 2 / 2) in 'Grisette.Internal.SymPrim.IntBitwidth'
100% ( 19 / 19) in 'Grisette.Internal.SymPrim.Prim.Internal.Utils'
100% ( 11 / 11) in 'Grisette.Internal.SymPrim.Prim.Internal.Caches'
100% ( 4 / 4) in 'Grisette.Internal.TH.Ctor.Common'
100% ( 3 / 3) in 'Grisette.Internal.Unified.EvalModeTag'
100% ( 26 / 26) in 'Grisette.Internal.TH.Util'
100% ( 3 / 3) in 'Grisette.Internal.Unified.Theories'
100% ( 3 / 3) in 'Grisette.Internal.Utils.Derive'
100% ( 42 / 42) in 'Grisette.Internal.Utils.Parameterized'
100% ( 4 / 4) in 'Grisette.Internal.Unified.Util'
100% ( 6 / 6) in 'Grisette.Internal.Core.Data.Class.BitVector'
100% ( 12 / 12) in 'Grisette.Internal.SymPrim.BV'
100% ( 16 / 16) in 'Grisette.Internal.SymPrim.FP'
100% (229 /229) in 'Grisette.Internal.SymPrim.Prim.Internal.Term'
100% ( 4 / 4) in 'Grisette.Internal.SymPrim.Prim.SomeTerm'
100% ( 2 / 2) in 'Grisette.Internal.SymPrim.Prim.Pattern'
100% ( 13 / 13) in 'Grisette.Internal.SymPrim.Prim.Internal.PartialEval'
100% ( 5 / 5) in 'Grisette.Internal.SymPrim.Prim.Internal.Unfold'
100% ( 3 / 3) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalShiftTerm'
100% ( 3 / 3) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalRotateTerm'
100% ( 7 / 7) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalDivModIntegralTerm'
100% ( 3 / 3) in 'Grisette.Internal.SymPrim.FunInstanceGen'
100% ( 2 / 2) in 'Grisette.Internal.SymPrim.TabularFun'
100% ( 9 / 9) in 'Grisette.Internal.Backend.QuantifiedStack'
100% ( 1 / 1) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalNumTerm'
100% ( 3 / 3) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalOrdTerm'
100% ( 2 / 2) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalIEEEFPConvertibleTerm'
100% ( 1 / 1) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFromIntegralTerm'
100% ( 1 / 1) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFractionalTerm'
100% ( 1 / 1) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFloatingTerm'
100% ( 1 / 1) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalFP'
100% ( 6 / 6) in 'Grisette.Internal.SymPrim.GeneralFun'
100% ( 7 / 7) in 'Grisette.Internal.SymPrim.Prim.TermUtils'
100% ( 2 / 2) in 'Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalBitCastTerm'
100% ( 1 / 1) in 'Grisette.Internal.SymPrim.Prim.Internal.Serialize'
100% ( 7 / 7) in 'Grisette.Internal.SymPrim.Prim.Term'
100% ( 8 / 8) in 'Grisette.Internal.SymPrim.Prim.Model'
100% ( 2 / 2) in 'Grisette.Internal.SymPrim.ModelRep'
100% ( 9 / 9) in 'Grisette.Internal.Backend.SymBiMap'
41% ( 5 / 12) in 'Grisette.Internal.Core.Data.Class.AsKey'
Missing documentation for:
Module header
KeyEq1 (src/Grisette/Internal/Core/Data/Class/AsKey.hs:161)
KeyOrd1 (src/Grisette/Internal/Core/Data/Class/AsKey.hs:164)
KeyHashable1 (src/Grisette/Internal/Core/Data/Class/AsKey.hs:167)
shouldUseAsKeyError (src/Grisette/Internal/Core/Data/Class/AsKey.hs:249)
shouldUseAsKeyHasSymbolicVersionError (src/Grisette/Internal/Core/Data/Class/AsKey.hs:264)
shouldUseSymbolicVersionError (src/Grisette/Internal/Core/Data/Class/AsKey.hs:283)
Warning: 'AsKey' is ambiguous. It is defined
* at src/Grisette/Internal/Core/Data/Class/AsKey.hs:176:19
* at src/Grisette/Internal/Core/Data/Class/AsKey.hs:176: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/Grisette/Internal/Core/Data/Class/AsKey.hs:176:1
100% ( 6 / 6) in 'Grisette.Internal.Core.Data.Class.Solvable'
Warning: 'AsKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Grisette.Internal.SymPrim.SymTabularFun'
Warning: 'SymInteger' is ambiguous. It is defined
* at src/Grisette/Internal/SymPrim/SymInteger.hs:84:22
* at src/Grisette/Internal/SymPrim/SymInteger.hs:84: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/Grisette/Internal/SymPrim/SymInteger.hs:84:1
100% ( 3 / 3) in 'Grisette.Internal.SymPrim.SymInteger'
Warning: 'AsKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 3 / 3) in 'Grisette.Internal.SymPrim.SymGeneralFun'
Warning: 'SymBool' is ambiguous. It is defined
* at src/Grisette/Internal/SymPrim/SymBool.hs:67:19
* at src/Grisette/Internal/SymPrim/SymBool.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/Grisette/Internal/SymPrim/SymBool.hs:67:1
100% ( 3 / 3) in 'Grisette.Internal.SymPrim.SymBool'
Warning: 'SymWordN' is ambiguous. It is defined
* at src/Grisette/Internal/SymPrim/SymBV.hs:242:31
* at src/Grisette/Internal/SymPrim/SymBV.hs:242: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/Grisette/Internal/SymPrim/SymBV.hs:242:1
100% ( 21 / 21) in 'Grisette.Internal.SymPrim.SymBV'
Warning: 'SymAlgReal' is ambiguous. It is defined
* at src/Grisette/Internal/SymPrim/SymAlgReal.hs:88:22
* at src/Grisette/Internal/SymPrim/SymAlgReal.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/Grisette/Internal/SymPrim/SymAlgReal.hs:88:1
100% ( 3 / 3) in 'Grisette.Internal.SymPrim.SymAlgReal'
100% ( 2 / 2) in 'Grisette.Internal.Core.Data.Class.SymIEEEFP'
Warning: 'SymFP' is ambiguous. It is defined
* at src/Grisette/Internal/SymPrim/SymFP.hs:197:23
* at src/Grisette/Internal/SymPrim/SymFP.hs:197: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/Grisette/Internal/SymPrim/SymFP.hs:197:1
Warning: 'SymFPRoundingMode' is ambiguous. It is defined
* at src/Grisette/Internal/SymPrim/SymFP.hs:311:29
* at src/Grisette/Internal/SymPrim/SymFP.hs:311: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/Grisette/Internal/SymPrim/SymFP.hs:311:1
100% ( 11 / 11) in 'Grisette.Internal.SymPrim.SymFP'
100% ( 5 / 5) in 'Grisette.Internal.Unified.Class.UnifiedSolvable'
100% ( 3 / 3) in 'Grisette.Internal.Unified.Class.UnifiedRep'
100% ( 2 / 2) in 'Grisette.Internal.Core.Data.Class.SymFromIntegral'
100% ( 3 / 3) in 'Grisette.Internal.Unified.Class.UnifiedFromIntegral'
100% ( 2 / 2) in 'Grisette.Internal.Core.Data.Class.LogicalOp'
100% ( 2 / 2) in 'Grisette.Internal.Core.Data.Class.ITEOp'
100% ( 15 / 15) in 'Grisette.Internal.TH.Derivation.Common'
100% ( 10 / 10) in 'Grisette.Internal.TH.Derivation.UnaryOpCommon'
100% ( 3 / 3) in 'Grisette.Internal.TH.Derivation.UnifiedOpCommon'
100% ( 2 / 2) in 'Grisette.Internal.TH.Derivation.ShowPPrintCommon'
100% ( 3 / 3) in 'Grisette.Internal.TH.Derivation.SerializeCommon'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveUnifiedSymEq'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveSubstSym'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveShow'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveSerial'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DerivePPrint'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveNFData'
100% ( 11 / 11) in 'Grisette.Internal.TH.Derivation.DeriveMergeable'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveHashable'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveExtractSym'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveEvalSym'
100% ( 2 / 2) in 'Grisette.Internal.TH.Derivation.DeriveCereal'
100% ( 2 / 2) in 'Grisette.Internal.TH.Derivation.DeriveBinary'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveAllSyms'
100% ( 7 / 7) in 'Grisette.Internal.TH.Derivation.BinaryOpCommon'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveSymEq'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveOrd'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveEq'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveSimpleMergeable'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveUnifiedSimpleMergeable'
100% ( 15 / 15) in 'Grisette.Internal.Core.Data.Class.UnionView'
Warning: 'Union' is ambiguous. It is defined
* at src/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.hs:174:16
* at src/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.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/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.hs:174:1
Warning: 'SymBool' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Grisette.Internal.Unified.Class.UnionViewMode'
Missing documentation for:
Module header
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.ConvertOpCommon'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveToSym'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveToCon'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveSymOrd'
100% ( 4 / 4) in 'Grisette.Internal.TH.Derivation.DeriveUnifiedSymOrd'
100% ( 42 / 42) in 'Grisette.Internal.TH.Derivation.Derive'
100% ( 16 / 16) in 'Grisette.Internal.SymPrim.AllSyms'
100% ( 12 / 12) in 'Grisette.Internal.Core.Data.Class.ToCon'
100% ( 15 / 15) in 'Grisette.Internal.Core.Data.Class.SymEq'
100% ( 12 / 12) in 'Grisette.Internal.Core.Data.Class.SubstSym'
100% ( 32 / 32) in 'Grisette.Internal.Core.Data.Class.PPrint'
100% ( 12 / 12) in 'Grisette.Internal.Core.Data.Class.ToSym'
100% ( 2 / 2) in 'Grisette.Internal.Unified.BaseConstraint'
100% ( 25 / 25) in 'Grisette.Internal.Core.Data.Class.Mergeable'
100% ( 7 / 7) in 'Grisette.Internal.Core.Data.UnionBase'
100% ( 8 / 8) in 'Grisette.Internal.Core.Data.Class.TryMerge'
100% ( 5 / 5) in 'Grisette.Internal.TH.Ctor.SmartConstructor'
Warning: 'derive' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 14 / 14) in 'Grisette.Internal.TH.ADT'
100% ( 17 / 17) in 'Grisette.Internal.Core.Data.Class.SimpleMergeable'
100% ( 3 / 3) in 'Grisette.Internal.Core.Control.Monad.Class.Union'
100% ( 2 / 2) in 'Grisette.Internal.Core.Data.Class.SafeBitCast'
100% ( 9 / 9) in 'Grisette.Internal.Core.Data.Class.Error'
100% ( 14 / 14) in 'Grisette.Internal.Core.Data.Class.ExtractSym'
100% ( 21 / 21) in 'Grisette.Internal.Core.Data.Class.Solver'
100% ( 27 / 27) in 'Grisette.Internal.Backend.Solving'
100% ( 22 / 22) in 'Grisette.Backend'
100% ( 15 / 15) in 'Grisette.Internal.Core.Data.Class.EvalSym'
Warning: 'Union' is ambiguous. It is defined
* at src/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.hs:174:16
* at src/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.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/Grisette/Internal/Internal/Decl/Core/Control/Monad/Union.hs:174:1
100% ( 8 / 8) in 'Grisette.Internal.Core.Control.Monad.Union'
100% ( 17 / 17) in 'Grisette.Internal.Core.Data.Class.SymOrd'
100% ( 2 / 2) in 'Grisette.Internal.Core.Data.Class.SafeSymShift'
100% ( 2 / 2) in 'Grisette.Internal.Core.Data.Class.SafeSymRotate'
100% ( 3 / 3) in 'Grisette.Internal.Core.Data.Class.SafeLinearArith'
100% ( 2 / 2) in 'Grisette.Experimental.MonadParallelUnion'
100% ( 3 / 3) in 'Grisette.Experimental.Qualified.ParallelUnionDo'
100% ( 40 / 40) in 'Grisette.Internal.Core.Data.Class.CEGISSolver'
100% ( 4 / 4) in 'Grisette.Internal.Core.Data.Class.SafeLogBase'
100% ( 2 / 2) in 'Grisette.Internal.Core.Data.Class.SafeFromFP'
100% ( 5 / 5) in 'Grisette.Internal.Core.Data.Class.SafeFdiv'
100% ( 3 / 3) in 'Grisette.Lib.Control.Monad.Trans.Class'
100% ( 2 / 2) in 'Grisette.Lib.Control.Monad.Trans'
100% ( 6 / 6) in 'Grisette.Lib.Control.Monad.Trans.Except'
100% ( 3 / 3) in 'Grisette.Lib.Data.Bool'
100% ( 3 / 3) in 'Grisette.Lib.Data.Either'
100% ( 3 / 3) in 'Grisette.Lib.Data.Functor.Sum'
100% ( 3 / 3) in 'Grisette.Lib.Data.Maybe'
100% ( 9 / 9) in 'Grisette.Lib.Data.Tuple'
100% ( 8 / 8) in 'Grisette.Unified.Lib.Data.Functor'
100% ( 8 / 8) in 'Grisette.Lib.Data.Functor'
100% ( 21 / 21) in 'Grisette.Unified.Lib.Control.Applicative'
100% ( 21 / 21) in 'Grisette.Lib.Control.Applicative'
100% ( 11 / 11) in 'Grisette.Lib.Data.Traversable'
100% ( 10 / 10) in 'Grisette.Internal.Core.Data.Class.SafeDiv'
100% ( 33 / 33) in 'Grisette.Internal.Core.Data.Class.GenSym'
100% ( 4 / 4) in 'Grisette.Internal.SymPrim.SymPrim'
100% ( 2 / 2) in 'Grisette.Internal.Unified.UnifiedBool'
100% ( 12 / 12) in 'Grisette.Internal.Unified.Class.UnifiedSymOrd'
100% ( 11 / 11) in 'Grisette.Internal.Unified.Class.UnifiedSymEq'
100% ( 4 / 4) in 'Grisette.Internal.Unified.Class.UnifiedITEOp'
Warning: 'SomeSymWordN' is ambiguous. It is defined
* at src/Grisette/Internal/SymPrim/SomeBV.hs:1419:1
* at src/Grisette/Internal/SymPrim/SomeBV.hs:1412: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/Grisette/Internal/SymPrim/SomeBV.hs:1412:1
Warning: 'SomeSymIntN' is ambiguous. It is defined
* at src/Grisette/Internal/SymPrim/SomeBV.hs:1406:1
* at src/Grisette/Internal/SymPrim/SomeBV.hs:1399: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/Grisette/Internal/SymPrim/SomeBV.hs:1399:1
94% ( 33 / 35) in 'Grisette.Internal.SymPrim.SomeBV'
Missing documentation for:
SomeSymIntNKey (src/Grisette/Internal/SymPrim/SomeBV.hs:1409)
SomeSymWordNKey (src/Grisette/Internal/SymPrim/SomeBV.hs:1422)
100% ( 13 / 13) in 'Grisette.Internal.Core.Data.Class.SymFiniteBits'
100% ( 11 / 11) in 'Grisette.Internal.Unified.Class.UnifiedFiniteBits'
100% ( 7 / 7) in 'Grisette.Internal.SymPrim.Quantifier'
99% (215 /217) in 'Grisette.SymPrim'
Missing documentation for:
SomeSymIntNKey (src/Grisette/Internal/SymPrim/SomeBV.hs:1409)
SomeSymWordNKey (src/Grisette/Internal/SymPrim/SomeBV.hs:1422)
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
92% ( 12 / 13) in 'Grisette.Internal.Unified.UnifiedData'
Missing documentation for:
UnifiedDataBase (src/Grisette/Internal/Unified/UnifiedData.hs:117)
100% ( 5 / 5) in 'Grisette.Internal.TH.Ctor.UnifiedConstructor'
100% ( 66 / 66) in 'Grisette.TH'
100% ( 13 / 13) in 'Grisette.Internal.Unified.Class.UnifiedSimpleMergeable'
100% ( 3 / 3) in 'Grisette.Internal.Unified.UnifiedPrim'
100% ( 6 / 6) in 'Grisette.Internal.Unified.Class.UnifiedSafeSymShift'
100% ( 4 / 4) in 'Grisette.Internal.Unified.Class.UnifiedSafeSymRotate'
100% ( 5 / 5) in 'Grisette.Internal.Unified.Class.UnifiedSafeLinearArith'
100% ( 3 / 3) in 'Grisette.Internal.Unified.Class.UnifiedSafeFromFP'
100% ( 3 / 3) in 'Grisette.Internal.Unified.Class.UnifiedSafeFdiv'
100% ( 8 / 8) in 'Grisette.Internal.Unified.Class.UnifiedSafeDiv'
100% ( 3 / 3) in 'Grisette.Internal.Unified.UnifiedInteger'
100% ( 3 / 3) in 'Grisette.Internal.Unified.UnifiedAlgReal'
100% ( 3 / 3) in 'Grisette.Internal.Unified.Class.UnifiedSafeBitCast'
100% ( 5 / 5) in 'Grisette.Internal.Unified.UnifiedFP'
100% ( 3 / 3) in 'Grisette.Internal.Unified.FPFPConversion'
100% ( 9 / 9) in 'Grisette.Internal.Unified.UnifiedBV'
100% ( 12 / 12) in 'Grisette.Internal.Unified.UnifiedFun'
100% ( 3 / 3) in 'Grisette.Internal.Unified.BVBVConversion'
100% ( 4 / 4) in 'Grisette.Internal.Unified.BVFPConversion'
100% ( 9 / 9) in 'Grisette.Internal.Unified.EvalMode'
96% (152 /157) in 'Grisette.Unified'
Missing documentation for:
.# (src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSimpleMergeable.hs:156)
onUnion (src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSimpleMergeable.hs:169)
onUnion2 (src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSimpleMergeable.hs:180)
onUnion3 (src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSimpleMergeable.hs:192)
onUnion4 (src/Grisette/Internal/Internal/Impl/Unified/Class/UnifiedSimpleMergeable.hs:205)
100% ( 32 / 32) in 'Grisette.Unified.Lib.Data.Foldable'
100% ( 57 / 57) in 'Grisette.Unified.Lib.Control.Monad'
100% ( 32 / 32) in 'Grisette.Lib.Data.Foldable'
100% ( 57 / 57) in 'Grisette.Lib.Control.Monad'
100% ( 66 / 66) in 'Grisette.Lib.Data.List'
100% ( 13 / 13) in 'Grisette.Lib.Control.Monad.Trans.State.Strict'
100% ( 13 / 13) in 'Grisette.Lib.Control.Monad.Trans.State.Lazy'
100% ( 2 / 2) in 'Grisette.Lib.Control.Monad.Trans.State'
100% ( 5 / 5) in 'Grisette.Lib.Control.Monad.Trans.Cont'
100% ( 8 / 8) in 'Grisette.Lib.Control.Monad.State.Class'
100% ( 10 / 10) in 'Grisette.Lib.Control.Monad.Except'
100% ( 12 / 12) in 'Grisette.Lib.Base'
100% ( 8 / 8) in 'Grisette.Internal.Core.Control.Monad.CBMCExcept'
100% ( 13 / 13) in 'Grisette.Experimental.GenSymConstrained'
100% ( 15 / 15) in 'Grisette.Experimental'
99% (453 /456) in 'Grisette.Core'
Missing documentation for:
KeyEq1 (src/Grisette/Internal/Core/Data/Class/AsKey.hs:161)
KeyHashable1 (src/Grisette/Internal/Core/Data/Class/AsKey.hs:167)
KeyOrd1 (src/Grisette/Internal/Core/Data/Class/AsKey.hs:164)
100% ( 33 / 33) in 'Grisette.Utils'
100% ( 20 / 20) in 'Grisette'
Warning: Grisette.Internal.Core.Control.Exception: could not find link destinations for:
- Grisette.Internal.Core.Control.Exception.Rep_VerificationConditions
- Grisette.Internal.Core.Control.Exception.Rep_AssertionError
Warning: Grisette.Internal.Core.Data.Class.Function: could not find link destinations for:
- Grisette.Internal.Core.Data.Class.Function.D:R:FunTypeFUN
- Grisette.Internal.Core.Data.Class.Function.D:R:FunTypeBool
- Grisette.Internal.Core.Data.Class.Function.D:R:FunTypeInteger
- Grisette.Internal.SymPrim.AlgReal.D:R:FunTypeAlgReal
- Grisette.Internal.SymPrim.BV.D:R:FunTypeWordN
- Grisette.Internal.SymPrim.BV.D:R:FunTypeIntN
- Grisette.Internal.SymPrim.FP.D:R:FunTypeFP
- Grisette.Internal.SymPrim.FP.D:R:FunTypeFPRoundingMode
- Grisette.Internal.SymPrim.TabularFun.D:R:FunType=->
- Grisette.Internal.SymPrim.GeneralFun.D:R:FunType-->
- Grisette.Internal.Core.Data.Class.AsKey.D:R:FunTypeAsKey
- Grisette.Internal.SymPrim.SymTabularFun.D:R:FunType=~>
- Grisette.Internal.SymPrim.SymInteger.D:R:FunTypeSymInteger
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:FunType-~>
- Grisette.Internal.SymPrim.SymBool.D:R:FunTypeSymBool
- Grisette.Internal.SymPrim.SymBV.D:R:FunTypeSymIntN
- Grisette.Internal.SymPrim.SymBV.D:R:FunTypeSymWordN
- Grisette.Internal.SymPrim.SymAlgReal.D:R:FunTypeSymAlgReal
- Grisette.Internal.SymPrim.SymFP.D:R:FunTypeSymFP
- Grisette.Internal.SymPrim.SymFP.D:R:FunTypeSymFPRoundingMode
Warning: Grisette.Internal.Core.Data.Class.SymRotate: could not find link destinations for:
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.Core.Data.Class.SymShift: could not find link destinations for:
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.Core.Data.SExpr: could not find link destinations for:
- Grisette.Internal.Core.Data.SExpr.Rep_SExpr
Warning: Grisette.Internal.Core.Data.Symbol: could not find link destinations for:
- Grisette.Internal.Core.Data.Symbol.Rep_Symbol
- Grisette.Internal.Core.Data.Symbol.Rep_Identifier
Warning: Grisette.Internal.SymPrim.AlgReal: could not find link destinations for:
- Grisette.Internal.SymPrim.AlgReal.D:R:FunTypeAlgReal
- Grisette.Internal.SymPrim.AlgReal.Rep_AlgReal
- Grisette.Internal.SymPrim.AlgReal.Rep_RealPoint
- Grisette.Internal.SymPrim.AlgReal.Rep_AlgRealPoly
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeAlgReal
- Grisette.Internal.SymPrim.Prim.Internal.Term.R:PrimConstraintAlgReal
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeAlgReal
- Grisette.Internal.SymPrim.SymAlgReal.D:R:SymTypeAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeAlgReal
Warning: Grisette.Internal.SymPrim.Prim.Internal.Caches: could not find link destinations for:
- Grisette.Internal.SymPrim.Prim.Internal.Term.TypeHashId
- Grisette.Internal.SymPrim.Prim.Internal.Term.HashId
- Grisette.Internal.SymPrim.Prim.Internal.Term.DConTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DSymTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DForallTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DExistsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DNotTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DOrTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAndTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DEqTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DDistinctTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DITETerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAddNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DNegNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DMulNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAbsNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DSignumNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DLtOrdTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DLeOrdTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAndBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DOrBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DXorBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DComplementBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DShiftLeftTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DShiftRightTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRotateLeftTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRotateRightTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBVConcatTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBitCastTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBitCastOrTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBVSelectTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBVExtendTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DApplyTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DDivIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DModIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DQuotIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRemIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPTraitTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFdivTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRecipTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFloatingUnaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DPowerTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPUnaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPBinaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPRoundingUnaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPRoundingBinaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPFMATerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFromIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFromFPOrTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DToFPTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:DescriptionTerm0
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:UninternedTerm
Warning: Grisette.Internal.Utils.Derive: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToSym.D:R:ToSymArgsArity1__0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToSym.D:R:ToSymArgsArity0__0
- Grisette.Internal.Internal.Decl.Core.Data.Class.PPrint.D:R:PPrintArgsArity1aann0
- Grisette.Internal.Internal.Decl.Core.Data.Class.PPrint.D:R:PPrintArgsArity0__0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SubstSym.D:R:SubstSymArgsArity1kndacbsb0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SubstSym.D:R:SubstSymArgsArity0____0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ExtractSym.D:R:ExtractSymArgsArity1knda0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ExtractSym.D:R:ExtractSymArgsArity0__0
- Grisette.Internal.Internal.Decl.SymPrim.AllSyms.D:R:AllSymsArgsArity1a0
- Grisette.Internal.Internal.Decl.SymPrim.AllSyms.D:R:AllSymsArgsArity0_0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToCon.D:R:ToConArgsArity1ab0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToCon.D:R:ToConArgsArity0__0
- Grisette.Internal.Internal.Decl.Core.Data.Class.EvalSym.D:R:EvalSymArgsArity1a0
- Grisette.Internal.Internal.Decl.Core.Data.Class.EvalSym.D:R:EvalSymArgsArity0_0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymEq.D:R:SymEqArgsArity1ab0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymEq.D:R:SymEqArgsArity0__0
- Grisette.Internal.Internal.Decl.Core.Data.Class.Mergeable.D:R:MergeableArgsArity1a0
- Grisette.Internal.Internal.Decl.Core.Data.Class.Mergeable.D:R:MergeableArgsArity0_0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SimpleMergeable.D:R:SimpleMergeableArgsArity1a0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SimpleMergeable.D:R:SimpleMergeableArgsArity0_0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymOrd.D:R:SymOrdArgsArity1ab0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymOrd.D:R:SymOrdArgsArity0__0
Warning: Grisette.Internal.SymPrim.BV: could not find link destinations for:
- Grisette.Internal.SymPrim.BV.D:R:FunTypeWordN
- Grisette.Internal.SymPrim.BV.D:R:FunTypeIntN
- Grisette.Internal.SymPrim.BV.Rep_IntN
- Grisette.Internal.SymPrim.BV.Rep_WordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeWordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeIntN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintWordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintIntN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeWordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeIntN
- Grisette.Internal.SymPrim.SymBV.D:R:SymTypeIntN
- Grisette.Internal.SymPrim.SymBV.D:R:SymTypeWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeIntN
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetWordNC
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetIntNC
Warning: Grisette.Internal.SymPrim.FP: could not find link destinations for:
- Grisette.Internal.SymPrim.FP.D:R:FunTypeFP
- Grisette.Internal.SymPrim.FP.D:R:FunTypeFPRoundingMode
- Grisette.Internal.SymPrim.FP.Rep_NotRepresentableFPError
- Grisette.Internal.SymPrim.FP.Rep_FPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeFPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeFP
- Grisette.Internal.SymPrim.Prim.Internal.Term.R:PrimConstraintFPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintFP
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeFPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeFP
- Grisette.Internal.SymPrim.SymFP.D:R:SymTypeFP
- Grisette.Internal.SymPrim.SymFP.D:R:SymTypeFPRoundingMode
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeFP
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPC
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPRoundingModeC
Warning: Grisette.Internal.SymPrim.Prim.Internal.Term: could not find link destinations for:
- Grisette.Internal.SymPrim.Prim.Internal.Term.TypeHashId
- Grisette.Internal.SymPrim.Prim.Internal.Term.HashId
- Grisette.Internal.SymPrim.Prim.Internal.Term.DConTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DSymTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DForallTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DExistsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DNotTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DOrTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAndTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DEqTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DDistinctTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DITETerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAddNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DNegNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DMulNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAbsNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DSignumNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DLtOrdTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DLeOrdTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAndBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DOrBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DXorBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DComplementBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DShiftLeftTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DShiftRightTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRotateLeftTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRotateRightTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBVConcatTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBitCastTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBitCastOrTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBVSelectTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBVExtendTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DApplyTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DDivIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DModIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DQuotIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRemIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPTraitTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFdivTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRecipTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFloatingUnaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DPowerTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPUnaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPBinaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPRoundingUnaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPRoundingBinaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPFMATerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFromIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFromFPOrTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DToFPTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeAlgReal
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeFPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeFP
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeWordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeIntN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeInteger
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeBool
- Grisette.Internal.SymPrim.Prim.Internal.Term.R:PrimConstraintAlgReal
- Grisette.Internal.SymPrim.Prim.Internal.Term.R:PrimConstraintFPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintFP
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintWordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintIntN
- Grisette.Internal.SymPrim.Prim.Internal.Term.R:PrimConstraintBool
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeAlgReal
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeFPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeFP
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeWordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeIntN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeInteger
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintInteger
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeBool
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SymbolKindConstraintAnyKind
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SymbolKindConstraintConstantKind
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:DescriptionTerm0
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:UninternedTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.Rep_FPRoundingBinaryOp
- Grisette.Internal.SymPrim.Prim.Internal.Term.Rep_FPRoundingUnaryOp
- Grisette.Internal.SymPrim.Prim.Internal.Term.Rep_FPBinaryOp
- Grisette.Internal.SymPrim.Prim.Internal.Term.Rep_FPUnaryOp
- Grisette.Internal.SymPrim.Prim.Internal.Term.Rep_FPTrait
- Grisette.Internal.SymPrim.Prim.Internal.Term.Rep_FloatingUnaryOp
- Grisette.Internal.SymPrim.TabularFun.D:R:SBVType=->
- Grisette.Internal.SymPrim.TabularFun.D:R:PrimConstraint=->
- Grisette.Internal.SymPrim.GeneralFun.D:R:SBVType-->
- Grisette.Internal.SymPrim.GeneralFun.D:R:PrimConstraint-->
- Grisette.Internal.Core.Data.Class.AsKey.D:R:ConTypeAsKey
- Grisette.Internal.SymPrim.SymTabularFun.D:R:SymType=->
- Grisette.Internal.SymPrim.SymTabularFun.D:R:ConType=~>
- Grisette.Internal.SymPrim.SymInteger.D:R:SymTypeInteger
- Grisette.Internal.SymPrim.SymInteger.D:R:ConTypeSymInteger
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:SymType-->
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:ConType-~>
- Grisette.Internal.SymPrim.SymBool.D:R:SymTypeBool
- Grisette.Internal.SymPrim.SymBool.D:R:ConTypeSymBool
- Grisette.Internal.SymPrim.SymBV.D:R:SymTypeIntN
- Grisette.Internal.SymPrim.SymBV.D:R:ConTypeSymIntN
- Grisette.Internal.SymPrim.SymBV.D:R:SymTypeWordN
- Grisette.Internal.SymPrim.SymBV.D:R:ConTypeSymWordN
- Grisette.Internal.SymPrim.SymAlgReal.D:R:SymTypeAlgReal
- Grisette.Internal.SymPrim.SymAlgReal.D:R:ConTypeSymAlgReal
- Grisette.Internal.SymPrim.SymFP.D:R:SymTypeFP
- Grisette.Internal.SymPrim.SymFP.D:R:ConTypeSymFP
- Grisette.Internal.SymPrim.SymFP.D:R:SymTypeFPRoundingMode
- Grisette.Internal.SymPrim.SymFP.D:R:ConTypeSymFPRoundingMode
Warning: Grisette.Internal.SymPrim.TabularFun: could not find link destinations for:
- Grisette.Internal.SymPrim.TabularFun.D:R:FunType=->
- Grisette.Internal.SymPrim.TabularFun.D:R:SBVType=->
- Grisette.Internal.SymPrim.TabularFun.D:R:PrimConstraint=->
- Grisette.Internal.SymPrim.TabularFun.Rep_=->
- Grisette.Internal.SymPrim.TabularFun.Rep1_=->
- Grisette.Internal.SymPrim.SymTabularFun.D:R:SymType=->
Warning: Grisette.Internal.SymPrim.GeneralFun: could not find link destinations for:
- Grisette.Internal.SymPrim.GeneralFun.D:R:FunType-->
- Grisette.Internal.SymPrim.GeneralFun.D:R:SBVType-->
- Grisette.Internal.SymPrim.GeneralFun.D:R:PrimConstraint-->
- Grisette.Internal.SymPrim.Prim.Internal.Serialize.GeneralFunArg
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:SymType-->
Warning: Grisette.Internal.SymPrim.Prim.Internal.Serialize: could not find link destinations for:
- Grisette.Internal.SymPrim.Prim.Internal.Serialize.GeneralFunArg
Warning: Grisette.Internal.SymPrim.Prim.Model: could not find link destinations for:
- Grisette.Internal.SymPrim.Prim.Model.Rep_Model
- Grisette.Internal.SymPrim.Prim.Model.Rep_SymbolSet
Warning: Grisette.Internal.Core.Data.Class.AsKey: could not find link destinations for:
- Grisette.Internal.Core.Data.Class.AsKey.D:R:ConTypeAsKey
- Grisette.Internal.Core.Data.Class.AsKey.D:R:FunTypeAsKey
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.SymPrim.SymTabularFun: could not find link destinations for:
- Grisette.Internal.SymPrim.SymTabularFun.D:R:FunType=~>
- Grisette.Internal.SymPrim.SymTabularFun.D:R:SymType=->
- Grisette.Internal.SymPrim.SymTabularFun.D:R:ConType=~>
Warning: Grisette.Internal.SymPrim.SymInteger: could not find link destinations for:
- Grisette.Internal.SymPrim.SymInteger.D:R:FunTypeSymInteger
- Grisette.Internal.SymPrim.SymInteger.D:R:SymTypeInteger
- Grisette.Internal.SymPrim.SymInteger.D:R:ConTypeSymInteger
- Grisette.Internal.SymPrim.SymInteger.Rep_SymInteger
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymInteger
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymInteger
Warning: Grisette.Internal.SymPrim.SymGeneralFun: could not find link destinations for:
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:FunType-~>
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:SymType-->
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:ConType-~>
Warning: Grisette.Internal.SymPrim.SymBool: could not find link destinations for:
- Grisette.Internal.SymPrim.SymBool.D:R:FunTypeSymBool
- Grisette.Internal.SymPrim.SymBool.D:R:SymTypeBool
- Grisette.Internal.SymPrim.SymBool.D:R:ConTypeSymBool
- Grisette.Internal.SymPrim.SymBool.Rep_SymBool
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymBool
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymBool
Warning: Grisette.Internal.SymPrim.SymBV: could not find link destinations for:
- Grisette.Internal.SymPrim.SymBV.D:R:FunTypeSymIntN
- Grisette.Internal.SymPrim.SymBV.D:R:SymTypeIntN
- Grisette.Internal.SymPrim.SymBV.D:R:ConTypeSymIntN
- Grisette.Internal.SymPrim.SymBV.D:R:FunTypeSymWordN
- Grisette.Internal.SymPrim.SymBV.D:R:SymTypeWordN
- Grisette.Internal.SymPrim.SymBV.D:R:ConTypeSymWordN
- Grisette.Internal.SymPrim.SymBV.Rep_SymWordN
- Grisette.Internal.SymPrim.SymBV.Rep_SymIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymIntN
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetWordNS
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetIntNS
Warning: Grisette.Internal.SymPrim.SymAlgReal: could not find link destinations for:
- Grisette.Internal.SymPrim.SymAlgReal.D:R:FunTypeSymAlgReal
- Grisette.Internal.SymPrim.SymAlgReal.D:R:SymTypeAlgReal
- Grisette.Internal.SymPrim.SymAlgReal.D:R:ConTypeSymAlgReal
- Grisette.Internal.SymPrim.SymAlgReal.Rep_SymAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymAlgReal
Warning: Grisette.Internal.SymPrim.SymFP: could not find link destinations for:
- Grisette.Internal.SymPrim.SymFP.D:R:FunTypeSymFP
- Grisette.Internal.SymPrim.SymFP.D:R:SymTypeFP
- Grisette.Internal.SymPrim.SymFP.D:R:ConTypeSymFP
- Grisette.Internal.SymPrim.SymFP.D:R:FunTypeSymFPRoundingMode
- Grisette.Internal.SymPrim.SymFP.D:R:SymTypeFPRoundingMode
- Grisette.Internal.SymPrim.SymFP.D:R:ConTypeSymFPRoundingMode
- Grisette.Internal.SymPrim.SymFP.Rep_SymFPRoundingMode
- Grisette.Internal.SymPrim.SymFP.Rep_SymFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymFP
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPS
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPRoundingModeS
Warning: Grisette.Internal.Unified.Class.UnifiedRep: could not find link destinations for:
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymInteger
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeInteger
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymBool
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeBool
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymInteger
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeInteger
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymBool
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeBool
Warning: Grisette.Internal.Core.Data.Class.ITEOp: could not find link destinations for:
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.TH.Derivation.DeriveMergeable: could not find link destinations for:
- Grisette.Internal.TH.Derivation.DeriveMergeable.MergingInfoResult
Warning: Grisette.Internal.TH.Derivation.ConvertOpCommon: could not find link destinations for:
- Grisette.Internal.TH.Derivation.ConvertOpCommon.FieldFunExp
Warning: Grisette.Internal.TH.Derivation.Derive: could not find link destinations for:
- Grisette.Internal.TH.Derivation.Derive.allClasses1
- Grisette.Internal.TH.Derivation.Derive.allClasses2
Warning: Grisette.Internal.SymPrim.AllSyms: could not find link destinations for:
- Grisette.Internal.Internal.Decl.SymPrim.AllSyms.D:R:AllSymsArgsArity1a0
- Grisette.Internal.Internal.Decl.SymPrim.AllSyms.D:R:AllSymsArgsArity0_0
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.Core.Data.Class.ToCon: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToCon.D:R:ToConArgsArity1ab0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToCon.D:R:ToConArgsArity0__0
Warning: Grisette.Internal.Core.Data.Class.SymEq: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymEq.D:R:SymEqArgsArity1ab0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymEq.D:R:SymEqArgsArity0__0
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.Core.Data.Class.SubstSym: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.SubstSym.D:R:SubstSymArgsArity1kndacbsb0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SubstSym.D:R:SubstSymArgsArity0____0
Warning: Grisette.Internal.Core.Data.Class.PPrint: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.PPrint.D:R:PPrintArgsArity1aann0
- Grisette.Internal.Internal.Decl.Core.Data.Class.PPrint.D:R:PPrintArgsArity0__0
Warning: Grisette.Internal.Core.Data.Class.ToSym: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToSym.D:R:ToSymArgsArity1__0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToSym.D:R:ToSymArgsArity0__0
Warning: Grisette.Internal.Core.Data.Class.Mergeable: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.Mergeable.D:R:MergeableArgsArity1a0
- Grisette.Internal.Internal.Decl.Core.Data.Class.Mergeable.D:R:MergeableArgsArity0_0
Warning: Grisette.Internal.Core.Data.UnionBase: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.UnionBase.Rep_UnionBase
- Grisette.Internal.Internal.Decl.Core.Data.UnionBase.Rep1_UnionBase
Warning: Grisette.Internal.Core.Data.Class.SimpleMergeable: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.SimpleMergeable.D:R:SimpleMergeableArgsArity1a0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SimpleMergeable.D:R:SimpleMergeableArgsArity0_0
Warning: Grisette.Internal.Core.Data.Class.ExtractSym: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.ExtractSym.D:R:ExtractSymArgsArity1knda0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ExtractSym.D:R:ExtractSymArgsArity0__0
Warning: Grisette.Backend: could not find link destinations for:
- Data.SBV.Core.Symbolic.SMTEngine
Warning: Grisette.Internal.Core.Data.Class.EvalSym: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.EvalSym.D:R:EvalSymArgsArity1a0
- Grisette.Internal.Internal.Decl.Core.Data.Class.EvalSym.D:R:EvalSymArgsArity0_0
Warning: Grisette.Internal.Core.Data.Class.SymOrd: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymOrd.D:R:SymOrdArgsArity1ab0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymOrd.D:R:SymOrdArgsArity0__0
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.Core.Data.Class.SafeSymShift: could not find link destinations for:
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.Core.Data.Class.SafeSymRotate: could not find link destinations for:
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.Core.Data.Class.SafeLinearArith: could not find link destinations for:
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.Core.Data.Class.CEGISSolver: could not find link destinations for:
- Grisette.Internal.Core.Data.Class.CEGISSolver.RefinementConditionFun
- Grisette.Internal.Core.Data.Class.CEGISSolver.Rep_CEGISCondition
- Grisette.Internal.Core.Data.Class.CEGISSolver.Rep_CEGISResult
- Grisette.Internal.Core.Data.Class.CEGISSolver.Rep_VerifierResult
Warning: Grisette.Internal.Core.Data.Class.SafeDiv: could not find link destinations for:
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
Warning: Grisette.Internal.Core.Data.Class.GenSym: could not find link destinations for:
- Grisette.Internal.Core.Data.Class.GenSym.GenSymSameShape
- Grisette.Internal.Core.Data.Class.GenSym.GenSymSimpleNoSpec
- Grisette.Internal.Core.Data.Class.GenSym.GenSymNoSpec
Warning: Grisette.Internal.Unified.UnifiedBool: could not find link destinations for:
- Grisette.Internal.Internal.Impl.Unified.UnifiedBool.D:R:GetBoolS
- Grisette.Internal.Internal.Impl.Unified.UnifiedBool.D:R:GetBoolC
Warning: Grisette.Internal.SymPrim.SomeBV: could not find link destinations for:
- Grisette.Internal.SymPrim.SomeBV.SomeBVLit
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
- Grisette.Internal.SymPrim.SomeBV.Rep_SomeBVException
Warning: Grisette.SymPrim: could not find link destinations for:
- Grisette.Internal.SymPrim.AlgReal.D:R:FunTypeAlgReal
- Grisette.Internal.SymPrim.AlgReal.Rep_AlgReal
- Grisette.Internal.SymPrim.AlgReal.Rep_RealPoint
- Grisette.Internal.SymPrim.AlgReal.Rep_AlgRealPoly
- Grisette.Internal.SymPrim.BV.D:R:FunTypeWordN
- Grisette.Internal.SymPrim.BV.D:R:FunTypeIntN
- Grisette.Internal.SymPrim.BV.Rep_IntN
- Grisette.Internal.SymPrim.BV.Rep_WordN
- Grisette.Internal.SymPrim.FP.D:R:FunTypeFP
- Grisette.Internal.SymPrim.FP.D:R:FunTypeFPRoundingMode
- Grisette.Internal.SymPrim.FP.Rep_FPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.TypeHashId
- Grisette.Internal.SymPrim.Prim.Internal.Term.HashId
- Grisette.Internal.SymPrim.Prim.Internal.Term.DConTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DSymTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DForallTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DExistsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DNotTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DOrTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAndTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DEqTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DDistinctTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DITETerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAddNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DNegNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DMulNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAbsNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DSignumNumTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DLtOrdTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DLeOrdTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DAndBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DOrBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DXorBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DComplementBitsTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DShiftLeftTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DShiftRightTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRotateLeftTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRotateRightTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBVConcatTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBitCastTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBitCastOrTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBVSelectTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DBVExtendTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DApplyTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DDivIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DModIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DQuotIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRemIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPTraitTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFdivTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DRecipTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFloatingUnaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DPowerTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPUnaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPBinaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPRoundingUnaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPRoundingBinaryTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFPFMATerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFromIntegralTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DFromFPOrTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.DToFPTerm
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeAlgReal
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeFPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeFP
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeWordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SBVTypeIntN
- Grisette.Internal.SymPrim.Prim.Internal.Term.R:PrimConstraintAlgReal
- Grisette.Internal.SymPrim.Prim.Internal.Term.R:PrimConstraintFPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintFP
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintWordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:PrimConstraintIntN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeAlgReal
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeFPRoundingMode
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeFP
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeWordN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:NonFuncSBVBaseTypeIntN
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SymbolKindConstraintAnyKind
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:SymbolKindConstraintConstantKind
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:DescriptionTerm0
- Grisette.Internal.SymPrim.Prim.Internal.Term.D:R:UninternedTerm
- Grisette.Internal.SymPrim.TabularFun.D:R:FunType=->
- Grisette.Internal.SymPrim.TabularFun.D:R:SBVType=->
- Grisette.Internal.SymPrim.TabularFun.D:R:PrimConstraint=->
- Grisette.Internal.SymPrim.TabularFun.Rep_=->
- Grisette.Internal.SymPrim.TabularFun.Rep1_=->
- Grisette.Internal.SymPrim.GeneralFun.D:R:FunType-->
- Grisette.Internal.SymPrim.GeneralFun.D:R:SBVType-->
- Grisette.Internal.SymPrim.GeneralFun.D:R:PrimConstraint-->
- Grisette.Internal.SymPrim.Prim.Internal.Serialize.GeneralFunArg
- Grisette.Internal.SymPrim.Prim.Model.Rep_Model
- Grisette.Internal.SymPrim.Prim.Model.Rep_SymbolSet
- Grisette.Internal.Core.Data.Class.AsKey.D:R:ConTypeAsKey
- Grisette.Internal.Internal.Decl.SymPrim.AllSyms.D:R:AllSymsArgsArity1a0
- Grisette.Internal.Internal.Decl.SymPrim.AllSyms.D:R:AllSymsArgsArity0_0
- Grisette.Internal.SymPrim.SymTabularFun.D:R:FunType=~>
- Grisette.Internal.SymPrim.SymTabularFun.D:R:SymType=->
- Grisette.Internal.SymPrim.SymTabularFun.D:R:ConType=~>
- Grisette.Internal.SymPrim.SymInteger.D:R:FunTypeSymInteger
- Grisette.Internal.SymPrim.SymInteger.D:R:SymTypeInteger
- Grisette.Internal.SymPrim.SymInteger.D:R:ConTypeSymInteger
- Grisette.Internal.SymPrim.SymInteger.Rep_SymInteger
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:FunType-~>
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:SymType-->
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:ConType-~>
- Grisette.Internal.SymPrim.SymBool.D:R:FunTypeSymBool
- Grisette.Internal.SymPrim.SymBool.D:R:SymTypeBool
- Grisette.Internal.SymPrim.SymBool.D:R:ConTypeSymBool
- Grisette.Internal.SymPrim.SymBool.Rep_SymBool
- Grisette.Internal.SymPrim.SymBV.D:R:FunTypeSymIntN
- Grisette.Internal.SymPrim.SymBV.D:R:SymTypeIntN
- Grisette.Internal.SymPrim.SymBV.D:R:ConTypeSymIntN
- Grisette.Internal.SymPrim.SymBV.D:R:FunTypeSymWordN
- Grisette.Internal.SymPrim.SymBV.D:R:SymTypeWordN
- Grisette.Internal.SymPrim.SymBV.D:R:ConTypeSymWordN
- Grisette.Internal.SymPrim.SymBV.Rep_SymWordN
- Grisette.Internal.SymPrim.SymBV.Rep_SymIntN
- Grisette.Internal.SymPrim.SymAlgReal.D:R:FunTypeSymAlgReal
- Grisette.Internal.SymPrim.SymAlgReal.D:R:SymTypeAlgReal
- Grisette.Internal.SymPrim.SymAlgReal.D:R:ConTypeSymAlgReal
- Grisette.Internal.SymPrim.SymAlgReal.Rep_SymAlgReal
- Grisette.Internal.SymPrim.SymFP.D:R:FunTypeSymFP
- Grisette.Internal.SymPrim.SymFP.D:R:SymTypeFP
- Grisette.Internal.SymPrim.SymFP.D:R:ConTypeSymFP
- Grisette.Internal.SymPrim.SymFP.D:R:FunTypeSymFPRoundingMode
- Grisette.Internal.SymPrim.SymFP.D:R:SymTypeFPRoundingMode
- Grisette.Internal.SymPrim.SymFP.D:R:ConTypeSymFPRoundingMode
- Grisette.Internal.SymPrim.SymFP.Rep_SymFPRoundingMode
- Grisette.Internal.SymPrim.SymFP.Rep_SymFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymInteger
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:ConTypeSymBool
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeFP
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeWordN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeIntN
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeAlgReal
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymInteger
- Grisette.Internal.Unified.Class.UnifiedRep.D:R:SymTypeSymBool
- Grisette.Internal.SymPrim.SomeBV.SomeBVLit
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
- Grisette.Internal.SymPrim.SomeBV.Rep_SomeBVException
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPS
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPRoundingModeS
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPC
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPRoundingModeC
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetWordNS
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetIntNS
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetWordNC
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetIntNC
Warning: Grisette.Internal.Unified.UnifiedData: could not find link destinations for:
- Grisette.Internal.Unified.UnifiedData.UnifiedDataSimpleMergeable
- Grisette.Internal.Unified.UnifiedData.UnifiedDataImpl
- Grisette.Internal.Unified.UnifiedData.D:R:GetDataS
- Grisette.Internal.Unified.UnifiedData.D:R:GetDataC
Warning: Grisette.TH: could not find link destinations for:
- Grisette.Internal.TH.Derivation.Derive.allClasses1
- Grisette.Internal.TH.Derivation.Derive.allClasses2
Warning: Grisette.Internal.Unified.UnifiedInteger: could not find link destinations for:
- Grisette.Internal.Unified.UnifiedInteger.UnifiedIntegerImpl
Warning: Grisette.Internal.Unified.UnifiedAlgReal: could not find link destinations for:
- Grisette.Internal.Unified.UnifiedAlgReal.UnifiedAlgRealImpl
Warning: Grisette.Internal.Unified.UnifiedFP: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Unified.UnifiedFP.SafeUnifiedFPImpl
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPS
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPRoundingModeS
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPC
- Grisette.Internal.Internal.Impl.Unified.UnifiedFP.D:R:GetFPRoundingModeC
Warning: Grisette.Internal.Unified.FPFPConversion: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Unified.FPFPConversion.UnifiedFPFPConversionImpl
Warning: Grisette.Internal.Unified.UnifiedBV: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Unified.UnifiedBV.SafeUnifiedSomeBVImpl
- Grisette.Internal.Internal.Decl.Unified.UnifiedBV.SafeUnifiedBVImpl
- Grisette.Internal.Internal.Decl.Unified.UnifiedBV.BVConstraint
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetWordNS
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetIntNS
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetWordNC
- Grisette.Internal.Internal.Impl.Unified.UnifiedBV.D:R:GetIntNC
Warning: Grisette.Internal.Unified.UnifiedFun: could not find link destinations for:
- Grisette.Internal.Unified.UnifiedFun.D:R:GetFunS
- Grisette.Internal.Unified.UnifiedFun.D:R:GetFunC
Warning: Grisette.Internal.Unified.BVBVConversion: could not find link destinations for:
- Grisette.Internal.Unified.BVBVConversion.UnifiedBVBVConversionImpl
Warning: Grisette.Internal.Unified.BVFPConversion: could not find link destinations for:
- Grisette.Internal.Internal.Decl.Unified.BVFPConversion.SafeUnifiedBVFPConversionImpl
- Grisette.Internal.Internal.Decl.Unified.BVFPConversion.UnifiedBVFPConversionImpl
Warning: Grisette.Unified: could not find link destinations for:
- Grisette.Internal.Unified.UnifiedData.UnifiedDataImpl
- Grisette.Internal.Unified.UnifiedInteger.UnifiedIntegerImpl
- Grisette.Internal.Unified.UnifiedAlgReal.UnifiedAlgRealImpl
- Grisette.Internal.Internal.Decl.Unified.UnifiedFP.SafeUnifiedFPImpl
- Grisette.Internal.Internal.Decl.Unified.FPFPConversion.UnifiedFPFPConversionImpl
- Grisette.Internal.Internal.Decl.Unified.UnifiedBV.SafeUnifiedSomeBVImpl
- Grisette.Internal.Internal.Decl.Unified.UnifiedBV.SafeUnifiedBVImpl
- Grisette.Internal.Unified.UnifiedFun.D:R:GetFunS
- Grisette.Internal.Unified.UnifiedFun.D:R:GetFunC
- Grisette.Internal.Unified.BVBVConversion.UnifiedBVBVConversionImpl
- Grisette.Internal.Internal.Decl.Unified.BVFPConversion.SafeUnifiedBVFPConversionImpl
- Grisette.Internal.Internal.Decl.Unified.BVFPConversion.UnifiedBVFPConversionImpl
Warning: Grisette.Internal.Core.Control.Monad.CBMCExcept: could not find link destinations for:
- Grisette.Internal.Core.Control.Monad.CBMCExcept.Rep_CBMCExceptT
- Grisette.Internal.Core.Control.Monad.CBMCExcept.Rep1_CBMCExceptT
- Grisette.Internal.Core.Control.Monad.CBMCExcept.Rep_CBMCEither
Warning: Grisette.Experimental.GenSymConstrained: could not find link destinations for:
- Grisette.Experimental.GenSymConstrained.GenSymConstrainedSameShape
- Grisette.Experimental.GenSymConstrained.GenSymSimpleConstrainedNoSpec
- Grisette.Experimental.GenSymConstrained.GenSymConstrainedNoSpec
Warning: Grisette.Experimental: could not find link destinations for:
- Grisette.Experimental.GenSymConstrained.GenSymConstrainedSameShape
- Grisette.Experimental.GenSymConstrained.GenSymSimpleConstrainedNoSpec
- Grisette.Experimental.GenSymConstrained.GenSymConstrainedNoSpec
Warning: Grisette.Core: could not find link destinations for:
- Grisette.Internal.Core.Control.Exception.Rep_VerificationConditions
- Grisette.Internal.Core.Control.Exception.Rep_AssertionError
- Grisette.Internal.Core.Data.Class.Function.D:R:FunTypeFUN
- Grisette.Internal.Core.Data.Class.Function.D:R:FunTypeBool
- Grisette.Internal.Core.Data.Class.Function.D:R:FunTypeInteger
- Grisette.Internal.Core.Data.SExpr.Rep_SExpr
- Grisette.Internal.Core.Data.Symbol.Rep_Symbol
- Grisette.Internal.Core.Data.Symbol.Rep_Identifier
- Grisette.Internal.SymPrim.AlgReal.D:R:FunTypeAlgReal
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToSym.D:R:ToSymArgsArity1__0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToSym.D:R:ToSymArgsArity0__0
- Grisette.Internal.SymPrim.BV.D:R:FunTypeWordN
- Grisette.Internal.SymPrim.BV.D:R:FunTypeIntN
- Grisette.Internal.SymPrim.FP.D:R:FunTypeFP
- Grisette.Internal.SymPrim.FP.D:R:FunTypeFPRoundingMode
- Grisette.Internal.SymPrim.TabularFun.D:R:FunType=->
- Grisette.Internal.Internal.Decl.Core.Data.Class.PPrint.D:R:PPrintArgsArity1aann0
- Grisette.Internal.Internal.Decl.Core.Data.Class.PPrint.D:R:PPrintArgsArity0__0
- Grisette.Internal.SymPrim.GeneralFun.D:R:FunType-->
- Grisette.Internal.Internal.Decl.Core.Data.Class.SubstSym.D:R:SubstSymArgsArity1kndacbsb0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SubstSym.D:R:SubstSymArgsArity0____0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ExtractSym.D:R:ExtractSymArgsArity1knda0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ExtractSym.D:R:ExtractSymArgsArity0__0
- Grisette.Internal.Core.Data.Class.AsKey.D:R:ConTypeAsKey
- Grisette.Internal.Core.Data.Class.AsKey.D:R:FunTypeAsKey
- Grisette.Internal.SymPrim.SymTabularFun.D:R:FunType=~>
- Grisette.Internal.SymPrim.SymInteger.D:R:FunTypeSymInteger
- Grisette.Internal.SymPrim.SymGeneralFun.D:R:FunType-~>
- Grisette.Internal.SymPrim.SymBool.D:R:FunTypeSymBool
- Grisette.Internal.SymPrim.SymBV.D:R:FunTypeSymIntN
- Grisette.Internal.SymPrim.SymBV.D:R:FunTypeSymWordN
- Grisette.Internal.SymPrim.SymAlgReal.D:R:FunTypeSymAlgReal
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToCon.D:R:ToConArgsArity1ab0
- Grisette.Internal.Internal.Decl.Core.Data.Class.ToCon.D:R:ToConArgsArity0__0
- Grisette.Internal.Internal.Decl.Core.Data.Class.EvalSym.D:R:EvalSymArgsArity1a0
- Grisette.Internal.Internal.Decl.Core.Data.Class.EvalSym.D:R:EvalSymArgsArity0_0
- Grisette.Internal.SymPrim.SymFP.D:R:FunTypeSymFP
- Grisette.Internal.SymPrim.SymFP.D:R:FunTypeSymFPRoundingMode
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymEq.D:R:SymEqArgsArity1ab0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymEq.D:R:SymEqArgsArity0__0
- Grisette.Internal.Internal.Decl.Core.Data.Class.Mergeable.D:R:MergeableArgsArity1a0
- Grisette.Internal.Internal.Decl.Core.Data.Class.Mergeable.D:R:MergeableArgsArity0_0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SimpleMergeable.D:R:SimpleMergeableArgsArity1a0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SimpleMergeable.D:R:SimpleMergeableArgsArity0_0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymOrd.D:R:SymOrdArgsArity1ab0
- Grisette.Internal.Internal.Decl.Core.Data.Class.SymOrd.D:R:SymOrdArgsArity0__0
- Grisette.Internal.Core.Data.Class.CEGISSolver.RefinementConditionFun
- Grisette.Internal.Core.Data.Class.CEGISSolver.Rep_CEGISCondition
- Grisette.Internal.Core.Data.Class.CEGISSolver.Rep_CEGISResult
- Grisette.Internal.Core.Data.Class.CEGISSolver.Rep_VerifierResult
- Grisette.Internal.Core.Data.Class.GenSym.GenSymSameShape
- Grisette.Internal.Core.Data.Class.GenSym.GenSymSimpleNoSpec
- Grisette.Internal.Core.Data.Class.GenSym.GenSymNoSpec
- Grisette.Internal.SymPrim.SomeBV.MaySomeBV
- Grisette.Internal.Core.Control.Monad.CBMCExcept.Rep_CBMCExceptT
- Grisette.Internal.Core.Control.Monad.CBMCExcept.Rep1_CBMCExceptT
- Grisette.Internal.Core.Control.Monad.CBMCExcept.Rep_CBMCEither
Documentation created: dist/doc/html/grisette/,
dist/doc/html/grisette/grisette.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/grisette-0.13.0.1-GPJJEgPrNN8jZ5FpWhfOj
Completed grisette-0.13.0.1
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'