Build #1 for Agda-2.8.0

[all reports]

Package Agda-2.8.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2025-07-05 21:05:38.477426431 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies STMonadTrans-0.4.8, aeson-2.2.3.0, ansi-terminal-1.1.2, array-0.5.8.0, async-2.2.5, base-4.19.2.0, binary-0.8.9.1, blaze-html-0.9.2.0, boxes-0.1.5, bytestring-0.12.1.0, case-insensitive-1.2.1.0, containers-0.6.8, data-hash-0.2.0.1, deepseq-1.5.1.0, directory-1.3.8.5, dlist-1.0, edit-distance-0.2.2.1, enummapset-0.7.3.0, equivalence-0.4.1, exceptions-0.10.7, filelock-0.1.1.7, filemanip-0.3.6.3, filepath-1.4.301.0, generic-data-1.1.0.2, ghc-compact-0.1.0.0, gitrev-1.3.1, hashable-1.5.0.0, haskeline-0.8.2.1, monad-control-1.0.3.1, mtl-2.3.1, murmur-hash-0.1.0.11, nonempty-containers-0.3.5.0, parallel-3.2.2.0, peano-0.1.0.2, pqueue-1.5.0.0, pretty-1.1.3.6, process-1.6.25.0, process-extras-0.7.4, regex-tdfa-1.3.2.4, split-0.2.5, stm-2.5.3.1, strict-0.5.1, template-haskell-2.21.0.0, text-2.1.1, time-1.12.2, transformers-0.6.1.0, unordered-containers-0.2.20, uri-encode-1.5.0.7, vector-0.13.2.0, vector-hashtables-0.1.2.1, zlib-0.7.1.0, base-4.19.2.0, base-4.19.2.0, bytestring-0.12.1.0, directory-1.3.8.5, filelock-0.1.1.7, filepath-1.4.301.0, gitrev-1.3.1, process-1.6.25.0, template-haskell-2.21.0.0
Flags -debug -debug-parsing -debug-serialisation -dump-core -enable-cluster-counting optimise-heavily -use-xdg-data-home

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring OneTuple-0.4.2...
Preprocessing library for OneTuple-0.4.2..
Building library for OneTuple-0.4.2..
[1 of 3] Compiling Data.Tuple.Solo  ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o )
Preprocessing library for OneTuple-0.4.2..
Running Haddock on library for OneTuple-0.4.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Tuple.Solo  ( src/Data/Tuple/Solo.hs, nothing )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, nothing )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, nothing )
Haddock coverage:
Warning: 'Solo' is ambiguous. It is defined
    * in GHC.Tuple
    * in GHC.Tuple.Prim
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Tuple.Prim
 100% (  3 /  3) in 'Data.Tuple.Solo'
  25% (  1 /  4) in 'Data.Tuple.OneTuple'
  Missing documentation for:
    OneTuple (src/Data/Tuple/OneTuple.hs:21)
    OneTuple (src/Data/Tuple/OneTuple.hs:30)
    only (src/Data/Tuple/OneTuple.hs:24)
Warning: 'Solo' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  1 /  2) in 'Data.Tuple.Solo.TH'
  Missing documentation for:
    tupE
Warning: Data.Tuple.Solo: could not find link destinations for: 
	- GHC.Generics.Rep1_Solo
	- GHC.Generics.Rep_Solo
Documentation created: dist/doc/html/OneTuple/,
dist/doc/html/OneTuple/OneTuple.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/OneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz
Completed    OneTuple-0.4.2
Downloading  STMonadTrans-0.4.8
Downloaded   STMonadTrans-0.4.8
Configuring STMonadTrans-0.4.8...
Preprocessing library for STMonadTrans-0.4.8..
Building library for STMonadTrans-0.4.8..
[1 of 2] Compiling Control.Monad.ST.Trans.Internal ( Control/Monad/ST/Trans/Internal.hs, dist/build/Control/Monad/ST/Trans/Internal.o, dist/build/Control/Monad/ST/Trans/Internal.dyn_o )
[2 of 2] Compiling Control.Monad.ST.Trans ( Control/Monad/ST/Trans.hs, dist/build/Control/Monad/ST/Trans.o, dist/build/Control/Monad/ST/Trans.dyn_o )
Preprocessing library for STMonadTrans-0.4.8..
Running Haddock on library for STMonadTrans-0.4.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Monad.ST.Trans.Internal ( Control/Monad/ST/Trans/Internal.hs, nothing )
[2 of 2] Compiling Control.Monad.ST.Trans ( Control/Monad/ST/Trans.hs, nothing )
Haddock coverage:
Warning: 'STT' is ambiguous. It is defined
    * at Control/Monad/ST/Trans/Internal.hs:49:21
    * at Control/Monad/ST/Trans/Internal.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 Control/Monad/ST/Trans/Internal.hs:49:1
Warning: 'STTRet' is ambiguous. It is defined
    * at Control/Monad/ST/Trans/Internal.hs:57:19
    * at Control/Monad/ST/Trans/Internal.hs:57:1
    You 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/Monad/ST/Trans/Internal.hs:57:1
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
  66% (  4 /  6) in 'Control.Monad.ST.Trans.Internal'
  Missing documentation for:
    unSTT (Control/Monad/ST/Trans/Internal.hs:52)
    liftSTT (Control/Monad/ST/Trans/Internal.hs:88)
Warning: 'State' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Reader' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Writer' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STT' is ambiguous. It is defined
    * at Control/Monad/ST/Trans/Internal.hs:49:21
    * at Control/Monad/ST/Trans/Internal.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 Control/Monad/ST/Trans/Internal.hs:49:1
  70% ( 21 / 30) in 'Control.Monad.ST.Trans'
  Missing documentation for:
    unsafeReadSTArray (Control/Monad/ST/Trans.hs:134)
    unsafeWriteSTArray (Control/Monad/ST/Trans.hs:149)
    unsafeFreezeSTArray (Control/Monad/ST/Trans.hs:168)
    unsafeThawSTArray (Control/Monad/ST/Trans.hs:187)
    unsafeIOToSTT (Control/Monad/ST/Trans.hs:208)
    unsafeSTToIO (Control/Monad/ST/Trans.hs:212)
    unsafeSTTToIO (Control/Monad/ST/Trans.hs:215)
    unsafeSTRefToIORef (Control/Monad/ST/Trans.hs:219)
    unsafeIORefToSTRef (Control/Monad/ST/Trans.hs:222)
Documentation created: dist/doc/html/STMonadTrans/,
dist/doc/html/STMonadTrans/STMonadTrans.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/STMonadTrans-0.4.8-1lBiIsuj6eS5X1MqQM963
Completed    STMonadTrans-0.4.8
Configuring StateVar-1.2.2...
Preprocessing library for StateVar-1.2.2..
Building library for StateVar-1.2.2..
[1 of 1] Compiling Data.StateVar    ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o )

src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
220 |   default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
    |                                 ^

src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
226 |   default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
    |                                  ^

src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
    |                                ^

src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
    |                                      ^
Preprocessing library for StateVar-1.2.2..
Running Haddock on library for StateVar-1.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.StateVar    ( src/Data/StateVar.hs, nothing )

src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
220 |   default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
    |                                 ^

src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
226 |   default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
    |                                  ^

src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
    |                                ^

src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
    |                                      ^
Haddock coverage:
Warning: 'StateVar' is ambiguous. It is defined
    * at src/Data/StateVar.hs:125:19
    * at src/Data/StateVar.hs:125:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/StateVar.hs:125:1
Warning: 'SettableStateVar' is ambiguous. It is defined
    * at src/Data/StateVar.hs:148:30
    * at src/Data/StateVar.hs:148:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/StateVar.hs:148:1
 100% ( 15 / 15) in 'Data.StateVar'
Documentation created: dist/doc/html/StateVar/,
dist/doc/html/StateVar/StateVar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ
Completed    StateVar-1.2.2
Configuring ap-normalize-0.1.0.1...
Preprocessing library for ap-normalize-0.1.0.1..
Building library for ap-normalize-0.1.0.1..
[1 of 3] Compiling ApNormalize.DList ( src/ApNormalize/DList.hs, dist/build/ApNormalize/DList.o, dist/build/ApNormalize/DList.dyn_o )
[2 of 3] Compiling ApNormalize.Aps  ( src/ApNormalize/Aps.hs, dist/build/ApNormalize/Aps.o, dist/build/ApNormalize/Aps.dyn_o )

src/ApNormalize/Aps.hs:19:29: warning: [GHC-38856] [-Wunused-imports]
    The import of liftA2
    from module Control.Applicative is redundant
   |
19 | import Control.Applicative (liftA2, liftA3)
   |                             ^^^^^^
[3 of 3] Compiling ApNormalize      ( src/ApNormalize.hs, dist/build/ApNormalize.o, dist/build/ApNormalize.dyn_o )
Preprocessing library for ap-normalize-0.1.0.1..
Running Haddock on library for ap-normalize-0.1.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling ApNormalize.DList ( src/ApNormalize/DList.hs, nothing )
[2 of 3] Compiling ApNormalize.Aps  ( src/ApNormalize/Aps.hs, nothing )

src/ApNormalize/Aps.hs:19:29: warning: [GHC-38856] [-Wunused-imports]
    The import of liftA2
    from module Control.Applicative is redundant
   |
19 | import Control.Applicative (liftA2, liftA3)
   |                             ^^^^^^
[3 of 3] Compiling ApNormalize      ( src/ApNormalize.hs, nothing )
Haddock coverage:
Warning: 'ApDList' is ambiguous. It is defined
    * at src/ApNormalize/DList.hs:31:23
    * at src/ApNormalize/DList.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 src/ApNormalize/DList.hs:31:1
 100% (  6 /  6) in 'ApNormalize.DList'
Warning: 'ApDList' is ambiguous. It is defined
    * at src/ApNormalize/DList.hs:31:23
    * at src/ApNormalize/DList.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 src/ApNormalize/DList.hs:31:1
 100% (  9 /  9) in 'ApNormalize.Aps'
 100% ( 10 / 10) in 'ApNormalize'
Documentation created: dist/doc/html/ap-normalize/,
dist/doc/html/ap-normalize/ap-normalize.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ap-normalize-0.1.0.1-AIDSN0Bs5pl64KJfJlonpf
Completed    ap-normalize-0.1.0.1
Configuring assoc-1.1.1...
Preprocessing library for assoc-1.1.1..
Building library for assoc-1.1.1..
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, dist/build/Data/Bifunctor/Assoc.o, dist/build/Data/Bifunctor/Assoc.dyn_o )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, dist/build/Data/Bifunctor/Swap.o, dist/build/Data/Bifunctor/Swap.dyn_o )
Preprocessing library for assoc-1.1.1..
Running Haddock on library for assoc-1.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, nothing )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, nothing )
Haddock coverage:
  50% (  1 /  2) in 'Data.Bifunctor.Assoc'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Bifunctor.Swap'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/assoc/, dist/doc/html/assoc/assoc.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/assoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj
Completed    assoc-1.1.1
Configuring base-compat-0.14.1...
Preprocessing library for base-compat-0.14.1..
Building library for base-compat-0.14.1..
[  1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, dist/build/Control/Concurrent/Compat.o, dist/build/Control/Concurrent/Compat.dyn_o )
[  2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, dist/build/Control/Concurrent/Compat/Repl.o, dist/build/Control/Concurrent/Compat/Repl.dyn_o )
[  3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, dist/build/Control/Concurrent/MVar/Compat.o, dist/build/Control/Concurrent/MVar/Compat.dyn_o )
[  4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, dist/build/Control/Concurrent/MVar/Compat/Repl.o, dist/build/Control/Concurrent/MVar/Compat/Repl.dyn_o )
[  5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, dist/build/Control/Exception/Compat.o, dist/build/Control/Exception/Compat.dyn_o )
[  6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, dist/build/Control/Exception/Compat/Repl.o, dist/build/Control/Exception/Compat/Repl.dyn_o )
[  7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, dist/build/Control/Monad/Compat.o, dist/build/Control/Monad/Compat.dyn_o )
[  8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, dist/build/Control/Monad/Compat/Repl.o, dist/build/Control/Monad/Compat/Repl.dyn_o )
[  9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, dist/build/Control/Monad/Fail/Compat.o, dist/build/Control/Monad/Fail/Compat.dyn_o )
[ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, dist/build/Control/Monad/Fail/Compat/Repl.o, dist/build/Control/Monad/Fail/Compat/Repl.dyn_o )
[ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, dist/build/Control/Monad/IO/Class/Compat.o, dist/build/Control/Monad/IO/Class/Compat.dyn_o )
[ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, dist/build/Control/Monad/IO/Class/Compat/Repl.o, dist/build/Control/Monad/IO/Class/Compat/Repl.dyn_o )
[ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.dyn_o )
[ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.dyn_o )
[ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Unsafe/Compat.o, dist/build/Control/Monad/ST/Unsafe/Compat.dyn_o )
[ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.dyn_o )
[ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, dist/build/Data/Bifoldable/Compat.o, dist/build/Data/Bifoldable/Compat.dyn_o )
[ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, dist/build/Data/Bifoldable/Compat/Repl.o, dist/build/Data/Bifoldable/Compat/Repl.dyn_o )
[ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, dist/build/Data/Bifoldable1/Compat.o, dist/build/Data/Bifoldable1/Compat.dyn_o )
[ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, dist/build/Data/Bifoldable1/Compat/Repl.o, dist/build/Data/Bifoldable1/Compat/Repl.dyn_o )
[ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, dist/build/Data/Bifunctor/Compat.o, dist/build/Data/Bifunctor/Compat.dyn_o )
[ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, dist/build/Data/Bifunctor/Compat/Repl.o, dist/build/Data/Bifunctor/Compat/Repl.dyn_o )
[ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, dist/build/Data/Bits/Compat/Repl.o, dist/build/Data/Bits/Compat/Repl.dyn_o )
[ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, dist/build/Data/Bool/Compat.o, dist/build/Data/Bool/Compat.dyn_o )
[ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, dist/build/Data/Bool/Compat/Repl.o, dist/build/Data/Bool/Compat/Repl.dyn_o )
[ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, dist/build/Data/Complex/Compat.o, dist/build/Data/Complex/Compat.dyn_o )
[ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, dist/build/Data/Complex/Compat/Repl.o, dist/build/Data/Complex/Compat/Repl.dyn_o )
[ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, dist/build/Data/Either/Compat.o, dist/build/Data/Either/Compat.dyn_o )
[ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, dist/build/Data/Either/Compat/Repl.o, dist/build/Data/Either/Compat/Repl.dyn_o )
[ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, dist/build/Data/Foldable/Compat.o, dist/build/Data/Foldable/Compat.dyn_o )
[ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, dist/build/Data/Foldable/Compat/Repl.o, dist/build/Data/Foldable/Compat/Repl.dyn_o )
[ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, dist/build/Data/Foldable1/Compat.o, dist/build/Data/Foldable1/Compat.dyn_o )
[ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, dist/build/Data/Foldable1/Compat/Repl.o, dist/build/Data/Foldable1/Compat/Repl.dyn_o )
[ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, dist/build/Data/Function/Compat.o, dist/build/Data/Function/Compat.dyn_o )
[ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, dist/build/Data/Function/Compat/Repl.o, dist/build/Data/Function/Compat/Repl.dyn_o )
[ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, dist/build/Data/Functor/Compat.o, dist/build/Data/Functor/Compat.dyn_o )
[ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, dist/build/Data/Functor/Compat/Repl.o, dist/build/Data/Functor/Compat/Repl.dyn_o )
[ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, dist/build/Data/Functor/Compose/Compat.o, dist/build/Data/Functor/Compose/Compat.dyn_o )
[ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, dist/build/Data/Functor/Compose/Compat/Repl.o, dist/build/Data/Functor/Compose/Compat/Repl.dyn_o )
[ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, dist/build/Data/Functor/Const/Compat.o, dist/build/Data/Functor/Const/Compat.dyn_o )
[ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, dist/build/Data/Functor/Const/Compat/Repl.o, dist/build/Data/Functor/Const/Compat/Repl.dyn_o )
[ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, dist/build/Data/Functor/Contravariant/Compat.o, dist/build/Data/Functor/Contravariant/Compat.dyn_o )
[ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, dist/build/Data/Functor/Contravariant/Compat/Repl.o, dist/build/Data/Functor/Contravariant/Compat/Repl.dyn_o )
[ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, dist/build/Data/Functor/Identity/Compat.o, dist/build/Data/Functor/Identity/Compat.dyn_o )
[ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, dist/build/Data/Functor/Identity/Compat/Repl.o, dist/build/Data/Functor/Identity/Compat/Repl.dyn_o )
[ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, dist/build/Data/Functor/Product/Compat.o, dist/build/Data/Functor/Product/Compat.dyn_o )
[ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, dist/build/Data/Functor/Product/Compat/Repl.o, dist/build/Data/Functor/Product/Compat/Repl.dyn_o )
[ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, dist/build/Data/Functor/Sum/Compat.o, dist/build/Data/Functor/Sum/Compat.dyn_o )
[ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, dist/build/Data/Functor/Sum/Compat/Repl.o, dist/build/Data/Functor/Sum/Compat/Repl.dyn_o )
[ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, dist/build/Data/IORef/Compat.o, dist/build/Data/IORef/Compat.dyn_o )
[ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, dist/build/Data/IORef/Compat/Repl.o, dist/build/Data/IORef/Compat/Repl.dyn_o )
[ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, dist/build/Data/Monoid/Compat.o, dist/build/Data/Monoid/Compat.dyn_o )
[ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, dist/build/Data/Monoid/Compat/Repl.o, dist/build/Data/Monoid/Compat/Repl.dyn_o )
[ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, dist/build/Data/Proxy/Compat.o, dist/build/Data/Proxy/Compat.dyn_o )
[ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, dist/build/Data/Proxy/Compat/Repl.o, dist/build/Data/Proxy/Compat/Repl.dyn_o )
[ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, dist/build/Data/Ratio/Compat.o, dist/build/Data/Ratio/Compat.dyn_o )
[ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, dist/build/Data/Ratio/Compat/Repl.o, dist/build/Data/Ratio/Compat/Repl.dyn_o )
[ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, dist/build/Data/STRef/Compat.o, dist/build/Data/STRef/Compat.dyn_o )
[ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, dist/build/Data/STRef/Compat/Repl.o, dist/build/Data/STRef/Compat/Repl.dyn_o )
[ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, dist/build/Data/Semigroup/Compat.o, dist/build/Data/Semigroup/Compat.dyn_o )
[ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, dist/build/Data/Semigroup/Compat/Repl.o, dist/build/Data/Semigroup/Compat/Repl.dyn_o )
[ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, dist/build/Data/String/Compat.o, dist/build/Data/String/Compat.dyn_o )
[ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, dist/build/Data/String/Compat/Repl.o, dist/build/Data/String/Compat/Repl.dyn_o )
[ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, dist/build/Data/Traversable/Compat.o, dist/build/Data/Traversable/Compat.dyn_o )
[ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, dist/build/Data/Traversable/Compat/Repl.o, dist/build/Data/Traversable/Compat/Repl.dyn_o )
[ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, dist/build/Data/Tuple/Compat.o, dist/build/Data/Tuple/Compat.dyn_o )
[ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, dist/build/Data/Tuple/Compat/Repl.o, dist/build/Data/Tuple/Compat/Repl.dyn_o )
[ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, dist/build/Data/Type/Coercion/Compat.o, dist/build/Data/Type/Coercion/Compat.dyn_o )
[ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, dist/build/Data/Type/Coercion/Compat/Repl.o, dist/build/Data/Type/Coercion/Compat/Repl.dyn_o )
[ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, dist/build/Data/Type/Equality/Compat.o, dist/build/Data/Type/Equality/Compat.dyn_o )
[ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, dist/build/Data/Type/Equality/Compat/Repl.o, dist/build/Data/Type/Equality/Compat/Repl.dyn_o )
[ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, dist/build/Data/Typeable/Compat.o, dist/build/Data/Typeable/Compat.dyn_o )
[ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, dist/build/Data/Typeable/Compat/Repl.o, dist/build/Data/Typeable/Compat/Repl.dyn_o )
[ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, dist/build/Data/Version/Compat.o, dist/build/Data/Version/Compat.dyn_o )
[ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, dist/build/Data/Version/Compat/Repl.o, dist/build/Data/Version/Compat/Repl.dyn_o )
[ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, dist/build/Data/Void/Compat.o, dist/build/Data/Void/Compat.dyn_o )
[ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, dist/build/Data/Void/Compat/Repl.o, dist/build/Data/Void/Compat/Repl.dyn_o )
[ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, dist/build/Data/Word/Compat.o, dist/build/Data/Word/Compat.dyn_o )
[ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, dist/build/Data/Word/Compat/Repl.o, dist/build/Data/Word/Compat/Repl.dyn_o )
[ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, dist/build/Debug/Trace/Compat.o, dist/build/Debug/Trace/Compat.dyn_o )
[ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, dist/build/Debug/Trace/Compat/Repl.o, dist/build/Debug/Trace/Compat/Repl.dyn_o )
[ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, dist/build/Foreign/ForeignPtr/Compat.o, dist/build/Foreign/ForeignPtr/Compat.dyn_o )
[ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Compat/Repl.dyn_o )
[ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, dist/build/Foreign/ForeignPtr/Safe/Compat.o, dist/build/Foreign/ForeignPtr/Safe/Compat.dyn_o )
[ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.dyn_o )
[ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat.dyn_o )
[ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.dyn_o )
[ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, dist/build/Foreign/Marshal/Alloc/Compat.o, dist/build/Foreign/Marshal/Alloc/Compat.dyn_o )
[ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, dist/build/Foreign/Marshal/Alloc/Compat/Repl.o, dist/build/Foreign/Marshal/Alloc/Compat/Repl.dyn_o )
[ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, dist/build/Foreign/Marshal/Array/Compat.o, dist/build/Foreign/Marshal/Array/Compat.dyn_o )
[ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, dist/build/Foreign/Marshal/Array/Compat/Repl.o, dist/build/Foreign/Marshal/Array/Compat/Repl.dyn_o )
[ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, dist/build/Foreign/Marshal/Safe/Compat.o, dist/build/Foreign/Marshal/Safe/Compat.dyn_o )
[ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, dist/build/Foreign/Marshal/Safe/Compat/Repl.o, dist/build/Foreign/Marshal/Safe/Compat/Repl.dyn_o )
[ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, dist/build/Foreign/Marshal/Unsafe/Compat.o, dist/build/Foreign/Marshal/Unsafe/Compat.dyn_o )
[ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.o, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.dyn_o )
[ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, dist/build/Foreign/Marshal/Utils/Compat.o, dist/build/Foreign/Marshal/Utils/Compat.dyn_o )
[ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, dist/build/Foreign/Marshal/Compat.o, dist/build/Foreign/Marshal/Compat.dyn_o )
[ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, dist/build/Foreign/Marshal/Compat/Repl.o, dist/build/Foreign/Marshal/Compat/Repl.dyn_o )
[100 of 130] Compiling Foreign.Compat   ( src/Foreign/Compat.hs, dist/build/Foreign/Compat.o, dist/build/Foreign/Compat.dyn_o )
[101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, dist/build/Foreign/Compat/Repl.o, dist/build/Foreign/Compat/Repl.dyn_o )
[102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, dist/build/Foreign/Marshal/Utils/Compat/Repl.o, dist/build/Foreign/Marshal/Utils/Compat/Repl.dyn_o )
[103 of 130] Compiling Numeric.Compat   ( src/Numeric/Compat.hs, dist/build/Numeric/Compat.o, dist/build/Numeric/Compat.dyn_o )
[104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, dist/build/Numeric/Compat/Repl.o, dist/build/Numeric/Compat/Repl.dyn_o )
[105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, dist/build/Numeric/Natural/Compat.o, dist/build/Numeric/Natural/Compat.dyn_o )
[106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, dist/build/Numeric/Natural/Compat/Repl.o, dist/build/Numeric/Natural/Compat/Repl.dyn_o )
[107 of 130] Compiling Prelude.Compat   ( src/Prelude/Compat.hs, dist/build/Prelude/Compat.o, dist/build/Prelude/Compat.dyn_o )
[108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, dist/build/Data/List/Compat.o, dist/build/Data/List/Compat.dyn_o )
[109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, dist/build/Data/List/NonEmpty/Compat.o, dist/build/Data/List/NonEmpty/Compat.dyn_o )
[110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, dist/build/Data/List/NonEmpty/Compat/Repl.o, dist/build/Data/List/NonEmpty/Compat/Repl.dyn_o )
[111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, dist/build/Data/List/Compat/Repl.o, dist/build/Data/List/Compat/Repl.dyn_o )
[112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, dist/build/Data/Bitraversable/Compat.o, dist/build/Data/Bitraversable/Compat.dyn_o )
[113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, dist/build/Data/Bitraversable/Compat/Repl.o, dist/build/Data/Bitraversable/Compat/Repl.dyn_o )
[114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, dist/build/Prelude/Compat/Repl.o, dist/build/Prelude/Compat/Repl.dyn_o )
[115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, dist/build/System/Environment/Compat.o, dist/build/System/Environment/Compat.dyn_o )
[116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, dist/build/System/Environment/Compat/Repl.o, dist/build/System/Environment/Compat/Repl.dyn_o )
[117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, dist/build/System/Exit/Compat.o, dist/build/System/Exit/Compat.dyn_o )
[118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, dist/build/System/Exit/Compat/Repl.o, dist/build/System/Exit/Compat/Repl.dyn_o )
[119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, dist/build/System/IO/Compat.o, dist/build/System/IO/Compat.dyn_o )
[120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, dist/build/System/IO/Compat/Repl.o, dist/build/System/IO/Compat/Repl.dyn_o )
[121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, dist/build/System/IO/Error/Compat.o, dist/build/System/IO/Error/Compat.dyn_o )
[122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, dist/build/System/IO/Error/Compat/Repl.o, dist/build/System/IO/Error/Compat/Repl.dyn_o )
[123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, dist/build/System/IO/Unsafe/Compat.o, dist/build/System/IO/Unsafe/Compat.dyn_o )
[124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, dist/build/System/IO/Unsafe/Compat/Repl.o, dist/build/System/IO/Unsafe/Compat/Repl.dyn_o )
[125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, dist/build/Text/Read/Compat.o, dist/build/Text/Read/Compat.dyn_o )
[126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, dist/build/Text/Read/Compat/Repl.o, dist/build/Text/Read/Compat/Repl.dyn_o )
[127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, dist/build/Text/Read/Lex/Compat.o, dist/build/Text/Read/Lex/Compat.dyn_o )
[128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, dist/build/Text/Read/Lex/Compat/Repl.o, dist/build/Text/Read/Lex/Compat/Repl.dyn_o )
[129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, dist/build/Type/Reflection/Compat.o, dist/build/Type/Reflection/Compat.dyn_o )
[130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, dist/build/Type/Reflection/Compat/Repl.o, dist/build/Type/Reflection/Compat/Repl.dyn_o )
Preprocessing library for base-compat-0.14.1..
Running Haddock on library for base-compat-0.14.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[  1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, nothing )
[  2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, nothing )
[  3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, nothing )
[  4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, nothing )
[  5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, nothing )
[  6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, nothing )
[  7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, nothing )
[  8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, nothing )
[  9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, nothing )
[ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, nothing )
[ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, nothing )
[ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, nothing )
[ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, nothing )
[ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, nothing )
[ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, nothing )
[ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, nothing )
[ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, nothing )
[ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, nothing )
[ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, nothing )
[ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, nothing )
[ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, nothing )
[ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, nothing )
[ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, nothing )
[ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, nothing )
[ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, nothing )
[ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, nothing )
[ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, nothing )
[ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, nothing )
[ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, nothing )
[ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, nothing )
[ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, nothing )
[ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, nothing )
[ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, nothing )
[ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, nothing )
[ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, nothing )
[ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, nothing )
[ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, nothing )
[ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, nothing )
[ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, nothing )
[ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, nothing )
[ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, nothing )
[ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, nothing )
[ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, nothing )
[ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, nothing )
[ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, nothing )
[ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, nothing )
[ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, nothing )
[ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, nothing )
[ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, nothing )
[ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, nothing )
[ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, nothing )
[ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, nothing )
[ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, nothing )
[ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, nothing )
[ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, nothing )
[ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, nothing )
[ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, nothing )
[ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, nothing )
[ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, nothing )
[ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, nothing )
[ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, nothing )
[ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, nothing )
[ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, nothing )
[ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, nothing )
[ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, nothing )
[ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, nothing )
[ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, nothing )
[ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, nothing )
[ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, nothing )
[ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, nothing )
[ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, nothing )
[ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, nothing )
[ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, nothing )
[ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, nothing )
[ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, nothing )
[ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, nothing )
[ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, nothing )
[ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, nothing )
[ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, nothing )
[ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, nothing )
[ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, nothing )
[ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, nothing )
[ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, nothing )
[ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, nothing )
[ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, nothing )
[ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, nothing )
[ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, nothing )
[ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, nothing )
[ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, nothing )
[ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, nothing )
[ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, nothing )
[ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, nothing )
[ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, nothing )
[ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, nothing )
[ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, nothing )
[ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, nothing )
[ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, nothing )
[ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, nothing )
[ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, nothing )
[100 of 130] Compiling Foreign.Compat   ( src/Foreign/Compat.hs, nothing )
[101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, nothing )
[102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, nothing )
[103 of 130] Compiling Numeric.Compat   ( src/Numeric/Compat.hs, nothing )
[104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, nothing )
[105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, nothing )
[106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, nothing )
[107 of 130] Compiling Prelude.Compat   ( src/Prelude/Compat.hs, nothing )
[108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, nothing )
[109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, nothing )
[110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, nothing )
[111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, nothing )
[112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, nothing )
[113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, nothing )
[114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, nothing )
[115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, nothing )
[116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, nothing )
[117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, nothing )
[118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, nothing )
[119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, nothing )
[120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, nothing )
[121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, nothing )
[122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, nothing )
[123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, nothing )
[124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, nothing )
[125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, nothing )
[126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, nothing )
[127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, nothing )
[128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, nothing )
[129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, nothing )
[130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, nothing )
Haddock coverage:
  75% (  3 /  4) in 'Control.Concurrent.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Concurrent.Compat.Repl'
  66% (  2 /  3) in 'Control.Concurrent.MVar.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Concurrent.MVar.Compat.Repl'
  66% (  2 /  3) in 'Control.Exception.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Exception.Compat.Repl'
  71% (  5 /  7) in 'Control.Monad.Compat'
  Missing documentation for:
    Module header
    fail
 100% (  2 /  2) in 'Control.Monad.Compat.Repl'
  50% (  1 /  2) in 'Control.Monad.Fail.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Monad.Fail.Compat.Repl'
  50% (  1 /  2) in 'Control.Monad.IO.Class.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Monad.IO.Class.Compat.Repl'
  25% (  1 /  4) in 'Control.Monad.ST.Lazy.Unsafe.Compat'
  Missing documentation for:
    Module header
    unsafeInterleaveST
    unsafeIOToST
 100% (  2 /  2) in 'Control.Monad.ST.Lazy.Unsafe.Compat.Repl'
  80% (  4 /  5) in 'Control.Monad.ST.Unsafe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Monad.ST.Unsafe.Compat.Repl'
  50% (  1 /  2) in 'Data.Bifoldable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bifoldable.Compat.Repl'
  50% (  1 /  2) in 'Data.Bifoldable1.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bifoldable1.Compat.Repl'
  50% (  1 /  2) in 'Data.Bifunctor.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bifunctor.Compat.Repl'
  91% ( 11 / 12) in 'Data.Bits.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bits.Compat.Repl'
  66% (  2 /  3) in 'Data.Bool.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bool.Compat.Repl'
  50% (  1 /  2) in 'Data.Complex.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Complex.Compat.Repl'
  83% (  5 /  6) in 'Data.Either.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Either.Compat.Repl'
  50% (  1 /  2) in 'Data.Foldable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Foldable.Compat.Repl'
  50% (  1 /  2) in 'Data.Foldable1.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Foldable1.Compat.Repl'
  75% (  3 /  4) in 'Data.Function.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Function.Compat.Repl'
  85% (  6 /  7) in 'Data.Functor.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Compose.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Compose.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Const.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Const.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Contravariant.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Contravariant.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Identity.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Identity.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Product.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Product.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Sum.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Sum.Compat.Repl'
  80% (  4 /  5) in 'Data.IORef.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.IORef.Compat.Repl'
  92% ( 12 / 13) in 'Data.Monoid.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Monoid.Compat.Repl'
  66% (  2 /  3) in 'Data.Proxy.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Proxy.Compat.Repl'
  50% (  1 /  2) in 'Data.Ratio.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Ratio.Compat.Repl'
  66% (  2 /  3) in 'Data.STRef.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.STRef.Compat.Repl'
 100% ( 26 / 26) in 'Data.Semigroup.Compat'
 100% (  2 /  2) in 'Data.Semigroup.Compat.Repl'
  85% (  6 /  7) in 'Data.String.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.String.Compat.Repl'
  75% (  3 /  4) in 'Data.Traversable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Traversable.Compat.Repl'
 100% (  8 /  8) in 'Data.Tuple.Compat'
 100% (  8 /  8) in 'Data.Tuple.Compat.Repl'
  66% (  2 /  3) in 'Data.Type.Coercion.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Type.Coercion.Compat.Repl'
  50% (  1 /  2) in 'Data.Type.Equality.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Type.Equality.Compat.Repl'
  80% (  4 /  5) in 'Data.Typeable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Typeable.Compat.Repl'
  66% (  2 /  3) in 'Data.Version.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Version.Compat.Repl'
  50% (  1 /  2) in 'Data.Void.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Void.Compat.Repl'
  80% (  4 /  5) in 'Data.Word.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Word.Compat.Repl'
  88% (  8 /  9) in 'Debug.Trace.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Debug.Trace.Compat.Repl'
  66% (  2 /  3) in 'Foreign.ForeignPtr.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.ForeignPtr.Compat.Repl'
  90% ( 19 / 21) in 'Foreign.ForeignPtr.Safe.Compat'
  Missing documentation for:
    Module header
    FinalizerEnvPtr
 100% (  2 /  2) in 'Foreign.ForeignPtr.Safe.Compat.Repl'
  66% (  2 /  3) in 'Foreign.ForeignPtr.Unsafe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.ForeignPtr.Unsafe.Compat.Repl'
  75% (  3 /  4) in 'Foreign.Marshal.Alloc.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Alloc.Compat.Repl'
  75% (  3 /  4) in 'Foreign.Marshal.Array.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Array.Compat.Repl'
  85% (  6 /  7) in 'Foreign.Marshal.Safe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Safe.Compat.Repl'
  66% (  2 /  3) in 'Foreign.Marshal.Unsafe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Unsafe.Compat.Repl'
  66% (  2 /  3) in 'Foreign.Marshal.Utils.Compat'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'Foreign.Marshal.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Compat.Repl'
  66% (  2 /  3) in 'Foreign.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Compat.Repl'
 100% (  2 /  2) in 'Foreign.Marshal.Utils.Compat.Repl'
  85% (  6 /  7) in 'Numeric.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Numeric.Compat.Repl'
  66% (  2 /  3) in 'Numeric.Natural.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Numeric.Natural.Compat.Repl'
  84% (212 /250) in 'Prelude.Compat'
  Missing documentation for:
    Module header
    even
    odd
    fail
    maxBound
    minBound
    **
    acos
    acosh
    asin
    asinh
    atan
    atanh
    cos
    cosh
    exp
    log
    logBase
    pi
    sin
    sinh
    sqrt
    tan
    tanh
    *
    +
    -
    /=
    ==
    <
    <=
    >
    >=
    compare
    max
    min
    Bool
    Ordering
  83% (  5 /  6) in 'Data.List.Compat'
  Missing documentation for:
    Module header
Warning: 'comparing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sortOn' is ambiguous. It is defined
    * in Data.OldList
    * at src/Data/List/NonEmpty/Compat.hs:238:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/List/NonEmpty/Compat.hs:238:1
 100% ( 78 / 78) in 'Data.List.NonEmpty.Compat'
 100% (  2 /  2) in 'Data.List.NonEmpty.Compat.Repl'
 100% (  2 /  2) in 'Data.List.Compat.Repl'
  75% (  3 /  4) in 'Data.Bitraversable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bitraversable.Compat.Repl'
 100% (  2 /  2) in 'Prelude.Compat.Repl'
 100% ( 10 / 10) in 'System.Environment.Compat'
 100% (  2 /  2) in 'System.Environment.Compat.Repl'
  66% (  2 /  3) in 'System.Exit.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'System.Exit.Compat.Repl'
  80% (  4 /  5) in 'System.IO.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'System.IO.Compat.Repl'
  80% (  4 /  5) in 'System.IO.Error.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'System.IO.Error.Compat.Repl'
  75% (  3 /  4) in 'System.IO.Unsafe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'System.IO.Unsafe.Compat.Repl'
  88% ( 16 / 18) in 'Text.Read.Compat'
  Missing documentation for:
    Module header
    Lexeme
 100% (  2 /  2) in 'Text.Read.Compat.Repl'
  33% (  1 /  3) in 'Text.Read.Lex.Compat'
  Missing documentation for:
    Module header
    readBinP
 100% (  2 /  2) in 'Text.Read.Lex.Compat.Repl'
  80% (  4 /  5) in 'Type.Reflection.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Type.Reflection.Compat.Repl'
Warning: Control.Monad.Compat: could not find link destinations for: 
	- Text.ParserCombinators.ReadP.P
Warning: Data.Functor.Compat: could not find link destinations for: 
	- Text.ParserCombinators.ReadP.P
Warning: Data.Functor.Const.Compat: could not find link destinations for: 
	- Data.Functor.Const.Rep_Const
	- Data.Functor.Const.Rep1_Const
Warning: Data.Monoid.Compat: 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
Warning: Data.Semigroup.Compat: could not find link destinations for: 
	- 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.Semigroup.Rep_WrappedMonoid
	- Data.Semigroup.Rep1_WrappedMonoid
	- Data.Semigroup.Rep_Last
	- Data.Semigroup.Rep1_Last
	- Data.Semigroup.Rep_First
	- Data.Semigroup.Rep1_First
	- Data.Semigroup.Rep_Arg
	- Data.Semigroup.Rep1_Arg
	- Data.Semigroup.Rep_Max
	- Data.Semigroup.Rep1_Max
	- Data.Semigroup.Rep_Min
	- Data.Semigroup.Rep1_Min
	- Data.Foldable1.JoinWith
	- Data.Foldable1.FromMaybe
	- Data.Foldable1.NonEmptyDList
Warning: Data.Tuple.Compat: could not find link destinations for: 
	- GHC.Generics.Rep1_Solo
	- GHC.Generics.Rep_Solo
Warning: Data.Tuple.Compat.Repl: could not find link destinations for: 
	- GHC.Generics.Rep1_Solo
	- GHC.Generics.Rep_Solo
Warning: Prelude.Compat: could not find link destinations for: 
	- GHC.Prim.~#
	- GHC.Generics.SingKind
	- GHC.Generics.DemoteRep
	- GHC.Generics.fromSing
	- GHC.Generics.SingI
	- GHC.Generics.sing
	- GHC.Generics.Sing
	- GHC.Generics.D:R:UReckWordp0
	- GHC.Generics.D:R:UReckIntp0
	- GHC.Generics.D:R:UReckFloatp0
	- GHC.Generics.D:R:UReckDoublep0
	- GHC.Generics.D:R:UReckCharp0
	- GHC.Generics.Rep1_Either
	- GHC.Generics.Rep1_Maybe
	- GHC.Generics.Rep_Ordering
	- GHC.Generics.Rep_Bool
	- GHC.Generics.Rep_Either
	- GHC.Generics.Rep_Maybe
	- GHC.Generics.Rep_R:UReckWordp
	- GHC.Generics.Rep1_R:UReckWordp
	- GHC.Generics.Rep_R:UReckIntp
	- GHC.Generics.Rep1_R:UReckIntp
	- GHC.Generics.Rep1_R:UReckFloatp
	- GHC.Generics.Rep_R:UReckDoublep
	- GHC.Generics.Rep1_R:UReckDoublep
	- GHC.Generics.Rep_R:UReckCharp
	- GHC.Generics.Rep1_R:UReckCharp
	- GHC.IOPort.IOPort
	- Data.Foldable1.JoinWith
	- Data.Foldable1.FromMaybe
	- Data.Foldable1.NonEmptyDList
	- Text.ParserCombinators.ReadP.P
	- GHC.Generics.D:R:SingBoola0
	- GHC.Generics.STrue
	- GHC.Generics.D:R:DemoteRepBool
	- GHC.Generics.SFalse
	- GHC.Generics.Rep_R:UReckFloatp
	- GHC.Generics.D:R:SingMaybeb0
	- GHC.Generics.SNothing
	- GHC.Generics.SJust
	- GHC.Generics.D:R:DemoteRepMaybe
	- GHC.IOPort.IOPortException
	- Text.Printf.UPrintf
	- Text.Printf.hspr
	- Text.Printf.spr
Warning: Data.List.Compat: could not find link destinations for: 
	- GHC.Generics.Rep1_List
	- GHC.Generics.Rep_List
	- GHC.IsList.D:R:ItemList
	- Text.Printf.UPrintf
	- Text.Printf.spr
Warning: Data.List.NonEmpty.Compat: could not find link destinations for: 
	- GHC.Generics.Rep1_NonEmpty
	- GHC.Generics.Rep_NonEmpty
	- GHC.IsList.D:R:ItemNonEmpty
Documentation created: dist/doc/html/base-compat/,
dist/doc/html/base-compat/base-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-compat-0.14.1-J5U6mhFb9eY8Ts5PwTLrMW
Completed    base-compat-0.14.1
Configuring base-orphans-0.9.3...
Preprocessing library for base-orphans-0.9.3..
Building library for base-orphans-0.9.3..
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o, dist/build/Data/Orphans/Prelude.dyn_o )
[2 of 2] Compiling Data.Orphans     ( src/Data/Orphans.hs, dist/build/Data/Orphans.o, dist/build/Data/Orphans.dyn_o )
Preprocessing library for base-orphans-0.9.3..
Running Haddock on library for base-orphans-0.9.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, nothing )
[2 of 2] Compiling Data.Orphans     ( src/Data/Orphans.hs, nothing )
Haddock coverage:
 100% (  1 /  1) in 'Data.Orphans'
Documentation created: dist/doc/html/base-orphans/,
dist/doc/html/base-orphans/base-orphans.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9
Completed    base-orphans-0.9.3
Configuring blaze-builder-0.4.3...
Preprocessing library for blaze-builder-0.4.3..
Building library for blaze-builder-0.4.3..
[ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o, dist/build/Blaze/ByteString/Builder/Internal/Write.dyn_o )
[ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, dist/build/Blaze/ByteString/Builder/Compat/Write.o, dist/build/Blaze/ByteString/Builder/Compat/Write.dyn_o )
[ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o, dist/build/Blaze/ByteString/Builder/Int.dyn_o )
[ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, dist/build/Blaze/ByteString/Builder/Html/Word.o, dist/build/Blaze/ByteString/Builder/Html/Word.dyn_o )
[ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o, dist/build/Blaze/ByteString/Builder/Char8.dyn_o )
[ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o, dist/build/Blaze/ByteString/Builder/Char/Utf8.dyn_o )
[ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o, dist/build/Blaze/ByteString/Builder/Html/Utf8.dyn_o )
[ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o, dist/build/Blaze/ByteString/Builder/ByteString.dyn_o )
[ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o, dist/build/Blaze/ByteString/Builder/HTTP.dyn_o )
[10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o, dist/build/Blaze/ByteString/Builder/Word.dyn_o )
[11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o, dist/build/Blaze/ByteString/Builder.dyn_o )
Preprocessing library for blaze-builder-0.4.3..
Running Haddock on library for blaze-builder-0.4.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, nothing )
[ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, nothing )
[ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, nothing )
[ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, nothing )
[ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, nothing )
[ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, nothing )
[ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, nothing )
[ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, nothing )
[ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, nothing )
[10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, nothing )
[11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, nothing )
Haddock coverage:
Warning: 'Poke' is ambiguous. It is defined
    * at Blaze/ByteString/Builder/Internal/Write.hs:77:5
    * at Blaze/ByteString/Builder/Internal/Write.hs:76:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Blaze/ByteString/Builder/Internal/Write.hs:76:1
Warning: 'Write' is ambiguous. It is defined
    * at Blaze/ByteString/Builder/Internal/Write.hs:93:14
    * at Blaze/ByteString/Builder/Internal/Write.hs:93:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Blaze/ByteString/Builder/Internal/Write.hs:93:1
  96% ( 24 / 25) in 'Blaze.ByteString.Builder.Internal.Write'
  Missing documentation for:
    fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245)
  50% (  2 /  4) in 'Blaze.ByteString.Builder.Compat.Write'
  Missing documentation for:
    writePrimFixed (Blaze/ByteString/Builder/Compat/Write.hs:25)
    writePrimBounded (Blaze/ByteString/Builder/Compat/Write.hs:29)
 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Int'
  88% (  8 /  9) in 'Blaze.ByteString.Builder.Html.Word'
  Missing documentation for:
    wordHtmlEscaped (Blaze/ByteString/Builder/Html/Word.hs:40)
Warning: 'bytestring' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  9 /  9) in 'Blaze.ByteString.Builder.Char8'
 100% (  9 /  9) in 'Blaze.ByteString.Builder.Char.Utf8'
Warning: 'Builder' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 10 / 10) in 'Blaze.ByteString.Builder.Html.Utf8'
 100% ( 12 / 12) in 'Blaze.ByteString.Builder.ByteString'
 100% (  4 /  4) in 'Blaze.ByteString.Builder.HTTP'
 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Word'
Warning: 'fromString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toLazyByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Write' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromWrite' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  91% ( 22 / 24) in 'Blaze.ByteString.Builder'
  Missing documentation for:
    toByteStringIOWith (Blaze/ByteString/Builder.hs:187)
    fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245)
Documentation created: dist/doc/html/blaze-builder/,
dist/doc/html/blaze-builder/blaze-builder.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/blaze-builder-0.4.3-KEJ3ZuRlAfZ6qEhHKSHdbt
Completed    blaze-builder-0.4.3
Configuring character-ps-0.1...
Preprocessing library for character-ps-0.1..
Building library for character-ps-0.1..
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, dist/build/Data/Char/Patterns.o, dist/build/Data/Char/Patterns.dyn_o )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, dist/build/Data/Word16/Patterns.o, dist/build/Data/Word16/Patterns.dyn_o )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, dist/build/Data/Word8/Patterns.o, dist/build/Data/Word8/Patterns.dyn_o )
Preprocessing library for character-ps-0.1..
Running Haddock on library for character-ps-0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, nothing )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, nothing )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, nothing )
Haddock coverage:
 100% (137 /137) in 'Data.Char.Patterns'
 100% (137 /137) in 'Data.Word16.Patterns'
 100% (137 /137) in 'Data.Word8.Patterns'
Documentation created: dist/doc/html/character-ps/,
dist/doc/html/character-ps/character-ps.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/character-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ
Completed    character-ps-0.1
Configuring colour-2.3.6...
Preprocessing library for colour-2.3.6..
Building library for colour-2.3.6..
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o )
[ 6 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o )

Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |        ^^^^

Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |                        ^^^^

Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
    |                                                  ^^^^

Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
129 |              | otherwise = fst (head rx)
    |                                 ^^^^
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o )
[14 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o )
Preprocessing library for colour-2.3.6..
Running Haddock on library for colour-2.3.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing )
[ 6 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, nothing )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing )

Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |        ^^^^

Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |                        ^^^^

Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
    |                                                  ^^^^

Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
129 |              | otherwise = fst (head rx)
    |                                 ^^^^
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, nothing )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing )
[14 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, nothing )
Haddock coverage:
 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
Warning: 'RGBGamut' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:54:17
    * at Data/Colour/RGB.hs:54:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:54:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
  85% (  6 /  7) in 'Data.Colour.RGBSpace.HSL'
  Missing documentation for:
    Module header
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
  85% (  6 /  7) in 'Data.Colour.RGBSpace.HSV'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'Data.Colour.SRGB.Linear'
Warning: 'RGBSpace' is ambiguous. It is defined
    * at Data/Colour/RGBSpace.hs:122:19
    * at Data/Colour/RGBSpace.hs:122:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGBSpace.hs:122:1
Warning: 'TransferFunction' is ambiguous. It is defined
    * at Data/Colour/RGBSpace.hs:92:27
    * at Data/Colour/RGBSpace.hs:92:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGBSpace.hs:92:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGBGamut' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:54:17
    * at Data/Colour/RGB.hs:54:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:54:1
  83% ( 20 / 24) in 'Data.Colour.RGBSpace'
  Missing documentation for:
    primaries
    whitePoint
    gamut
    transferFunction
 100% ( 14 / 14) in 'Data.Colour.SRGB'
  85% ( 17 / 20) in 'Data.Colour'
  Missing documentation for:
    black (Data/Colour/Internal.hs:53)
    AffineSpace (Data/Colour/Internal.hs:110)
    ColourOps (Data/Colour/Internal.hs:147)
   0% (  1 /149) in 'Data.Colour.Names'
  Missing documentation for:
    readColourName (Data/Colour/Names.hs:190)
    aliceblue (Data/Colour/Names.hs:341)
    antiquewhite (Data/Colour/Names.hs:344)
    aqua (Data/Colour/Names.hs:347)
    aquamarine (Data/Colour/Names.hs:350)
    azure (Data/Colour/Names.hs:353)
    beige (Data/Colour/Names.hs:356)
    bisque (Data/Colour/Names.hs:359)
    black (Data/Colour/Internal.hs:53)
    blanchedalmond (Data/Colour/Names.hs:364)
    blue (Data/Colour/Names.hs:367)
    blueviolet (Data/Colour/Names.hs:370)
    brown (Data/Colour/Names.hs:373)
    burlywood (Data/Colour/Names.hs:376)
    cadetblue (Data/Colour/Names.hs:379)
    chartreuse (Data/Colour/Names.hs:382)
    chocolate (Data/Colour/Names.hs:385)
    coral (Data/Colour/Names.hs:388)
    cornflowerblue (Data/Colour/Names.hs:391)
    cornsilk (Data/Colour/Names.hs:394)
    crimson (Data/Colour/Names.hs:397)
    cyan (Data/Colour/Names.hs:400)
    darkblue (Data/Colour/Names.hs:403)
    darkcyan (Data/Colour/Names.hs:406)
    darkgoldenrod (Data/Colour/Names.hs:409)
    darkgray (Data/Colour/Names.hs:412)
    darkgreen (Data/Colour/Names.hs:415)
    darkgrey (Data/Colour/Names.hs:418)
    darkkhaki (Data/Colour/Names.hs:421)
    darkmagenta (Data/Colour/Names.hs:424)
    darkolivegreen (Data/Colour/Names.hs:427)
    darkorange (Data/Colour/Names.hs:430)
    darkorchid (Data/Colour/Names.hs:433)
    darkred (Data/Colour/Names.hs:436)
    darksalmon (Data/Colour/Names.hs:439)
    darkseagreen (Data/Colour/Names.hs:442)
    darkslateblue (Data/Colour/Names.hs:445)
    darkslategray (Data/Colour/Names.hs:448)
    darkslategrey (Data/Colour/Names.hs:451)
    darkturquoise (Data/Colour/Names.hs:454)
    darkviolet (Data/Colour/Names.hs:457)
    deeppink (Data/Colour/Names.hs:460)
    deepskyblue (Data/Colour/Names.hs:463)
    dimgray (Data/Colour/Names.hs:466)
    dimgrey (Data/Colour/Names.hs:469)
    dodgerblue (Data/Colour/Names.hs:472)
    firebrick (Data/Colour/Names.hs:475)
    floralwhite (Data/Colour/Names.hs:478)
    forestgreen (Data/Colour/Names.hs:481)
    fuchsia (Data/Colour/Names.hs:484)
    gainsboro (Data/Colour/Names.hs:487)
    ghostwhite (Data/Colour/Names.hs:490)
    gold (Data/Colour/Names.hs:493)
    goldenrod (Data/Colour/Names.hs:496)
    gray (Data/Colour/Names.hs:499)
    grey (Data/Colour/Names.hs:502)
    green (Data/Colour/Names.hs:505)
    greenyellow (Data/Colour/Names.hs:508)
    honeydew (Data/Colour/Names.hs:511)
    hotpink (Data/Colour/Names.hs:514)
    indianred (Data/Colour/Names.hs:517)
    indigo (Data/Colour/Names.hs:520)
    ivory (Data/Colour/Names.hs:523)
    khaki (Data/Colour/Names.hs:526)
    lavender (Data/Colour/Names.hs:529)
    lavenderblush (Data/Colour/Names.hs:532)
    lawngreen (Data/Colour/Names.hs:535)
    lemonchiffon (Data/Colour/Names.hs:538)
    lightblue (Data/Colour/Names.hs:541)
    lightcoral (Data/Colour/Names.hs:544)
    lightcyan (Data/Colour/Names.hs:547)
    lightgoldenrodyellow (Data/Colour/Names.hs:550)
    lightgray (Data/Colour/Names.hs:553)
    lightgreen (Data/Colour/Names.hs:556)
    lightgrey (Data/Colour/Names.hs:559)
    lightpink (Data/Colour/Names.hs:562)
    lightsalmon (Data/Colour/Names.hs:565)
    lightseagreen (Data/Colour/Names.hs:568)
    lightskyblue (Data/Colour/Names.hs:571)
    lightslategray (Data/Colour/Names.hs:574)
    lightslategrey (Data/Colour/Names.hs:577)
    lightsteelblue (Data/Colour/Names.hs:580)
    lightyellow (Data/Colour/Names.hs:583)
    lime (Data/Colour/Names.hs:586)
    limegreen (Data/Colour/Names.hs:589)
    linen (Data/Colour/Names.hs:592)
    magenta (Data/Colour/Names.hs:595)
    maroon (Data/Colour/Names.hs:598)
    mediumaquamarine (Data/Colour/Names.hs:601)
    mediumblue (Data/Colour/Names.hs:604)
    mediumorchid (Data/Colour/Names.hs:607)
    mediumpurple (Data/Colour/Names.hs:610)
    mediumseagreen (Data/Colour/Names.hs:613)
    mediumslateblue (Data/Colour/Names.hs:616)
    mediumspringgreen (Data/Colour/Names.hs:619)
    mediumturquoise (Data/Colour/Names.hs:622)
    mediumvioletred (Data/Colour/Names.hs:625)
    midnightblue (Data/Colour/Names.hs:628)
    mintcream (Data/Colour/Names.hs:631)
    mistyrose (Data/Colour/Names.hs:634)
    moccasin (Data/Colour/Names.hs:637)
    navajowhite (Data/Colour/Names.hs:640)
    navy (Data/Colour/Names.hs:643)
    oldlace (Data/Colour/Names.hs:646)
    olive (Data/Colour/Names.hs:649)
    olivedrab (Data/Colour/Names.hs:652)
    orange (Data/Colour/Names.hs:655)
    orangered (Data/Colour/Names.hs:658)
    orchid (Data/Colour/Names.hs:661)
    palegoldenrod (Data/Colour/Names.hs:664)
    palegreen (Data/Colour/Names.hs:667)
    paleturquoise (Data/Colour/Names.hs:670)
    palevioletred (Data/Colour/Names.hs:673)
    papayawhip (Data/Colour/Names.hs:676)
    peachpuff (Data/Colour/Names.hs:679)
    peru (Data/Colour/Names.hs:682)
    pink (Data/Colour/Names.hs:685)
    plum (Data/Colour/Names.hs:688)
    powderblue (Data/Colour/Names.hs:691)
    purple (Data/Colour/Names.hs:694)
    red (Data/Colour/Names.hs:697)
    rosybrown (Data/Colour/Names.hs:700)
    royalblue (Data/Colour/Names.hs:703)
    saddlebrown (Data/Colour/Names.hs:706)
    salmon (Data/Colour/Names.hs:709)
    sandybrown (Data/Colour/Names.hs:712)
    seagreen (Data/Colour/Names.hs:715)
    seashell (Data/Colour/Names.hs:718)
    sienna (Data/Colour/Names.hs:721)
    silver (Data/Colour/Names.hs:724)
    skyblue (Data/Colour/Names.hs:727)
    slateblue (Data/Colour/Names.hs:730)
    slategray (Data/Colour/Names.hs:733)
    slategrey (Data/Colour/Names.hs:736)
    snow (Data/Colour/Names.hs:739)
    springgreen (Data/Colour/Names.hs:742)
    steelblue (Data/Colour/Names.hs:745)
    tan (Data/Colour/Names.hs:748)
    teal (Data/Colour/Names.hs:751)
    thistle (Data/Colour/Names.hs:754)
    tomato (Data/Colour/Names.hs:757)
    turquoise (Data/Colour/Names.hs:760)
    violet (Data/Colour/Names.hs:763)
    wheat (Data/Colour/Names.hs:766)
    white (Data/Colour/Names.hs:769)
    whitesmoke (Data/Colour/Names.hs:772)
    yellow (Data/Colour/Names.hs:775)
    yellowgreen (Data/Colour/Names.hs:778)
Warning: 'toCIEXYZ' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cieXYZView' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 15 / 17) in 'Data.Colour.CIE'
  Missing documentation for:
    toCIEXYZ (Data/Colour/CIE.hs:65)
    Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx
Completed    colour-2.3.6
Configuring data-default-0.8.0.1...
Preprocessing library for data-default-0.8.0.1..
Building library for data-default-0.8.0.1..
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, dist/build/Data/Default/Internal.o, dist/build/Data/Default/Internal.dyn_o )
[2 of 2] Compiling Data.Default     ( Data/Default.hs, dist/build/Data/Default.o, dist/build/Data/Default.dyn_o )
Preprocessing library for data-default-0.8.0.1..
Running Haddock on library for data-default-0.8.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, nothing )
[2 of 2] Compiling Data.Default     ( Data/Default.hs, nothing )
Haddock coverage:
 100% (  3 /  3) in 'Data.Default.Internal'
 100% (  2 /  2) in 'Data.Default'
Documentation created: dist/doc/html/data-default/,
dist/doc/html/data-default/data-default.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-0.8.0.1-1xCv6D5orjY6O9aT2YDXOA
Completed    data-default-0.8.0.1
Downloading  data-hash-0.2.0.1
Downloaded   data-hash-0.2.0.1
Configuring data-hash-0.2.0.1...
Preprocessing library for data-hash-0.2.0.1..
Building library for data-hash-0.2.0.1..
[1 of 4] Compiling Data.Hash.Base   ( src/Data/Hash/Base.hs, dist/build/Data/Hash/Base.o, dist/build/Data/Hash/Base.dyn_o )

src/Data/Hash/Base.hs:61:14: warning: [GHC-68441] [-Wdeprecations]
    In the use of bitSize
    (imported from Data.Bits, but defined in GHC.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
   |
61 | hashInt = if bitSize (undefined :: Int)  <= 32
   |              ^^^^^^^
[2 of 4] Compiling Data.Hash.Instances ( src/Data/Hash/Instances.hs, dist/build/Data/Hash/Instances.o, dist/build/Data/Hash/Instances.dyn_o )
[3 of 4] Compiling Data.Hash.Rolling ( src/Data/Hash/Rolling.hs, dist/build/Data/Hash/Rolling.o, dist/build/Data/Hash/Rolling.dyn_o )
[4 of 4] Compiling Data.Hash        ( src/Data/Hash.hs, dist/build/Data/Hash.o, dist/build/Data/Hash.dyn_o )
Preprocessing library for data-hash-0.2.0.1..
Running Haddock on library for data-hash-0.2.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Hash.Base   ( src/Data/Hash/Base.hs, nothing )

src/Data/Hash/Base.hs:61:14: warning: [GHC-68441] [-Wdeprecations]
    In the use of bitSize
    (imported from Data.Bits, but defined in GHC.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
   |
61 | hashInt = if bitSize (undefined :: Int)  <= 32
   |              ^^^^^^^
[2 of 4] Compiling Data.Hash.Instances ( src/Data/Hash/Instances.hs, nothing )
[3 of 4] Compiling Data.Hash.Rolling ( src/Data/Hash/Rolling.hs, nothing )
[4 of 4] Compiling Data.Hash        ( src/Data/Hash.hs, nothing )
Haddock coverage:
Warning: 'isSuffixOf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  70% (  7 / 10) in 'Data.Hash.Rolling'
  Missing documentation for:
    RollingHash (src/Data/Hash/Rolling.hs:45)
    currentHash
    windowSize
  55% ( 10 / 18) in 'Data.Hash'
  Missing documentation for:
    asWord64
    hashWord8 (src/Data/Hash/Base.hs:39)
    hashWord16 (src/Data/Hash/Base.hs:43)
    hashWord32 (src/Data/Hash/Base.hs:49)
    hashWord64 (src/Data/Hash/Base.hs:55)
    hashInt (src/Data/Hash/Base.hs:61)
    hashFoldable (src/Data/Hash/Instances.hs:16)
    Hashable (src/Data/Hash/Instances.hs:12)
Documentation created: dist/doc/html/data-hash/,
dist/doc/html/data-hash/data-hash.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-hash-0.2.0.1-AYoUxZwRsW3AJMIrIhHElC
Completed    data-hash-0.2.0.1
Configuring dlist-1.0...
Preprocessing library for dlist-1.0..
Building library for dlist-1.0..
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, dist/build/Data/DList/Internal.o, dist/build/Data/DList/Internal.dyn_o )

Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
642 | instance a ~ Char => IsString (DList a) where
    |            ^
[2 of 5] Compiling Data.DList       ( Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, dist/build/Data/DList/DNonEmpty/Internal.o, dist/build/Data/DList/DNonEmpty/Internal.dyn_o )

Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
459 | instance a ~ Char => IsString (DNonEmpty a) where
    |            ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, dist/build/Data/DList/DNonEmpty.o, dist/build/Data/DList/DNonEmpty.dyn_o )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, dist/build/Data/DList/Unsafe.o, dist/build/Data/DList/Unsafe.dyn_o )
Preprocessing library for dlist-1.0..
Running Haddock on library for dlist-1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, nothing )

Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
642 | instance a ~ Char => IsString (DList a) where
    |            ^
[2 of 5] Compiling Data.DList       ( Data/DList.hs, nothing )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, nothing )

Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
459 | instance a ~ Char => IsString (DNonEmpty a) where
    |            ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, nothing )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, nothing )
Haddock coverage:
 100% ( 21 / 21) in 'Data.DList'
 100% ( 17 / 17) in 'Data.DList.DNonEmpty'
Warning: Data.DList: could not find link destinations for: 
	- Data.DList.Internal.D:R:ItemDList
Warning: Data.DList.DNonEmpty: could not find link destinations for: 
	- Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty
Documentation created: dist/doc/html/dlist/, dist/doc/html/dlist/dlist.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dlist-1.0-64eJjLRuD1sLrW6rorjot6
Completed    dlist-1.0
Configuring filelock-0.1.1.7...
Preprocessing library for filelock-0.1.1.7..
Building library for filelock-0.1.1.7..
[1 of 3] Compiling System.FileLock.Internal.Flock ( dist/build/System/FileLock/Internal/Flock.hs, dist/build/System/FileLock/Internal/Flock.o, dist/build/System/FileLock/Internal/Flock.dyn_o )
[2 of 3] Compiling System.FileLock  ( System/FileLock.hs, dist/build/System/FileLock.o, dist/build/System/FileLock.dyn_o )
[3 of 3] Compiling System.FileLock.Internal.LockFileEx ( dist/build/System/FileLock/Internal/LockFileEx.hs, dist/build/System/FileLock/Internal/LockFileEx.o, dist/build/System/FileLock/Internal/LockFileEx.dyn_o )
Preprocessing library for filelock-0.1.1.7..
Running Haddock on library for filelock-0.1.1.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.FileLock.Internal.Flock ( dist/build/System/FileLock/Internal/Flock.hs, nothing )
[2 of 3] Compiling System.FileLock  ( System/FileLock.hs, nothing )
[3 of 3] Compiling System.FileLock.Internal.LockFileEx ( dist/build/System/FileLock/Internal/LockFileEx.hs, nothing )
Haddock coverage:
Warning: 'timeout' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  8 /  8) in 'System.FileLock'
Documentation created: dist/doc/html/filelock/,
dist/doc/html/filelock/filelock.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/filelock-0.1.1.7-AUcfRB8ZyTJLpezgjl4NpH
Completed    filelock-0.1.1.7
Configuring fmlist-0.9.4...
Preprocessing library for fmlist-0.9.4..
Building library for fmlist-0.9.4..
[1 of 1] Compiling Data.FMList      ( Data/FMList.hs, dist/build/Data/FMList.o, dist/build/Data/FMList.dyn_o )

Data/FMList.hs:274:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (WrapApp f m).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
274 |   mappend (WrapApp a) (WrapApp b) = WrapApp $ mappend <$> a <*> b
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/FMList.hs:294:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad FMList.
    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
    |
294 |   return     = one
    |   ^^^^^^^^^^^^^^^^

Data/FMList.hs:296:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical (>>) definition detected
    in the instance declaration for Monad FMList.
    (>>) 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
    |
296 |   m >> k     = transform (\f -> const (foldMap f k)) m
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/FMList.hs:314:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (FMList a).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
314 |   mappend    = (><)
    |   ^^^^^^^^^^^^^^^^^
Preprocessing library for fmlist-0.9.4..
Running Haddock on library for fmlist-0.9.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.FMList      ( Data/FMList.hs, nothing )

Data/FMList.hs:274:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (WrapApp f m).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
274 |   mappend (WrapApp a) (WrapApp b) = WrapApp $ mappend <$> a <*> b
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/FMList.hs:294:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad FMList.
    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
    |
294 |   return     = one
    |   ^^^^^^^^^^^^^^^^

Data/FMList.hs:296:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical (>>) definition detected
    in the instance declaration for Monad FMList.
    (>>) 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
    |
296 |   m >> k     = transform (\f -> const (foldMap f k)) m
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/FMList.hs:314:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (FMList a).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
314 |   mappend    = (><)
    |   ^^^^^^^^^^^^^^^^^
Haddock coverage:
  36% ( 14 / 38) in 'Data.FMList'
  Missing documentation for:
    singleton (Data/FMList.hs:143)
    cons (Data/FMList.hs:146)
    snoc (Data/FMList.hs:149)
    pair (Data/FMList.hs:152)
    append (Data/FMList.hs:155)
    fromList (Data/FMList.hs:160)
    fromFoldable (Data/FMList.hs:163)
    null (Data/FMList.hs:170)
    length (Data/FMList.hs:173)
    genericLength (Data/FMList.hs:176)
    head (Data/FMList.hs:180)
    tail (Data/FMList.hs:183)
    last (Data/FMList.hs:186)
    init (Data/FMList.hs:189)
    reverse (Data/FMList.hs:192)
    flatten (Data/FMList.hs:195)
    filter (Data/FMList.hs:198)
    take (Data/FMList.hs:206)
    drop (Data/FMList.hs:212)
    takeWhile (Data/FMList.hs:209)
    dropWhile (Data/FMList.hs:215)
    zip (Data/FMList.hs:221)
    zipWith (Data/FMList.hs:218)
    iterate (Data/FMList.hs:225)
Documentation created: dist/doc/html/fmlist/, dist/doc/html/fmlist/fmlist.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/fmlist-0.9.4-FXOjN4IGviz7bSpgSmjBby
Completed    fmlist-0.9.4
Configuring generically-0.1.1...
Preprocessing library for generically-0.1.1..
Building library for generically-0.1.1..
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, dist/build/GHC/Generics/Generically.o, dist/build/GHC/Generics/Generically.dyn_o )
Preprocessing library for generically-0.1.1..
Running Haddock on library for generically-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, nothing )
Haddock coverage:
Warning: 'Generically' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
 100% (  3 /  3) in 'GHC.Generics.Generically'
Documentation created: dist/doc/html/generically/,
dist/doc/html/generically/generically.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP
Completed    generically-0.1.1
Configuring indexed-traversable-0.1.4...
Preprocessing library for indexed-traversable-0.1.4..
Building library for indexed-traversable-0.1.4..
[1 of 7] Compiling CoerceCompat     ( src/CoerceCompat.hs, dist/build/CoerceCompat.o, dist/build/CoerceCompat.dyn_o )
[2 of 7] Compiling GhcList          ( src/GhcList.hs, dist/build/GhcList.o, dist/build/GhcList.dyn_o )
[3 of 7] Compiling WithIndex        ( src/WithIndex.hs, dist/build/WithIndex.o, dist/build/WithIndex.dyn_o )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, dist/build/Data/Traversable/WithIndex.o, dist/build/Data/Traversable/WithIndex.dyn_o )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, dist/build/Data/Functor/WithIndex.o, dist/build/Data/Functor/WithIndex.dyn_o )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, dist/build/Data/Foldable1/WithIndex.o, dist/build/Data/Foldable1/WithIndex.dyn_o )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, dist/build/Data/Foldable/WithIndex.o, dist/build/Data/Foldable/WithIndex.dyn_o )
Preprocessing library for indexed-traversable-0.1.4..
Running Haddock on library for indexed-traversable-0.1.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling CoerceCompat     ( src/CoerceCompat.hs, nothing )
[2 of 7] Compiling GhcList          ( src/GhcList.hs, nothing )
[3 of 7] Compiling WithIndex        ( src/WithIndex.hs, nothing )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, nothing )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, nothing )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, nothing )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, nothing )
Haddock coverage:
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
    * in Data.Functor.Identity
    * in Data.Functor.Identity
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Identity
Warning: 'itraverseOf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'itraversed' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: '.' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'forM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  83% ( 10 / 12) in 'Data.Traversable.WithIndex'
  Missing documentation for:
    imapDefault (src/WithIndex.hs:81)
    ifoldMapDefault (src/WithIndex.hs:162)
  66% (  2 /  3) in 'Data.Functor.WithIndex'
  Missing documentation for:
    Module header
 100% (  3 /  3) in 'Data.Foldable1.WithIndex'
Warning: 'const' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'all' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'traverse_' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for_' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedFold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM_' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'imapM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iforM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'concatMap' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'find' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldrM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldlM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toList' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'snd' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 17 / 17) in 'Data.Foldable.WithIndex'
Documentation created: dist/doc/html/indexed-traversable/,
dist/doc/html/indexed-traversable/indexed-traversable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G
Completed    indexed-traversable-0.1.4
Configuring integer-logarithms-1.0.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
Downloading  murmur-hash-0.1.0.11
Downloaded   murmur-hash-0.1.0.11
Configuring murmur-hash-0.1.0.11...
Preprocessing library for murmur-hash-0.1.0.11..
Building library for murmur-hash-0.1.0.11..
[1 of 2] Compiling Data.Digest.Murmur32 ( Data/Digest/Murmur32.hs, dist/build/Data/Digest/Murmur32.o, dist/build/Data/Digest/Murmur32.dyn_o )
[2 of 2] Compiling Data.Digest.Murmur64 ( Data/Digest/Murmur64.hs, dist/build/Data/Digest/Murmur64.o, dist/build/Data/Digest/Murmur64.dyn_o )
Preprocessing library for murmur-hash-0.1.0.11..
Running Haddock on library for murmur-hash-0.1.0.11..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Digest.Murmur32 ( Data/Digest/Murmur32.hs, nothing )
[2 of 2] Compiling Data.Digest.Murmur64 ( Data/Digest/Murmur64.hs, nothing )
Haddock coverage:
  62% (  5 /  8) in 'Data.Digest.Murmur32'
  Missing documentation for:
    Hashable32 (Data/Digest/Murmur32.hs:42)
    hash32AddWord32 (Data/Digest/Murmur32.hs:52)
    hash32AddInt (Data/Digest/Murmur32.hs:61)
  77% (  7 /  9) in 'Data.Digest.Murmur64'
  Missing documentation for:
    Hashable64 (Data/Digest/Murmur64.hs:42)
    hash64AddInt (Data/Digest/Murmur64.hs:62)
Documentation created: dist/doc/html/murmur-hash/,
dist/doc/html/murmur-hash/murmur-hash.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/murmur-hash-0.1.0.11-4c3VzJpstuFG9JvOwt4qkc
Completed    murmur-hash-0.1.0.11
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
Downloading  peano-0.1.0.2
Downloaded   peano-0.1.0.2
Configuring peano-0.1.0.2...
Preprocessing library for peano-0.1.0.2..
Building library for peano-0.1.0.2..
[1 of 1] Compiling Data.Peano       ( Data/Peano.hs, dist/build/Data/Peano.o, dist/build/Data/Peano.dyn_o )
Preprocessing library for peano-0.1.0.2..
Running Haddock on library for peano-0.1.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Peano       ( Data/Peano.hs, nothing )
Haddock coverage:
 100% (  3 /  3) in 'Data.Peano'
Documentation created: dist/doc/html/peano/, dist/doc/html/peano/peano.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/peano-0.1.0.2-96O47foXAUYLHYuzNXRrJm
Completed    peano-0.1.0.2
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 regex-base-0.94.0.3...
Preprocessing library for regex-base-0.94.0.3..
Building library for regex-base-0.94.0.3..
[1 of 5] Compiling Paths_regex_base ( dist/build/autogen/Paths_regex_base.hs, dist/build/Paths_regex_base.o, dist/build/Paths_regex_base.dyn_o )
[2 of 5] Compiling Text.Regex.Base.RegexLike ( src/Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o, dist/build/Text/Regex/Base/RegexLike.dyn_o )
[3 of 5] Compiling Text.Regex.Base.Context ( src/Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o, dist/build/Text/Regex/Base/Context.dyn_o )

src/Text/Regex/Base/Context.hs:316:10: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
            []
    |
316 |      let ((whole,_):subs) = elems ma
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Regex/Base/Context.hs:329:41: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
            []
    |
329 |   matchM = actOn (\(pre,ma,post) -> let ((whole,_):_) = elems ma
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Regex/Base/Context.hs:334:41: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
            []
    |
334 |   matchM = actOn (\(pre,ma,post) -> let ((whole,_):subs) = elems ma
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 5] Compiling Text.Regex.Base  ( src/Text/Regex/Base.hs, dist/build/Text/Regex/Base.o, dist/build/Text/Regex/Base.dyn_o )
[5 of 5] Compiling Text.Regex.Base.Impl ( src/Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o, dist/build/Text/Regex/Base/Impl.dyn_o )
Preprocessing library for regex-base-0.94.0.3..
Running Haddock on library for regex-base-0.94.0.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Paths_regex_base ( dist/build/autogen/Paths_regex_base.hs, nothing )
[2 of 5] Compiling Text.Regex.Base.RegexLike ( src/Text/Regex/Base/RegexLike.hs, nothing )
[3 of 5] Compiling Text.Regex.Base.Context ( src/Text/Regex/Base/Context.hs, nothing )
[4 of 5] Compiling Text.Regex.Base  ( src/Text/Regex/Base.hs, nothing )
[5 of 5] Compiling Text.Regex.Base.Impl ( src/Text/Regex/Base/Impl.hs, nothing )
Haddock coverage:
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'target' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fail' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'regex' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'source' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MonadError' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  94% ( 17 / 18) in 'Text.Regex.Base.RegexLike'
  Missing documentation for:
    MatchText (src/Text/Regex/Base/RegexLike.hs:67)
Warning: 'makeRegex' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'RegexMaker' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AllSubmatches' is ambiguous. It is defined
    * at src/Text/Regex/Base/RegexLike.hs:277:29
    * at src/Text/Regex/Base/RegexLike.hs:277:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Base/RegexLike.hs:277:1
Warning: 'AllTextSubmatches' is ambiguous. It is defined
    * at src/Text/Regex/Base/RegexLike.hs:280:33
    * at src/Text/Regex/Base/RegexLike.hs:280:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Base/RegexLike.hs:280:1
Warning: 'AllMatches' is ambiguous. It is defined
    * at src/Text/Regex/Base/RegexLike.hs:283:26
    * at src/Text/Regex/Base/RegexLike.hs:283:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Base/RegexLike.hs:283:1
Warning: 'AllTextMatches' is ambiguous. It is defined
    * at src/Text/Regex/Base/RegexLike.hs:286:30
    * at src/Text/Regex/Base/RegexLike.hs:286:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Base/RegexLike.hs:286:1
 100% (  1 /  1) in 'Text.Regex.Base.Context'
  75% (  3 /  4) in 'Text.Regex.Base'
  Missing documentation for:
    getVersion_Text_Regex_Base (src/Text/Regex/Base.hs:81)
  33% (  1 /  3) in 'Text.Regex.Base.Impl'
  Missing documentation for:
    polymatch (src/Text/Regex/Base/Impl.hs:65)
    polymatchM (src/Text/Regex/Base/Impl.hs:71)
Documentation created: dist/doc/html/regex-base/,
dist/doc/html/regex-base/regex-base.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/regex-base-0.94.0.3-72l25sDZMPyJAEvtAnFlwY
Completed    regex-base-0.94.0.3
Configuring show-combinators-0.2.0.0...
Preprocessing library for show-combinators-0.2.0.0..
Building library for show-combinators-0.2.0.0..
[1 of 1] Compiling Text.Show.Combinators ( src/Text/Show/Combinators.hs, dist/build/Text/Show/Combinators.o, dist/build/Text/Show/Combinators.dyn_o )
Preprocessing library for show-combinators-0.2.0.0..
Running Haddock on library for show-combinators-0.2.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Text.Show.Combinators ( src/Text/Show/Combinators.hs, nothing )
Haddock coverage:
 100% ( 24 / 24) in 'Text.Show.Combinators'
Documentation created: dist/doc/html/show-combinators/,
dist/doc/html/show-combinators/show-combinators.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/show-combinators-0.2.0.0-FG5A8zRLsOn8bjxBVWFLRh
Completed    show-combinators-0.2.0.0
Configuring split-0.2.5...
Preprocessing library for split-0.2.5..
Building library for split-0.2.5..
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o, dist/build/Data/List/Split/Internals.dyn_o )
[2 of 2] Compiling Data.List.Split  ( src/Data/List/Split.hs, dist/build/Data/List/Split.o, dist/build/Data/List/Split.dyn_o )
Preprocessing library for split-0.2.5..
Running Haddock on library for split-0.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, nothing )
[2 of 2] Compiling Data.List.Split  ( src/Data/List/Split.hs, nothing )
Haddock coverage:
Warning: 'Splitter' is ambiguous. It is defined
    * at src/Data/List/Split/Internals.hs:21:19
    * at src/Data/List/Split/Internals.hs:21:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/List/Split/Internals.hs:21:1
Warning: 'n' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'm' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  91% ( 63 / 69) in 'Data.List.Split.Internals'
Warning: 'Splitter' is ambiguous. It is defined
    * at src/Data/List/Split/Internals.hs:21:19
    * at src/Data/List/Split/Internals.hs:21:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/List/Split/Internals.hs:21:1
  90% ( 46 / 51) in 'Data.List.Split'
Documentation created: dist/doc/html/split/, dist/doc/html/split/split.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/split-0.2.5-HdqIBMrRyNiLuV2hi4AZF8
Completed    split-0.2.5
Configuring splitmix-0.1.3.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 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 unix-compat-0.7.4...
Preprocessing library for unix-compat-0.7.4..
Building library for unix-compat-0.7.4..
[1 of 8] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, dist/build/System/PosixCompat/Files.o, dist/build/System/PosixCompat/Files.dyn_o )
[2 of 8] Compiling System.PosixCompat.Process ( src/System/PosixCompat/Process.hs, dist/build/System/PosixCompat/Process.o, dist/build/System/PosixCompat/Process.dyn_o )
[3 of 8] Compiling System.PosixCompat.Temp ( src/System/PosixCompat/Temp.hs, dist/build/System/PosixCompat/Temp.o, dist/build/System/PosixCompat/Temp.dyn_o )
[4 of 8] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, dist/build/System/PosixCompat/Time.o, dist/build/System/PosixCompat/Time.dyn_o )
[5 of 8] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, dist/build/System/PosixCompat/Types.o, dist/build/System/PosixCompat/Types.dyn_o )
[6 of 8] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, dist/build/System/PosixCompat/Extensions.o, dist/build/System/PosixCompat/Extensions.dyn_o )
[7 of 8] Compiling System.PosixCompat.Unistd ( src/System/PosixCompat/Unistd.hs, dist/build/System/PosixCompat/Unistd.o, dist/build/System/PosixCompat/Unistd.dyn_o )
[8 of 8] Compiling System.PosixCompat ( src/System/PosixCompat.hs, dist/build/System/PosixCompat.o, dist/build/System/PosixCompat.dyn_o )
Preprocessing library for unix-compat-0.7.4..
Running Haddock on library for unix-compat-0.7.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, nothing )
[2 of 8] Compiling System.PosixCompat.Process ( src/System/PosixCompat/Process.hs, nothing )
[3 of 8] Compiling System.PosixCompat.Temp ( src/System/PosixCompat/Temp.hs, nothing )
[4 of 8] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, nothing )
[5 of 8] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, nothing )
[6 of 8] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, nothing )
[7 of 8] Compiling System.PosixCompat.Unistd ( src/System/PosixCompat/Unistd.hs, nothing )
[8 of 8] Compiling System.PosixCompat ( src/System/PosixCompat.hs, nothing )
Haddock coverage:
  98% ( 80 / 81) in 'System.PosixCompat.Files'
  Missing documentation for:
    PathVar
 100% (  2 /  2) in 'System.PosixCompat.Process'
 100% (  2 /  2) in 'System.PosixCompat.Temp'
 100% (  2 /  2) in 'System.PosixCompat.Time'
 100% (  2 /  2) in 'System.PosixCompat.Types'
  71% (  5 /  7) in 'System.PosixCompat.Extensions'
  Missing documentation for:
    CMajor (src/System/PosixCompat/Extensions.hsc:23)
    CMinor (src/System/PosixCompat/Extensions.hsc:24)
  75% (  6 /  8) in 'System.PosixCompat.Unistd'
  Missing documentation for:
    SystemID
    getSystemID
 100% (  8 /  8) in 'System.PosixCompat'
Documentation created: dist/doc/html/unix-compat/,
dist/doc/html/unix-compat/unix-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unix-compat-0.7.4-4MOWY7FKXal7MFviv3g6wJ
Completed    unix-compat-0.7.4
Configuring utf8-string-1.0.2...
Preprocessing library for utf8-string-1.0.2..
Building library for utf8-string-1.0.2..
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o, dist/build/Codec/Binary/UTF8/String.dyn_o )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o, dist/build/Codec/Binary/UTF8/Generic.dyn_o )

Codec/Binary/UTF8/Generic.hs:87:21: 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."
   |
87 |   tail            = List.tail
   |                     ^^^^^^^^^
[3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o, dist/build/Data/ByteString/Lazy/UTF8.dyn_o )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o, dist/build/Data/ByteString/UTF8.dyn_o )
[5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o, dist/build/Data/String/UTF8.dyn_o )
Preprocessing library for utf8-string-1.0.2..
Running Haddock on library for utf8-string-1.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, nothing )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, nothing )

Codec/Binary/UTF8/Generic.hs:87:21: 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."
   |
87 |   tail            = List.tail
   |                     ^^^^^^^^^
[3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, nothing )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, nothing )
[5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, nothing )
Haddock coverage:
 100% (  8 /  8) in 'Codec.Binary.UTF8.String'
  94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
 100% ( 18 / 18) in 'Data.ByteString.UTF8'
  88% ( 24 / 27) in 'Data.String.UTF8'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
    fromRep (Data/String/UTF8.hs:64)
    toRep (Data/String/UTF8.hs:67)
Warning: Data.ByteString.Lazy.UTF8: could not find link destinations for: 
	- Data.ByteString.Lazy.Internal.D:R:ItemByteString
Warning: Data.ByteString.UTF8: could not find link destinations for: 
	- Data.ByteString.Internal.Type.D:R:ItemByteString
Documentation created: dist/doc/html/utf8-string/,
dist/doc/html/utf8-string/utf8-string.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/utf8-string-1.0.2-ARoN8tTzuLW5AQK61y3Hvx
Completed    utf8-string-1.0.2
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 zlib-0.7.1.0...
Preprocessing library for zlib-0.7.1.0..
Building library for zlib-0.7.1.0..
[1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, dist/build/Codec/Compression/Zlib/ByteStringCompat.o, dist/build/Codec/Compression/Zlib/ByteStringCompat.dyn_o )
[2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o, dist/build/Codec/Compression/Zlib/Stream.dyn_o )
[3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.o, dist/build/Codec/Compression/Zlib/Internal.dyn_o )
[4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.o, dist/build/Codec/Compression/Zlib/Raw.dyn_o )
[5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.o, dist/build/Codec/Compression/Zlib.dyn_o )
[6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.o, dist/build/Codec/Compression/GZip.dyn_o )
Preprocessing library for zlib-0.7.1.0..
Running Haddock on library for zlib-0.7.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, nothing )
[2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, nothing )
[3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, nothing )
[4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, nothing )
[5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, nothing )
[6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, nothing )
Haddock coverage:
 100% ( 53 / 53) in 'Codec.Compression.Zlib.Internal'
 100% ( 35 / 35) in 'Codec.Compression.Zlib.Raw'
 100% ( 36 / 36) in 'Codec.Compression.Zlib'
 100% ( 36 / 36) in 'Codec.Compression.GZip'
Warning: Codec.Compression.Zlib.Internal: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Stream.Rep_Format
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.Zlib.Raw: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.Zlib: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.GZip: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Documentation created: dist/doc/html/zlib/, dist/doc/html/zlib/zlib.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zlib-0.7.1.0-FAtvayBxYL3BzSmCVeAO7B
Completed    zlib-0.7.1.0
Configuring contravariant-1.5.5...
Preprocessing library for contravariant-1.5.5..
Building library for contravariant-1.5.5..
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o, dist/build/Data/Functor/Contravariant/Divisible.dyn_o )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o, dist/build/Data/Functor/Contravariant/Compose.dyn_o )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o, dist/build/Data/Functor/Contravariant/Generic.dyn_o )
Preprocessing library for contravariant-1.5.5..
Running Haddock on library for contravariant-1.5.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, nothing )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, nothing )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, nothing )
Haddock coverage:
Warning: 'delta' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 17 / 17) in 'Data.Functor.Contravariant.Divisible'
 100% (  4 /  4) in 'Data.Functor.Contravariant.Compose'
Warning: 'Comparison' is ambiguous. It is defined
    * in Data.Functor.Contravariant
    * in Data.Functor.Contravariant
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Contravariant
Warning: 'Equivalence' is ambiguous. It is defined
    * in Data.Functor.Contravariant
    * in Data.Functor.Contravariant
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Contravariant
 100% (  3 /  3) in 'Data.Functor.Contravariant.Generic'
Warning: Data.Functor.Contravariant.Generic: could not find link destinations for: 
	- Data.Functor.Contravariant.Generic.GDeciding1
	- Data.Functor.Contravariant.Generic.GDeciding
	- Data.Functor.Contravariant.Generic.GG
	- Data.Functor.Contravariant.Generic.Rep1'
	- Data.Functor.Contravariant.Generic.Rep'
Documentation created: dist/doc/html/contravariant/,
dist/doc/html/contravariant/contravariant.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/contravariant-1.5.5-9OZxSMGmONm3FLxTwjX4ym
Completed    contravariant-1.5.5
Configuring gitrev-1.3.1...
Preprocessing library for gitrev-1.3.1..
Building library for gitrev-1.3.1..
[1 of 1] Compiling Development.GitRev ( src/Development/GitRev.hs, dist/build/Development/GitRev.o, dist/build/Development/GitRev.dyn_o )

src/Development/GitRev.hs:109:6: warning: [GHC-62161] [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a multi-way if alternative:
        Guards do not cover entire pattern space
    |
109 |   if | isDir -> return dotGit
    |      ^^^^^^^^^^^^^^^^^^^^^^^^...
Preprocessing library for gitrev-1.3.1..
Running Haddock on library for gitrev-1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Development.GitRev ( src/Development/GitRev.hs, nothing )
Haddock coverage:
 100% (  8 /  8) in 'Development.GitRev'
Documentation created: dist/doc/html/gitrev/, dist/doc/html/gitrev/gitrev.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/gitrev-1.3.1-GU6pm3ggeJMBkfw2qUWC5X
Completed    gitrev-1.3.1
Configuring blaze-markup-0.8.3.0...
Preprocessing library for blaze-markup-0.8.3.0..
Building library for blaze-markup-0.8.3.0..
[1 of 6] Compiling Text.Blaze.Internal ( src/Text/Blaze/Internal.hs, dist/build/Text/Blaze/Internal.o, dist/build/Text/Blaze/Internal.dyn_o )

src/Text/Blaze/Internal.hs:82: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()
   |
82 | import           Control.Applicative    (Applicative (..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Blaze/Internal.hs:84: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()
   |
84 | import           Data.Monoid            (Monoid, mappend, mconcat, mempty)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Blaze/Internal.hs:223:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad MarkupM.
    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
    |
223 |     return x = Empty x
    |     ^^^^^^^^^^^^^^^^^^

src/Text/Blaze/Internal.hs:225:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical (>>) definition detected
    in the instance declaration for Monad MarkupM.
    (>>) 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
    |
225 |     (>>) = Append
    |     ^^^^^^^^^^^^^

src/Text/Blaze/Internal.hs:230:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
230 | instance (a ~ ()) => IsString (MarkupM a) where
    |             ^
[2 of 6] Compiling Text.Blaze       ( src/Text/Blaze.hs, dist/build/Text/Blaze.o, dist/build/Text/Blaze.dyn_o )

src/Text/Blaze.hs:92: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()
   |
92 | import           Data.Monoid            (mconcat)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Blaze.hs:93:42: warning: [GHC-38856] [-Wunused-imports]
    The import of Word from module Data.Word is redundant
   |
93 | import           Data.Word              (Word, Word32, Word64)
   |                                          ^^^^
[3 of 6] Compiling Text.Blaze.Renderer.String ( src/Text/Blaze/Renderer/String.hs, dist/build/Text/Blaze/Renderer/String.o, dist/build/Text/Blaze/Renderer/String.dyn_o )
[4 of 6] Compiling Text.Blaze.Renderer.Pretty ( src/Text/Blaze/Renderer/Pretty.hs, dist/build/Text/Blaze/Renderer/Pretty.o, dist/build/Text/Blaze/Renderer/Pretty.dyn_o )
[5 of 6] Compiling Text.Blaze.Renderer.Text ( src/Text/Blaze/Renderer/Text.hs, dist/build/Text/Blaze/Renderer/Text.o, dist/build/Text/Blaze/Renderer/Text.dyn_o )

src/Text/Blaze/Renderer/Text.hs:15: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()
   |
15 | import Data.Monoid (mappend, mempty)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[6 of 6] Compiling Text.Blaze.Renderer.Utf8 ( src/Text/Blaze/Renderer/Utf8.hs, dist/build/Text/Blaze/Renderer/Utf8.o, dist/build/Text/Blaze/Renderer/Utf8.dyn_o )

src/Text/Blaze/Renderer/Utf8.hs:11: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()
   |
11 | import Data.Monoid (mappend, mempty)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for blaze-markup-0.8.3.0..
Running Haddock on library for blaze-markup-0.8.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Text.Blaze.Internal ( src/Text/Blaze/Internal.hs, nothing )

src/Text/Blaze/Internal.hs:82: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()
   |
82 | import           Control.Applicative    (Applicative (..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Blaze/Internal.hs:84: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()
   |
84 | import           Data.Monoid            (Monoid, mappend, mconcat, mempty)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Blaze/Internal.hs:223:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad MarkupM.
    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
    |
223 |     return x = Empty x
    |     ^^^^^^^^^^^^^^^^^^

src/Text/Blaze/Internal.hs:225:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical (>>) definition detected
    in the instance declaration for Monad MarkupM.
    (>>) 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
    |
225 |     (>>) = Append
    |     ^^^^^^^^^^^^^

src/Text/Blaze/Internal.hs:230:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
230 | instance (a ~ ()) => IsString (MarkupM a) where
    |             ^
[2 of 6] Compiling Text.Blaze       ( src/Text/Blaze.hs, nothing )

src/Text/Blaze.hs:92: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()
   |
92 | import           Data.Monoid            (mconcat)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Blaze.hs:93:42: warning: [GHC-38856] [-Wunused-imports]
    The import of Word from module Data.Word is redundant
   |
93 | import           Data.Word              (Word, Word32, Word64)
   |                                          ^^^^
[3 of 6] Compiling Text.Blaze.Renderer.String ( src/Text/Blaze/Renderer/String.hs, nothing )
[4 of 6] Compiling Text.Blaze.Renderer.Pretty ( src/Text/Blaze/Renderer/Pretty.hs, nothing )
[5 of 6] Compiling Text.Blaze.Renderer.Text ( src/Text/Blaze/Renderer/Text.hs, nothing )

src/Text/Blaze/Renderer/Text.hs:15: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()
   |
15 | import Data.Monoid (mappend, mempty)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[6 of 6] Compiling Text.Blaze.Renderer.Utf8 ( src/Text/Blaze/Renderer/Utf8.hs, nothing )

src/Text/Blaze/Renderer/Utf8.hs:11: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()
   |
11 | import Data.Monoid (mappend, mempty)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'String' is ambiguous. It is defined
    * at src/Text/Blaze/Internal.hs:123:7
    * in GHC.Base
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Blaze/Internal.hs:123:7
Warning: 'ByteString' is ambiguous. It is defined
    * at src/Text/Blaze/Internal.hs:127:7
    * in Data.ByteString.Internal.Type
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Blaze/Internal.hs:127:7
Warning: 'Text' is ambiguous. It is defined
    * at src/Text/Blaze/Internal.hs:125: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/Text/Blaze/Internal.hs:125:7
Warning: 'Tag' is ambiguous. It is defined
    * at src/Text/Blaze/Internal.hs:252:15
    * at src/Text/Blaze/Internal.hs:252:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Blaze/Internal.hs:252:1
 100% ( 55 / 55) in 'Text.Blaze.Internal'
 100% ( 43 / 43) in 'Text.Blaze'
Warning: 'String' is ambiguous. It is defined
    * at src/Text/Blaze/Internal.hs:123:7
    * in GHC.Base
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Blaze/Internal.hs:123:7
  75% (  3 /  4) in 'Text.Blaze.Renderer.String'
  Missing documentation for:
    renderHtml (src/Text/Blaze/Renderer/String.hs:94)
Warning: 'String' is ambiguous. It is defined
    * at src/Text/Blaze/Internal.hs:123:7
    * in GHC.Base
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Blaze/Internal.hs:123:7
  66% (  2 /  3) in 'Text.Blaze.Renderer.Pretty'
  Missing documentation for:
    renderHtml (src/Text/Blaze/Renderer/Pretty.hs:57)
  55% (  5 /  9) in 'Text.Blaze.Renderer.Text'
  Missing documentation for:
    renderHtmlBuilder (src/Text/Blaze/Renderer/Text.hs:74)
    renderHtmlBuilderWith (src/Text/Blaze/Renderer/Text.hs:136)
    renderHtml (src/Text/Blaze/Renderer/Text.hs:150)
    renderHtmlWith (src/Text/Blaze/Renderer/Text.hs:167)
  85% (  6 /  7) in 'Text.Blaze.Renderer.Utf8'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/blaze-markup/,
dist/doc/html/blaze-markup/blaze-markup.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/blaze-markup-0.8.3.0-5FtAuZbHNjn43bYYN2wCfr
Completed    blaze-markup-0.8.3.0
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 pqueue-1.5.0.0...
Preprocessing library for pqueue-1.5.0.0..
Building library for pqueue-1.5.0.0..
[ 1 of 13] Compiling Data.PQueue.Internals.Down ( src/Data/PQueue/Internals/Down.hs, dist/build/Data/PQueue/Internals/Down.o, dist/build/Data/PQueue/Internals/Down.dyn_o )
[ 2 of 13] Compiling Data.PQueue.Internals.Foldable ( src/Data/PQueue/Internals/Foldable.hs, dist/build/Data/PQueue/Internals/Foldable.o, dist/build/Data/PQueue/Internals/Foldable.dyn_o )
[ 3 of 13] Compiling BinomialQueue.Internals ( src/BinomialQueue/Internals.hs, dist/build/BinomialQueue/Internals.o, dist/build/BinomialQueue/Internals.dyn_o )
[ 4 of 13] Compiling Data.PQueue.Internals ( src/Data/PQueue/Internals.hs, dist/build/Data/PQueue/Internals.o, dist/build/Data/PQueue/Internals.dyn_o )
[ 5 of 13] Compiling BinomialQueue.Min ( src/BinomialQueue/Min.hs, dist/build/BinomialQueue/Min.o, dist/build/BinomialQueue/Min.dyn_o )
[ 6 of 13] Compiling BinomialQueue.Max ( src/BinomialQueue/Max.hs, dist/build/BinomialQueue/Max.o, dist/build/BinomialQueue/Max.dyn_o )
[ 7 of 13] Compiling Nattish          ( src/Nattish.hs, dist/build/Nattish.o, dist/build/Nattish.dyn_o )
[ 8 of 13] Compiling Data.PQueue.Prio.Internals ( src/Data/PQueue/Prio/Internals.hs, dist/build/Data/PQueue/Prio/Internals.o, dist/build/Data/PQueue/Prio/Internals.dyn_o )
[ 9 of 13] Compiling Data.PQueue.Prio.Min ( src/Data/PQueue/Prio/Min.hs, dist/build/Data/PQueue/Prio/Min.o, dist/build/Data/PQueue/Prio/Min.dyn_o )
[10 of 13] Compiling Data.PQueue.Prio.Max.Internals ( src/Data/PQueue/Prio/Max/Internals.hs, dist/build/Data/PQueue/Prio/Max/Internals.o, dist/build/Data/PQueue/Prio/Max/Internals.dyn_o )

src/Data/PQueue/Prio/Max/Internals.hs:231:37: warning: [GHC-68441] [-Wdeprecations]
    In the use of insertBehind
    (imported from Data.PQueue.Prio.Min, but defined in Data.PQueue.Prio.Internals):
    Deprecated: "This function is not reliable."
    |
231 | insertBehind k a (MaxPQ q) = MaxPQ (Q.insertBehind (Down k) a q)
    |                                     ^^^^^^^^^^^^^^

src/Data/PQueue/Prio/Max/Internals.hs:587:22: warning: [GHC-68441] [-Wdeprecations]
    In the use of seqSpine
    (imported from Data.PQueue.Prio.Min, but defined in Data.PQueue.Prio.Internals):
    Deprecated: "This function is no longer necessary or useful."
    |
587 | seqSpine (MaxPQ q) = Q.seqSpine q
    |                      ^^^^^^^^^^
[11 of 13] Compiling Data.PQueue.Prio.Max ( src/Data/PQueue/Prio/Max.hs, dist/build/Data/PQueue/Prio/Max.o, dist/build/Data/PQueue/Prio/Max.dyn_o )
[12 of 13] Compiling Data.PQueue.Min  ( src/Data/PQueue/Min.hs, dist/build/Data/PQueue/Min.o, dist/build/Data/PQueue/Min.dyn_o )
[13 of 13] Compiling Data.PQueue.Max  ( src/Data/PQueue/Max.hs, dist/build/Data/PQueue/Max.o, dist/build/Data/PQueue/Max.dyn_o )

src/Data/PQueue/Max.hs:378:21: warning: [GHC-68441] [-Wdeprecations]
    In the use of seqSpine
    (imported from Data.PQueue.Min, but defined in Data.PQueue.Internals):
    Deprecated: "This function is no longer necessary or useful."
    |
378 | seqSpine (MaxQ q) = Min.seqSpine q
    |                     ^^^^^^^^^^^^
Preprocessing library for pqueue-1.5.0.0..
Running Haddock on library for pqueue-1.5.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 13] Compiling Data.PQueue.Internals.Down ( src/Data/PQueue/Internals/Down.hs, nothing )
[ 2 of 13] Compiling Data.PQueue.Internals.Foldable ( src/Data/PQueue/Internals/Foldable.hs, nothing )
[ 3 of 13] Compiling BinomialQueue.Internals ( src/BinomialQueue/Internals.hs, nothing )
[ 4 of 13] Compiling Data.PQueue.Internals ( src/Data/PQueue/Internals.hs, nothing )
[ 5 of 13] Compiling BinomialQueue.Min ( src/BinomialQueue/Min.hs, nothing )
[ 6 of 13] Compiling BinomialQueue.Max ( src/BinomialQueue/Max.hs, nothing )
[ 7 of 13] Compiling Nattish          ( src/Nattish.hs, nothing )
[ 8 of 13] Compiling Data.PQueue.Prio.Internals ( src/Data/PQueue/Prio/Internals.hs, nothing )
[ 9 of 13] Compiling Data.PQueue.Prio.Min ( src/Data/PQueue/Prio/Min.hs, nothing )
[10 of 13] Compiling Data.PQueue.Prio.Max.Internals ( src/Data/PQueue/Prio/Max/Internals.hs, nothing )

src/Data/PQueue/Prio/Max/Internals.hs:231:37: warning: [GHC-68441] [-Wdeprecations]
    In the use of insertBehind
    (imported from Data.PQueue.Prio.Min, but defined in Data.PQueue.Prio.Internals):
    Deprecated: "This function is not reliable."
    |
231 | insertBehind k a (MaxPQ q) = MaxPQ (Q.insertBehind (Down k) a q)
    |                                     ^^^^^^^^^^^^^^

src/Data/PQueue/Prio/Max/Internals.hs:587:22: warning: [GHC-68441] [-Wdeprecations]
    In the use of seqSpine
    (imported from Data.PQueue.Prio.Min, but defined in Data.PQueue.Prio.Internals):
    Deprecated: "This function is no longer necessary or useful."
    |
587 | seqSpine (MaxPQ q) = Q.seqSpine q
    |                      ^^^^^^^^^^
[11 of 13] Compiling Data.PQueue.Prio.Max ( src/Data/PQueue/Prio/Max.hs, nothing )
[12 of 13] Compiling Data.PQueue.Min  ( src/Data/PQueue/Min.hs, nothing )
[13 of 13] Compiling Data.PQueue.Max  ( src/Data/PQueue/Max.hs, nothing )

src/Data/PQueue/Max.hs:378:21: warning: [GHC-68441] [-Wdeprecations]
    In the use of seqSpine
    (imported from Data.PQueue.Min, but defined in Data.PQueue.Internals):
    Deprecated: "This function is no longer necessary or useful."
    |
378 | seqSpine (MaxQ q) = Min.seqSpine q
    |                     ^^^^^^^^^^^^
Haddock coverage:
Warning: 'Succ' is ambiguous. It is defined
    * at src/BinomialQueue/Internals.hs:166:18
    * at src/BinomialQueue/Internals.hs:166:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/BinomialQueue/Internals.hs:166:1
Warning: 'MinQueue' is ambiguous. It is defined
    * at src/BinomialQueue/Internals.hs:74:22
    * at src/BinomialQueue/Internals.hs:74:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/BinomialQueue/Internals.hs:74:1
Warning: 'insertMax'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MinQueue' is ambiguous. It is defined
    * at src/Data/PQueue/Internals.hs:75:27
    * at src/Data/PQueue/Internals.hs:75:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/PQueue/Internals.hs:75:1
Warning: 'queue' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'queue' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MaxQueue' is ambiguous. It is defined
    * at src/BinomialQueue/Max.hs:110:22
    * at src/BinomialQueue/Max.hs:110:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/BinomialQueue/Max.hs:110:1
Warning: 'Zero' is ambiguous. It is defined
    * at src/Data/PQueue/Prio/Internals.hs:173:20
    * at src/Data/PQueue/Prio/Internals.hs:173:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/PQueue/Prio/Internals.hs:173:1
Warning: 'Succ' is ambiguous. It is defined
    * at src/Data/PQueue/Prio/Internals.hs:174:20
    * at src/Data/PQueue/Prio/Internals.hs:174:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/PQueue/Prio/Internals.hs:174:1
Warning: 'mapKeys' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'take' is ambiguous. It is defined
    * in GHC.List
    * at src/Data/PQueue/Prio/Min.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 src/Data/PQueue/Prio/Min.hs:281:1
Warning: 'takeWhile' is ambiguous. It is defined
    * in GHC.List
    * at src/Data/PQueue/Prio/Min.hs:306:1
    You may 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/PQueue/Prio/Min.hs:306:1
 100% ( 90 / 90) in 'Data.PQueue.Prio.Min'
 100% ( 90 / 90) in 'Data.PQueue.Prio.Max'
Warning: 'MinQueue' is ambiguous. It is defined
    * at src/Data/PQueue/Internals.hs:75:27
    * at src/Data/PQueue/Internals.hs:75:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/PQueue/Internals.hs:75:1
Warning: 'queue' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 57 / 57) in 'Data.PQueue.Min'
 100% ( 58 / 58) in 'Data.PQueue.Max'
Documentation created: dist/doc/html/pqueue/, dist/doc/html/pqueue/pqueue.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pqueue-1.5.0.0-ASNl3b5pa2tCC44E98exy5
Completed    pqueue-1.5.0.0
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 integer-conversion-0.1.1...
Preprocessing library for integer-conversion-0.1.1..
Building library for integer-conversion-0.1.1..
[1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, dist/build/Data/Integer/Conversion.o, dist/build/Data/Integer/Conversion.dyn_o )
Preprocessing library for integer-conversion-0.1.1..
Running Haddock on library for integer-conversion-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, nothing )
Haddock coverage:
Warning: 'Text' is ambiguous. It is defined
    * in Data.Text.Internal
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Text.Internal
 100% (  5 /  5) in 'Data.Integer.Conversion'
Documentation created: dist/doc/html/integer-conversion/,
dist/doc/html/integer-conversion/integer-conversion.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-conversion-0.1.1-CeDtdfh0tTJCMc72X6KfS8
Completed    integer-conversion-0.1.1
Configuring regex-tdfa-1.3.2.4...
Preprocessing library for regex-tdfa-1.3.2.4..
Building library for regex-tdfa-1.3.2.4..
[ 1 of 25] Compiling Data.IntMap.CharMap2 ( lib/Data/IntMap/CharMap2.hs, dist/build/Data/IntMap/CharMap2.o, dist/build/Data/IntMap/CharMap2.dyn_o )
[ 2 of 25] Compiling Data.IntSet.EnumSet2 ( lib/Data/IntSet/EnumSet2.hs, dist/build/Data/IntSet/EnumSet2.o, dist/build/Data/IntSet/EnumSet2.dyn_o )
[ 3 of 25] Compiling Data.IntMap.EnumMap2 ( lib/Data/IntMap/EnumMap2.hs, dist/build/Data/IntMap/EnumMap2.o, dist/build/Data/IntMap/EnumMap2.dyn_o )
[ 4 of 25] Compiling Paths_regex_tdfa ( dist/build/autogen/Paths_regex_tdfa.hs, dist/build/Paths_regex_tdfa.o, dist/build/Paths_regex_tdfa.dyn_o )
[ 5 of 25] Compiling Text.Regex.TDFA.IntArrTrieSet ( lib/Text/Regex/TDFA/IntArrTrieSet.hs, dist/build/Text/Regex/TDFA/IntArrTrieSet.o, dist/build/Text/Regex/TDFA/IntArrTrieSet.dyn_o )
[ 6 of 25] Compiling Text.Regex.TDFA.Common ( lib/Text/Regex/TDFA/Common.hs, dist/build/Text/Regex/TDFA/Common.o, dist/build/Text/Regex/TDFA/Common.dyn_o )
[ 7 of 25] Compiling Text.Regex.TDFA.NewDFA.Uncons ( lib/Text/Regex/TDFA/NewDFA/Uncons.hs, dist/build/Text/Regex/TDFA/NewDFA/Uncons.o, dist/build/Text/Regex/TDFA/NewDFA/Uncons.dyn_o )
[ 8 of 25] Compiling Text.Regex.TDFA.NewDFA.MakeTest ( lib/Text/Regex/TDFA/NewDFA/MakeTest.hs, dist/build/Text/Regex/TDFA/NewDFA/MakeTest.o, dist/build/Text/Regex/TDFA/NewDFA/MakeTest.dyn_o )
[ 9 of 25] Compiling Text.Regex.TDFA.NewDFA.Tester ( lib/Text/Regex/TDFA/NewDFA/Tester.hs, dist/build/Text/Regex/TDFA/NewDFA/Tester.o, dist/build/Text/Regex/TDFA/NewDFA/Tester.dyn_o )
[10 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_NC_FA ( lib/Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.o, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.dyn_o )
[11 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_NC ( lib/Text/Regex/TDFA/NewDFA/Engine_NC.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.o, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.dyn_o )
[12 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_FA ( lib/Text/Regex/TDFA/NewDFA/Engine_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.o, dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.dyn_o )
[13 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine ( lib/Text/Regex/TDFA/NewDFA/Engine.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine.o, dist/build/Text/Regex/TDFA/NewDFA/Engine.dyn_o )
[14 of 25] Compiling Text.Regex.TDFA.Pattern ( lib/Text/Regex/TDFA/Pattern.hs, dist/build/Text/Regex/TDFA/Pattern.o, dist/build/Text/Regex/TDFA/Pattern.dyn_o )
[15 of 25] Compiling Text.Regex.TDFA.CorePattern ( lib/Text/Regex/TDFA/CorePattern.hs, dist/build/Text/Regex/TDFA/CorePattern.o, dist/build/Text/Regex/TDFA/CorePattern.dyn_o )
[16 of 25] Compiling Text.Regex.TDFA.ReadRegex ( lib/Text/Regex/TDFA/ReadRegex.hs, dist/build/Text/Regex/TDFA/ReadRegex.o, dist/build/Text/Regex/TDFA/ReadRegex.dyn_o )
[17 of 25] Compiling Text.Regex.TDFA.TNFA ( lib/Text/Regex/TDFA/TNFA.hs, dist/build/Text/Regex/TDFA/TNFA.o, dist/build/Text/Regex/TDFA/TNFA.dyn_o )
[18 of 25] Compiling Text.Regex.TDFA.TDFA ( lib/Text/Regex/TDFA/TDFA.hs, dist/build/Text/Regex/TDFA/TDFA.o, dist/build/Text/Regex/TDFA/TDFA.dyn_o )
[19 of 25] Compiling Text.Regex.TDFA.String ( lib/Text/Regex/TDFA/String.hs, dist/build/Text/Regex/TDFA/String.o, dist/build/Text/Regex/TDFA/String.dyn_o )
[20 of 25] Compiling Text.Regex.TDFA.Sequence ( lib/Text/Regex/TDFA/Sequence.hs, dist/build/Text/Regex/TDFA/Sequence.o, dist/build/Text/Regex/TDFA/Sequence.dyn_o )
[21 of 25] Compiling Text.Regex.TDFA.ByteString.Lazy ( lib/Text/Regex/TDFA/ByteString/Lazy.hs, dist/build/Text/Regex/TDFA/ByteString/Lazy.o, dist/build/Text/Regex/TDFA/ByteString/Lazy.dyn_o )
[22 of 25] Compiling Text.Regex.TDFA.ByteString ( lib/Text/Regex/TDFA/ByteString.hs, dist/build/Text/Regex/TDFA/ByteString.o, dist/build/Text/Regex/TDFA/ByteString.dyn_o )
[23 of 25] Compiling Text.Regex.TDFA.Text ( lib/Text/Regex/TDFA/Text.hs, dist/build/Text/Regex/TDFA/Text.o, dist/build/Text/Regex/TDFA/Text.dyn_o )
[24 of 25] Compiling Text.Regex.TDFA.Text.Lazy ( lib/Text/Regex/TDFA/Text/Lazy.hs, dist/build/Text/Regex/TDFA/Text/Lazy.o, dist/build/Text/Regex/TDFA/Text/Lazy.dyn_o )
[25 of 25] Compiling Text.Regex.TDFA  ( lib/Text/Regex/TDFA.hs, dist/build/Text/Regex/TDFA.o, dist/build/Text/Regex/TDFA.dyn_o )
Preprocessing library for regex-tdfa-1.3.2.4..
Running Haddock on library for regex-tdfa-1.3.2.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 25] Compiling Data.IntMap.CharMap2 ( lib/Data/IntMap/CharMap2.hs, nothing )
[ 2 of 25] Compiling Data.IntSet.EnumSet2 ( lib/Data/IntSet/EnumSet2.hs, nothing )
[ 3 of 25] Compiling Data.IntMap.EnumMap2 ( lib/Data/IntMap/EnumMap2.hs, nothing )
[ 4 of 25] Compiling Paths_regex_tdfa ( dist/build/autogen/Paths_regex_tdfa.hs, nothing )
[ 5 of 25] Compiling Text.Regex.TDFA.IntArrTrieSet ( lib/Text/Regex/TDFA/IntArrTrieSet.hs, nothing )
[ 6 of 25] Compiling Text.Regex.TDFA.Common ( lib/Text/Regex/TDFA/Common.hs, nothing )
[ 7 of 25] Compiling Text.Regex.TDFA.NewDFA.Uncons ( lib/Text/Regex/TDFA/NewDFA/Uncons.hs, nothing )
[ 8 of 25] Compiling Text.Regex.TDFA.NewDFA.MakeTest ( lib/Text/Regex/TDFA/NewDFA/MakeTest.hs, nothing )
[ 9 of 25] Compiling Text.Regex.TDFA.NewDFA.Tester ( lib/Text/Regex/TDFA/NewDFA/Tester.hs, nothing )
[10 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_NC_FA ( lib/Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs, nothing )
[11 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_NC ( lib/Text/Regex/TDFA/NewDFA/Engine_NC.hs, nothing )
[12 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_FA ( lib/Text/Regex/TDFA/NewDFA/Engine_FA.hs, nothing )
[13 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine ( lib/Text/Regex/TDFA/NewDFA/Engine.hs, nothing )
[14 of 25] Compiling Text.Regex.TDFA.Pattern ( lib/Text/Regex/TDFA/Pattern.hs, nothing )
[15 of 25] Compiling Text.Regex.TDFA.CorePattern ( lib/Text/Regex/TDFA/CorePattern.hs, nothing )
[16 of 25] Compiling Text.Regex.TDFA.ReadRegex ( lib/Text/Regex/TDFA/ReadRegex.hs, nothing )
[17 of 25] Compiling Text.Regex.TDFA.TNFA ( lib/Text/Regex/TDFA/TNFA.hs, nothing )
[18 of 25] Compiling Text.Regex.TDFA.TDFA ( lib/Text/Regex/TDFA/TDFA.hs, nothing )
[19 of 25] Compiling Text.Regex.TDFA.String ( lib/Text/Regex/TDFA/String.hs, nothing )
[20 of 25] Compiling Text.Regex.TDFA.Sequence ( lib/Text/Regex/TDFA/Sequence.hs, nothing )
[21 of 25] Compiling Text.Regex.TDFA.ByteString.Lazy ( lib/Text/Regex/TDFA/ByteString/Lazy.hs, nothing )
[22 of 25] Compiling Text.Regex.TDFA.ByteString ( lib/Text/Regex/TDFA/ByteString.hs, nothing )
[23 of 25] Compiling Text.Regex.TDFA.Text ( lib/Text/Regex/TDFA/Text.hs, nothing )
[24 of 25] Compiling Text.Regex.TDFA.Text.Lazy ( lib/Text/Regex/TDFA/Text/Lazy.hs, nothing )
[25 of 25] Compiling Text.Regex.TDFA  ( lib/Text/Regex/TDFA.hs, nothing )
Haddock coverage:
   0% (  0 / 69) in 'Data.IntMap.CharMap2'
  Missing documentation for:
    Module header
    CharMap (lib/Data/IntMap/CharMap2.hs:24)
    Key (lib/Data/IntMap/CharMap2.hs:36)
    ! (lib/Data/IntMap/CharMap2.hs:39)
    \\ (lib/Data/IntMap/CharMap2.hs:42)
    null (lib/Data/IntMap/CharMap2.hs:45)
    size (lib/Data/IntMap/CharMap2.hs:48)
    member (lib/Data/IntMap/CharMap2.hs:51)
    notMember (lib/Data/IntMap/CharMap2.hs:54)
    lookup (lib/Data/IntMap/CharMap2.hs:57)
    findWithDefault (lib/Data/IntMap/CharMap2.hs:60)
    empty (lib/Data/IntMap/CharMap2.hs:63)
    singleton (lib/Data/IntMap/CharMap2.hs:66)
    insert (lib/Data/IntMap/CharMap2.hs:69)
    insertWith (lib/Data/IntMap/CharMap2.hs:72)
    insertWithKey (lib/Data/IntMap/CharMap2.hs:75)
    insertLookupWithKey (lib/Data/IntMap/CharMap2.hs:79)
    delete (lib/Data/IntMap/CharMap2.hs:84)
    adjust (lib/Data/IntMap/CharMap2.hs:87)
    adjustWithKey (lib/Data/IntMap/CharMap2.hs:90)
    update (lib/Data/IntMap/CharMap2.hs:94)
    updateWithKey (lib/Data/IntMap/CharMap2.hs:97)
    updateLookupWithKey (lib/Data/IntMap/CharMap2.hs:101)
    union (lib/Data/IntMap/CharMap2.hs:106)
    unionWith (lib/Data/IntMap/CharMap2.hs:109)
    unionWithKey (lib/Data/IntMap/CharMap2.hs:112)
    unions (lib/Data/IntMap/CharMap2.hs:116)
    unionsWith (lib/Data/IntMap/CharMap2.hs:119)
    difference (lib/Data/IntMap/CharMap2.hs:122)
    differenceWith (lib/Data/IntMap/CharMap2.hs:125)
    differenceWithKey (lib/Data/IntMap/CharMap2.hs:128)
    intersection (lib/Data/IntMap/CharMap2.hs:132)
    intersectionWith (lib/Data/IntMap/CharMap2.hs:135)
    intersectionWithKey (lib/Data/IntMap/CharMap2.hs:138)
    map (lib/Data/IntMap/CharMap2.hs:142)
    mapWithKey (lib/Data/IntMap/CharMap2.hs:145)
    mapAccum (lib/Data/IntMap/CharMap2.hs:149)
    mapAccumWithKey (lib/Data/IntMap/CharMap2.hs:153)
    fold (lib/Data/IntMap/CharMap2.hs:158)
    foldWithKey (lib/Data/IntMap/CharMap2.hs:161)
    elems (lib/Data/IntMap/CharMap2.hs:165)
    keys (lib/Data/IntMap/CharMap2.hs:168)
    keysSet (lib/Data/IntMap/CharMap2.hs:171)
    assocs (lib/Data/IntMap/CharMap2.hs:174)
    toList (lib/Data/IntMap/CharMap2.hs:177)
    fromList (lib/Data/IntMap/CharMap2.hs:180)
    fromListWith (lib/Data/IntMap/CharMap2.hs:183)
    fromListWithKey (lib/Data/IntMap/CharMap2.hs:186)
    toAscList (lib/Data/IntMap/CharMap2.hs:190)
    fromAscList (lib/Data/IntMap/CharMap2.hs:193)
    fromAscListWith (lib/Data/IntMap/CharMap2.hs:196)
    fromAscListWithKey (lib/Data/IntMap/CharMap2.hs:199)
    fromDistinctAscList (lib/Data/IntMap/CharMap2.hs:203)
    filter (lib/Data/IntMap/CharMap2.hs:206)
    filterWithKey (lib/Data/IntMap/CharMap2.hs:209)
    partition (lib/Data/IntMap/CharMap2.hs:213)
    partitionWithKey (lib/Data/IntMap/CharMap2.hs:217)
    mapMaybe (lib/Data/IntMap/CharMap2.hs:222)
    mapMaybeWithKey (lib/Data/IntMap/CharMap2.hs:225)
    mapEither (lib/Data/IntMap/CharMap2.hs:229)
    mapEitherWithKey (lib/Data/IntMap/CharMap2.hs:233)
    split (lib/Data/IntMap/CharMap2.hs:238)
    splitLookup (lib/Data/IntMap/CharMap2.hs:242)
    isSubmapOf (lib/Data/IntMap/CharMap2.hs:246)
    isSubmapOfBy (lib/Data/IntMap/CharMap2.hs:249)
    isProperSubmapOf (lib/Data/IntMap/CharMap2.hs:252)
    isProperSubmapOfBy (lib/Data/IntMap/CharMap2.hs:255)
    showTree (lib/Data/IntMap/CharMap2.hs:258)
    showTreeWith (lib/Data/IntMap/CharMap2.hs:261)
   0% (  0 / 31) in 'Data.IntSet.EnumSet2'
  Missing documentation for:
    Module header
    EnumSet (lib/Data/IntSet/EnumSet2.hs:7)
    \\ (lib/Data/IntSet/EnumSet2.hs:18)
    null (lib/Data/IntSet/EnumSet2.hs:21)
    size (lib/Data/IntSet/EnumSet2.hs:24)
    member (lib/Data/IntSet/EnumSet2.hs:27)
    notMember (lib/Data/IntSet/EnumSet2.hs:30)
    isSubsetOf (lib/Data/IntSet/EnumSet2.hs:33)
    isProperSubsetOf (lib/Data/IntSet/EnumSet2.hs:36)
    empty (lib/Data/IntSet/EnumSet2.hs:39)
    singleton (lib/Data/IntSet/EnumSet2.hs:42)
    insert (lib/Data/IntSet/EnumSet2.hs:45)
    delete (lib/Data/IntSet/EnumSet2.hs:48)
    union (lib/Data/IntSet/EnumSet2.hs:51)
    unions (lib/Data/IntSet/EnumSet2.hs:54)
    difference (lib/Data/IntSet/EnumSet2.hs:57)
    intersection (lib/Data/IntSet/EnumSet2.hs:60)
    filter (lib/Data/IntSet/EnumSet2.hs:63)
    partition (lib/Data/IntSet/EnumSet2.hs:67)
    split (lib/Data/IntSet/EnumSet2.hs:72)
    splitMember (lib/Data/IntSet/EnumSet2.hs:76)
    map (lib/Data/IntSet/EnumSet2.hs:80)
    fold (lib/Data/IntSet/EnumSet2.hs:84)
    elems (lib/Data/IntSet/EnumSet2.hs:88)
    toList (lib/Data/IntSet/EnumSet2.hs:91)
    fromList (lib/Data/IntSet/EnumSet2.hs:94)
    toAscList (lib/Data/IntSet/EnumSet2.hs:97)
    fromAscList (lib/Data/IntSet/EnumSet2.hs:100)
    fromDistinctAscList (lib/Data/IntSet/EnumSet2.hs:103)
    showTree (lib/Data/IntSet/EnumSet2.hs:106)
    showTreeWith (lib/Data/IntSet/EnumSet2.hs:109)
   0% (  0 / 68) in 'Data.IntMap.EnumMap2'
  Missing documentation for:
    Module header
    EnumMap (lib/Data/IntMap/EnumMap2.hs:17)
    ! (lib/Data/IntMap/EnumMap2.hs:34)
    \\ (lib/Data/IntMap/EnumMap2.hs:37)
    null (lib/Data/IntMap/EnumMap2.hs:40)
    size (lib/Data/IntMap/EnumMap2.hs:43)
    member (lib/Data/IntMap/EnumMap2.hs:46)
    notMember (lib/Data/IntMap/EnumMap2.hs:49)
    lookup (lib/Data/IntMap/EnumMap2.hs:53)
    findWithDefault (lib/Data/IntMap/EnumMap2.hs:56)
    empty (lib/Data/IntMap/EnumMap2.hs:59)
    singleton (lib/Data/IntMap/EnumMap2.hs:62)
    insert (lib/Data/IntMap/EnumMap2.hs:65)
    insertWith (lib/Data/IntMap/EnumMap2.hs:68)
    insertWithKey (lib/Data/IntMap/EnumMap2.hs:71)
    insertLookupWithKey (lib/Data/IntMap/EnumMap2.hs:75)
    delete (lib/Data/IntMap/EnumMap2.hs:80)
    adjust (lib/Data/IntMap/EnumMap2.hs:83)
    adjustWithKey (lib/Data/IntMap/EnumMap2.hs:86)
    update (lib/Data/IntMap/EnumMap2.hs:90)
    updateWithKey (lib/Data/IntMap/EnumMap2.hs:93)
    updateLookupWithKey (lib/Data/IntMap/EnumMap2.hs:97)
    union (lib/Data/IntMap/EnumMap2.hs:102)
    unionWith (lib/Data/IntMap/EnumMap2.hs:105)
    unionWithKey (lib/Data/IntMap/EnumMap2.hs:108)
    unions (lib/Data/IntMap/EnumMap2.hs:112)
    unionsWith (lib/Data/IntMap/EnumMap2.hs:115)
    difference (lib/Data/IntMap/EnumMap2.hs:118)
    differenceWith (lib/Data/IntMap/EnumMap2.hs:121)
    differenceWithKey (lib/Data/IntMap/EnumMap2.hs:124)
    intersection (lib/Data/IntMap/EnumMap2.hs:128)
    intersectionWith (lib/Data/IntMap/EnumMap2.hs:131)
    intersectionWithKey (lib/Data/IntMap/EnumMap2.hs:134)
    map (lib/Data/IntMap/EnumMap2.hs:138)
    mapWithKey (lib/Data/IntMap/EnumMap2.hs:141)
    mapAccum (lib/Data/IntMap/EnumMap2.hs:145)
    mapAccumWithKey (lib/Data/IntMap/EnumMap2.hs:149)
    fold (lib/Data/IntMap/EnumMap2.hs:154)
    foldWithKey (lib/Data/IntMap/EnumMap2.hs:157)
    elems (lib/Data/IntMap/EnumMap2.hs:161)
    keys (lib/Data/IntMap/EnumMap2.hs:164)
    keysSet (lib/Data/IntMap/EnumMap2.hs:168)
    assocs (lib/Data/IntMap/EnumMap2.hs:171)
    toList (lib/Data/IntMap/EnumMap2.hs:174)
    fromList (lib/Data/IntMap/EnumMap2.hs:177)
    fromListWith (lib/Data/IntMap/EnumMap2.hs:180)
    fromListWithKey (lib/Data/IntMap/EnumMap2.hs:183)
    toAscList (lib/Data/IntMap/EnumMap2.hs:187)
    fromAscList (lib/Data/IntMap/EnumMap2.hs:190)
    fromAscListWith (lib/Data/IntMap/EnumMap2.hs:193)
    fromAscListWithKey (lib/Data/IntMap/EnumMap2.hs:196)
    fromDistinctAscList (lib/Data/IntMap/EnumMap2.hs:200)
    filter (lib/Data/IntMap/EnumMap2.hs:203)
    filterWithKey (lib/Data/IntMap/EnumMap2.hs:206)
    partition (lib/Data/IntMap/EnumMap2.hs:210)
    partitionWithKey (lib/Data/IntMap/EnumMap2.hs:214)
    mapMaybe (lib/Data/IntMap/EnumMap2.hs:219)
    mapMaybeWithKey (lib/Data/IntMap/EnumMap2.hs:222)
    mapEither (lib/Data/IntMap/EnumMap2.hs:226)
    mapEitherWithKey (lib/Data/IntMap/EnumMap2.hs:230)
    split (lib/Data/IntMap/EnumMap2.hs:235)
    splitLookup (lib/Data/IntMap/EnumMap2.hs:239)
    isSubmapOf (lib/Data/IntMap/EnumMap2.hs:243)
    isSubmapOfBy (lib/Data/IntMap/EnumMap2.hs:246)
    isProperSubmapOf (lib/Data/IntMap/EnumMap2.hs:249)
    isProperSubmapOfBy (lib/Data/IntMap/EnumMap2.hs:252)
    showTree (lib/Data/IntMap/EnumMap2.hs:255)
    showTreeWith (lib/Data/IntMap/EnumMap2.hs:258)
  83% (  5 /  6) in 'Text.Regex.TDFA.IntArrTrieSet'
  Missing documentation for:
    TrieSet (lib/Text/Regex/TDFA/IntArrTrieSet.hs:17)
Warning: 'newFlags' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TagTask' is ambiguous. It is defined
    * at lib/Text/Regex/TDFA/Common.hs:211:16
    * at lib/Text/Regex/TDFA/Common.hs:211:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at lib/Text/Regex/TDFA/Common.hs:211:1
Warning: 'QNFA' is ambiguous. It is defined
    * at lib/Text/Regex/TDFA/Common.hs:176:13
    * at lib/Text/Regex/TDFA/Common.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 lib/Text/Regex/TDFA/Common.hs:176:1
Warning: 'Regex' is ambiguous. It is defined
    * at lib/Text/Regex/TDFA/Common.hs:138:14
    * at lib/Text/Regex/TDFA/Common.hs:138:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at lib/Text/Regex/TDFA/Common.hs:138:1
Warning: 'RegexMaker' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'GroupInfo' is ambiguous. It is defined
    * at lib/Text/Regex/TDFA/Common.hs:132:18
    * at lib/Text/Regex/TDFA/Common.hs:132:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at lib/Text/Regex/TDFA/Common.hs:132:1
Warning: 'PGroup' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Group' 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: 'ExecOption' is ambiguous. It is defined
    * at lib/Text/Regex/TDFA/Common.hs:108:19
    * at lib/Text/Regex/TDFA/Common.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 lib/Text/Regex/TDFA/Common.hs:108:1
Warning: 'sort' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sortBy' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nub' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nubBy' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  59% ( 29 / 49) in 'Text.Regex.TDFA.Common'
  Missing documentation for:
    look (lib/Text/Regex/TDFA/Common.hs:27)
    common_error (lib/Text/Regex/TDFA/Common.hs:30)
    on (lib/Text/Regex/TDFA/Common.hs:34)
    mapFst (lib/Text/Regex/TDFA/Common.hs:51)
    mapSnd (lib/Text/Regex/TDFA/Common.hs:54)
    fst3 (lib/Text/Regex/TDFA/Common.hs:57)
    snd3 (lib/Text/Regex/TDFA/Common.hs:60)
    thd3 (lib/Text/Regex/TDFA/Common.hs:63)
    flipOrder (lib/Text/Regex/TDFA/Common.hs:66)
    noWin (lib/Text/Regex/TDFA/Common.hs:71)
    ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
    WinEmpty (lib/Text/Regex/TDFA/Common.hs:171)
    Transition (lib/Text/Regex/TDFA/Common.hs:235)
    Action (lib/Text/Regex/TDFA/Common.hs:293)
    OrbitTransformer (lib/Text/Regex/TDFA/Common.hs:294)
    OrbitLog (lib/Text/Regex/TDFA/Common.hs:295)
    showQT (lib/Text/Regex/TDFA/Common.hs:306)
    indent (lib/Text/Regex/TDFA/Common.hs:322)
    showDT (lib/Text/Regex/TDFA/Common.hs:325)
    seeDTrans (lib/Text/Regex/TDFA/Common.hs:370)
   0% (  0 /  2) in 'Text.Regex.TDFA.NewDFA.Uncons'
  Missing documentation for:
    Module header
    Uncons (lib/Text/Regex/TDFA/NewDFA/Uncons.hs:9)
   0% (  0 /  3) in 'Text.Regex.TDFA.NewDFA.MakeTest'
  Missing documentation for:
    Module header
    test_singleline (lib/Text/Regex/TDFA/NewDFA/MakeTest.hs:17)
    test_multiline (lib/Text/Regex/TDFA/NewDFA/MakeTest.hs:11)
  50% (  1 /  2) in 'Text.Regex.TDFA.NewDFA.Tester'
  Missing documentation for:
    matchTest (lib/Text/Regex/TDFA/NewDFA/Tester.hs:23)
  50% (  1 /  2) in 'Text.Regex.TDFA.NewDFA.Engine_NC_FA'
  Missing documentation for:
    execMatch (lib/Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs:35)
  50% (  1 /  2) in 'Text.Regex.TDFA.NewDFA.Engine_NC'
  Missing documentation for:
    execMatch (lib/Text/Regex/TDFA/NewDFA/Engine_NC.hs:48)
  50% (  1 /  2) in 'Text.Regex.TDFA.NewDFA.Engine_FA'
  Missing documentation for:
    execMatch (lib/Text/Regex/TDFA/NewDFA/Engine_FA.hs:72)
  50% (  1 /  2) in 'Text.Regex.TDFA.NewDFA.Engine'
  Missing documentation for:
    execMatch (lib/Text/Regex/TDFA/NewDFA/Engine.hs:86)
Warning: 'parseRegex' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DoPa' is ambiguous. It is defined
    * at lib/Text/Regex/TDFA/Common.hs:74:16
    * at lib/Text/Regex/TDFA/Common.hs:74:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at lib/Text/Regex/TDFA/Common.hs:74:1
  88% ( 15 / 17) in 'Text.Regex.TDFA.Pattern'
  Missing documentation for:
    showPattern (lib/Text/Regex/TDFA/Pattern.hs:93)
    starTrans' (lib/Text/Regex/TDFA/Pattern.hs:253)
  23% (  3 / 13) in 'Text.Regex.TDFA.CorePattern'
  Missing documentation for:
    Q (lib/Text/Regex/TDFA/CorePattern.hs:79)
    P (lib/Text/Regex/TDFA/CorePattern.hs:64)
    Wanted (lib/Text/Regex/TDFA/CorePattern.hs:125)
    TestInfo (lib/Text/Regex/TDFA/CorePattern.hs:89)
    SetTestInfo (lib/Text/Regex/TDFA/CorePattern.hs:93)
    NullView (lib/Text/Regex/TDFA/CorePattern.hs:109)
    patternToQ (lib/Text/Regex/TDFA/CorePattern.hs:296)
    cleanNullView (lib/Text/Regex/TDFA/CorePattern.hs:194)
    cannotAccept (lib/Text/Regex/TDFA/CorePattern.hs:246)
    mustAccept (lib/Text/Regex/TDFA/CorePattern.hs:240)
 100% (  2 /  2) in 'Text.Regex.TDFA.ReadRegex'
  83% (  5 /  6) in 'Text.Regex.TDFA.TNFA'
  Missing documentation for:
    patternToNFA (lib/Text/Regex/TDFA/TNFA.hs:85)
  42% (  3 /  7) in 'Text.Regex.TDFA.TDFA'
  Missing documentation for:
    patternToRegex (lib/Text/Regex/TDFA/TDFA.hs:160)
    examineDFA (lib/Text/Regex/TDFA/TDFA.hs:176)
    nfaToDFA (lib/Text/Regex/TDFA/TDFA.hs:53)
    dfaMap (lib/Text/Regex/TDFA/TDFA.hs:163)
  63% (  7 / 11) in 'Text.Regex.TDFA.String'
  Missing documentation for:
    ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
    compile (lib/Text/Regex/TDFA/String.hs:44)
    execute (lib/Text/Regex/TDFA/String.hs:56)
    regexec (lib/Text/Regex/TDFA/String.hs:61)
  42% (  3 /  7) in 'Text.Regex.TDFA.Sequence'
  Missing documentation for:
    ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
    compile (lib/Text/Regex/TDFA/Sequence.hs:66)
    execute (lib/Text/Regex/TDFA/Sequence.hs:74)
    regexec (lib/Text/Regex/TDFA/Sequence.hs:79)
  42% (  3 /  7) in 'Text.Regex.TDFA.ByteString.Lazy'
  Missing documentation for:
    ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
    compile (lib/Text/Regex/TDFA/ByteString/Lazy.hs:77)
    execute (lib/Text/Regex/TDFA/ByteString/Lazy.hs:85)
    regexec (lib/Text/Regex/TDFA/ByteString/Lazy.hs:90)
  42% (  3 /  7) in 'Text.Regex.TDFA.ByteString'
  Missing documentation for:
    ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
    compile (lib/Text/Regex/TDFA/ByteString.hs:61)
    execute (lib/Text/Regex/TDFA/ByteString.hs:69)
    regexec (lib/Text/Regex/TDFA/ByteString.hs:74)
Warning: 'Text' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  85% (  6 /  7) in 'Text.Regex.TDFA.Text'
  Missing documentation for:
    ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
Warning: 'Text' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  85% (  6 /  7) in 'Text.Regex.TDFA.Text.Lazy'
  Missing documentation for:
    ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
Warning: 'CompOption' is ambiguous. It is defined
    * at lib/Text/Regex/TDFA/Common.hs:85:19
    * at lib/Text/Regex/TDFA/Common.hs:85:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at lib/Text/Regex/TDFA/Common.hs:85:1
  75% (  6 /  8) in 'Text.Regex.TDFA'
  Missing documentation for:
    getVersion_Text_Regex_TDFA (lib/Text/Regex/TDFA.hs:209)
    ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
Documentation created: dist/doc/html/regex-tdfa/,
dist/doc/html/regex-tdfa/regex-tdfa.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/regex-tdfa-1.3.2.4-kytol56Ek56fQGco675ON
Completed    regex-tdfa-1.3.2.4
Configuring generic-data-1.1.0.2...
Preprocessing library for generic-data-1.1.0.2..
Building library for generic-data-1.1.0.2..
[ 1 of 19] Compiling Generic.Data.Internal.Compat ( src/Generic/Data/Internal/Compat.hs, dist/build/Generic/Data/Internal/Compat.o, dist/build/Generic/Data/Internal/Compat.dyn_o )
[ 2 of 19] Compiling Generic.Data.Internal.Enum ( src/Generic/Data/Internal/Enum.hs, dist/build/Generic/Data/Internal/Enum.o, dist/build/Generic/Data/Internal/Enum.dyn_o )
[ 3 of 19] Compiling Generic.Data.Internal.Error ( src/Generic/Data/Internal/Error.hs, dist/build/Generic/Data/Internal/Error.o, dist/build/Generic/Data/Internal/Error.dyn_o )
[ 4 of 19] Compiling Generic.Data.Internal.Functions ( src/Generic/Data/Internal/Functions.hs, dist/build/Generic/Data/Internal/Functions.o, dist/build/Generic/Data/Internal/Functions.dyn_o )
[ 5 of 19] Compiling Generic.Data.Internal.Meta ( src/Generic/Data/Internal/Meta.hs, dist/build/Generic/Data/Internal/Meta.o, dist/build/Generic/Data/Internal/Meta.dyn_o )
[ 6 of 19] Compiling Generic.Data.Internal.Newtype ( src/Generic/Data/Internal/Newtype.hs, dist/build/Generic/Data/Internal/Newtype.o, dist/build/Generic/Data/Internal/Newtype.dyn_o )
[ 7 of 19] Compiling Generic.Data.Internal.Resolvers ( src/Generic/Data/Internal/Resolvers.hs, dist/build/Generic/Data/Internal/Resolvers.o, dist/build/Generic/Data/Internal/Resolvers.dyn_o )

src/Generic/Data/Internal/Resolvers.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Generic.Data.Internal.Compat is redundant
      except perhaps to import instances from Generic.Data.Internal.Compat
    To import instances alone, use: import Generic.Data.Internal.Compat()
   |
20 | import Generic.Data.Internal.Compat(readPrec1)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 19] Compiling Generic.Data.Internal.Traversable ( src/Generic/Data/Internal/Traversable.hs, dist/build/Generic/Data/Internal/Traversable.o, dist/build/Generic/Data/Internal/Traversable.dyn_o )

src/Generic/Data/Internal/Traversable.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 (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 19] Compiling Generic.Data.Internal.Utils ( src/Generic/Data/Internal/Utils.hs, dist/build/Generic/Data/Internal/Utils.o, dist/build/Generic/Data/Internal/Utils.dyn_o )
[10 of 19] Compiling Generic.Data.Internal.Show ( src/Generic/Data/Internal/Show.hs, dist/build/Generic/Data/Internal/Show.o, dist/build/Generic/Data/Internal/Show.dyn_o )
[11 of 19] Compiling Generic.Data.Internal.Data ( src/Generic/Data/Internal/Data.hs, dist/build/Generic/Data/Internal/Data.o, dist/build/Generic/Data/Internal/Data.dyn_o )

src/Generic/Data/Internal/Data.hs:26: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()
   |
26 | import Data.Semigroup
   | ^^^^^^^^^^^^^^^^^^^^^
[12 of 19] Compiling Generic.Data.Internal.Read ( src/Generic/Data/Internal/Read.hs, dist/build/Generic/Data/Internal/Read.o, dist/build/Generic/Data/Internal/Read.dyn_o )
[13 of 19] Compiling Generic.Data.Internal.Prelude ( src/Generic/Data/Internal/Prelude.hs, dist/build/Generic/Data/Internal/Prelude.o, dist/build/Generic/Data/Internal/Prelude.dyn_o )

src/Generic/Data/Internal/Prelude.hs:15:29: warning: [GHC-38856] [-Wunused-imports]
    The import of liftA2
    from module Control.Applicative is redundant
   |
15 | import Control.Applicative (liftA2, Alternative(..))
   |                             ^^^^^^

src/Generic/Data/Internal/Prelude.hs:18: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()
   |
18 | import Data.Semigroup
   | ^^^^^^^^^^^^^^^^^^^^^
[14 of 19] Compiling Generic.Data.Internal.Generically ( src/Generic/Data/Internal/Generically.hs, dist/build/Generic/Data/Internal/Generically.o, dist/build/Generic/Data/Internal/Generically.dyn_o )
[15 of 19] Compiling Generic.Data     ( src/Generic/Data.hs, dist/build/Generic/Data.o, dist/build/Generic/Data.dyn_o )
[16 of 19] Compiling Generic.Data.Orphans ( orphans/Generic/Data/Orphans.hs, dist/build/Generic/Data/Orphans.o, dist/build/Generic/Data/Orphans.dyn_o )
[17 of 19] Compiling Generic.Data.Types ( src/Generic/Data/Types.hs, dist/build/Generic/Data/Types.o, dist/build/Generic/Data/Types.dyn_o )
[18 of 19] Compiling Generic.Data.Internal.Microsurgery ( src/Generic/Data/Internal/Microsurgery.hs, dist/build/Generic/Data/Internal/Microsurgery.o, dist/build/Generic/Data/Internal/Microsurgery.dyn_o )

src/Generic/Data/Internal/Microsurgery.hs:31:43: warning: [GHC-38856] [-Wunused-imports]
    The import of Generically
    from module Generic.Data.Internal.Generically is redundant
   |
31 | import Generic.Data.Internal.Generically (Generically(..), GenericProduct(..))
   |                                           ^^^^^^^^^^^^^^^
[19 of 19] Compiling Generic.Data.Microsurgery ( src/Generic/Data/Microsurgery.hs, dist/build/Generic/Data/Microsurgery.o, dist/build/Generic/Data/Microsurgery.dyn_o )
Preprocessing library for generic-data-1.1.0.2..
Running Haddock on library for generic-data-1.1.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 19] Compiling Generic.Data.Internal.Compat ( src/Generic/Data/Internal/Compat.hs, nothing )
[ 2 of 19] Compiling Generic.Data.Internal.Enum ( src/Generic/Data/Internal/Enum.hs, nothing )
[ 3 of 19] Compiling Generic.Data.Internal.Error ( src/Generic/Data/Internal/Error.hs, nothing )
[ 4 of 19] Compiling Generic.Data.Internal.Functions ( src/Generic/Data/Internal/Functions.hs, nothing )
[ 5 of 19] Compiling Generic.Data.Internal.Meta ( src/Generic/Data/Internal/Meta.hs, nothing )
[ 6 of 19] Compiling Generic.Data.Internal.Newtype ( src/Generic/Data/Internal/Newtype.hs, nothing )
[ 7 of 19] Compiling Generic.Data.Internal.Resolvers ( src/Generic/Data/Internal/Resolvers.hs, nothing )

src/Generic/Data/Internal/Resolvers.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Generic.Data.Internal.Compat is redundant
      except perhaps to import instances from Generic.Data.Internal.Compat
    To import instances alone, use: import Generic.Data.Internal.Compat()
   |
20 | import Generic.Data.Internal.Compat(readPrec1)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 19] Compiling Generic.Data.Internal.Traversable ( src/Generic/Data/Internal/Traversable.hs, nothing )

src/Generic/Data/Internal/Traversable.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 (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 19] Compiling Generic.Data.Internal.Utils ( src/Generic/Data/Internal/Utils.hs, nothing )
[10 of 19] Compiling Generic.Data.Internal.Show ( src/Generic/Data/Internal/Show.hs, nothing )
[11 of 19] Compiling Generic.Data.Internal.Data ( src/Generic/Data/Internal/Data.hs, nothing )

src/Generic/Data/Internal/Data.hs:26: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()
   |
26 | import Data.Semigroup
   | ^^^^^^^^^^^^^^^^^^^^^
[12 of 19] Compiling Generic.Data.Internal.Read ( src/Generic/Data/Internal/Read.hs, nothing )
[13 of 19] Compiling Generic.Data.Internal.Prelude ( src/Generic/Data/Internal/Prelude.hs, nothing )

src/Generic/Data/Internal/Prelude.hs:15:29: warning: [GHC-38856] [-Wunused-imports]
    The import of liftA2
    from module Control.Applicative is redundant
   |
15 | import Control.Applicative (liftA2, Alternative(..))
   |                             ^^^^^^

src/Generic/Data/Internal/Prelude.hs:18: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()
   |
18 | import Data.Semigroup
   | ^^^^^^^^^^^^^^^^^^^^^
[14 of 19] Compiling Generic.Data.Internal.Generically ( src/Generic/Data/Internal/Generically.hs, nothing )
[15 of 19] Compiling Generic.Data     ( src/Generic/Data.hs, nothing )
[16 of 19] Compiling Generic.Data.Orphans ( orphans/Generic/Data/Orphans.hs, nothing )
[17 of 19] Compiling Generic.Data.Types ( src/Generic/Data/Types.hs, nothing )
[18 of 19] Compiling Generic.Data.Internal.Microsurgery ( src/Generic/Data/Internal/Microsurgery.hs, nothing )

src/Generic/Data/Internal/Microsurgery.hs:31:43: warning: [GHC-38856] [-Wunused-imports]
    The import of Generically
    from module Generic.Data.Internal.Generically is redundant
   |
31 | import Generic.Data.Internal.Generically (Generically(..), GenericProduct(..))
   |                                           ^^^^^^^^^^^^^^^
[19 of 19] Compiling Generic.Data.Microsurgery ( src/Generic/Data/Microsurgery.hs, nothing )
Haddock coverage:
 100% (  3 /  3) in 'Generic.Data.Internal.Compat'
 100% ( 33 / 33) in 'Generic.Data.Internal.Enum'
  50% (  2 /  4) in 'Generic.Data.Internal.Error'
  Missing documentation for:
    HasSum (src/Generic/Data/Internal/Error.hs:27)
    Assert (src/Generic/Data/Internal/Error.hs:35)
 100% (  5 /  5) in 'Generic.Data.Internal.Functions'
Warning: 'M1' 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: 'ConId' is ambiguous. It is defined
    * at src/Generic/Data/Internal/Meta.hs:132:19
    * at src/Generic/Data/Internal/Meta.hs:132:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Generic/Data/Internal/Meta.hs:132:1
  78% ( 47 / 60) in 'Generic.Data.Internal.Meta'
  Missing documentation for:
    fromDatatype (src/Generic/Data/Internal/Meta.hs:74)
    GConId (src/Generic/Data/Internal/Meta.hs:185)
    gConIdToInt (src/Generic/Data/Internal/Meta.hs:189)
    toConId (src/Generic/Data/Internal/Meta.hs:192)
    fromConId (src/Generic/Data/Internal/Meta.hs:195)
    reGConId (src/Generic/Data/Internal/Meta.hs:198)
    gConIdMin (src/Generic/Data/Internal/Meta.hs:201)
    gConIdMax (src/Generic/Data/Internal/Meta.hs:204)
    ConIdNamed' (src/Generic/Data/Internal/Meta.hs:255)
    GConIdNamed (src/Generic/Data/Internal/Meta.hs:257)
    GConIdNamed' (src/Generic/Data/Internal/Meta.hs:259)
    GConIdNamedIf (src/Generic/Data/Internal/Meta.hs:266)
    GIsEmptyType (src/Generic/Data/Internal/Meta.hs:299)
  75% (  6 /  8) in 'Generic.Data.Internal.Newtype'
  Missing documentation for:
    GOld (src/Generic/Data/Internal/Newtype.hs:42)
    NewtypeErr (src/Generic/Data/Internal/Newtype.hs:48)
Warning: 'Opaque' is ambiguous. It is defined
    * at src/Generic/Data/Internal/Resolvers.hs:43:20
    * at src/Generic/Data/Internal/Resolvers.hs:43:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Generic/Data/Internal/Resolvers.hs:43:1
 100% (  4 /  4) in 'Generic.Data.Internal.Resolvers'
  60% ( 12 / 20) in 'Generic.Data.Internal.Traversable'
  Missing documentation for:
    EndoM (src/Generic/Data/Internal/Traversable.hs:105)
    liftEndoM (src/Generic/Data/Internal/Traversable.hs:108)
    lowerEndoM (src/Generic/Data/Internal/Traversable.hs:114)
    lowerMaybe (src/Generic/Data/Internal/Traversable.hs:118)
    GFoldMap (src/Generic/Data/Internal/Traversable.hs:122)
    Equal (src/Generic/Data/Internal/Traversable.hs:165)
    Kleisli (src/Generic/Data/Internal/Traversable.hs:168)
    GTraverse (src/Generic/Data/Internal/Traversable.hs:170)
  90% ( 10 / 11) in 'Generic.Data.Internal.Utils'
  Missing documentation for:
    coerce1 (src/Generic/Data/Internal/Utils.hs:42)
  35% (  5 / 14) in 'Generic.Data.Internal.Show'
  Missing documentation for:
    gprecShows (src/Generic/Data/Internal/Show.hs:40)
    gLiftPrecShows (src/Generic/Data/Internal/Show.hs:57)
    ShowsPrec (src/Generic/Data/Internal/Show.hs:59)
    GShow (src/Generic/Data/Internal/Show.hs:64)
    GShowC (src/Generic/Data/Internal/Show.hs:80)
    GShowFields (src/Generic/Data/Internal/Show.hs:98)
    GShowNamed (src/Generic/Data/Internal/Show.hs:110)
    GShowSingle (src/Generic/Data/Internal/Show.hs:126)
    surroundConName (src/Generic/Data/Internal/Show.hs:150)
 100% (  4 /  4) in 'Generic.Data.Internal.Data'
  31% (  6 / 19) in 'Generic.Data.Internal.Read'
  Missing documentation for:
    GRead (src/Generic/Data/Internal/Read.hs:61)
    IsNullaryDataType (src/Generic/Data/Internal/Read.hs:87)
    GReadC (src/Generic/Data/Internal/Read.hs:99)
    GReadFields (src/Generic/Data/Internal/Read.hs:129)
    GReadNamed (src/Generic/Data/Internal/Read.hs:141)
    GReadSingle (src/Generic/Data/Internal/Read.hs:172)
    coerceM1 (src/Generic/Data/Internal/Read.hs:209)
    ReadPrecTree (src/Generic/Data/Internal/Read.hs:223)
    toReadPrec (src/Generic/Data/Internal/Read.hs:229)
    identHLexemes (src/Generic/Data/Internal/Read.hs:234)
    readPrefixCon (src/Generic/Data/Internal/Read.hs:238)
    readSurround (src/Generic/Data/Internal/Read.hs:245)
    snocView (src/Generic/Data/Internal/Read.hs:253)
Warning: 'gmappend' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 30 / 30) in 'Generic.Data.Internal.Prelude'
Warning: 'GenericProduct' is ambiguous. It is defined
    * at src/Generic/Data/Internal/Generically.hs:311:28
    * at src/Generic/Data/Internal/Generically.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/Generic/Data/Internal/Generically.hs:311:1
Warning: 'Generically1' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
Warning: 'Generically' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
 100% (  5 /  5) in 'Generic.Data.Internal.Generically'
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: 'Ix' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Alternative' 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.
 100% (150 /150) in 'Generic.Data'
 100% (  1 /  1) in 'Generic.Data.Orphans'
 100% (  4 /  4) in 'Generic.Data.Types'
Warning: '%~' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: '@@' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Surgery'' is ambiguous. It is defined
    * at src/Generic/Data/Internal/Microsurgery.hs:67:44
    * at src/Generic/Data/Internal/Microsurgery.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/Generic/Data/Internal/Microsurgery.hs:67:1
Warning: 'Generically' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
  68% ( 32 / 47) in 'Generic.Data.Internal.Microsurgery'
  Missing documentation for:
    derecordify (src/Generic/Data/Internal/Microsurgery.hs:84)
    underecordify (src/Generic/Data/Internal/Microsurgery.hs:89)
    GDerecordify (src/Generic/Data/Internal/Microsurgery.hs:106)
    typeage (src/Generic/Data/Internal/Microsurgery.hs:120)
    untypeage (src/Generic/Data/Internal/Microsurgery.hs:125)
    renameFields (src/Generic/Data/Internal/Microsurgery.hs:146)
    unrenameFields (src/Generic/Data/Internal/Microsurgery.hs:152)
    renameConstrs (src/Generic/Data/Internal/Microsurgery.hs:158)
    unrenameConstrs (src/Generic/Data/Internal/Microsurgery.hs:164)
    GRenameFields (src/Generic/Data/Internal/Microsurgery.hs:178)
    GRenameConstrs (src/Generic/Data/Internal/Microsurgery.hs:199)
    GOnFields (src/Generic/Data/Internal/Microsurgery.hs:292)
    GOnField (src/Generic/Data/Internal/Microsurgery.hs:321)
    copyRep (src/Generic/Data/Internal/Microsurgery.hs:377)
    uncopyRep (src/Generic/Data/Internal/Microsurgery.hs:382)
Warning: 'Generically' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
Warning: 'GenericProduct' is ambiguous. It is defined
    * at src/Generic/Data/Internal/Generically.hs:311:28
    * at src/Generic/Data/Internal/Generically.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/Generic/Data/Internal/Generically.hs:311:1
Warning: 'Data' is ambiguous. It is defined
    * at src/Generic/Data/Internal/Data.hs:36:20
    * at src/Generic/Data/Internal/Data.hs:36:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Generic/Data/Internal/Data.hs:36:1
Warning: 'Surgery'' is ambiguous. It is defined
    * at src/Generic/Data/Internal/Microsurgery.hs:67:44
    * at src/Generic/Data/Internal/Microsurgery.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/Generic/Data/Internal/Microsurgery.hs:67:1
  81% ( 44 / 54) in 'Generic.Data.Microsurgery'
  Missing documentation for:
    renameFields (src/Generic/Data/Internal/Microsurgery.hs:146)
    unrenameFields (src/Generic/Data/Internal/Microsurgery.hs:152)
    renameConstrs (src/Generic/Data/Internal/Microsurgery.hs:158)
    unrenameConstrs (src/Generic/Data/Internal/Microsurgery.hs:164)
    copyRep (src/Generic/Data/Internal/Microsurgery.hs:377)
    uncopyRep (src/Generic/Data/Internal/Microsurgery.hs:382)
    typeage (src/Generic/Data/Internal/Microsurgery.hs:120)
    untypeage (src/Generic/Data/Internal/Microsurgery.hs:125)
    derecordify (src/Generic/Data/Internal/Microsurgery.hs:84)
    underecordify (src/Generic/Data/Internal/Microsurgery.hs:89)
Warning: Generic.Data.Internal.Data: could not find link destinations for: 
	- Generic.Data.Internal.Data.D:R:Rep1TYPEData
	- Generic.Data.Internal.Data.D:R:RepData
Warning: Generic.Data.Internal.Generically: could not find link destinations for: 
	- Generic.Data.Internal.Generically.D:R:Rep1TYPEGenerically1
	- Generic.Data.Internal.Generically.D:R:RepGenerically1
	- Generic.Data.Internal.Generically.D:R:RepGenerically
	- Generic.Data.Internal.Generically.D:R:RepFiniteEnumeration
	- Generic.Data.Internal.Generically.D:R:RepGenericProduct
Warning: Generic.Data: could not find link destinations for: 
	- GHC.Generics.Rep1_Down
	- GHC.Generics.Rep1_Tuple15
	- GHC.Generics.Rep1_Tuple14
	- GHC.Generics.Rep1_Tuple13
	- GHC.Generics.Rep1_Tuple12
	- GHC.Generics.Rep1_Tuple11
	- GHC.Generics.Rep1_Tuple10
	- GHC.Generics.Rep1_Tuple9
	- GHC.Generics.Rep1_Tuple8
	- GHC.Generics.Rep1_Tuple7
	- GHC.Generics.Rep1_Tuple6
	- GHC.Generics.Rep1_Tuple5
	- GHC.Generics.Rep1_Tuple4
	- GHC.Generics.Rep1_Tuple3
	- GHC.Generics.Rep1_Tuple2
	- GHC.Generics.Rep1_Solo
	- GHC.Generics.Rep1_Proxy
	- GHC.Generics.Rep1_Either
	- GHC.Generics.Rep1_Maybe
	- GHC.Generics.Rep1_NonEmpty
	- GHC.Generics.Rep1_List
	- GHC.Generics.Rep_Fingerprint
	- GHC.Generics.Rep_GeneralCategory
	- GHC.Generics.Rep_SrcLoc
	- GHC.Generics.Rep_Down
	- GHC.Generics.Rep_Tuple15
	- GHC.Generics.Rep_Tuple14
	- GHC.Generics.Rep_Tuple13
	- GHC.Generics.Rep_Tuple12
	- GHC.Generics.Rep_Tuple11
	- GHC.Generics.Rep_Tuple10
	- GHC.Generics.Rep_Tuple9
	- GHC.Generics.Rep_Tuple8
	- GHC.Generics.Rep_Tuple7
	- GHC.Generics.Rep_Tuple6
	- GHC.Generics.Rep_Tuple5
	- GHC.Generics.Rep_Tuple4
	- GHC.Generics.Rep_Tuple3
	- GHC.Generics.Rep_Tuple2
	- GHC.Generics.Rep_Solo
	- GHC.Generics.Rep_Unit
	- GHC.Generics.Rep_Proxy
	- GHC.Generics.Rep_Ordering
	- GHC.Generics.Rep_Bool
	- GHC.Generics.Rep_Either
	- GHC.Generics.Rep_Maybe
	- GHC.Generics.Rep_NonEmpty
	- GHC.Generics.Rep_List
	- GHC.Generics.Rep_Void
	- GHC.Generics.Rep_M1
	- GHC.Generics.Rep1_M1
	- GHC.Generics.Rep_V1
	- GHC.Generics.Rep1_V1
	- GHC.Generics.Rep_U1
	- GHC.Generics.Rep1_U1
	- GHC.Generics.Rep_Par1
	- GHC.Generics.Rep1_Par1
	- GHC.Generics.Rep_Rec1
	- GHC.Generics.Rep1_Rec1
	- GHC.Generics.Rep_K1
	- GHC.Generics.Rep1_K1
	- GHC.Generics.Rep_:+:
	- GHC.Generics.Rep1_:+:
	- GHC.Generics.Rep_:*:
	- GHC.Generics.Rep1_:*:
	- GHC.Generics.Rep_:.:
	- GHC.Generics.Rep1_:.:
	- GHC.Generics.Rep_R:UReckWordp
	- GHC.Generics.Rep1_R:UReckWordp
	- GHC.Generics.Rep_R:UReckIntp
	- GHC.Generics.Rep1_R:UReckIntp
	- GHC.Generics.Rep1_R:UReckFloatp
	- GHC.Generics.Rep_R:UReckDoublep
	- GHC.Generics.Rep1_R:UReckDoublep
	- GHC.Generics.Rep_R:UReckCharp
	- GHC.Generics.Rep1_R:UReckCharp
	- GHC.Generics.Rep_R:UReckPtrp
	- GHC.Generics.Rep1_R:UReckPtrp
	- GHC.Generics.Rep_Fixity
	- GHC.Generics.Rep_Associativity
	- GHC.Generics.Rep_SourceUnpackedness
	- GHC.Generics.Rep_SourceStrictness
	- GHC.Generics.Rep_DecidedStrictness
	- 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.Functor.Const.Rep_Const
	- Data.Functor.Const.Rep1_Const
	- GHC.RTS.Flags.Rep_RTSFlags
	- GHC.RTS.Flags.Rep_ParFlags
	- GHC.RTS.Flags.Rep_TickyFlags
	- GHC.RTS.Flags.Rep_TraceFlags
	- GHC.RTS.Flags.Rep_DoTrace
	- GHC.RTS.Flags.Rep_ProfFlags
	- GHC.RTS.Flags.Rep_DoHeapProfile
	- GHC.RTS.Flags.Rep_CCFlags
	- GHC.RTS.Flags.Rep_DoCostCentres
	- GHC.RTS.Flags.Rep_DebugFlags
	- GHC.RTS.Flags.Rep_MiscFlags
	- GHC.RTS.Flags.Rep_ConcFlags
	- GHC.RTS.Flags.Rep_GCFlags
	- GHC.RTS.Flags.Rep_GiveGCStats
	- Data.Functor.Identity.Rep_Identity
	- Data.Functor.Identity.Rep1_Identity
	- Control.Arrow.Rep1_Kleisli
	- Control.Arrow.Rep_Kleisli
	- Control.Applicative.Rep_ZipList
	- Control.Applicative.Rep1_ZipList
	- Control.Applicative.Rep_WrappedArrow
	- Control.Applicative.Rep1_WrappedArrow
	- Control.Applicative.Rep_WrappedMonad
	- Control.Applicative.Rep1_WrappedMonad
	- Data.Version.Rep_Version
	- GHC.ByteOrder.Rep_ByteOrder
	- GHC.Stats.Rep_RTSStats
	- GHC.Stats.Rep_GCDetails
	- Data.Semigroup.Rep_WrappedMonoid
	- Data.Semigroup.Rep1_WrappedMonoid
	- Data.Semigroup.Rep_Last
	- Data.Semigroup.Rep1_Last
	- Data.Semigroup.Rep_First
	- Data.Semigroup.Rep1_First
	- Data.Semigroup.Rep_Arg
	- Data.Semigroup.Rep1_Arg
	- Data.Semigroup.Rep_Max
	- Data.Semigroup.Rep1_Max
	- Data.Semigroup.Rep_Min
	- Data.Semigroup.Rep1_Min
	- Data.Complex.Rep_Complex
	- Data.Complex.Rep1_Complex
	- Data.Functor.Sum.Rep_Sum
	- Data.Functor.Sum.Rep1_Sum
	- Data.Functor.Product.Rep_Product
	- Data.Functor.Product.Rep1_Product
	- Data.Functor.Compose.Rep_Compose
	- Data.Functor.Compose.Rep1_Compose
	- GHC.Generics.Rep_R:UReckFloatp
	- Generic.Data.Internal.Data.D:R:Rep1TYPEData
	- Generic.Data.Internal.Data.D:R:RepData
	- GHC.IO.Exception.Rep_ExitCode
	- Generic.Data.Internal.Generically.D:R:Rep1TYPEGenerically1
	- Generic.Data.Internal.Generically.D:R:RepGenerically1
	- Generic.Data.Internal.Generically.D:R:RepGenerically
	- Generic.Data.Internal.Generically.D:R:RepFiniteEnumeration
	- Generic.Data.Internal.Generically.D:R:RepGenericProduct
	- Generic.Data.Internal.Microsurgery.D:R:RepSurgery'
	- GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang
	- GHC.LanguageExtensions.Type.Rep_Extension
Warning: Generic.Data.Types: could not find link destinations for: 
	- Generic.Data.Internal.Data.D:R:Rep1TYPEData
	- Generic.Data.Internal.Data.D:R:RepData
Warning: Generic.Data.Internal.Microsurgery: could not find link destinations for: 
	- Generic.Data.Internal.Microsurgery.D:R:RepSurgery'
Warning: Generic.Data.Microsurgery: could not find link destinations for: 
	- Generic.Data.Internal.Data.D:R:Rep1TYPEData
	- Generic.Data.Internal.Data.D:R:RepData
	- Generic.Data.Internal.Generically.D:R:RepGenerically
	- Generic.Data.Internal.Generically.D:R:RepGenericProduct
	- Generic.Data.Internal.Microsurgery.D:R:RepSurgery'
Documentation created: dist/doc/html/generic-data/,
dist/doc/html/generic-data/generic-data.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generic-data-1.1.0.2-7P2MCBaQZZP7IwH4zwvAGM
Completed    generic-data-1.1.0.2
Configuring boxes-0.1.5...
Warning: Packages using 'cabal-version: >= 1.10' and before 'cabal-version:
3.4' must specify the 'default-language' field for each component (e.g.
Haskell98 or Haskell2010). If a component uses different languages in
different modules then list the other ones in the 'other-languages' field.
Warning: For packages using 'cabal-version: >= 1.10' the 'extensions' field is
deprecated. The new 'default-extensions' field lists extensions that are used
in all modules in the component, while the 'other-extensions' field lists
extensions that are used in some modules, e.g. via the {-# LANGUAGE #-}
pragma.
Preprocessing library for boxes-0.1.5..
Building library for boxes-0.1.5..
[1 of 1] Compiling Text.PrettyPrint.Boxes ( Text/PrettyPrint/Boxes.hs, dist/build/Text/PrettyPrint/Boxes.o, dist/build/Text/PrettyPrint/Boxes.dyn_o )
Preprocessing library for boxes-0.1.5..
Running Haddock on library for boxes-0.1.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Text.PrettyPrint.Boxes ( Text/PrettyPrint/Boxes.hs, nothing )
Haddock coverage:
Warning: 'Box' is ambiguous. It is defined
    * at Text/PrettyPrint/Boxes.hs:108:12
    * at Text/PrettyPrint/Boxes.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 Text/PrettyPrint/Boxes.hs:108:1
  95% ( 39 / 41) in 'Text.PrettyPrint.Boxes'
  Missing documentation for:
    rows
    cols
Documentation created: dist/doc/html/boxes/, dist/doc/html/boxes/boxes.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/boxes-0.1.5-JVWX38p82w14vWIalwgwIv
Completed    boxes-0.1.5
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 distributive-0.6.2.1...
Preprocessing library for distributive-0.6.2.1..
Building library for distributive-0.6.2.1..
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o )

src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
    The prefix use of a $ would denote an untyped splice
      were the TemplateHaskell extension enabled.
    Suggested fix: Add whitespace after the $.
    |
157 |   distribute a e = fmap ($e) a
    |                          ^
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o, dist/build/Data/Distributive/Generic.dyn_o )
Preprocessing library for distributive-0.6.2.1..
Running Haddock on library for distributive-0.6.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, nothing )

src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
    The prefix use of a $ would denote an untyped splice
      were the TemplateHaskell extension enabled.
    Suggested fix: Add whitespace after the $.
    |
157 |   distribute a e = fmap ($e) a
    |                          ^
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, nothing )
Haddock coverage:
Warning: 'Representable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
    * in Data.Functor.Identity
    * in Data.Functor.Identity
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Identity
Warning: 'Compose' is ambiguous. It is defined
    * in Data.Functor.Compose
    * in Data.Functor.Compose
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Compose
 100% (  4 /  4) in 'Data.Distributive'
  75% (  3 /  4) in 'Data.Distributive.Generic'
  Missing documentation for:
    GDistributive (src/Data/Distributive/Generic.hs:51)
Documentation created: dist/doc/html/distributive/,
dist/doc/html/distributive/distributive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/distributive-0.6.2.1-LYGC3cC7tAvDF84yagGUZw
Completed    distributive-0.6.2.1
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 network-uri-2.6.4.2...
Preprocessing library for network-uri-2.6.4.2..
Building library for network-uri-2.6.4.2..
[1 of 3] Compiling Network.URI      ( Network/URI.hs, dist/build/Network/URI.o, dist/build/Network/URI.dyn_o )

Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1131 |         if head (uriPath ref) == '/' then
     |            ^^^^

Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1437 | query = orNull tail . uriQuery
     |                ^^^^

Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1441 | fragment = orNull tail . uriFragment
     |                   ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o, dist/build/Network/URI/Lens.dyn_o )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o, dist/build/Network/URI/Static.dyn_o )
Preprocessing library for network-uri-2.6.4.2..
Running Haddock on library for network-uri-2.6.4.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Network.URI      ( Network/URI.hs, nothing )

Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1131 |         if head (uriPath ref) == '/' then
     |            ^^^^

Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1437 | query = orNull tail . uriQuery
     |                ^^^^

Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1441 | fragment = orNull tail . uriFragment
     |                   ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, nothing )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, nothing )
Haddock coverage:
Warning: 'URI' is ambiguous. It is defined
    * at Network/URI.hs:184:12
    * at Network/URI.hs:184:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/URI.hs:184:1
  77% ( 42 / 54) in 'Network.URI'
  Missing documentation for:
    uriIsAbsolute (Network/URI.hs:388)
    uriIsRelative (Network/URI.hs:391)
    uriAuthToString (Network/URI.hs:959)
    parseabsoluteURI (Network/URI.hs:1400)
    escapeString (Network/URI.hs:1404)
    reserved (Network/URI.hs:1408)
    unreserved (Network/URI.hs:1412)
    scheme (Network/URI.hs:1418)
    authority (Network/URI.hs:1425)
    path (Network/URI.hs:1433)
    query (Network/URI.hs:1437)
    fragment (Network/URI.hs:1441)
  11% (  1 /  9) in 'Network.URI.Lens'
  Missing documentation for:
    uriRegNameLens (Network/URI/Lens.hs:32)
    uriUserInfoLens (Network/URI/Lens.hs:35)
    uriPortLens (Network/URI/Lens.hs:39)
    uriAuthorityLens (Network/URI/Lens.hs:42)
    uriSchemeLens (Network/URI/Lens.hs:46)
    uriPathLens (Network/URI/Lens.hs:49)
    uriQueryLens (Network/URI/Lens.hs:52)
    uriFragmentLens (Network/URI/Lens.hs:55)
  88% (  8 /  9) in 'Network.URI.Static'
  Missing documentation for:
    Module header
Warning: Network.URI: could not find link destinations for: 
	- Network.URI.Rep_URI
	- Network.URI.Rep_URIAuth
Warning: Network.URI.Lens: could not find link destinations for: 
	- Network.URI.Lens.Lens'
Documentation created: dist/doc/html/network-uri/,
dist/doc/html/network-uri/network-uri.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-uri-2.6.4.2-3nNQMBMIiS23GiQ0eN39ga
Completed    network-uri-2.6.4.2
Configuring transformers-base-0.4.6...
Preprocessing library for transformers-base-0.4.6..
Building library for transformers-base-0.4.6..
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o, dist/build/Control/Monad/Base.dyn_o )
Preprocessing library for transformers-base-0.4.6..
Running Haddock on library for transformers-base-0.4.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, nothing )
Haddock coverage:
  33% (  1 /  3) in 'Control.Monad.Base'
  Missing documentation for:
    Module header
    MonadBase (src/Control/Monad/Base.hs:60)
Documentation created: dist/doc/html/transformers-base/,
dist/doc/html/transformers-base/transformers-base.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-base-0.4.6-IL0Wd7HO1bp151a2hrrU7W
Completed    transformers-base-0.4.6
Downloading  equivalence-0.4.1
Downloaded   equivalence-0.4.1
Configuring equivalence-0.4.1...
Preprocessing library for equivalence-0.4.1..
Building library for equivalence-0.4.1..
[1 of 2] Compiling Data.Equivalence.STT ( src/Data/Equivalence/STT.hs, dist/build/Data/Equivalence/STT.o, dist/build/Data/Equivalence/STT.dyn_o )
[2 of 2] Compiling Data.Equivalence.Monad ( src/Data/Equivalence/Monad.hs, dist/build/Data/Equivalence/Monad.o, dist/build/Data/Equivalence/Monad.dyn_o )
Preprocessing library for equivalence-0.4.1..
Running Haddock on library for equivalence-0.4.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Equivalence.STT ( src/Data/Equivalence/STT.hs, nothing )
[2 of 2] Compiling Data.Equivalence.Monad ( src/Data/Equivalence/Monad.hs, nothing )
Haddock coverage:
Warning: 'Equiv' is ambiguous. It is defined
    * at src/Data/Equivalence/STT.hs:107:20
    * at src/Data/Equivalence/STT.hs:107:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Equivalence/STT.hs:107:1
Warning: 'Entry' is ambiguous. It is defined
    * at src/Data/Equivalence/STT.hs:82:23
    * at src/Data/Equivalence/STT.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/Equivalence/STT.hs:82:1
 100% ( 20 / 20) in 'Data.Equivalence.STT'
Warning: 'EquivT' is ambiguous. It is defined
    * at src/Data/Equivalence/Monad.hs:64:28
    * at src/Data/Equivalence/Monad.hs:64:1
    You may 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/Equivalence/Monad.hs:64:1
 100% ( 10 / 10) in 'Data.Equivalence.Monad'
Documentation created: dist/doc/html/equivalence/,
dist/doc/html/equivalence/equivalence.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/equivalence-0.4.1-FrEylOhWO1ZFtVVe3GzFMy
Completed    equivalence-0.4.1
Configuring filemanip-0.3.6.3...
Preprocessing library for filemanip-0.3.6.3..
Building library for filemanip-0.3.6.3..
[1 of 4] Compiling System.FilePath.GlobPattern ( System/FilePath/GlobPattern.hs, dist/build/System/FilePath/GlobPattern.o, dist/build/System/FilePath/GlobPattern.dyn_o )

System/FilePath/GlobPattern.hs:130: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."
    |
130 |                      | otherwise = let hs = map head ss
    |                                                 ^^^^

System/FilePath/GlobPattern.hs:131:44: 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."
    |
131 |                                        h = head hs
    |                                            ^^^^

System/FilePath/GlobPattern.hs:132:54: 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."
    |
132 |                                    in if all (h==) $ tail hs
    |                                                      ^^^^

System/FilePath/GlobPattern.hs:133: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."
    |
133 |                                       then pfx (h:acc) $ map tail ss
    |                                                              ^^^^

System/FilePath/GlobPattern.hs:149:22: warning: [GHC-63397] [-Wname-shadowing]
    This binding for g shadows the existing binding
      bound at System/FilePath/GlobPattern.hs:148:24
    |
149 |     where matchGroup g = matchTerms (MatchLiteral g : ts) cs
    |                      ^

System/FilePath/GlobPattern.hs:154:48: 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."
    |
154 |                           Nothing -> matchAny (tail cs')
    |                                                ^^^^

System/FilePath/GlobPattern.hs:162:48: 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."
    |
162 |                          Nothing -> matchDir $ tail cs'
    |                                                ^^^^
[2 of 4] Compiling System.FilePath.Glob ( System/FilePath/Glob.hs, dist/build/System/FilePath/Glob.o, dist/build/System/FilePath/Glob.dyn_o )
[3 of 4] Compiling System.FilePath.Find ( System/FilePath/Find.hs, dist/build/System/FilePath/Find.o, dist/build/System/FilePath/Find.dyn_o )

System/FilePath/Find.hs:227:20: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
227 |   where visit path depth st =
    |                    ^^^^^

System/FilePath/Find.hs:231:9: warning: [GHC-63397] [-Wname-shadowing]
    This binding for traverse shadows the existing binding
      imported from Prelude at System/FilePath/Find.hs:39:8-27
      (and originally defined in Data.Traversable)
    |
231 |         traverse dir depth dirSt = do
    |         ^^^^^^^^

System/FilePath/Find.hs:231:22: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
231 |         traverse dir depth dirSt = do
    |                      ^^^^^

System/FilePath/Find.hs:238:25: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
238 |         filterPath path depth st result =
    |                         ^^^^^

System/FilePath/Find.hs:274:15: warning: [GHC-63397] [-Wname-shadowing]
    This binding for state shadows the existing binding
      bound at System/FilePath/Find.hs:271:38
    |
274 |   where visit state path depth st =
    |               ^^^^^

System/FilePath/Find.hs:274:21: warning: [GHC-63397] [-Wname-shadowing]
    This binding for path shadows the existing binding
      bound at System/FilePath/Find.hs:271:44
    |
274 |   where visit state path depth st =
    |                     ^^^^

System/FilePath/Find.hs:274:26: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
274 |   where visit state path depth st =
    |                          ^^^^^

System/FilePath/Find.hs:279:9: warning: [GHC-63397] [-Wname-shadowing]
    This binding for traverse shadows the existing binding
      imported from Prelude at System/FilePath/Find.hs:39:8-27
      (and originally defined in Data.Traversable)
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |         ^^^^^^^^

System/FilePath/Find.hs:279:18: warning: [GHC-63397] [-Wname-shadowing]
    This binding for state shadows the existing binding
      bound at System/FilePath/Find.hs:271:38
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |                  ^^^^^

System/FilePath/Find.hs:279:28: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |                            ^^^^^

System/FilePath/Find.hs:282:53: warning: [GHC-63397] [-Wname-shadowing]
    This binding for state shadows the existing binding
      bound at System/FilePath/Find.hs:279:18
    |
282 |                 in state' `seq` flip foldM state' (\state name ->
    |                                                     ^^^^^

System/FilePath/Find.hs:284:25: warning: [GHC-63397] [-Wname-shadowing]
    This binding for path shadows the existing binding
      bound at System/FilePath/Find.hs:271:44
    |
284 |                     let path = dir </> name
    |                         ^^^^
[4 of 4] Compiling System.FilePath.Manip ( System/FilePath/Manip.hs, dist/build/System/FilePath/Manip.o, dist/build/System/FilePath/Manip.dyn_o )
Preprocessing library for filemanip-0.3.6.3..
Running Haddock on library for filemanip-0.3.6.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling System.FilePath.GlobPattern ( System/FilePath/GlobPattern.hs, nothing )

System/FilePath/GlobPattern.hs:130: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."
    |
130 |                      | otherwise = let hs = map head ss
    |                                                 ^^^^

System/FilePath/GlobPattern.hs:131:44: 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."
    |
131 |                                        h = head hs
    |                                            ^^^^

System/FilePath/GlobPattern.hs:132:54: 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."
    |
132 |                                    in if all (h==) $ tail hs
    |                                                      ^^^^

System/FilePath/GlobPattern.hs:133: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."
    |
133 |                                       then pfx (h:acc) $ map tail ss
    |                                                              ^^^^

System/FilePath/GlobPattern.hs:149:22: warning: [GHC-63397] [-Wname-shadowing]
    This binding for g shadows the existing binding
      bound at System/FilePath/GlobPattern.hs:148:24
    |
149 |     where matchGroup g = matchTerms (MatchLiteral g : ts) cs
    |                      ^

System/FilePath/GlobPattern.hs:154:48: 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."
    |
154 |                           Nothing -> matchAny (tail cs')
    |                                                ^^^^

System/FilePath/GlobPattern.hs:162:48: 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."
    |
162 |                          Nothing -> matchDir $ tail cs'
    |                                                ^^^^
[2 of 4] Compiling System.FilePath.Glob ( System/FilePath/Glob.hs, nothing )
[3 of 4] Compiling System.FilePath.Find ( System/FilePath/Find.hs, nothing )

System/FilePath/Find.hs:227:20: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
227 |   where visit path depth st =
    |                    ^^^^^

System/FilePath/Find.hs:231:9: warning: [GHC-63397] [-Wname-shadowing]
    This binding for traverse shadows the existing binding
      imported from Prelude at System/FilePath/Find.hs:39:8-27
      (and originally defined in Data.Traversable)
    |
231 |         traverse dir depth dirSt = do
    |         ^^^^^^^^

System/FilePath/Find.hs:231:22: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
231 |         traverse dir depth dirSt = do
    |                      ^^^^^

System/FilePath/Find.hs:238:25: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
238 |         filterPath path depth st result =
    |                         ^^^^^

System/FilePath/Find.hs:274:15: warning: [GHC-63397] [-Wname-shadowing]
    This binding for state shadows the existing binding
      bound at System/FilePath/Find.hs:271:38
    |
274 |   where visit state path depth st =
    |               ^^^^^

System/FilePath/Find.hs:274:21: warning: [GHC-63397] [-Wname-shadowing]
    This binding for path shadows the existing binding
      bound at System/FilePath/Find.hs:271:44
    |
274 |   where visit state path depth st =
    |                     ^^^^

System/FilePath/Find.hs:274:26: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
274 |   where visit state path depth st =
    |                          ^^^^^

System/FilePath/Find.hs:279:9: warning: [GHC-63397] [-Wname-shadowing]
    This binding for traverse shadows the existing binding
      imported from Prelude at System/FilePath/Find.hs:39:8-27
      (and originally defined in Data.Traversable)
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |         ^^^^^^^^

System/FilePath/Find.hs:279:18: warning: [GHC-63397] [-Wname-shadowing]
    This binding for state shadows the existing binding
      bound at System/FilePath/Find.hs:271:38
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |                  ^^^^^

System/FilePath/Find.hs:279:28: warning: [GHC-63397] [-Wname-shadowing]
    This binding for depth shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |                            ^^^^^

System/FilePath/Find.hs:282:53: warning: [GHC-63397] [-Wname-shadowing]
    This binding for state shadows the existing binding
      bound at System/FilePath/Find.hs:279:18
    |
282 |                 in state' `seq` flip foldM state' (\state name ->
    |                                                     ^^^^^

System/FilePath/Find.hs:284:25: warning: [GHC-63397] [-Wname-shadowing]
    This binding for path shadows the existing binding
      bound at System/FilePath/Find.hs:271:44
    |
284 |                     let path = dir </> name
    |                         ^^^^
[4 of 4] Compiling System.FilePath.Manip ( System/FilePath/Manip.hs, nothing )
Haddock coverage:
 100% (  7 /  7) in 'System.FilePath.GlobPattern'
 100% (  2 /  2) in 'System.FilePath.Glob'
Warning: 'put' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FileInfo' is ambiguous. It is defined
    * at System/FilePath/Find.hs:136:17
    * at System/FilePath/Find.hs:136:1
    You 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/FilePath/Find.hs:136:1
Warning: 'isSuffixOf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  65% ( 41 / 63) in 'System.FilePath.Find'
  Missing documentation for:
    FileType (System/FilePath/Find.hs:394)
    FilterPredicate (System/FilePath/Find.hs:202)
    RecursionPredicate (System/FilePath/Find.hs:203)
    deviceID (System/FilePath/Find.hs:440)
    fileID (System/FilePath/Find.hs:443)
    fileOwner (System/FilePath/Find.hs:446)
    fileGroup (System/FilePath/Find.hs:449)
    fileSize (System/FilePath/Find.hs:452)
    linkCount (System/FilePath/Find.hs:455)
    specialDeviceID (System/FilePath/Find.hs:458)
    fileMode (System/FilePath/Find.hs:461)
    accessTime (System/FilePath/Find.hs:479)
    modificationTime (System/FilePath/Find.hs:482)
    statusChangeTime (System/FilePath/Find.hs:485)
    ==? (System/FilePath/Find.hs:528)
    /=? (System/FilePath/Find.hs:532)
    >? (System/FilePath/Find.hs:536)
    <? (System/FilePath/Find.hs:540)
    >=? (System/FilePath/Find.hs:544)
    <=? (System/FilePath/Find.hs:548)
    &&? (System/FilePath/Find.hs:558)
    ||? (System/FilePath/Find.hs:562)
 100% (  6 /  6) in 'System.FilePath.Manip'
Documentation created: dist/doc/html/filemanip/,
dist/doc/html/filemanip/filemanip.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/filemanip-0.3.6.3-IM2GKVQeu7N4AyH6hY6gX5
Completed    filemanip-0.3.6.3
Configuring blaze-html-0.9.2.0...
Preprocessing library for blaze-html-0.9.2.0..
Building library for blaze-html-0.9.2.0..
[ 1 of 21] Compiling Text.Blaze.Html  ( src/Text/Blaze/Html.hs, dist/build/Text/Blaze/Html.o, dist/build/Text/Blaze/Html.dyn_o )
[ 2 of 21] Compiling Text.Blaze.Html.Renderer.Pretty ( src/Text/Blaze/Html/Renderer/Pretty.hs, dist/build/Text/Blaze/Html/Renderer/Pretty.o, dist/build/Text/Blaze/Html/Renderer/Pretty.dyn_o )
[ 3 of 21] Compiling Text.Blaze.Html.Renderer.String ( src/Text/Blaze/Html/Renderer/String.hs, dist/build/Text/Blaze/Html/Renderer/String.o, dist/build/Text/Blaze/Html/Renderer/String.dyn_o )
[ 4 of 21] Compiling Text.Blaze.Html.Renderer.Text ( src/Text/Blaze/Html/Renderer/Text.hs, dist/build/Text/Blaze/Html/Renderer/Text.o, dist/build/Text/Blaze/Html/Renderer/Text.dyn_o )
[ 5 of 21] Compiling Text.Blaze.Html.Renderer.Utf8 ( src/Text/Blaze/Html/Renderer/Utf8.hs, dist/build/Text/Blaze/Html/Renderer/Utf8.o, dist/build/Text/Blaze/Html/Renderer/Utf8.dyn_o )
[ 6 of 21] Compiling Text.Blaze.Html4.FrameSet ( src/Text/Blaze/Html4/FrameSet.hs, dist/build/Text/Blaze/Html4/FrameSet.o, dist/build/Text/Blaze/Html4/FrameSet.dyn_o )
[ 7 of 21] Compiling Text.Blaze.Html4.FrameSet.Attributes ( src/Text/Blaze/Html4/FrameSet/Attributes.hs, dist/build/Text/Blaze/Html4/FrameSet/Attributes.o, dist/build/Text/Blaze/Html4/FrameSet/Attributes.dyn_o )
[ 8 of 21] Compiling Text.Blaze.Html4.Strict ( src/Text/Blaze/Html4/Strict.hs, dist/build/Text/Blaze/Html4/Strict.o, dist/build/Text/Blaze/Html4/Strict.dyn_o )
[ 9 of 21] Compiling Text.Blaze.Html4.Strict.Attributes ( src/Text/Blaze/Html4/Strict/Attributes.hs, dist/build/Text/Blaze/Html4/Strict/Attributes.o, dist/build/Text/Blaze/Html4/Strict/Attributes.dyn_o )
[10 of 21] Compiling Text.Blaze.Html4.Transitional ( src/Text/Blaze/Html4/Transitional.hs, dist/build/Text/Blaze/Html4/Transitional.o, dist/build/Text/Blaze/Html4/Transitional.dyn_o )
[11 of 21] Compiling Text.Blaze.Html4.Transitional.Attributes ( src/Text/Blaze/Html4/Transitional/Attributes.hs, dist/build/Text/Blaze/Html4/Transitional/Attributes.o, dist/build/Text/Blaze/Html4/Transitional/Attributes.dyn_o )
[12 of 21] Compiling Text.Blaze.Html5 ( src/Text/Blaze/Html5.hs, dist/build/Text/Blaze/Html5.o, dist/build/Text/Blaze/Html5.dyn_o )
[13 of 21] Compiling Text.Blaze.Html5.Attributes ( src/Text/Blaze/Html5/Attributes.hs, dist/build/Text/Blaze/Html5/Attributes.o, dist/build/Text/Blaze/Html5/Attributes.dyn_o )
[14 of 21] Compiling Text.Blaze.XHtml1.FrameSet ( src/Text/Blaze/XHtml1/FrameSet.hs, dist/build/Text/Blaze/XHtml1/FrameSet.o, dist/build/Text/Blaze/XHtml1/FrameSet.dyn_o )
[15 of 21] Compiling Text.Blaze.XHtml1.FrameSet.Attributes ( src/Text/Blaze/XHtml1/FrameSet/Attributes.hs, dist/build/Text/Blaze/XHtml1/FrameSet/Attributes.o, dist/build/Text/Blaze/XHtml1/FrameSet/Attributes.dyn_o )
[16 of 21] Compiling Text.Blaze.XHtml1.Strict ( src/Text/Blaze/XHtml1/Strict.hs, dist/build/Text/Blaze/XHtml1/Strict.o, dist/build/Text/Blaze/XHtml1/Strict.dyn_o )
[17 of 21] Compiling Text.Blaze.XHtml1.Strict.Attributes ( src/Text/Blaze/XHtml1/Strict/Attributes.hs, dist/build/Text/Blaze/XHtml1/Strict/Attributes.o, dist/build/Text/Blaze/XHtml1/Strict/Attributes.dyn_o )
[18 of 21] Compiling Text.Blaze.XHtml1.Transitional ( src/Text/Blaze/XHtml1/Transitional.hs, dist/build/Text/Blaze/XHtml1/Transitional.o, dist/build/Text/Blaze/XHtml1/Transitional.dyn_o )
[19 of 21] Compiling Text.Blaze.XHtml1.Transitional.Attributes ( src/Text/Blaze/XHtml1/Transitional/Attributes.hs, dist/build/Text/Blaze/XHtml1/Transitional/Attributes.o, dist/build/Text/Blaze/XHtml1/Transitional/Attributes.dyn_o )
[20 of 21] Compiling Text.Blaze.XHtml5 ( src/Text/Blaze/XHtml5.hs, dist/build/Text/Blaze/XHtml5.o, dist/build/Text/Blaze/XHtml5.dyn_o )
[21 of 21] Compiling Text.Blaze.XHtml5.Attributes ( src/Text/Blaze/XHtml5/Attributes.hs, dist/build/Text/Blaze/XHtml5/Attributes.o, dist/build/Text/Blaze/XHtml5/Attributes.dyn_o )
Preprocessing library for blaze-html-0.9.2.0..
Running Haddock on library for blaze-html-0.9.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 21] Compiling Text.Blaze.Html  ( src/Text/Blaze/Html.hs, nothing )
[ 2 of 21] Compiling Text.Blaze.Html.Renderer.Pretty ( src/Text/Blaze/Html/Renderer/Pretty.hs, nothing )
[ 3 of 21] Compiling Text.Blaze.Html.Renderer.String ( src/Text/Blaze/Html/Renderer/String.hs, nothing )
[ 4 of 21] Compiling Text.Blaze.Html.Renderer.Text ( src/Text/Blaze/Html/Renderer/Text.hs, nothing )
[ 5 of 21] Compiling Text.Blaze.Html.Renderer.Utf8 ( src/Text/Blaze/Html/Renderer/Utf8.hs, nothing )
[ 6 of 21] Compiling Text.Blaze.Html4.FrameSet ( src/Text/Blaze/Html4/FrameSet.hs, nothing )
[ 7 of 21] Compiling Text.Blaze.Html4.FrameSet.Attributes ( src/Text/Blaze/Html4/FrameSet/Attributes.hs, nothing )
[ 8 of 21] Compiling Text.Blaze.Html4.Strict ( src/Text/Blaze/Html4/Strict.hs, nothing )
[ 9 of 21] Compiling Text.Blaze.Html4.Strict.Attributes ( src/Text/Blaze/Html4/Strict/Attributes.hs, nothing )
[10 of 21] Compiling Text.Blaze.Html4.Transitional ( src/Text/Blaze/Html4/Transitional.hs, nothing )
[11 of 21] Compiling Text.Blaze.Html4.Transitional.Attributes ( src/Text/Blaze/Html4/Transitional/Attributes.hs, nothing )
[12 of 21] Compiling Text.Blaze.Html5 ( src/Text/Blaze/Html5.hs, nothing )
[13 of 21] Compiling Text.Blaze.Html5.Attributes ( src/Text/Blaze/Html5/Attributes.hs, nothing )
[14 of 21] Compiling Text.Blaze.XHtml1.FrameSet ( src/Text/Blaze/XHtml1/FrameSet.hs, nothing )
[15 of 21] Compiling Text.Blaze.XHtml1.FrameSet.Attributes ( src/Text/Blaze/XHtml1/FrameSet/Attributes.hs, nothing )
[16 of 21] Compiling Text.Blaze.XHtml1.Strict ( src/Text/Blaze/XHtml1/Strict.hs, nothing )
[17 of 21] Compiling Text.Blaze.XHtml1.Strict.Attributes ( src/Text/Blaze/XHtml1/Strict/Attributes.hs, nothing )
[18 of 21] Compiling Text.Blaze.XHtml1.Transitional ( src/Text/Blaze/XHtml1/Transitional.hs, nothing )
[19 of 21] Compiling Text.Blaze.XHtml1.Transitional.Attributes ( src/Text/Blaze/XHtml1/Transitional/Attributes.hs, nothing )
[20 of 21] Compiling Text.Blaze.XHtml5 ( src/Text/Blaze/XHtml5.hs, nothing )
[21 of 21] Compiling Text.Blaze.XHtml5.Attributes ( src/Text/Blaze/XHtml5/Attributes.hs, nothing )
Haddock coverage:
  20% (  1 /  5) in 'Text.Blaze.Html'
  Missing documentation for:
    Module header
    Html (src/Text/Blaze/Html.hs:10)
    toHtml (src/Text/Blaze/Html.hs:13)
    preEscapedToHtml (src/Text/Blaze/Html.hs:16)
   0% (  0 /  2) in 'Text.Blaze.Html.Renderer.Pretty'
  Missing documentation for:
    Module header
    renderHtml (src/Text/Blaze/Html/Renderer/Pretty.hs:9)
   0% (  0 /  2) in 'Text.Blaze.Html.Renderer.String'
  Missing documentation for:
    Module header
    renderHtml (src/Text/Blaze/Html/Renderer/String.hs:9)
   0% (  0 /  5) in 'Text.Blaze.Html.Renderer.Text'
  Missing documentation for:
    Module header
    renderHtmlBuilder (src/Text/Blaze/Html/Renderer/Text.hs:16)
    renderHtmlBuilderWith (src/Text/Blaze/Html/Renderer/Text.hs:19)
    renderHtml (src/Text/Blaze/Html/Renderer/Text.hs:22)
    renderHtmlWith (src/Text/Blaze/Html/Renderer/Text.hs:25)
   0% (  0 /  4) in 'Text.Blaze.Html.Renderer.Utf8'
  Missing documentation for:
    Module header
    renderHtmlBuilder (src/Text/Blaze/Html/Renderer/Utf8.hs:14)
    renderHtml (src/Text/Blaze/Html/Renderer/Utf8.hs:17)
    renderHtmlToByteStringIO (src/Text/Blaze/Html/Renderer/Utf8.hs:20)
 100% ( 93 / 93) in 'Text.Blaze.Html4.FrameSet'
 100% (105 /105) in 'Text.Blaze.Html4.FrameSet.Attributes'
 100% ( 80 / 80) in 'Text.Blaze.Html4.Strict'
 100% ( 92 / 92) in 'Text.Blaze.Html4.Strict.Attributes'
 100% ( 91 / 91) in 'Text.Blaze.Html4.Transitional'
 100% (103 /103) in 'Text.Blaze.Html4.Transitional.Attributes'
 100% (120 /120) in 'Text.Blaze.Html5'
 100% (176 /176) in 'Text.Blaze.Html5.Attributes'
 100% ( 93 / 93) in 'Text.Blaze.XHtml1.FrameSet'
 100% (105 /105) in 'Text.Blaze.XHtml1.FrameSet.Attributes'
 100% ( 80 / 80) in 'Text.Blaze.XHtml1.Strict'
 100% ( 92 / 92) in 'Text.Blaze.XHtml1.Strict.Attributes'
 100% ( 91 / 91) in 'Text.Blaze.XHtml1.Transitional'
 100% (103 /103) in 'Text.Blaze.XHtml1.Transitional.Attributes'
 100% (120 /120) in 'Text.Blaze.XHtml5'
 100% (176 /176) in 'Text.Blaze.XHtml5.Attributes'
Documentation created: dist/doc/html/blaze-html/,
dist/doc/html/blaze-html/blaze-html.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/blaze-html-0.9.2.0-AqUOFkvkA6NEF4nCSZj57U
Completed    blaze-html-0.9.2.0
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 time-compat-1.9.8...
Preprocessing library for time-compat-1.9.8..
Building library for time-compat-1.9.8..
[ 1 of 20] Compiling Data.Format      ( src/Data/Format.hs, dist/build/Data/Format.o, dist/build/Data/Format.dyn_o )
[ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.o, dist/build/Data/Time/Calendar/Month/Compat.dyn_o )
[ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.o, dist/build/Data/Time/Calendar/Quarter/Compat.dyn_o )
[ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.o, dist/build/Data/Time/Calendar/Types.dyn_o )
[ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.o, dist/build/Data/Time/Orphans.dyn_o )
[ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.o, dist/build/Data/Time/Format/ISO8601/Compat.dyn_o )
[ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.o, dist/build/Data/Time/Format/Compat.dyn_o )
[ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.o, dist/build/Data/Time/Clock/System/Compat.dyn_o )
[ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.o, dist/build/Data/Time/Clock/POSIX/Compat.dyn_o )
[10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.o, dist/build/Data/Time/Clock/Compat.dyn_o )
[11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.o, dist/build/Data/Time/Calendar/WeekDate/Compat.dyn_o )
[12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.o, dist/build/Data/Time/Calendar/Private.dyn_o )
[13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.o, dist/build/Data/Time/Calendar/OrdinalDate/Compat.dyn_o )
[14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.o, dist/build/Data/Time/Calendar/MonthDay/Compat.dyn_o )
[15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.o, dist/build/Data/Time/Calendar/Easter/Compat.dyn_o )
[16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.o, dist/build/Data/Time/Calendar/Compat.dyn_o )
[17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.o, dist/build/Data/Time/LocalTime/Compat.dyn_o )
[18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o, dist/build/Data/Time/Compat.dyn_o )
[19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.o, dist/build/Data/Time/Clock/TAI/Compat.dyn_o )
[20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.o, dist/build/Data/Time/Calendar/Julian/Compat.dyn_o )
Preprocessing library for time-compat-1.9.8..
Running Haddock on library for time-compat-1.9.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 20] Compiling Data.Format      ( src/Data/Format.hs, nothing )
[ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, nothing )
[ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, nothing )
[ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, nothing )
[ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, nothing )
[ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, nothing )
[ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, nothing )
[ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, nothing )
[ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, nothing )
[10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, nothing )
[11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, nothing )
[12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, nothing )
[13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, nothing )
[14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, nothing )
[15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, nothing )
[16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, nothing )
[17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, nothing )
[18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, nothing )
[19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, nothing )
[20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, nothing )
Haddock coverage:
  61% (  8 / 13) in 'Data.Time.Calendar.Month.Compat'
  Missing documentation for:
    Module header
    addMonths
    diffMonths
    fromYearMonthValid
    fromMonthDayValid
  75% (  9 / 12) in 'Data.Time.Calendar.Quarter.Compat'
  Missing documentation for:
    Module header
    addQuarters
    diffQuarters
  93% ( 44 / 47) in 'Data.Time.Format.ISO8601.Compat'
  Missing documentation for:
    Module header
    ISO8601
    FormatExtension
  68% ( 13 / 19) in 'Data.Time.Format.Compat'
  Missing documentation for:
    Module header
    FormatTime
    parseTime (src/Data/Time/Format/Compat.hs:60)
    readTime (src/Data/Time/Format/Compat.hs:68)
    readsTime (src/Data/Time/Format/Compat.hs:75)
    TimeLocale
  87% (  7 /  8) in 'Data.Time.Clock.System.Compat'
  Missing documentation for:
    Module header
  50% (  4 /  8) in 'Data.Time.Clock.POSIX.Compat'
  Missing documentation for:
    Module header
    posixSecondsToUTCTime
    utcTimeToPOSIXSeconds
    systemToPOSIXTime
  96% ( 25 / 26) in 'Data.Time.Clock.Compat'
  Missing documentation for:
    Module header
  73% ( 11 / 15) in 'Data.Time.Calendar.WeekDate.Compat'
  Missing documentation for:
    Module header
    DayOfWeek
    dayOfWeek
    FirstWeekType
  82% ( 14 / 17) in 'Data.Time.Calendar.OrdinalDate.Compat'
  Missing documentation for:
    Module header
    fromMondayStartWeekValid
    fromSundayStartWeekValid
  40% (  8 / 20) in 'Data.Time.Calendar.MonthDay.Compat'
  Missing documentation for:
    Module header
    January
    February
    March
    April
    May
    June
    July
    August
    September
    October
    November
  83% (  5 /  6) in 'Data.Time.Calendar.Easter.Compat'
  Missing documentation for:
    Module header
  66% ( 41 / 62) in 'Data.Time.Calendar.Compat'
  Missing documentation for:
    Module header
    addDays
    diffDays
    CalendarDiffDays
    calendarDay
    calendarWeek
    calendarMonth
    calendarYear
    January
    February
    March
    April
    May
    June
    July
    August
    September
    October
    November
    DayOfWeek
    dayOfWeek
  79% ( 35 / 44) in 'Data.Time.LocalTime.Compat'
  Missing documentation for:
    Module header
    makeTimeOfDayValid
    CalendarDiffTime
    calendarTimeDays
    calendarTimeTime
    utcToZonedTime
    zonedTimeToUTC
    getZonedTime
    utcToLocalZonedTime
  80% (  4 /  5) in 'Data.Time.Compat'
  Missing documentation for:
    Module header
  64% (  9 / 14) in 'Data.Time.Clock.TAI.Compat'
  Missing documentation for:
    Module header
    taiNominalDayStart
    utcDayLength
    utcToTAITime
    taiToUTCTime
  91% ( 22 / 24) in 'Data.Time.Calendar.Julian.Compat'
  Missing documentation for:
    Module header
    diffJulianDurationRollOver (src/Data/Time/Calendar/Julian/Compat.hs:68)
Warning: Data.Time.Calendar.Quarter.Compat: could not find link destinations for: 
	- Data.Time.Orphans.Rep_Quarter
Warning: Data.Time.Format.ISO8601.Compat: could not find link destinations for: 
	- Data.Format.isoMap
	- Data.Format.Productish
	- Data.Format.**>
	- Data.Format.<**
	- Data.Format.<**>
	- Data.Format.pUnit
	- Data.Format.Summish
	- Data.Format.<++>
	- Data.Format.pVoid
	- Data.Format.IsoVariant
Warning: Data.Time.Clock.Compat: could not find link destinations for: 
	- Data.Time.Orphans.Rep_UniversalTime
	- Data.Time.Orphans.Rep_UTCTime
Warning: Data.Time.Calendar.OrdinalDate.Compat: could not find link destinations for: 
	- Data.Time.Orphans.Rep_Day
Warning: Data.Time.Calendar.Compat: could not find link destinations for: 
	- Data.Time.Orphans.Rep_CalendarDiffDays
	- Data.Time.Orphans.Rep_Day
Warning: Data.Time.LocalTime.Compat: could not find link destinations for: 
	- Data.Time.Orphans.Rep_CalendarDiffTime
	- Data.Time.Orphans.Rep_ZonedTime
	- Data.Time.Orphans.Rep_TimeZone
	- Data.Time.Orphans.Rep_TimeOfDay
	- Data.Time.Orphans.Rep_LocalTime
Documentation created: dist/doc/html/time-compat/,
dist/doc/html/time-compat/time-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/time-compat-1.9.8-1q90wa6SM9u4QyaCD7zAFz
Completed    time-compat-1.9.8
Configuring these-1.2.1...
Preprocessing library for these-1.2.1..
Building library for these-1.2.1..
[1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, dist/build/Data/Functor/These.o, dist/build/Data/Functor/These.dyn_o )
[2 of 3] Compiling Data.These       ( src/Data/These.hs, dist/build/Data/These.o, dist/build/Data/These.dyn_o )
[3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, dist/build/Data/These/Combinators.o, dist/build/Data/These/Combinators.dyn_o )
Preprocessing library for these-1.2.1..
Running Haddock on library for these-1.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, nothing )
[2 of 3] Compiling Data.These       ( src/Data/These.hs, nothing )
[3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, nothing )
Haddock coverage:
   0% (  0 /  2) in 'Data.Functor.These'
  Missing documentation for:
    Module header
    These1 (src/Data/Functor/These.hs:38)
Warning: 'These' is ambiguous. It is defined
    * at src/Data/These.hs:75:36
    * at src/Data/These.hs:75:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/These.hs:75:1
Warning: 'Maybe' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'here' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'there' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  76% ( 13 / 17) in 'Data.These'
  Missing documentation for:
    distrThesePair (src/Data/These.hs:158)
    undistrThesePair (src/Data/These.hs:163)
    distrPairThese (src/Data/These.hs:175)
    undistrPairThese (src/Data/These.hs:180)
Warning: 'Bifunctor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'here' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'there' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bitraversable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'These' is ambiguous. It is defined
    * at src/Data/These.hs:75:36
    * at src/Data/These.hs:75:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/These.hs:75:1
Warning: 'id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: '_This' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: '_That' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: '_These' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  78% ( 30 / 38) in 'Data.These.Combinators'
  Missing documentation for:
    justThis (src/Data/These/Combinators.hs:183)
    justThat (src/Data/These/Combinators.hs:187)
    justThese (src/Data/These/Combinators.hs:191)
    catHere (src/Data/These/Combinators.hs:211)
    catThere (src/Data/These/Combinators.hs:214)
    mapThis (src/Data/These/Combinators.hs:242)
    mapThat (src/Data/These/Combinators.hs:246)
    mapThese (src/Data/These/Combinators.hs:250)
Warning: Data.Functor.These: could not find link destinations for: 
	- Data.Functor.These.Rep_These1
	- Data.Functor.These.Rep1_These1
Warning: Data.These: could not find link destinations for: 
	- Data.These.Rep_These
	- Data.These.Rep1_These
Documentation created: dist/doc/html/these/, dist/doc/html/these/these.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/these-1.2.1-7GnonDuteui1oqOT8PvD14
Completed    these-1.2.1
Configuring text-short-0.1.6...
Preprocessing library for text-short-0.1.6..
Building library for text-short-0.1.6..
[1 of 5] Compiling PrimOps          ( src-ghc804/PrimOps.hs, dist/build/PrimOps.o, dist/build/PrimOps.dyn_o )
[2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, dist/build/Data/Text/Short/Internal.o, dist/build/Data/Text/Short/Internal.dyn_o )
[3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, dist/build/Data/Text/Short/Unsafe.o, dist/build/Data/Text/Short/Unsafe.dyn_o )
[4 of 5] Compiling Data.Text.Short  ( src/Data/Text/Short.hs, dist/build/Data/Text/Short.o, dist/build/Data/Text/Short.dyn_o )
[5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, dist/build/Data/Text/Short/Partial.o, dist/build/Data/Text/Short/Partial.dyn_o )
Preprocessing library for text-short-0.1.6..
Running Haddock on library for text-short-0.1.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling PrimOps          ( src-ghc804/PrimOps.hs, nothing )
[2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, nothing )
[3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, nothing )
[4 of 5] Compiling Data.Text.Short  ( src/Data/Text/Short.hs, nothing )
[5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, nothing )
Haddock coverage:
Warning: 'ShortText' is ambiguous. It is defined
    * at src/Data/Text/Short/Internal.hs:174:21
    * at src/Data/Text/Short/Internal.hs:174:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Text/Short/Internal.hs:174:1
Warning: 'CSize' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Foreign.C.Types
 100% (  3 /  3) in 'Data.Text.Short.Unsafe'
Warning: 'ShortText' is ambiguous. It is defined
    * at src/Data/Text/Short/Internal.hs:174:21
    * at src/Data/Text/Short/Internal.hs:174:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Text/Short/Internal.hs:174:1
 100% ( 76 / 76) in 'Data.Text.Short'
Warning: 'ShortText' is ambiguous. It is defined
    * at src/Data/Text/Short/Internal.hs:174:21
    * at src/Data/Text/Short/Internal.hs:174:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Text/Short/Internal.hs:174:1
 100% (  9 /  9) in 'Data.Text.Short.Partial'
Warning: Data.Text.Short: could not find link destinations for: 
	- Data.Text.Short.Internal.D:R:ItemShortText
Documentation created: dist/doc/html/text-short/,
dist/doc/html/text-short/text-short.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-short-0.1.6-EQmoCzzdNolIMvjiH7sPBk
Completed    text-short-0.1.6
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 data-fix-0.3.4...
Preprocessing library for data-fix-0.3.4..
Building library for data-fix-0.3.4..
[1 of 1] Compiling Data.Fix         ( src/Data/Fix.hs, dist/build/Data/Fix.o, dist/build/Data/Fix.dyn_o )

src/Data/Fix.hs:103:41: warning: [GHC-38856] [-Wunused-imports]
    The import of hashWithSalt1
    from module Data.Hashable.Lifted is redundant
    |
103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1)
    |                                         ^^^^^^^^^^^^^

src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports]
    The import of rnf1 from module Control.DeepSeq is redundant
    |
109 | import Control.DeepSeq (NFData (..), NFData1, rnf1)
    |                                               ^^^^
Preprocessing library for data-fix-0.3.4..
Running Haddock on library for data-fix-0.3.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Fix         ( src/Data/Fix.hs, nothing )

src/Data/Fix.hs:103:41: warning: [GHC-38856] [-Wunused-imports]
    The import of hashWithSalt1
    from module Data.Hashable.Lifted is redundant
    |
103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1)
    |                                         ^^^^^^^^^^^^^

src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports]
    The import of rnf1 from module Control.DeepSeq is redundant
    |
109 | import Control.DeepSeq (NFData (..), NFData1, rnf1)
    |                                               ^^^^
Haddock coverage:
Warning: 'ListF' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fix' is ambiguous. It is defined
    * at src/Data/Fix.hs:144:17
    * at src/Data/Fix.hs:144:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Fix.hs:144:1
Warning: 'Mu' is ambiguous. It is defined
    * at src/Data/Fix.hs:299:16
    * at src/Data/Fix.hs:299:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Fix.hs:299:1
Warning: 'Nu' is ambiguous. It is defined
    * at src/Data/Fix.hs:365:13
    * at src/Data/Fix.hs:365:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Fix.hs:365:1
 100% ( 36 / 36) in 'Data.Fix'
Warning: Data.Fix: could not find link destinations for: 
	- Data.Fix.Rep_Fix
Documentation created: dist/doc/html/data-fix/,
dist/doc/html/data-fix/data-fix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-fix-0.3.4-HHinNMPenzM6UDFaHgwd9G
Completed    data-fix-0.3.4
Configuring case-insensitive-1.2.1.0...
Preprocessing library for case-insensitive-1.2.1.0..
Building library for case-insensitive-1.2.1.0..
[1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, dist/build/Data/CaseInsensitive/Internal.o, dist/build/Data/CaseInsensitive/Internal.dyn_o )

Data/CaseInsensitive/Internal.hs:124:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (CI s).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
124 |     CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.o, dist/build/Data/CaseInsensitive.dyn_o )
[3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, dist/build/Data/CaseInsensitive/Unsafe.o, dist/build/Data/CaseInsensitive/Unsafe.dyn_o )
Preprocessing library for case-insensitive-1.2.1.0..
Running Haddock on library for case-insensitive-1.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, nothing )

Data/CaseInsensitive/Internal.hs:124:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (CI s).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
124 |     CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, nothing )
[3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, nothing )
Haddock coverage:
Warning: 'CI' is ambiguous. It is defined
    * at Data/CaseInsensitive/Internal.hs:89:13
    * at Data/CaseInsensitive/Internal.hs:89:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/CaseInsensitive/Internal.hs:89:1
Warning: 'String' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  8 /  8) in 'Data.CaseInsensitive'
 100% (  2 /  2) in 'Data.CaseInsensitive.Unsafe'
Warning: Data.CaseInsensitive: could not find link destinations for: 
	- Data.CaseInsensitive.Internal.foldCaseList
Documentation created: dist/doc/html/case-insensitive/,
dist/doc/html/case-insensitive/case-insensitive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/case-insensitive-1.2.1.0-4LqKfH8hcLEIvo1LLb4JrW
Completed    case-insensitive-1.2.1.0
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 uuid-types-1.0.6...
Preprocessing library for uuid-types-1.0.6..
Building library for uuid-types-1.0.6..
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.o, dist/build/Data/UUID/Types/Internal/Builder.dyn_o )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.o, dist/build/Data/UUID/Types/Internal.dyn_o )

src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
49 | import           Control.Applicative              ((<*>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Functor is redundant
      except perhaps to import instances from Data.Functor
    To import instances alone, use: import Data.Functor()
   |
55 | import           Data.Functor                     ((<$>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types  ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.o, dist/build/Data/UUID/Types.dyn_o )
Preprocessing library for uuid-types-1.0.6..
Running Haddock on library for uuid-types-1.0.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, nothing )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, nothing )

src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
49 | import           Control.Applicative              ((<*>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Functor is redundant
      except perhaps to import instances from Data.Functor
    To import instances alone, use: import Data.Functor()
   |
55 | import           Data.Functor                     ((<$>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types  ( src/Data/UUID/Types.hs, nothing )
Haddock coverage:
Warning: 'UUID' is ambiguous. It is defined
    * at src/Data/UUID/Types/Internal.hs:81:13
    * at src/Data/UUID/Types/Internal.hs:81:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1
Warning: 'u' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UUID' is ambiguous. It is defined
    * at src/Data/UUID/Types/Internal.hs:81:13
    * at src/Data/UUID/Types/Internal.hs:81:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1
 100% ( 23 / 23) in 'Data.UUID.Types'
Documentation created: dist/doc/html/uuid-types/,
dist/doc/html/uuid-types/uuid-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uuid-types-1.0.6-9OMhxAQ4U17Dv8jSjl6p2
Completed    uuid-types-1.0.6
Configuring edit-distance-0.2.2.1...
Preprocessing library for edit-distance-0.2.2.1..
Building library for edit-distance-0.2.2.1..
[1 of 7] Compiling Text.EditDistance.ArrayUtilities ( Text/EditDistance/ArrayUtilities.hs, dist/build/Text/EditDistance/ArrayUtilities.o, dist/build/Text/EditDistance/ArrayUtilities.dyn_o )
[2 of 7] Compiling Text.EditDistance.Bits ( Text/EditDistance/Bits.hs, dist/build/Text/EditDistance/Bits.o, dist/build/Text/EditDistance/Bits.dyn_o )

Text/EditDistance/Bits.hs:23:34: warning: [GHC-94210] [-Woverlapping-patterns]
    Pattern match has inaccessible right hand side
    In an equation for go: go (!_, !_, !_) _ | False = ...
   |
23 |   where go (!_, !_, !_) _      | False = undefined
   |                                  ^^^^^

Text/EditDistance/Bits.hs:31:42: warning: [GHC-94210] [-Woverlapping-patterns]
    Pattern match has inaccessible right hand side
    In an equation for go: go (!_, !_, !_, !_, !_) _ | False = ...
   |
31 |   where go (!_, !_, !_, !_, !_) _      | False = undefined
   |                                          ^^^^^
[3 of 7] Compiling Text.EditDistance.EditCosts ( Text/EditDistance/EditCosts.hs, dist/build/Text/EditDistance/EditCosts.o, dist/build/Text/EditDistance/EditCosts.dyn_o )
[4 of 7] Compiling Text.EditDistance.MonadUtilities ( Text/EditDistance/MonadUtilities.hs, dist/build/Text/EditDistance/MonadUtilities.o, dist/build/Text/EditDistance/MonadUtilities.dyn_o )
[5 of 7] Compiling Text.EditDistance.STUArray ( Text/EditDistance/STUArray.hs, dist/build/Text/EditDistance/STUArray.o, dist/build/Text/EditDistance/STUArray.dyn_o )
[6 of 7] Compiling Text.EditDistance.SquareSTUArray ( Text/EditDistance/SquareSTUArray.hs, dist/build/Text/EditDistance/SquareSTUArray.o, dist/build/Text/EditDistance/SquareSTUArray.dyn_o )

Text/EditDistance/SquareSTUArray.hs:1:64: warning: [GHC-19244] [-Wtrustworthy-safe]
    Text.EditDistance.SquareSTUArray is marked as Trustworthy but has been inferred as safe!
  |
1 | {-# LANGUAGE PatternGuards, ScopedTypeVariables, BangPatterns, Trustworthy #-}
  |                                                                ^^^^^^^^^^^
[7 of 7] Compiling Text.EditDistance ( Text/EditDistance.hs, dist/build/Text/EditDistance.o, dist/build/Text/EditDistance.dyn_o )
Preprocessing library for edit-distance-0.2.2.1..
Running Haddock on library for edit-distance-0.2.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Text.EditDistance.ArrayUtilities ( Text/EditDistance/ArrayUtilities.hs, nothing )
[2 of 7] Compiling Text.EditDistance.Bits ( Text/EditDistance/Bits.hs, nothing )
[3 of 7] Compiling Text.EditDistance.EditCosts ( Text/EditDistance/EditCosts.hs, nothing )
[4 of 7] Compiling Text.EditDistance.MonadUtilities ( Text/EditDistance/MonadUtilities.hs, nothing )
[5 of 7] Compiling Text.EditDistance.STUArray ( Text/EditDistance/STUArray.hs, nothing )
[6 of 7] Compiling Text.EditDistance.SquareSTUArray ( Text/EditDistance/SquareSTUArray.hs, nothing )

Text/EditDistance/SquareSTUArray.hs:1:64: warning: [GHC-19244] [-Wtrustworthy-safe]
    Text.EditDistance.SquareSTUArray is marked as Trustworthy but has been inferred as safe!
  |
1 | {-# LANGUAGE PatternGuards, ScopedTypeVariables, BangPatterns, Trustworthy #-}
  |                                                                ^^^^^^^^^^^
[7 of 7] Compiling Text.EditDistance ( Text/EditDistance.hs, nothing )
Haddock coverage:
  50% (  3 /  6) in 'Text.EditDistance'
  Missing documentation for:
    Costs (Text/EditDistance/EditCosts.hs:9)
    EditCosts (Text/EditDistance/EditCosts.hs:17)
    defaultEditCosts (Text/EditDistance/EditCosts.hs:41)
Documentation created: dist/doc/html/edit-distance/,
dist/doc/html/edit-distance/edit-distance.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/edit-distance-0.2.2.1-KDNgWmp0Rhf7JoWR8DOa4T
Completed    edit-distance-0.2.2.1
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 comonad-5.0.9...
Preprocessing library for comonad-5.0.9..
Building library for comonad-5.0.9..
[ 1 of 15] Compiling Control.Comonad  ( src/Control/Comonad.hs, dist/build/Control/Comonad.o, dist/build/Control/Comonad.dyn_o )
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o, dist/build/Control/Comonad/Hoist/Class.dyn_o )
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o, dist/build/Control/Comonad/Trans/Class.dyn_o )
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o, dist/build/Control/Comonad/Trans/Env.dyn_o )
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o, dist/build/Control/Comonad/Trans/Identity.dyn_o )
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o, dist/build/Control/Comonad/Identity.dyn_o )
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o, dist/build/Control/Comonad/Trans/Store.dyn_o )
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o, dist/build/Control/Comonad/Trans/Traced.dyn_o )
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o, dist/build/Control/Comonad/Traced/Class.dyn_o )
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o, dist/build/Control/Comonad/Traced.dyn_o )
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o, dist/build/Control/Comonad/Store/Class.dyn_o )
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o, dist/build/Control/Comonad/Store.dyn_o )
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o, dist/build/Control/Comonad/Env/Class.dyn_o )
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o, dist/build/Control/Comonad/Env.dyn_o )
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o, dist/build/Data/Functor/Composition.dyn_o )
Preprocessing library for comonad-5.0.9..
Running Haddock on library for comonad-5.0.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Control.Comonad  ( src/Control/Comonad.hs, nothing )
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, nothing )
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, nothing )
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, nothing )
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, nothing )
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, nothing )
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, nothing )
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, nothing )
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, nothing )
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, nothing )
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, nothing )
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, nothing )
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, nothing )
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, nothing )
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, nothing )
Haddock coverage:
Warning: 'Cokleisli' is ambiguous. It is defined
    * at src/Control/Comonad.hs:348:27
    * at src/Control/Comonad.hs:348:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Comonad.hs:348:1
 100% ( 22 / 22) in 'Control.Comonad'
  50% (  1 /  2) in 'Control.Comonad.Hoist.Class'
  Missing documentation for:
    ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20)
  50% (  1 /  2) in 'Control.Comonad.Trans.Class'
  Missing documentation for:
    ComonadTrans (src/Control/Comonad/Trans/Class.hs:18)
  69% (  9 / 13) in 'Control.Comonad.Trans.Env'
  Missing documentation for:
    Env (src/Control/Comonad/Trans/Env.hs:92)
    runEnv (src/Control/Comonad/Trans/Env.hs:100)
    EnvT (src/Control/Comonad/Trans/Env.hs:93)
    runEnvT (src/Control/Comonad/Trans/Env.hs:103)
 100% (  2 /  2) in 'Control.Comonad.Trans.Identity'
 100% (  4 /  4) in 'Control.Comonad.Identity'
  73% ( 11 / 15) in 'Control.Comonad.Trans.Store'
  Missing documentation for:
    Store (src/Control/Comonad/Trans/Store.hs:87)
    runStore (src/Control/Comonad/Trans/Store.hs:94)
    StoreT (src/Control/Comonad/Trans/Store.hs:96)
    runStoreT (src/Control/Comonad/Trans/Store.hs:99)
  33% (  4 / 12) in 'Control.Comonad.Trans.Traced'
  Missing documentation for:
    Traced (src/Control/Comonad/Trans/Traced.hs:55)
    traced (src/Control/Comonad/Trans/Traced.hs:58)
    runTraced (src/Control/Comonad/Trans/Traced.hs:61)
    TracedT (src/Control/Comonad/Trans/Traced.hs:63)
    trace (src/Control/Comonad/Trans/Traced.hs:97)
    listen (src/Control/Comonad/Trans/Traced.hs:100)
    listens (src/Control/Comonad/Trans/Traced.hs:103)
    censor (src/Control/Comonad/Trans/Traced.hs:106)
  33% (  1 /  3) in 'Control.Comonad.Traced.Class'
  Missing documentation for:
    ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
    traces (src/Control/Comonad/Traced/Class.hs:32)
  57% (  8 / 14) in 'Control.Comonad.Traced'
  Missing documentation for:
    ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
    traces (src/Control/Comonad/Traced/Class.hs:32)
    Traced (src/Control/Comonad/Trans/Traced.hs:55)
    traced (src/Control/Comonad/Trans/Traced.hs:58)
    runTraced (src/Control/Comonad/Trans/Traced.hs:61)
    TracedT (src/Control/Comonad/Trans/Traced.hs:63)
  25% (  1 /  4) in 'Control.Comonad.Store.Class'
  Missing documentation for:
    ComonadStore (src/Control/Comonad/Store/Class.hs:29)
    lowerPos (src/Control/Comonad/Store/Class.hs:54)
    lowerPeek (src/Control/Comonad/Store/Class.hs:58)
  61% (  8 / 13) in 'Control.Comonad.Store'
  Missing documentation for:
    ComonadStore (src/Control/Comonad/Store/Class.hs:29)
    Store (src/Control/Comonad/Trans/Store.hs:87)
    runStore (src/Control/Comonad/Trans/Store.hs:94)
    StoreT (src/Control/Comonad/Trans/Store.hs:96)
    runStoreT (src/Control/Comonad/Trans/Store.hs:99)
  33% (  1 /  3) in 'Control.Comonad.Env.Class'
  Missing documentation for:
    ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
    asks (src/Control/Comonad/Env/Class.hs:33)
  60% (  9 / 15) in 'Control.Comonad.Env'
  Missing documentation for:
    ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
    asks (src/Control/Comonad/Env/Class.hs:33)
    Env (src/Control/Comonad/Trans/Env.hs:92)
    runEnv (src/Control/Comonad/Trans/Env.hs:100)
    EnvT (src/Control/Comonad/Trans/Env.hs:93)
    runEnvT (src/Control/Comonad/Trans/Env.hs:103)
  50% (  1 /  2) in 'Data.Functor.Composition'
  Missing documentation for:
    Module header
Warning: Control.Comonad: could not find link destinations for: 
	- WithIndex.Indexing
	- Text.ParserCombinators.ReadP.P
	- Data.Graph.SetM
Warning: Control.Comonad.Trans.Identity: could not find link destinations for: 
	- Control.Monad.Trans.Identity.Rep1_IdentityT
	- Control.Monad.Trans.Identity.Rep_IdentityT
Documentation created: dist/doc/html/comonad/,
dist/doc/html/comonad/comonad.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/comonad-5.0.9-4TK9XQNRBF2DkssUp9SLRe
Completed    comonad-5.0.9
Downloading  uri-encode-1.5.0.7
Downloaded   uri-encode-1.5.0.7
Configuring uri-encode-1.5.0.7...
Preprocessing library for uri-encode-1.5.0.7..
Building library for uri-encode-1.5.0.7..
[1 of 1] Compiling Network.URI.Encode ( src/Network/URI/Encode.hs, dist/build/Network/URI/Encode.o, dist/build/Network/URI/Encode.dyn_o )
Preprocessing library for uri-encode-1.5.0.7..
Running Haddock on library for uri-encode-1.5.0.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.URI.Encode ( src/Network/URI/Encode.hs, nothing )
Haddock coverage:
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 14 / 14) in 'Network.URI.Encode'
Documentation created: dist/doc/html/uri-encode/,
dist/doc/html/uri-encode/uri-encode.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uri-encode-1.5.0.7-HAjOo4MLhnOITMIDYKkvBt
Completed    uri-encode-1.5.0.7
Configuring monad-control-1.0.3.1...
Preprocessing library for monad-control-1.0.3.1..
Building library for monad-control-1.0.3.1..
[1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o, dist/build/Control/Monad/Trans/Control.dyn_o )

src/Control/Monad/Trans/Control.hs:207:19: 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.
    |
207 |   type StT t a :: *
    |                   ^

src/Control/Monad/Trans/Control.hs:546:21: 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.
    |
546 |     type StM m a :: *
    |                     ^
Preprocessing library for monad-control-1.0.3.1..
Running Haddock on library for monad-control-1.0.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, nothing )

src/Control/Monad/Trans/Control.hs:207:19: 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.
    |
207 |   type StT t a :: *
    |                   ^

src/Control/Monad/Trans/Control.hs:546:21: 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.
    |
546 |     type StM m a :: *
    |                     ^
Haddock coverage:
Warning: 'IdentityT' is ambiguous. It is defined
    * in Control.Monad.Trans.Identity
    * in Control.Monad.Trans.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 Control.Monad.Trans.Identity
Warning: 'MaybeT' is ambiguous. It is defined
    * in Control.Monad.Trans.Maybe
    * in Control.Monad.Trans.Maybe
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Control.Monad.Trans.Maybe
Warning: 'ErrorT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Error' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ExceptT' is ambiguous. It is defined
    * in Control.Monad.Trans.Except
    * in Control.Monad.Trans.Except
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Control.Monad.Trans.Except
Warning: 'ListT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
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: '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: '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: '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: 'liftIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftBase' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MonadIO' 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: 'lift' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'withFile' 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.
 100% ( 35 / 35) in 'Control.Monad.Trans.Control'
Warning: Control.Monad.Trans.Control: could not find link destinations for: 
	- Control.Monad.Trans.Control.D:R:StTMaybeTa
	- Control.Monad.Trans.Control.D:R:StTIdentityTa
	- Control.Monad.Trans.Control.D:R:StMSTMa
	- Control.Monad.Trans.Control.D:R:StMIdentitya
	- Control.Monad.Trans.Control.D:R:StMLista
	- Control.Monad.Trans.Control.D:R:StMMaybea
	- Control.Monad.Trans.Control.D:R:StMIOa
Documentation created: dist/doc/html/monad-control/,
dist/doc/html/monad-control/monad-control.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monad-control-1.0.3.1-FAFT25wsmcjJZRoEoOcnof
Completed    monad-control-1.0.3.1
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
Configuring text-iso8601-0.1.1...
Preprocessing library for text-iso8601-0.1.1..
Building library for text-iso8601-0.1.1..
[1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, dist/build/Data/Time/FromText.o, dist/build/Data/Time/FromText.dyn_o )
[2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, dist/build/Data/Time/ToText.o, dist/build/Data/Time/ToText.dyn_o )
Preprocessing library for text-iso8601-0.1.1..
Running Haddock on library for text-iso8601-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, nothing )
[2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, nothing )
Haddock coverage:
Warning: 'zonedTime' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 11 / 11) in 'Data.Time.FromText'
   9% (  1 / 11) in 'Data.Time.ToText'
  Missing documentation for:
    Module header
    buildDay (src/Data/Time/ToText.hs:38)
    buildLocalTime (src/Data/Time/ToText.hs:122)
    buildTimeOfDay (src/Data/Time/ToText.hs:74)
    buildTimeZone (src/Data/Time/ToText.hs:106)
    buildUTCTime (src/Data/Time/ToText.hs:118)
    buildZonedTime (src/Data/Time/ToText.hs:126)
    buildMonth (src/Data/Time/ToText.hs:43)
    buildQuarter (src/Data/Time/ToText.hs:48)
    buildQuarterOfYear (src/Data/Time/ToText.hs:53)
Documentation created: dist/doc/html/text-iso8601/,
dist/doc/html/text-iso8601/text-iso8601.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-iso8601-0.1.1-EMUAgn1y19KKtwT80EJP9
Completed    text-iso8601-0.1.1
Configuring strict-0.5.1...
Preprocessing library for strict-0.5.1..
Building library for strict-0.5.1..
[1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, dist/build/Data/Strict/Either.o, dist/build/Data/Strict/Either.dyn_o )
[2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.o, dist/build/Data/Strict/Maybe.dyn_o )
[3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, dist/build/Data/Strict/These.o, dist/build/Data/Strict/These.dyn_o )
[4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.o, dist/build/Data/Strict/Tuple.dyn_o )

src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (Pair a b).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
124 |   (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, dist/build/Data/Strict/Classes.o, dist/build/Data/Strict/Classes.dyn_o )
[6 of 7] Compiling Data.Strict      ( src/Data/Strict.hs, dist/build/Data/Strict.o, dist/build/Data/Strict.dyn_o )
[7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, dist/build/System/IO/Strict.o, dist/build/System/IO/Strict.dyn_o )
Preprocessing library for strict-0.5.1..
Running Haddock on library for strict-0.5.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, nothing )
[2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, nothing )
[3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, nothing )
[4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, nothing )

src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (Pair a b).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
124 |   (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, nothing )
[6 of 7] Compiling Data.Strict      ( src/Data/Strict.hs, nothing )
[7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, nothing )
Haddock coverage:
Warning: 'Either' is ambiguous. It is defined
    * in Data.Either
    * at src/Data/Strict/Either.hs:54:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Strict/Either.hs:54:1
 100% ( 10 / 10) in 'Data.Strict.Either'
Warning: 'Maybe' is ambiguous. It is defined
    * at src/Data/Strict/Maybe.hs:58:1
    * in GHC.Maybe
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Strict/Maybe.hs:58:1
Warning: '<*>' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 11 / 11) in 'Data.Strict.Maybe'
Warning: 'These' is ambiguous. It is defined
    * at src/Data/Strict/These.hs:65:38
    * at src/Data/Strict/These.hs:65:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Strict/These.hs:65:1
Warning: 'here' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'there' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  70% ( 12 / 17) in 'Data.Strict.These'
  Missing documentation for:
    Module header
    distrThesePair (src/Data/Strict/These.hs:156)
    undistrThesePair (src/Data/Strict/These.hs:161)
    distrPairThese (src/Data/Strict/These.hs:173)
    undistrPairThese (src/Data/Strict/These.hs:178)
  90% (  9 / 10) in 'Data.Strict.Tuple'
  Missing documentation for:
    :!: (src/Data/Strict/Tuple.hs:69)
  50% (  1 /  2) in 'Data.Strict.Classes'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'Data.Strict'
Warning: 'isEOFError' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdin' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  7 /  7) in 'System.IO.Strict'
Warning: Data.Strict.Either: could not find link destinations for: 
	- Data.Strict.Either.Rep_Either
	- Data.Strict.Either.Rep1_Either
Warning: Data.Strict.Maybe: could not find link destinations for: 
	- Data.Strict.Maybe.Rep_Maybe
	- Data.Strict.Maybe.Rep1_Maybe
Warning: Data.Strict.These: could not find link destinations for: 
	- Data.Strict.These.Rep_These
	- Data.Strict.These.Rep1_These
Warning: Data.Strict.Tuple: could not find link destinations for: 
	- Data.Strict.Tuple.Rep_Pair
	- Data.Strict.Tuple.Rep1_Pair
Documentation created: dist/doc/html/strict/, dist/doc/html/strict/strict.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/strict-0.5.1-KZLMZtWBXqD5hZzNdySlvH
Completed    strict-0.5.1
Configuring bifunctors-5.6.2...
Preprocessing library for bifunctors-5.6.2..
Building library for bifunctors-5.6.2..
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o )
Preprocessing library for bifunctors-5.6.2..
Running Haddock on library for bifunctors-5.6.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, nothing )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, nothing )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, nothing )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, nothing )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, nothing )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, nothing )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, nothing )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, nothing )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, nothing )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, nothing )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, nothing )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, nothing )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, nothing )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, nothing )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, nothing )
Haddock coverage:
  70% (  7 / 10) in 'Data.Biapplicative'
  Missing documentation for:
    Biapplicative (src/Data/Biapplicative.hs:44)
    <<$>> (src/Data/Biapplicative.hs:41)
    <<**>> (src/Data/Biapplicative.hs:74)
Warning: 'Biap' is ambiguous. It is defined
    * at src/Data/Bifunctor/Biap.hs:67:23
    * at src/Data/Bifunctor/Biap.hs:67:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Bifunctor/Biap.hs:67:1
 100% (  2 /  2) in 'Data.Bifunctor.Biap'
 100% (  2 /  2) in 'Data.Bifunctor.Biff'
 100% (  2 /  2) in 'Data.Bifunctor.Clown'
 100% (  2 /  2) in 'Data.Bifunctor.Fix'
  14% (  1 /  7) in 'Data.Bifunctor.Functor'
  Missing documentation for:
    Module header
    BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19)
    BifunctorMonad (src/Data/Bifunctor/Functor.hs:22)
    biliftM (src/Data/Bifunctor/Functor.hs:31)
    BifunctorComonad (src/Data/Bifunctor/Functor.hs:34)
    biliftW (src/Data/Bifunctor/Functor.hs:43)
 100% (  2 /  2) in 'Data.Bifunctor.Flip'
 100% (  2 /  2) in 'Data.Bifunctor.Join'
 100% (  2 /  2) in 'Data.Bifunctor.Joker'
 100% (  2 /  2) in 'Data.Bifunctor.Product'
   0% (  0 /  2) in 'Data.Bifunctor.Sum'
  Missing documentation for:
    Module header
    Sum (src/Data/Bifunctor/Sum.hs:22)
Warning: 'Name' is ambiguous. It is defined
    * in Language.Haskell.TH.Syntax
    * in Language.Haskell.TH.Syntax
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Options' is ambiguous. It is defined
    * at src/Data/Bifunctor/TH.hs:77:19
    * at src/Data/Bifunctor/TH.hs:77:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Bifunctor/TH.hs:77:1
Warning: 'bimap' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldMap' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldl' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bitraverse' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequenceA' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'makeBitraverseA' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bimapM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequence' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Name' is ambiguous. It is defined
    * in Language.Haskell.TH.Syntax
    * in Language.Haskell.TH.Syntax
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Language.Haskell.TH.Syntax
  96% ( 32 / 33) in 'Data.Bifunctor.TH'
  Missing documentation for:
    makeBifold (src/Data/Bifunctor/TH.hs:217)
 100% (  2 /  2) in 'Data.Bifunctor.Tannen'
 100% (  2 /  2) in 'Data.Bifunctor.Wrapped'
Warning: Data.Bifunctor.Biap: could not find link destinations for: 
	- Data.Bifunctor.Biap.Rep_Biap
	- Data.Bifunctor.Biap.Rep1_Biap
Warning: Data.Bifunctor.Biff: could not find link destinations for: 
	- Data.Bifunctor.Biff.Rep1_Biff
	- Data.Bifunctor.Biff.Rep_Biff
Warning: Data.Bifunctor.Clown: could not find link destinations for: 
	- Data.Bifunctor.Clown.Rep_Clown
	- Data.Bifunctor.Clown.Rep1_Clown
Warning: Data.Bifunctor.Fix: could not find link destinations for: 
	- Data.Bifunctor.Fix.Rep_Fix
Warning: Data.Bifunctor.Flip: could not find link destinations for: 
	- Data.Bifunctor.Flip.Rep_Flip
Warning: Data.Bifunctor.Join: could not find link destinations for: 
	- Data.Bifunctor.Join.Rep_Join
Warning: Data.Bifunctor.Joker: could not find link destinations for: 
	- Data.Bifunctor.Joker.Rep_Joker
	- Data.Bifunctor.Joker.Rep1_Joker
Warning: Data.Bifunctor.Product: could not find link destinations for: 
	- Data.Bifunctor.Product.Rep_Product
	- Data.Bifunctor.Product.Rep1_Product
Warning: Data.Bifunctor.Sum: could not find link destinations for: 
	- Data.Bifunctor.Sum.Rep_Sum
	- Data.Bifunctor.Sum.Rep1_Sum
Warning: Data.Bifunctor.TH: could not find link destinations for: 
	- Data.Bifunctor.TH.Bifunctor
	- Data.Bifunctor.TH.Bifoldable
	- Data.Bifunctor.TH.Bitraversable
Warning: Data.Bifunctor.Tannen: could not find link destinations for: 
	- Data.Bifunctor.Tannen.Rep1_Tannen
	- Data.Bifunctor.Tannen.Rep_Tannen
Warning: Data.Bifunctor.Wrapped: could not find link destinations for: 
	- Data.Bifunctor.Wrapped.Rep_WrappedBifunctor
	- Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor
Documentation created: dist/doc/html/bifunctors/,
dist/doc/html/bifunctors/bifunctors.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bifunctors-5.6.2-GFSN9WtyvrIH3Py3OMWv09
Completed    bifunctors-5.6.2
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 semigroupoids-6.0.1...
Preprocessing library for semigroupoids-6.0.1..
Building library for semigroupoids-6.0.1..
[ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o, dist/build/Data/Functor/Extend.dyn_o )
[ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o, dist/build/Data/Semigroup/Foldable/Class.dyn_o )
[ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o, dist/build/Data/Traversable/Instances.dyn_o )
[ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o )
[ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o, dist/build/Data/Functor/Bind/Class.dyn_o )
[ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o, dist/build/Data/Functor/Apply.dyn_o )
[ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o, dist/build/Data/Semigroup/Bifoldable.dyn_o )
[ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.o, dist/build/Data/Functor/Contravariant/Divise.dyn_o )
[ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.o, dist/build/Data/Functor/Contravariant/Decide.dyn_o )
[10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.o, dist/build/Data/Functor/Contravariant/Conclude.dyn_o )
[11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o, dist/build/Data/Functor/Bind.dyn_o )
[12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o )
[13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o, dist/build/Data/Semigroupoid/Ob.dyn_o )
[14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o, dist/build/Data/Semigroupoid/Dual.dyn_o )
[15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.o, dist/build/Data/Semigroupoid/Categorical.dyn_o )
[16 of 27] Compiling Data.Groupoid    ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o )
[17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o )
[18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o, dist/build/Data/Functor/Bind/Trans.dyn_o )
[19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o, dist/build/Data/Bifunctor/Apply.dyn_o )
[20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o, dist/build/Data/Functor/Alt.dyn_o )
[21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o, dist/build/Data/Semigroup/Foldable.dyn_o )
[22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o, dist/build/Data/Semigroup/Traversable/Class.dyn_o )
[23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o, dist/build/Data/Semigroup/Traversable.dyn_o )
[24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o, dist/build/Data/Semigroup/Bitraversable.dyn_o )
[25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o, dist/build/Data/Functor/Plus.dyn_o )
[26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o )
[27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o, dist/build/Data/Semigroupoid/Static.dyn_o )
Preprocessing library for semigroupoids-6.0.1..
Running Haddock on library for semigroupoids-6.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, nothing )
[ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, nothing )
[ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, nothing )
[ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, nothing )
[ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, nothing )
[ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, nothing )
[ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, nothing )
[ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, nothing )
[ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, nothing )
[10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, nothing )
[11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, nothing )
[12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, nothing )
[13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, nothing )
[14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, nothing )
[15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, nothing )
[16 of 27] Compiling Data.Groupoid    ( src/Data/Groupoid.hs, nothing )
[17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, nothing )
[18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, nothing )
[19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, nothing )
[20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, nothing )
[21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, nothing )
[22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, nothing )
[23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, nothing )
[24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, nothing )
[25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, nothing )
[26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, nothing )
[27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, nothing )
Haddock coverage:
  83% (  5 /  6) in 'Data.Functor.Extend'
  Missing documentation for:
    Extend (src/Data/Functor/Extend.hs:55)
  66% (  2 /  3) in 'Data.Semigroup.Foldable.Class'
  Missing documentation for:
    Bifoldable1
 100% (  1 /  1) in 'Data.Traversable.Instances'
Warning: 'MaybeApply' is ambiguous. It is defined
    * at src/Data/Functor/Bind/Class.hs:411:26
    * at src/Data/Functor/Bind/Class.hs:411:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Functor/Bind/Class.hs:411:1
Warning: 'K1' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
Warning: 'StoreT' is ambiguous. It is defined
    * in Control.Comonad.Trans.Store
    * in Control.Comonad.Trans.Store
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Control.Comonad.Trans.Store
Warning: 'EnvT' is ambiguous. It is defined
    * in Control.Comonad.Trans.Env
    * in Control.Comonad.Trans.Env
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Control.Comonad.Trans.Env
Warning: 'Const' is ambiguous. It is defined
    * in Data.Functor.Const
    * in Data.Functor.Const
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Const
Warning: '(,)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Constant' is ambiguous. It is defined
    * in Data.Functor.Constant
    * in Data.Functor.Constant
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Constant
  80% ( 12 / 15) in 'Data.Functor.Bind.Class'
  Missing documentation for:
    apDefault (src/Data/Functor/Bind/Class.hs:540)
    returning (src/Data/Functor/Bind/Class.hs:537)
    Biapply (src/Data/Functor/Bind/Class.hs:753)
 100% ( 16 / 16) in 'Data.Functor.Apply'
  33% (  2 /  6) in 'Data.Semigroup.Bifoldable'
  Missing documentation for:
    Bifoldable1
    bitraverse1_ (src/Data/Semigroup/Bifoldable.hs:46)
    bifor1_ (src/Data/Semigroup/Bifoldable.hs:50)
    bisequenceA1_ (src/Data/Semigroup/Bifoldable.hs:58)
Warning: 'Day' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  6 /  6) in 'Data.Functor.Contravariant.Divise'
Warning: 'Alt' is ambiguous. It is defined
    * in Data.Semigroup.Internal
    * in Data.Semigroup.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Semigroup.Internal
Warning: 'EitherDay' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Conclude' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'Data.Functor.Contravariant.Decide'
Warning: 'Plus' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'Data.Functor.Contravariant.Conclude'
Warning: ':*:' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
  75% ( 15 / 20) in 'Data.Functor.Bind'
  Missing documentation for:
    -<< (src/Data/Functor/Bind.hs:53)
    -<- (src/Data/Functor/Bind.hs:59)
    ->- (src/Data/Functor/Bind.hs:56)
    apDefault (src/Data/Functor/Bind/Class.hs:540)
    returning (src/Data/Functor/Bind/Class.hs:537)
  50% (  2 /  4) in 'Data.Semigroupoid'
  Missing documentation for:
    WrappedCategory (src/Data/Semigroupoid.hs:71)
    Semi (src/Data/Semigroupoid.hs:80)
  50% (  1 /  2) in 'Data.Semigroupoid.Ob'
  Missing documentation for:
    Ob (src/Data/Semigroupoid/Ob.hs:29)
  50% (  1 /  2) in 'Data.Semigroupoid.Dual'
  Missing documentation for:
    Dual (src/Data/Semigroupoid/Dual.hs:21)
 100% (  3 /  3) in 'Data.Semigroupoid.Categorical'
 100% (  2 /  2) in 'Data.Groupoid'
  50% (  1 /  2) in 'Data.Isomorphism'
  Missing documentation for:
    Iso (src/Data/Isomorphism.hs:23)
 100% (  2 /  2) in 'Data.Functor.Bind.Trans'
  62% (  5 /  8) in 'Data.Bifunctor.Apply'
  Missing documentation for:
    Biapply (src/Data/Functor/Bind/Class.hs:753)
    <<$>>
    <<..>> (src/Data/Bifunctor/Apply.hs:28)
Warning: 'ExceptT' is ambiguous. It is defined
    * in Control.Monad.Trans.Except
    * in Control.Monad.Trans.Except
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Control.Monad.Trans.Except
Warning: 'Identity' is ambiguous. It is defined
    * in Data.Functor.Identity
    * in Data.Functor.Identity
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Identity
Warning: 'Bind' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'Data.Functor.Alt'
  71% ( 10 / 14) in 'Data.Semigroup.Foldable'
  Missing documentation for:
    traverse1_ (src/Data/Semigroup/Foldable.hs:78)
    for1_ (src/Data/Semigroup/Foldable.hs:82)
    sequenceA1_ (src/Data/Semigroup/Foldable.hs:86)
    asum1 (src/Data/Semigroup/Foldable.hs:104)
  33% (  1 /  3) in 'Data.Semigroup.Traversable.Class'
  Missing documentation for:
    Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
    Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
Warning: 'foldMap1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% (  8 /  9) in 'Data.Semigroup.Traversable'
  Missing documentation for:
    Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
  33% (  1 /  3) in 'Data.Semigroup.Bitraversable'
  Missing documentation for:
    Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
    bifoldMap1Default (src/Data/Semigroup/Bitraversable.hs:25)
 100% (  5 /  5) in 'Data.Functor.Plus'
Warning: 'Applicative' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Monad' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  90% ( 10 / 11) in 'Semigroupoids.Do'
  Missing documentation for:
    join
  50% (  1 /  2) in 'Data.Semigroupoid.Static'
  Missing documentation for:
    Static (src/Data/Semigroupoid/Static.hs:35)
Warning: Data.Functor.Apply: could not find link destinations for: 
	- Text.ParserCombinators.ReadP.P
	- Data.Biapplicative.Mag
	- Data.Graph.SetM
Warning: Data.Functor.Bind: could not find link destinations for: 
	- Text.ParserCombinators.ReadP.P
	- Data.Biapplicative.Mag
	- Data.Graph.SetM
Documentation created: dist/doc/html/semigroupoids/,
dist/doc/html/semigroupoids/semigroupoids.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroupoids-6.0.1-309RwKy4J1y154zzFfa7WM
Completed    semigroupoids-6.0.1
Configuring profunctors-5.6.3...
Preprocessing library for profunctors-5.6.3..
Building library for profunctors-5.6.3..
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o, dist/build/Data/Profunctor/Unsafe.dyn_o )
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o, dist/build/Data/Profunctor/Types.dyn_o )
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o, dist/build/Data/Profunctor/Monad.dyn_o )
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o, dist/build/Data/Profunctor/Adjunction.dyn_o )
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o, dist/build/Data/Profunctor/Strong.dyn_o )
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o, dist/build/Data/Profunctor/Closed.dyn_o )
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o, dist/build/Data/Profunctor/Choice.dyn_o )
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o, dist/build/Data/Profunctor/Traversing.dyn_o )
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o, dist/build/Data/Profunctor/Mapping.dyn_o )
[10 of 16] Compiling Data.Profunctor  ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o )
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o, dist/build/Data/Profunctor/Sieve.dyn_o )
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o, dist/build/Data/Profunctor/Rep.dyn_o )
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o, dist/build/Data/Profunctor/Composition.dyn_o )
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o, dist/build/Data/Profunctor/Ran.dyn_o )
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o, dist/build/Data/Profunctor/Cayley.dyn_o )
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o, dist/build/Data/Profunctor/Yoneda.dyn_o )
Preprocessing library for profunctors-5.6.3..
Running Haddock on library for profunctors-5.6.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, nothing )
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, nothing )
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, nothing )
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, nothing )
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, nothing )
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, nothing )
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, nothing )
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, nothing )
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, nothing )
[10 of 16] Compiling Data.Profunctor  ( src/Data/Profunctor.hs, nothing )
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, nothing )
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, nothing )
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, nothing )
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, nothing )
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, nothing )
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, nothing )
Haddock coverage:
Warning: 'unsafeCoerce' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  3 /  3) in 'Data.Profunctor.Unsafe'
Warning: 'Forget' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:221:24
    * at src/Data/Profunctor/Types.hs:221:1
    You may 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/Profunctor/Types.hs:221:1
Warning: 'Costar' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:124:24
    * at src/Data/Profunctor/Types.hs:124:1
    You may 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/Profunctor/Types.hs:124:1
Warning: 'Star' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:68:22
    * at src/Data/Profunctor/Types.hs:68:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
 100% (  7 /  7) in 'Data.Profunctor.Types'
 100% (  4 /  4) in 'Data.Profunctor.Monad'
 100% (  2 /  2) in 'Data.Profunctor.Adjunction'
Warning: 'Procompose' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Pastro' is ambiguous. It is defined
    * at src/Data/Profunctor/Strong.hs:274:3
    * at src/Data/Profunctor/Strong.hs:273:1
    You may 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/Profunctor/Strong.hs:273:1
Warning: 'Tambara' is ambiguous. It is defined
    * at src/Data/Profunctor/Strong.hs:170:25
    * at src/Data/Profunctor/Strong.hs:170:1
    You may 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/Profunctor/Strong.hs:170:1
Warning: 'Star' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:68:22
    * at src/Data/Profunctor/Types.hs:68:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
  88% ( 15 / 17) in 'Data.Profunctor.Strong'
  Missing documentation for:
    uncurry' (src/Data/Profunctor/Strong.hs:98)
    strong (src/Data/Profunctor/Strong.hs:102)
Warning: 'Closure' is ambiguous. It is defined
    * at src/Data/Profunctor/Closed.hs:106:25
    * at src/Data/Profunctor/Closed.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 src/Data/Profunctor/Closed.hs:106:1
  71% (  5 /  7) in 'Data.Profunctor.Closed'
  Missing documentation for:
    Environment (src/Data/Profunctor/Closed.hs:195)
    curry' (src/Data/Profunctor/Closed.hs:96)
Warning: 'CopastroSum' is ambiguous. It is defined
    * at src/Data/Profunctor/Choice.hs:422:29
    * at src/Data/Profunctor/Choice.hs:422:1
    You may 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/Profunctor/Choice.hs:422:1
Warning: 'CotambaraSum' is ambiguous. It is defined
    * at src/Data/Profunctor/Choice.hs:378:5
    * at src/Data/Profunctor/Choice.hs:377:1
    You may 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/Profunctor/Choice.hs:377:1
Warning: 'absurd' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Costar' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:124:24
    * at src/Data/Profunctor/Types.hs:124:1
    You may 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/Profunctor/Types.hs:124:1
Warning: 'costrength' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  92% ( 12 / 13) in 'Data.Profunctor.Choice'
  Missing documentation for:
    Cochoice (src/Data/Profunctor/Choice.hs:294)
Warning: 'Compose' is ambiguous. It is defined
    * in Data.Functor.Compose
    * in Data.Functor.Compose
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Compose
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
  57% (  8 / 14) in 'Data.Profunctor.Traversing'
  Missing documentation for:
    Module header
    CofreeTraversing (src/Data/Profunctor/Traversing.hs:137)
    firstTraversing (src/Data/Profunctor/Traversing.hs:36)
    secondTraversing (src/Data/Profunctor/Traversing.hs:39)
    leftTraversing (src/Data/Profunctor/Traversing.hs:60)
    rightTraversing (src/Data/Profunctor/Traversing.hs:63)
  44% (  4 /  9) in 'Data.Profunctor.Mapping'
  Missing documentation for:
    Mapping (src/Data/Profunctor/Mapping.hs:39)
    CofreeMapping (src/Data/Profunctor/Mapping.hs:89)
    wanderMapping (src/Data/Profunctor/Mapping.hs:81)
    traverseMapping (src/Data/Profunctor/Mapping.hs:84)
    closedMapping (src/Data/Profunctor/Mapping.hs:87)
  80% ( 16 / 20) in 'Data.Profunctor'
  Missing documentation for:
    uncurry' (src/Data/Profunctor/Strong.hs:98)
    curry' (src/Data/Profunctor/Closed.hs:96)
    Mapping (src/Data/Profunctor/Mapping.hs:39)
    Cochoice (src/Data/Profunctor/Choice.hs:294)
Warning: 'Costar' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:124:24
    * at src/Data/Profunctor/Types.hs:124:1
    You may 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/Profunctor/Types.hs:124:1
Warning: 'Star' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:68:22
    * at src/Data/Profunctor/Types.hs:68:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
 100% (  3 /  3) in 'Data.Profunctor.Sieve'
Warning: 'Prep' is ambiguous. It is defined
    * at src/Data/Profunctor/Rep.hs:188:3
    * at src/Data/Profunctor/Rep.hs:187:1
    You may 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/Profunctor/Rep.hs:187:1
Warning: 'Star' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:68:22
    * at src/Data/Profunctor/Types.hs:68:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
Warning: 'Iso'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Coprep' is ambiguous. It is defined
    * at src/Data/Profunctor/Rep.hs:224:22
    * at src/Data/Profunctor/Rep.hs:224:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Profunctor/Rep.hs:224:1
Warning: 'Costar' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:124:24
    * at src/Data/Profunctor/Types.hs:124:1
    You may 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/Profunctor/Types.hs:124:1
  70% ( 17 / 24) in 'Data.Profunctor.Rep'
  Missing documentation for:
    prepAdj (src/Data/Profunctor/Rep.hs:206)
    unprepAdj (src/Data/Profunctor/Rep.hs:209)
    prepUnit (src/Data/Profunctor/Rep.hs:212)
    prepCounit (src/Data/Profunctor/Rep.hs:215)
    uncoprepAdj (src/Data/Profunctor/Rep.hs:240)
    coprepUnit (src/Data/Profunctor/Rep.hs:243)
    coprepCounit (src/Data/Profunctor/Rep.hs:246)
Warning: 'Rift' is ambiguous. It is defined
    * at src/Data/Profunctor/Composition.hs:255:24
    * at src/Data/Profunctor/Composition.hs:255:1
    You may 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/Profunctor/Composition.hs:255:1
Warning: 'Procompose' is ambiguous. It is defined
    * at src/Data/Profunctor/Composition.hs:70:3
    * at src/Data/Profunctor/Composition.hs:69:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Profunctor/Composition.hs:69:1
Warning: 'Star' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:68:22
    * at src/Data/Profunctor/Types.hs:68:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
Warning: 'Compose' is ambiguous. It is defined
    * in Data.Functor.Compose
    * in Data.Functor.Compose
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Compose
Warning: 'Costar' is ambiguous. It is defined
    * at src/Data/Profunctor/Types.hs:124:24
    * at src/Data/Profunctor/Types.hs:124:1
    You may 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/Profunctor/Types.hs:124:1
Warning: 'Kleisli' is ambiguous. It is defined
    * in Control.Arrow
    * in Control.Arrow
    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.Arrow
Warning: 'Cokleisli' is ambiguous. It is defined
    * in Control.Comonad
    * in Control.Comonad
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Control.Comonad
  89% ( 17 / 19) in 'Data.Profunctor.Composition'
  Missing documentation for:
    procomposed (src/Data/Profunctor/Composition.hs:80)
    mu (src/Data/Profunctor/Composition.hs:311)
Warning: 'Codensity' is ambiguous. It is defined
    * at src/Data/Profunctor/Ran.hs:108:27
    * at src/Data/Profunctor/Ran.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 src/Data/Profunctor/Ran.hs:108:1
Warning: 'Ran' is ambiguous. It is defined
    * at src/Data/Profunctor/Ran.hs:46:23
    * at src/Data/Profunctor/Ran.hs:46:1
    You may 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/Profunctor/Ran.hs:46:1
Warning: 'counit' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  4 /  8) in 'Data.Profunctor.Ran'
  Missing documentation for:
    precomposeRan (src/Data/Profunctor/Ran.hs:86)
    curryRan (src/Data/Profunctor/Ran.hs:90)
    uncurryRan (src/Data/Profunctor/Ran.hs:94)
    decomposeCodensity (src/Data/Profunctor/Ran.hs:133)
Warning: 'Cayley' is ambiguous. It is defined
    * at src/Data/Profunctor/Cayley.hs:32:26
    * at src/Data/Profunctor/Cayley.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 src/Data/Profunctor/Cayley.hs:32:1
  66% (  2 /  3) in 'Data.Profunctor.Cayley'
  Missing documentation for:
    mapCayley (src/Data/Profunctor/Cayley.hs:108)
  85% (  6 /  7) in 'Data.Profunctor.Yoneda'
  Missing documentation for:
    Coyoneda (src/Data/Profunctor/Yoneda.hs:135)
Warning: Data.Profunctor.Types: could not find link destinations for: 
	- Data.Profunctor.Rep.D:R:RepForget
	- Data.Profunctor.Rep.D:R:RepStar
	- Data.Profunctor.Rep.D:R:CorepCostar
Warning: Data.Profunctor: could not find link destinations for: 
	- Data.Profunctor.Rep.D:R:RepForget
	- Data.Profunctor.Rep.D:R:RepStar
	- Data.Profunctor.Rep.D:R:CorepCostar
Warning: Data.Profunctor.Rep: could not find link destinations for: 
	- Data.Profunctor.Rep.Iso
	- Data.Profunctor.Rep.D:R:RepForget
	- Data.Profunctor.Rep.D:R:RepStar
	- Data.Profunctor.Rep.D:R:RepKleisli
	- Data.Profunctor.Rep.D:R:RepFUN
	- Data.Profunctor.Rep.D:R:CorepCostar
	- Data.Profunctor.Rep.D:R:CorepTagged
	- Data.Profunctor.Rep.D:R:CorepCokleisli
	- Data.Profunctor.Rep.D:R:CorepFUN
	- Data.Profunctor.Composition.D:R:CorepProcompose
	- Data.Profunctor.Composition.D:R:RepProcompose
Warning: Data.Profunctor.Composition: could not find link destinations for: 
	- Data.Profunctor.Composition.Iso
	- Data.Profunctor.Composition.D:R:CorepProcompose
	- Data.Profunctor.Composition.D:R:RepProcompose
Documentation created: dist/doc/html/profunctors/,
dist/doc/html/profunctors/profunctors.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/profunctors-5.6.3-5Z8Eg1EvBZ75eKuvG3fHa9
Completed    profunctors-5.6.3
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 invariant-0.6.4...
Preprocessing library for invariant-0.6.4..
Building library for invariant-0.6.4..
[1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, dist/build/Data/Functor/Invariant.o, dist/build/Data/Functor/Invariant.dyn_o )
[2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, dist/build/Data/Functor/Invariant/TH/Internal.o, dist/build/Data/Functor/Invariant/TH/Internal.dyn_o )
[3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, dist/build/Data/Functor/Invariant/TH.o, dist/build/Data/Functor/Invariant/TH.dyn_o )
[4 of 4] Compiling Paths_invariant  ( dist/build/autogen/Paths_invariant.hs, dist/build/Paths_invariant.o, dist/build/Paths_invariant.dyn_o )
Preprocessing library for invariant-0.6.4..
Running Haddock on library for invariant-0.6.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, nothing )
[2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, nothing )
[3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, nothing )
[4 of 4] Compiling Paths_invariant  ( dist/build/autogen/Paths_invariant.hs, nothing )
Haddock coverage:
 100% ( 20 / 20) in 'Data.Functor.Invariant'
Warning: 'Name' is ambiguous. It is defined
    * in Language.Haskell.TH.Syntax
    * in Language.Haskell.TH.Syntax
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Options' is ambiguous. It is defined
    * at src/Data/Functor/Invariant/TH.hs:55:19
    * at src/Data/Functor/Invariant/TH.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 src/Data/Functor/Invariant/TH.hs:55:1
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
 100% ( 17 / 17) in 'Data.Functor.Invariant.TH'
Warning: Data.Functor.Invariant: could not find link destinations for: 
	- Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor
	- Data.Bifunctor.Wrapped.Rep_WrappedBifunctor
Documentation created: dist/doc/html/invariant/,
dist/doc/html/invariant/invariant.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/invariant-0.6.4-KLblvUid6nl9NSgIOu86Lt
Completed    invariant-0.6.4
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
Downloading  vector-hashtables-0.1.2.1
Downloaded   vector-hashtables-0.1.2.1
Configuring vector-hashtables-0.1.2.1...
Preprocessing library for vector-hashtables-0.1.2.1..
Building library for vector-hashtables-0.1.2.1..
[1 of 4] Compiling Data.Primitive.PrimArray.Utils ( src/Data/Primitive/PrimArray/Utils.hs, dist/build/Data/Primitive/PrimArray/Utils.o, dist/build/Data/Primitive/PrimArray/Utils.dyn_o )
[2 of 4] Compiling Data.Vector.Hashtables.Internal.Mask ( src/Data/Vector/Hashtables/Internal/Mask.hs, dist/build/Data/Vector/Hashtables/Internal/Mask.o, dist/build/Data/Vector/Hashtables/Internal/Mask.dyn_o )
[3 of 4] Compiling Data.Vector.Hashtables.Internal ( src/Data/Vector/Hashtables/Internal.hs, dist/build/Data/Vector/Hashtables/Internal.o, dist/build/Data/Vector/Hashtables/Internal.dyn_o )
[4 of 4] Compiling Data.Vector.Hashtables ( src/Data/Vector/Hashtables.hs, dist/build/Data/Vector/Hashtables.o, dist/build/Data/Vector/Hashtables.dyn_o )
Preprocessing library for vector-hashtables-0.1.2.1..
Running Haddock on library for vector-hashtables-0.1.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Primitive.PrimArray.Utils ( src/Data/Primitive/PrimArray/Utils.hs, nothing )
[2 of 4] Compiling Data.Vector.Hashtables.Internal.Mask ( src/Data/Vector/Hashtables/Internal/Mask.hs, nothing )
[3 of 4] Compiling Data.Vector.Hashtables.Internal ( src/Data/Vector/Hashtables/Internal.hs, nothing )
[4 of 4] Compiling Data.Vector.Hashtables ( src/Data/Vector/Hashtables.hs, nothing )
Haddock coverage:
  11% (  1 /  9) in 'Data.Primitive.PrimArray.Utils'
  Missing documentation for:
    replicate (src/Data/Primitive/PrimArray/Utils.hs:15)
    clone (src/Data/Primitive/PrimArray/Utils.hs:25)
    unsafeFreeze (src/Data/Primitive/PrimArray/Utils.hs:33)
    unsafeThaw (src/Data/Primitive/PrimArray/Utils.hs:39)
    growWith (src/Data/Primitive/PrimArray/Utils.hs:45)
    growNoZ (src/Data/Primitive/PrimArray/Utils.hs:55)
    freeze (src/Data/Primitive/PrimArray/Utils.hs:63)
    length (src/Data/Primitive/PrimArray/Utils.hs:70)
 100% (  2 /  2) in 'Data.Vector.Hashtables.Internal.Mask'
Warning: 'MutablePrimArray' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FrozenDictionary' is ambiguous. It is defined
    * at src/Data/Vector/Hashtables/Internal.hs:90:35
    * at src/Data/Vector/Hashtables/Internal.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/Data/Vector/Hashtables/Internal.hs:90:1
Warning: 'Dictionary' is ambiguous. It is defined
    * at src/Data/Vector/Hashtables/Internal.hs:73:32
    * at src/Data/Vector/Hashtables/Internal.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/Data/Vector/Hashtables/Internal.hs:59:1
  80% ( 51 / 63) in 'Data.Vector.Hashtables.Internal'
  Missing documentation for:
    getCount (src/Data/Vector/Hashtables/Internal.hs:84)
    getFreeList (src/Data/Vector/Hashtables/Internal.hs:85)
    getFreeCount (src/Data/Vector/Hashtables/Internal.hs:86)
    atWithOrElse (src/Data/Vector/Hashtables/Internal.hs:257)
    insertWithIndex (src/Data/Vector/Hashtables/Internal.hs:360)
    addOrResize (src/Data/Vector/Hashtables/Internal.hs:389)
    add (src/Data/Vector/Hashtables/Internal.hs:411)
    resize (src/Data/Vector/Hashtables/Internal.hs:433)
    DeleteEntry (src/Data/Vector/Hashtables/Internal.hs:468)
    deleteWithIndex (src/Data/Vector/Hashtables/Internal.hs:512)
    getFastRem (src/Data/Vector/Hashtables/Internal.hs:979)
    fastRem (src/Data/Vector/Hashtables/Internal.hs:994)
 100% ( 48 / 48) in 'Data.Vector.Hashtables'
Warning: Data.Vector.Hashtables.Internal: could not find link destinations for: 
	- Data.Vector.Generic.Base.Mutable
	- Data.Vector.Generic.Base.Vector
	- Data.Vector.Generic.Mutable.Base.MVector
	- Data.Vector.Mutable.MVector
	- Data.Vector.Storable.Mutable.MVector
	- Data.Vector.Unboxed.Base.MVector
	- Data.Vector.Unboxed.Base.Vector
Warning: Data.Vector.Hashtables: could not find link destinations for: 
	- Data.Vector.Generic.Base.Mutable
	- Data.Vector.Generic.Base.Vector
	- Data.Vector.Generic.Mutable.Base.MVector
Documentation created: dist/doc/html/vector-hashtables/,
dist/doc/html/vector-hashtables/vector-hashtables.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-hashtables-0.1.2.1-B80JE8iLPR4KbwMr02Rqyr
Completed    vector-hashtables-0.1.2.1
Configuring nonempty-vector-0.2.4...
Preprocessing library for nonempty-vector-0.2.4..
Building library for nonempty-vector-0.2.4..
[1 of 3] Compiling Data.Vector.NonEmpty.Internal ( src/Data/Vector/NonEmpty/Internal.hs, dist/build/Data/Vector/NonEmpty/Internal.o, dist/build/Data/Vector/NonEmpty/Internal.dyn_o )
[2 of 3] Compiling Data.Vector.NonEmpty ( src/Data/Vector/NonEmpty.hs, dist/build/Data/Vector/NonEmpty.o, dist/build/Data/Vector/NonEmpty.dyn_o )
[3 of 3] Compiling Data.Vector.NonEmpty.Mutable ( src/Data/Vector/NonEmpty/Mutable.hs, dist/build/Data/Vector/NonEmpty/Mutable.o, dist/build/Data/Vector/NonEmpty/Mutable.dyn_o )
Preprocessing library for nonempty-vector-0.2.4..
Running Haddock on library for nonempty-vector-0.2.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Vector.NonEmpty.Internal ( src/Data/Vector/NonEmpty/Internal.hs, nothing )
[2 of 3] Compiling Data.Vector.NonEmpty ( src/Data/Vector/NonEmpty.hs, nothing )
[3 of 3] Compiling Data.Vector.NonEmpty.Mutable ( src/Data/Vector/NonEmpty/Mutable.hs, nothing )
Haddock coverage:
Warning: 'NonEmptyVector' is ambiguous. It is defined
    * at src/Data/Vector/NonEmpty/Internal.hs:67:28
    * at src/Data/Vector/NonEmpty/Internal.hs:67:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Vector/NonEmpty/Internal.hs:67:1
Warning: 'NonEmptyMVector' is ambiguous. It is defined
    * at src/Data/Vector/NonEmpty/Internal.hs:132:31
    * at src/Data/Vector/NonEmpty/Internal.hs:132:1
    You may 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/NonEmpty/Internal.hs:132:1
Warning: 'PrimState' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Vector' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  8 /  8) in 'Data.Vector.NonEmpty.Internal'
Warning: 'NonEmptyVector' is ambiguous. It is defined
    * at src/Data/Vector/NonEmpty/Internal.hs:67:28
    * at src/Data/Vector/NonEmpty/Internal.hs:67:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Vector/NonEmpty/Internal.hs:67:1
Warning: 'unsafeHead' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeLast' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeHeadM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: '(,)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'vector' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (244 /244) in 'Data.Vector.NonEmpty'
 100% ( 55 / 55) in 'Data.Vector.NonEmpty.Mutable'
Warning: Data.Vector.NonEmpty.Internal: could not find link destinations for: 
	- Data.Vector.Vector
	- Data.Vector.Mutable.MVector
Warning: Data.Vector.NonEmpty: could not find link destinations for: 
	- Data.Vector.Vector
	- Data.Vector.Mutable.MVector
Warning: Data.Vector.NonEmpty.Mutable: could not find link destinations for: 
	- Data.Vector.Mutable.MVector
Documentation created: dist/doc/html/nonempty-vector/,
dist/doc/html/nonempty-vector/nonempty-vector.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/nonempty-vector-0.2.4-GOjEyvJ44pOCTHO8msNM19
Completed    nonempty-vector-0.2.4
Configuring indexed-traversable-instances-0.1.2...
Preprocessing library for indexed-traversable-instances-0.1.2..
Building library for indexed-traversable-instances-0.1.2..
[1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, dist/build/Data/Functor/WithIndex/Instances.o, dist/build/Data/Functor/WithIndex/Instances.dyn_o )
Preprocessing library for indexed-traversable-instances-0.1.2..
Running Haddock on library for indexed-traversable-instances-0.1.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, nothing )
Haddock coverage:
 100% (  1 /  1) in 'Data.Functor.WithIndex.Instances'
Warning: Data.Functor.WithIndex.Instances: could not find link destinations for: 
	- Data.Vector.Vector
Documentation created: dist/doc/html/indexed-traversable-instances/,
dist/doc/html/indexed-traversable-instances/indexed-traversable-instances.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-instances-0.1.2-9Ke5V4r7CriBYFo8yVvXdT
Completed    indexed-traversable-instances-0.1.2
Configuring ListLike-4.7.8.3...
Preprocessing library for ListLike-4.7.8.3..
Building library for ListLike-4.7.8.3..
[ 1 of 21] Compiling Data.ListLike.FoldableLL ( src/Data/ListLike/FoldableLL.hs, dist/build/Data/ListLike/FoldableLL.o, dist/build/Data/ListLike/FoldableLL.dyn_o )
[ 2 of 21] Compiling Data.ListLike.Base ( src/Data/ListLike/Base.hs, dist/build/Data/ListLike/Base.o, dist/build/Data/ListLike/Base.dyn_o )
[ 3 of 21] Compiling Data.ListLike.IO ( src/Data/ListLike/IO.hs, dist/build/Data/ListLike/IO.o, dist/build/Data/ListLike/IO.dyn_o )
[ 4 of 21] Compiling Data.ListLike.String ( src/Data/ListLike/String.hs, dist/build/Data/ListLike/String.o, dist/build/Data/ListLike/String.dyn_o )
[ 5 of 21] Compiling Data.ListLike.FMList ( src/Data/ListLike/FMList.hs, dist/build/Data/ListLike/FMList.o, dist/build/Data/ListLike/FMList.dyn_o )
[ 6 of 21] Compiling Data.ListLike.DList ( src/Data/ListLike/DList.hs, dist/build/Data/ListLike/DList.o, dist/build/Data/ListLike/DList.dyn_o )
[ 7 of 21] Compiling Data.ListLike.CharString ( src/Data/ListLike/CharString.hs, dist/build/Data/ListLike/CharString.o, dist/build/Data/ListLike/CharString.dyn_o )
[ 8 of 21] Compiling Data.ListLike.Text.Text ( src/Data/ListLike/Text/Text.hs, dist/build/Data/ListLike/Text/Text.o, dist/build/Data/ListLike/Text/Text.dyn_o )
[ 9 of 21] Compiling Data.ListLike.Text.TextLazy ( src/Data/ListLike/Text/TextLazy.hs, dist/build/Data/ListLike/Text/TextLazy.o, dist/build/Data/ListLike/Text/TextLazy.dyn_o )
[10 of 21] Compiling Data.ListLike.Text.Builder ( src/Data/ListLike/Text/Builder.hs, dist/build/Data/ListLike/Text/Builder.o, dist/build/Data/ListLike/Text/Builder.dyn_o )
[11 of 21] Compiling Data.ListLike.Text ( src/Data/ListLike/Text.hs, dist/build/Data/ListLike/Text.o, dist/build/Data/ListLike/Text.dyn_o )
[12 of 21] Compiling Data.ListLike.Chars ( src/Data/ListLike/Chars.hs, dist/build/Data/ListLike/Chars.o, dist/build/Data/ListLike/Chars.dyn_o )
[13 of 21] Compiling Data.ListLike.UTF8 ( src/Data/ListLike/UTF8.hs, dist/build/Data/ListLike/UTF8.o, dist/build/Data/ListLike/UTF8.dyn_o )
[14 of 21] Compiling Data.ListLike.Utils ( src/Data/ListLike/Utils.hs, dist/build/Data/ListLike/Utils.o, dist/build/Data/ListLike/Utils.dyn_o )
[15 of 21] Compiling Data.ListLike.Vector.Generic ( src/Data/ListLike/Vector/Generic.hs, dist/build/Data/ListLike/Vector/Generic.o, dist/build/Data/ListLike/Vector/Generic.dyn_o )
[16 of 21] Compiling Data.ListLike.Vector.Storable ( src/Data/ListLike/Vector/Storable.hs, dist/build/Data/ListLike/Vector/Storable.o, dist/build/Data/ListLike/Vector/Storable.dyn_o )
[17 of 21] Compiling Data.ListLike.Vector.Unboxed ( src/Data/ListLike/Vector/Unboxed.hs, dist/build/Data/ListLike/Vector/Unboxed.o, dist/build/Data/ListLike/Vector/Unboxed.dyn_o )
[18 of 21] Compiling Data.ListLike.Vector.Vector ( src/Data/ListLike/Vector/Vector.hs, dist/build/Data/ListLike/Vector/Vector.o, dist/build/Data/ListLike/Vector/Vector.dyn_o )
[19 of 21] Compiling Data.ListLike.Vector ( src/Data/ListLike/Vector.hs, dist/build/Data/ListLike/Vector.o, dist/build/Data/ListLike/Vector.dyn_o )
[20 of 21] Compiling Data.ListLike.Instances ( src/Data/ListLike/Instances.hs, dist/build/Data/ListLike/Instances.o, dist/build/Data/ListLike/Instances.dyn_o )
[21 of 21] Compiling Data.ListLike    ( src/Data/ListLike.hs, dist/build/Data/ListLike.o, dist/build/Data/ListLike.dyn_o )
Preprocessing library for ListLike-4.7.8.3..
Running Haddock on library for ListLike-4.7.8.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 21] Compiling Data.ListLike.FoldableLL ( src/Data/ListLike/FoldableLL.hs, nothing )
[ 2 of 21] Compiling Data.ListLike.Base ( src/Data/ListLike/Base.hs, nothing )
[ 3 of 21] Compiling Data.ListLike.IO ( src/Data/ListLike/IO.hs, nothing )
[ 4 of 21] Compiling Data.ListLike.String ( src/Data/ListLike/String.hs, nothing )
[ 5 of 21] Compiling Data.ListLike.FMList ( src/Data/ListLike/FMList.hs, nothing )
[ 6 of 21] Compiling Data.ListLike.DList ( src/Data/ListLike/DList.hs, nothing )
[ 7 of 21] Compiling Data.ListLike.CharString ( src/Data/ListLike/CharString.hs, nothing )
[ 8 of 21] Compiling Data.ListLike.Text.Text ( src/Data/ListLike/Text/Text.hs, nothing )
[ 9 of 21] Compiling Data.ListLike.Text.TextLazy ( src/Data/ListLike/Text/TextLazy.hs, nothing )
[10 of 21] Compiling Data.ListLike.Text.Builder ( src/Data/ListLike/Text/Builder.hs, nothing )
[11 of 21] Compiling Data.ListLike.Text ( src/Data/ListLike/Text.hs, nothing )
[12 of 21] Compiling Data.ListLike.Chars ( src/Data/ListLike/Chars.hs, nothing )
[13 of 21] Compiling Data.ListLike.UTF8 ( src/Data/ListLike/UTF8.hs, nothing )
[14 of 21] Compiling Data.ListLike.Utils ( src/Data/ListLike/Utils.hs, nothing )
[15 of 21] Compiling Data.ListLike.Vector.Generic ( src/Data/ListLike/Vector/Generic.hs, nothing )
[16 of 21] Compiling Data.ListLike.Vector.Storable ( src/Data/ListLike/Vector/Storable.hs, nothing )
[17 of 21] Compiling Data.ListLike.Vector.Unboxed ( src/Data/ListLike/Vector/Unboxed.hs, nothing )
[18 of 21] Compiling Data.ListLike.Vector.Vector ( src/Data/ListLike/Vector/Vector.hs, nothing )
[19 of 21] Compiling Data.ListLike.Vector ( src/Data/ListLike/Vector.hs, nothing )
[20 of 21] Compiling Data.ListLike.Instances ( src/Data/ListLike/Instances.hs, nothing )
[21 of 21] Compiling Data.ListLike    ( src/Data/ListLike.hs, nothing )
Haddock coverage:
 100% (  9 /  9) in 'Data.ListLike.FoldableLL'
Warning: '(\\)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  9 /  9) in 'Data.ListLike.Base'
 100% (  2 /  2) in 'Data.ListLike.IO'
  66% (  2 /  3) in 'Data.ListLike.String'
  Missing documentation for:
    fromString
 100% (  1 /  1) in 'Data.ListLike.FMList'
 100% (  1 /  1) in 'Data.ListLike.DList'
 100% (  3 /  3) in 'Data.ListLike.CharString'
   0% (  0 /  1) in 'Data.ListLike.Text.Text'
  Missing documentation for:
    Module header
   0% (  0 /  1) in 'Data.ListLike.Text.TextLazy'
  Missing documentation for:
    Module header
   0% (  0 /  1) in 'Data.ListLike.Text.Builder'
  Missing documentation for:
    Module header
   0% (  0 /  1) in 'Data.ListLike.Text'
  Missing documentation for:
    Module header
   0% (  0 /  3) in 'Data.ListLike.Chars'
  Missing documentation for:
    Module header
    Chars (src/Data/ListLike/Chars.hs:27)
    builder (src/Data/ListLike/Chars.hs:33)
 100% (  1 /  1) in 'Data.ListLike.UTF8'
 100% ( 12 / 12) in 'Data.ListLike.Utils'
 100% (  1 /  1) in 'Data.ListLike.Vector.Generic'
   0% (  0 /  1) in 'Data.ListLike.Vector.Storable'
  Missing documentation for:
    Module header
   0% (  0 /  1) in 'Data.ListLike.Vector.Unboxed'
  Missing documentation for:
    Module header
   0% (  0 /  1) in 'Data.ListLike.Vector.Vector'
  Missing documentation for:
    Module header
 100% (  1 /  1) in 'Data.ListLike.Vector'
 100% (  1 /  1) in 'Data.ListLike.Instances'
Warning: 'Word8' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteStream' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  98% (155 /158) in 'Data.ListLike'
  Missing documentation for:
    fromString
    fromStringLike
    Chars (src/Data/ListLike/Chars.hs:27)
Warning: Data.ListLike.FoldableLL: could not find link destinations for: 
	- Data.Vector.Generic.Base.Vector
	- Data.Vector.Storable.Vector
	- Data.Vector.Unboxed.Base.Unbox
	- Data.Vector.Unboxed.Base.Vector
	- Data.Vector.Vector
Warning: Data.ListLike.Base: could not find link destinations for: 
	- Data.Vector.Generic.Base.Vector
	- Data.Vector.Storable.Vector
	- Data.Vector.Unboxed.Base.Unbox
	- Data.Vector.Unboxed.Base.Vector
	- Data.Vector.Vector
Warning: Data.ListLike.String: could not find link destinations for: 
	- Data.Vector.Generic.Base.Vector
	- Data.Vector.Storable.Vector
	- Data.Vector.Unboxed.Base.Vector
	- Data.Vector.Vector
Warning: Data.ListLike.FMList: could not find link destinations for: 
	- Data.ListLike.FMList.D:R:ItemFMList
Warning: Data.ListLike.CharString: could not find link destinations for: 
	- Data.ListLike.CharString.D:R:ItemCharString
	- Data.ListLike.CharString.D:R:ItemCharStringLazy
Warning: Data.ListLike.Text.Builder: could not find link destinations for: 
	- Data.ListLike.Text.Builder.D:R:ItemBuilder
Warning: Data.ListLike.Chars: could not find link destinations for: 
	- Data.ListLike.Chars.D:R:ItemChars
Warning: Data.ListLike.UTF8: could not find link destinations for: 
	- Data.ListLike.UTF8.D:R:ItemUTF8
	- Data.ListLike.UTF8.D:R:ItemUTF80
Warning: Data.ListLike.Vector.Generic: could not find link destinations for: 
	- Data.Vector.Generic.Base.Vector
Warning: Data.ListLike.Vector.Storable: could not find link destinations for: 
	- Data.Vector.Storable.Vector
Warning: Data.ListLike.Vector.Unboxed: could not find link destinations for: 
	- Data.Vector.Unboxed.Base.Unbox
	- Data.Vector.Unboxed.Base.Vector
Warning: Data.ListLike.Vector.Vector: could not find link destinations for: 
	- Data.Vector.Vector
Warning: Data.ListLike.Instances: could not find link destinations for: 
	- Data.ListLike.Instances.D:R:ItemArray
Warning: Data.ListLike: could not find link destinations for: 
	- Data.ListLike.CharString.D:R:ItemCharString
	- Data.ListLike.CharString.D:R:ItemCharStringLazy
	- Data.ListLike.Chars.D:R:ItemChars
	- Data.Vector.Generic.Base.Vector
	- Data.Vector.Storable.Vector
	- Data.Vector.Unboxed.Base.Unbox
	- Data.Vector.Unboxed.Base.Vector
	- Data.Vector.Vector
Documentation created: dist/doc/html/ListLike/,
dist/doc/html/ListLike/ListLike.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ListLike-4.7.8.3-J6qEOyA9PFdFK78Zyb3GaC
Completed    ListLike-4.7.8.3
Configuring witherable-0.5...
Preprocessing library for witherable-0.5..
Building library for witherable-0.5..
[1 of 1] Compiling Witherable       ( src/Witherable.hs, dist/build/Witherable.o, dist/build/Witherable.dyn_o )
Preprocessing library for witherable-0.5..
Running Haddock on library for witherable-0.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Witherable       ( src/Witherable.hs, nothing )
Haddock coverage:
Warning: 'Compose' is ambiguous. It is defined
    * in Data.Functor.Compose
    * in Data.Functor.Compose
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Compose
  93% ( 14 / 15) in 'Witherable'
  Missing documentation for:
    WrappedFoldable (src/Witherable.hs:733)
Warning: Witherable: could not find link destinations for: 
	- Data.Vector.Vector
Documentation created: dist/doc/html/witherable/,
dist/doc/html/witherable/witherable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/witherable-0.5-Au2m21bXvupJSHMvRsp09B
Completed    witherable-0.5
Configuring semialign-1.3.1...
Preprocessing library for semialign-1.3.1..
Building library for semialign-1.3.1..
[1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, dist/build/Data/Semialign/Internal.o, dist/build/Data/Semialign/Internal.dyn_o )
[2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, dist/build/Data/Semialign/Indexed.o, dist/build/Data/Semialign/Indexed.dyn_o )
[3 of 6] Compiling Data.Semialign   ( src/Data/Semialign.hs, dist/build/Data/Semialign.o, dist/build/Data/Semialign.dyn_o )
[4 of 6] Compiling Data.Align       ( src/Data/Align.hs, dist/build/Data/Align.o, dist/build/Data/Align.dyn_o )
[5 of 6] Compiling Data.Crosswalk   ( src/Data/Crosswalk.hs, dist/build/Data/Crosswalk.o, dist/build/Data/Crosswalk.dyn_o )
[6 of 6] Compiling Data.Zip         ( src/Data/Zip.hs, dist/build/Data/Zip.o, dist/build/Data/Zip.dyn_o )
Preprocessing library for semialign-1.3.1..
Running Haddock on library for semialign-1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, nothing )
[2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, nothing )
[3 of 6] Compiling Data.Semialign   ( src/Data/Semialign.hs, nothing )
[4 of 6] Compiling Data.Align       ( src/Data/Align.hs, nothing )
[5 of 6] Compiling Data.Crosswalk   ( src/Data/Crosswalk.hs, nothing )
[6 of 6] Compiling Data.Zip         ( src/Data/Zip.hs, nothing )
Haddock coverage:
Warning: 'tabulate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'These' is ambiguous. It is defined
    * in Data.These
    * in Data.These
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.These
Warning: 'Foldable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'join' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftA2' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  4 /  4) in 'Data.Semialign.Indexed'
  88% ( 16 / 18) in 'Data.Semialign'
  Missing documentation for:
    unzipDefault (src/Data/Semialign/Internal.hs:308)
    alignVectorWith (src/Data/Semialign/Internal.hs:718)
Warning: 'These' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  92% ( 12 / 13) in 'Data.Align'
  Missing documentation for:
    alignVectorWith (src/Data/Semialign/Internal.hs:718)
  80% (  4 /  5) in 'Data.Crosswalk'
  Missing documentation for:
    Module header
  71% (  5 /  7) in 'Data.Zip'
  Missing documentation for:
    unzipDefault (src/Data/Semialign/Internal.hs:308)
    Zippy (src/Data/Zip.hs:30)
Warning: Data.Semialign.Indexed: could not find link destinations for: 
	- Data.Vector.Vector
Warning: Data.Semialign: could not find link destinations for: 
	- Data.Vector.Generic.Base.Vector
	- Data.Vector.Vector
	- Data.Vector.Fusion.Bundle.Monadic.Bundle
Warning: Data.Align: could not find link destinations for: 
	- Data.Vector.Generic.Base.Vector
	- Data.Vector.Vector
	- Data.Vector.Fusion.Bundle.Monadic.Bundle
Warning: Data.Crosswalk: could not find link destinations for: 
	- Data.Vector.Vector
Warning: Data.Zip: could not find link destinations for: 
	- Data.Vector.Vector
	- Data.Vector.Fusion.Bundle.Monadic.Bundle
Documentation created: dist/doc/html/semialign/,
dist/doc/html/semialign/semialign.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semialign-1.3.1-4XSUZQ3eJPnARZ50zolscH
Completed    semialign-1.3.1
Configuring process-extras-0.7.4...
Preprocessing library for process-extras-0.7.4..
Building library for process-extras-0.7.4..
[ 1 of 10] Compiling Utils            ( src/Utils.hs, dist/build/Utils.o, dist/build/Utils.dyn_o )
[ 2 of 10] Compiling System.Process.Common ( src/System/Process/Common.hs, dist/build/System/Process/Common.o, dist/build/System/Process/Common.dyn_o )

src/System/Process/Common.hs:27: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()
   |
27 | import Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^

src/System/Process/Common.hs:94:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid ExitCode.
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
   |
94 |     mappend x (ExitFailure 0) = x
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

src/System/Process/Common.hs:99:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical (<>) = mappend definition detected
    in the instance declaration for Semigroup ExitCode.
    Suggested fix:
      Move definition from mappend to (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
   |
99 |   (<>) = mappend
   |   ^^^^^^^^^^^^^^
[ 3 of 10] Compiling System.Process.Text.Lazy ( src/System/Process/Text/Lazy.hs, dist/build/System/Process/Text/Lazy.o, dist/build/System/Process/Text/Lazy.dyn_o )
[ 4 of 10] Compiling System.Process.Text.Builder ( src/System/Process/Text/Builder.hs, dist/build/System/Process/Text/Builder.o, dist/build/System/Process/Text/Builder.dyn_o )
[ 5 of 10] Compiling System.Process.Text ( src/System/Process/Text.hs, dist/build/System/Process/Text.o, dist/build/System/Process/Text.dyn_o )
[ 6 of 10] Compiling System.Process.Chars ( src/System/Process/Chars.hs, dist/build/System/Process/Chars.o, dist/build/System/Process/Chars.dyn_o )
[ 7 of 10] Compiling System.Process.ByteString.Lazy ( src/System/Process/ByteString/Lazy.hs, dist/build/System/Process/ByteString/Lazy.o, dist/build/System/Process/ByteString/Lazy.dyn_o )
[ 8 of 10] Compiling System.Process.ByteString ( src/System/Process/ByteString.hs, dist/build/System/Process/ByteString.o, dist/build/System/Process/ByteString.dyn_o )
[ 9 of 10] Compiling System.Process.ListLike ( src/System/Process/ListLike.hs, dist/build/System/Process/ListLike.o, dist/build/System/Process/ListLike.dyn_o )
[10 of 10] Compiling System.Process.Run ( src/System/Process/Run.hs, dist/build/System/Process/Run.o, dist/build/System/Process/Run.dyn_o )

src/System/Process/Run.hs:53: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()
   |
53 | import Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for process-extras-0.7.4..
Running Haddock on library for process-extras-0.7.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Utils            ( src/Utils.hs, nothing )
[ 2 of 10] Compiling System.Process.Common ( src/System/Process/Common.hs, nothing )

src/System/Process/Common.hs:27: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()
   |
27 | import Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^

src/System/Process/Common.hs:94:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid ExitCode.
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
   |
94 |     mappend x (ExitFailure 0) = x
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

src/System/Process/Common.hs:99:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical (<>) = mappend definition detected
    in the instance declaration for Semigroup ExitCode.
    Suggested fix:
      Move definition from mappend to (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
   |
99 |   (<>) = mappend
   |   ^^^^^^^^^^^^^^
[ 3 of 10] Compiling System.Process.Text.Lazy ( src/System/Process/Text/Lazy.hs, nothing )
[ 4 of 10] Compiling System.Process.Text.Builder ( src/System/Process/Text/Builder.hs, nothing )
[ 5 of 10] Compiling System.Process.Text ( src/System/Process/Text.hs, nothing )
[ 6 of 10] Compiling System.Process.Chars ( src/System/Process/Chars.hs, nothing )
[ 7 of 10] Compiling System.Process.ByteString.Lazy ( src/System/Process/ByteString/Lazy.hs, nothing )
[ 8 of 10] Compiling System.Process.ByteString ( src/System/Process/ByteString.hs, nothing )
[ 9 of 10] Compiling System.Process.ListLike ( src/System/Process/ListLike.hs, nothing )
[10 of 10] Compiling System.Process.Run ( src/System/Process/Run.hs, nothing )

src/System/Process/Run.hs:53: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()
   |
53 | import Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
  36% (  4 / 11) in 'System.Process.Common'
  Missing documentation for:
    Module header
    ProcessMaker (src/System/Process/Common.hs:49)
    ProcessText (src/System/Process/Common.hs:74)
    ProcessResult (src/System/Process/Common.hs:76)
    readCreateProcessWithExitCode (src/System/Process/Common.hs:128)
    readCreateProcessStrict (src/System/Process/Common.hs:132)
    showCmdSpecForUser (src/System/Process/Common.hs:233)
  33% (  1 /  3) in 'System.Process.Text.Lazy'
  Missing documentation for:
    Module header
    readCreateProcessWithExitCode (src/System/Process/Text/Lazy.hs:36)
Warning: 'Text' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  33% (  1 /  3) in 'System.Process.Text.Builder'
  Missing documentation for:
    Module header
    readCreateProcessWithExitCode (src/System/Process/Text/Builder.hs:35)
  33% (  1 /  3) in 'System.Process.Text'
  Missing documentation for:
    Module header
    readCreateProcessWithExitCode (src/System/Process/Text.hs:35)
Warning: 'Text' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  33% (  1 /  3) in 'System.Process.Chars'
  Missing documentation for:
    Module header
    readCreateProcessWithExitCode (src/System/Process/Chars.hs:35)
  33% (  1 /  3) in 'System.Process.ByteString.Lazy'
  Missing documentation for:
    Module header
    readCreateProcessWithExitCode (src/System/Process/ByteString/Lazy.hs:43)
  33% (  1 /  3) in 'System.Process.ByteString'
  Missing documentation for:
    Module header
    readCreateProcessWithExitCode (src/System/Process/ByteString.hs:42)
Warning: 'ProcessOutput' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CreateProcess' is ambiguous. It is defined
    * in System.Process.Common
    * in System.Process.Common
    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 System.Process.Common
  59% ( 16 / 27) in 'System.Process.ListLike'
  Missing documentation for:
    ProcessText (src/System/Process/Common.hs:74)
    ProcessResult (src/System/Process/Common.hs:76)
    ProcessMaker (src/System/Process/Common.hs:49)
    readCreateProcess (src/System/Process/ListLike.hs:69)
    readCreateProcessStrict (src/System/Process/Common.hs:132)
    readCreateProcessWithExitCode (src/System/Process/Common.hs:128)
    showCmdSpecForUser (src/System/Process/Common.hs:233)
    foldOutput (src/System/Process/ListLike.hs:120)
    writeChunk (src/System/Process/ListLike.hs:140)
    CmdSpec
    CreateProcess
  40% ( 10 / 25) in 'System.Process.Run'
  Missing documentation for:
    RunT (src/System/Process/Run.hs:74)
    runT (src/System/Process/Run.hs:92)
    OutputStyle (src/System/Process/Run.hs:94)
    RunM (src/System/Process/Run.hs:76)
    echoStart (src/System/Process/Run.hs:129)
    echoEnd (src/System/Process/Run.hs:132)
    output (src/System/Process/Run.hs:135)
    silent (src/System/Process/Run.hs:138)
    dots (src/System/Process/Run.hs:141)
    quieter (src/System/Process/Run.hs:174)
    noisier (src/System/Process/Run.hs:177)
    lazy (src/System/Process/Run.hs:183)
    strict (src/System/Process/Run.hs:180)
    message (src/System/Process/Run.hs:186)
    run (src/System/Process/Run.hs:216)
Warning: System.Process.Run: could not find link destinations for: 
	- System.Process.Run.Dot
Documentation created: dist/doc/html/process-extras/,
dist/doc/html/process-extras/process-extras.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/process-extras-0.7.4-C6xR3DQ8IEvLxHjatYvZWp
Completed    process-extras-0.7.4
Configuring aeson-2.2.3.0...
Preprocessing library for aeson-2.2.3.0..
Building library for aeson-2.2.3.0..
[ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, dist/build/Data/Aeson/Internal/ByteString.o, dist/build/Data/Aeson/Internal/ByteString.dyn_o )
[ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, dist/build/Data/Aeson/Internal/Functions.o, dist/build/Data/Aeson/Internal/Functions.dyn_o )
[ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, dist/build/Data/Aeson/Internal/Prelude.o, dist/build/Data/Aeson/Internal/Prelude.dyn_o )
[ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, dist/build/Data/Aeson/Internal/Scientific.o, dist/build/Data/Aeson/Internal/Scientific.dyn_o )
[ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, dist/build/Data/Aeson/Internal/TH.o, dist/build/Data/Aeson/Internal/TH.dyn_o )
[ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, dist/build/Data/Aeson/Internal/Text.o, dist/build/Data/Aeson/Internal/Text.dyn_o )
[ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, dist/build/Data/Aeson/Internal/Unescape.o, dist/build/Data/Aeson/Internal/Unescape.dyn_o )
[ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, dist/build/Data/Aeson/Internal/UnescapeFromText.o, dist/build/Data/Aeson/Internal/UnescapeFromText.dyn_o )
[ 9 of 32] Compiling Data.Aeson.Key   ( src/Data/Aeson/Key.hs, dist/build/Data/Aeson/Key.o, dist/build/Data/Aeson/Key.dyn_o )
[10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, dist/build/Data/Aeson/Decoding/Tokens.o, dist/build/Data/Aeson/Decoding/Tokens.dyn_o )
[11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, dist/build/Data/Aeson/Decoding/Internal.o, dist/build/Data/Aeson/Decoding/Internal.dyn_o )
[12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, dist/build/Data/Aeson/Decoding/Text.o, dist/build/Data/Aeson/Decoding/Text.dyn_o )
[13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, dist/build/Data/Aeson/Decoding/ByteString/Lazy.o, dist/build/Data/Aeson/Decoding/ByteString/Lazy.dyn_o )
[14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, dist/build/Data/Aeson/Decoding/ByteString.o, dist/build/Data/Aeson/Decoding/ByteString.dyn_o )
[15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, dist/build/Data/Aeson/KeyMap.o, dist/build/Data/Aeson/KeyMap.dyn_o )
[16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, dist/build/Data/Aeson/Types/Generic.o, dist/build/Data/Aeson/Types/Generic.dyn_o )
[17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.o, dist/build/Data/Aeson/Types/Internal.dyn_o )
[18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, dist/build/Data/Aeson/Parser/Time.o, dist/build/Data/Aeson/Parser/Time.dyn_o )
[19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, dist/build/Data/Aeson/Encoding/Builder.o, dist/build/Data/Aeson/Encoding/Builder.dyn_o )
[20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, dist/build/Data/Aeson/Encoding/Internal.o, dist/build/Data/Aeson/Encoding/Internal.dyn_o )
[21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, dist/build/Data/Aeson/Encoding.o, dist/build/Data/Aeson/Encoding.dyn_o )
[22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, dist/build/Data/Aeson/Decoding/Conversion.o, dist/build/Data/Aeson/Decoding/Conversion.dyn_o )
[23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, dist/build/Data/Aeson/Types/FromJSON.o, dist/build/Data/Aeson/Types/FromJSON.dyn_o )
[24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, dist/build/Data/Aeson/Types/ToJSON.o, dist/build/Data/Aeson/Types/ToJSON.dyn_o )

src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations]
    In the use of data constructor Solo
    (imported from Data.Tuple.Solo, but defined in GHC.Tuple):
    Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
     |
1615 |     liftToJSON _ t _ (Solo a) = t a
     |                       ^^^^

src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations]
    In the use of data constructor Solo
    (imported from Data.Tuple.Solo, but defined in GHC.Tuple):
    Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
     |
1618 |     liftToEncoding _ t _ (Solo a) = t a
     |                           ^^^^
[25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, dist/build/Data/Aeson/Types/Class.o, dist/build/Data/Aeson/Types/Class.dyn_o )
[26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.o, dist/build/Data/Aeson/Types.dyn_o )
[27 of 32] Compiling Data.Aeson.Text  ( src/Data/Aeson/Text.hs, dist/build/Data/Aeson/Text.o, dist/build/Data/Aeson/Text.dyn_o )
[28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, dist/build/Data/Aeson/Decoding.o, dist/build/Data/Aeson/Decoding.dyn_o )
[29 of 32] Compiling Data.Aeson       ( src/Data/Aeson.hs, dist/build/Data/Aeson.o, dist/build/Data/Aeson.dyn_o )
[30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, dist/build/Data/Aeson/RFC8785.o, dist/build/Data/Aeson/RFC8785.dyn_o )
[31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, dist/build/Data/Aeson/QQ/Simple.o, dist/build/Data/Aeson/QQ/Simple.dyn_o )
[32 of 32] Compiling Data.Aeson.TH    ( src/Data/Aeson/TH.hs, dist/build/Data/Aeson/TH.o, dist/build/Data/Aeson/TH.dyn_o )

src/Data/Aeson/TH.hs:948:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding: Patterns of type [Q Exp] not matched: []
    |
948 |       x:xs = [ lookupField argTy
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^...

src/Data/Aeson/TH.hs:1064:14: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding: Patterns of type [Q Exp] not matched: []
     |
1064 |          let x:xs = [ dispatchParseJSON jc conName tvMap argTy
     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Preprocessing library for aeson-2.2.3.0..
Running Haddock on library for aeson-2.2.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, nothing )
[ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, nothing )
[ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, nothing )
[ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, nothing )
[ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, nothing )
[ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, nothing )
[ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, nothing )
[ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, nothing )
[ 9 of 32] Compiling Data.Aeson.Key   ( src/Data/Aeson/Key.hs, nothing )
[10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, nothing )
[11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, nothing )
[12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, nothing )
[13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, nothing )
[14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, nothing )
[15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, nothing )
[16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, nothing )
[17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, nothing )
[18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, nothing )
[19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, nothing )
[20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, nothing )
[21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, nothing )
[22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, nothing )
[23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, nothing )
[24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, nothing )

src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations]
    In the use of data constructor Solo
    (imported from Data.Tuple.Solo, but defined in GHC.Tuple):
    Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
     |
1615 |     liftToJSON _ t _ (Solo a) = t a
     |                       ^^^^

src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations]
    In the use of data constructor Solo
    (imported from Data.Tuple.Solo, but defined in GHC.Tuple):
    Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
     |
1618 |     liftToEncoding _ t _ (Solo a) = t a
     |                           ^^^^
[25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, nothing )
[26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, nothing )
[27 of 32] Compiling Data.Aeson.Text  ( src/Data/Aeson/Text.hs, nothing )
[28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, nothing )
[29 of 32] Compiling Data.Aeson       ( src/Data/Aeson.hs, nothing )
[30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, nothing )
[31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, nothing )
[32 of 32] Compiling Data.Aeson.TH    ( src/Data/Aeson/TH.hs, nothing )
Haddock coverage:
Warning: Data.Aeson.Internal.Prelude: Could not find documentation for exported module: Data.Vector
Warning: Data.Aeson.Internal.Prelude: Couldn't find .haddock for export Vector
Warning: 'letE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Key' is ambiguous. It is defined
    * at src/Data/Aeson/Key.hs:44:15
    * at src/Data/Aeson/Key.hs:44:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Key.hs:44:1
Warning: 'Coercible' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'coercing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  44% (  4 /  9) in 'Data.Aeson.Key'
  Missing documentation for:
    Key (src/Data/Aeson/Key.hs:44)
    fromString (src/Data/Aeson/Key.hs:48)
    toString (src/Data/Aeson/Key.hs:51)
    toText (src/Data/Aeson/Key.hs:57)
    fromText (src/Data/Aeson/Key.hs:54)
 100% (  7 /  7) in 'Data.Aeson.Decoding.Tokens'
Warning: 'Text' is ambiguous. It is defined
    * in Data.Text.Internal
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Text.Internal
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  2 /  2) in 'Data.Aeson.Decoding.Text'
 100% (  2 /  2) in 'Data.Aeson.Decoding.ByteString.Lazy'
 100% (  2 /  2) in 'Data.Aeson.Decoding.ByteString'
Warning: 'v' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'KeyMap' is ambiguous. It is defined
    * at src/Data/Aeson/KeyMap.hs:143:20
    * at src/Data/Aeson/KeyMap.hs:143:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/KeyMap.hs:143:1
Warning: 'const' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 61 / 69) in 'Data.Aeson.KeyMap'
  Missing documentation for:
    coercionToHashMap (src/Data/Aeson/KeyMap.hs:317)
    coercionToMap (src/Data/Aeson/KeyMap.hs:321)
    foldr (src/Data/Aeson/KeyMap.hs:206)
    foldr' (src/Data/Aeson/KeyMap.hs:209)
    foldl (src/Data/Aeson/KeyMap.hs:212)
    foldl' (src/Data/Aeson/KeyMap.hs:215)
    foldMapWithKey (src/Data/Aeson/KeyMap.hs:203)
    Key (src/Data/Aeson/Key.hs:44)
Warning: 'ToJSON1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSON1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSON' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSON' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'throwDecode' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'JSONKeyOptions' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:804:23
    * at src/Data/Aeson/Types/Internal.hs:804:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:804:1
Warning: 'ToJSONKey' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toJSONKey' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'genericToJSONKey' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSONKey' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromJSONKey' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'genericFromJSONKey' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'omittedField' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'allowOmittedFieds' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Object' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:366:14
    * at src/Data/Aeson/Types/Internal.hs:360:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
Warning: 'Parser' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:278:20
    * at src/Data/Aeson/Types/Internal.hs:278:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:278:1
Warning: 'Array' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:367:14
    * at src/Data/Aeson/Types/Internal.hs:363:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:363:1
Warning: 'String' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:368:14
    * in GHC.Base
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:368:14
Warning: '(.:)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Options' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:705:16
    * at src/Data/Aeson/Types/Internal.hs:705:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:705:1
Warning: 'API' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: '.=' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Value' is ambiguous. It is defined
    * at src/Data/Aeson/Encoding/Internal.hs:130:15
    * at src/Data/Aeson/Types/Internal.hs:366:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:366:1
Warning: 'unsafePair' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  25% ( 21 / 82) in 'Data.Aeson.Encoding.Internal'
  Missing documentation for:
    Module header
    encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98)
    retagEncoding (src/Data/Aeson/Encoding/Internal.hs:102)
    pair (src/Data/Aeson/Encoding/Internal.hs:134)
    pairStr (src/Data/Aeson/Encoding/Internal.hs:138)
    pair' (src/Data/Aeson/Encoding/Internal.hs:142)
    nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168)
    emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171)
    emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174)
    wrapObject (src/Data/Aeson/Encoding/Internal.hs:180)
    wrapArray (src/Data/Aeson/Encoding/Internal.hs:177)
    null_ (src/Data/Aeson/Encoding/Internal.hs:183)
    bool (src/Data/Aeson/Encoding/Internal.hs:186)
    key (src/Data/Aeson/Encoding/Internal.hs:247)
    text (src/Data/Aeson/Encoding/Internal.hs:250)
    lazyText (src/Data/Aeson/Encoding/Internal.hs:253)
    string (src/Data/Aeson/Encoding/Internal.hs:266)
    list (src/Data/Aeson/Encoding/Internal.hs:196)
    empty (src/Data/Aeson/Encoding/Internal.hs:225)
    >< (src/Data/Aeson/Encoding/Internal.hs:232)
    econcat (src/Data/Aeson/Encoding/Internal.hs:228)
    int8 (src/Data/Aeson/Encoding/Internal.hs:285)
    int16 (src/Data/Aeson/Encoding/Internal.hs:288)
    int32 (src/Data/Aeson/Encoding/Internal.hs:291)
    int64 (src/Data/Aeson/Encoding/Internal.hs:294)
    int (src/Data/Aeson/Encoding/Internal.hs:297)
    word8 (src/Data/Aeson/Encoding/Internal.hs:300)
    word16 (src/Data/Aeson/Encoding/Internal.hs:303)
    word32 (src/Data/Aeson/Encoding/Internal.hs:306)
    word64 (src/Data/Aeson/Encoding/Internal.hs:309)
    word (src/Data/Aeson/Encoding/Internal.hs:312)
    integer (src/Data/Aeson/Encoding/Internal.hs:315)
    float (src/Data/Aeson/Encoding/Internal.hs:318)
    scientific (src/Data/Aeson/Encoding/Internal.hs:338)
    int8Text (src/Data/Aeson/Encoding/Internal.hs:352)
    int16Text (src/Data/Aeson/Encoding/Internal.hs:355)
    int32Text (src/Data/Aeson/Encoding/Internal.hs:358)
    int64Text (src/Data/Aeson/Encoding/Internal.hs:361)
    intText (src/Data/Aeson/Encoding/Internal.hs:364)
    word8Text (src/Data/Aeson/Encoding/Internal.hs:367)
    word16Text (src/Data/Aeson/Encoding/Internal.hs:370)
    word32Text (src/Data/Aeson/Encoding/Internal.hs:373)
    word64Text (src/Data/Aeson/Encoding/Internal.hs:376)
    wordText (src/Data/Aeson/Encoding/Internal.hs:379)
    integerText (src/Data/Aeson/Encoding/Internal.hs:382)
    floatText (src/Data/Aeson/Encoding/Internal.hs:385)
    scientificText (src/Data/Aeson/Encoding/Internal.hs:409)
    day (src/Data/Aeson/Encoding/Internal.hs:416)
    month (src/Data/Aeson/Encoding/Internal.hs:419)
    quarter (src/Data/Aeson/Encoding/Internal.hs:422)
    localTime (src/Data/Aeson/Encoding/Internal.hs:425)
    utcTime (src/Data/Aeson/Encoding/Internal.hs:428)
    timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431)
    zonedTime (src/Data/Aeson/Encoding/Internal.hs:434)
    value (src/Data/Aeson/Encoding/Internal.hs:441)
    comma (src/Data/Aeson/Encoding/Internal.hs:273)
    colon (src/Data/Aeson/Encoding/Internal.hs:274)
    openBracket (src/Data/Aeson/Encoding/Internal.hs:275)
    closeBracket (src/Data/Aeson/Encoding/Internal.hs:276)
    openCurly (src/Data/Aeson/Encoding/Internal.hs:277)
    closeCurly (src/Data/Aeson/Encoding/Internal.hs:278)
Warning: 'Encoding' is ambiguous. It is defined
    * at src/Data/Aeson/Encoding/Internal.hs:82:25
    * at src/Data/Aeson/Encoding/Internal.hs:88:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Encoding/Internal.hs:88:1
Warning: 'Text' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  27% ( 18 / 65) in 'Data.Aeson.Encoding'
  Missing documentation for:
    encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98)
    pair (src/Data/Aeson/Encoding/Internal.hs:134)
    pairStr (src/Data/Aeson/Encoding/Internal.hs:138)
    pair' (src/Data/Aeson/Encoding/Internal.hs:142)
    nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168)
    emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171)
    emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174)
    text (src/Data/Aeson/Encoding/Internal.hs:250)
    lazyText (src/Data/Aeson/Encoding/Internal.hs:253)
    string (src/Data/Aeson/Encoding/Internal.hs:266)
    list (src/Data/Aeson/Encoding/Internal.hs:196)
    null_ (src/Data/Aeson/Encoding/Internal.hs:183)
    bool (src/Data/Aeson/Encoding/Internal.hs:186)
    int8 (src/Data/Aeson/Encoding/Internal.hs:285)
    int16 (src/Data/Aeson/Encoding/Internal.hs:288)
    int32 (src/Data/Aeson/Encoding/Internal.hs:291)
    int64 (src/Data/Aeson/Encoding/Internal.hs:294)
    int (src/Data/Aeson/Encoding/Internal.hs:297)
    word8 (src/Data/Aeson/Encoding/Internal.hs:300)
    word16 (src/Data/Aeson/Encoding/Internal.hs:303)
    word32 (src/Data/Aeson/Encoding/Internal.hs:306)
    word64 (src/Data/Aeson/Encoding/Internal.hs:309)
    word (src/Data/Aeson/Encoding/Internal.hs:312)
    integer (src/Data/Aeson/Encoding/Internal.hs:315)
    float (src/Data/Aeson/Encoding/Internal.hs:318)
    scientific (src/Data/Aeson/Encoding/Internal.hs:338)
    int8Text (src/Data/Aeson/Encoding/Internal.hs:352)
    int16Text (src/Data/Aeson/Encoding/Internal.hs:355)
    int32Text (src/Data/Aeson/Encoding/Internal.hs:358)
    int64Text (src/Data/Aeson/Encoding/Internal.hs:361)
    intText (src/Data/Aeson/Encoding/Internal.hs:364)
    word8Text (src/Data/Aeson/Encoding/Internal.hs:367)
    word16Text (src/Data/Aeson/Encoding/Internal.hs:370)
    word32Text (src/Data/Aeson/Encoding/Internal.hs:373)
    word64Text (src/Data/Aeson/Encoding/Internal.hs:376)
    wordText (src/Data/Aeson/Encoding/Internal.hs:379)
    integerText (src/Data/Aeson/Encoding/Internal.hs:382)
    floatText (src/Data/Aeson/Encoding/Internal.hs:385)
    scientificText (src/Data/Aeson/Encoding/Internal.hs:409)
    day (src/Data/Aeson/Encoding/Internal.hs:416)
    month (src/Data/Aeson/Encoding/Internal.hs:419)
    quarter (src/Data/Aeson/Encoding/Internal.hs:422)
    localTime (src/Data/Aeson/Encoding/Internal.hs:425)
    utcTime (src/Data/Aeson/Encoding/Internal.hs:428)
    timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431)
    zonedTime (src/Data/Aeson/Encoding/Internal.hs:434)
    value (src/Data/Aeson/Encoding/Internal.hs:441)
Warning: 'ConsParseJSON' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Generically1' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
Warning: 'ToJSONKeyFunction' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSONKeyValue' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSONKey' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSONKeyText' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:368:14
    * in GHC.Base
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:368:14
Warning: 'Object' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:366:14
    * at src/Data/Aeson/Types/Internal.hs:360:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
Warning: 'Array' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:367:14
    * at src/Data/Aeson/Types/Internal.hs:363:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:363:1
Warning: 'Generically' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
Warning: 'genericToJSONKey' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bool' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:370:14
    * in GHC.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:370:14
Warning: 'Boolean' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Map' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HashMap' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSONKey' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foo' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:368:14
    * in GHC.Base
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:368:14
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'showsList' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'pairs' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Generically' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
Warning: 'Object' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:366:14
    * at src/Data/Aeson/Types/Internal.hs:360:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
  93% (138 /148) in 'Data.Aeson.Types'
  Missing documentation for:
    Key (src/Data/Aeson/Key.hs:44)
    ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532)
    GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596)
    genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594)
    GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521)
    omitField1 (src/Data/Aeson/Types/ToJSON.hs:691)
    omitField2 (src/Data/Aeson/Types/ToJSON.hs:724)
    GToJSON (src/Data/Aeson/Types/Class.hs:120)
    GToEncoding (src/Data/Aeson/Types/Class.hs:121)
    JSONPath (src/Data/Aeson/Types/Internal.hs:116)
Warning: 'encode' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  3 /  3) in 'Data.Aeson.Text'
Warning: 'AesonException' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:923:26
    * at src/Data/Aeson/Types/Internal.hs:923:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:923:1
 100% ( 12 / 12) in 'Data.Aeson.Decoding'
Warning: 'json' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AesonException' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:923:26
    * at src/Data/Aeson/Types/Internal.hs:923:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:923:1
Warning: 'Generic' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Object' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:366:14
    * at src/Data/Aeson/Types/Internal.hs:360:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
Cannot find documentation for: $optionsFields
  92% (132 /143) in 'Data.Aeson'
  Missing documentation for:
    Key (src/Data/Aeson/Key.hs:44)
    JSONPath (src/Data/Aeson/Types/Internal.hs:116)
    ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532)
    GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596)
    genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594)
    GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521)
    omitField1 (src/Data/Aeson/Types/ToJSON.hs:691)
    omitField2 (src/Data/Aeson/Types/ToJSON.hs:724)
    GToJSON (src/Data/Aeson/Types/Class.hs:120)
    GToEncoding (src/Data/Aeson/Types/Class.hs:121)
    parseIndexedJSON (src/Data/Aeson/Types/FromJSON.hs:171)
Warning: 'Value' is ambiguous. It is defined
    * at src/Data/Aeson/Encoding/Internal.hs:130:15
    * at src/Data/Aeson/Types/Internal.hs:366:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:366:1
 100% (  2 /  2) in 'Data.Aeson.RFC8785'
 100% (  2 /  2) in 'Data.Aeson.QQ.Simple'
Warning: 'ToJSON' is ambiguous. It is defined
    * at src/Data/Aeson/TH.hs:1906:16
    * at src/Data/Aeson/Types/ToJSON.hs:291:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/ToJSON.hs:291:1
Warning: 'Value' is ambiguous. It is defined
    * at src/Data/Aeson/TH.hs:1909:18
    * at src/Data/Aeson/Types/Internal.hs:366:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:366:1
Warning: 'Object' is ambiguous. It is defined
    * at src/Data/Aeson/Types/Internal.hs:366:14
    * at src/Data/Aeson/Types/Internal.hs:360:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
Warning: 'FromJSON3' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 25 / 25) in 'Data.Aeson.TH'
Warning: Data.Aeson.KeyMap: could not find link destinations for: 
	- Data.Aeson.KeyMap.D:R:ItemKeyMap
Warning: Data.Aeson.Encoding.Internal: could not find link destinations for: 
	- Data.Aeson.Types.ToJSON.EncodeProduct
	- Data.Aeson.Types.ToJSON.gToJSON
Warning: Data.Aeson.Encoding: could not find link destinations for: 
	- Data.Aeson.Types.ToJSON.EncodeProduct
	- Data.Aeson.Types.ToJSON.gToJSON
Warning: Data.Aeson.Types: could not find link destinations for: 
	- Data.Vector.Vector
	- Data.Vector.Generic.Base.Vector
	- Data.Aeson.Types.Generic.ProductSize
	- Data.Aeson.Types.Generic.AllNullary
	- Data.Aeson.Types.Internal.Rep_Value
	- Data.Vector.Primitive.Vector
	- Data.Vector.Storable.Vector
	- Data.Vector.Unboxed.Base.Vector
	- Data.Aeson.Types.FromJSON.ConstructorNames
	- Data.Aeson.Types.FromJSON.SumFromString
	- Data.Aeson.Types.FromJSON.GFromJSON'
	- Data.Aeson.Types.FromJSON.gParseJSON
	- Data.Aeson.Types.FromJSON.withBoundedScientific
	- Data.Aeson.Types.ToJSON.EncodeProduct
	- Data.Aeson.Types.ToJSON.WriteProduct
	- Data.Aeson.Types.ToJSON.ConsToJSON
	- Data.Aeson.Types.ToJSON.GetConName
	- Data.Aeson.Types.ToJSON.SumToJSON
	- Data.Aeson.Types.ToJSON.gToJSON
Warning: Data.Aeson: could not find link destinations for: 
	- Data.Vector.Vector
	- Data.Vector.Generic.Base.Vector
	- Data.Aeson.Types.Generic.ProductSize
	- Data.Aeson.Types.Generic.AllNullary
	- Data.Aeson.Types.Internal.Rep_Value
	- Data.Vector.Primitive.Vector
	- Data.Vector.Storable.Vector
	- Data.Vector.Unboxed.Base.Vector
	- Data.Aeson.Types.FromJSON.ConstructorNames
	- Data.Aeson.Types.FromJSON.SumFromString
	- Data.Aeson.Types.FromJSON.GFromJSON'
	- Data.Aeson.Types.FromJSON.gParseJSON
	- Data.Aeson.Types.FromJSON.withBoundedScientific
	- Data.Aeson.Types.ToJSON.EncodeProduct
	- Data.Aeson.Types.ToJSON.WriteProduct
	- Data.Aeson.Types.ToJSON.ConsToJSON
	- Data.Aeson.Types.ToJSON.GetConName
	- Data.Aeson.Types.ToJSON.SumToJSON
	- Data.Aeson.Types.ToJSON.gToJSON
Documentation created: dist/doc/html/aeson/, dist/doc/html/aeson/aeson.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/aeson-2.2.3.0-8cktsoqfgc6AGSPEL7BtSU
Completed    aeson-2.2.3.0
Configuring nonempty-containers-0.3.5.0...
Preprocessing library for nonempty-containers-0.3.5.0..
Building library for nonempty-containers-0.3.5.0..
[ 1 of 12] Compiling Data.IntMap.NonEmpty.Internal ( src/Data/IntMap/NonEmpty/Internal.hs, dist/build/Data/IntMap/NonEmpty/Internal.o, dist/build/Data/IntMap/NonEmpty/Internal.dyn_o )
[ 2 of 12] Compiling Data.IntSet.NonEmpty.Internal ( src/Data/IntSet/NonEmpty/Internal.hs, dist/build/Data/IntSet/NonEmpty/Internal.o, dist/build/Data/IntSet/NonEmpty/Internal.dyn_o )
[ 3 of 12] Compiling Data.IntSet.NonEmpty ( src/Data/IntSet/NonEmpty.hs, dist/build/Data/IntSet/NonEmpty.o, dist/build/Data/IntSet/NonEmpty.dyn_o )
[ 4 of 12] Compiling Data.IntMap.NonEmpty ( src/Data/IntMap/NonEmpty.hs, dist/build/Data/IntMap/NonEmpty.o, dist/build/Data/IntMap/NonEmpty.dyn_o )
[ 5 of 12] Compiling Data.Map.NonEmpty.Internal ( src/Data/Map/NonEmpty/Internal.hs, dist/build/Data/Map/NonEmpty/Internal.o, dist/build/Data/Map/NonEmpty/Internal.dyn_o )
[ 6 of 12] Compiling Data.Sequence.NonEmpty.Internal ( src/Data/Sequence/NonEmpty/Internal.hs, dist/build/Data/Sequence/NonEmpty/Internal.o, dist/build/Data/Sequence/NonEmpty/Internal.dyn_o )
[ 7 of 12] Compiling Data.Sequence.NonEmpty ( src/Data/Sequence/NonEmpty.hs, dist/build/Data/Sequence/NonEmpty.o, dist/build/Data/Sequence/NonEmpty.dyn_o )
[ 8 of 12] Compiling Data.Set.NonEmpty.Internal ( src/Data/Set/NonEmpty/Internal.hs, dist/build/Data/Set/NonEmpty/Internal.o, dist/build/Data/Set/NonEmpty/Internal.dyn_o )
[ 9 of 12] Compiling Data.Set.NonEmpty ( src/Data/Set/NonEmpty.hs, dist/build/Data/Set/NonEmpty.o, dist/build/Data/Set/NonEmpty.dyn_o )
[10 of 12] Compiling Data.Map.NonEmpty ( src/Data/Map/NonEmpty.hs, dist/build/Data/Map/NonEmpty.o, dist/build/Data/Map/NonEmpty.dyn_o )
[11 of 12] Compiling Data.Containers.NonEmpty ( src/Data/Containers/NonEmpty.hs, dist/build/Data/Containers/NonEmpty.o, dist/build/Data/Containers/NonEmpty.dyn_o )
[12 of 12] Compiling Paths_nonempty_containers ( dist/build/autogen/Paths_nonempty_containers.hs, dist/build/Paths_nonempty_containers.o, dist/build/Paths_nonempty_containers.dyn_o )
Preprocessing library for nonempty-containers-0.3.5.0..
Running Haddock on library for nonempty-containers-0.3.5.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 12] Compiling Data.IntMap.NonEmpty.Internal ( src/Data/IntMap/NonEmpty/Internal.hs, nothing )
[ 2 of 12] Compiling Data.IntSet.NonEmpty.Internal ( src/Data/IntSet/NonEmpty/Internal.hs, nothing )
[ 3 of 12] Compiling Data.IntSet.NonEmpty ( src/Data/IntSet/NonEmpty.hs, nothing )
[ 4 of 12] Compiling Data.IntMap.NonEmpty ( src/Data/IntMap/NonEmpty.hs, nothing )
[ 5 of 12] Compiling Data.Map.NonEmpty.Internal ( src/Data/Map/NonEmpty/Internal.hs, nothing )
[ 6 of 12] Compiling Data.Sequence.NonEmpty.Internal ( src/Data/Sequence/NonEmpty/Internal.hs, nothing )
[ 7 of 12] Compiling Data.Sequence.NonEmpty ( src/Data/Sequence/NonEmpty.hs, nothing )
[ 8 of 12] Compiling Data.Set.NonEmpty.Internal ( src/Data/Set/NonEmpty/Internal.hs, nothing )
[ 9 of 12] Compiling Data.Set.NonEmpty ( src/Data/Set/NonEmpty.hs, nothing )
[10 of 12] Compiling Data.Map.NonEmpty ( src/Data/Map/NonEmpty.hs, nothing )
[11 of 12] Compiling Data.Containers.NonEmpty ( src/Data/Containers/NonEmpty.hs, nothing )
[12 of 12] Compiling Paths_nonempty_containers ( dist/build/autogen/Paths_nonempty_containers.hs, nothing )
Haddock coverage:
Warning: 'NEIntMap' is ambiguous. It is defined
    * at src/Data/IntMap/NonEmpty/Internal.hs:119:5
    * at src/Data/IntMap/NonEmpty/Internal.hs:118:1
    You may 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/IntMap/NonEmpty/Internal.hs:118:1
Warning: 'Foldable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 31 / 32) in 'Data.IntMap.NonEmpty.Internal'
  Missing documentation for:
    Key
Warning: 'NEIntSet' is ambiguous. It is defined
    * at src/Data/IntSet/NonEmpty/Internal.hs:83:5
    * at src/Data/IntSet/NonEmpty/Internal.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/IntSet/NonEmpty/Internal.hs:82:1
  92% ( 13 / 14) in 'Data.IntSet.NonEmpty.Internal'
  Missing documentation for:
    Key
Warning: 'NEIntSet' is ambiguous. It is defined
    * at src/Data/IntSet/NonEmpty/Internal.hs:83:5
    * at src/Data/IntSet/NonEmpty/Internal.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/IntSet/NonEmpty/Internal.hs:82:1
Warning: 'These' is ambiguous. It is defined
    * in Data.These
    * in Data.These
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.These
  98% ( 72 / 73) in 'Data.IntSet.NonEmpty'
  Missing documentation for:
    Key
Warning: 'NEIntMap' is ambiguous. It is defined
    * at src/Data/IntMap/NonEmpty/Internal.hs:119:5
    * at src/Data/IntMap/NonEmpty/Internal.hs:118:1
    You may 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/IntMap/NonEmpty/Internal.hs:118: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: 'Const' is ambiguous. It is defined
    * in Data.Functor.Const
    * in Data.Functor.Const
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Const
Warning: 'These' is ambiguous. It is defined
    * in Data.These
    * in Data.These
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.These
  99% (148 /149) in 'Data.IntMap.NonEmpty'
  Missing documentation for:
    Key
Warning: 'NEMap' is ambiguous. It is defined
    * at src/Data/Map/NonEmpty/Internal.hs:117:5
    * at src/Data/Map/NonEmpty/Internal.hs:116:1
    You may 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/Map/NonEmpty/Internal.hs:116:1
 100% ( 31 / 31) in 'Data.Map.NonEmpty.Internal'
Warning: 'NESeq' is ambiguous. It is defined
    * at src/Data/Sequence/NonEmpty/Internal.hs:112:16
    * at src/Data/Sequence/NonEmpty/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 src/Data/Sequence/NonEmpty/Internal.hs:112:1
Warning: '(!?)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 22 / 22) in 'Data.Sequence.NonEmpty.Internal'
Warning: 'NESeq' is ambiguous. It is defined
    * at src/Data/Sequence/NonEmpty/Internal.hs:112:16
    * at src/Data/Sequence/NonEmpty/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 src/Data/Sequence/NonEmpty/Internal.hs:112:1
Warning: 'These' is ambiguous. It is defined
    * in Data.These
    * in Data.These
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.These
 100% (107 /107) in 'Data.Sequence.NonEmpty'
Warning: 'NESet' is ambiguous. It is defined
    * at src/Data/Set/NonEmpty/Internal.hs:95:5
    * at src/Data/Set/NonEmpty/Internal.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/Data/Set/NonEmpty/Internal.hs:94:1
 100% ( 20 / 20) in 'Data.Set.NonEmpty.Internal'
Warning: 'NESet' is ambiguous. It is defined
    * at src/Data/Set/NonEmpty/Internal.hs:95:5
    * at src/Data/Set/NonEmpty/Internal.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/Data/Set/NonEmpty/Internal.hs:94:1
Warning: 'These' is ambiguous. It is defined
    * in Data.These
    * in Data.These
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.These
Warning: 'foldr1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldl1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 89 / 89) in 'Data.Set.NonEmpty'
Warning: 'NEMap' is ambiguous. It is defined
    * at src/Data/Map/NonEmpty/Internal.hs:117:5
    * at src/Data/Map/NonEmpty/Internal.hs:116:1
    You may 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/Map/NonEmpty/Internal.hs:116: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: 'Const' is ambiguous. It is defined
    * in Data.Functor.Const
    * in Data.Functor.Const
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Const
Warning: 'These' is ambiguous. It is defined
    * in Data.These
    * in Data.These
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.These
Warning: 'NESet' is ambiguous. It is defined
    * at src/Data/Set/NonEmpty/Internal.hs:95:5
    * at src/Data/Set/NonEmpty/Internal.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/Data/Set/NonEmpty/Internal.hs:94:1
Warning: 'NESeq' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NEIntMap' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fold1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (169 /169) in 'Data.Map.NonEmpty'
 100% (  6 /  6) in 'Data.Containers.NonEmpty'
Warning: Data.Containers.NonEmpty: could not find link destinations for: 
	- Data.Vector.Vector
	- Data.Containers.NonEmpty.D:R:NEVector
	- Data.Containers.NonEmpty.D:R:NESeq
	- Data.Containers.NonEmpty.D:R:NEIntSet
	- Data.Containers.NonEmpty.D:R:NESet
	- Data.Containers.NonEmpty.D:R:NEIntMap
	- Data.Containers.NonEmpty.D:R:NEMap
	- Data.Containers.NonEmpty.D:R:NEList
Documentation created: dist/doc/html/nonempty-containers/,
dist/doc/html/nonempty-containers/nonempty-containers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/nonempty-containers-0.3.5.0-BbNPawWJlnU6glwztpqne1
Completed    nonempty-containers-0.3.5.0
Configuring enummapset-0.7.3.0...
Preprocessing library for enummapset-0.7.3.0..
Building library for enummapset-0.7.3.0..
[1 of 5] Compiling Data.EnumSet     ( Data/EnumSet.hs, dist/build/Data/EnumSet.o, dist/build/Data/EnumSet.dyn_o )
[2 of 5] Compiling Data.EnumMap.Base ( Data/EnumMap/Base.hs, dist/build/Data/EnumMap/Base.o, dist/build/Data/EnumMap/Base.dyn_o )
[3 of 5] Compiling Data.EnumMap.Strict ( Data/EnumMap/Strict.hs, dist/build/Data/EnumMap/Strict.o, dist/build/Data/EnumMap/Strict.dyn_o )
[4 of 5] Compiling Data.EnumMap.Lazy ( Data/EnumMap/Lazy.hs, dist/build/Data/EnumMap/Lazy.o, dist/build/Data/EnumMap/Lazy.dyn_o )
[5 of 5] Compiling Data.EnumMap     ( Data/EnumMap.hs, dist/build/Data/EnumMap.o, dist/build/Data/EnumMap.dyn_o )
Preprocessing library for enummapset-0.7.3.0..
Running Haddock on library for enummapset-0.7.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.EnumSet     ( Data/EnumSet.hs, nothing )
[2 of 5] Compiling Data.EnumMap.Base ( Data/EnumMap/Base.hs, nothing )
[3 of 5] Compiling Data.EnumMap.Strict ( Data/EnumMap/Strict.hs, nothing )
[4 of 5] Compiling Data.EnumMap.Lazy ( Data/EnumMap/Lazy.hs, nothing )
[5 of 5] Compiling Data.EnumMap     ( Data/EnumMap.hs, nothing )
Haddock coverage:
  29% ( 18 / 62) in 'Data.EnumSet'
  Missing documentation for:
    \\ (Data/EnumSet.hs:176)
    null (Data/EnumSet.hs:180)
    size (Data/EnumSet.hs:184)
    member (Data/EnumSet.hs:188)
    notMember (Data/EnumSet.hs:192)
    lookupLT (Data/EnumSet.hs:196)
    lookupGT (Data/EnumSet.hs:200)
    lookupLE (Data/EnumSet.hs:204)
    lookupGE (Data/EnumSet.hs:208)
    isSubsetOf (Data/EnumSet.hs:248)
    isProperSubsetOf (Data/EnumSet.hs:244)
    empty (Data/EnumSet.hs:212)
    singleton (Data/EnumSet.hs:216)
    insert (Data/EnumSet.hs:220)
    delete (Data/EnumSet.hs:224)
    union (Data/EnumSet.hs:232)
    unions (Data/EnumSet.hs:228)
    difference (Data/EnumSet.hs:236)
    intersection (Data/EnumSet.hs:240)
    filter (Data/EnumSet.hs:252)
    partition (Data/EnumSet.hs:256)
    split (Data/EnumSet.hs:260)
    splitMember (Data/EnumSet.hs:264)
    map (Data/EnumSet.hs:302)
    foldr (Data/EnumSet.hs:306)
    foldl (Data/EnumSet.hs:310)
    foldr' (Data/EnumSet.hs:314)
    foldl' (Data/EnumSet.hs:318)
    fold (Data/EnumSet.hs:322)
    findMin (Data/EnumSet.hs:286)
    findMax (Data/EnumSet.hs:290)
    deleteMin (Data/EnumSet.hs:294)
    deleteMax (Data/EnumSet.hs:298)
    deleteFindMin (Data/EnumSet.hs:278)
    deleteFindMax (Data/EnumSet.hs:282)
    maxView (Data/EnumSet.hs:270)
    minView (Data/EnumSet.hs:274)
    elems (Data/EnumSet.hs:326)
    toList (Data/EnumSet.hs:330)
    fromList (Data/EnumSet.hs:342)
    toAscList (Data/EnumSet.hs:334)
    toDescList (Data/EnumSet.hs:338)
    fromAscList (Data/EnumSet.hs:346)
    fromDistinctAscList (Data/EnumSet.hs:350)
  19% ( 25 /127) in 'Data.EnumMap.Strict'
  Missing documentation for:
    ! (Data/EnumMap/Base.hs:241)
    \\ (Data/EnumMap/Base.hs:245)
    null (Data/EnumMap/Base.hs:249)
    size (Data/EnumMap/Base.hs:253)
    member (Data/EnumMap/Base.hs:257)
    notMember (Data/EnumMap/Base.hs:261)
    lookup (Data/EnumMap/Base.hs:265)
    findWithDefault (Data/EnumMap/Strict.hs:193)
    lookupLT (Data/EnumMap/Base.hs:273)
    lookupGT (Data/EnumMap/Base.hs:277)
    lookupLE (Data/EnumMap/Base.hs:281)
    lookupGE (Data/EnumMap/Base.hs:285)
    empty (Data/EnumMap/Base.hs:289)
    singleton (Data/EnumMap/Strict.hs:197)
    insert (Data/EnumMap/Strict.hs:201)
    insertWith (Data/EnumMap/Strict.hs:205)
    insertWithKey (Data/EnumMap/Strict.hs:210)
    insertLookupWithKey (Data/EnumMap/Strict.hs:216)
    delete (Data/EnumMap/Base.hs:316)
    adjust (Data/EnumMap/Strict.hs:221)
    adjustWithKey (Data/EnumMap/Strict.hs:225)
    update (Data/EnumMap/Strict.hs:288)
    updateWithKey (Data/EnumMap/Strict.hs:293)
    updateLookupWithKey (Data/EnumMap/Strict.hs:298)
    alter (Data/EnumMap/Strict.hs:229)
    alterF (Data/EnumMap/Strict.hs:233)
    union (Data/EnumMap/Base.hs:358)
    unionWith (Data/EnumMap/Strict.hs:241)
    unionWithKey (Data/EnumMap/Strict.hs:246)
    unions (Data/EnumMap/Base.hs:350)
    unionsWith (Data/EnumMap/Strict.hs:237)
    difference (Data/EnumMap/Base.hs:372)
    differenceWith (Data/EnumMap/Strict.hs:251)
    differenceWithKey (Data/EnumMap/Strict.hs:257)
    intersection (Data/EnumMap/Base.hs:387)
    intersectionWith (Data/EnumMap/Strict.hs:262)
    intersectionWithKey (Data/EnumMap/Strict.hs:268)
    mergeWithKey (Data/EnumMap/Strict.hs:279)
    map (Data/EnumMap/Strict.hs:319)
    mapWithKey (Data/EnumMap/Strict.hs:323)
    traverseWithKey (Data/EnumMap/Base.hs:510)
    mapAccum (Data/EnumMap/Strict.hs:327)
    mapAccumWithKey (Data/EnumMap/Strict.hs:332)
    mapAccumRWithKey (Data/EnumMap/Strict.hs:338)
    mapKeys (Data/EnumMap/Base.hs:530)
    mapKeysWith (Data/EnumMap/Strict.hs:343)
    mapKeysMonotonic (Data/EnumMap/Base.hs:538)
    foldr (Data/EnumMap/Base.hs:600)
    foldl (Data/EnumMap/Base.hs:604)
    foldrWithKey (Data/EnumMap/Base.hs:608)
    foldlWithKey (Data/EnumMap/Base.hs:612)
    foldr' (Data/EnumMap/Base.hs:616)
    foldl' (Data/EnumMap/Base.hs:620)
    foldrWithKey' (Data/EnumMap/Base.hs:624)
    foldlWithKey' (Data/EnumMap/Base.hs:628)
    elems (Data/EnumMap/Base.hs:632)
    keys (Data/EnumMap/Base.hs:636)
    assocs (Data/EnumMap/Base.hs:648)
    keysSet (Data/EnumMap/Base.hs:640)
    fromSet (Data/EnumMap/Strict.hs:365)
    toList (Data/EnumMap/Base.hs:652)
    fromList (Data/EnumMap/Strict.hs:369)
    fromListWith (Data/EnumMap/Strict.hs:373)
    fromListWithKey (Data/EnumMap/Strict.hs:377)
    toAscList (Data/EnumMap/Base.hs:656)
    toDescList (Data/EnumMap/Base.hs:660)
    fromAscList (Data/EnumMap/Strict.hs:382)
    fromAscListWith (Data/EnumMap/Strict.hs:386)
    fromAscListWithKey (Data/EnumMap/Strict.hs:390)
    fromDistinctAscList (Data/EnumMap/Strict.hs:395)
    filter (Data/EnumMap/Base.hs:542)
    filterWithKey (Data/EnumMap/Base.hs:546)
    restrictKeys (Data/EnumMap/Base.hs:551)
    withoutKeys (Data/EnumMap/Base.hs:556)
    partition (Data/EnumMap/Base.hs:562)
    partitionWithKey (Data/EnumMap/Base.hs:567)
    mapMaybe (Data/EnumMap/Strict.hs:347)
    mapMaybeWithKey (Data/EnumMap/Strict.hs:351)
    mapEither (Data/EnumMap/Strict.hs:355)
    mapEitherWithKey (Data/EnumMap/Strict.hs:360)
    split (Data/EnumMap/Base.hs:590)
    splitLookup (Data/EnumMap/Base.hs:594)
    isSubmapOf (Data/EnumMap/Base.hs:493)
    isSubmapOfBy (Data/EnumMap/Base.hs:497)
    isProperSubmapOf (Data/EnumMap/Base.hs:485)
    isProperSubmapOfBy (Data/EnumMap/Base.hs:489)
    lookupMin (Data/EnumMap/Base.hs:461)
    lookupMax (Data/EnumMap/Base.hs:465)
    findMin (Data/EnumMap/Base.hs:469)
    findMax (Data/EnumMap/Base.hs:473)
    deleteMin (Data/EnumMap/Base.hs:477)
    deleteMax (Data/EnumMap/Base.hs:481)
    deleteFindMin (Data/EnumMap/Base.hs:457)
    deleteFindMax (Data/EnumMap/Base.hs:453)
    updateMin (Data/EnumMap/Strict.hs:315)
    updateMax (Data/EnumMap/Strict.hs:311)
    updateMinWithKey (Data/EnumMap/Strict.hs:303)
    updateMaxWithKey (Data/EnumMap/Strict.hs:307)
    minView (Data/EnumMap/Base.hs:449)
    maxView (Data/EnumMap/Base.hs:445)
    minViewWithKey (Data/EnumMap/Base.hs:431)
    maxViewWithKey (Data/EnumMap/Base.hs:425)
  19% ( 25 /127) in 'Data.EnumMap.Lazy'
  Missing documentation for:
    ! (Data/EnumMap/Base.hs:241)
    \\ (Data/EnumMap/Base.hs:245)
    null (Data/EnumMap/Base.hs:249)
    size (Data/EnumMap/Base.hs:253)
    member (Data/EnumMap/Base.hs:257)
    notMember (Data/EnumMap/Base.hs:261)
    lookup (Data/EnumMap/Base.hs:265)
    findWithDefault (Data/EnumMap/Base.hs:269)
    lookupLT (Data/EnumMap/Base.hs:273)
    lookupGT (Data/EnumMap/Base.hs:277)
    lookupLE (Data/EnumMap/Base.hs:281)
    lookupGE (Data/EnumMap/Base.hs:285)
    empty (Data/EnumMap/Base.hs:289)
    singleton (Data/EnumMap/Base.hs:293)
    insert (Data/EnumMap/Base.hs:297)
    insertWith (Data/EnumMap/Base.hs:301)
    insertWithKey (Data/EnumMap/Base.hs:306)
    insertLookupWithKey (Data/EnumMap/Base.hs:311)
    delete (Data/EnumMap/Base.hs:316)
    adjust (Data/EnumMap/Base.hs:320)
    adjustWithKey (Data/EnumMap/Base.hs:324)
    update (Data/EnumMap/Base.hs:328)
    updateWithKey (Data/EnumMap/Base.hs:332)
    updateLookupWithKey (Data/EnumMap/Base.hs:337)
    alter (Data/EnumMap/Base.hs:342)
    alterF (Data/EnumMap/Base.hs:346)
    union (Data/EnumMap/Base.hs:358)
    unionWith (Data/EnumMap/Base.hs:362)
    unionWithKey (Data/EnumMap/Base.hs:367)
    unions (Data/EnumMap/Base.hs:350)
    unionsWith (Data/EnumMap/Base.hs:354)
    difference (Data/EnumMap/Base.hs:372)
    differenceWith (Data/EnumMap/Base.hs:376)
    differenceWithKey (Data/EnumMap/Base.hs:382)
    intersection (Data/EnumMap/Base.hs:387)
    intersectionWith (Data/EnumMap/Base.hs:391)
    intersectionWithKey (Data/EnumMap/Base.hs:397)
    mergeWithKey (Data/EnumMap/Base.hs:408)
    map (Data/EnumMap/Base.hs:501)
    mapWithKey (Data/EnumMap/Base.hs:505)
    traverseWithKey (Data/EnumMap/Base.hs:510)
    mapAccum (Data/EnumMap/Base.hs:514)
    mapAccumWithKey (Data/EnumMap/Base.hs:519)
    mapAccumRWithKey (Data/EnumMap/Base.hs:525)
    mapKeys (Data/EnumMap/Base.hs:530)
    mapKeysWith (Data/EnumMap/Base.hs:534)
    mapKeysMonotonic (Data/EnumMap/Base.hs:538)
    foldr (Data/EnumMap/Base.hs:600)
    foldl (Data/EnumMap/Base.hs:604)
    foldrWithKey (Data/EnumMap/Base.hs:608)
    foldlWithKey (Data/EnumMap/Base.hs:612)
    foldr' (Data/EnumMap/Base.hs:616)
    foldl' (Data/EnumMap/Base.hs:620)
    foldrWithKey' (Data/EnumMap/Base.hs:624)
    foldlWithKey' (Data/EnumMap/Base.hs:628)
    elems (Data/EnumMap/Base.hs:632)
    keys (Data/EnumMap/Base.hs:636)
    assocs (Data/EnumMap/Base.hs:648)
    keysSet (Data/EnumMap/Base.hs:640)
    fromSet (Data/EnumMap/Base.hs:644)
    toList (Data/EnumMap/Base.hs:652)
    fromList (Data/EnumMap/Base.hs:664)
    fromListWith (Data/EnumMap/Base.hs:668)
    fromListWithKey (Data/EnumMap/Base.hs:672)
    toAscList (Data/EnumMap/Base.hs:656)
    toDescList (Data/EnumMap/Base.hs:660)
    fromAscList (Data/EnumMap/Base.hs:677)
    fromAscListWith (Data/EnumMap/Base.hs:681)
    fromAscListWithKey (Data/EnumMap/Base.hs:685)
    fromDistinctAscList (Data/EnumMap/Base.hs:690)
    filter (Data/EnumMap/Base.hs:542)
    filterWithKey (Data/EnumMap/Base.hs:546)
    restrictKeys (Data/EnumMap/Base.hs:551)
    withoutKeys (Data/EnumMap/Base.hs:556)
    partition (Data/EnumMap/Base.hs:562)
    partitionWithKey (Data/EnumMap/Base.hs:567)
    mapMaybe (Data/EnumMap/Base.hs:572)
    mapMaybeWithKey (Data/EnumMap/Base.hs:576)
    mapEither (Data/EnumMap/Base.hs:580)
    mapEitherWithKey (Data/EnumMap/Base.hs:585)
    split (Data/EnumMap/Base.hs:590)
    splitLookup (Data/EnumMap/Base.hs:594)
    isSubmapOf (Data/EnumMap/Base.hs:493)
    isSubmapOfBy (Data/EnumMap/Base.hs:497)
    isProperSubmapOf (Data/EnumMap/Base.hs:485)
    isProperSubmapOfBy (Data/EnumMap/Base.hs:489)
    lookupMin (Data/EnumMap/Base.hs:461)
    lookupMax (Data/EnumMap/Base.hs:465)
    findMin (Data/EnumMap/Base.hs:469)
    findMax (Data/EnumMap/Base.hs:473)
    deleteMin (Data/EnumMap/Base.hs:477)
    deleteMax (Data/EnumMap/Base.hs:481)
    deleteFindMin (Data/EnumMap/Base.hs:457)
    deleteFindMax (Data/EnumMap/Base.hs:453)
    updateMin (Data/EnumMap/Base.hs:441)
    updateMax (Data/EnumMap/Base.hs:437)
    updateMinWithKey (Data/EnumMap/Base.hs:417)
    updateMaxWithKey (Data/EnumMap/Base.hs:421)
    minView (Data/EnumMap/Base.hs:449)
    maxView (Data/EnumMap/Base.hs:445)
    minViewWithKey (Data/EnumMap/Base.hs:431)
    maxViewWithKey (Data/EnumMap/Base.hs:425)
 100% (  6 /  6) in 'Data.EnumMap'
Warning: Data.EnumSet: could not find link destinations for: 
	- Data.EnumSet.D:R:ItemEnumSet
Warning: Data.EnumMap.Strict: could not find link destinations for: 
	- Data.EnumMap.Base.D:R:ItemEnumMap
Warning: Data.EnumMap.Lazy: could not find link destinations for: 
	- Data.EnumMap.Base.D:R:ItemEnumMap
Warning: Data.EnumMap: could not find link destinations for: 
	- Data.EnumMap.Whoops
Documentation created: dist/doc/html/enummapset/,
dist/doc/html/enummapset/enummapset.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/enummapset-0.7.3.0-H5hLLoDuyX990LnFU2B2VT
Completed    enummapset-0.7.3.0
Downloading  Agda-2.8.0
Downloaded   Agda-2.8.0
Configuring Agda-2.8.0...
Preprocessing executable 'agda-mode' for Agda-2.8.0..
Building executable 'agda-mode' for Agda-2.8.0..
[1 of 7] Compiling Agda.Setup.DataFiles ( src/setup/Agda/Setup/DataFiles.hs, dist/build/agda-mode/agda-mode-tmp/Agda/Setup/DataFiles.o, dist/build/agda-mode/agda-mode-tmp/Agda/Setup/DataFiles.dyn_o )
[2 of 7] Compiling Paths_Agda       ( dist/build/agda-mode/autogen/Paths_Agda.hs, dist/build/agda-mode/agda-mode-tmp/Paths_Agda.o, dist/build/agda-mode/agda-mode-tmp/Paths_Agda.dyn_o )
[3 of 7] Compiling Agda.Version     ( src/setup/Agda/Version.hs, dist/build/agda-mode/agda-mode-tmp/Agda/Version.o, dist/build/agda-mode/agda-mode-tmp/Agda/Version.dyn_o )
[4 of 7] Compiling Agda.VersionCommit ( src/setup/Agda/VersionCommit.hs, dist/build/agda-mode/agda-mode-tmp/Agda/VersionCommit.o, dist/build/agda-mode/agda-mode-tmp/Agda/VersionCommit.dyn_o )
[5 of 7] Compiling Agda.Setup       ( src/setup/Agda/Setup.hs, dist/build/agda-mode/agda-mode-tmp/Agda/Setup.o, dist/build/agda-mode/agda-mode-tmp/Agda/Setup.dyn_o )
[6 of 7] Compiling Agda.Setup.EmacsMode ( src/setup/Agda/Setup/EmacsMode.hs, dist/build/agda-mode/agda-mode-tmp/Agda/Setup/EmacsMode.o, dist/build/agda-mode/agda-mode-tmp/Agda/Setup/EmacsMode.dyn_o )
[7 of 7] Compiling Main             ( src/agda-mode/Main.hs, dist/build/agda-mode/agda-mode-tmp/Main.o, dist/build/agda-mode/agda-mode-tmp/Main.dyn_o )
[8 of 8] Linking dist/build/agda-mode/agda-mode
Preprocessing library for Agda-2.8.0..
Building library for Agda-2.8.0..
[  1 of 439] Compiling Agda.Interaction.ExitCode ( src/full/Agda/Interaction/ExitCode.hs, dist/build/Agda/Interaction/ExitCode.o, dist/build/Agda/Interaction/ExitCode.dyn_o )
[  2 of 439] Compiling Agda.Setup.DataFiles ( src/setup/Agda/Setup/DataFiles.hs, dist/build/Agda/Setup/DataFiles.o, dist/build/Agda/Setup/DataFiles.dyn_o )
[  3 of 439] Compiling Agda.Termination.CutOff ( src/full/Agda/Termination/CutOff.hs, dist/build/Agda/Termination/CutOff.o, dist/build/Agda/Termination/CutOff.dyn_o )
[  4 of 439] Compiling Agda.Termination.Semiring ( src/full/Agda/Termination/Semiring.hs, dist/build/Agda/Termination/Semiring.o, dist/build/Agda/Termination/Semiring.dyn_o )
[  5 of 439] Compiling Agda.Utils.AffineHole ( src/full/Agda/Utils/AffineHole.hs, dist/build/Agda/Utils/AffineHole.o, dist/build/Agda/Utils/AffineHole.dyn_o )
[  6 of 439] Compiling Agda.Utils.Applicative ( src/full/Agda/Utils/Applicative.hs, dist/build/Agda/Utils/Applicative.o, dist/build/Agda/Utils/Applicative.dyn_o )
[  7 of 439] Compiling Agda.Utils.Boolean ( src/full/Agda/Utils/Boolean.hs, dist/build/Agda/Utils/Boolean.o, dist/build/Agda/Utils/Boolean.dyn_o )
[  8 of 439] Compiling Agda.Syntax.Internal.Univ ( src/full/Agda/Syntax/Internal/Univ.hs, dist/build/Agda/Syntax/Internal/Univ.o, dist/build/Agda/Syntax/Internal/Univ.dyn_o )
[  9 of 439] Compiling Agda.Utils.CallStack.Base ( src/full/Agda/Utils/CallStack/Base.hs, dist/build/Agda/Utils/CallStack/Base.o, dist/build/Agda/Utils/CallStack/Base.dyn_o )
[ 10 of 439] Compiling Agda.Utils.Char  ( src/full/Agda/Utils/Char.hs, dist/build/Agda/Utils/Char.o, dist/build/Agda/Utils/Char.dyn_o )
[ 11 of 439] Compiling Agda.Utils.Environment ( src/full/Agda/Utils/Environment.hs, dist/build/Agda/Utils/Environment.o, dist/build/Agda/Utils/Environment.dyn_o )
[ 12 of 439] Compiling Agda.Utils.Fail  ( src/full/Agda/Utils/Fail.hs, dist/build/Agda/Utils/Fail.o, dist/build/Agda/Utils/Fail.dyn_o )
[ 13 of 439] Compiling Agda.Utils.Function ( src/full/Agda/Utils/Function.hs, dist/build/Agda/Utils/Function.o, dist/build/Agda/Utils/Function.dyn_o )
[ 14 of 439] Compiling Agda.TypeChecking.SizedTypes.Utils ( src/full/Agda/TypeChecking/SizedTypes/Utils.hs, dist/build/Agda/TypeChecking/SizedTypes/Utils.o, dist/build/Agda/TypeChecking/SizedTypes/Utils.dyn_o )
[ 15 of 439] Compiling Agda.Utils.Functor ( src/full/Agda/Utils/Functor.hs, dist/build/Agda/Utils/Functor.o, dist/build/Agda/Utils/Functor.dyn_o )
[ 16 of 439] Compiling Agda.Utils.Bag   ( src/full/Agda/Utils/Bag.hs, dist/build/Agda/Utils/Bag.o, dist/build/Agda/Utils/Bag.dyn_o )
[ 17 of 439] Compiling Agda.Utils.GetOpt ( src/full/Agda/Utils/GetOpt.hs, dist/build/Agda/Utils/GetOpt.o, dist/build/Agda/Utils/GetOpt.dyn_o )
[ 18 of 439] Compiling Agda.Utils.HashTable ( src/full/Agda/Utils/HashTable.hs, dist/build/Agda/Utils/HashTable.o, dist/build/Agda/Utils/HashTable.dyn_o )
[ 19 of 439] Compiling Agda.Utils.Haskell.Syntax ( src/full/Agda/Utils/Haskell/Syntax.hs, dist/build/Agda/Utils/Haskell/Syntax.o, dist/build/Agda/Utils/Haskell/Syntax.dyn_o )
[ 20 of 439] Compiling Agda.Compiler.MAlonzo.Strict ( src/full/Agda/Compiler/MAlonzo/Strict.hs, dist/build/Agda/Compiler/MAlonzo/Strict.o, dist/build/Agda/Compiler/MAlonzo/Strict.dyn_o )
[ 21 of 439] Compiling Agda.Utils.IArray ( src/full/Agda/Utils/IArray.hs, dist/build/Agda/Utils/IArray.o, dist/build/Agda/Utils/IArray.dyn_o )
[ 22 of 439] Compiling Agda.Utils.IO.Binary ( src/full/Agda/Utils/IO/Binary.hs, dist/build/Agda/Utils/IO/Binary.o, dist/build/Agda/Utils/IO/Binary.dyn_o )
[ 23 of 439] Compiling Agda.Utils.IO.Directory ( src/full/Agda/Utils/IO/Directory.hs, dist/build/Agda/Utils/IO/Directory.o, dist/build/Agda/Utils/IO/Directory.dyn_o )
[ 24 of 439] Compiling Agda.Utils.IO.TempFile ( src/full/Agda/Utils/IO/TempFile.hs, dist/build/Agda/Utils/IO/TempFile.o, dist/build/Agda/Utils/IO/TempFile.dyn_o )
[ 25 of 439] Compiling Agda.Utils.IO.UTF8 ( src/full/Agda/Utils/IO/UTF8.hs, dist/build/Agda/Utils/IO/UTF8.o, dist/build/Agda/Utils/IO/UTF8.dyn_o )
[ 26 of 439] Compiling Agda.Utils.IORef ( src/full/Agda/Utils/IORef.hs, dist/build/Agda/Utils/IORef.o, dist/build/Agda/Utils/IORef.dyn_o )
[ 27 of 439] Compiling Agda.Utils.Impossible ( src/full/Agda/Utils/Impossible.hs, dist/build/Agda/Utils/Impossible.o, dist/build/Agda/Utils/Impossible.dyn_o )
[ 28 of 439] Compiling Agda.Utils.Empty ( src/full/Agda/Utils/Empty.hs, dist/build/Agda/Utils/Empty.o, dist/build/Agda/Utils/Empty.dyn_o )
[ 29 of 439] Compiling Agda.Utils.BoolSet ( src/full/Agda/Utils/BoolSet.hs, dist/build/Agda/Utils/BoolSet.o, dist/build/Agda/Utils/BoolSet.dyn_o )
[ 30 of 439] Compiling Agda.Utils.IntSet.Infinite ( src/full/Agda/Utils/IntSet/Infinite.hs, dist/build/Agda/Utils/IntSet/Infinite.o, dist/build/Agda/Utils/IntSet/Infinite.dyn_o )
[ 31 of 439] Compiling Agda.Utils.Lens  ( src/full/Agda/Utils/Lens.hs, dist/build/Agda/Utils/Lens.o, dist/build/Agda/Utils/Lens.dyn_o )
[ 32 of 439] Compiling Agda.Utils.IndexedList ( src/full/Agda/Utils/IndexedList.hs, dist/build/Agda/Utils/IndexedList.o, dist/build/Agda/Utils/IndexedList.dyn_o )
[ 33 of 439] Compiling Agda.Utils.Lens.Examples ( src/full/Agda/Utils/Lens/Examples.hs, dist/build/Agda/Utils/Lens/Examples.o, dist/build/Agda/Utils/Lens/Examples.dyn_o )
[ 34 of 439] Compiling Agda.Utils.Map   ( src/full/Agda/Utils/Map.hs, dist/build/Agda/Utils/Map.o, dist/build/Agda/Utils/Map.dyn_o )
[ 35 of 439] Compiling Agda.Utils.Map1  ( src/full/Agda/Utils/Map1.hs, dist/build/Agda/Utils/Map1.o, dist/build/Agda/Utils/Map1.dyn_o )
[ 36 of 439] Compiling Agda.Utils.Maybe ( src/full/Agda/Utils/Maybe.hs, dist/build/Agda/Utils/Maybe.o, dist/build/Agda/Utils/Maybe.dyn_o )
[ 37 of 439] Compiling Agda.Utils.Memo  ( src/full/Agda/Utils/Memo.hs, dist/build/Agda/Utils/Memo.o, dist/build/Agda/Utils/Memo.dyn_o )
[ 38 of 439] Compiling Agda.Utils.Monoid ( src/full/Agda/Utils/Monoid.hs, dist/build/Agda/Utils/Monoid.o, dist/build/Agda/Utils/Monoid.dyn_o )
[ 39 of 439] Compiling Agda.Utils.PartialOrd ( src/full/Agda/Utils/PartialOrd.hs, dist/build/Agda/Utils/PartialOrd.o, dist/build/Agda/Utils/PartialOrd.dyn_o )
[ 40 of 439] Compiling Agda.Utils.POMonoid ( src/full/Agda/Utils/POMonoid.hs, dist/build/Agda/Utils/POMonoid.o, dist/build/Agda/Utils/POMonoid.dyn_o )
[ 41 of 439] Compiling Agda.Utils.SemiRing ( src/full/Agda/Utils/SemiRing.hs, dist/build/Agda/Utils/SemiRing.o, dist/build/Agda/Utils/SemiRing.dyn_o )
[ 42 of 439] Compiling Agda.Utils.Semigroup ( src/full/Agda/Utils/Semigroup.hs, dist/build/Agda/Utils/Semigroup.o, dist/build/Agda/Utils/Semigroup.dyn_o )
[ 43 of 439] Compiling Agda.Utils.Set1  ( src/full/Agda/Utils/Set1.hs, dist/build/Agda/Utils/Set1.o, dist/build/Agda/Utils/Set1.dyn_o )
[ 44 of 439] Compiling Agda.Utils.Suffix ( src/full/Agda/Utils/Suffix.hs, dist/build/Agda/Utils/Suffix.o, dist/build/Agda/Utils/Suffix.dyn_o )
[ 45 of 439] Compiling Agda.Utils.Three ( src/full/Agda/Utils/Three.hs, dist/build/Agda/Utils/Three.o, dist/build/Agda/Utils/Three.dyn_o )
[ 46 of 439] Compiling Agda.Utils.Tuple ( src/full/Agda/Utils/Tuple.hs, dist/build/Agda/Utils/Tuple.o, dist/build/Agda/Utils/Tuple.dyn_o )
[ 47 of 439] Compiling Agda.Utils.AssocList ( src/full/Agda/Utils/AssocList.hs, dist/build/Agda/Utils/AssocList.o, dist/build/Agda/Utils/AssocList.dyn_o )
[ 48 of 439] Compiling Agda.Utils.TypeLevel ( src/full/Agda/Utils/TypeLevel.hs, dist/build/Agda/Utils/TypeLevel.o, dist/build/Agda/Utils/TypeLevel.dyn_o )
[ 49 of 439] Compiling Agda.Utils.TypeLits ( src/full/Agda/Utils/TypeLits.hs, dist/build/Agda/Utils/TypeLits.o, dist/build/Agda/Utils/TypeLits.dyn_o )
[ 50 of 439] Compiling Agda.Utils.Unsafe ( src/full/Agda/Utils/Unsafe.hs, dist/build/Agda/Utils/Unsafe.o, dist/build/Agda/Utils/Unsafe.dyn_o )
[ 51 of 439] Compiling Agda.Utils.Null  ( src/full/Agda/Utils/Null.hs, dist/build/Agda/Utils/Null.o, dist/build/Agda/Utils/Null.dyn_o )
[ 52 of 439] Compiling Agda.Utils.SmallSet ( src/full/Agda/Utils/SmallSet.hs, dist/build/Agda/Utils/SmallSet.o, dist/build/Agda/Utils/SmallSet.dyn_o )
[ 53 of 439] Compiling Agda.Utils.Singleton ( src/full/Agda/Utils/Singleton.hs, dist/build/Agda/Utils/Singleton.o, dist/build/Agda/Utils/Singleton.dyn_o )
[ 54 of 439] Compiling Agda.Utils.Cluster ( src/full/Agda/Utils/Cluster.hs, dist/build/Agda/Utils/Cluster.o, dist/build/Agda/Utils/Cluster.dyn_o )
[ 55 of 439] Compiling Agda.Utils.Maybe.Strict ( src/full/Agda/Utils/Maybe/Strict.hs, dist/build/Agda/Utils/Maybe/Strict.o, dist/build/Agda/Utils/Maybe/Strict.dyn_o )
[ 56 of 439] Compiling Agda.Utils.Trie  ( src/full/Agda/Utils/Trie.hs, dist/build/Agda/Utils/Trie.o, dist/build/Agda/Utils/Trie.dyn_o )
[ 57 of 439] Compiling Agda.Utils.List1[boot] ( src/full/Agda/Utils/List1.hs-boot, dist/build/Agda/Utils/List1.o-boot, dist/build/Agda/Utils/List1.dyn_o-boot )
[ 58 of 439] Compiling Agda.Utils.List  ( src/full/Agda/Utils/List.hs, dist/build/Agda/Utils/List.o, dist/build/Agda/Utils/List.dyn_o )
[ 59 of 439] Compiling Agda.Utils.List1 ( src/full/Agda/Utils/List1.hs, dist/build/Agda/Utils/List1.o, dist/build/Agda/Utils/List1.dyn_o )
[ 60 of 439] Compiling Agda.Utils.Size  ( src/full/Agda/Utils/Size.hs, dist/build/Agda/Utils/Size.o, dist/build/Agda/Utils/Size.dyn_o )
[ 61 of 439] Compiling Agda.Utils.Permutation ( src/full/Agda/Utils/Permutation.hs, dist/build/Agda/Utils/Permutation.o, dist/build/Agda/Utils/Permutation.dyn_o )
[ 62 of 439] Compiling Agda.Utils.ProfileOptions ( src/full/Agda/Utils/ProfileOptions.hs, dist/build/Agda/Utils/ProfileOptions.o, dist/build/Agda/Utils/ProfileOptions.dyn_o )
[ 63 of 439] Compiling Agda.Utils.List2 ( src/full/Agda/Utils/List2.hs, dist/build/Agda/Utils/List2.o, dist/build/Agda/Utils/List2.dyn_o )
[ 64 of 439] Compiling Agda.Utils.String ( src/full/Agda/Utils/String.hs, dist/build/Agda/Utils/String.o, dist/build/Agda/Utils/String.dyn_o )
[ 65 of 439] Compiling Agda.Utils.IO    ( src/full/Agda/Utils/IO.hs, dist/build/Agda/Utils/IO.o, dist/build/Agda/Utils/IO.dyn_o )
[ 66 of 439] Compiling Agda.Utils.Float ( src/full/Agda/Utils/Float.hs, dist/build/Agda/Utils/Float.o, dist/build/Agda/Utils/Float.dyn_o )
[ 67 of 439] Compiling Agda.Utils.Either ( src/full/Agda/Utils/Either.hs, dist/build/Agda/Utils/Either.o, dist/build/Agda/Utils/Either.dyn_o )
[ 68 of 439] Compiling Agda.Utils.Monad ( src/full/Agda/Utils/Monad.hs, dist/build/Agda/Utils/Monad.o, dist/build/Agda/Utils/Monad.dyn_o )
[ 69 of 439] Compiling Agda.Utils.ListT ( src/full/Agda/Utils/ListT.hs, dist/build/Agda/Utils/ListT.o, dist/build/Agda/Utils/ListT.dyn_o )
[ 70 of 439] Compiling Agda.Utils.FileName ( src/full/Agda/Utils/FileName.hs, dist/build/Agda/Utils/FileName.o, dist/build/Agda/Utils/FileName.dyn_o )
[ 71 of 439] Compiling Agda.Utils.Hash  ( src/full/Agda/Utils/Hash.hs, dist/build/Agda/Utils/Hash.o, dist/build/Agda/Utils/Hash.dyn_o )
[ 72 of 439] Compiling Agda.Interaction.Options.Warnings ( src/full/Agda/Interaction/Options/Warnings.hs, dist/build/Agda/Interaction/Options/Warnings.o, dist/build/Agda/Interaction/Options/Warnings.dyn_o )
[ 73 of 439] Compiling Agda.Utils.Favorites ( src/full/Agda/Utils/Favorites.hs, dist/build/Agda/Utils/Favorites.o, dist/build/Agda/Utils/Favorites.dyn_o )
[ 74 of 439] Compiling Agda.Utils.BiMap ( src/full/Agda/Utils/BiMap.hs, dist/build/Agda/Utils/BiMap.o, dist/build/Agda/Utils/BiMap.dyn_o )
[ 75 of 439] Compiling Agda.Syntax.TopLevelModuleName.Boot ( src/full/Agda/Syntax/TopLevelModuleName/Boot.hs, dist/build/Agda/Syntax/TopLevelModuleName/Boot.o, dist/build/Agda/Syntax/TopLevelModuleName/Boot.dyn_o )
[ 76 of 439] Compiling Agda.Syntax.Position[boot] ( src/full/Agda/Syntax/Position.hs-boot, dist/build/Agda/Syntax/Position.o-boot, dist/build/Agda/Syntax/Position.dyn_o-boot )
[ 77 of 439] Compiling Agda.Syntax.Position ( src/full/Agda/Syntax/Position.hs, dist/build/Agda/Syntax/Position.o, dist/build/Agda/Syntax/Position.dyn_o )
[ 78 of 439] Compiling Agda.Syntax.Common.Aspect ( src/full/Agda/Syntax/Common/Aspect.hs, dist/build/Agda/Syntax/Common/Aspect.o, dist/build/Agda/Syntax/Common/Aspect.dyn_o )
[ 79 of 439] Compiling Agda.Syntax.Common.Pretty ( src/full/Agda/Syntax/Common/Pretty.hs, dist/build/Agda/Syntax/Common/Pretty.o, dist/build/Agda/Syntax/Common/Pretty.dyn_o )
[ 80 of 439] Compiling Agda.Utils.Time  ( src/full/Agda/Utils/Time.hs, dist/build/Agda/Utils/Time.o, dist/build/Agda/Utils/Time.dyn_o )
[ 81 of 439] Compiling Agda.Utils.Parser.MemoisedCPS ( src/full/Agda/Utils/Parser/MemoisedCPS.hs, dist/build/Agda/Utils/Parser/MemoisedCPS.o, dist/build/Agda/Utils/Parser/MemoisedCPS.dyn_o )
[ 82 of 439] Compiling Agda.Utils.Graph.AdjacencyMap.Unidirectional ( src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs, dist/build/Agda/Utils/Graph/AdjacencyMap/Unidirectional.o, dist/build/Agda/Utils/Graph/AdjacencyMap/Unidirectional.dyn_o )
[ 83 of 439] Compiling Agda.Utils.Graph.TopSort ( src/full/Agda/Utils/Graph/TopSort.hs, dist/build/Agda/Utils/Graph/TopSort.o, dist/build/Agda/Utils/Graph/TopSort.dyn_o )
[ 84 of 439] Compiling Agda.Interaction.Highlighting.Dot.Base ( src/full/Agda/Interaction/Highlighting/Dot/Base.hs, dist/build/Agda/Interaction/Highlighting/Dot/Base.o, dist/build/Agda/Interaction/Highlighting/Dot/Base.dyn_o )
[ 85 of 439] Compiling Agda.Utils.CallStack.Pretty ( src/full/Agda/Utils/CallStack/Pretty.hs, dist/build/Agda/Utils/CallStack/Pretty.o, dist/build/Agda/Utils/CallStack/Pretty.dyn_o )
[ 86 of 439] Compiling Agda.Utils.CallStack ( src/full/Agda/Utils/CallStack.hs, dist/build/Agda/Utils/CallStack.o, dist/build/Agda/Utils/CallStack.dyn_o )
[ 87 of 439] Compiling Agda.Utils.FileId ( src/full/Agda/Utils/FileId.hs, dist/build/Agda/Utils/FileId.o, dist/build/Agda/Utils/FileId.dyn_o )
[ 88 of 439] Compiling Agda.Utils.Benchmark ( src/full/Agda/Utils/Benchmark.hs, dist/build/Agda/Utils/Benchmark.o, dist/build/Agda/Utils/Benchmark.dyn_o )
[ 89 of 439] Compiling Agda.Termination.SparseMatrix ( src/full/Agda/Termination/SparseMatrix.hs, dist/build/Agda/Termination/SparseMatrix.o, dist/build/Agda/Termination/SparseMatrix.dyn_o )
[ 90 of 439] Compiling Agda.Termination.Order ( src/full/Agda/Termination/Order.hs, dist/build/Agda/Termination/Order.o, dist/build/Agda/Termination/Order.dyn_o )
[ 91 of 439] Compiling Agda.Termination.CallMatrix ( src/full/Agda/Termination/CallMatrix.hs, dist/build/Agda/Termination/CallMatrix.o, dist/build/Agda/Termination/CallMatrix.dyn_o )
[ 92 of 439] Compiling Agda.Termination.CallGraph ( src/full/Agda/Termination/CallGraph.hs, dist/build/Agda/Termination/CallGraph.o, dist/build/Agda/Termination/CallGraph.dyn_o )
[ 93 of 439] Compiling Agda.Termination.Termination ( src/full/Agda/Termination/Termination.hs, dist/build/Agda/Termination/Termination.o, dist/build/Agda/Termination/Termination.dyn_o )
[ 94 of 439] Compiling Agda.Syntax.Concrete.Glyph ( src/full/Agda/Syntax/Concrete/Glyph.hs, dist/build/Agda/Syntax/Concrete/Glyph.o, dist/build/Agda/Syntax/Concrete/Glyph.dyn_o )
[ 95 of 439] Compiling Agda.Syntax.Builtin ( src/full/Agda/Syntax/Builtin.hs, dist/build/Agda/Syntax/Builtin.o, dist/build/Agda/Syntax/Builtin.dyn_o )
[ 96 of 439] Compiling Agda.Interaction.EmacsCommand ( src/full/Agda/Interaction/EmacsCommand.hs, dist/build/Agda/Interaction/EmacsCommand.o, dist/build/Agda/Interaction/EmacsCommand.dyn_o )
[ 97 of 439] Compiling Agda.Syntax.Common.KeywordRange ( src/full/Agda/Syntax/Common/KeywordRange.hs, dist/build/Agda/Syntax/Common/KeywordRange.o, dist/build/Agda/Syntax/Common/KeywordRange.dyn_o )
[ 98 of 439] Compiling Agda.Syntax.Common ( src/full/Agda/Syntax/Common.hs, dist/build/Agda/Syntax/Common.o, dist/build/Agda/Syntax/Common.dyn_o )
[ 99 of 439] Compiling Agda.Syntax.Parser.Literate ( src/full/Agda/Syntax/Parser/Literate.hs, dist/build/Agda/Syntax/Parser/Literate.o, dist/build/Agda/Syntax/Parser/Literate.dyn_o )
[100 of 439] Compiling Agda.Syntax.Fixity ( src/full/Agda/Syntax/Fixity.hs, dist/build/Agda/Syntax/Fixity.o, dist/build/Agda/Syntax/Fixity.dyn_o )
[101 of 439] Compiling Agda.Syntax.Concrete.Operators.Parser.Monad ( src/full/Agda/Syntax/Concrete/Operators/Parser/Monad.hs, dist/build/Agda/Syntax/Concrete/Operators/Parser/Monad.o, dist/build/Agda/Syntax/Concrete/Operators/Parser/Monad.dyn_o )
[102 of 439] Compiling Agda.Syntax.Concrete.Name ( src/full/Agda/Syntax/Concrete/Name.hs, dist/build/Agda/Syntax/Concrete/Name.o, dist/build/Agda/Syntax/Concrete/Name.dyn_o )
[103 of 439] Compiling Agda.Interaction.Options.Errors ( src/full/Agda/Interaction/Options/Errors.hs, dist/build/Agda/Interaction/Options/Errors.o, dist/build/Agda/Interaction/Options/Errors.dyn_o )
[104 of 439] Compiling Agda.Compiler.JS.Syntax ( src/full/Agda/Compiler/JS/Syntax.hs, dist/build/Agda/Compiler/JS/Syntax.o, dist/build/Agda/Compiler/JS/Syntax.dyn_o )
[105 of 439] Compiling Agda.Compiler.JS.Substitution ( src/full/Agda/Compiler/JS/Substitution.hs, dist/build/Agda/Compiler/JS/Substitution.o, dist/build/Agda/Compiler/JS/Substitution.dyn_o )
[106 of 439] Compiling Agda.Compiler.JS.Pretty ( src/full/Agda/Compiler/JS/Pretty.hs, dist/build/Agda/Compiler/JS/Pretty.o, dist/build/Agda/Compiler/JS/Pretty.dyn_o )
[107 of 439] Compiling Agda.Syntax.Abstract.Name ( src/full/Agda/Syntax/Abstract/Name.hs, dist/build/Agda/Syntax/Abstract/Name.o, dist/build/Agda/Syntax/Abstract/Name.dyn_o )
[108 of 439] Compiling Agda.TypeChecking.Positivity.Occurrence ( src/full/Agda/TypeChecking/Positivity/Occurrence.hs, dist/build/Agda/TypeChecking/Positivity/Occurrence.o, dist/build/Agda/TypeChecking/Positivity/Occurrence.dyn_o )
[109 of 439] Compiling Agda.TypeChecking.Monad.Base.Warning ( src/full/Agda/TypeChecking/Monad/Base/Warning.hs, dist/build/Agda/TypeChecking/Monad/Base/Warning.o, dist/build/Agda/TypeChecking/Monad/Base/Warning.dyn_o )
[110 of 439] Compiling Agda.Syntax.Literal ( src/full/Agda/Syntax/Literal.hs, dist/build/Agda/Syntax/Literal.o, dist/build/Agda/Syntax/Literal.dyn_o )
[111 of 439] Compiling Agda.Syntax.Treeless ( src/full/Agda/Syntax/Treeless.hs, dist/build/Agda/Syntax/Treeless.o, dist/build/Agda/Syntax/Treeless.dyn_o )
[112 of 439] Compiling Agda.Compiler.Treeless.GuardsToPrims ( src/full/Agda/Compiler/Treeless/GuardsToPrims.hs, dist/build/Agda/Compiler/Treeless/GuardsToPrims.o, dist/build/Agda/Compiler/Treeless/GuardsToPrims.dyn_o )
[113 of 439] Compiling Agda.Compiler.Treeless.AsPatterns ( src/full/Agda/Compiler/Treeless/AsPatterns.hs, dist/build/Agda/Compiler/Treeless/AsPatterns.o, dist/build/Agda/Compiler/Treeless/AsPatterns.dyn_o )
[114 of 439] Compiling Agda.Syntax.Parser.Tokens ( src/full/Agda/Syntax/Parser/Tokens.hs, dist/build/Agda/Syntax/Parser/Tokens.o, dist/build/Agda/Syntax/Parser/Tokens.dyn_o )
[115 of 439] Compiling Agda.Syntax.Internal.Elim ( src/full/Agda/Syntax/Internal/Elim.hs, dist/build/Agda/Syntax/Internal/Elim.o, dist/build/Agda/Syntax/Internal/Elim.dyn_o )
[116 of 439] Compiling Agda.Syntax.Internal.Blockers ( src/full/Agda/Syntax/Internal/Blockers.hs, dist/build/Agda/Syntax/Internal/Blockers.o, dist/build/Agda/Syntax/Internal/Blockers.dyn_o )
[117 of 439] Compiling Agda.Syntax.Internal ( src/full/Agda/Syntax/Internal.hs, dist/build/Agda/Syntax/Internal.o, dist/build/Agda/Syntax/Internal.dyn_o )
[118 of 439] Compiling Agda.TypeChecking.Substitute.DeBruijn ( src/full/Agda/TypeChecking/Substitute/DeBruijn.hs, dist/build/Agda/TypeChecking/Substitute/DeBruijn.o, dist/build/Agda/TypeChecking/Substitute/DeBruijn.dyn_o )
[119 of 439] Compiling Agda.TypeChecking.Free.Lazy ( src/full/Agda/TypeChecking/Free/Lazy.hs, dist/build/Agda/TypeChecking/Free/Lazy.o, dist/build/Agda/TypeChecking/Free/Lazy.dyn_o )
[120 of 439] Compiling Agda.TypeChecking.DiscrimTree.Types ( src/full/Agda/TypeChecking/DiscrimTree/Types.hs, dist/build/Agda/TypeChecking/DiscrimTree/Types.o, dist/build/Agda/TypeChecking/DiscrimTree/Types.dyn_o )
[121 of 439] Compiling Agda.Syntax.Reflected ( src/full/Agda/Syntax/Reflected.hs, dist/build/Agda/Syntax/Reflected.o, dist/build/Agda/Syntax/Reflected.dyn_o )
[122 of 439] Compiling Agda.Syntax.Internal.Pattern ( src/full/Agda/Syntax/Internal/Pattern.hs, dist/build/Agda/Syntax/Internal/Pattern.o, dist/build/Agda/Syntax/Internal/Pattern.dyn_o )
[123 of 439] Compiling Agda.Syntax.Internal.Generic ( src/full/Agda/Syntax/Internal/Generic.hs, dist/build/Agda/Syntax/Internal/Generic.o, dist/build/Agda/Syntax/Internal/Generic.dyn_o )
[124 of 439] Compiling Agda.TypeChecking.CompiledClause ( src/full/Agda/TypeChecking/CompiledClause.hs, dist/build/Agda/TypeChecking/CompiledClause.o, dist/build/Agda/TypeChecking/CompiledClause.dyn_o )
[125 of 439] Compiling Agda.Syntax.Internal.MetaVars ( src/full/Agda/Syntax/Internal/MetaVars.hs, dist/build/Agda/Syntax/Internal/MetaVars.o, dist/build/Agda/Syntax/Internal/MetaVars.dyn_o )
[126 of 439] Compiling Agda.Syntax.Internal.Defs ( src/full/Agda/Syntax/Internal/Defs.hs, dist/build/Agda/Syntax/Internal/Defs.o, dist/build/Agda/Syntax/Internal/Defs.dyn_o )
[127 of 439] Compiling Agda.Syntax.Concrete ( src/full/Agda/Syntax/Concrete.hs, dist/build/Agda/Syntax/Concrete.o, dist/build/Agda/Syntax/Concrete.dyn_o )
[128 of 439] Compiling Agda.Syntax.TopLevelModuleName ( src/full/Agda/Syntax/TopLevelModuleName.hs, dist/build/Agda/Syntax/TopLevelModuleName.o, dist/build/Agda/Syntax/TopLevelModuleName.dyn_o )
[129 of 439] Compiling Agda.Syntax.Concrete.Pattern ( src/full/Agda/Syntax/Concrete/Pattern.hs, dist/build/Agda/Syntax/Concrete/Pattern.o, dist/build/Agda/Syntax/Concrete/Pattern.dyn_o )
[130 of 439] Compiling Agda.Syntax.Concrete.Generic ( src/full/Agda/Syntax/Concrete/Generic.hs, dist/build/Agda/Syntax/Concrete/Generic.o, dist/build/Agda/Syntax/Concrete/Generic.dyn_o )
[131 of 439] Compiling Agda.Syntax.Concrete.Fixity ( src/full/Agda/Syntax/Concrete/Fixity.hs, dist/build/Agda/Syntax/Concrete/Fixity.o, dist/build/Agda/Syntax/Concrete/Fixity.dyn_o )
[132 of 439] Compiling Agda.Interaction.Library.Base ( src/full/Agda/Interaction/Library/Base.hs, dist/build/Agda/Interaction/Library/Base.o, dist/build/Agda/Interaction/Library/Base.dyn_o )
[133 of 439] Compiling Agda.Interaction.Library.Parse ( src/full/Agda/Interaction/Library/Parse.hs, dist/build/Agda/Interaction/Library/Parse.o, dist/build/Agda/Interaction/Library/Parse.dyn_o )
[134 of 439] Compiling Agda.Interaction.Highlighting.Range ( src/full/Agda/Interaction/Highlighting/Range.hs, dist/build/Agda/Interaction/Highlighting/Range.o, dist/build/Agda/Interaction/Highlighting/Range.dyn_o )
[135 of 439] Compiling Agda.Utils.RangeMap ( src/full/Agda/Utils/RangeMap.hs, dist/build/Agda/Utils/RangeMap.o, dist/build/Agda/Utils/RangeMap.dyn_o )
[136 of 439] Compiling Agda.Benchmarking ( src/full/Agda/Benchmarking.hs, dist/build/Agda/Benchmarking.o, dist/build/Agda/Benchmarking.dyn_o )
[137 of 439] Compiling Agda.TypeChecking.Free ( src/full/Agda/TypeChecking/Free.hs, dist/build/Agda/TypeChecking/Free.o, dist/build/Agda/TypeChecking/Free.dyn_o )
[138 of 439] Compiling Agda.TypeChecking.Substitute.Class ( src/full/Agda/TypeChecking/Substitute/Class.hs, dist/build/Agda/TypeChecking/Substitute/Class.o, dist/build/Agda/TypeChecking/Substitute/Class.dyn_o )
[139 of 439] Compiling Agda.Syntax.Scope.Base ( src/full/Agda/Syntax/Scope/Base.hs, dist/build/Agda/Syntax/Scope/Base.o, dist/build/Agda/Syntax/Scope/Base.dyn_o )
[140 of 439] Compiling Agda.Syntax.Info ( src/full/Agda/Syntax/Info.hs, dist/build/Agda/Syntax/Info.o, dist/build/Agda/Syntax/Info.dyn_o )
[141 of 439] Compiling Agda.TypeChecking.Monad.Base.Types ( src/full/Agda/TypeChecking/Monad/Base/Types.hs, dist/build/Agda/TypeChecking/Monad/Base/Types.o, dist/build/Agda/TypeChecking/Monad/Base/Types.dyn_o )
[142 of 439] Compiling Agda.TypeChecking.SizedTypes.Syntax ( src/full/Agda/TypeChecking/SizedTypes/Syntax.hs, dist/build/Agda/TypeChecking/SizedTypes/Syntax.o, dist/build/Agda/TypeChecking/SizedTypes/Syntax.dyn_o )
[143 of 439] Compiling Agda.TypeChecking.Serialise.Base ( src/full/Agda/TypeChecking/Serialise/Base.hs, dist/build/Agda/TypeChecking/Serialise/Base.o, dist/build/Agda/TypeChecking/Serialise/Base.dyn_o )
[144 of 439] Compiling Agda.Interaction.Highlighting.Precise ( src/full/Agda/Interaction/Highlighting/Precise.hs, dist/build/Agda/Interaction/Highlighting/Precise.o, dist/build/Agda/Interaction/Highlighting/Precise.dyn_o )
[145 of 439] Compiling Agda.Utils.Update ( src/full/Agda/Utils/Update.hs, dist/build/Agda/Utils/Update.o, dist/build/Agda/Utils/Update.dyn_o )
[146 of 439] Compiling Agda.Utils.VarSet ( src/full/Agda/Utils/VarSet.hs, dist/build/Agda/Utils/VarSet.o, dist/build/Agda/Utils/VarSet.dyn_o )
[147 of 439] Compiling Agda.TypeChecking.Free.Precompute ( src/full/Agda/TypeChecking/Free/Precompute.hs, dist/build/Agda/TypeChecking/Free/Precompute.o, dist/build/Agda/TypeChecking/Free/Precompute.dyn_o )
[148 of 439] Compiling Agda.Utils.WithDefault ( src/full/Agda/Utils/WithDefault.hs, dist/build/Agda/Utils/WithDefault.o, dist/build/Agda/Utils/WithDefault.dyn_o )
[149 of 439] Compiling Agda.Utils.Zipper ( src/full/Agda/Utils/Zipper.hs, dist/build/Agda/Utils/Zipper.o, dist/build/Agda/Utils/Zipper.dyn_o )
[150 of 439] Compiling Paths_Agda       ( dist/build/autogen/Paths_Agda.hs, dist/build/Paths_Agda.o, dist/build/Paths_Agda.dyn_o )
[151 of 439] Compiling Agda.Version     ( src/setup/Agda/Version.hs, dist/build/Agda/Version.o, dist/build/Agda/Version.dyn_o )
[152 of 439] Compiling Agda.VersionCommit ( src/setup/Agda/VersionCommit.hs, dist/build/Agda/VersionCommit.o, dist/build/Agda/VersionCommit.dyn_o )
[153 of 439] Compiling Agda.Setup       ( src/setup/Agda/Setup.hs, dist/build/Agda/Setup.o, dist/build/Agda/Setup.dyn_o )
[154 of 439] Compiling Agda.Setup.EmacsMode ( src/setup/Agda/Setup/EmacsMode.hs, dist/build/Agda/Setup/EmacsMode.o, dist/build/Agda/Setup/EmacsMode.dyn_o )
[155 of 439] Compiling Agda.Interaction.Options.Help ( src/full/Agda/Interaction/Options/Help.hs, dist/build/Agda/Interaction/Options/Help.o, dist/build/Agda/Interaction/Options/Help.dyn_o )
[156 of 439] Compiling Agda.Interaction.Library ( src/full/Agda/Interaction/Library.hs, dist/build/Agda/Interaction/Library.o, dist/build/Agda/Interaction/Library.dyn_o )
[157 of 439] Compiling Agda.Interaction.Options.Types ( src/full/Agda/Interaction/Options/Types.hs, dist/build/Agda/Interaction/Options/Types.o, dist/build/Agda/Interaction/Options/Types.dyn_o )
[158 of 439] Compiling Agda.Interaction.Options.HasOptions ( src/full/Agda/Interaction/Options/HasOptions.hs, dist/build/Agda/Interaction/Options/HasOptions.o, dist/build/Agda/Interaction/Options/HasOptions.dyn_o )
[159 of 439] Compiling Agda.Interaction.Options.Base ( src/full/Agda/Interaction/Options/Base.hs, dist/build/Agda/Interaction/Options/Base.o, dist/build/Agda/Interaction/Options/Base.dyn_o )
[160 of 439] Compiling Agda.Syntax.Common.Pretty.ANSI ( src/full/Agda/Syntax/Common/Pretty/ANSI.hs, dist/build/Agda/Syntax/Common/Pretty/ANSI.o, dist/build/Agda/Syntax/Common/Pretty/ANSI.dyn_o )
[161 of 439] Compiling Agda.Interaction.Options ( src/full/Agda/Interaction/Options.hs, dist/build/Agda/Interaction/Options.o, dist/build/Agda/Interaction/Options.dyn_o )
[162 of 439] Compiling Agda.Syntax.Concrete.Pretty ( src/full/Agda/Syntax/Concrete/Pretty.hs, dist/build/Agda/Syntax/Concrete/Pretty.o, dist/build/Agda/Syntax/Concrete/Pretty.dyn_o )
[163 of 439] Compiling Agda.TypeChecking.Coverage.SplitTree ( src/full/Agda/TypeChecking/Coverage/SplitTree.hs, dist/build/Agda/TypeChecking/Coverage/SplitTree.o, dist/build/Agda/TypeChecking/Coverage/SplitTree.dyn_o )
[164 of 439] Compiling Agda.Syntax.Notation ( src/full/Agda/Syntax/Notation.hs, dist/build/Agda/Syntax/Notation.o, dist/build/Agda/Syntax/Notation.dyn_o )
[165 of 439] Compiling Agda.Syntax.Concrete.Operators.Parser ( src/full/Agda/Syntax/Concrete/Operators/Parser.hs, dist/build/Agda/Syntax/Concrete/Operators/Parser.o, dist/build/Agda/Syntax/Concrete/Operators/Parser.dyn_o )
[166 of 439] Compiling Agda.Syntax.Concrete.Definitions.Types ( src/full/Agda/Syntax/Concrete/Definitions/Types.hs, dist/build/Agda/Syntax/Concrete/Definitions/Types.o, dist/build/Agda/Syntax/Concrete/Definitions/Types.dyn_o )
[167 of 439] Compiling Agda.Syntax.Concrete.Definitions.Errors ( src/full/Agda/Syntax/Concrete/Definitions/Errors.hs, dist/build/Agda/Syntax/Concrete/Definitions/Errors.o, dist/build/Agda/Syntax/Concrete/Definitions/Errors.dyn_o )
[168 of 439] Compiling Agda.Syntax.Concrete.Definitions.Monad ( src/full/Agda/Syntax/Concrete/Definitions/Monad.hs, dist/build/Agda/Syntax/Concrete/Definitions/Monad.o, dist/build/Agda/Syntax/Concrete/Definitions/Monad.dyn_o )
[169 of 439] Compiling Agda.Syntax.Concrete.Definitions ( src/full/Agda/Syntax/Concrete/Definitions.hs, dist/build/Agda/Syntax/Concrete/Definitions.o, dist/build/Agda/Syntax/Concrete/Definitions.dyn_o )
[170 of 439] Compiling Agda.Syntax.Concrete.Attribute ( src/full/Agda/Syntax/Concrete/Attribute.hs, dist/build/Agda/Syntax/Concrete/Attribute.o, dist/build/Agda/Syntax/Concrete/Attribute.dyn_o )
[171 of 439] Compiling Agda.Syntax.Parser.Monad ( src/full/Agda/Syntax/Parser/Monad.hs, dist/build/Agda/Syntax/Parser/Monad.o, dist/build/Agda/Syntax/Parser/Monad.dyn_o )
[172 of 439] Compiling Agda.Syntax.Parser.Alex ( src/full/Agda/Syntax/Parser/Alex.hs, dist/build/Agda/Syntax/Parser/Alex.o, dist/build/Agda/Syntax/Parser/Alex.dyn_o )
[173 of 439] Compiling Agda.Syntax.Parser.LookAhead ( src/full/Agda/Syntax/Parser/LookAhead.hs, dist/build/Agda/Syntax/Parser/LookAhead.o, dist/build/Agda/Syntax/Parser/LookAhead.dyn_o )
[174 of 439] Compiling Agda.Syntax.Parser.StringLiterals ( src/full/Agda/Syntax/Parser/StringLiterals.hs, dist/build/Agda/Syntax/Parser/StringLiterals.o, dist/build/Agda/Syntax/Parser/StringLiterals.dyn_o )
[175 of 439] Compiling Agda.Syntax.Parser.Layout[boot] ( src/full/Agda/Syntax/Parser/Layout.hs-boot, dist/build/Agda/Syntax/Parser/Layout.o-boot, dist/build/Agda/Syntax/Parser/Layout.dyn_o-boot )
[176 of 439] Compiling Agda.Syntax.Parser.LexActions[boot] ( src/full/Agda/Syntax/Parser/LexActions.hs-boot, dist/build/Agda/Syntax/Parser/LexActions.o-boot, dist/build/Agda/Syntax/Parser/LexActions.dyn_o-boot )
[177 of 439] Compiling Agda.Syntax.Parser.Comments ( src/full/Agda/Syntax/Parser/Comments.hs, dist/build/Agda/Syntax/Parser/Comments.o, dist/build/Agda/Syntax/Parser/Comments.dyn_o )
[178 of 439] Compiling Agda.Syntax.Parser.Lexer ( dist/build/Agda/Syntax/Parser/Lexer.hs, dist/build/Agda/Syntax/Parser/Lexer.o, dist/build/Agda/Syntax/Parser/Lexer.dyn_o )
[179 of 439] Compiling Agda.Syntax.Parser.LexActions ( src/full/Agda/Syntax/Parser/LexActions.hs, dist/build/Agda/Syntax/Parser/LexActions.o, dist/build/Agda/Syntax/Parser/LexActions.dyn_o )
[180 of 439] Compiling Agda.Syntax.Parser.Layout ( src/full/Agda/Syntax/Parser/Layout.hs, dist/build/Agda/Syntax/Parser/Layout.o, dist/build/Agda/Syntax/Parser/Layout.dyn_o )
[181 of 439] Compiling Agda.Syntax.Parser.Helpers ( src/full/Agda/Syntax/Parser/Helpers.hs, dist/build/Agda/Syntax/Parser/Helpers.o, dist/build/Agda/Syntax/Parser/Helpers.dyn_o )
[182 of 439] Compiling Agda.Syntax.Parser.Parser ( dist/build/Agda/Syntax/Parser/Parser.hs, dist/build/Agda/Syntax/Parser/Parser.o, dist/build/Agda/Syntax/Parser/Parser.dyn_o )
[183 of 439] Compiling Agda.Syntax.Parser ( src/full/Agda/Syntax/Parser.hs, dist/build/Agda/Syntax/Parser.o, dist/build/Agda/Syntax/Parser.dyn_o )
[184 of 439] Compiling Agda.Syntax.Abstract ( src/full/Agda/Syntax/Abstract.hs, dist/build/Agda/Syntax/Abstract.o, dist/build/Agda/Syntax/Abstract.dyn_o )
[185 of 439] Compiling Agda.Syntax.Abstract.Views ( src/full/Agda/Syntax/Abstract/Views.hs, dist/build/Agda/Syntax/Abstract/Views.o, dist/build/Agda/Syntax/Abstract/Views.dyn_o )
[186 of 439] Compiling Agda.Syntax.Abstract.UsedNames ( src/full/Agda/Syntax/Abstract/UsedNames.hs, dist/build/Agda/Syntax/Abstract/UsedNames.o, dist/build/Agda/Syntax/Abstract/UsedNames.dyn_o )
[187 of 439] Compiling Agda.Syntax.Abstract.PatternSynonyms ( src/full/Agda/Syntax/Abstract/PatternSynonyms.hs, dist/build/Agda/Syntax/Abstract/PatternSynonyms.o, dist/build/Agda/Syntax/Abstract/PatternSynonyms.dyn_o )
[188 of 439] Compiling Agda.Syntax.Abstract.Pattern ( src/full/Agda/Syntax/Abstract/Pattern.hs, dist/build/Agda/Syntax/Abstract/Pattern.o, dist/build/Agda/Syntax/Abstract/Pattern.dyn_o )
[189 of 439] Compiling Agda.Interaction.Base ( src/full/Agda/Interaction/Base.hs, dist/build/Agda/Interaction/Base.o, dist/build/Agda/Interaction/Base.dyn_o )
[190 of 439] Compiling Agda.Interaction.Response.Base ( src/full/Agda/Interaction/Response/Base.hs, dist/build/Agda/Interaction/Response/Base.o, dist/build/Agda/Interaction/Response/Base.dyn_o )
[191 of 439] Compiling Agda.Compiler.Backend.Base ( src/full/Agda/Compiler/Backend/Base.hs, dist/build/Agda/Compiler/Backend/Base.o, dist/build/Agda/Compiler/Backend/Base.dyn_o )
[192 of 439] Compiling Agda.Compiler.Treeless.Pretty[boot] ( src/full/Agda/Compiler/Treeless/Pretty.hs-boot, dist/build/Agda/Compiler/Treeless/Pretty.o-boot, dist/build/Agda/Compiler/Treeless/Pretty.dyn_o-boot )
[193 of 439] Compiling Agda.TypeChecking.Monad.Base ( src/full/Agda/TypeChecking/Monad/Base.hs, dist/build/Agda/TypeChecking/Monad/Base.o, dist/build/Agda/TypeChecking/Monad/Base.dyn_o )
[194 of 439] Compiling Agda.TypeChecking.Substitute ( src/full/Agda/TypeChecking/Substitute.hs, dist/build/Agda/TypeChecking/Substitute.o, dist/build/Agda/TypeChecking/Substitute.dyn_o )
[195 of 439] Compiling Agda.Compiler.Treeless.Subst ( src/full/Agda/Compiler/Treeless/Subst.hs, dist/build/Agda/Compiler/Treeless/Subst.o, dist/build/Agda/Compiler/Treeless/Subst.dyn_o )
[196 of 439] Compiling Agda.Compiler.Treeless.Pretty ( src/full/Agda/Compiler/Treeless/Pretty.hs, dist/build/Agda/Compiler/Treeless/Pretty.o, dist/build/Agda/Compiler/Treeless/Pretty.dyn_o )
[197 of 439] Compiling Agda.Compiler.Treeless.Compare ( src/full/Agda/Compiler/Treeless/Compare.hs, dist/build/Agda/Compiler/Treeless/Compare.o, dist/build/Agda/Compiler/Treeless/Compare.dyn_o )
[198 of 439] Compiling Agda.Compiler.Treeless.Uncase ( src/full/Agda/Compiler/Treeless/Uncase.hs, dist/build/Agda/Compiler/Treeless/Uncase.o, dist/build/Agda/Compiler/Treeless/Uncase.dyn_o )
[199 of 439] Compiling Agda.TypeChecking.Monad.Imports ( src/full/Agda/TypeChecking/Monad/Imports.hs, dist/build/Agda/TypeChecking/Monad/Imports.o, dist/build/Agda/TypeChecking/Monad/Imports.dyn_o )
[200 of 439] Compiling Agda.TypeChecking.Monad.Env ( src/full/Agda/TypeChecking/Monad/Env.hs, dist/build/Agda/TypeChecking/Monad/Env.o, dist/build/Agda/TypeChecking/Monad/Env.dyn_o )
[201 of 439] Compiling Agda.TypeChecking.Monad.Builtin[boot] ( src/full/Agda/TypeChecking/Monad/Builtin.hs-boot, dist/build/Agda/TypeChecking/Monad/Builtin.o-boot, dist/build/Agda/TypeChecking/Monad/Builtin.dyn_o-boot )
[202 of 439] Compiling Agda.TypeChecking.Monad.Builtin ( src/full/Agda/TypeChecking/Monad/Builtin.hs, dist/build/Agda/TypeChecking/Monad/Builtin.o, dist/build/Agda/TypeChecking/Monad/Builtin.dyn_o )
[203 of 439] Compiling Agda.TypeChecking.Inlining ( src/full/Agda/TypeChecking/Inlining.hs, dist/build/Agda/TypeChecking/Inlining.o, dist/build/Agda/TypeChecking/Inlining.dyn_o )
[204 of 439] Compiling Agda.TypeChecking.Errors.Names ( src/full/Agda/TypeChecking/Errors/Names.hs, dist/build/Agda/TypeChecking/Errors/Names.o, dist/build/Agda/TypeChecking/Errors/Names.dyn_o )
[205 of 439] Compiling Agda.TypeChecking.DropArgs ( src/full/Agda/TypeChecking/DropArgs.hs, dist/build/Agda/TypeChecking/DropArgs.o, dist/build/Agda/TypeChecking/DropArgs.dyn_o )
[206 of 439] Compiling Agda.Syntax.Internal.Names ( src/full/Agda/Syntax/Internal/Names.hs, dist/build/Agda/Syntax/Internal/Names.o, dist/build/Agda/Syntax/Internal/Names.dyn_o )
[207 of 439] Compiling Agda.Interaction.Output ( src/full/Agda/Interaction/Output.hs, dist/build/Agda/Interaction/Output.o, dist/build/Agda/Interaction/Output.dyn_o )
[208 of 439] Compiling Agda.TypeChecking.CompiledClause.Match[boot] ( src/full/Agda/TypeChecking/CompiledClause/Match.hs-boot, dist/build/Agda/TypeChecking/CompiledClause/Match.o-boot, dist/build/Agda/TypeChecking/CompiledClause/Match.dyn_o-boot )
[209 of 439] Compiling Agda.TypeChecking.Reduce.Fast[boot] ( src/full/Agda/TypeChecking/Reduce/Fast.hs-boot, dist/build/Agda/TypeChecking/Reduce/Fast.o-boot, dist/build/Agda/TypeChecking/Reduce/Fast.dyn_o-boot )
[210 of 439] Compiling Agda.TypeChecking.Monad.Options[boot] ( src/full/Agda/TypeChecking/Monad/Options.hs-boot, dist/build/Agda/TypeChecking/Monad/Options.o-boot, dist/build/Agda/TypeChecking/Monad/Options.dyn_o-boot )
[211 of 439] Compiling Agda.TypeChecking.Lock[boot] ( src/full/Agda/TypeChecking/Lock.hs-boot, dist/build/Agda/TypeChecking/Lock.o-boot, dist/build/Agda/TypeChecking/Lock.dyn_o-boot )
[212 of 439] Compiling Agda.Interaction.Imports[boot] ( src/full/Agda/Interaction/Imports.hs-boot, dist/build/Agda/Interaction/Imports.o-boot, dist/build/Agda/Interaction/Imports.dyn_o-boot )
[213 of 439] Compiling Agda.TypeChecking.Rules.Application[boot] ( src/full/Agda/TypeChecking/Rules/Application.hs-boot, dist/build/Agda/TypeChecking/Rules/Application.o-boot, dist/build/Agda/TypeChecking/Rules/Application.dyn_o-boot )
[214 of 439] Compiling Agda.TypeChecking.CompiledClause.Compile[boot] ( src/full/Agda/TypeChecking/CompiledClause/Compile.hs-boot, dist/build/Agda/TypeChecking/CompiledClause/Compile.o-boot, dist/build/Agda/TypeChecking/CompiledClause/Compile.dyn_o-boot )
[215 of 439] Compiling Agda.TypeChecking.InstanceArguments[boot] ( src/full/Agda/TypeChecking/InstanceArguments.hs-boot, dist/build/Agda/TypeChecking/InstanceArguments.o-boot, dist/build/Agda/TypeChecking/InstanceArguments.dyn_o-boot )
[216 of 439] Compiling Agda.TypeChecking.Rules.Data[boot] ( src/full/Agda/TypeChecking/Rules/Data.hs-boot, dist/build/Agda/TypeChecking/Rules/Data.o-boot, dist/build/Agda/TypeChecking/Rules/Data.dyn_o-boot )
[217 of 439] Compiling Agda.TypeChecking.Rules.Decl[boot] ( src/full/Agda/TypeChecking/Rules/Decl.hs-boot, dist/build/Agda/TypeChecking/Rules/Decl.o-boot, dist/build/Agda/TypeChecking/Rules/Decl.dyn_o-boot )
[218 of 439] Compiling Agda.Interaction.Highlighting.Generate[boot] ( src/full/Agda/Interaction/Highlighting/Generate.hs-boot, dist/build/Agda/Interaction/Highlighting/Generate.o-boot, dist/build/Agda/Interaction/Highlighting/Generate.dyn_o-boot )
[219 of 439] Compiling Agda.TypeChecking.Rules.Term[boot] ( src/full/Agda/TypeChecking/Rules/Term.hs-boot, dist/build/Agda/TypeChecking/Rules/Term.o-boot, dist/build/Agda/TypeChecking/Rules/Term.dyn_o-boot )
[220 of 439] Compiling Agda.TypeChecking.Monad.MetaVars[boot] ( src/full/Agda/TypeChecking/Monad/MetaVars.hs-boot, dist/build/Agda/TypeChecking/Monad/MetaVars.o-boot, dist/build/Agda/TypeChecking/Monad/MetaVars.dyn_o-boot )
[221 of 439] Compiling Agda.TypeChecking.Primitive[boot] ( src/full/Agda/TypeChecking/Primitive.hs-boot, dist/build/Agda/TypeChecking/Primitive.o-boot, dist/build/Agda/TypeChecking/Primitive.dyn_o-boot )
[222 of 439] Compiling Agda.TypeChecking.Level[boot] ( src/full/Agda/TypeChecking/Level.hs-boot, dist/build/Agda/TypeChecking/Level.o-boot, dist/build/Agda/TypeChecking/Level.dyn_o-boot )
[223 of 439] Compiling Agda.TypeChecking.Monad.Context[boot] ( src/full/Agda/TypeChecking/Monad/Context.hs-boot, dist/build/Agda/TypeChecking/Monad/Context.o-boot, dist/build/Agda/TypeChecking/Monad/Context.dyn_o-boot )
[224 of 439] Compiling Agda.TypeChecking.Monad.Debug[boot] ( src/full/Agda/TypeChecking/Monad/Debug.hs-boot, dist/build/Agda/TypeChecking/Monad/Debug.o-boot, dist/build/Agda/TypeChecking/Monad/Debug.dyn_o-boot )
[225 of 439] Compiling Agda.TypeChecking.Monad.Signature[boot] ( src/full/Agda/TypeChecking/Monad/Signature.hs-boot, dist/build/Agda/TypeChecking/Monad/Signature.o-boot, dist/build/Agda/TypeChecking/Monad/Signature.dyn_o-boot )
[226 of 439] Compiling Agda.TypeChecking.Monad.Pure[boot] ( src/full/Agda/TypeChecking/Monad/Pure.hs-boot, dist/build/Agda/TypeChecking/Monad/Pure.o-boot, dist/build/Agda/TypeChecking/Monad/Pure.dyn_o-boot )
[227 of 439] Compiling Agda.TypeChecking.Pretty[boot] ( src/full/Agda/TypeChecking/Pretty.hs-boot, dist/build/Agda/TypeChecking/Pretty.o-boot, dist/build/Agda/TypeChecking/Pretty.dyn_o-boot )
[228 of 439] Compiling Agda.TypeChecking.Errors[boot] ( src/full/Agda/TypeChecking/Errors.hs-boot, dist/build/Agda/TypeChecking/Errors.o-boot, dist/build/Agda/TypeChecking/Errors.dyn_o-boot )
[229 of 439] Compiling Agda.TypeChecking.Pretty.Call[boot] ( src/full/Agda/TypeChecking/Pretty/Call.hs-boot, dist/build/Agda/TypeChecking/Pretty/Call.o-boot, dist/build/Agda/TypeChecking/Pretty/Call.dyn_o-boot )
[230 of 439] Compiling Agda.TypeChecking.ProjectionLike[boot] ( src/full/Agda/TypeChecking/ProjectionLike.hs-boot, dist/build/Agda/TypeChecking/ProjectionLike.o-boot, dist/build/Agda/TypeChecking/ProjectionLike.dyn_o-boot )
[231 of 439] Compiling Agda.TypeChecking.Opacity[boot] ( src/full/Agda/TypeChecking/Opacity.hs-boot, dist/build/Agda/TypeChecking/Opacity.o-boot, dist/build/Agda/TypeChecking/Opacity.dyn_o-boot )
[232 of 439] Compiling Agda.TypeChecking.Monad.Debug ( src/full/Agda/TypeChecking/Monad/Debug.hs, dist/build/Agda/TypeChecking/Monad/Debug.o, dist/build/Agda/TypeChecking/Monad/Debug.dyn_o )
[233 of 439] Compiling Agda.TypeChecking.Monad.Statistics ( src/full/Agda/TypeChecking/Monad/Statistics.hs, dist/build/Agda/TypeChecking/Monad/Statistics.o, dist/build/Agda/TypeChecking/Monad/Statistics.dyn_o )
[234 of 439] Compiling Agda.TypeChecking.Monad.Benchmark ( src/full/Agda/TypeChecking/Monad/Benchmark.hs, dist/build/Agda/TypeChecking/Monad/Benchmark.o, dist/build/Agda/TypeChecking/Monad/Benchmark.dyn_o )
[235 of 439] Compiling Agda.TypeChecking.Monad.Caching ( src/full/Agda/TypeChecking/Monad/Caching.hs, dist/build/Agda/TypeChecking/Monad/Caching.o, dist/build/Agda/TypeChecking/Monad/Caching.dyn_o )
[236 of 439] Compiling Agda.TypeChecking.Rewriting[boot] ( src/full/Agda/TypeChecking/Rewriting.hs-boot, dist/build/Agda/TypeChecking/Rewriting.o-boot, dist/build/Agda/TypeChecking/Rewriting.dyn_o-boot )
[237 of 439] Compiling Agda.TypeChecking.Reduce[boot] ( src/full/Agda/TypeChecking/Reduce.hs-boot, dist/build/Agda/TypeChecking/Reduce.o-boot, dist/build/Agda/TypeChecking/Reduce.dyn_o-boot )
[238 of 439] Compiling Agda.TypeChecking.Pretty.Warning[boot] ( src/full/Agda/TypeChecking/Pretty/Warning.hs-boot, dist/build/Agda/TypeChecking/Pretty/Warning.o-boot, dist/build/Agda/TypeChecking/Pretty/Warning.dyn_o-boot )
[239 of 439] Compiling Agda.TypeChecking.Warnings ( src/full/Agda/TypeChecking/Warnings.hs, dist/build/Agda/TypeChecking/Warnings.o, dist/build/Agda/TypeChecking/Warnings.dyn_o )
[240 of 439] Compiling Agda.Interaction.Response ( src/full/Agda/Interaction/Response.hs, dist/build/Agda/Interaction/Response.o, dist/build/Agda/Interaction/Response.dyn_o )
[241 of 439] Compiling Agda.TypeChecking.Monad.State ( src/full/Agda/TypeChecking/Monad/State.hs, dist/build/Agda/TypeChecking/Monad/State.o, dist/build/Agda/TypeChecking/Monad/State.dyn_o )
[242 of 439] Compiling Agda.TypeChecking.Monad.Trace ( src/full/Agda/TypeChecking/Monad/Trace.hs, dist/build/Agda/TypeChecking/Monad/Trace.o, dist/build/Agda/TypeChecking/Monad/Trace.dyn_o )
[243 of 439] Compiling Agda.Interaction.FindFile ( src/full/Agda/Interaction/FindFile.hs, dist/build/Agda/Interaction/FindFile.o, dist/build/Agda/Interaction/FindFile.dyn_o )
[244 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Common ( src/full/Agda/TypeChecking/Serialise/Instances/Common.hs, dist/build/Agda/TypeChecking/Serialise/Instances/Common.o, dist/build/Agda/TypeChecking/Serialise/Instances/Common.dyn_o )
[245 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Highlighting ( src/full/Agda/TypeChecking/Serialise/Instances/Highlighting.hs, dist/build/Agda/TypeChecking/Serialise/Instances/Highlighting.o, dist/build/Agda/TypeChecking/Serialise/Instances/Highlighting.dyn_o )
[246 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Abstract ( src/full/Agda/TypeChecking/Serialise/Instances/Abstract.hs, dist/build/Agda/TypeChecking/Serialise/Instances/Abstract.o, dist/build/Agda/TypeChecking/Serialise/Instances/Abstract.dyn_o )
[247 of 439] Compiling Agda.TypeChecking.Monad.Open ( src/full/Agda/TypeChecking/Monad/Open.hs, dist/build/Agda/TypeChecking/Monad/Open.o, dist/build/Agda/TypeChecking/Monad/Open.dyn_o )
[248 of 439] Compiling Agda.TypeChecking.Monad.Context ( src/full/Agda/TypeChecking/Monad/Context.hs, dist/build/Agda/TypeChecking/Monad/Context.o, dist/build/Agda/TypeChecking/Monad/Context.dyn_o )
[249 of 439] Compiling Agda.TypeChecking.Telescope[boot] ( src/full/Agda/TypeChecking/Telescope.hs-boot, dist/build/Agda/TypeChecking/Telescope.o-boot, dist/build/Agda/TypeChecking/Telescope.dyn_o-boot )
[250 of 439] Compiling Agda.TypeChecking.Polarity[boot] ( src/full/Agda/TypeChecking/Polarity.hs-boot, dist/build/Agda/TypeChecking/Polarity.o-boot, dist/build/Agda/TypeChecking/Polarity.dyn_o-boot )
[251 of 439] Compiling Agda.TypeChecking.Monad.Modality ( src/full/Agda/TypeChecking/Monad/Modality.hs, dist/build/Agda/TypeChecking/Monad/Modality.o, dist/build/Agda/TypeChecking/Monad/Modality.dyn_o )
[252 of 439] Compiling Agda.Interaction.Options.Lenses ( src/full/Agda/Interaction/Options/Lenses.hs, dist/build/Agda/Interaction/Options/Lenses.o, dist/build/Agda/Interaction/Options/Lenses.dyn_o )
[253 of 439] Compiling Agda.TypeChecking.Monad.Closure ( src/full/Agda/TypeChecking/Monad/Closure.hs, dist/build/Agda/TypeChecking/Monad/Closure.o, dist/build/Agda/TypeChecking/Monad/Closure.dyn_o )
[254 of 439] Compiling Agda.TypeChecking.Monad.Constraints ( src/full/Agda/TypeChecking/Monad/Constraints.hs, dist/build/Agda/TypeChecking/Monad/Constraints.o, dist/build/Agda/TypeChecking/Monad/Constraints.dyn_o )
[255 of 439] Compiling Agda.TypeChecking.Constraints[boot] ( src/full/Agda/TypeChecking/Constraints.hs-boot, dist/build/Agda/TypeChecking/Constraints.o-boot, dist/build/Agda/TypeChecking/Constraints.dyn_o-boot )
[256 of 439] Compiling Agda.TypeChecking.Monad.Mutual ( src/full/Agda/TypeChecking/Monad/Mutual.hs, dist/build/Agda/TypeChecking/Monad/Mutual.o, dist/build/Agda/TypeChecking/Monad/Mutual.dyn_o )
[257 of 439] Compiling Agda.TypeChecking.Monad.SizedTypes ( src/full/Agda/TypeChecking/Monad/SizedTypes.hs, dist/build/Agda/TypeChecking/Monad/SizedTypes.o, dist/build/Agda/TypeChecking/Monad/SizedTypes.dyn_o )
[258 of 439] Compiling Agda.Syntax.Scope.Monad ( src/full/Agda/Syntax/Scope/Monad.hs, dist/build/Agda/Syntax/Scope/Monad.o, dist/build/Agda/Syntax/Scope/Monad.dyn_o )
[259 of 439] Compiling Agda.Syntax.Scope.Flat ( src/full/Agda/Syntax/Scope/Flat.hs, dist/build/Agda/Syntax/Scope/Flat.o, dist/build/Agda/Syntax/Scope/Flat.dyn_o )
[260 of 439] Compiling Agda.Syntax.Concrete.Operators ( src/full/Agda/Syntax/Concrete/Operators.hs, dist/build/Agda/Syntax/Concrete/Operators.o, dist/build/Agda/Syntax/Concrete/Operators.dyn_o )
[261 of 439] Compiling Agda.TypeChecking.Monad.Options ( src/full/Agda/TypeChecking/Monad/Options.hs, dist/build/Agda/TypeChecking/Monad/Options.o, dist/build/Agda/TypeChecking/Monad/Options.dyn_o )
[262 of 439] Compiling Agda.TypeChecking.Monad.Signature ( src/full/Agda/TypeChecking/Monad/Signature.hs, dist/build/Agda/TypeChecking/Monad/Signature.o, dist/build/Agda/TypeChecking/Monad/Signature.dyn_o )
[263 of 439] Compiling Agda.TypeChecking.Datatypes[boot] ( src/full/Agda/TypeChecking/Datatypes.hs-boot, dist/build/Agda/TypeChecking/Datatypes.o-boot, dist/build/Agda/TypeChecking/Datatypes.dyn_o-boot )
[264 of 439] Compiling Agda.TypeChecking.Monad.Pure ( src/full/Agda/TypeChecking/Monad/Pure.hs, dist/build/Agda/TypeChecking/Monad/Pure.o, dist/build/Agda/TypeChecking/Monad/Pure.dyn_o )
[265 of 439] Compiling Agda.TypeChecking.Primitive.Cubical.Base[boot] ( src/full/Agda/TypeChecking/Primitive/Cubical/Base.hs-boot, dist/build/Agda/TypeChecking/Primitive/Cubical/Base.o-boot, dist/build/Agda/TypeChecking/Primitive/Cubical/Base.dyn_o-boot )
[266 of 439] Compiling Agda.TypeChecking.Irrelevance[boot] ( src/full/Agda/TypeChecking/Irrelevance.hs-boot, dist/build/Agda/TypeChecking/Irrelevance.o-boot, dist/build/Agda/TypeChecking/Irrelevance.dyn_o-boot )
[267 of 439] Compiling Agda.TypeChecking.Monad.MetaVars ( src/full/Agda/TypeChecking/Monad/MetaVars.hs, dist/build/Agda/TypeChecking/Monad/MetaVars.o, dist/build/Agda/TypeChecking/Monad/MetaVars.dyn_o )
[268 of 439] Compiling Agda.TypeChecking.MetaVars[boot] ( src/full/Agda/TypeChecking/MetaVars.hs-boot, dist/build/Agda/TypeChecking/MetaVars.o-boot, dist/build/Agda/TypeChecking/MetaVars.dyn_o-boot )
[269 of 439] Compiling Agda.TypeChecking.Monad ( src/full/Agda/TypeChecking/Monad.hs, dist/build/Agda/TypeChecking/Monad.o, dist/build/Agda/TypeChecking/Monad.dyn_o )
[270 of 439] Compiling Agda.TypeChecking.Records[boot] ( src/full/Agda/TypeChecking/Records.hs-boot, dist/build/Agda/TypeChecking/Records.o-boot, dist/build/Agda/TypeChecking/Records.dyn_o-boot )
[271 of 439] Compiling Agda.TypeChecking.Patterns.Match[boot] ( src/full/Agda/TypeChecking/Patterns/Match.hs-boot, dist/build/Agda/TypeChecking/Patterns/Match.o-boot, dist/build/Agda/TypeChecking/Patterns/Match.dyn_o-boot )
[272 of 439] Compiling Agda.TypeChecking.Conversion[boot] ( src/full/Agda/TypeChecking/Conversion.hs-boot, dist/build/Agda/TypeChecking/Conversion.o-boot, dist/build/Agda/TypeChecking/Conversion.dyn_o-boot )
[273 of 439] Compiling Agda.TypeChecking.Rules.Def[boot] ( src/full/Agda/TypeChecking/Rules/Def.hs-boot, dist/build/Agda/TypeChecking/Rules/Def.o-boot, dist/build/Agda/TypeChecking/Rules/Def.dyn_o-boot )
[274 of 439] Compiling Agda.TypeChecking.CheckInternal[boot] ( src/full/Agda/TypeChecking/CheckInternal.hs-boot, dist/build/Agda/TypeChecking/CheckInternal.o-boot, dist/build/Agda/TypeChecking/CheckInternal.dyn_o-boot )
[275 of 439] Compiling Agda.TypeChecking.Empty[boot] ( src/full/Agda/TypeChecking/Empty.hs-boot, dist/build/Agda/TypeChecking/Empty.o-boot, dist/build/Agda/TypeChecking/Empty.dyn_o-boot )
[276 of 439] Compiling Agda.TypeChecking.Rules.Builtin.Coinduction[boot] ( src/full/Agda/TypeChecking/Rules/Builtin/Coinduction.hs-boot, dist/build/Agda/TypeChecking/Rules/Builtin/Coinduction.o-boot, dist/build/Agda/TypeChecking/Rules/Builtin/Coinduction.dyn_o-boot )
[277 of 439] Compiling Agda.TypeChecking.Reduce.Monad ( src/full/Agda/TypeChecking/Reduce/Monad.hs, dist/build/Agda/TypeChecking/Reduce/Monad.o, dist/build/Agda/TypeChecking/Reduce/Monad.dyn_o )
[278 of 439] Compiling Agda.ImpossibleTest ( src/full/Agda/ImpossibleTest.hs, dist/build/Agda/ImpossibleTest.o, dist/build/Agda/ImpossibleTest.dyn_o )
[279 of 439] Compiling Agda.TypeChecking.EtaContract ( src/full/Agda/TypeChecking/EtaContract.hs, dist/build/Agda/TypeChecking/EtaContract.o, dist/build/Agda/TypeChecking/EtaContract.dyn_o )
[280 of 439] Compiling Agda.TypeChecking.Reduce ( src/full/Agda/TypeChecking/Reduce.hs, dist/build/Agda/TypeChecking/Reduce.o, dist/build/Agda/TypeChecking/Reduce.dyn_o )
[281 of 439] Compiling Agda.TypeChecking.Telescope ( src/full/Agda/TypeChecking/Telescope.hs, dist/build/Agda/TypeChecking/Telescope.o, dist/build/Agda/TypeChecking/Telescope.dyn_o )
[282 of 439] Compiling Agda.TypeChecking.Level ( src/full/Agda/TypeChecking/Level.hs, dist/build/Agda/TypeChecking/Level.o, dist/build/Agda/TypeChecking/Level.dyn_o )
[283 of 439] Compiling Agda.TypeChecking.LevelConstraints ( src/full/Agda/TypeChecking/LevelConstraints.hs, dist/build/Agda/TypeChecking/LevelConstraints.o, dist/build/Agda/TypeChecking/LevelConstraints.dyn_o )
[284 of 439] Compiling Agda.TypeChecking.SyntacticEquality ( src/full/Agda/TypeChecking/SyntacticEquality.hs, dist/build/Agda/TypeChecking/SyntacticEquality.o, dist/build/Agda/TypeChecking/SyntacticEquality.dyn_o )
[285 of 439] Compiling Agda.TypeChecking.Free.Reduce ( src/full/Agda/TypeChecking/Free/Reduce.hs, dist/build/Agda/TypeChecking/Free/Reduce.o, dist/build/Agda/TypeChecking/Free/Reduce.dyn_o )
[286 of 439] Compiling Agda.TypeChecking.DisplayForm ( src/full/Agda/TypeChecking/DisplayForm.hs, dist/build/Agda/TypeChecking/DisplayForm.o, dist/build/Agda/TypeChecking/DisplayForm.dyn_o )
[287 of 439] Compiling Agda.Interaction.Highlighting.FromAbstract ( src/full/Agda/Interaction/Highlighting/FromAbstract.hs, dist/build/Agda/Interaction/Highlighting/FromAbstract.o, dist/build/Agda/Interaction/Highlighting/FromAbstract.dyn_o )
[288 of 439] Compiling Agda.TypeChecking.MetaVars.Mention ( src/full/Agda/TypeChecking/MetaVars/Mention.hs, dist/build/Agda/TypeChecking/MetaVars/Mention.o, dist/build/Agda/TypeChecking/MetaVars/Mention.dyn_o )
[289 of 439] Compiling Agda.TypeChecking.Level.Solve ( src/full/Agda/TypeChecking/Level/Solve.hs, dist/build/Agda/TypeChecking/Level/Solve.o, dist/build/Agda/TypeChecking/Level/Solve.dyn_o )
[290 of 439] Compiling Agda.Termination.RecCheck ( src/full/Agda/Termination/RecCheck.hs, dist/build/Agda/Termination/RecCheck.o, dist/build/Agda/Termination/RecCheck.dyn_o )
[291 of 439] Compiling Agda.TypeChecking.Rewriting.Clause ( src/full/Agda/TypeChecking/Rewriting/Clause.hs, dist/build/Agda/TypeChecking/Rewriting/Clause.o, dist/build/Agda/TypeChecking/Rewriting/Clause.dyn_o )
[292 of 439] Compiling Agda.Syntax.Translation.ReflectedToAbstract ( src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs, dist/build/Agda/Syntax/Translation/ReflectedToAbstract.o, dist/build/Agda/Syntax/Translation/ReflectedToAbstract.dyn_o )
[293 of 439] Compiling Agda.Syntax.IdiomBrackets ( src/full/Agda/Syntax/IdiomBrackets.hs, dist/build/Agda/Syntax/IdiomBrackets.o, dist/build/Agda/Syntax/IdiomBrackets.dyn_o )
[294 of 439] Compiling Agda.Syntax.DoNotation ( src/full/Agda/Syntax/DoNotation.hs, dist/build/Agda/Syntax/DoNotation.o, dist/build/Agda/Syntax/DoNotation.dyn_o )
[295 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Compilers ( src/full/Agda/TypeChecking/Serialise/Instances/Compilers.hs, dist/build/Agda/TypeChecking/Serialise/Instances/Compilers.o, dist/build/Agda/TypeChecking/Serialise/Instances/Compilers.dyn_o )
[296 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Internal ( src/full/Agda/TypeChecking/Serialise/Instances/Internal.hs, dist/build/Agda/TypeChecking/Serialise/Instances/Internal.o, dist/build/Agda/TypeChecking/Serialise/Instances/Internal.dyn_o )
[297 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Errors ( src/full/Agda/TypeChecking/Serialise/Instances/Errors.hs, dist/build/Agda/TypeChecking/Serialise/Instances/Errors.o, dist/build/Agda/TypeChecking/Serialise/Instances/Errors.dyn_o )
[298 of 439] Compiling Agda.TypeChecking.Serialise.Instances ( src/full/Agda/TypeChecking/Serialise/Instances.hs, dist/build/Agda/TypeChecking/Serialise/Instances.o, dist/build/Agda/TypeChecking/Serialise/Instances.dyn_o )
[299 of 439] Compiling Agda.TypeChecking.Serialise ( src/full/Agda/TypeChecking/Serialise.hs, dist/build/Agda/TypeChecking/Serialise.o, dist/build/Agda/TypeChecking/Serialise.dyn_o )
[300 of 439] Compiling Agda.TypeChecking.DeadCode ( src/full/Agda/TypeChecking/DeadCode.hs, dist/build/Agda/TypeChecking/DeadCode.o, dist/build/Agda/TypeChecking/DeadCode.dyn_o )
[301 of 439] Compiling Agda.Interaction.Highlighting.Vim ( src/full/Agda/Interaction/Highlighting/Vim.hs, dist/build/Agda/Interaction/Highlighting/Vim.o, dist/build/Agda/Interaction/Highlighting/Vim.dyn_o )
[302 of 439] Compiling Agda.TypeChecking.CompiledClause.Match ( src/full/Agda/TypeChecking/CompiledClause/Match.hs, dist/build/Agda/TypeChecking/CompiledClause/Match.o, dist/build/Agda/TypeChecking/CompiledClause/Match.dyn_o )
[303 of 439] Compiling Agda.Syntax.Translation.AbstractToConcrete ( src/full/Agda/Syntax/Translation/AbstractToConcrete.hs, dist/build/Agda/Syntax/Translation/AbstractToConcrete.o, dist/build/Agda/Syntax/Translation/AbstractToConcrete.dyn_o )
[304 of 439] Compiling Agda.Syntax.Abstract.Pretty ( src/full/Agda/Syntax/Abstract/Pretty.hs, dist/build/Agda/Syntax/Abstract/Pretty.o, dist/build/Agda/Syntax/Abstract/Pretty.dyn_o )
[305 of 439] Compiling Agda.Syntax.Translation.InternalToAbstract ( src/full/Agda/Syntax/Translation/InternalToAbstract.hs, dist/build/Agda/Syntax/Translation/InternalToAbstract.o, dist/build/Agda/Syntax/Translation/InternalToAbstract.dyn_o )
[306 of 439] Compiling Agda.TypeChecking.Pretty ( src/full/Agda/TypeChecking/Pretty.hs, dist/build/Agda/TypeChecking/Pretty.o, dist/build/Agda/TypeChecking/Pretty.dyn_o )
[307 of 439] Compiling Agda.TypeChecking.Pretty.Constraint[boot] ( src/full/Agda/TypeChecking/Pretty/Constraint.hs-boot, dist/build/Agda/TypeChecking/Pretty/Constraint.o-boot, dist/build/Agda/TypeChecking/Pretty/Constraint.dyn_o-boot )
[308 of 439] Compiling Agda.TypeChecking.SizedTypes.Pretty ( src/full/Agda/TypeChecking/SizedTypes/Pretty.hs, dist/build/Agda/TypeChecking/SizedTypes/Pretty.o, dist/build/Agda/TypeChecking/SizedTypes/Pretty.dyn_o )
[309 of 439] Compiling Agda.TypeChecking.Functions ( src/full/Agda/TypeChecking/Functions.hs, dist/build/Agda/TypeChecking/Functions.o, dist/build/Agda/TypeChecking/Functions.dyn_o )
[310 of 439] Compiling Agda.TypeChecking.Datatypes ( src/full/Agda/TypeChecking/Datatypes.hs, dist/build/Agda/TypeChecking/Datatypes.o, dist/build/Agda/TypeChecking/Datatypes.dyn_o )
[311 of 439] Compiling Agda.TypeChecking.Forcing ( src/full/Agda/TypeChecking/Forcing.hs, dist/build/Agda/TypeChecking/Forcing.o, dist/build/Agda/TypeChecking/Forcing.dyn_o )
[312 of 439] Compiling Agda.TypeChecking.Names ( src/full/Agda/TypeChecking/Names.hs, dist/build/Agda/TypeChecking/Names.o, dist/build/Agda/TypeChecking/Names.dyn_o )
[313 of 439] Compiling Agda.TypeChecking.Primitive.Base ( src/full/Agda/TypeChecking/Primitive/Base.hs, dist/build/Agda/TypeChecking/Primitive/Base.o, dist/build/Agda/TypeChecking/Primitive/Base.dyn_o )
[314 of 439] Compiling Agda.TypeChecking.Quote ( src/full/Agda/TypeChecking/Quote.hs, dist/build/Agda/TypeChecking/Quote.o, dist/build/Agda/TypeChecking/Quote.dyn_o )
[315 of 439] Compiling Agda.TypeChecking.Primitive.Cubical.Base ( src/full/Agda/TypeChecking/Primitive/Cubical/Base.hs, dist/build/Agda/TypeChecking/Primitive/Cubical/Base.o, dist/build/Agda/TypeChecking/Primitive/Cubical/Base.dyn_o )
[316 of 439] Compiling Agda.TypeChecking.Primitive.Cubical.Glue ( src/full/Agda/TypeChecking/Primitive/Cubical/Glue.hs, dist/build/Agda/TypeChecking/Primitive/Cubical/Glue.o, dist/build/Agda/TypeChecking/Primitive/Cubical/Glue.dyn_o )
[317 of 439] Compiling Agda.TypeChecking.Primitive.Cubical.HCompU ( src/full/Agda/TypeChecking/Primitive/Cubical/HCompU.hs, dist/build/Agda/TypeChecking/Primitive/Cubical/HCompU.o, dist/build/Agda/TypeChecking/Primitive/Cubical/HCompU.dyn_o )
[318 of 439] Compiling Agda.TypeChecking.Primitive.Cubical ( src/full/Agda/TypeChecking/Primitive/Cubical.hs, dist/build/Agda/TypeChecking/Primitive/Cubical.o, dist/build/Agda/TypeChecking/Primitive/Cubical.dyn_o )
[319 of 439] Compiling Agda.TypeChecking.Primitive ( src/full/Agda/TypeChecking/Primitive.hs, dist/build/Agda/TypeChecking/Primitive.o, dist/build/Agda/TypeChecking/Primitive.dyn_o )
[320 of 439] Compiling Agda.TypeChecking.Telescope.Path ( src/full/Agda/TypeChecking/Telescope/Path.hs, dist/build/Agda/TypeChecking/Telescope/Path.o, dist/build/Agda/TypeChecking/Telescope/Path.dyn_o )
[321 of 439] Compiling Agda.TypeChecking.Irrelevance ( src/full/Agda/TypeChecking/Irrelevance.hs, dist/build/Agda/TypeChecking/Irrelevance.o, dist/build/Agda/TypeChecking/Irrelevance.dyn_o )
[322 of 439] Compiling Agda.TypeChecking.Records ( src/full/Agda/TypeChecking/Records.hs, dist/build/Agda/TypeChecking/Records.o, dist/build/Agda/TypeChecking/Records.dyn_o )
[323 of 439] Compiling Agda.TypeChecking.Rewriting.NonLinPattern ( src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs, dist/build/Agda/TypeChecking/Rewriting/NonLinPattern.o, dist/build/Agda/TypeChecking/Rewriting/NonLinPattern.dyn_o )
[324 of 439] Compiling Agda.TypeChecking.Patterns.Match ( src/full/Agda/TypeChecking/Patterns/Match.hs, dist/build/Agda/TypeChecking/Patterns/Match.o, dist/build/Agda/TypeChecking/Patterns/Match.dyn_o )
[325 of 439] Compiling Agda.TypeChecking.Positivity ( src/full/Agda/TypeChecking/Positivity.hs, dist/build/Agda/TypeChecking/Positivity.o, dist/build/Agda/TypeChecking/Positivity.dyn_o )
[326 of 439] Compiling Agda.TypeChecking.ProjectionLike ( src/full/Agda/TypeChecking/ProjectionLike.hs, dist/build/Agda/TypeChecking/ProjectionLike.o, dist/build/Agda/TypeChecking/ProjectionLike.dyn_o )
[327 of 439] Compiling Agda.TypeChecking.Sort ( src/full/Agda/TypeChecking/Sort.hs, dist/build/Agda/TypeChecking/Sort.o, dist/build/Agda/TypeChecking/Sort.dyn_o )
[328 of 439] Compiling Agda.TypeChecking.Rules.LHS.Problem ( src/full/Agda/TypeChecking/Rules/LHS/Problem.hs, dist/build/Agda/TypeChecking/Rules/LHS/Problem.o, dist/build/Agda/TypeChecking/Rules/LHS/Problem.dyn_o )
[329 of 439] Compiling Agda.TypeChecking.Implicit ( src/full/Agda/TypeChecking/Implicit.hs, dist/build/Agda/TypeChecking/Implicit.o, dist/build/Agda/TypeChecking/Implicit.dyn_o )
[330 of 439] Compiling Agda.TypeChecking.Rules.LHS.Implicit ( src/full/Agda/TypeChecking/Rules/LHS/Implicit.hs, dist/build/Agda/TypeChecking/Rules/LHS/Implicit.o, dist/build/Agda/TypeChecking/Rules/LHS/Implicit.dyn_o )
[331 of 439] Compiling Agda.TypeChecking.Patterns.Abstract ( src/full/Agda/TypeChecking/Patterns/Abstract.hs, dist/build/Agda/TypeChecking/Patterns/Abstract.o, dist/build/Agda/TypeChecking/Patterns/Abstract.dyn_o )
[332 of 439] Compiling Agda.TypeChecking.SizedTypes.WarshallSolver ( src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs, dist/build/Agda/TypeChecking/SizedTypes/WarshallSolver.o, dist/build/Agda/TypeChecking/SizedTypes/WarshallSolver.dyn_o )
[333 of 439] Compiling Agda.TypeChecking.Rules.LHS.Unify.Types ( src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs, dist/build/Agda/TypeChecking/Rules/LHS/Unify/Types.o, dist/build/Agda/TypeChecking/Rules/LHS/Unify/Types.dyn_o )
[334 of 439] Compiling Agda.TypeChecking.Rules.LHS.Unify.LeftInverse ( src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs, dist/build/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.o, dist/build/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.dyn_o )
[335 of 439] Compiling Agda.TypeChecking.Conversion.Pure ( src/full/Agda/TypeChecking/Conversion/Pure.hs, dist/build/Agda/TypeChecking/Conversion/Pure.o, dist/build/Agda/TypeChecking/Conversion/Pure.dyn_o )
[336 of 439] Compiling Agda.TypeChecking.Rules.LHS.ProblemRest ( src/full/Agda/TypeChecking/Rules/LHS/ProblemRest.hs, dist/build/Agda/TypeChecking/Rules/LHS/ProblemRest.o, dist/build/Agda/TypeChecking/Rules/LHS/ProblemRest.dyn_o )
[337 of 439] Compiling Agda.TypeChecking.Coverage.Match ( src/full/Agda/TypeChecking/Coverage/Match.hs, dist/build/Agda/TypeChecking/Coverage/Match.o, dist/build/Agda/TypeChecking/Coverage/Match.dyn_o )
[338 of 439] Compiling Agda.TypeChecking.DiscrimTree ( src/full/Agda/TypeChecking/DiscrimTree.hs, dist/build/Agda/TypeChecking/DiscrimTree.o, dist/build/Agda/TypeChecking/DiscrimTree.dyn_o )
[339 of 439] Compiling Agda.TypeChecking.RecordPatterns ( src/full/Agda/TypeChecking/RecordPatterns.hs, dist/build/Agda/TypeChecking/RecordPatterns.o, dist/build/Agda/TypeChecking/RecordPatterns.dyn_o )
[340 of 439] Compiling Agda.TypeChecking.Rules.Display ( src/full/Agda/TypeChecking/Rules/Display.hs, dist/build/Agda/TypeChecking/Rules/Display.o, dist/build/Agda/TypeChecking/Rules/Display.dyn_o )
[341 of 439] Compiling Agda.Termination.Monad ( src/full/Agda/Termination/Monad.hs, dist/build/Agda/Termination/Monad.o, dist/build/Agda/Termination/Monad.dyn_o )
[342 of 439] Compiling Agda.TypeChecking.Rewriting.NonLinMatch ( src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs, dist/build/Agda/TypeChecking/Rewriting/NonLinMatch.o, dist/build/Agda/TypeChecking/Rewriting/NonLinMatch.dyn_o )
[343 of 439] Compiling Agda.TypeChecking.Opacity ( src/full/Agda/TypeChecking/Opacity.hs, dist/build/Agda/TypeChecking/Opacity.o, dist/build/Agda/TypeChecking/Opacity.dyn_o )
[344 of 439] Compiling Agda.TypeChecking.Pretty.Call ( src/full/Agda/TypeChecking/Pretty/Call.hs, dist/build/Agda/TypeChecking/Pretty/Call.o, dist/build/Agda/TypeChecking/Pretty/Call.dyn_o )
[345 of 439] Compiling Agda.TypeChecking.Pretty.Warning ( src/full/Agda/TypeChecking/Pretty/Warning.hs, dist/build/Agda/TypeChecking/Pretty/Warning.o, dist/build/Agda/TypeChecking/Pretty/Warning.dyn_o )
[346 of 439] Compiling Agda.TypeChecking.Errors ( src/full/Agda/TypeChecking/Errors.hs, dist/build/Agda/TypeChecking/Errors.o, dist/build/Agda/TypeChecking/Errors.dyn_o )
[347 of 439] Compiling Agda.TypeChecking.Pretty.Constraint ( src/full/Agda/TypeChecking/Pretty/Constraint.hs, dist/build/Agda/TypeChecking/Pretty/Constraint.o, dist/build/Agda/TypeChecking/Pretty/Constraint.dyn_o )
[348 of 439] Compiling Agda.TypeChecking.SizedTypes ( src/full/Agda/TypeChecking/SizedTypes.hs, dist/build/Agda/TypeChecking/SizedTypes.o, dist/build/Agda/TypeChecking/SizedTypes.dyn_o )
[349 of 439] Compiling Agda.TypeChecking.Polarity ( src/full/Agda/TypeChecking/Polarity.hs, dist/build/Agda/TypeChecking/Polarity.o, dist/build/Agda/TypeChecking/Polarity.dyn_o )
[350 of 439] Compiling Agda.TypeChecking.Injectivity ( src/full/Agda/TypeChecking/Injectivity.hs, dist/build/Agda/TypeChecking/Injectivity.o, dist/build/Agda/TypeChecking/Injectivity.dyn_o )
[351 of 439] Compiling Agda.Termination.TermCheck ( src/full/Agda/Termination/TermCheck.hs, dist/build/Agda/Termination/TermCheck.o, dist/build/Agda/Termination/TermCheck.dyn_o )
[352 of 439] Compiling Agda.TypeChecking.InstanceArguments ( src/full/Agda/TypeChecking/InstanceArguments.hs, dist/build/Agda/TypeChecking/InstanceArguments.o, dist/build/Agda/TypeChecking/InstanceArguments.dyn_o )
[353 of 439] Compiling Agda.TypeChecking.Constraints ( src/full/Agda/TypeChecking/Constraints.hs, dist/build/Agda/TypeChecking/Constraints.o, dist/build/Agda/TypeChecking/Constraints.dyn_o )
[354 of 439] Compiling Agda.TypeChecking.MetaVars.Occurs ( src/full/Agda/TypeChecking/MetaVars/Occurs.hs, dist/build/Agda/TypeChecking/MetaVars/Occurs.o, dist/build/Agda/TypeChecking/MetaVars/Occurs.dyn_o )
[355 of 439] Compiling Agda.TypeChecking.Rules.LHS.Unify ( src/full/Agda/TypeChecking/Rules/LHS/Unify.hs, dist/build/Agda/TypeChecking/Rules/LHS/Unify.o, dist/build/Agda/TypeChecking/Rules/LHS/Unify.dyn_o )
[356 of 439] Compiling Agda.TypeChecking.Lock ( src/full/Agda/TypeChecking/Lock.hs, dist/build/Agda/TypeChecking/Lock.o, dist/build/Agda/TypeChecking/Lock.dyn_o )
[357 of 439] Compiling Agda.TypeChecking.MetaVars ( src/full/Agda/TypeChecking/MetaVars.hs, dist/build/Agda/TypeChecking/MetaVars.o, dist/build/Agda/TypeChecking/MetaVars.dyn_o )
[358 of 439] Compiling Agda.TypeChecking.Conversion ( src/full/Agda/TypeChecking/Conversion.hs, dist/build/Agda/TypeChecking/Conversion.o, dist/build/Agda/TypeChecking/Conversion.dyn_o )
[359 of 439] Compiling Agda.TypeChecking.CheckInternal ( src/full/Agda/TypeChecking/CheckInternal.hs, dist/build/Agda/TypeChecking/CheckInternal.o, dist/build/Agda/TypeChecking/CheckInternal.dyn_o )
[360 of 439] Compiling Agda.TypeChecking.ReconstructParameters ( src/full/Agda/TypeChecking/ReconstructParameters.hs, dist/build/Agda/TypeChecking/ReconstructParameters.o, dist/build/Agda/TypeChecking/ReconstructParameters.dyn_o )
[361 of 439] Compiling Agda.TypeChecking.Rules.Builtin ( src/full/Agda/TypeChecking/Rules/Builtin.hs, dist/build/Agda/TypeChecking/Rules/Builtin.o, dist/build/Agda/TypeChecking/Rules/Builtin.dyn_o )
[362 of 439] Compiling Agda.Syntax.Translation.ConcreteToAbstract ( src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs, dist/build/Agda/Syntax/Translation/ConcreteToAbstract.o, dist/build/Agda/Syntax/Translation/ConcreteToAbstract.dyn_o )
[363 of 439] Compiling Agda.TypeChecking.Modalities ( src/full/Agda/TypeChecking/Modalities.hs, dist/build/Agda/TypeChecking/Modalities.o, dist/build/Agda/TypeChecking/Modalities.dyn_o )
[364 of 439] Compiling Agda.TypeChecking.IApplyConfluence ( src/full/Agda/TypeChecking/IApplyConfluence.hs, dist/build/Agda/TypeChecking/IApplyConfluence.o, dist/build/Agda/TypeChecking/IApplyConfluence.dyn_o )
[365 of 439] Compiling Agda.TypeChecking.Abstract ( src/full/Agda/TypeChecking/Abstract.hs, dist/build/Agda/TypeChecking/Abstract.o, dist/build/Agda/TypeChecking/Abstract.dyn_o )
[366 of 439] Compiling Agda.TypeChecking.With ( src/full/Agda/TypeChecking/With.hs, dist/build/Agda/TypeChecking/With.o, dist/build/Agda/TypeChecking/With.dyn_o )
[367 of 439] Compiling Agda.TypeChecking.SizedTypes.Solve ( src/full/Agda/TypeChecking/SizedTypes/Solve.hs, dist/build/Agda/TypeChecking/SizedTypes/Solve.o, dist/build/Agda/TypeChecking/SizedTypes/Solve.dyn_o )
[368 of 439] Compiling Agda.TypeChecking.Coverage.SplitClause ( src/full/Agda/TypeChecking/Coverage/SplitClause.hs, dist/build/Agda/TypeChecking/Coverage/SplitClause.o, dist/build/Agda/TypeChecking/Coverage/SplitClause.dyn_o )
[369 of 439] Compiling Agda.TypeChecking.Coverage.Cubical ( src/full/Agda/TypeChecking/Coverage/Cubical.hs, dist/build/Agda/TypeChecking/Coverage/Cubical.o, dist/build/Agda/TypeChecking/Coverage/Cubical.dyn_o )
[370 of 439] Compiling Agda.Interaction.Highlighting.Generate ( src/full/Agda/Interaction/Highlighting/Generate.hs, dist/build/Agda/Interaction/Highlighting/Generate.o, dist/build/Agda/Interaction/Highlighting/Generate.dyn_o )
[371 of 439] Compiling Agda.TypeChecking.Rules.LHS ( src/full/Agda/TypeChecking/Rules/LHS.hs, dist/build/Agda/TypeChecking/Rules/LHS.o, dist/build/Agda/TypeChecking/Rules/LHS.dyn_o )
[372 of 439] Compiling Agda.TypeChecking.Generalize ( src/full/Agda/TypeChecking/Generalize.hs, dist/build/Agda/TypeChecking/Generalize.o, dist/build/Agda/TypeChecking/Generalize.dyn_o )
[373 of 439] Compiling Agda.TypeChecking.Rules.Data ( src/full/Agda/TypeChecking/Rules/Data.hs, dist/build/Agda/TypeChecking/Rules/Data.o, dist/build/Agda/TypeChecking/Rules/Data.dyn_o )
[374 of 439] Compiling Agda.TypeChecking.Unquote ( src/full/Agda/TypeChecking/Unquote.hs, dist/build/Agda/TypeChecking/Unquote.o, dist/build/Agda/TypeChecking/Unquote.dyn_o )
[375 of 439] Compiling Agda.TypeChecking.Rules.Term ( src/full/Agda/TypeChecking/Rules/Term.hs, dist/build/Agda/TypeChecking/Rules/Term.o, dist/build/Agda/TypeChecking/Rules/Term.dyn_o )
[376 of 439] Compiling Agda.TypeChecking.Coverage ( src/full/Agda/TypeChecking/Coverage.hs, dist/build/Agda/TypeChecking/Coverage.o, dist/build/Agda/TypeChecking/Coverage.dyn_o )
[377 of 439] Compiling Agda.TypeChecking.Empty ( src/full/Agda/TypeChecking/Empty.hs, dist/build/Agda/TypeChecking/Empty.o, dist/build/Agda/TypeChecking/Empty.dyn_o )
[378 of 439] Compiling Agda.TypeChecking.CompiledClause.Compile ( src/full/Agda/TypeChecking/CompiledClause/Compile.hs, dist/build/Agda/TypeChecking/CompiledClause/Compile.o, dist/build/Agda/TypeChecking/CompiledClause/Compile.dyn_o )
[379 of 439] Compiling Agda.TypeChecking.Rules.Builtin.Coinduction ( src/full/Agda/TypeChecking/Rules/Builtin/Coinduction.hs, dist/build/Agda/TypeChecking/Rules/Builtin/Coinduction.o, dist/build/Agda/TypeChecking/Rules/Builtin/Coinduction.dyn_o )
[380 of 439] Compiling Agda.TypeChecking.Rules.Record ( src/full/Agda/TypeChecking/Rules/Record.hs, dist/build/Agda/TypeChecking/Rules/Record.o, dist/build/Agda/TypeChecking/Rules/Record.dyn_o )
[381 of 439] Compiling Agda.TypeChecking.Rewriting.Confluence ( src/full/Agda/TypeChecking/Rewriting/Confluence.hs, dist/build/Agda/TypeChecking/Rewriting/Confluence.o, dist/build/Agda/TypeChecking/Rewriting/Confluence.dyn_o )
[382 of 439] Compiling Agda.TypeChecking.Rewriting ( src/full/Agda/TypeChecking/Rewriting.hs, dist/build/Agda/TypeChecking/Rewriting.o, dist/build/Agda/TypeChecking/Rewriting.dyn_o )
[383 of 439] Compiling Agda.TypeChecking.Reduce.Fast ( src/full/Agda/TypeChecking/Reduce/Fast.hs, dist/build/Agda/TypeChecking/Reduce/Fast.o, dist/build/Agda/TypeChecking/Reduce/Fast.dyn_o )
[384 of 439] Compiling Agda.TypeChecking.Rules.Def ( src/full/Agda/TypeChecking/Rules/Def.hs, dist/build/Agda/TypeChecking/Rules/Def.o, dist/build/Agda/TypeChecking/Rules/Def.dyn_o )
[385 of 439] Compiling Agda.TypeChecking.Rules.Application ( src/full/Agda/TypeChecking/Rules/Application.hs, dist/build/Agda/TypeChecking/Rules/Application.o, dist/build/Agda/TypeChecking/Rules/Application.dyn_o )
[386 of 439] Compiling Agda.TypeChecking.Rules.Decl ( src/full/Agda/TypeChecking/Rules/Decl.hs, dist/build/Agda/TypeChecking/Rules/Decl.o, dist/build/Agda/TypeChecking/Rules/Decl.dyn_o )
[387 of 439] Compiling Agda.TheTypeChecker ( src/full/Agda/TheTypeChecker.hs, dist/build/Agda/TheTypeChecker.o, dist/build/Agda/TheTypeChecker.dyn_o )
[388 of 439] Compiling Agda.Interaction.BasicOps ( src/full/Agda/Interaction/BasicOps.hs, dist/build/Agda/Interaction/BasicOps.o, dist/build/Agda/Interaction/BasicOps.dyn_o )
[389 of 439] Compiling Agda.Interaction.Imports ( src/full/Agda/Interaction/Imports.hs, dist/build/Agda/Interaction/Imports.o, dist/build/Agda/Interaction/Imports.dyn_o )
[390 of 439] Compiling Agda.TypeChecking.Patterns.Internal ( src/full/Agda/TypeChecking/Patterns/Internal.hs, dist/build/Agda/TypeChecking/Patterns/Internal.o, dist/build/Agda/TypeChecking/Patterns/Internal.dyn_o )
[391 of 439] Compiling Agda.Syntax.Internal.SanityCheck ( src/full/Agda/Syntax/Internal/SanityCheck.hs, dist/build/Agda/Syntax/Internal/SanityCheck.o, dist/build/Agda/Syntax/Internal/SanityCheck.dyn_o )
[392 of 439] Compiling Agda.Interaction.Monad ( src/full/Agda/Interaction/Monad.hs, dist/build/Agda/Interaction/Monad.o, dist/build/Agda/Interaction/Monad.dyn_o )
[393 of 439] Compiling Agda.Interaction.JSON ( src/full/Agda/Interaction/JSON.hs, dist/build/Agda/Interaction/JSON.o, dist/build/Agda/Interaction/JSON.dyn_o )
[394 of 439] Compiling Agda.Interaction.Highlighting.Common ( src/full/Agda/Interaction/Highlighting/Common.hs, dist/build/Agda/Interaction/Highlighting/Common.o, dist/build/Agda/Interaction/Highlighting/Common.dyn_o )
[395 of 439] Compiling Agda.Compiler.Treeless.Unused ( src/full/Agda/Compiler/Treeless/Unused.hs, dist/build/Agda/Compiler/Treeless/Unused.o, dist/build/Agda/Compiler/Treeless/Unused.dyn_o )
[396 of 439] Compiling Agda.Compiler.Treeless.Simplify ( src/full/Agda/Compiler/Treeless/Simplify.hs, dist/build/Agda/Compiler/Treeless/Simplify.o, dist/build/Agda/Compiler/Treeless/Simplify.dyn_o )
[397 of 439] Compiling Agda.Compiler.Treeless.NormalizeNames ( src/full/Agda/Compiler/Treeless/NormalizeNames.hs, dist/build/Agda/Compiler/Treeless/NormalizeNames.o, dist/build/Agda/Compiler/Treeless/NormalizeNames.dyn_o )
[398 of 439] Compiling Agda.Compiler.Treeless.Identity ( src/full/Agda/Compiler/Treeless/Identity.hs, dist/build/Agda/Compiler/Treeless/Identity.o, dist/build/Agda/Compiler/Treeless/Identity.dyn_o )
[399 of 439] Compiling Agda.Compiler.Treeless.EliminateLiteralPatterns ( src/full/Agda/Compiler/Treeless/EliminateLiteralPatterns.hs, dist/build/Agda/Compiler/Treeless/EliminateLiteralPatterns.o, dist/build/Agda/Compiler/Treeless/EliminateLiteralPatterns.dyn_o )
[400 of 439] Compiling Agda.Compiler.Treeless.EliminateDefaults ( src/full/Agda/Compiler/Treeless/EliminateDefaults.hs, dist/build/Agda/Compiler/Treeless/EliminateDefaults.o, dist/build/Agda/Compiler/Treeless/EliminateDefaults.dyn_o )
[401 of 439] Compiling Agda.Compiler.Treeless.Builtin ( src/full/Agda/Compiler/Treeless/Builtin.hs, dist/build/Agda/Compiler/Treeless/Builtin.o, dist/build/Agda/Compiler/Treeless/Builtin.dyn_o )
[402 of 439] Compiling Agda.Compiler.MAlonzo.Coerce ( src/full/Agda/Compiler/MAlonzo/Coerce.hs, dist/build/Agda/Compiler/MAlonzo/Coerce.o, dist/build/Agda/Compiler/MAlonzo/Coerce.dyn_o )
[403 of 439] Compiling Agda.Compiler.CallCompiler ( src/full/Agda/Compiler/CallCompiler.hs, dist/build/Agda/Compiler/CallCompiler.o, dist/build/Agda/Compiler/CallCompiler.dyn_o )
[404 of 439] Compiling Agda.Interaction.Command ( src/full/Agda/Interaction/Command.hs, dist/build/Agda/Interaction/Command.o, dist/build/Agda/Interaction/Command.dyn_o )
[405 of 439] Compiling Agda.Interaction.Highlighting.JSON ( src/full/Agda/Interaction/Highlighting/JSON.hs, dist/build/Agda/Interaction/Highlighting/JSON.o, dist/build/Agda/Interaction/Highlighting/JSON.dyn_o )
[406 of 439] Compiling Agda.Interaction.Highlighting.Emacs ( src/full/Agda/Interaction/Highlighting/Emacs.hs, dist/build/Agda/Interaction/Highlighting/Emacs.o, dist/build/Agda/Interaction/Highlighting/Emacs.dyn_o )
[407 of 439] Compiling Agda.Compiler.Treeless.Erase[boot] ( src/full/Agda/Compiler/Treeless/Erase.hs-boot, dist/build/Agda/Compiler/Treeless/Erase.o-boot, dist/build/Agda/Compiler/Treeless/Erase.dyn_o-boot )
[408 of 439] Compiling Agda.Compiler.Treeless.Erase ( src/full/Agda/Compiler/Treeless/Erase.hs, dist/build/Agda/Compiler/Treeless/Erase.o, dist/build/Agda/Compiler/Treeless/Erase.dyn_o )
[409 of 439] Compiling Agda.Compiler.ToTreeless ( src/full/Agda/Compiler/ToTreeless.hs, dist/build/Agda/Compiler/ToTreeless.o, dist/build/Agda/Compiler/ToTreeless.dyn_o )
[410 of 439] Compiling Agda.Interaction.MakeCase ( src/full/Agda/Interaction/MakeCase.hs, dist/build/Agda/Interaction/MakeCase.o, dist/build/Agda/Interaction/MakeCase.dyn_o )
[411 of 439] Compiling Agda.Mimer.Options ( src/full/Agda/Mimer/Options.hs, dist/build/Agda/Mimer/Options.o, dist/build/Agda/Mimer/Options.dyn_o )
[412 of 439] Compiling Agda.Mimer.Mimer ( src/full/Agda/Mimer/Mimer.hs, dist/build/Agda/Mimer/Mimer.o, dist/build/Agda/Mimer/Mimer.dyn_o )
[413 of 439] Compiling Agda.Interaction.SearchAbout ( src/full/Agda/Interaction/SearchAbout.hs, dist/build/Agda/Interaction/SearchAbout.o, dist/build/Agda/Interaction/SearchAbout.dyn_o )
[414 of 439] Compiling Agda.Interaction.CommandLine ( src/full/Agda/Interaction/CommandLine.hs, dist/build/Agda/Interaction/CommandLine.o, dist/build/Agda/Interaction/CommandLine.dyn_o )
[415 of 439] Compiling Agda.Interaction.BuildLibrary ( src/full/Agda/Interaction/BuildLibrary.hs, dist/build/Agda/Interaction/BuildLibrary.o, dist/build/Agda/Interaction/BuildLibrary.dyn_o )
[416 of 439] Compiling Agda.Compiler.Common ( src/full/Agda/Compiler/Common.hs, dist/build/Agda/Compiler/Common.o, dist/build/Agda/Compiler/Common.dyn_o )
[417 of 439] Compiling Agda.Compiler.MAlonzo.Misc ( src/full/Agda/Compiler/MAlonzo/Misc.hs, dist/build/Agda/Compiler/MAlonzo/Misc.o, dist/build/Agda/Compiler/MAlonzo/Misc.dyn_o )
[418 of 439] Compiling Agda.Compiler.MAlonzo.Primitives ( src/full/Agda/Compiler/MAlonzo/Primitives.hs, dist/build/Agda/Compiler/MAlonzo/Primitives.o, dist/build/Agda/Compiler/MAlonzo/Primitives.dyn_o )
[419 of 439] Compiling Agda.Compiler.MAlonzo.Pragmas ( src/full/Agda/Compiler/MAlonzo/Pragmas.hs, dist/build/Agda/Compiler/MAlonzo/Pragmas.o, dist/build/Agda/Compiler/MAlonzo/Pragmas.dyn_o )
[420 of 439] Compiling Agda.Compiler.MAlonzo.Encode ( src/full/Agda/Compiler/MAlonzo/Encode.hs, dist/build/Agda/Compiler/MAlonzo/Encode.o, dist/build/Agda/Compiler/MAlonzo/Encode.dyn_o )
[421 of 439] Compiling Agda.Compiler.MAlonzo.Pretty ( src/full/Agda/Compiler/MAlonzo/Pretty.hs, dist/build/Agda/Compiler/MAlonzo/Pretty.o, dist/build/Agda/Compiler/MAlonzo/Pretty.dyn_o )
[422 of 439] Compiling Agda.Compiler.MAlonzo.HaskellTypes ( src/full/Agda/Compiler/MAlonzo/HaskellTypes.hs, dist/build/Agda/Compiler/MAlonzo/HaskellTypes.o, dist/build/Agda/Compiler/MAlonzo/HaskellTypes.dyn_o )
[423 of 439] Compiling Agda.Compiler.Backend ( src/full/Agda/Compiler/Backend.hs, dist/build/Agda/Compiler/Backend.o, dist/build/Agda/Compiler/Backend.dyn_o )
[424 of 439] Compiling Agda.Interaction.InteractionTop ( src/full/Agda/Interaction/InteractionTop.hs, dist/build/Agda/Interaction/InteractionTop.o, dist/build/Agda/Interaction/InteractionTop.dyn_o )
[425 of 439] Compiling Agda.Interaction.AgdaTop ( src/full/Agda/Interaction/AgdaTop.hs, dist/build/Agda/Interaction/AgdaTop.o, dist/build/Agda/Interaction/AgdaTop.dyn_o )
[426 of 439] Compiling Agda.Interaction.EmacsTop ( src/full/Agda/Interaction/EmacsTop.hs, dist/build/Agda/Interaction/EmacsTop.o, dist/build/Agda/Interaction/EmacsTop.dyn_o )
[427 of 439] Compiling Agda.Interaction.JSONTop ( src/full/Agda/Interaction/JSONTop.hs, dist/build/Agda/Interaction/JSONTop.o, dist/build/Agda/Interaction/JSONTop.dyn_o )
[428 of 439] Compiling Agda.Interaction.Highlighting.Dot.Backend ( src/full/Agda/Interaction/Highlighting/Dot/Backend.hs, dist/build/Agda/Interaction/Highlighting/Dot/Backend.o, dist/build/Agda/Interaction/Highlighting/Dot/Backend.dyn_o )
[429 of 439] Compiling Agda.Interaction.Highlighting.Dot ( src/full/Agda/Interaction/Highlighting/Dot.hs, dist/build/Agda/Interaction/Highlighting/Dot.o, dist/build/Agda/Interaction/Highlighting/Dot.dyn_o )
[430 of 439] Compiling Agda.Interaction.Highlighting.LaTeX.Base ( src/full/Agda/Interaction/Highlighting/LaTeX/Base.hs, dist/build/Agda/Interaction/Highlighting/LaTeX/Base.o, dist/build/Agda/Interaction/Highlighting/LaTeX/Base.dyn_o )
[431 of 439] Compiling Agda.Interaction.Highlighting.LaTeX.Backend ( src/full/Agda/Interaction/Highlighting/LaTeX/Backend.hs, dist/build/Agda/Interaction/Highlighting/LaTeX/Backend.o, dist/build/Agda/Interaction/Highlighting/LaTeX/Backend.dyn_o )
[432 of 439] Compiling Agda.Interaction.Highlighting.LaTeX ( src/full/Agda/Interaction/Highlighting/LaTeX.hs, dist/build/Agda/Interaction/Highlighting/LaTeX.o, dist/build/Agda/Interaction/Highlighting/LaTeX.dyn_o )
[433 of 439] Compiling Agda.Interaction.Highlighting.HTML.Base ( src/full/Agda/Interaction/Highlighting/HTML/Base.hs, dist/build/Agda/Interaction/Highlighting/HTML/Base.o, dist/build/Agda/Interaction/Highlighting/HTML/Base.dyn_o )
[434 of 439] Compiling Agda.Interaction.Highlighting.HTML.Backend ( src/full/Agda/Interaction/Highlighting/HTML/Backend.hs, dist/build/Agda/Interaction/Highlighting/HTML/Backend.o, dist/build/Agda/Interaction/Highlighting/HTML/Backend.dyn_o )
[435 of 439] Compiling Agda.Interaction.Highlighting.HTML ( src/full/Agda/Interaction/Highlighting/HTML.hs, dist/build/Agda/Interaction/Highlighting/HTML.o, dist/build/Agda/Interaction/Highlighting/HTML.dyn_o )
[436 of 439] Compiling Agda.Compiler.MAlonzo.Compiler ( src/full/Agda/Compiler/MAlonzo/Compiler.hs, dist/build/Agda/Compiler/MAlonzo/Compiler.o, dist/build/Agda/Compiler/MAlonzo/Compiler.dyn_o )
[437 of 439] Compiling Agda.Compiler.JS.Compiler ( src/full/Agda/Compiler/JS/Compiler.hs, dist/build/Agda/Compiler/JS/Compiler.o, dist/build/Agda/Compiler/JS/Compiler.dyn_o )
[438 of 439] Compiling Agda.Compiler.Builtin ( src/full/Agda/Compiler/Builtin.hs, dist/build/Agda/Compiler/Builtin.o, dist/build/Agda/Compiler/Builtin.dyn_o )
[439 of 439] Compiling Agda.Main        ( src/full/Agda/Main.hs, dist/build/Agda/Main.o, dist/build/Agda/Main.dyn_o )
Preprocessing executable 'agda' for Agda-2.8.0..
Building executable 'agda' for Agda-2.8.0..
[1 of 1] Compiling Main             ( src/main/Main.hs, dist/build/agda/agda-tmp/Main.o )
[2 of 2] Linking dist/build/agda/agda
Preprocessing executable 'agda-mode' for Agda-2.8.0..
Preprocessing library for Agda-2.8.0..
Running Haddock on library for Agda-2.8.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[  1 of 439] Compiling Agda.Interaction.ExitCode ( src/full/Agda/Interaction/ExitCode.hs, nothing )
[  2 of 439] Compiling Agda.Setup.DataFiles ( src/setup/Agda/Setup/DataFiles.hs, /tmp/ghc1696839_0/ghc_60.o, /tmp/ghc1696839_0/ghc_60.dyn_o )
[  3 of 439] Compiling Agda.Termination.CutOff ( src/full/Agda/Termination/CutOff.hs, nothing )
[  4 of 439] Compiling Agda.Termination.Semiring ( src/full/Agda/Termination/Semiring.hs, nothing )
[  5 of 439] Compiling Agda.Utils.AffineHole ( src/full/Agda/Utils/AffineHole.hs, nothing )
[  6 of 439] Compiling Agda.Utils.Applicative ( src/full/Agda/Utils/Applicative.hs, nothing )
[  7 of 439] Compiling Agda.Utils.Boolean ( src/full/Agda/Utils/Boolean.hs, nothing )
[  8 of 439] Compiling Agda.Syntax.Internal.Univ ( src/full/Agda/Syntax/Internal/Univ.hs, nothing )
[  9 of 439] Compiling Agda.Utils.CallStack.Base ( src/full/Agda/Utils/CallStack/Base.hs, nothing )
[ 10 of 439] Compiling Agda.Utils.Char  ( src/full/Agda/Utils/Char.hs, nothing )
[ 11 of 439] Compiling Agda.Utils.Environment ( src/full/Agda/Utils/Environment.hs, nothing )
[ 12 of 439] Compiling Agda.Utils.Fail  ( src/full/Agda/Utils/Fail.hs, nothing )
[ 13 of 439] Compiling Agda.Utils.Function ( src/full/Agda/Utils/Function.hs, nothing )
[ 14 of 439] Compiling Agda.TypeChecking.SizedTypes.Utils ( src/full/Agda/TypeChecking/SizedTypes/Utils.hs, nothing )
[ 15 of 439] Compiling Agda.Utils.Functor ( src/full/Agda/Utils/Functor.hs, nothing )
[ 16 of 439] Compiling Agda.Utils.Bag   ( src/full/Agda/Utils/Bag.hs, nothing )
[ 17 of 439] Compiling Agda.Utils.GetOpt ( src/full/Agda/Utils/GetOpt.hs, nothing )
[ 18 of 439] Compiling Agda.Utils.HashTable ( src/full/Agda/Utils/HashTable.hs, nothing )
[ 19 of 439] Compiling Agda.Utils.Haskell.Syntax ( src/full/Agda/Utils/Haskell/Syntax.hs, nothing )
[ 20 of 439] Compiling Agda.Compiler.MAlonzo.Strict ( src/full/Agda/Compiler/MAlonzo/Strict.hs, nothing )
[ 21 of 439] Compiling Agda.Utils.IArray ( src/full/Agda/Utils/IArray.hs, nothing )
[ 22 of 439] Compiling Agda.Utils.IO.Binary ( src/full/Agda/Utils/IO/Binary.hs, nothing )
[ 23 of 439] Compiling Agda.Utils.IO.Directory ( src/full/Agda/Utils/IO/Directory.hs, nothing )
[ 24 of 439] Compiling Agda.Utils.IO.TempFile ( src/full/Agda/Utils/IO/TempFile.hs, nothing )
[ 25 of 439] Compiling Agda.Utils.IO.UTF8 ( src/full/Agda/Utils/IO/UTF8.hs, nothing )
[ 26 of 439] Compiling Agda.Utils.IORef ( src/full/Agda/Utils/IORef.hs, nothing )
[ 27 of 439] Compiling Agda.Utils.Impossible ( src/full/Agda/Utils/Impossible.hs, nothing )
[ 28 of 439] Compiling Agda.Utils.Empty ( src/full/Agda/Utils/Empty.hs, nothing )
[ 29 of 439] Compiling Agda.Utils.BoolSet ( src/full/Agda/Utils/BoolSet.hs, nothing )
[ 30 of 439] Compiling Agda.Utils.IntSet.Infinite ( src/full/Agda/Utils/IntSet/Infinite.hs, nothing )
[ 31 of 439] Compiling Agda.Utils.Lens  ( src/full/Agda/Utils/Lens.hs, nothing )
[ 32 of 439] Compiling Agda.Utils.IndexedList ( src/full/Agda/Utils/IndexedList.hs, nothing )
[ 33 of 439] Compiling Agda.Utils.Lens.Examples ( src/full/Agda/Utils/Lens/Examples.hs, nothing )
[ 34 of 439] Compiling Agda.Utils.Map   ( src/full/Agda/Utils/Map.hs, nothing )
[ 35 of 439] Compiling Agda.Utils.Map1  ( src/full/Agda/Utils/Map1.hs, nothing )
[ 36 of 439] Compiling Agda.Utils.Maybe ( src/full/Agda/Utils/Maybe.hs, nothing )
[ 37 of 439] Compiling Agda.Utils.Memo  ( src/full/Agda/Utils/Memo.hs, nothing )
[ 38 of 439] Compiling Agda.Utils.Monoid ( src/full/Agda/Utils/Monoid.hs, nothing )
[ 39 of 439] Compiling Agda.Utils.PartialOrd ( src/full/Agda/Utils/PartialOrd.hs, nothing )
[ 40 of 439] Compiling Agda.Utils.POMonoid ( src/full/Agda/Utils/POMonoid.hs, nothing )
[ 41 of 439] Compiling Agda.Utils.SemiRing ( src/full/Agda/Utils/SemiRing.hs, nothing )
[ 42 of 439] Compiling Agda.Utils.Semigroup ( src/full/Agda/Utils/Semigroup.hs, nothing )
[ 43 of 439] Compiling Agda.Utils.Set1  ( src/full/Agda/Utils/Set1.hs, nothing )
[ 44 of 439] Compiling Agda.Utils.Suffix ( src/full/Agda/Utils/Suffix.hs, nothing )
[ 45 of 439] Compiling Agda.Utils.Three ( src/full/Agda/Utils/Three.hs, nothing )
[ 46 of 439] Compiling Agda.Utils.Tuple ( src/full/Agda/Utils/Tuple.hs, nothing )
[ 47 of 439] Compiling Agda.Utils.AssocList ( src/full/Agda/Utils/AssocList.hs, nothing )
[ 48 of 439] Compiling Agda.Utils.TypeLevel ( src/full/Agda/Utils/TypeLevel.hs, nothing )
[ 49 of 439] Compiling Agda.Utils.TypeLits ( src/full/Agda/Utils/TypeLits.hs, nothing )
[ 50 of 439] Compiling Agda.Utils.Unsafe ( src/full/Agda/Utils/Unsafe.hs, nothing )
[ 51 of 439] Compiling Agda.Utils.Null  ( src/full/Agda/Utils/Null.hs, nothing )
[ 52 of 439] Compiling Agda.Utils.SmallSet ( src/full/Agda/Utils/SmallSet.hs, nothing )
[ 53 of 439] Compiling Agda.Utils.Singleton ( src/full/Agda/Utils/Singleton.hs, nothing )
[ 54 of 439] Compiling Agda.Utils.Cluster ( src/full/Agda/Utils/Cluster.hs, nothing )
[ 55 of 439] Compiling Agda.Utils.Maybe.Strict ( src/full/Agda/Utils/Maybe/Strict.hs, nothing )
[ 56 of 439] Compiling Agda.Utils.Trie  ( src/full/Agda/Utils/Trie.hs, nothing )
[ 57 of 439] Compiling Agda.Utils.List1[boot] ( src/full/Agda/Utils/List1.hs-boot, nothing )
[ 58 of 439] Compiling Agda.Utils.List  ( src/full/Agda/Utils/List.hs, nothing )
[ 59 of 439] Compiling Agda.Utils.List1 ( src/full/Agda/Utils/List1.hs, nothing )
[ 60 of 439] Compiling Agda.Utils.Size  ( src/full/Agda/Utils/Size.hs, nothing )
[ 61 of 439] Compiling Agda.Utils.Permutation ( src/full/Agda/Utils/Permutation.hs, nothing )
[ 62 of 439] Compiling Agda.Utils.ProfileOptions ( src/full/Agda/Utils/ProfileOptions.hs, nothing )
[ 63 of 439] Compiling Agda.Utils.List2 ( src/full/Agda/Utils/List2.hs, nothing )
[ 64 of 439] Compiling Agda.Utils.String ( src/full/Agda/Utils/String.hs, nothing )
[ 65 of 439] Compiling Agda.Utils.IO    ( src/full/Agda/Utils/IO.hs, nothing )
[ 66 of 439] Compiling Agda.Utils.Float ( src/full/Agda/Utils/Float.hs, nothing )
[ 67 of 439] Compiling Agda.Utils.Either ( src/full/Agda/Utils/Either.hs, nothing )
[ 68 of 439] Compiling Agda.Utils.Monad ( src/full/Agda/Utils/Monad.hs, nothing )
[ 69 of 439] Compiling Agda.Utils.ListT ( src/full/Agda/Utils/ListT.hs, nothing )
[ 70 of 439] Compiling Agda.Utils.FileName ( src/full/Agda/Utils/FileName.hs, nothing )
[ 71 of 439] Compiling Agda.Utils.Hash  ( src/full/Agda/Utils/Hash.hs, nothing )
[ 72 of 439] Compiling Agda.Interaction.Options.Warnings ( src/full/Agda/Interaction/Options/Warnings.hs, nothing )
[ 73 of 439] Compiling Agda.Utils.Favorites ( src/full/Agda/Utils/Favorites.hs, nothing )
[ 74 of 439] Compiling Agda.Utils.BiMap ( src/full/Agda/Utils/BiMap.hs, nothing )
[ 75 of 439] Compiling Agda.Syntax.TopLevelModuleName.Boot ( src/full/Agda/Syntax/TopLevelModuleName/Boot.hs, nothing )
[ 76 of 439] Compiling Agda.Syntax.Position[boot] ( src/full/Agda/Syntax/Position.hs-boot, nothing )
[ 77 of 439] Compiling Agda.Syntax.Position ( src/full/Agda/Syntax/Position.hs, nothing )
[ 78 of 439] Compiling Agda.Syntax.Common.Aspect ( src/full/Agda/Syntax/Common/Aspect.hs, nothing )
[ 79 of 439] Compiling Agda.Syntax.Common.Pretty ( src/full/Agda/Syntax/Common/Pretty.hs, nothing )
[ 80 of 439] Compiling Agda.Utils.Time  ( src/full/Agda/Utils/Time.hs, nothing )
[ 81 of 439] Compiling Agda.Utils.Parser.MemoisedCPS ( src/full/Agda/Utils/Parser/MemoisedCPS.hs, nothing )
[ 82 of 439] Compiling Agda.Utils.Graph.AdjacencyMap.Unidirectional ( src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs, nothing )
[ 83 of 439] Compiling Agda.Utils.Graph.TopSort ( src/full/Agda/Utils/Graph/TopSort.hs, nothing )
[ 84 of 439] Compiling Agda.Interaction.Highlighting.Dot.Base ( src/full/Agda/Interaction/Highlighting/Dot/Base.hs, nothing )
[ 85 of 439] Compiling Agda.Utils.CallStack.Pretty ( src/full/Agda/Utils/CallStack/Pretty.hs, nothing )
[ 86 of 439] Compiling Agda.Utils.CallStack ( src/full/Agda/Utils/CallStack.hs, nothing )
[ 87 of 439] Compiling Agda.Utils.FileId ( src/full/Agda/Utils/FileId.hs, nothing )
[ 88 of 439] Compiling Agda.Utils.Benchmark ( src/full/Agda/Utils/Benchmark.hs, nothing )
[ 89 of 439] Compiling Agda.Termination.SparseMatrix ( src/full/Agda/Termination/SparseMatrix.hs, nothing )
[ 90 of 439] Compiling Agda.Termination.Order ( src/full/Agda/Termination/Order.hs, nothing )
[ 91 of 439] Compiling Agda.Termination.CallMatrix ( src/full/Agda/Termination/CallMatrix.hs, nothing )
[ 92 of 439] Compiling Agda.Termination.CallGraph ( src/full/Agda/Termination/CallGraph.hs, nothing )
[ 93 of 439] Compiling Agda.Termination.Termination ( src/full/Agda/Termination/Termination.hs, nothing )
[ 94 of 439] Compiling Agda.Syntax.Concrete.Glyph ( src/full/Agda/Syntax/Concrete/Glyph.hs, nothing )
[ 95 of 439] Compiling Agda.Syntax.Builtin ( src/full/Agda/Syntax/Builtin.hs, nothing )
[ 96 of 439] Compiling Agda.Interaction.EmacsCommand ( src/full/Agda/Interaction/EmacsCommand.hs, nothing )
[ 97 of 439] Compiling Agda.Syntax.Common.KeywordRange ( src/full/Agda/Syntax/Common/KeywordRange.hs, nothing )
[ 98 of 439] Compiling Agda.Syntax.Common ( src/full/Agda/Syntax/Common.hs, nothing )
[ 99 of 439] Compiling Agda.Syntax.Parser.Literate ( src/full/Agda/Syntax/Parser/Literate.hs, nothing )
[100 of 439] Compiling Agda.Syntax.Fixity ( src/full/Agda/Syntax/Fixity.hs, nothing )
[101 of 439] Compiling Agda.Syntax.Concrete.Operators.Parser.Monad ( src/full/Agda/Syntax/Concrete/Operators/Parser/Monad.hs, nothing )
[102 of 439] Compiling Agda.Syntax.Concrete.Name ( src/full/Agda/Syntax/Concrete/Name.hs, nothing )
[103 of 439] Compiling Agda.Interaction.Options.Errors ( src/full/Agda/Interaction/Options/Errors.hs, nothing )
[104 of 439] Compiling Agda.Compiler.JS.Syntax ( src/full/Agda/Compiler/JS/Syntax.hs, nothing )
[105 of 439] Compiling Agda.Compiler.JS.Substitution ( src/full/Agda/Compiler/JS/Substitution.hs, nothing )
[106 of 439] Compiling Agda.Compiler.JS.Pretty ( src/full/Agda/Compiler/JS/Pretty.hs, nothing )
[107 of 439] Compiling Agda.Syntax.Abstract.Name ( src/full/Agda/Syntax/Abstract/Name.hs, nothing )
[108 of 439] Compiling Agda.TypeChecking.Positivity.Occurrence ( src/full/Agda/TypeChecking/Positivity/Occurrence.hs, nothing )
[109 of 439] Compiling Agda.TypeChecking.Monad.Base.Warning ( src/full/Agda/TypeChecking/Monad/Base/Warning.hs, nothing )
[110 of 439] Compiling Agda.Syntax.Literal ( src/full/Agda/Syntax/Literal.hs, nothing )
[111 of 439] Compiling Agda.Syntax.Treeless ( src/full/Agda/Syntax/Treeless.hs, nothing )
[112 of 439] Compiling Agda.Compiler.Treeless.GuardsToPrims ( src/full/Agda/Compiler/Treeless/GuardsToPrims.hs, nothing )
[113 of 439] Compiling Agda.Compiler.Treeless.AsPatterns ( src/full/Agda/Compiler/Treeless/AsPatterns.hs, nothing )
[114 of 439] Compiling Agda.Syntax.Parser.Tokens ( src/full/Agda/Syntax/Parser/Tokens.hs, nothing )
[115 of 439] Compiling Agda.Syntax.Internal.Elim ( src/full/Agda/Syntax/Internal/Elim.hs, nothing )
[116 of 439] Compiling Agda.Syntax.Internal.Blockers ( src/full/Agda/Syntax/Internal/Blockers.hs, nothing )
[117 of 439] Compiling Agda.Syntax.Internal ( src/full/Agda/Syntax/Internal.hs, nothing )
[118 of 439] Compiling Agda.TypeChecking.Substitute.DeBruijn ( src/full/Agda/TypeChecking/Substitute/DeBruijn.hs, nothing )
[119 of 439] Compiling Agda.TypeChecking.Free.Lazy ( src/full/Agda/TypeChecking/Free/Lazy.hs, nothing )
[120 of 439] Compiling Agda.TypeChecking.DiscrimTree.Types ( src/full/Agda/TypeChecking/DiscrimTree/Types.hs, nothing )
[121 of 439] Compiling Agda.Syntax.Reflected ( src/full/Agda/Syntax/Reflected.hs, nothing )
[122 of 439] Compiling Agda.Syntax.Internal.Pattern ( src/full/Agda/Syntax/Internal/Pattern.hs, nothing )
[123 of 439] Compiling Agda.Syntax.Internal.Generic ( src/full/Agda/Syntax/Internal/Generic.hs, nothing )
[124 of 439] Compiling Agda.TypeChecking.CompiledClause ( src/full/Agda/TypeChecking/CompiledClause.hs, nothing )
[125 of 439] Compiling Agda.Syntax.Internal.MetaVars ( src/full/Agda/Syntax/Internal/MetaVars.hs, nothing )
[126 of 439] Compiling Agda.Syntax.Internal.Defs ( src/full/Agda/Syntax/Internal/Defs.hs, nothing )
[127 of 439] Compiling Agda.Syntax.Concrete ( src/full/Agda/Syntax/Concrete.hs, nothing )
[128 of 439] Compiling Agda.Syntax.TopLevelModuleName ( src/full/Agda/Syntax/TopLevelModuleName.hs, nothing )
[129 of 439] Compiling Agda.Syntax.Concrete.Pattern ( src/full/Agda/Syntax/Concrete/Pattern.hs, nothing )
[130 of 439] Compiling Agda.Syntax.Concrete.Generic ( src/full/Agda/Syntax/Concrete/Generic.hs, nothing )
[131 of 439] Compiling Agda.Syntax.Concrete.Fixity ( src/full/Agda/Syntax/Concrete/Fixity.hs, nothing )
[132 of 439] Compiling Agda.Interaction.Library.Base ( src/full/Agda/Interaction/Library/Base.hs, nothing )
[133 of 439] Compiling Agda.Interaction.Library.Parse ( src/full/Agda/Interaction/Library/Parse.hs, nothing )
[134 of 439] Compiling Agda.Interaction.Highlighting.Range ( src/full/Agda/Interaction/Highlighting/Range.hs, nothing )
[135 of 439] Compiling Agda.Utils.RangeMap ( src/full/Agda/Utils/RangeMap.hs, nothing )
[136 of 439] Compiling Agda.Benchmarking ( src/full/Agda/Benchmarking.hs, nothing )
[137 of 439] Compiling Agda.TypeChecking.Free ( src/full/Agda/TypeChecking/Free.hs, nothing )
[138 of 439] Compiling Agda.TypeChecking.Substitute.Class ( src/full/Agda/TypeChecking/Substitute/Class.hs, nothing )
[139 of 439] Compiling Agda.Syntax.Scope.Base ( src/full/Agda/Syntax/Scope/Base.hs, nothing )
[140 of 439] Compiling Agda.Syntax.Info ( src/full/Agda/Syntax/Info.hs, nothing )
[141 of 439] Compiling Agda.TypeChecking.Monad.Base.Types ( src/full/Agda/TypeChecking/Monad/Base/Types.hs, nothing )
[142 of 439] Compiling Agda.TypeChecking.SizedTypes.Syntax ( src/full/Agda/TypeChecking/SizedTypes/Syntax.hs, nothing )
[143 of 439] Compiling Agda.TypeChecking.Serialise.Base ( src/full/Agda/TypeChecking/Serialise/Base.hs, nothing )
[144 of 439] Compiling Agda.Interaction.Highlighting.Precise ( src/full/Agda/Interaction/Highlighting/Precise.hs, nothing )
[145 of 439] Compiling Agda.Utils.Update ( src/full/Agda/Utils/Update.hs, nothing )
[146 of 439] Compiling Agda.Utils.VarSet ( src/full/Agda/Utils/VarSet.hs, nothing )
[147 of 439] Compiling Agda.TypeChecking.Free.Precompute ( src/full/Agda/TypeChecking/Free/Precompute.hs, nothing )
[148 of 439] Compiling Agda.Utils.WithDefault ( src/full/Agda/Utils/WithDefault.hs, nothing )
[149 of 439] Compiling Agda.Utils.Zipper ( src/full/Agda/Utils/Zipper.hs, nothing )
[150 of 439] Compiling Paths_Agda       ( dist/build/autogen/Paths_Agda.hs, /tmp/ghc1696839_0/ghc_66.o, /tmp/ghc1696839_0/ghc_66.dyn_o )
[151 of 439] Compiling Agda.Version     ( src/setup/Agda/Version.hs, /tmp/ghc1696839_0/ghc_62.o, /tmp/ghc1696839_0/ghc_62.dyn_o )
[152 of 439] Compiling Agda.VersionCommit ( src/setup/Agda/VersionCommit.hs, /tmp/ghc1696839_0/ghc_64.o, /tmp/ghc1696839_0/ghc_64.dyn_o )
[153 of 439] Compiling Agda.Setup       ( src/setup/Agda/Setup.hs, nothing )
[154 of 439] Compiling Agda.Setup.EmacsMode ( src/setup/Agda/Setup/EmacsMode.hs, nothing )
[155 of 439] Compiling Agda.Interaction.Options.Help ( src/full/Agda/Interaction/Options/Help.hs, nothing )
[156 of 439] Compiling Agda.Interaction.Library ( src/full/Agda/Interaction/Library.hs, nothing )
[157 of 439] Compiling Agda.Interaction.Options.Types ( src/full/Agda/Interaction/Options/Types.hs, nothing )
[158 of 439] Compiling Agda.Interaction.Options.HasOptions ( src/full/Agda/Interaction/Options/HasOptions.hs, nothing )
[159 of 439] Compiling Agda.Interaction.Options.Base ( src/full/Agda/Interaction/Options/Base.hs, nothing )
[160 of 439] Compiling Agda.Syntax.Common.Pretty.ANSI ( src/full/Agda/Syntax/Common/Pretty/ANSI.hs, nothing )
[161 of 439] Compiling Agda.Interaction.Options ( src/full/Agda/Interaction/Options.hs, nothing )
[162 of 439] Compiling Agda.Syntax.Concrete.Pretty ( src/full/Agda/Syntax/Concrete/Pretty.hs, nothing )
[163 of 439] Compiling Agda.TypeChecking.Coverage.SplitTree ( src/full/Agda/TypeChecking/Coverage/SplitTree.hs, nothing )
[164 of 439] Compiling Agda.Syntax.Notation ( src/full/Agda/Syntax/Notation.hs, nothing )
[165 of 439] Compiling Agda.Syntax.Concrete.Operators.Parser ( src/full/Agda/Syntax/Concrete/Operators/Parser.hs, nothing )
[166 of 439] Compiling Agda.Syntax.Concrete.Definitions.Types ( src/full/Agda/Syntax/Concrete/Definitions/Types.hs, nothing )
[167 of 439] Compiling Agda.Syntax.Concrete.Definitions.Errors ( src/full/Agda/Syntax/Concrete/Definitions/Errors.hs, nothing )
[168 of 439] Compiling Agda.Syntax.Concrete.Definitions.Monad ( src/full/Agda/Syntax/Concrete/Definitions/Monad.hs, nothing )
[169 of 439] Compiling Agda.Syntax.Concrete.Definitions ( src/full/Agda/Syntax/Concrete/Definitions.hs, nothing )
[170 of 439] Compiling Agda.Syntax.Concrete.Attribute ( src/full/Agda/Syntax/Concrete/Attribute.hs, nothing )
[171 of 439] Compiling Agda.Syntax.Parser.Monad ( src/full/Agda/Syntax/Parser/Monad.hs, nothing )
[172 of 439] Compiling Agda.Syntax.Parser.Alex ( src/full/Agda/Syntax/Parser/Alex.hs, nothing )
[173 of 439] Compiling Agda.Syntax.Parser.LookAhead ( src/full/Agda/Syntax/Parser/LookAhead.hs, nothing )
[174 of 439] Compiling Agda.Syntax.Parser.StringLiterals ( src/full/Agda/Syntax/Parser/StringLiterals.hs, nothing )
[175 of 439] Compiling Agda.Syntax.Parser.Layout[boot] ( src/full/Agda/Syntax/Parser/Layout.hs-boot, nothing )
[176 of 439] Compiling Agda.Syntax.Parser.LexActions[boot] ( src/full/Agda/Syntax/Parser/LexActions.hs-boot, nothing )
[177 of 439] Compiling Agda.Syntax.Parser.Comments ( src/full/Agda/Syntax/Parser/Comments.hs, nothing )
[178 of 439] Compiling Agda.Syntax.Parser.Lexer ( dist/build/Agda/Syntax/Parser/Lexer.hs, nothing )
[179 of 439] Compiling Agda.Syntax.Parser.LexActions ( src/full/Agda/Syntax/Parser/LexActions.hs, nothing )
[180 of 439] Compiling Agda.Syntax.Parser.Layout ( src/full/Agda/Syntax/Parser/Layout.hs, nothing )
[181 of 439] Compiling Agda.Syntax.Parser.Helpers ( src/full/Agda/Syntax/Parser/Helpers.hs, nothing )
[182 of 439] Compiling Agda.Syntax.Parser.Parser ( dist/build/Agda/Syntax/Parser/Parser.hs, nothing )
[183 of 439] Compiling Agda.Syntax.Parser ( src/full/Agda/Syntax/Parser.hs, nothing )
[184 of 439] Compiling Agda.Syntax.Abstract ( src/full/Agda/Syntax/Abstract.hs, nothing )
[185 of 439] Compiling Agda.Syntax.Abstract.Views ( src/full/Agda/Syntax/Abstract/Views.hs, nothing )
[186 of 439] Compiling Agda.Syntax.Abstract.UsedNames ( src/full/Agda/Syntax/Abstract/UsedNames.hs, nothing )
[187 of 439] Compiling Agda.Syntax.Abstract.PatternSynonyms ( src/full/Agda/Syntax/Abstract/PatternSynonyms.hs, nothing )
[188 of 439] Compiling Agda.Syntax.Abstract.Pattern ( src/full/Agda/Syntax/Abstract/Pattern.hs, nothing )
[189 of 439] Compiling Agda.Interaction.Base ( src/full/Agda/Interaction/Base.hs, nothing )
[190 of 439] Compiling Agda.Interaction.Response.Base ( src/full/Agda/Interaction/Response/Base.hs, nothing )
[191 of 439] Compiling Agda.Compiler.Backend.Base ( src/full/Agda/Compiler/Backend/Base.hs, nothing )
[192 of 439] Compiling Agda.Compiler.Treeless.Pretty[boot] ( src/full/Agda/Compiler/Treeless/Pretty.hs-boot, nothing )
[193 of 439] Compiling Agda.TypeChecking.Monad.Base ( src/full/Agda/TypeChecking/Monad/Base.hs, nothing )
[194 of 439] Compiling Agda.TypeChecking.Substitute ( src/full/Agda/TypeChecking/Substitute.hs, nothing )
[195 of 439] Compiling Agda.Compiler.Treeless.Subst ( src/full/Agda/Compiler/Treeless/Subst.hs, nothing )
[196 of 439] Compiling Agda.Compiler.Treeless.Pretty ( src/full/Agda/Compiler/Treeless/Pretty.hs, nothing )
[197 of 439] Compiling Agda.Compiler.Treeless.Compare ( src/full/Agda/Compiler/Treeless/Compare.hs, nothing )
[198 of 439] Compiling Agda.Compiler.Treeless.Uncase ( src/full/Agda/Compiler/Treeless/Uncase.hs, nothing )
[199 of 439] Compiling Agda.TypeChecking.Monad.Imports ( src/full/Agda/TypeChecking/Monad/Imports.hs, nothing )
[200 of 439] Compiling Agda.TypeChecking.Monad.Env ( src/full/Agda/TypeChecking/Monad/Env.hs, nothing )
[201 of 439] Compiling Agda.TypeChecking.Monad.Builtin[boot] ( src/full/Agda/TypeChecking/Monad/Builtin.hs-boot, nothing )
[202 of 439] Compiling Agda.TypeChecking.Monad.Builtin ( src/full/Agda/TypeChecking/Monad/Builtin.hs, nothing )
[203 of 439] Compiling Agda.TypeChecking.Inlining ( src/full/Agda/TypeChecking/Inlining.hs, nothing )
[204 of 439] Compiling Agda.TypeChecking.Errors.Names ( src/full/Agda/TypeChecking/Errors/Names.hs, nothing )
[205 of 439] Compiling Agda.TypeChecking.DropArgs ( src/full/Agda/TypeChecking/DropArgs.hs, nothing )
[206 of 439] Compiling Agda.Syntax.Internal.Names ( src/full/Agda/Syntax/Internal/Names.hs, nothing )
[207 of 439] Compiling Agda.Interaction.Output ( src/full/Agda/Interaction/Output.hs, nothing )
[208 of 439] Compiling Agda.TypeChecking.CompiledClause.Match[boot] ( src/full/Agda/TypeChecking/CompiledClause/Match.hs-boot, nothing )
[209 of 439] Compiling Agda.TypeChecking.Reduce.Fast[boot] ( src/full/Agda/TypeChecking/Reduce/Fast.hs-boot, nothing )
[210 of 439] Compiling Agda.TypeChecking.Monad.Options[boot] ( src/full/Agda/TypeChecking/Monad/Options.hs-boot, nothing )
[211 of 439] Compiling Agda.TypeChecking.Lock[boot] ( src/full/Agda/TypeChecking/Lock.hs-boot, nothing )
[212 of 439] Compiling Agda.Interaction.Imports[boot] ( src/full/Agda/Interaction/Imports.hs-boot, nothing )
[213 of 439] Compiling Agda.TypeChecking.Rules.Application[boot] ( src/full/Agda/TypeChecking/Rules/Application.hs-boot, nothing )
[214 of 439] Compiling Agda.TypeChecking.CompiledClause.Compile[boot] ( src/full/Agda/TypeChecking/CompiledClause/Compile.hs-boot, nothing )
[215 of 439] Compiling Agda.TypeChecking.InstanceArguments[boot] ( src/full/Agda/TypeChecking/InstanceArguments.hs-boot, nothing )
[216 of 439] Compiling Agda.TypeChecking.Rules.Data[boot] ( src/full/Agda/TypeChecking/Rules/Data.hs-boot, nothing )
[217 of 439] Compiling Agda.TypeChecking.Rules.Decl[boot] ( src/full/Agda/TypeChecking/Rules/Decl.hs-boot, nothing )
[218 of 439] Compiling Agda.Interaction.Highlighting.Generate[boot] ( src/full/Agda/Interaction/Highlighting/Generate.hs-boot, nothing )
[219 of 439] Compiling Agda.TypeChecking.Rules.Term[boot] ( src/full/Agda/TypeChecking/Rules/Term.hs-boot, nothing )
[220 of 439] Compiling Agda.TypeChecking.Monad.MetaVars[boot] ( src/full/Agda/TypeChecking/Monad/MetaVars.hs-boot, nothing )
[221 of 439] Compiling Agda.TypeChecking.Primitive[boot] ( src/full/Agda/TypeChecking/Primitive.hs-boot, nothing )
[222 of 439] Compiling Agda.TypeChecking.Level[boot] ( src/full/Agda/TypeChecking/Level.hs-boot, nothing )
[223 of 439] Compiling Agda.TypeChecking.Monad.Context[boot] ( src/full/Agda/TypeChecking/Monad/Context.hs-boot, nothing )
[224 of 439] Compiling Agda.TypeChecking.Monad.Debug[boot] ( src/full/Agda/TypeChecking/Monad/Debug.hs-boot, nothing )
[225 of 439] Compiling Agda.TypeChecking.Monad.Signature[boot] ( src/full/Agda/TypeChecking/Monad/Signature.hs-boot, nothing )
[226 of 439] Compiling Agda.TypeChecking.Monad.Pure[boot] ( src/full/Agda/TypeChecking/Monad/Pure.hs-boot, nothing )
[227 of 439] Compiling Agda.TypeChecking.Pretty[boot] ( src/full/Agda/TypeChecking/Pretty.hs-boot, nothing )
[228 of 439] Compiling Agda.TypeChecking.Errors[boot] ( src/full/Agda/TypeChecking/Errors.hs-boot, nothing )
[229 of 439] Compiling Agda.TypeChecking.Pretty.Call[boot] ( src/full/Agda/TypeChecking/Pretty/Call.hs-boot, nothing )
[230 of 439] Compiling Agda.TypeChecking.ProjectionLike[boot] ( src/full/Agda/TypeChecking/ProjectionLike.hs-boot, nothing )
[231 of 439] Compiling Agda.TypeChecking.Opacity[boot] ( src/full/Agda/TypeChecking/Opacity.hs-boot, nothing )
[232 of 439] Compiling Agda.TypeChecking.Monad.Debug ( src/full/Agda/TypeChecking/Monad/Debug.hs, nothing )
[233 of 439] Compiling Agda.TypeChecking.Monad.Statistics ( src/full/Agda/TypeChecking/Monad/Statistics.hs, nothing )
[234 of 439] Compiling Agda.TypeChecking.Monad.Benchmark ( src/full/Agda/TypeChecking/Monad/Benchmark.hs, nothing )
[235 of 439] Compiling Agda.TypeChecking.Monad.Caching ( src/full/Agda/TypeChecking/Monad/Caching.hs, nothing )
[236 of 439] Compiling Agda.TypeChecking.Rewriting[boot] ( src/full/Agda/TypeChecking/Rewriting.hs-boot, nothing )
[237 of 439] Compiling Agda.TypeChecking.Reduce[boot] ( src/full/Agda/TypeChecking/Reduce.hs-boot, nothing )
[238 of 439] Compiling Agda.TypeChecking.Pretty.Warning[boot] ( src/full/Agda/TypeChecking/Pretty/Warning.hs-boot, nothing )
[239 of 439] Compiling Agda.TypeChecking.Warnings ( src/full/Agda/TypeChecking/Warnings.hs, nothing )
[240 of 439] Compiling Agda.Interaction.Response ( src/full/Agda/Interaction/Response.hs, nothing )
[241 of 439] Compiling Agda.TypeChecking.Monad.State ( src/full/Agda/TypeChecking/Monad/State.hs, nothing )
[242 of 439] Compiling Agda.TypeChecking.Monad.Trace ( src/full/Agda/TypeChecking/Monad/Trace.hs, nothing )
[243 of 439] Compiling Agda.Interaction.FindFile ( src/full/Agda/Interaction/FindFile.hs, nothing )
[244 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Common ( src/full/Agda/TypeChecking/Serialise/Instances/Common.hs, nothing )
[245 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Highlighting ( src/full/Agda/TypeChecking/Serialise/Instances/Highlighting.hs, nothing )
[246 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Abstract ( src/full/Agda/TypeChecking/Serialise/Instances/Abstract.hs, nothing )
[247 of 439] Compiling Agda.TypeChecking.Monad.Open ( src/full/Agda/TypeChecking/Monad/Open.hs, nothing )
[248 of 439] Compiling Agda.TypeChecking.Monad.Context ( src/full/Agda/TypeChecking/Monad/Context.hs, nothing )
[249 of 439] Compiling Agda.TypeChecking.Telescope[boot] ( src/full/Agda/TypeChecking/Telescope.hs-boot, nothing )
[250 of 439] Compiling Agda.TypeChecking.Polarity[boot] ( src/full/Agda/TypeChecking/Polarity.hs-boot, nothing )
[251 of 439] Compiling Agda.TypeChecking.Monad.Modality ( src/full/Agda/TypeChecking/Monad/Modality.hs, nothing )
[252 of 439] Compiling Agda.Interaction.Options.Lenses ( src/full/Agda/Interaction/Options/Lenses.hs, nothing )
[253 of 439] Compiling Agda.TypeChecking.Monad.Closure ( src/full/Agda/TypeChecking/Monad/Closure.hs, nothing )
[254 of 439] Compiling Agda.TypeChecking.Monad.Constraints ( src/full/Agda/TypeChecking/Monad/Constraints.hs, nothing )
[255 of 439] Compiling Agda.TypeChecking.Constraints[boot] ( src/full/Agda/TypeChecking/Constraints.hs-boot, nothing )
[256 of 439] Compiling Agda.TypeChecking.Monad.Mutual ( src/full/Agda/TypeChecking/Monad/Mutual.hs, nothing )
[257 of 439] Compiling Agda.TypeChecking.Monad.SizedTypes ( src/full/Agda/TypeChecking/Monad/SizedTypes.hs, nothing )
[258 of 439] Compiling Agda.Syntax.Scope.Monad ( src/full/Agda/Syntax/Scope/Monad.hs, nothing )
[259 of 439] Compiling Agda.Syntax.Scope.Flat ( src/full/Agda/Syntax/Scope/Flat.hs, nothing )
[260 of 439] Compiling Agda.Syntax.Concrete.Operators ( src/full/Agda/Syntax/Concrete/Operators.hs, nothing )
[261 of 439] Compiling Agda.TypeChecking.Monad.Options ( src/full/Agda/TypeChecking/Monad/Options.hs, nothing )
[262 of 439] Compiling Agda.TypeChecking.Monad.Signature ( src/full/Agda/TypeChecking/Monad/Signature.hs, nothing )
[263 of 439] Compiling Agda.TypeChecking.Datatypes[boot] ( src/full/Agda/TypeChecking/Datatypes.hs-boot, nothing )
[264 of 439] Compiling Agda.TypeChecking.Monad.Pure ( src/full/Agda/TypeChecking/Monad/Pure.hs, nothing )
[265 of 439] Compiling Agda.TypeChecking.Primitive.Cubical.Base[boot] ( src/full/Agda/TypeChecking/Primitive/Cubical/Base.hs-boot, nothing )
[266 of 439] Compiling Agda.TypeChecking.Irrelevance[boot] ( src/full/Agda/TypeChecking/Irrelevance.hs-boot, nothing )
[267 of 439] Compiling Agda.TypeChecking.Monad.MetaVars ( src/full/Agda/TypeChecking/Monad/MetaVars.hs, nothing )
[268 of 439] Compiling Agda.TypeChecking.MetaVars[boot] ( src/full/Agda/TypeChecking/MetaVars.hs-boot, nothing )
[269 of 439] Compiling Agda.TypeChecking.Monad ( src/full/Agda/TypeChecking/Monad.hs, nothing )
[270 of 439] Compiling Agda.TypeChecking.Records[boot] ( src/full/Agda/TypeChecking/Records.hs-boot, nothing )
[271 of 439] Compiling Agda.TypeChecking.Patterns.Match[boot] ( src/full/Agda/TypeChecking/Patterns/Match.hs-boot, nothing )
[272 of 439] Compiling Agda.TypeChecking.Conversion[boot] ( src/full/Agda/TypeChecking/Conversion.hs-boot, nothing )
[273 of 439] Compiling Agda.TypeChecking.Rules.Def[boot] ( src/full/Agda/TypeChecking/Rules/Def.hs-boot, nothing )
[274 of 439] Compiling Agda.TypeChecking.CheckInternal[boot] ( src/full/Agda/TypeChecking/CheckInternal.hs-boot, nothing )
[275 of 439] Compiling Agda.TypeChecking.Empty[boot] ( src/full/Agda/TypeChecking/Empty.hs-boot, nothing )
[276 of 439] Compiling Agda.TypeChecking.Rules.Builtin.Coinduction[boot] ( src/full/Agda/TypeChecking/Rules/Builtin/Coinduction.hs-boot, nothing )
[277 of 439] Compiling Agda.TypeChecking.Reduce.Monad ( src/full/Agda/TypeChecking/Reduce/Monad.hs, nothing )
[278 of 439] Compiling Agda.ImpossibleTest ( src/full/Agda/ImpossibleTest.hs, nothing )
[279 of 439] Compiling Agda.TypeChecking.EtaContract ( src/full/Agda/TypeChecking/EtaContract.hs, nothing )
[280 of 439] Compiling Agda.TypeChecking.Reduce ( src/full/Agda/TypeChecking/Reduce.hs, nothing )
[281 of 439] Compiling Agda.TypeChecking.Telescope ( src/full/Agda/TypeChecking/Telescope.hs, nothing )
[282 of 439] Compiling Agda.TypeChecking.Level ( src/full/Agda/TypeChecking/Level.hs, nothing )
[283 of 439] Compiling Agda.TypeChecking.LevelConstraints ( src/full/Agda/TypeChecking/LevelConstraints.hs, nothing )
[284 of 439] Compiling Agda.TypeChecking.SyntacticEquality ( src/full/Agda/TypeChecking/SyntacticEquality.hs, nothing )
[285 of 439] Compiling Agda.TypeChecking.Free.Reduce ( src/full/Agda/TypeChecking/Free/Reduce.hs, nothing )
[286 of 439] Compiling Agda.TypeChecking.DisplayForm ( src/full/Agda/TypeChecking/DisplayForm.hs, nothing )
[287 of 439] Compiling Agda.Interaction.Highlighting.FromAbstract ( src/full/Agda/Interaction/Highlighting/FromAbstract.hs, nothing )
[288 of 439] Compiling Agda.TypeChecking.MetaVars.Mention ( src/full/Agda/TypeChecking/MetaVars/Mention.hs, nothing )
[289 of 439] Compiling Agda.TypeChecking.Level.Solve ( src/full/Agda/TypeChecking/Level/Solve.hs, nothing )
[290 of 439] Compiling Agda.Termination.RecCheck ( src/full/Agda/Termination/RecCheck.hs, nothing )
[291 of 439] Compiling Agda.TypeChecking.Rewriting.Clause ( src/full/Agda/TypeChecking/Rewriting/Clause.hs, nothing )
[292 of 439] Compiling Agda.Syntax.Translation.ReflectedToAbstract ( src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs, nothing )
[293 of 439] Compiling Agda.Syntax.IdiomBrackets ( src/full/Agda/Syntax/IdiomBrackets.hs, nothing )
[294 of 439] Compiling Agda.Syntax.DoNotation ( src/full/Agda/Syntax/DoNotation.hs, nothing )
[295 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Compilers ( src/full/Agda/TypeChecking/Serialise/Instances/Compilers.hs, nothing )
[296 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Internal ( src/full/Agda/TypeChecking/Serialise/Instances/Internal.hs, nothing )
[297 of 439] Compiling Agda.TypeChecking.Serialise.Instances.Errors ( src/full/Agda/TypeChecking/Serialise/Instances/Errors.hs, nothing )
[298 of 439] Compiling Agda.TypeChecking.Serialise.Instances ( src/full/Agda/TypeChecking/Serialise/Instances.hs, nothing )
[299 of 439] Compiling Agda.TypeChecking.Serialise ( src/full/Agda/TypeChecking/Serialise.hs, nothing )
[300 of 439] Compiling Agda.TypeChecking.DeadCode ( src/full/Agda/TypeChecking/DeadCode.hs, nothing )
[301 of 439] Compiling Agda.Interaction.Highlighting.Vim ( src/full/Agda/Interaction/Highlighting/Vim.hs, nothing )
[302 of 439] Compiling Agda.TypeChecking.CompiledClause.Match ( src/full/Agda/TypeChecking/CompiledClause/Match.hs, nothing )
[303 of 439] Compiling Agda.Syntax.Translation.AbstractToConcrete ( src/full/Agda/Syntax/Translation/AbstractToConcrete.hs, nothing )
[304 of 439] Compiling Agda.Syntax.Abstract.Pretty ( src/full/Agda/Syntax/Abstract/Pretty.hs, nothing )
[305 of 439] Compiling Agda.Syntax.Translation.InternalToAbstract ( src/full/Agda/Syntax/Translation/InternalToAbstract.hs, nothing )
[306 of 439] Compiling Agda.TypeChecking.Pretty ( src/full/Agda/TypeChecking/Pretty.hs, nothing )
[307 of 439] Compiling Agda.TypeChecking.Pretty.Constraint[boot] ( src/full/Agda/TypeChecking/Pretty/Constraint.hs-boot, nothing )
[308 of 439] Compiling Agda.TypeChecking.SizedTypes.Pretty ( src/full/Agda/TypeChecking/SizedTypes/Pretty.hs, nothing )
[309 of 439] Compiling Agda.TypeChecking.Functions ( src/full/Agda/TypeChecking/Functions.hs, nothing )
[310 of 439] Compiling Agda.TypeChecking.Datatypes ( src/full/Agda/TypeChecking/Datatypes.hs, nothing )
[311 of 439] Compiling Agda.TypeChecking.Forcing ( src/full/Agda/TypeChecking/Forcing.hs, nothing )
[312 of 439] Compiling Agda.TypeChecking.Names ( src/full/Agda/TypeChecking/Names.hs, nothing )
[313 of 439] Compiling Agda.TypeChecking.Primitive.Base ( src/full/Agda/TypeChecking/Primitive/Base.hs, nothing )
[314 of 439] Compiling Agda.TypeChecking.Quote ( src/full/Agda/TypeChecking/Quote.hs, nothing )
[315 of 439] Compiling Agda.TypeChecking.Primitive.Cubical.Base ( src/full/Agda/TypeChecking/Primitive/Cubical/Base.hs, nothing )
[316 of 439] Compiling Agda.TypeChecking.Primitive.Cubical.Glue ( src/full/Agda/TypeChecking/Primitive/Cubical/Glue.hs, nothing )
[317 of 439] Compiling Agda.TypeChecking.Primitive.Cubical.HCompU ( src/full/Agda/TypeChecking/Primitive/Cubical/HCompU.hs, nothing )
[318 of 439] Compiling Agda.TypeChecking.Primitive.Cubical ( src/full/Agda/TypeChecking/Primitive/Cubical.hs, nothing )
[319 of 439] Compiling Agda.TypeChecking.Primitive ( src/full/Agda/TypeChecking/Primitive.hs, nothing )
[320 of 439] Compiling Agda.TypeChecking.Telescope.Path ( src/full/Agda/TypeChecking/Telescope/Path.hs, nothing )
[321 of 439] Compiling Agda.TypeChecking.Irrelevance ( src/full/Agda/TypeChecking/Irrelevance.hs, nothing )
[322 of 439] Compiling Agda.TypeChecking.Records ( src/full/Agda/TypeChecking/Records.hs, nothing )
[323 of 439] Compiling Agda.TypeChecking.Rewriting.NonLinPattern ( src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs, nothing )
[324 of 439] Compiling Agda.TypeChecking.Patterns.Match ( src/full/Agda/TypeChecking/Patterns/Match.hs, nothing )
[325 of 439] Compiling Agda.TypeChecking.Positivity ( src/full/Agda/TypeChecking/Positivity.hs, nothing )
[326 of 439] Compiling Agda.TypeChecking.ProjectionLike ( src/full/Agda/TypeChecking/ProjectionLike.hs, nothing )
[327 of 439] Compiling Agda.TypeChecking.Sort ( src/full/Agda/TypeChecking/Sort.hs, nothing )
[328 of 439] Compiling Agda.TypeChecking.Rules.LHS.Problem ( src/full/Agda/TypeChecking/Rules/LHS/Problem.hs, nothing )
[329 of 439] Compiling Agda.TypeChecking.Implicit ( src/full/Agda/TypeChecking/Implicit.hs, nothing )
[330 of 439] Compiling Agda.TypeChecking.Rules.LHS.Implicit ( src/full/Agda/TypeChecking/Rules/LHS/Implicit.hs, nothing )
[331 of 439] Compiling Agda.TypeChecking.Patterns.Abstract ( src/full/Agda/TypeChecking/Patterns/Abstract.hs, nothing )
[332 of 439] Compiling Agda.TypeChecking.SizedTypes.WarshallSolver ( src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs, nothing )
[333 of 439] Compiling Agda.TypeChecking.Rules.LHS.Unify.Types ( src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs, nothing )
[334 of 439] Compiling Agda.TypeChecking.Rules.LHS.Unify.LeftInverse ( src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs, nothing )
[335 of 439] Compiling Agda.TypeChecking.Conversion.Pure ( src/full/Agda/TypeChecking/Conversion/Pure.hs, nothing )
[336 of 439] Compiling Agda.TypeChecking.Rules.LHS.ProblemRest ( src/full/Agda/TypeChecking/Rules/LHS/ProblemRest.hs, nothing )
[337 of 439] Compiling Agda.TypeChecking.Coverage.Match ( src/full/Agda/TypeChecking/Coverage/Match.hs, nothing )
[338 of 439] Compiling Agda.TypeChecking.DiscrimTree ( src/full/Agda/TypeChecking/DiscrimTree.hs, nothing )
[339 of 439] Compiling Agda.TypeChecking.RecordPatterns ( src/full/Agda/TypeChecking/RecordPatterns.hs, nothing )
[340 of 439] Compiling Agda.TypeChecking.Rules.Display ( src/full/Agda/TypeChecking/Rules/Display.hs, nothing )
[341 of 439] Compiling Agda.Termination.Monad ( src/full/Agda/Termination/Monad.hs, nothing )
[342 of 439] Compiling Agda.TypeChecking.Rewriting.NonLinMatch ( src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs, nothing )
[343 of 439] Compiling Agda.TypeChecking.Opacity ( src/full/Agda/TypeChecking/Opacity.hs, nothing )
[344 of 439] Compiling Agda.TypeChecking.Pretty.Call ( src/full/Agda/TypeChecking/Pretty/Call.hs, nothing )
[345 of 439] Compiling Agda.TypeChecking.Pretty.Warning ( src/full/Agda/TypeChecking/Pretty/Warning.hs, nothing )
[346 of 439] Compiling Agda.TypeChecking.Errors ( src/full/Agda/TypeChecking/Errors.hs, nothing )
[347 of 439] Compiling Agda.TypeChecking.Pretty.Constraint ( src/full/Agda/TypeChecking/Pretty/Constraint.hs, nothing )
[348 of 439] Compiling Agda.TypeChecking.SizedTypes ( src/full/Agda/TypeChecking/SizedTypes.hs, nothing )
[349 of 439] Compiling Agda.TypeChecking.Polarity ( src/full/Agda/TypeChecking/Polarity.hs, nothing )
[350 of 439] Compiling Agda.TypeChecking.Injectivity ( src/full/Agda/TypeChecking/Injectivity.hs, nothing )
[351 of 439] Compiling Agda.Termination.TermCheck ( src/full/Agda/Termination/TermCheck.hs, nothing )
[352 of 439] Compiling Agda.TypeChecking.InstanceArguments ( src/full/Agda/TypeChecking/InstanceArguments.hs, nothing )
[353 of 439] Compiling Agda.TypeChecking.Constraints ( src/full/Agda/TypeChecking/Constraints.hs, nothing )
[354 of 439] Compiling Agda.TypeChecking.MetaVars.Occurs ( src/full/Agda/TypeChecking/MetaVars/Occurs.hs, nothing )
[355 of 439] Compiling Agda.TypeChecking.Rules.LHS.Unify ( src/full/Agda/TypeChecking/Rules/LHS/Unify.hs, nothing )
[356 of 439] Compiling Agda.TypeChecking.Lock ( src/full/Agda/TypeChecking/Lock.hs, nothing )
[357 of 439] Compiling Agda.TypeChecking.MetaVars ( src/full/Agda/TypeChecking/MetaVars.hs, nothing )
[358 of 439] Compiling Agda.TypeChecking.Conversion ( src/full/Agda/TypeChecking/Conversion.hs, nothing )
[359 of 439] Compiling Agda.TypeChecking.CheckInternal ( src/full/Agda/TypeChecking/CheckInternal.hs, nothing )
[360 of 439] Compiling Agda.TypeChecking.ReconstructParameters ( src/full/Agda/TypeChecking/ReconstructParameters.hs, nothing )
[361 of 439] Compiling Agda.TypeChecking.Rules.Builtin ( src/full/Agda/TypeChecking/Rules/Builtin.hs, nothing )
[362 of 439] Compiling Agda.Syntax.Translation.ConcreteToAbstract ( src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs, nothing )
[363 of 439] Compiling Agda.TypeChecking.Modalities ( src/full/Agda/TypeChecking/Modalities.hs, nothing )
[364 of 439] Compiling Agda.TypeChecking.IApplyConfluence ( src/full/Agda/TypeChecking/IApplyConfluence.hs, nothing )
[365 of 439] Compiling Agda.TypeChecking.Abstract ( src/full/Agda/TypeChecking/Abstract.hs, nothing )
[366 of 439] Compiling Agda.TypeChecking.With ( src/full/Agda/TypeChecking/With.hs, nothing )
[367 of 439] Compiling Agda.TypeChecking.SizedTypes.Solve ( src/full/Agda/TypeChecking/SizedTypes/Solve.hs, nothing )
[368 of 439] Compiling Agda.TypeChecking.Coverage.SplitClause ( src/full/Agda/TypeChecking/Coverage/SplitClause.hs, nothing )
[369 of 439] Compiling Agda.TypeChecking.Coverage.Cubical ( src/full/Agda/TypeChecking/Coverage/Cubical.hs, nothing )
[370 of 439] Compiling Agda.Interaction.Highlighting.Generate ( src/full/Agda/Interaction/Highlighting/Generate.hs, nothing )
[371 of 439] Compiling Agda.TypeChecking.Rules.LHS ( src/full/Agda/TypeChecking/Rules/LHS.hs, nothing )
[372 of 439] Compiling Agda.TypeChecking.Generalize ( src/full/Agda/TypeChecking/Generalize.hs, nothing )
[373 of 439] Compiling Agda.TypeChecking.Rules.Data ( src/full/Agda/TypeChecking/Rules/Data.hs, nothing )
[374 of 439] Compiling Agda.TypeChecking.Unquote ( src/full/Agda/TypeChecking/Unquote.hs, nothing )
[375 of 439] Compiling Agda.TypeChecking.Rules.Term ( src/full/Agda/TypeChecking/Rules/Term.hs, nothing )
[376 of 439] Compiling Agda.TypeChecking.Coverage ( src/full/Agda/TypeChecking/Coverage.hs, nothing )
[377 of 439] Compiling Agda.TypeChecking.Empty ( src/full/Agda/TypeChecking/Empty.hs, nothing )
[378 of 439] Compiling Agda.TypeChecking.CompiledClause.Compile ( src/full/Agda/TypeChecking/CompiledClause/Compile.hs, nothing )
[379 of 439] Compiling Agda.TypeChecking.Rules.Builtin.Coinduction ( src/full/Agda/TypeChecking/Rules/Builtin/Coinduction.hs, nothing )
[380 of 439] Compiling Agda.TypeChecking.Rules.Record ( src/full/Agda/TypeChecking/Rules/Record.hs, nothing )
[381 of 439] Compiling Agda.TypeChecking.Rewriting.Confluence ( src/full/Agda/TypeChecking/Rewriting/Confluence.hs, nothing )
[382 of 439] Compiling Agda.TypeChecking.Rewriting ( src/full/Agda/TypeChecking/Rewriting.hs, nothing )
[383 of 439] Compiling Agda.TypeChecking.Reduce.Fast ( src/full/Agda/TypeChecking/Reduce/Fast.hs, nothing )
[384 of 439] Compiling Agda.TypeChecking.Rules.Def ( src/full/Agda/TypeChecking/Rules/Def.hs, nothing )
[385 of 439] Compiling Agda.TypeChecking.Rules.Application ( src/full/Agda/TypeChecking/Rules/Application.hs, nothing )
[386 of 439] Compiling Agda.TypeChecking.Rules.Decl ( src/full/Agda/TypeChecking/Rules/Decl.hs, nothing )
[387 of 439] Compiling Agda.TheTypeChecker ( src/full/Agda/TheTypeChecker.hs, nothing )
[388 of 439] Compiling Agda.Interaction.BasicOps ( src/full/Agda/Interaction/BasicOps.hs, nothing )
[389 of 439] Compiling Agda.Interaction.Imports ( src/full/Agda/Interaction/Imports.hs, nothing )
[390 of 439] Compiling Agda.TypeChecking.Patterns.Internal ( src/full/Agda/TypeChecking/Patterns/Internal.hs, nothing )
[391 of 439] Compiling Agda.Syntax.Internal.SanityCheck ( src/full/Agda/Syntax/Internal/SanityCheck.hs, nothing )
[392 of 439] Compiling Agda.Interaction.Monad ( src/full/Agda/Interaction/Monad.hs, nothing )
[393 of 439] Compiling Agda.Interaction.JSON ( src/full/Agda/Interaction/JSON.hs, nothing )
[394 of 439] Compiling Agda.Interaction.Highlighting.Common ( src/full/Agda/Interaction/Highlighting/Common.hs, nothing )
[395 of 439] Compiling Agda.Compiler.Treeless.Unused ( src/full/Agda/Compiler/Treeless/Unused.hs, nothing )
[396 of 439] Compiling Agda.Compiler.Treeless.Simplify ( src/full/Agda/Compiler/Treeless/Simplify.hs, nothing )
[397 of 439] Compiling Agda.Compiler.Treeless.NormalizeNames ( src/full/Agda/Compiler/Treeless/NormalizeNames.hs, nothing )
[398 of 439] Compiling Agda.Compiler.Treeless.Identity ( src/full/Agda/Compiler/Treeless/Identity.hs, nothing )
[399 of 439] Compiling Agda.Compiler.Treeless.EliminateLiteralPatterns ( src/full/Agda/Compiler/Treeless/EliminateLiteralPatterns.hs, nothing )
[400 of 439] Compiling Agda.Compiler.Treeless.EliminateDefaults ( src/full/Agda/Compiler/Treeless/EliminateDefaults.hs, nothing )
[401 of 439] Compiling Agda.Compiler.Treeless.Builtin ( src/full/Agda/Compiler/Treeless/Builtin.hs, nothing )
[402 of 439] Compiling Agda.Compiler.MAlonzo.Coerce ( src/full/Agda/Compiler/MAlonzo/Coerce.hs, nothing )
[403 of 439] Compiling Agda.Compiler.CallCompiler ( src/full/Agda/Compiler/CallCompiler.hs, nothing )
[404 of 439] Compiling Agda.Interaction.Command ( src/full/Agda/Interaction/Command.hs, nothing )
[405 of 439] Compiling Agda.Interaction.Highlighting.JSON ( src/full/Agda/Interaction/Highlighting/JSON.hs, nothing )
[406 of 439] Compiling Agda.Interaction.Highlighting.Emacs ( src/full/Agda/Interaction/Highlighting/Emacs.hs, nothing )
[407 of 439] Compiling Agda.Compiler.Treeless.Erase[boot] ( src/full/Agda/Compiler/Treeless/Erase.hs-boot, nothing )
[408 of 439] Compiling Agda.Compiler.Treeless.Erase ( src/full/Agda/Compiler/Treeless/Erase.hs, nothing )
[409 of 439] Compiling Agda.Compiler.ToTreeless ( src/full/Agda/Compiler/ToTreeless.hs, nothing )
[410 of 439] Compiling Agda.Interaction.MakeCase ( src/full/Agda/Interaction/MakeCase.hs, nothing )
[411 of 439] Compiling Agda.Mimer.Options ( src/full/Agda/Mimer/Options.hs, nothing )
[412 of 439] Compiling Agda.Mimer.Mimer ( src/full/Agda/Mimer/Mimer.hs, nothing )
[413 of 439] Compiling Agda.Interaction.SearchAbout ( src/full/Agda/Interaction/SearchAbout.hs, nothing )
[414 of 439] Compiling Agda.Interaction.CommandLine ( src/full/Agda/Interaction/CommandLine.hs, nothing )
[415 of 439] Compiling Agda.Interaction.BuildLibrary ( src/full/Agda/Interaction/BuildLibrary.hs, nothing )
[416 of 439] Compiling Agda.Compiler.Common ( src/full/Agda/Compiler/Common.hs, nothing )
[417 of 439] Compiling Agda.Compiler.MAlonzo.Misc ( src/full/Agda/Compiler/MAlonzo/Misc.hs, nothing )
[418 of 439] Compiling Agda.Compiler.MAlonzo.Primitives ( src/full/Agda/Compiler/MAlonzo/Primitives.hs, nothing )
[419 of 439] Compiling Agda.Compiler.MAlonzo.Pragmas ( src/full/Agda/Compiler/MAlonzo/Pragmas.hs, nothing )
[420 of 439] Compiling Agda.Compiler.MAlonzo.Encode ( src/full/Agda/Compiler/MAlonzo/Encode.hs, nothing )
[421 of 439] Compiling Agda.Compiler.MAlonzo.Pretty ( src/full/Agda/Compiler/MAlonzo/Pretty.hs, nothing )
[422 of 439] Compiling Agda.Compiler.MAlonzo.HaskellTypes ( src/full/Agda/Compiler/MAlonzo/HaskellTypes.hs, nothing )
[423 of 439] Compiling Agda.Compiler.Backend ( src/full/Agda/Compiler/Backend.hs, nothing )
[424 of 439] Compiling Agda.Interaction.InteractionTop ( src/full/Agda/Interaction/InteractionTop.hs, nothing )
[425 of 439] Compiling Agda.Interaction.AgdaTop ( src/full/Agda/Interaction/AgdaTop.hs, nothing )
[426 of 439] Compiling Agda.Interaction.EmacsTop ( src/full/Agda/Interaction/EmacsTop.hs, nothing )
[427 of 439] Compiling Agda.Interaction.JSONTop ( src/full/Agda/Interaction/JSONTop.hs, nothing )
[428 of 439] Compiling Agda.Interaction.Highlighting.Dot.Backend ( src/full/Agda/Interaction/Highlighting/Dot/Backend.hs, nothing )
[429 of 439] Compiling Agda.Interaction.Highlighting.Dot ( src/full/Agda/Interaction/Highlighting/Dot.hs, nothing )
[430 of 439] Compiling Agda.Interaction.Highlighting.LaTeX.Base ( src/full/Agda/Interaction/Highlighting/LaTeX/Base.hs, nothing )
[431 of 439] Compiling Agda.Interaction.Highlighting.LaTeX.Backend ( src/full/Agda/Interaction/Highlighting/LaTeX/Backend.hs, nothing )
[432 of 439] Compiling Agda.Interaction.Highlighting.LaTeX ( src/full/Agda/Interaction/Highlighting/LaTeX.hs, nothing )
[433 of 439] Compiling Agda.Interaction.Highlighting.HTML.Base ( src/full/Agda/Interaction/Highlighting/HTML/Base.hs, nothing )
[434 of 439] Compiling Agda.Interaction.Highlighting.HTML.Backend ( src/full/Agda/Interaction/Highlighting/HTML/Backend.hs, nothing )
[435 of 439] Compiling Agda.Interaction.Highlighting.HTML ( src/full/Agda/Interaction/Highlighting/HTML.hs, nothing )
[436 of 439] Compiling Agda.Compiler.MAlonzo.Compiler ( src/full/Agda/Compiler/MAlonzo/Compiler.hs, nothing )
[437 of 439] Compiling Agda.Compiler.JS.Compiler ( src/full/Agda/Compiler/JS/Compiler.hs, nothing )
[438 of 439] Compiling Agda.Compiler.Builtin ( src/full/Agda/Compiler/Builtin.hs, nothing )
[439 of 439] Compiling Agda.Main        ( src/full/Agda/Main.hs, nothing )
Haddock coverage:
  33% (  2 /  6) in 'Agda.Interaction.ExitCode'
  Missing documentation for:
    Module header
    AgdaError (src/full/Agda/Interaction/ExitCode.hs:13)
    agdaErrorFromInt (src/full/Agda/Interaction/ExitCode.hs:30)
    exitAgdaWith (src/full/Agda/Interaction/ExitCode.hs:37)
 100% (  5 /  5) in 'Agda.Setup.DataFiles'
Warning: 'CutOff' is ambiguous. It is defined
    * at src/full/Agda/Termination/CutOff.hs:18:5
    * at src/full/Agda/Termination/CutOff.hs:17:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Termination/CutOff.hs:17:1
 100% (  3 /  3) in 'Agda.Termination.CutOff'
  66% (  4 /  6) in 'Agda.Termination.Semiring'
  Missing documentation for:
    integerSemiring (src/full/Agda/Termination/Semiring.hs:41)
    intSemiring (src/full/Agda/Termination/Semiring.hs:49)
  50% (  1 /  2) in 'Agda.Utils.AffineHole'
  Missing documentation for:
    AffineHole (src/full/Agda/Utils/AffineHole.hs:9)
  71% (  5 /  7) in 'Agda.Utils.Applicative'
  Missing documentation for:
    Module header
    liftA4 (src/full/Agda/Utils/Applicative.hs:18)
 100% (  3 /  3) in 'Agda.Utils.Boolean'
Warning: 'funSort' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 14 / 14) in 'Agda.Syntax.Internal.Univ'
Warning: 'proveEverything' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'Agda.Utils.Char'
  75% (  3 /  4) in 'Agda.Utils.Environment'
  Missing documentation for:
    expandEnvironmentVariables (src/full/Agda/Utils/Environment.hs:16)
  33% (  1 /  3) in 'Agda.Utils.Fail'
  Missing documentation for:
    Fail (src/full/Agda/Utils/Fail.hs:4)
    runFail_ (src/full/Agda/Utils/Fail.hs:11)
Warning: 'r' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.Utils.Function: Could not find documentation for exported module: Agda.Utils.Function
  95% ( 19 / 20) in 'Agda.Utils.Function'
  Missing documentation for:
    Module header
  11% (  1 /  9) in 'Agda.TypeChecking.SizedTypes.Utils'
  Missing documentation for:
    Module header
    debug (src/full/Agda/TypeChecking/SizedTypes/Utils.hs:13)
    setDebugging (src/full/Agda/TypeChecking/SizedTypes/Utils.hs:16)
    trace (src/full/Agda/TypeChecking/SizedTypes/Utils.hs:19)
    traceM (src/full/Agda/TypeChecking/SizedTypes/Utils.hs:22)
    Top (src/full/Agda/TypeChecking/SizedTypes/Utils.hs:24)
    Plus (src/full/Agda/TypeChecking/SizedTypes/Utils.hs:29)
    MeetSemiLattice (src/full/Agda/TypeChecking/SizedTypes/Utils.hs:35)
 100% (  9 /  9) in 'Agda.Utils.Functor'
  84% ( 21 / 25) in 'Agda.Utils.Bag'
  Missing documentation for:
    union (src/full/Agda/Utils/Bag.hs:84)
    unions (src/full/Agda/Utils/Bag.hs:87)
    toAscList (src/full/Agda/Utils/Bag.hs:122)
    traverse' (src/full/Agda/Utils/Bag.hs:136)
 100% (  8 /  8) in 'Agda.Utils.GetOpt'
  85% (  6 /  7) in 'Agda.Utils.HashTable'
  Missing documentation for:
    keySet (src/full/Agda/Utils/HashTable.hs:69)
  16% (  5 / 30) in 'Agda.Utils.Haskell.Syntax'
  Missing documentation for:
    Module (src/full/Agda/Utils/Haskell/Syntax.hs:11)
    ModulePragma (src/full/Agda/Utils/Haskell/Syntax.hs:13)
    ImportDecl (src/full/Agda/Utils/Haskell/Syntax.hs:17)
    ImportSpec (src/full/Agda/Utils/Haskell/Syntax.hs:23)
    Decl (src/full/Agda/Utils/Haskell/Syntax.hs:27)
    DataOrNew (src/full/Agda/Utils/Haskell/Syntax.hs:39)
    ConDecl (src/full/Agda/Utils/Haskell/Syntax.hs:42)
    Strictness (src/full/Agda/Utils/Haskell/Syntax.hs:45)
    Deriving (src/full/Agda/Utils/Haskell/Syntax.hs:48)
    Binds (src/full/Agda/Utils/Haskell/Syntax.hs:50)
    Rhs (src/full/Agda/Utils/Haskell/Syntax.hs:53)
    GuardedRhs (src/full/Agda/Utils/Haskell/Syntax.hs:57)
    Match (src/full/Agda/Utils/Haskell/Syntax.hs:60)
    Type (src/full/Agda/Utils/Haskell/Syntax.hs:65)
    Pat (src/full/Agda/Utils/Haskell/Syntax.hs:73)
    Stmt (src/full/Agda/Utils/Haskell/Syntax.hs:84)
    Exp (src/full/Agda/Utils/Haskell/Syntax.hs:88)
    Alt (src/full/Agda/Utils/Haskell/Syntax.hs:103)
    Literal (src/full/Agda/Utils/Haskell/Syntax.hs:106)
    ModuleName (src/full/Agda/Utils/Haskell/Syntax.hs:111)
    QName (src/full/Agda/Utils/Haskell/Syntax.hs:114)
    Name (src/full/Agda/Utils/Haskell/Syntax.hs:117)
    QOp (src/full/Agda/Utils/Haskell/Syntax.hs:120)
    TyVarBind (src/full/Agda/Utils/Haskell/Syntax.hs:123)
    unit_con (src/full/Agda/Utils/Haskell/Syntax.hs:127)
 100% (  2 /  2) in 'Agda.Compiler.MAlonzo.Strict'
Warning: Agda.Utils.IArray: Could not find documentation for exported module: Agda.Utils.IArray
 100% (  2 /  2) in 'Agda.Utils.IArray'
 100% (  2 /  2) in 'Agda.Utils.IO.Binary'
Warning: 'RecursionPredicate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FilterPredicate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stderr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  75% (  3 /  4) in 'Agda.Utils.IO.Directory'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Agda.Utils.IO.TempFile'
Warning: 'readFile' is ambiguous. It is defined
    * at src/full/Agda/Utils/IO/UTF8.hs:84:1
    * in System.IO
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/IO/UTF8.hs:84:1
 100% (  6 /  6) in 'Agda.Utils.IO.UTF8'
Warning: Agda.Utils.IORef: Could not find documentation for exported module: Agda.Utils.IORef
 100% (  3 /  3) in 'Agda.Utils.IORef'
Warning: 'Impossible' is ambiguous. It is defined
    * at src/full/Agda/Utils/Impossible.hs:26:5
    * at src/full/Agda/Utils/Impossible.hs:24:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/Impossible.hs:24:1
 100% (  8 /  8) in 'Agda.Utils.Impossible'
  50% (  2 /  4) in 'Agda.Utils.Empty'
  Missing documentation for:
    Empty (src/full/Agda/Utils/Empty.hs:12)
    absurd (src/full/Agda/Utils/Empty.hs:30)
Warning: 'Set' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  28% (  7 / 25) in 'Agda.Utils.BoolSet'
  Missing documentation for:
    \\ (src/full/Agda/Utils/BoolSet.hs:141)
    complement (src/full/Agda/Utils/BoolSet.hs:124)
    delete (src/full/Agda/Utils/BoolSet.hs:115)
    difference (src/full/Agda/Utils/BoolSet.hs:131)
    elems (src/full/Agda/Utils/BoolSet.hs:168)
    fromList (src/full/Agda/Utils/BoolSet.hs:177)
    fromAscList (src/full/Agda/Utils/BoolSet.hs:178)
    fromDistinctAscList (src/full/Agda/Utils/BoolSet.hs:179)
    insert (src/full/Agda/Utils/BoolSet.hs:108)
    intersection (src/full/Agda/Utils/BoolSet.hs:144)
    isSubsetOf (src/full/Agda/Utils/BoolSet.hs:71)
    lookupMin (src/full/Agda/Utils/BoolSet.hs:79)
    member (src/full/Agda/Utils/BoolSet.hs:60)
    null (src/full/Agda/Utils/BoolSet.hs:50)
    size (src/full/Agda/Utils/BoolSet.hs:53)
    toList (src/full/Agda/Utils/BoolSet.hs:173)
    toAscList (src/full/Agda/Utils/BoolSet.hs:174)
    union (src/full/Agda/Utils/BoolSet.hs:155)
Warning: 'IntsBelow' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IntsAbove' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  90% ( 10 / 11) in 'Agda.Utils.IntSet.Infinite'
  Missing documentation for:
    difference (src/full/Agda/Utils/IntSet/Infinite.hs:76)
Warning: Agda.Utils.Lens: Could not find documentation for exported module: Agda.Utils.Lens
  77% ( 21 / 27) in 'Agda.Utils.Lens'
  Missing documentation for:
    LensGet (src/full/Agda/Utils/Lens.hs:32)
    LensSet (src/full/Agda/Utils/Lens.hs:33)
    LensMap (src/full/Agda/Utils/Lens.hs:34)
    lFst (src/full/Agda/Utils/Lens.hs:39)
    lSnd (src/full/Agda/Utils/Lens.hs:42)
    locally' (src/full/Agda/Utils/Lens.hs:130)
  91% ( 11 / 12) in 'Agda.Utils.IndexedList'
  Missing documentation for:
    Module header
  50% (  2 /  4) in 'Agda.Utils.Lens.Examples'
  Missing documentation for:
    Record (src/full/Agda/Utils/Lens/Examples.hs:10)
    lensField2 (src/full/Agda/Utils/Lens/Examples.hs:20)
  83% (  5 /  6) in 'Agda.Utils.Map'
  Missing documentation for:
    Module header
Warning: Agda.Utils.Map1: Could not find documentation for exported module: Agda.Utils.Map1
  50% (  3 /  6) in 'Agda.Utils.Map1'
  Missing documentation for:
    unlessNullM (src/full/Agda/Utils/Map1.hs:35)
    ifNull (src/full/Agda/Utils/Map1.hs:24)
    Map1 (src/full/Agda/Utils/Map1.hs:21)
Warning: Agda.Utils.Maybe: Could not find documentation for exported module: Agda.Utils.Maybe
 100% ( 21 / 21) in 'Agda.Utils.Maybe'
  40% (  2 /  5) in 'Agda.Utils.Memo'
  Missing documentation for:
    Module header
    memoUnsafe (src/full/Agda/Utils/Memo.hs:40)
    memoUnsafeH (src/full/Agda/Utils/Memo.hs:55)
 100% (  2 /  2) in 'Agda.Utils.Monoid'
  89% ( 17 / 19) in 'Agda.Utils.PartialOrd'
  Missing documentation for:
    Module header
    Comparable (src/full/Agda/Utils/PartialOrd.hs:149)
 100% (  5 /  5) in 'Agda.Utils.POMonoid'
  66% (  2 /  3) in 'Agda.Utils.SemiRing'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Agda.Utils.Semigroup'
Warning: Agda.Utils.Set1: Could not find documentation for exported module: Agda.Utils.Set1
  57% (  4 /  7) in 'Agda.Utils.Set1'
  Missing documentation for:
    unlessNullM (src/full/Agda/Utils/Set1.hs:40)
    Set1 (src/full/Agda/Utils/Set1.hs:21)
    ifNull (src/full/Agda/Utils/Set1.hs:24)
  77% (  7 /  9) in 'Agda.Utils.Suffix'
  Missing documentation for:
    Module header
    addSuffix (src/full/Agda/Utils/Suffix.hs:82)
  71% (  5 /  7) in 'Agda.Utils.Three'
  Missing documentation for:
    mapEither3M (src/full/Agda/Utils/Three.hs:50)
    forEither3M (src/full/Agda/Utils/Three.hs:53)
  56% (  9 / 16) in 'Agda.Utils.Tuple'
  Missing documentation for:
    Module header
    fst3 (src/full/Agda/Utils/Tuple.hs:58)
    snd3 (src/full/Agda/Utils/Tuple.hs:62)
    thd3 (src/full/Agda/Utils/Tuple.hs:66)
    uncurry3 (src/full/Agda/Utils/Tuple.hs:70)
    uncurry4 (src/full/Agda/Utils/Tuple.hs:74)
    Pair (src/full/Agda/Utils/Tuple.hs:88)
Warning: 'elemIndex' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'wordsBy' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nubBy' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nub' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.Utils.List: Could not find documentation for exported module: Agda.Utils.List
  93% ( 72 / 77) in 'Agda.Utils.List'
  Missing documentation for:
    Prefix (src/full/Agda/Utils/List.hs:274)
    unzipWith (src/full/Agda/Utils/List.hs:785)
    Suffix (src/full/Agda/Utils/List.hs:275)
    ReversedSuffix (src/full/Agda/Utils/List.hs:451)
    mergeStrictlyOrderedBy (src/full/Agda/Utils/List.hs:833)
  22% ( 10 / 44) in 'Agda.Utils.Float'
  Missing documentation for:
    isPosInf (src/full/Agda/Utils/Float.hs:182)
    isNegInf (src/full/Agda/Utils/Float.hs:185)
    isPosZero (src/full/Agda/Utils/Float.hs:188)
    isNegZero (src/full/Agda/Utils/Float.hs:191)
    doubleEq (src/full/Agda/Utils/Float.hs:63)
    doubleLe (src/full/Agda/Utils/Float.hs:67)
    doubleLt (src/full/Agda/Utils/Float.hs:71)
    intToDouble (src/full/Agda/Utils/Float.hs:78)
    doublePlus (src/full/Agda/Utils/Float.hs:82)
    doubleMinus (src/full/Agda/Utils/Float.hs:86)
    doubleTimes (src/full/Agda/Utils/Float.hs:90)
    doubleNegate (src/full/Agda/Utils/Float.hs:94)
    doubleDiv (src/full/Agda/Utils/Float.hs:98)
    doublePow (src/full/Agda/Utils/Float.hs:102)
    doubleSqrt (src/full/Agda/Utils/Float.hs:106)
    doubleExp (src/full/Agda/Utils/Float.hs:110)
    doubleLog (src/full/Agda/Utils/Float.hs:114)
    doubleSin (src/full/Agda/Utils/Float.hs:118)
    doubleCos (src/full/Agda/Utils/Float.hs:122)
    doubleTan (src/full/Agda/Utils/Float.hs:126)
    doubleASin (src/full/Agda/Utils/Float.hs:130)
    doubleACos (src/full/Agda/Utils/Float.hs:134)
    doubleATan (src/full/Agda/Utils/Float.hs:138)
    doubleATan2 (src/full/Agda/Utils/Float.hs:142)
    doubleSinh (src/full/Agda/Utils/Float.hs:146)
    doubleCosh (src/full/Agda/Utils/Float.hs:150)
    doubleTanh (src/full/Agda/Utils/Float.hs:154)
    doubleASinh (src/full/Agda/Utils/Float.hs:158)
    doubleACosh (src/full/Agda/Utils/Float.hs:162)
    doubleATanh (src/full/Agda/Utils/Float.hs:166)
    doubleRound (src/full/Agda/Utils/Float.hs:194)
    doubleFloor (src/full/Agda/Utils/Float.hs:197)
    doubleCeiling (src/full/Agda/Utils/Float.hs:200)
    doubleToWord64 (src/full/Agda/Utils/Float.hs:208)
Warning: Agda.Utils.AssocList: Could not find documentation for exported module: Agda.Utils.AssocList
 100% ( 12 / 12) in 'Agda.Utils.AssocList'
Warning: 'types' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  30% (  8 / 26) in 'Agda.Utils.TypeLevel'
  Missing documentation for:
    Module header
    Map (src/full/Agda/Utils/TypeLevel.hs:52)
    ConsMap0 (src/full/Agda/Utils/TypeLevel.hs:55)
    ConsMap1 (src/full/Agda/Utils/TypeLevel.hs:56)
    Constant (src/full/Agda/Utils/TypeLevel.hs:60)
    Products (src/full/Agda/Utils/TypeLevel.hs:71)
    StrictPair (src/full/Agda/Utils/TypeLevel.hs:73)
    StrictProducts (src/full/Agda/Utils/TypeLevel.hs:74)
    strictCurry (src/full/Agda/Utils/TypeLevel.hs:77)
    strictUncurry (src/full/Agda/Utils/TypeLevel.hs:81)
    Domains' (src/full/Agda/Utils/TypeLevel.hs:96)
    CoDomain (src/full/Agda/Utils/TypeLevel.hs:99)
    CoDomain' (src/full/Agda/Utils/TypeLevel.hs:101)
    StrictCurrying (src/full/Agda/Utils/TypeLevel.hs:126)
    Function (src/full/Agda/Utils/TypeLevel.hs:146)
    Constant0 (src/full/Agda/Utils/TypeLevel.hs:148)
    Constant1 (src/full/Agda/Utils/TypeLevel.hs:149)
    Apply (src/full/Agda/Utils/TypeLevel.hs:151)
  60% (  3 /  5) in 'Agda.Utils.TypeLits'
  Missing documentation for:
    eraseSBool (src/full/Agda/Utils/TypeLits.hs:17)
    boolVal (src/full/Agda/Utils/TypeLits.hs:34)
  50% (  1 /  2) in 'Agda.Utils.Unsafe'
  Missing documentation for:
    Module header
  23% (  3 / 13) in 'Agda.Utils.Null'
  Missing documentation for:
    Null (src/full/Agda/Utils/Null.hs:56)
    ifNull (src/full/Agda/Utils/Null.hs:183)
    ifNotNull (src/full/Agda/Utils/Null.hs:186)
    ifNullM (src/full/Agda/Utils/Null.hs:189)
    ifNotNullM (src/full/Agda/Utils/Null.hs:192)
    whenNull (src/full/Agda/Utils/Null.hs:195)
    unlessNull (src/full/Agda/Utils/Null.hs:198)
    whenNullM (src/full/Agda/Utils/Null.hs:201)
    unlessNullM (src/full/Agda/Utils/Null.hs:204)
    applyUnlessNull (src/full/Agda/Utils/Null.hs:207)
  95% ( 22 / 23) in 'Agda.Utils.SmallSet'
  Missing documentation for:
    SmallSet (src/full/Agda/Utils/SmallSet.hs:58)
 100% (  4 /  4) in 'Agda.Utils.Singleton'
 100% (  5 /  5) in 'Agda.Utils.Cluster'
Warning: Agda.Utils.Maybe.Strict: Could not find documentation for exported module: Agda.Utils.Maybe.Strict
  93% ( 14 / 15) in 'Agda.Utils.Maybe.Strict'
  Missing documentation for:
    lensMaybeLazy (src/full/Agda/Utils/Maybe/Strict.hs:44)
Warning: 'Trie' is ambiguous. It is defined
    * at src/full/Agda/Utils/Trie.hs:43:17
    * at src/full/Agda/Utils/Trie.hs:43:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/Trie.hs:43:1
Warning: 'v' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  95% ( 20 / 21) in 'Agda.Utils.Trie'
  Missing documentation for:
    empty
Warning: Agda.Utils.List1: Could not find documentation for exported module: Agda.Utils.List1
  93% ( 96 /103) in 'Agda.Utils.List1'
  Missing documentation for:
    List1 (src/full/Agda/Utils/List1.hs:58)
    unlessNullM (src/full/Agda/Utils/List1.hs:214)
    String1 (src/full/Agda/Utils/List1.hs:59)
    ifNull (src/full/Agda/Utils/List1.hs:199)
    ifNotNull (src/full/Agda/Utils/List1.hs:203)
    groupOn1 (src/full/Agda/Utils/List1.hs:124)
    concatMap1 (src/full/Agda/Utils/List1.hs:189)
Warning: 'TermSize' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'Agda.Utils.Size'
  91% ( 11 / 12) in 'Agda.Utils.String'
  Missing documentation for:
    Module header
 100% (  3 /  3) in 'Agda.Utils.IO'
  89% ( 17 / 19) in 'Agda.Utils.Permutation'
  Missing documentation for:
    Module header
    topoSortM (src/full/Agda/Utils/Permutation.hs:242)
  88% (  8 /  9) in 'Agda.Utils.ProfileOptions'
  Missing documentation for:
    Module header
Warning: 'List2' is ambiguous. It is defined
    * at src/full/Agda/Utils/List2.hs:31:16
    * at src/full/Agda/Utils/List2.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 src/full/Agda/Utils/List2.hs:31:1
Warning: Agda.Utils.List2: Could not find documentation for exported module: Agda.Utils.List2
  94% ( 17 / 18) in 'Agda.Utils.List2'
  Missing documentation for:
    break (src/full/Agda/Utils/List2.hs:120)
 100% ( 19 / 19) in 'Agda.Utils.Either'
Warning: 'ap' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dropWhileEnd' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'monadic'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'partition' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Error' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.Utils.Monad: Could not find documentation for exported module: Agda.Utils.Monad
  73% ( 51 / 69) in 'Agda.Utils.Monad'
  Missing documentation for:
    Module header
    unless (src/full/Agda/Utils/Monad.hs:91)
    when (src/full/Agda/Utils/Monad.hs:87)
    guard (src/full/Agda/Utils/Monad.hs:95)
    andM (src/full/Agda/Utils/Monad.hs:120)
    concatMapM (src/full/Agda/Utils/Monad.hs:207)
    whenM (src/full/Agda/Utils/Monad.hs:98)
    unlessM (src/full/Agda/Utils/Monad.hs:101)
    anyM (src/full/Agda/Utils/Monad.hs:136)
    allM (src/full/Agda/Utils/Monad.hs:123)
    forallM (src/full/Agda/Utils/Monad.hs:126)
    orM (src/full/Agda/Utils/Monad.hs:133)
    existsM (src/full/Agda/Utils/Monad.hs:139)
    mapMM (src/full/Agda/Utils/Monad.hs:178)
    forMM (src/full/Agda/Utils/Monad.hs:181)
    mapMM_ (src/full/Agda/Utils/Monad.hs:186)
    forMM_ (src/full/Agda/Utils/Monad.hs:189)
    embedWriter (src/full/Agda/Utils/Monad.hs:314)
Warning: 'ListT' is ambiguous. It is defined
    * at src/full/Agda/Utils/ListT.hs:22:21
    * at src/full/Agda/Utils/ListT.hs:22:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/ListT.hs:22:1
Warning: 'run'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 21 / 21) in 'Agda.Utils.ListT'
Warning: 'AbsolutePath' is ambiguous. It is defined
    * at src/full/Agda/Utils/FileName.hs:43:24
    * at src/full/Agda/Utils/FileName.hs:43:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/FileName.hs:43:1
 100% ( 12 / 12) in 'Agda.Utils.FileName'
  42% (  3 /  7) in 'Agda.Utils.Hash'
  Missing documentation for:
    Hash (src/full/Agda/Utils/Hash.hs:20)
    hashByteString (src/full/Agda/Utils/Hash.hs:23)
    hashTextFile (src/full/Agda/Utils/Hash.hs:26)
    combineHashes (src/full/Agda/Utils/Hash.hs:34)
  40% (  9 / 22) in 'Agda.Interaction.Options.Warnings'
  Missing documentation for:
    Module header
    warningSet (src/full/Agda/Interaction/Options/Warnings.hs:64)
    warn2Error (src/full/Agda/Interaction/Options/Warnings.hs:67)
    lensSingleWarning (src/full/Agda/Interaction/Options/Warnings.hs:70)
    allWarnings (src/full/Agda/Interaction/Options/Warnings.hs:195)
    usualWarnings (src/full/Agda/Interaction/Options/Warnings.hs:198)
    noWarnings (src/full/Agda/Interaction/Options/Warnings.hs:137)
    unsolvedWarnings (src/full/Agda/Interaction/Options/Warnings.hs:140)
    incompleteMatchWarnings (src/full/Agda/Interaction/Options/Warnings.hs:147)
    errorWarnings (src/full/Agda/Interaction/Options/Warnings.hs:150)
    defaultWarningMode (src/full/Agda/Interaction/Options/Warnings.hs:79)
    prettyWarningModeError (src/full/Agda/Interaction/Options/Warnings.hs:93)
    warningName2String (src/full/Agda/Interaction/Options/Warnings.hs:399)
Warning: 'Favorites' is ambiguous. It is defined
    * at src/full/Agda/Utils/Favorites.hs:25:23
    * at src/full/Agda/Utils/Favorites.hs:25:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/Favorites.hs:25:1
Warning: 'Set' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  90% (  9 / 10) in 'Agda.Utils.Favorites'
  Missing documentation for:
    unionCompared (src/full/Agda/Utils/Favorites.hs:85)
Warning: 'BiMap' is ambiguous. It is defined
    * at src/full/Agda/Utils/BiMap.hs:62:18
    * at src/full/Agda/Utils/BiMap.hs:62:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/BiMap.hs:62:1
  91% ( 32 / 35) in 'Agda.Utils.BiMap'
  Missing documentation for:
    unionPrecondition (src/full/Agda/Utils/BiMap.hs:330)
    fromListPrecondition (src/full/Agda/Utils/BiMap.hs:372)
    fromDistinctAscendingListsPrecondition (src/full/Agda/Utils/BiMap.hs:420)
Warning: 'range' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
   0% (  0 /  5) in 'Agda.Syntax.TopLevelModuleName.Boot'
  Missing documentation for:
    Module header
    ModuleNameHash (src/full/Agda/Syntax/TopLevelModuleName/Boot.hs:15)
    noModuleNameHash (src/full/Agda/Syntax/TopLevelModuleName/Boot.hs:26)
    TopLevelModuleNameParts (src/full/Agda/Syntax/TopLevelModuleName/Boot.hs:34)
    TopLevelModuleName' (src/full/Agda/Syntax/TopLevelModuleName/Boot.hs:36)
Warning: 'Interval' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:203:20
    * at src/full/Agda/Syntax/Position.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 src/full/Agda/Syntax/Position.hs:210:1
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'Maybe' is ambiguous. It is defined
    * in Data.Strict.Maybe
    * in GHC.Maybe
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Maybe
Warning: 'RangeFile' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:151:18
    * at src/full/Agda/Syntax/Position.hs:151:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Position.hs:151:1
  78% ( 50 / 64) in 'Agda.Syntax.Position'
  Missing documentation for:
    Position (src/full/Agda/Syntax/Position.hs:191)
    PositionWithoutFile (src/full/Agda/Syntax/Position.hs:192)
    SrcFile (src/full/Agda/Syntax/Position.hs:147)
    positionInvariant (src/full/Agda/Syntax/Position.hs:135)
    Interval (src/full/Agda/Syntax/Position.hs:210)
    IntervalWithoutFile (src/full/Agda/Syntax/Position.hs:211)
    intervalInvariant (src/full/Agda/Syntax/Position.hs:220)
    iStart (src/full/Agda/Syntax/Position.hs:227)
    iEnd (src/full/Agda/Syntax/Position.hs:230)
    getIntervalFile
    Range (src/full/Agda/Syntax/Position.hs:253)
    RangeWithoutFile (src/full/Agda/Syntax/Position.hs:254)
    KillRangeT (src/full/Agda/Syntax/Position.hs:484)
    KILLRANGE (src/full/Agda/Syntax/Position.hs:486)
  50% (  4 /  8) in 'Agda.Syntax.Common.Aspect'
  Missing documentation for:
    Module header
    Induction (src/full/Agda/Syntax/Common/Aspect.hs:12)
    Aspect (src/full/Agda/Syntax/Common/Aspect.hs:15)
    DefinitionSite (src/full/Agda/Syntax/Common/Aspect.hs:138)
Warning: 'Aspects' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common/Aspect.hs:122:16
    * at src/full/Agda/Syntax/Common/Aspect.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 src/full/Agda/Syntax/Common/Aspect.hs:122:1
Warning: 'telescopes' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.Syntax.Common.Pretty: Could not find documentation for exported module: Agda.Syntax.Common.Pretty
  51% ( 44 / 86) in 'Agda.Syntax.Common.Pretty'
  Missing documentation for:
    comma (src/full/Agda/Syntax/Common/Pretty.hs:331)
    colon (src/full/Agda/Syntax/Common/Pretty.hs:332)
    parens (src/full/Agda/Syntax/Common/Pretty.hs:325)
    hcat (src/full/Agda/Syntax/Common/Pretty.hs:190)
    hsep (src/full/Agda/Syntax/Common/Pretty.hs:189)
    vcat (src/full/Agda/Syntax/Common/Pretty.hs:191)
    vsep (src/full/Agda/Syntax/Common/Pretty.hs:199)
    dot (src/full/Agda/Syntax/Common/Pretty.hs:333)
    space (src/full/Agda/Syntax/Common/Pretty.hs:334)
    semi (src/full/Agda/Syntax/Common/Pretty.hs:330)
    brackets (src/full/Agda/Syntax/Common/Pretty.hs:326)
    braces (src/full/Agda/Syntax/Common/Pretty.hs:327)
    equals (src/full/Agda/Syntax/Common/Pretty.hs:335)
    lparen (src/full/Agda/Syntax/Common/Pretty.hs:336)
    rparen (src/full/Agda/Syntax/Common/Pretty.hs:337)
    lbrack (src/full/Agda/Syntax/Common/Pretty.hs:338)
    rbrack (src/full/Agda/Syntax/Common/Pretty.hs:339)
    lbrace (src/full/Agda/Syntax/Common/Pretty.hs:340)
    rbrace (src/full/Agda/Syntax/Common/Pretty.hs:341)
    quotes (src/full/Agda/Syntax/Common/Pretty.hs:323)
    doubleQuotes (src/full/Agda/Syntax/Common/Pretty.hs:324)
    punctuate (src/full/Agda/Syntax/Common/Pretty.hs:194)
    sep (src/full/Agda/Syntax/Common/Pretty.hs:187)
    fsep (src/full/Agda/Syntax/Common/Pretty.hs:188)
    singPlural (src/full/Agda/Syntax/Common/Pretty.hs:276)
    pluralS (src/full/Agda/Syntax/Common/Pretty.hs:279)
    prettyLineColumn (src/full/Agda/Syntax/Common/Pretty.hs:142)
    pwords (src/full/Agda/Syntax/Common/Pretty.hs:202)
    fwords (src/full/Agda/Syntax/Common/Pretty.hs:205)
    hlSymbol (src/full/Agda/Syntax/Common/Pretty.hs:306)
    hlComment (src/full/Agda/Syntax/Common/Pretty.hs:305)
    hlKeyword (src/full/Agda/Syntax/Common/Pretty.hs:307)
    hlString (src/full/Agda/Syntax/Common/Pretty.hs:308)
    hlNumber (src/full/Agda/Syntax/Common/Pretty.hs:309)
    hlHole (src/full/Agda/Syntax/Common/Pretty.hs:310)
    hlPrimitiveType (src/full/Agda/Syntax/Common/Pretty.hs:311)
    hlPragma (src/full/Agda/Syntax/Common/Pretty.hs:312)
    int
    integer
    float
    double
    rational
  71% (  5 /  7) in 'Agda.Utils.Time'
  Missing documentation for:
    getCPUTime (src/full/Agda/Utils/Time.hs:52)
    fromMilliseconds (src/full/Agda/Utils/Time.hs:42)
  92% ( 13 / 14) in 'Agda.Utils.Parser.MemoisedCPS'
  Missing documentation for:
    ParserClass (src/full/Agda/Utils/Parser/MemoisedCPS.hs:116)
Warning: 'Nodes' is ambiguous. It is defined
    * at src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs:256:16
    * at src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.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 src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs:256:1
Warning: 'DAG' is ambiguous. It is defined
    * at src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs:679:14
    * at src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs:679:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs:679:1
Warning: 'Graph' is ambiguous. It is defined
    * at src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs:126:21
    * at src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs:126:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/Graph/AdjacencyMap/Unidirectional.hs:126:1
 100% ( 74 / 74) in 'Agda.Utils.Graph.AdjacencyMap.Unidirectional'
  50% (  1 /  2) in 'Agda.Utils.Graph.TopSort'
  Missing documentation for:
    Module header
  50% (  2 /  4) in 'Agda.Interaction.Highlighting.Dot.Base'
  Missing documentation for:
    renderDotToFile (src/full/Agda/Interaction/Highlighting/Dot/Base.hs:44)
    renderDot (src/full/Agda/Interaction/Highlighting/Dot/Base.hs:27)
  84% ( 22 / 26) in 'Agda.Utils.CallStack'
  Missing documentation for:
    Module header
    withCallerCallStack (src/full/Agda/Utils/CallStack/Base.hs:138)
    withCurrentCallStack (src/full/Agda/Utils/CallStack/Base.hs:133)
    withNBackCallStack (src/full/Agda/Utils/CallStack/Base.hs:125)
  62% ( 10 / 16) in 'Agda.Utils.FileId'
  Missing documentation for:
    File (src/full/Agda/Utils/FileId.hs:32)
    FileToId (src/full/Agda/Utils/FileId.hs:40)
    IdToFile (src/full/Agda/Utils/FileId.hs:41)
    FileDict (src/full/Agda/Utils/FileId.hs:43)
    FileDictBuilder (src/full/Agda/Utils/FileId.hs:58)
    MonadFileId (src/full/Agda/Utils/FileId.hs:88)
  80% ( 17 / 21) in 'Agda.Utils.Benchmark'
  Missing documentation for:
    Timings (src/full/Agda/Utils/Benchmark.hs:45)
    BenchmarkOn (src/full/Agda/Utils/Benchmark.hs:47)
    isBenchmarkOn (src/full/Agda/Utils/Benchmark.hs:51)
    getsBenchmark (src/full/Agda/Utils/Benchmark.hs:150)
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 27 / 28) in 'Agda.Termination.SparseMatrix'
  Missing documentation for:
    transpose
Warning: 'Le' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Lt' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Call' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'increase'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  76% ( 16 / 21) in 'Agda.Termination.Order'
  Missing documentation for:
    setUsability (src/full/Agda/Termination/Order.hs:153)
    unknown (src/full/Agda/Termination/Order.hs:194)
    collapseO (src/full/Agda/Termination/Order.hs:253)
    nonIncreasing (src/full/Agda/Termination/Order.hs:197)
    isOrder (src/full/Agda/Termination/Order.hs:181)
Warning: 'null' is ambiguous. It is defined
    * at src/full/Agda/Utils/Null.hs:58:3
    * in Data.Foldable
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/Null.hs:58:3
Warning: 'source' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'target' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  85% ( 12 / 14) in 'Agda.Termination.CallMatrix'
  Missing documentation for:
    Module header
    CallMatrix (src/full/Agda/Termination/CallMatrix.hs:96)
Warning: 'worse'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Le' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Un' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CallGraph' is ambiguous. It is defined
    * at src/full/Agda/Termination/CallGraph.hs:84:27
    * at src/full/Agda/Termination/CallGraph.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/full/Agda/Termination/CallGraph.hs:84:1
  78% ( 15 / 19) in 'Agda.Termination.CallGraph'
  Missing documentation for:
    callMatrixSet (src/full/Agda/Termination/CallGraph.hs:66)
    >*<
    fromList
    completionStep (src/full/Agda/Termination/CallGraph.hs:204)
  71% (  5 /  7) in 'Agda.Termination.Termination'
  Missing documentation for:
    terminatesFilter (src/full/Agda/Termination/Termination.hs:73)
    endos (src/full/Agda/Termination/Termination.hs:90)
  30% (  4 / 13) in 'Agda.Syntax.Concrete.Glyph'
  Missing documentation for:
    unsafeSetUnicodeOrAscii (src/full/Agda/Syntax/Concrete/Glyph.hs:52)
    braces' (src/full/Agda/Syntax/Concrete/Glyph.hs:105)
    dbraces (src/full/Agda/Syntax/Concrete/Glyph.hs:115)
    forallQ (src/full/Agda/Syntax/Concrete/Glyph.hs:119)
    leftIdiomBrkt (src/full/Agda/Syntax/Concrete/Glyph.hs:123)
    rightIdiomBrkt (src/full/Agda/Syntax/Concrete/Glyph.hs:124)
    emptyIdiomBrkt (src/full/Agda/Syntax/Concrete/Glyph.hs:125)
    arrow (src/full/Agda/Syntax/Concrete/Glyph.hs:128)
    lambda (src/full/Agda/Syntax/Concrete/Glyph.hs:129)
   4% ( 10 /229) in 'Agda.Syntax.Builtin'
  Missing documentation for:
    builtinsNoDef (src/full/Agda/Syntax/Builtin.hs:485)
    sizeBuiltins (src/full/Agda/Syntax/Builtin.hs:506)
    builtinNat (src/full/Agda/Syntax/Builtin.hs:592)
    builtinSuc (src/full/Agda/Syntax/Builtin.hs:593)
    builtinZero (src/full/Agda/Syntax/Builtin.hs:594)
    builtinNatPlus (src/full/Agda/Syntax/Builtin.hs:595)
    builtinNatMinus (src/full/Agda/Syntax/Builtin.hs:596)
    builtinNatTimes (src/full/Agda/Syntax/Builtin.hs:597)
    builtinNatDivSucAux (src/full/Agda/Syntax/Builtin.hs:598)
    builtinNatModSucAux (src/full/Agda/Syntax/Builtin.hs:599)
    builtinNatEquals (src/full/Agda/Syntax/Builtin.hs:600)
    builtinNatLess (src/full/Agda/Syntax/Builtin.hs:601)
    builtinWord64 (src/full/Agda/Syntax/Builtin.hs:602)
    builtinInteger (src/full/Agda/Syntax/Builtin.hs:603)
    builtinIntegerPos (src/full/Agda/Syntax/Builtin.hs:604)
    builtinIntegerNegSuc (src/full/Agda/Syntax/Builtin.hs:605)
    builtinFloat (src/full/Agda/Syntax/Builtin.hs:606)
    builtinChar (src/full/Agda/Syntax/Builtin.hs:607)
    builtinString (src/full/Agda/Syntax/Builtin.hs:608)
    builtinUnit (src/full/Agda/Syntax/Builtin.hs:609)
    builtinUnitUnit (src/full/Agda/Syntax/Builtin.hs:610)
    builtinSigma (src/full/Agda/Syntax/Builtin.hs:611)
    builtinBool (src/full/Agda/Syntax/Builtin.hs:612)
    builtinTrue (src/full/Agda/Syntax/Builtin.hs:613)
    builtinFalse (src/full/Agda/Syntax/Builtin.hs:614)
    builtinList (src/full/Agda/Syntax/Builtin.hs:615)
    builtinNil (src/full/Agda/Syntax/Builtin.hs:616)
    builtinCons (src/full/Agda/Syntax/Builtin.hs:617)
    builtinMaybe (src/full/Agda/Syntax/Builtin.hs:618)
    builtinNothing (src/full/Agda/Syntax/Builtin.hs:619)
    builtinJust (src/full/Agda/Syntax/Builtin.hs:620)
    builtinIO (src/full/Agda/Syntax/Builtin.hs:621)
    builtinPath (src/full/Agda/Syntax/Builtin.hs:622)
    builtinPathP (src/full/Agda/Syntax/Builtin.hs:623)
    builtinIntervalUniv (src/full/Agda/Syntax/Builtin.hs:624)
    builtinInterval (src/full/Agda/Syntax/Builtin.hs:625)
    builtinIZero (src/full/Agda/Syntax/Builtin.hs:626)
    builtinIOne (src/full/Agda/Syntax/Builtin.hs:627)
    builtinPartial (src/full/Agda/Syntax/Builtin.hs:628)
    builtinPartialP (src/full/Agda/Syntax/Builtin.hs:629)
    builtinIsOne (src/full/Agda/Syntax/Builtin.hs:630)
    builtinItIsOne (src/full/Agda/Syntax/Builtin.hs:631)
    builtinEquiv (src/full/Agda/Syntax/Builtin.hs:632)
    builtinEquivFun (src/full/Agda/Syntax/Builtin.hs:633)
    builtinEquivProof (src/full/Agda/Syntax/Builtin.hs:634)
    builtinTranspProof (src/full/Agda/Syntax/Builtin.hs:635)
    builtinIsOne1 (src/full/Agda/Syntax/Builtin.hs:636)
    builtinIsOne2 (src/full/Agda/Syntax/Builtin.hs:637)
    builtinIsOneEmpty (src/full/Agda/Syntax/Builtin.hs:638)
    builtinSub (src/full/Agda/Syntax/Builtin.hs:639)
    builtinSubIn (src/full/Agda/Syntax/Builtin.hs:640)
    builtinSizeUniv (src/full/Agda/Syntax/Builtin.hs:641)
    builtinSize (src/full/Agda/Syntax/Builtin.hs:642)
    builtinSizeLt (src/full/Agda/Syntax/Builtin.hs:643)
    builtinSizeSuc (src/full/Agda/Syntax/Builtin.hs:644)
    builtinSizeInf (src/full/Agda/Syntax/Builtin.hs:645)
    builtinSizeMax (src/full/Agda/Syntax/Builtin.hs:646)
    builtinInf (src/full/Agda/Syntax/Builtin.hs:647)
    builtinSharp (src/full/Agda/Syntax/Builtin.hs:648)
    builtinFlat (src/full/Agda/Syntax/Builtin.hs:649)
    builtinEquality (src/full/Agda/Syntax/Builtin.hs:650)
    builtinRefl (src/full/Agda/Syntax/Builtin.hs:651)
    builtinRewrite (src/full/Agda/Syntax/Builtin.hs:652)
    builtinLevelMax (src/full/Agda/Syntax/Builtin.hs:653)
    builtinLevel (src/full/Agda/Syntax/Builtin.hs:654)
    builtinLevelZero (src/full/Agda/Syntax/Builtin.hs:655)
    builtinLevelSuc (src/full/Agda/Syntax/Builtin.hs:656)
    builtinProp (src/full/Agda/Syntax/Builtin.hs:657)
    builtinSet (src/full/Agda/Syntax/Builtin.hs:658)
    builtinStrictSet (src/full/Agda/Syntax/Builtin.hs:659)
    builtinPropOmega (src/full/Agda/Syntax/Builtin.hs:660)
    builtinSetOmega (src/full/Agda/Syntax/Builtin.hs:661)
    builtinSSetOmega (src/full/Agda/Syntax/Builtin.hs:662)
    builtinLevelUniv (src/full/Agda/Syntax/Builtin.hs:663)
    builtinFromNat (src/full/Agda/Syntax/Builtin.hs:664)
    builtinFromNeg (src/full/Agda/Syntax/Builtin.hs:665)
    builtinFromString (src/full/Agda/Syntax/Builtin.hs:666)
    builtinQName (src/full/Agda/Syntax/Builtin.hs:667)
    builtinAgdaSort (src/full/Agda/Syntax/Builtin.hs:668)
    builtinAgdaSortSet (src/full/Agda/Syntax/Builtin.hs:669)
    builtinAgdaSortLit (src/full/Agda/Syntax/Builtin.hs:670)
    builtinAgdaSortProp (src/full/Agda/Syntax/Builtin.hs:671)
    builtinAgdaSortPropLit (src/full/Agda/Syntax/Builtin.hs:672)
    builtinAgdaSortInf (src/full/Agda/Syntax/Builtin.hs:673)
    builtinAgdaSortUnsupported (src/full/Agda/Syntax/Builtin.hs:674)
    builtinHiding (src/full/Agda/Syntax/Builtin.hs:675)
    builtinHidden (src/full/Agda/Syntax/Builtin.hs:676)
    builtinInstance (src/full/Agda/Syntax/Builtin.hs:677)
    builtinVisible (src/full/Agda/Syntax/Builtin.hs:678)
    builtinRelevance (src/full/Agda/Syntax/Builtin.hs:679)
    builtinRelevant (src/full/Agda/Syntax/Builtin.hs:680)
    builtinIrrelevant (src/full/Agda/Syntax/Builtin.hs:681)
    builtinQuantity (src/full/Agda/Syntax/Builtin.hs:682)
    builtinQuantity0 (src/full/Agda/Syntax/Builtin.hs:683)
    builtinQuantity� (src/full/Agda/Syntax/Builtin.hs:684)
    builtinModality (src/full/Agda/Syntax/Builtin.hs:685)
    builtinModalityConstructor (src/full/Agda/Syntax/Builtin.hs:686)
    builtinAssoc (src/full/Agda/Syntax/Builtin.hs:687)
    builtinAssocLeft (src/full/Agda/Syntax/Builtin.hs:688)
    builtinAssocRight (src/full/Agda/Syntax/Builtin.hs:689)
    builtinAssocNon (src/full/Agda/Syntax/Builtin.hs:690)
    builtinPrecedence (src/full/Agda/Syntax/Builtin.hs:691)
    builtinPrecRelated (src/full/Agda/Syntax/Builtin.hs:692)
    builtinPrecUnrelated (src/full/Agda/Syntax/Builtin.hs:693)
    builtinFixity (src/full/Agda/Syntax/Builtin.hs:694)
    builtinFixityFixity (src/full/Agda/Syntax/Builtin.hs:695)
    builtinArg (src/full/Agda/Syntax/Builtin.hs:696)
    builtinArgInfo (src/full/Agda/Syntax/Builtin.hs:697)
    builtinArgArgInfo (src/full/Agda/Syntax/Builtin.hs:698)
    builtinArgArg (src/full/Agda/Syntax/Builtin.hs:699)
    builtinAbs (src/full/Agda/Syntax/Builtin.hs:700)
    builtinAbsAbs (src/full/Agda/Syntax/Builtin.hs:701)
    builtinAgdaTerm (src/full/Agda/Syntax/Builtin.hs:702)
    builtinAgdaTermVar (src/full/Agda/Syntax/Builtin.hs:703)
    builtinAgdaTermLam (src/full/Agda/Syntax/Builtin.hs:704)
    builtinAgdaTermExtLam (src/full/Agda/Syntax/Builtin.hs:705)
    builtinAgdaTermDef (src/full/Agda/Syntax/Builtin.hs:706)
    builtinAgdaTermCon (src/full/Agda/Syntax/Builtin.hs:707)
    builtinAgdaTermPi (src/full/Agda/Syntax/Builtin.hs:708)
    builtinAgdaTermSort (src/full/Agda/Syntax/Builtin.hs:709)
    builtinAgdaTermLit (src/full/Agda/Syntax/Builtin.hs:710)
    builtinAgdaTermUnsupported (src/full/Agda/Syntax/Builtin.hs:711)
    builtinAgdaTermMeta (src/full/Agda/Syntax/Builtin.hs:712)
    builtinAgdaErrorPart (src/full/Agda/Syntax/Builtin.hs:713)
    builtinAgdaErrorPartString (src/full/Agda/Syntax/Builtin.hs:714)
    builtinAgdaErrorPartTerm (src/full/Agda/Syntax/Builtin.hs:715)
    builtinAgdaErrorPartPatt (src/full/Agda/Syntax/Builtin.hs:716)
    builtinAgdaErrorPartName (src/full/Agda/Syntax/Builtin.hs:717)
    builtinAgdaLiteral (src/full/Agda/Syntax/Builtin.hs:718)
    builtinAgdaLitNat (src/full/Agda/Syntax/Builtin.hs:719)
    builtinAgdaLitWord64 (src/full/Agda/Syntax/Builtin.hs:720)
    builtinAgdaLitFloat (src/full/Agda/Syntax/Builtin.hs:721)
    builtinAgdaLitChar (src/full/Agda/Syntax/Builtin.hs:722)
    builtinAgdaLitString (src/full/Agda/Syntax/Builtin.hs:723)
    builtinAgdaLitQName (src/full/Agda/Syntax/Builtin.hs:724)
    builtinAgdaLitMeta (src/full/Agda/Syntax/Builtin.hs:725)
    builtinAgdaClause (src/full/Agda/Syntax/Builtin.hs:726)
    builtinAgdaClauseClause (src/full/Agda/Syntax/Builtin.hs:727)
    builtinAgdaClauseAbsurd (src/full/Agda/Syntax/Builtin.hs:728)
    builtinAgdaPattern (src/full/Agda/Syntax/Builtin.hs:729)
    builtinAgdaPatVar (src/full/Agda/Syntax/Builtin.hs:730)
    builtinAgdaPatCon (src/full/Agda/Syntax/Builtin.hs:731)
    builtinAgdaPatDot (src/full/Agda/Syntax/Builtin.hs:732)
    builtinAgdaPatLit (src/full/Agda/Syntax/Builtin.hs:733)
    builtinAgdaPatProj (src/full/Agda/Syntax/Builtin.hs:734)
    builtinAgdaPatAbsurd (src/full/Agda/Syntax/Builtin.hs:735)
    builtinAgdaDefinitionFunDef (src/full/Agda/Syntax/Builtin.hs:736)
    builtinAgdaDefinitionDataDef (src/full/Agda/Syntax/Builtin.hs:737)
    builtinAgdaDefinitionRecordDef (src/full/Agda/Syntax/Builtin.hs:738)
    builtinAgdaDefinitionDataConstructor (src/full/Agda/Syntax/Builtin.hs:739)
    builtinAgdaDefinitionPostulate (src/full/Agda/Syntax/Builtin.hs:740)
    builtinAgdaDefinitionPrimitive (src/full/Agda/Syntax/Builtin.hs:741)
    builtinAgdaDefinition (src/full/Agda/Syntax/Builtin.hs:742)
    builtinAgdaMeta (src/full/Agda/Syntax/Builtin.hs:743)
    builtinAgdaTCM (src/full/Agda/Syntax/Builtin.hs:744)
    builtinAgdaTCMReturn (src/full/Agda/Syntax/Builtin.hs:745)
    builtinAgdaTCMBind (src/full/Agda/Syntax/Builtin.hs:746)
    builtinAgdaTCMUnify (src/full/Agda/Syntax/Builtin.hs:747)
    builtinAgdaTCMTypeError (src/full/Agda/Syntax/Builtin.hs:748)
    builtinAgdaTCMInferType (src/full/Agda/Syntax/Builtin.hs:749)
    builtinAgdaTCMCheckType (src/full/Agda/Syntax/Builtin.hs:750)
    builtinAgdaTCMNormalise (src/full/Agda/Syntax/Builtin.hs:751)
    builtinAgdaTCMReduce (src/full/Agda/Syntax/Builtin.hs:752)
    builtinAgdaTCMCatchError (src/full/Agda/Syntax/Builtin.hs:753)
    builtinAgdaTCMGetContext (src/full/Agda/Syntax/Builtin.hs:754)
    builtinAgdaTCMExtendContext (src/full/Agda/Syntax/Builtin.hs:755)
    builtinAgdaTCMInContext (src/full/Agda/Syntax/Builtin.hs:756)
    builtinAgdaTCMFreshName (src/full/Agda/Syntax/Builtin.hs:757)
    builtinAgdaTCMDeclareDef (src/full/Agda/Syntax/Builtin.hs:758)
    builtinAgdaTCMDeclarePostulate (src/full/Agda/Syntax/Builtin.hs:759)
    builtinAgdaTCMDeclareData (src/full/Agda/Syntax/Builtin.hs:760)
    builtinAgdaTCMDefineData (src/full/Agda/Syntax/Builtin.hs:761)
    builtinAgdaTCMDefineFun (src/full/Agda/Syntax/Builtin.hs:762)
    builtinAgdaTCMGetType (src/full/Agda/Syntax/Builtin.hs:763)
    builtinAgdaTCMGetDefinition (src/full/Agda/Syntax/Builtin.hs:764)
    builtinAgdaTCMBlock (src/full/Agda/Syntax/Builtin.hs:765)
    builtinAgdaTCMCommit (src/full/Agda/Syntax/Builtin.hs:766)
    builtinAgdaTCMQuoteTerm (src/full/Agda/Syntax/Builtin.hs:767)
    builtinAgdaTCMUnquoteTerm (src/full/Agda/Syntax/Builtin.hs:768)
    builtinAgdaTCMQuoteOmegaTerm (src/full/Agda/Syntax/Builtin.hs:769)
    builtinAgdaTCMIsMacro (src/full/Agda/Syntax/Builtin.hs:770)
    builtinAgdaTCMWithNormalisation (src/full/Agda/Syntax/Builtin.hs:771)
    builtinAgdaTCMWithReconstructed (src/full/Agda/Syntax/Builtin.hs:772)
    builtinAgdaTCMWithExpandLast (src/full/Agda/Syntax/Builtin.hs:773)
    builtinAgdaTCMWithReduceDefs (src/full/Agda/Syntax/Builtin.hs:774)
    builtinAgdaTCMAskNormalisation (src/full/Agda/Syntax/Builtin.hs:775)
    builtinAgdaTCMAskReconstructed (src/full/Agda/Syntax/Builtin.hs:776)
    builtinAgdaTCMAskExpandLast (src/full/Agda/Syntax/Builtin.hs:777)
    builtinAgdaTCMAskReduceDefs (src/full/Agda/Syntax/Builtin.hs:778)
    builtinAgdaTCMFormatErrorParts (src/full/Agda/Syntax/Builtin.hs:779)
    builtinAgdaTCMDebugPrint (src/full/Agda/Syntax/Builtin.hs:780)
    builtinAgdaTCMNoConstraints (src/full/Agda/Syntax/Builtin.hs:781)
    builtinAgdaTCMWorkOnTypes (src/full/Agda/Syntax/Builtin.hs:782)
    builtinAgdaTCMRunSpeculative (src/full/Agda/Syntax/Builtin.hs:783)
    builtinAgdaTCMExec (src/full/Agda/Syntax/Builtin.hs:784)
    builtinAgdaTCMCheckFromString (src/full/Agda/Syntax/Builtin.hs:785)
    builtinAgdaTCMGetInstances (src/full/Agda/Syntax/Builtin.hs:786)
    builtinAgdaTCMSolveInstances (src/full/Agda/Syntax/Builtin.hs:787)
    builtinAgdaTCMPragmaForeign (src/full/Agda/Syntax/Builtin.hs:788)
    builtinAgdaTCMPragmaCompile (src/full/Agda/Syntax/Builtin.hs:789)
    builtinAgdaBlocker (src/full/Agda/Syntax/Builtin.hs:790)
    builtinAgdaBlockerAny (src/full/Agda/Syntax/Builtin.hs:791)
    builtinAgdaBlockerAll (src/full/Agda/Syntax/Builtin.hs:792)
    builtinAgdaBlockerMeta (src/full/Agda/Syntax/Builtin.hs:793)
    builtinIMin (src/full/Agda/Syntax/Builtin.hs:1068)
    builtinIMax (src/full/Agda/Syntax/Builtin.hs:1069)
    builtinINeg (src/full/Agda/Syntax/Builtin.hs:1070)
    builtinSubOut (src/full/Agda/Syntax/Builtin.hs:1071)
    builtinGlue (src/full/Agda/Syntax/Builtin.hs:1072)
    builtin_glue (src/full/Agda/Syntax/Builtin.hs:1073)
    builtin_unglue (src/full/Agda/Syntax/Builtin.hs:1074)
    builtin_glueU (src/full/Agda/Syntax/Builtin.hs:1075)
    builtin_unglueU (src/full/Agda/Syntax/Builtin.hs:1076)
    builtinFaceForall (src/full/Agda/Syntax/Builtin.hs:1077)
    builtinComp (src/full/Agda/Syntax/Builtin.hs:1078)
    builtinPOr (src/full/Agda/Syntax/Builtin.hs:1079)
    builtinTrans (src/full/Agda/Syntax/Builtin.hs:1080)
    builtinHComp (src/full/Agda/Syntax/Builtin.hs:1081)
    builtinLockUniv (src/full/Agda/Syntax/Builtin.hs:1082)
  87% (  7 /  8) in 'Agda.Interaction.EmacsCommand'
  Missing documentation for:
    display_info' (src/full/Agda/Interaction/EmacsCommand.hs:78)
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
 100% (  3 /  3) in 'Agda.Syntax.Common.KeywordRange'
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'NameId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3218:15
    * at src/full/Agda/Syntax/Common.hs:3218:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3218:1
Warning: 'ConP' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Con' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PolarityModality' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2142:25
    * at src/full/Agda/Syntax/Common.hs:2142:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2142:1
Warning: 'Overlappable' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:312:5
    * at src/full/Agda/Syntax/Common.hs:292:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:292:1
Warning: 'Modality' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:566:17
    * at src/full/Agda/Syntax/Common.hs:566:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:566:1
Warning: 'moreUsableQuantity' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Erased' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:1249:5
    * at src/full/Agda/Syntax/Common.hs:1248:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:1248:1
Warning: 'Mixed' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Arg' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2615:15
    * at src/full/Agda/Syntax/Common.hs:2615:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2615:1
Warning: 'partitionEithers' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Continous' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.Syntax.Common: Could not find documentation for exported module: Agda.Syntax.Common
  57% (181 /315) in 'Agda.Syntax.Common'
  Missing documentation for:
    Arity (src/full/Agda/Syntax/Common.hs:58)
    Overlappable (src/full/Agda/Syntax/Common.hs:292)
    Constr (src/full/Agda/Syntax/Common.hs:3280)
    Arg (src/full/Agda/Syntax/Common.hs:2615)
    FileType (src/full/Agda/Syntax/Common.hs:84)
    Lock (src/full/Agda/Syntax/Common.hs:1800)
    isInstance (src/full/Agda/Syntax/Common.hs:521)
    defaultFixity (src/full/Agda/Syntax/Common.hs:3437)
    LensLock (src/full/Agda/Syntax/Common.hs:1818)
    IsMain (src/full/Agda/Syntax/Common.hs:67)
    BackendName (src/full/Agda/Syntax/Common.hs:134)
    InteractionId (src/full/Agda/Syntax/Common.hs:3367)
    defaultArgInfo (src/full/Agda/Syntax/Common.hs:2548)
    Hiding (src/full/Agda/Syntax/Common.hs:385)
    RecordDirectives' (src/full/Agda/Syntax/Common.hs:176)
    Renaming' (src/full/Agda/Syntax/Common.hs:3625)
    LensArgInfo (src/full/Agda/Syntax/Common.hs:2480)
    LensModality (src/full/Agda/Syntax/Common.hs:736)
    LensQuantity (src/full/Agda/Syntax/Common.hs:1185)
    fromImportedName (src/full/Agda/Syntax/Common.hs:3602)
    irrelevant (src/full/Agda/Syntax/Common.hs:1566)
    relevant (src/full/Agda/Syntax/Common.hs:1563)
    PolarityModality (src/full/Agda/Syntax/Common.hs:2142)
    cubicalOptionString (src/full/Agda/Syntax/Common.hs:111)
    HasEta0 (src/full/Agda/Syntax/Common.hs:226)
    emptyRecordDirectives (src/full/Agda/Syntax/Common.hs:188)
    HasOverlapMode (src/full/Agda/Syntax/Common.hs:358)
    isIncoherent (src/full/Agda/Syntax/Common.hs:365)
    isOverlappable (src/full/Agda/Syntax/Common.hs:369)
    isOverlapping (src/full/Agda/Syntax/Common.hs:375)
    hidingToString (src/full/Agda/Syntax/Common.hs:392)
    hide (src/full/Agda/Syntax/Common.hs:499)
    hideOrKeepInstance (src/full/Agda/Syntax/Common.hs:502)
    makeInstance (src/full/Agda/Syntax/Common.hs:509)
    makeInstance' (src/full/Agda/Syntax/Common.hs:512)
    isYesOverlap (src/full/Agda/Syntax/Common.hs:515)
    usableModality (src/full/Agda/Syntax/Common.hs:628)
    withStandardLock (src/full/Agda/Syntax/Common.hs:2152)
    lModRelevance (src/full/Agda/Syntax/Common.hs:725)
    lModQuantity (src/full/Agda/Syntax/Common.hs:728)
    lModCohesion (src/full/Agda/Syntax/Common.hs:731)
    lModPolarity (src/full/Agda/Syntax/Common.hs:734)
    getRelevanceMod (src/full/Agda/Syntax/Common.hs:779)
    setRelevanceMod (src/full/Agda/Syntax/Common.hs:782)
    mapRelevanceMod (src/full/Agda/Syntax/Common.hs:785)
    getQuantityMod (src/full/Agda/Syntax/Common.hs:790)
    setQuantityMod (src/full/Agda/Syntax/Common.hs:793)
    mapQuantityMod (src/full/Agda/Syntax/Common.hs:796)
    getCohesionMod (src/full/Agda/Syntax/Common.hs:801)
    setCohesionMod (src/full/Agda/Syntax/Common.hs:804)
    mapCohesionMod (src/full/Agda/Syntax/Common.hs:807)
    getPolarityMod (src/full/Agda/Syntax/Common.hs:812)
    setPolarityMod (src/full/Agda/Syntax/Common.hs:815)
    mapPolarityMod (src/full/Agda/Syntax/Common.hs:818)
    isQuantity0 (src/full/Agda/Syntax/Common.hs:1229)
    isQuantity� (src/full/Agda/Syntax/Common.hs:1234)
    prettyQuantity (src/full/Agda/Syntax/Common.hs:1239)
    prettyErased (src/full/Agda/Syntax/Common.hs:1313)
    shapeIrrelevant (src/full/Agda/Syntax/Common.hs:1569)
    isRelevant (src/full/Agda/Syntax/Common.hs:1572)
    isIrrelevant (src/full/Agda/Syntax/Common.hs:1577)
    isShapeIrrelevant (src/full/Agda/Syntax/Common.hs:1582)
    shapeIrrelevantToIrrelevant (src/full/Agda/Syntax/Common.hs:1724)
    prettyRelevance (src/full/Agda/Syntax/Common.hs:1728)
    defaultAnnotation (src/full/Agda/Syntax/Common.hs:1757)
    defaultLock (src/full/Agda/Syntax/Common.hs:1808)
    LensAnnotation (src/full/Agda/Syntax/Common.hs:1766)
    LockOrigin (src/full/Agda/Syntax/Common.hs:1795)
    prettyLock (src/full/Agda/Syntax/Common.hs:1848)
    allCohesions (src/full/Agda/Syntax/Common.hs:1865)
    isContinuous (src/full/Agda/Syntax/Common.hs:1909)
    prettyCohesion (src/full/Agda/Syntax/Common.hs:2037)
    allModalPolarities (src/full/Agda/Syntax/Common.hs:2053)
    morePolarity (src/full/Agda/Syntax/Common.hs:2199)
    prettyPolarity (src/full/Agda/Syntax/Common.hs:2294)
    BinderNameOrigin (src/full/Agda/Syntax/Common.hs:2383)
    FreeVariables (src/full/Agda/Syntax/Common.hs:2399)
    unknownFreeVariables (src/full/Agda/Syntax/Common.hs:2419)
    noFreeVariables (src/full/Agda/Syntax/Common.hs:2422)
    oneFreeVariable (src/full/Agda/Syntax/Common.hs:2425)
    freeVariablesFromList (src/full/Agda/Syntax/Common.hs:2428)
    hasNoFreeVariables (src/full/Agda/Syntax/Common.hs:2453)
    defaultIrrelevantArgInfo (src/full/Agda/Syntax/Common.hs:2557)
    getHidingArgInfo (src/full/Agda/Syntax/Common.hs:2565)
    setHidingArgInfo (src/full/Agda/Syntax/Common.hs:2568)
    mapHidingArgInfo (src/full/Agda/Syntax/Common.hs:2571)
    getModalityArgInfo (src/full/Agda/Syntax/Common.hs:2576)
    setModalityArgInfo (src/full/Agda/Syntax/Common.hs:2579)
    mapModalityArgInfo (src/full/Agda/Syntax/Common.hs:2582)
    getOriginArgInfo (src/full/Agda/Syntax/Common.hs:2587)
    setOriginArgInfo (src/full/Agda/Syntax/Common.hs:2590)
    mapOriginArgInfo (src/full/Agda/Syntax/Common.hs:2593)
    getFreeVariablesArgInfo (src/full/Agda/Syntax/Common.hs:2598)
    setFreeVariablesArgInfo (src/full/Agda/Syntax/Common.hs:2601)
    mapFreeVariablesArgInfo (src/full/Agda/Syntax/Common.hs:2604)
    isInsertedHidden (src/full/Agda/Syntax/Common.hs:2609)
    defaultArg (src/full/Agda/Syntax/Common.hs:2734)
    withNamedArgsFrom (src/full/Agda/Syntax/Common.hs:2746)
    Underscore (src/full/Agda/Syntax/Common.hs:2753)
    unnamed (src/full/Agda/Syntax/Common.hs:2789)
    isUnnamed (src/full/Agda/Syntax/Common.hs:2792)
    named (src/full/Agda/Syntax/Common.hs:2797)
    userNamed (src/full/Agda/Syntax/Common.hs:2800)
    getNameOf (src/full/Agda/Syntax/Common.hs:2825)
    setNameOf (src/full/Agda/Syntax/Common.hs:2828)
    mapNameOf (src/full/Agda/Syntax/Common.hs:2831)
    bareNameOf (src/full/Agda/Syntax/Common.hs:2834)
    bareNameWithDefault (src/full/Agda/Syntax/Common.hs:2837)
    defaultNamedArg (src/full/Agda/Syntax/Common.hs:2911)
    unnamedArg (src/full/Agda/Syntax/Common.hs:2914)
    updateNamedArgA (src/full/Agda/Syntax/Common.hs:2922)
    argNameToString (src/full/Agda/Syntax/Common.hs:2934)
    stringToArgName (src/full/Agda/Syntax/Common.hs:2937)
    appendArgNames (src/full/Agda/Syntax/Common.hs:2940)
    rawNameToString (src/full/Agda/Syntax/Common.hs:2991)
    stringToRawName (src/full/Agda/Syntax/Common.hs:2994)
    privateAccessInserted (src/full/Agda/Syntax/Common.hs:3068)
    LensIsAbstract (src/full/Agda/Syntax/Common.hs:3099)
    LensIsOpaque (src/full/Agda/Syntax/Common.hs:3166)
    AllAreOpaque (src/full/Agda/Syntax/Common.hs:3198)
    FixityLevel (src/full/Agda/Syntax/Common.hs:3391)
    noFixity (src/full/Agda/Syntax/Common.hs:3434)
    noFixity' (src/full/Agda/Syntax/Common.hs:3479)
    noNotation (src/full/Agda/Syntax/Common.hs:3931)
    _fixityAssoc (src/full/Agda/Syntax/Common.hs:3497)
    _fixityLevel (src/full/Agda/Syntax/Common.hs:3500)
    LensFixity (src/full/Agda/Syntax/Common.hs:3504)
    LensFixity' (src/full/Agda/Syntax/Common.hs:3515)
    HidingDirective' (src/full/Agda/Syntax/Common.hs:3538)
    RenamingDirective' (src/full/Agda/Syntax/Common.hs:3539)
    mapUsing (src/full/Agda/Syntax/Common.hs:3591)
    setImportedName (src/full/Agda/Syntax/Common.hs:3607)
    ExpandedEllipsis (src/full/Agda/Syntax/Common.hs:3899)
    Induction (src/full/Agda/Syntax/Common/Aspect.hs:12)
  93% ( 14 / 15) in 'Agda.Syntax.Parser.Literate'
  Missing documentation for:
    atomizeLayers (src/full/Agda/Syntax/Parser/Literate.hs:76)
  73% ( 14 / 19) in 'Agda.Syntax.Fixity'
  Missing documentation for:
    preferParen (src/full/Agda/Syntax/Fixity.hs:39)
    preferParenless (src/full/Agda/Syntax/Fixity.hs:42)
    pushPrecedence (src/full/Agda/Syntax/Fixity.hs:64)
    headPrecedence (src/full/Agda/Syntax/Fixity.hs:68)
    roundFixBrackets (src/full/Agda/Syntax/Fixity.hs:151)
Warning: 'atomP' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'empty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  90% ( 10 / 11) in 'Agda.Syntax.Concrete.Operators.Parser.Monad'
  Missing documentation for:
    PrecedenceKey (src/full/Agda/Syntax/Concrete/Operators/Parser/Monad.hs:39)
Warning: 'Name' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:36:5
    * at src/full/Agda/Syntax/Concrete/Name.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/full/Agda/Syntax/Concrete/Name.hs:35:1
  71% ( 37 / 52) in 'Agda.Syntax.Concrete.Name'
  Missing documentation for:
    NameParts (src/full/Agda/Syntax/Concrete/Name.hs:46)
    nameToRawName (src/full/Agda/Syntax/Concrete/Name.hs:144)
    nameParts (src/full/Agda/Syntax/Concrete/Name.hs:147)
    nameStringParts (src/full/Agda/Syntax/Concrete/Name.hs:151)
    isHole (src/full/Agda/Syntax/Concrete/Name.hs:189)
    isPrefix (src/full/Agda/Syntax/Concrete/Name.hs:193)
    isPostfix (src/full/Agda/Syntax/Concrete/Name.hs:194)
    isInfix (src/full/Agda/Syntax/Concrete/Name.hs:195)
    isNonfix (src/full/Agda/Syntax/Concrete/Name.hs:196)
    NameInScope (src/full/Agda/Syntax/Concrete/Name.hs:203)
    LensInScope (src/full/Agda/Syntax/Concrete/Name.hs:206)
    nextRawName (src/full/Agda/Syntax/Concrete/Name.hs:255)
    sameRoot (src/full/Agda/Syntax/Concrete/Name.hs:317)
    isUnqualified (src/full/Agda/Syntax/Concrete/Name.hs:354)
    noName (src/full/Agda/Syntax/Concrete/Name.hs:366)
Warning: 'ErasedDatatype' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  28% ( 12 / 42) in 'Agda.Interaction.Options.Errors'
  Missing documentation for:
    GHCBackendError_ (src/full/Agda/Interaction/Options/Errors.hs:336)
    JSBackendError_ (src/full/Agda/Interaction/Options/Errors.hs:343)
    InteractionError_ (src/full/Agda/Interaction/Options/Errors.hs:348)
    NegativeUnification_ (src/full/Agda/Interaction/Options/Errors.hs:359)
    NotAHaskellType_ (src/full/Agda/Interaction/Options/Errors.hs:364)
    SplitError_ (src/full/Agda/Interaction/Options/Errors.hs:373)
    CannotQuote_ (src/full/Agda/Interaction/Options/Errors.hs:388)
    ExecError_ (src/full/Agda/Interaction/Options/Errors.hs:396)
    UnquoteError_ (src/full/Agda/Interaction/Options/Errors.hs:402)
    defaultErrorNameString (src/full/Agda/Interaction/Options/Errors.hs:423)
    erasedDatatypeReasonString (src/full/Agda/Interaction/Options/Errors.hs:426)
    errorNameString (src/full/Agda/Interaction/Options/Errors.hs:429)
    constructorOrPatternSynonymNameString (src/full/Agda/Interaction/Options/Errors.hs:449)
    dataRecOrFunString (src/full/Agda/Interaction/Options/Errors.hs:454)
    declarationExceptionNameString (src/full/Agda/Interaction/Options/Errors.hs:460)
    ghcBackendErrorNameString (src/full/Agda/Interaction/Options/Errors.hs:465)
    jsBackendErrorNameString (src/full/Agda/Interaction/Options/Errors.hs:470)
    interactionErrorNameString (src/full/Agda/Interaction/Options/Errors.hs:473)
    negativeUnificationErrorNameString (src/full/Agda/Interaction/Options/Errors.hs:476)
    notAHaskellTypeErrorNameString (src/full/Agda/Interaction/Options/Errors.hs:479)
    notAValidLetBindingString (src/full/Agda/Interaction/Options/Errors.hs:482)
    notAValidLetExpressionString (src/full/Agda/Interaction/Options/Errors.hs:485)
    notAllowedInDotPatternsString (src/full/Agda/Interaction/Options/Errors.hs:488)
    splitErrorNameString (src/full/Agda/Interaction/Options/Errors.hs:491)
    cannotQuoteNameString (src/full/Agda/Interaction/Options/Errors.hs:496)
    cannotQuoteTermNameString (src/full/Agda/Interaction/Options/Errors.hs:504)
    execErrorNameString (src/full/Agda/Interaction/Options/Errors.hs:509)
    unquoteErrorNameString (src/full/Agda/Interaction/Options/Errors.hs:512)
    verbalizeNotAValidLetBinding (src/full/Agda/Interaction/Options/Errors.hs:528)
    verbalizeNotAValidLetExpression (src/full/Agda/Interaction/Options/Errors.hs:538)
   0% (  0 / 11) in 'Agda.Compiler.JS.Syntax'
  Missing documentation for:
    Module header
    Exp (src/full/Agda/Compiler/JS/Syntax.hs:19)
    LocalId (src/full/Agda/Compiler/JS/Syntax.hs:45)
    GlobalId (src/full/Agda/Compiler/JS/Syntax.hs:48)
    MemberId (src/full/Agda/Compiler/JS/Syntax.hs:51)
    Comment (src/full/Agda/Compiler/JS/Syntax.hs:56)
    Export (src/full/Agda/Compiler/JS/Syntax.hs:65)
    JSQName (src/full/Agda/Compiler/JS/Syntax.hs:68)
    Module (src/full/Agda/Compiler/JS/Syntax.hs:70)
    Uses (src/full/Agda/Compiler/JS/Syntax.hs:83)
    Globals (src/full/Agda/Compiler/JS/Syntax.hs:121)
   0% (  0 / 20) in 'Agda.Compiler.JS.Substitution'
  Missing documentation for:
    Module header
    map (src/full/Agda/Compiler/JS/Substitution.hs:18)
    shift (src/full/Agda/Compiler/JS/Substitution.hs:32)
    shiftFrom (src/full/Agda/Compiler/JS/Substitution.hs:35)
    shifter (src/full/Agda/Compiler/JS/Substitution.hs:39)
    subst (src/full/Agda/Compiler/JS/Substitution.hs:45)
    substituter (src/full/Agda/Compiler/JS/Substitution.hs:49)
    substShift (src/full/Agda/Compiler/JS/Substitution.hs:54)
    map' (src/full/Agda/Compiler/JS/Substitution.hs:59)
    subst' (src/full/Agda/Compiler/JS/Substitution.hs:71)
    apply (src/full/Agda/Compiler/JS/Substitution.hs:77)
    lookup (src/full/Agda/Compiler/JS/Substitution.hs:81)
    self (src/full/Agda/Compiler/JS/Substitution.hs:91)
    fix (src/full/Agda/Compiler/JS/Substitution.hs:107)
    curriedApply (src/full/Agda/Compiler/JS/Substitution.hs:112)
    curriedLambda (src/full/Agda/Compiler/JS/Substitution.hs:115)
    emp (src/full/Agda/Compiler/JS/Substitution.hs:118)
    union (src/full/Agda/Compiler/JS/Substitution.hs:121)
    vine (src/full/Agda/Compiler/JS/Substitution.hs:125)
    object (src/full/Agda/Compiler/JS/Substitution.hs:128)
Warning: 'Doc' is ambiguous. It is defined
    * at src/full/Agda/Compiler/JS/Pretty.hs:44:7
    * at src/full/Agda/Compiler/JS/Pretty.hs:43:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Compiler/JS/Pretty.hs:43:1
  15% (  5 / 32) in 'Agda.Compiler.JS.Pretty'
  Missing documentation for:
    Module header
    JSModuleStyle (src/full/Agda/Compiler/JS/Pretty.hs:40)
    Doc (src/full/Agda/Compiler/JS/Pretty.hs:43)
    minifiedCodeLinesLength (src/full/Agda/Compiler/JS/Pretty.hs:54)
    render (src/full/Agda/Compiler/JS/Pretty.hs:57)
    $+$ (src/full/Agda/Compiler/JS/Pretty.hs:118)
    text (src/full/Agda/Compiler/JS/Pretty.hs:139)
    group (src/full/Agda/Compiler/JS/Pretty.hs:142)
    indentBy (src/full/Agda/Compiler/JS/Pretty.hs:145)
    enclose (src/full/Agda/Compiler/JS/Pretty.hs:150)
    space (src/full/Agda/Compiler/JS/Pretty.hs:157)
    indent (src/full/Agda/Compiler/JS/Pretty.hs:160)
    hcat (src/full/Agda/Compiler/JS/Pretty.hs:163)
    vcat (src/full/Agda/Compiler/JS/Pretty.hs:166)
    punctuate (src/full/Agda/Compiler/JS/Pretty.hs:174)
    parens (src/full/Agda/Compiler/JS/Pretty.hs:180)
    brackets (src/full/Agda/Compiler/JS/Pretty.hs:181)
    braces (src/full/Agda/Compiler/JS/Pretty.hs:182)
    unescape (src/full/Agda/Compiler/JS/Pretty.hs:192)
    unescapes (src/full/Agda/Compiler/JS/Pretty.hs:201)
    Pretty (src/full/Agda/Compiler/JS/Pretty.hs:206)
    prettyShow (src/full/Agda/Compiler/JS/Pretty.hs:216)
    Pretties (src/full/Agda/Compiler/JS/Pretty.hs:226)
    block (src/full/Agda/Compiler/JS/Pretty.hs:284)
    modname (src/full/Agda/Compiler/JS/Pretty.hs:290)
    exports (src/full/Agda/Compiler/JS/Pretty.hs:293)
    variableName (src/full/Agda/Compiler/JS/Pretty.hs:357)
Warning: 'Name' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:40:13
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:40:1
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'self' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
Warning: 'NoName' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.Syntax.Abstract.Name: Could not find documentation for exported module: Agda.Syntax.Abstract.Name
  56% ( 27 / 48) in 'Agda.Syntax.Abstract.Name'
  Missing documentation for:
    noModuleName (src/full/Agda/Syntax/Abstract/Name.hs:176)
    qualify (src/full/Agda/Syntax/Abstract/Name.hs:236)
    sameRoot (src/full/Agda/Syntax/Abstract/Name.hs:273)
    lensQNameName (src/full/Agda/Syntax/Abstract/Name.hs:327)
    mnameFromList (src/full/Agda/Syntax/Abstract/Name.hs:167)
    mnameFromList1 (src/full/Agda/Syntax/Abstract/Name.hs:170)
    mnameToList1 (src/full/Agda/Syntax/Abstract/Name.hs:173)
    commonParentModule (src/full/Agda/Syntax/Abstract/Name.hs:179)
    makeName (src/full/Agda/Syntax/Abstract/Name.hs:194)
    qnameToList0 (src/full/Agda/Syntax/Abstract/Name.hs:197)
    qnameToList (src/full/Agda/Syntax/Abstract/Name.hs:200)
    qnameFromList (src/full/Agda/Syntax/Abstract/Name.hs:203)
    qnameToMName (src/full/Agda/Syntax/Abstract/Name.hs:206)
    mnameToQName (src/full/Agda/Syntax/Abstract/Name.hs:209)
    showQNameId (src/full/Agda/Syntax/Abstract/Name.hs:212)
    mnameToConcrete (src/full/Agda/Syntax/Abstract/Name.hs:224)
    qualifyM (src/full/Agda/Syntax/Abstract/Name.hs:230)
    qualifyQ (src/full/Agda/Syntax/Abstract/Name.hs:233)
    isInModule (src/full/Agda/Syntax/Abstract/Name.hs:265)
    nameToArgName (src/full/Agda/Syntax/Abstract/Name.hs:374)
    namedArgName (src/full/Agda/Syntax/Abstract/Name.hs:377)
  87% (  7 /  8) in 'Agda.TypeChecking.Positivity.Occurrence'
  Missing documentation for:
    modalPolarityToOccurrence (src/full/Agda/TypeChecking/Positivity/Occurrence.hs:248)
  33% (  1 /  3) in 'Agda.TypeChecking.Monad.Base.Warning'
  Missing documentation for:
    RecordFieldWarning (src/full/Agda/TypeChecking/Monad/Base/Warning.hs:14)
    UselessPublicReason (src/full/Agda/TypeChecking/Monad/Base/Warning.hs:22)
   0% (  0 /  5) in 'Agda.Syntax.Literal'
  Missing documentation for:
    Module header
    RLiteral (src/full/Agda/Syntax/Literal.hs:19)
    Literal (src/full/Agda/Syntax/Literal.hs:20)
    showText (src/full/Agda/Syntax/Literal.hs:40)
    showChar' (src/full/Agda/Syntax/Literal.hs:45)
Warning: Agda.Syntax.Treeless: Could not find documentation for exported module: Agda.Syntax.Treeless
  28% ( 10 / 35) in 'Agda.Syntax.Treeless'
  Missing documentation for:
    Args (src/full/Agda/Syntax/Treeless.hs:47)
    Compiled (src/full/Agda/Syntax/Treeless.hs:28)
    Unreachable (src/full/Agda/Syntax/Treeless.hs:242)
    CaseInfo (src/full/Agda/Syntax/Treeless.hs:209)
    TAlt (src/full/Agda/Syntax/Treeless.hs:216)
    TError (src/full/Agda/Syntax/Treeless.hs:229)
    isPrimEq (src/full/Agda/Syntax/Treeless.hs:107)
    mkTApp (src/full/Agda/Syntax/Treeless.hs:116)
    tAppView (src/full/Agda/Syntax/Treeless.hs:121)
    tLetView (src/full/Agda/Syntax/Treeless.hs:139)
    tLamView (src/full/Agda/Syntax/Treeless.hs:143)
    mkTLam (src/full/Agda/Syntax/Treeless.hs:148)
    tInt (src/full/Agda/Syntax/Treeless.hs:155)
    intView (src/full/Agda/Syntax/Treeless.hs:158)
    word64View (src/full/Agda/Syntax/Treeless.hs:162)
    tPlusK (src/full/Agda/Syntax/Treeless.hs:166)
    tOp (src/full/Agda/Syntax/Treeless.hs:184)
    tNegPlusK (src/full/Agda/Syntax/Treeless.hs:172)
    plusKView (src/full/Agda/Syntax/Treeless.hs:175)
    negPlusKView (src/full/Agda/Syntax/Treeless.hs:180)
    TPOp (src/full/Agda/Syntax/Treeless.hs:187)
    TPFn (src/full/Agda/Syntax/Treeless.hs:190)
    tUnreachable (src/full/Agda/Syntax/Treeless.hs:193)
    tIfThenElse (src/full/Agda/Syntax/Treeless.hs:196)
    CaseType (src/full/Agda/Syntax/Treeless.hs:198)
  50% (  1 /  2) in 'Agda.Compiler.Treeless.GuardsToPrims'
  Missing documentation for:
    convertGuards (src/full/Agda/Compiler/Treeless/GuardsToPrims.hs:16)
  50% (  1 /  2) in 'Agda.Compiler.Treeless.AsPatterns'
  Missing documentation for:
    Module header
  20% (  1 /  5) in 'Agda.Syntax.Parser.Tokens'
  Missing documentation for:
    Module header
    Token (src/full/Agda/Syntax/Parser/Tokens.hs:82)
    Keyword (src/full/Agda/Syntax/Parser/Tokens.hs:15)
    Symbol (src/full/Agda/Syntax/Parser/Tokens.hs:69)
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
Warning: 'ArgInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2464:16
    * at src/full/Agda/Syntax/Common.hs:2464:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2464:1
  70% (  7 / 10) in 'Agda.Syntax.Internal.Elim'
  Missing documentation for:
    Module header
    isApplyElim' (src/full/Agda/Syntax/Internal/Elim.hs:42)
    IsProjElim (src/full/Agda/Syntax/Internal/Elim.hs:60)
Warning: 'Elim' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Def' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  21% (  8 / 38) in 'Agda.Syntax.Internal.Blockers'
  Missing documentation for:
    Module header
    alwaysUnblock (src/full/Agda/Syntax/Internal/Blockers.hs:84)
    neverUnblock (src/full/Agda/Syntax/Internal/Blockers.hs:87)
    unblockOnAll (src/full/Agda/Syntax/Internal/Blockers.hs:90)
    unblockOnAny (src/full/Agda/Syntax/Internal/Blockers.hs:100)
    unblockOnEither (src/full/Agda/Syntax/Internal/Blockers.hs:111)
    unblockOnBoth (src/full/Agda/Syntax/Internal/Blockers.hs:114)
    unblockOnMeta (src/full/Agda/Syntax/Internal/Blockers.hs:117)
    unblockOnProblem (src/full/Agda/Syntax/Internal/Blockers.hs:120)
    unblockOnDef (src/full/Agda/Syntax/Internal/Blockers.hs:123)
    unblockOnAllMetas (src/full/Agda/Syntax/Internal/Blockers.hs:126)
    unblockOnAnyMeta (src/full/Agda/Syntax/Internal/Blockers.hs:129)
    onBlockingMetasM (src/full/Agda/Syntax/Internal/Blockers.hs:132)
    allBlockingMetas (src/full/Agda/Syntax/Internal/Blockers.hs:139)
    allBlockingProblems (src/full/Agda/Syntax/Internal/Blockers.hs:146)
    allBlockingDefs (src/full/Agda/Syntax/Internal/Blockers.hs:153)
    blockedOn (src/full/Agda/Syntax/Internal/Blockers.hs:242)
    blocked (src/full/Agda/Syntax/Internal/Blockers.hs:246)
    notBlocked (src/full/Agda/Syntax/Internal/Blockers.hs:249)
    blocked_ (src/full/Agda/Syntax/Internal/Blockers.hs:252)
    notBlocked_ (src/full/Agda/Syntax/Internal/Blockers.hs:255)
    getBlocker (src/full/Agda/Syntax/Internal/Blockers.hs:258)
    wakeUpWhen (src/full/Agda/Syntax/Internal/Blockers.hs:270)
    wakeUpWhen_ (src/full/Agda/Syntax/Internal/Blockers.hs:274)
    wakeIfBlockedOnProblem (src/full/Agda/Syntax/Internal/Blockers.hs:277)
    wakeIfBlockedOnMeta (src/full/Agda/Syntax/Internal/Blockers.hs:284)
    wakeIfBlockedOnDef (src/full/Agda/Syntax/Internal/Blockers.hs:291)
    unblockMeta (src/full/Agda/Syntax/Internal/Blockers.hs:298)
    unblockProblem (src/full/Agda/Syntax/Internal/Blockers.hs:306)
    unblockDef (src/full/Agda/Syntax/Internal/Blockers.hs:314)
Warning: 'cons'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Clause' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:401:15
    * at src/full/Agda/Syntax/Internal.hs:401:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:401:1
Warning: 'Abs' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:260:14
    * at src/full/Agda/Syntax/Internal.hs:260:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:260:1
Warning: 'Arg' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2615:15
    * at src/full/Agda/Syntax/Common.hs:2615:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2615:1
Warning: 'Context' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Abstract' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ConPatternInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:537:23
    * at src/full/Agda/Syntax/Internal.hs:537:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:537:1
Warning: Agda.Syntax.Internal: Could not find documentation for exported module: Agda.Syntax.Internal
  40% ( 63 /154) in 'Agda.Syntax.Internal'
  Missing documentation for:
    Module header
    Prop (src/full/Agda/Syntax/Internal.hs:339)
    Type (src/full/Agda/Syntax/Internal.hs:277)
    Type (src/full/Agda/Syntax/Internal.hs:340)
    DataOrRecord' (src/full/Agda/Syntax/Internal.hs:151)
    Pattern (src/full/Agda/Syntax/Internal.hs:498)
    PlusLevel' (src/full/Agda/Syntax/Internal.hs:357)
    litP (src/full/Agda/Syntax/Internal.hs:508)
    varP (src/full/Agda/Syntax/Internal.hs:502)
    Telescope (src/full/Agda/Syntax/Internal.hs:308)
    Substitution (src/full/Agda/Syntax/Internal.hs:698)
    Dom (src/full/Agda/Syntax/Internal.hs:76)
    Level (src/full/Agda/Syntax/Internal.hs:355)
    Elim (src/full/Agda/Syntax/Internal.hs:251)
    Sort (src/full/Agda/Syntax/Internal.hs:348)
    DataOrRecord (src/full/Agda/Syntax/Internal.hs:156)
    LensSort (src/full/Agda/Syntax/Internal.hs:282)
    Elims (src/full/Agda/Syntax/Internal.hs:252)
    SSet (src/full/Agda/Syntax/Internal.hs:341)
    Blocked (src/full/Agda/Syntax/Internal.hs:375)
    NotBlocked (src/full/Agda/Syntax/Internal.hs:376)
    argFromDom (src/full/Agda/Syntax/Internal.hs:121)
    namedArgFromDom (src/full/Agda/Syntax/Internal.hs:124)
    domFromArg (src/full/Agda/Syntax/Internal.hs:132)
    domFromNamedArg (src/full/Agda/Syntax/Internal.hs:135)
    defaultDom (src/full/Agda/Syntax/Internal.hs:138)
    defaultArgDom (src/full/Agda/Syntax/Internal.hs:141)
    defaultNamedArgDom (src/full/Agda/Syntax/Internal.hs:144)
    NamedArgs (src/full/Agda/Syntax/Internal.hs:149)
    DataOrRecord_ (src/full/Agda/Syntax/Internal.hs:157)
    IsRecord_ (src/full/Agda/Syntax/Internal.hs:160)
    LensConName (src/full/Agda/Syntax/Internal.hs:202)
    ConInfo (src/full/Agda/Syntax/Internal.hs:249)
    Type' (src/full/Agda/Syntax/Internal.hs:275)
    UnivSize (src/full/Agda/Syntax/Internal.hs:310)
    PlusLevel (src/full/Agda/Syntax/Internal.hs:360)
    LevelAtom (src/full/Agda/Syntax/Internal.hs:361)
    DeBruijnPattern (src/full/Agda/Syntax/Internal.hs:516)
    clausePats (src/full/Agda/Syntax/Internal.hs:438)
    patVarNameToString (src/full/Agda/Syntax/Internal.hs:447)
    nameToPatVarName (src/full/Agda/Syntax/Internal.hs:450)
    PatternInfo (src/full/Agda/Syntax/Internal.hs:452)
    defaultPatternInfo (src/full/Agda/Syntax/Internal.hs:458)
    dotP (src/full/Agda/Syntax/Internal.hs:505)
    namedVarP (src/full/Agda/Syntax/Internal.hs:519)
    namedDBVarP (src/full/Agda/Syntax/Internal.hs:523)
    absurdPatternName (src/full/Agda/Syntax/Internal.hs:797)
    noConPatternInfo (src/full/Agda/Syntax/Internal.hs:564)
    PatternVarOut (src/full/Agda/Syntax/Internal.hs:591)
    PatternSubstitution (src/full/Agda/Syntax/Internal.hs:699)
    EqualityTypeData (src/full/Agda/Syntax/Internal.hs:724)
    EqualityType (src/full/Agda/Syntax/Internal.hs:743)
    eqtRange (src/full/Agda/Syntax/Internal.hs:743)
    eqtSort (src/full/Agda/Syntax/Internal.hs:743)
    eqtName (src/full/Agda/Syntax/Internal.hs:743)
    eqtParams (src/full/Agda/Syntax/Internal.hs:743)
    eqtType (src/full/Agda/Syntax/Internal.hs:743)
    eqtLhs (src/full/Agda/Syntax/Internal.hs:743)
    eqtRhs (src/full/Agda/Syntax/Internal.hs:743)
    isEqualityType (src/full/Agda/Syntax/Internal.hs:749)
    isPathType (src/full/Agda/Syntax/Internal.hs:767)
    IntervalView (src/full/Agda/Syntax/Internal.hs:770)
    isIOne (src/full/Agda/Syntax/Internal.hs:780)
    isAbsurdBody (src/full/Agda/Syntax/Internal.hs:793)
    isAbsurdPatternName (src/full/Agda/Syntax/Internal.hs:800)
    DummyTermKind (src/full/Agda/Syntax/Internal.hs:818)
    __DUMMY_TERM_WITH__ (src/full/Agda/Syntax/Internal.hs:829)
    __DUMMY_TERM__ (src/full/Agda/Syntax/Internal.hs:837)
    atomicLevel (src/full/Agda/Syntax/Internal.hs:876)
    __DUMMY_LEVEL__ (src/full/Agda/Syntax/Internal.hs:845)
    __DUMMY_SORT__ (src/full/Agda/Syntax/Internal.hs:853)
    __DUMMY_TYPE__ (src/full/Agda/Syntax/Internal.hs:861)
    __DUMMY_DOM__ (src/full/Agda/Syntax/Internal.hs:869)
    varSort (src/full/Agda/Syntax/Internal.hs:879)
    tmSort (src/full/Agda/Syntax/Internal.hs:882)
    tmSSort (src/full/Agda/Syntax/Internal.hs:885)
    levelSuc (src/full/Agda/Syntax/Internal.hs:893)
    mkType (src/full/Agda/Syntax/Internal.hs:896)
    mkProp (src/full/Agda/Syntax/Internal.hs:899)
    mkSSet (src/full/Agda/Syntax/Internal.hs:902)
    impossibleTerm (src/full/Agda/Syntax/Internal.hs:905)
    isSort (src/full/Agda/Syntax/Internal.hs:912)
    mapAbsNames (src/full/Agda/Syntax/Internal.hs:951)
    replaceEmptyName (src/full/Agda/Syntax/Internal.hs:962)
    ListTel (src/full/Agda/Syntax/Internal.hs:966)
    telFromList' (src/full/Agda/Syntax/Internal.hs:969)
    Suggestion (src/full/Agda/Syntax/Internal.hs:1046)
    suggests (src/full/Agda/Syntax/Internal.hs:1049)
    TypeOf (src/full/Agda/Syntax/Internal.hs:1100)
    pDom (src/full/Agda/Syntax/Internal.hs:1377)
    prettyPrecLevelSucs (src/full/Agda/Syntax/Internal.hs:1400)
  50% (  1 /  2) in 'Agda.TypeChecking.Substitute.DeBruijn'
  Missing documentation for:
    Module header
Warning: 'VarOcc' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Free/Lazy.hs:215:18
    * at src/full/Agda/TypeChecking/Free/Lazy.hs:220:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Free/Lazy.hs:220:1
Warning: 'Modality' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:566:17
    * at src/full/Agda/Syntax/Common.hs:566:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:566:1
Warning: 'MetaSet' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Free/Lazy.hs:90:19
    * at src/full/Agda/TypeChecking/Free/Lazy.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/full/Agda/TypeChecking/Free/Lazy.hs:90:1
  61% ( 36 / 59) in 'Agda.TypeChecking.Free.Lazy'
  Missing documentation for:
    insertMetaSet (src/full/Agda/TypeChecking/Free/Lazy.hs:97)
    foldrMetaSet (src/full/Agda/TypeChecking/Free/Lazy.hs:100)
    metaSetToBlocker (src/full/Agda/TypeChecking/Free/Lazy.hs:103)
    FlexRig (src/full/Agda/TypeChecking/Free/Lazy.hs:125)
    LensFlexRig (src/full/Agda/TypeChecking/Free/Lazy.hs:127)
    isFlexible (src/full/Agda/TypeChecking/Free/Lazy.hs:134)
    isUnguarded (src/full/Agda/TypeChecking/Free/Lazy.hs:139)
    isWeaklyRigid (src/full/Agda/TypeChecking/Free/Lazy.hs:144)
    isStronglyRigid (src/full/Agda/TypeChecking/Free/Lazy.hs:149)
    VarOcc (src/full/Agda/TypeChecking/Free/Lazy.hs:220)
    oneVarOcc (src/full/Agda/TypeChecking/Free/Lazy.hs:278)
    VarMap' (src/full/Agda/TypeChecking/Free/Lazy.hs:316)
    TheVarMap (src/full/Agda/TypeChecking/Free/Lazy.hs:319)
    VarMap (src/full/Agda/TypeChecking/Free/Lazy.hs:320)
    mapVarMap (src/full/Agda/TypeChecking/Free/Lazy.hs:327)
    lookupVarMap (src/full/Agda/TypeChecking/Free/Lazy.hs:330)
    FlexRigMap (src/full/Agda/TypeChecking/Free/Lazy.hs:354)
    mapFlexRigMap (src/full/Agda/TypeChecking/Free/Lazy.hs:358)
    Variable (src/full/Agda/TypeChecking/Free/Lazy.hs:399)
    SingleVar (src/full/Agda/TypeChecking/Free/Lazy.hs:400)
    FreeEnv (src/full/Agda/TypeChecking/Free/Lazy.hs:402)
    FreeT (src/full/Agda/TypeChecking/Free/Lazy.hs:428)
    FreeM (src/full/Agda/TypeChecking/Free/Lazy.hs:429)
  60% (  3 /  5) in 'Agda.TypeChecking.DiscrimTree.Types'
  Missing documentation for:
    Module header
    Key (src/full/Agda/TypeChecking/DiscrimTree/Types.hs:20)
   0% (  0 / 13) in 'Agda.Syntax.Reflected'
  Missing documentation for:
    Module header
    Args (src/full/Agda/Syntax/Reflected.hs:15)
    Elim' (src/full/Agda/Syntax/Reflected.hs:17)
    Elim (src/full/Agda/Syntax/Reflected.hs:19)
    Elims (src/full/Agda/Syntax/Reflected.hs:20)
    argsToElims (src/full/Agda/Syntax/Reflected.hs:23)
    Abs (src/full/Agda/Syntax/Reflected.hs:25)
    Term (src/full/Agda/Syntax/Reflected.hs:28)
    Type (src/full/Agda/Syntax/Reflected.hs:40)
    Sort (src/full/Agda/Syntax/Reflected.hs:42)
    Pattern (src/full/Agda/Syntax/Reflected.hs:50)
    Clause (src/full/Agda/Syntax/Reflected.hs:58)
    Definition (src/full/Agda/Syntax/Reflected.hs:70)
  60% ( 14 / 23) in 'Agda.Syntax.Internal.Pattern'
  Missing documentation for:
    Module header
    unnumberPatVars (src/full/Agda/Syntax/Internal/Pattern.hs:125)
    dbPatPerm (src/full/Agda/Syntax/Internal/Pattern.hs:128)
    patternsToElims (src/full/Agda/Syntax/Internal/Pattern.hs:178)
    patternToTerm (src/full/Agda/Syntax/Internal/Pattern.hs:184)
    MapNamedArgPattern (src/full/Agda/Syntax/Internal/Pattern.hs:190)
    CountPatternVars (src/full/Agda/Syntax/Internal/Pattern.hs:303)
    PatternVarModalities (src/full/Agda/Syntax/Internal/Pattern.hs:324)
    hasDefP (src/full/Agda/Syntax/Internal/Pattern.hs:362)
 100% (  3 /  3) in 'Agda.Syntax.Internal.Generic'
  52% (  9 / 17) in 'Agda.TypeChecking.CompiledClause'
  Missing documentation for:
    WithArity (src/full/Agda/TypeChecking/CompiledClause.hs:32)
    CompiledClauses (src/full/Agda/TypeChecking/CompiledClause.hs:77)
    litCase (src/full/Agda/TypeChecking/CompiledClause.hs:80)
    conCase (src/full/Agda/TypeChecking/CompiledClause.hs:83)
    etaCase (src/full/Agda/TypeChecking/CompiledClause.hs:86)
    projCase (src/full/Agda/TypeChecking/CompiledClause.hs:89)
    catchall (src/full/Agda/TypeChecking/CompiledClause.hs:92)
    prettyMap_ (src/full/Agda/TypeChecking/CompiledClause.hs:175)
  75% (  6 /  8) in 'Agda.Syntax.Internal.MetaVars'
  Missing documentation for:
    Module header
    allMetas' (src/full/Agda/Syntax/Internal/MetaVars.hs:54)
  83% (  5 /  6) in 'Agda.Syntax.Internal.Defs'
  Missing documentation for:
    GetDefsEnv (src/full/Agda/Syntax/Internal/Defs.hs:28)
Warning: 'Name' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:36:5
    * at src/full/Agda/Syntax/Concrete/Name.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/full/Agda/Syntax/Concrete/Name.hs:35:1
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'LHS' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete.hs:364:12
    * at src/full/Agda/Syntax/Concrete.hs:364:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Concrete.hs:364:1
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:109:5
    * at src/full/Agda/Syntax/Concrete/Name.hs:107:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Concrete/Name.hs:107:1
Warning: 'Pragma' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete.hs:553:5
    * at src/full/Agda/Syntax/Concrete.hs:611:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Concrete.hs:611:1
  47% ( 44 / 93) in 'Agda.Syntax.Concrete'
  Missing documentation for:
    OpApp (src/full/Agda/Syntax/Concrete.hs:112)
    fromOrdinary (src/full/Agda/Syntax/Concrete.hs:120)
    OpAppArgs (src/full/Agda/Syntax/Concrete.hs:204)
    OpAppArgs' (src/full/Agda/Syntax/Concrete.hs:205)
    OpAppArgs0 (src/full/Agda/Syntax/Concrete.hs:206)
    appView (src/full/Agda/Syntax/Concrete.hs:714)
    unAppView (src/full/Agda/Syntax/Concrete.hs:726)
    rawApp (src/full/Agda/Syntax/Concrete.hs:699)
    rawAppP (src/full/Agda/Syntax/Concrete.hs:703)
    isSingleIdentifierP (src/full/Agda/Syntax/Concrete.hs:743)
    removeParenP (src/full/Agda/Syntax/Concrete.hs:750)
    isAbsurdP (src/full/Agda/Syntax/Concrete.hs:847)
    isBinderP (src/full/Agda/Syntax/Concrete.hs:856)
    returnExpr (src/full/Agda/Syntax/Concrete.hs:775)
    Binder (src/full/Agda/Syntax/Concrete.hs:260)
    mkBinder_ (src/full/Agda/Syntax/Concrete.hs:263)
    mkBinder (src/full/Agda/Syntax/Concrete.hs:266)
    LamBinding' (src/full/Agda/Syntax/Concrete.hs:271)
    TypedBinding' (src/full/Agda/Syntax/Concrete.hs:313)
    RecordAssignment (src/full/Agda/Syntax/Concrete.hs:135)
    RecordAssignments (src/full/Agda/Syntax/Concrete.hs:136)
    FieldAssignment (src/full/Agda/Syntax/Concrete.hs:126)
    FieldAssignment' (src/full/Agda/Syntax/Concrete.hs:123)
    nameFieldA (src/full/Agda/Syntax/Concrete.hs:139)
    exprFieldA (src/full/Agda/Syntax/Concrete.hs:142)
    ModuleAssignment (src/full/Agda/Syntax/Concrete.hs:128)
    BoundName (src/full/Agda/Syntax/Concrete.hs:285)
    mkBoundName_ (src/full/Agda/Syntax/Concrete.hs:304)
    mkBoundName (src/full/Agda/Syntax/Concrete.hs:307)
    TacticAttribute (src/full/Agda/Syntax/Concrete.hs:297)
    TacticAttribute' (src/full/Agda/Syntax/Concrete.hs:295)
    Telescope (src/full/Agda/Syntax/Concrete.hs:323)
    RecordDirectives (src/full/Agda/Syntax/Concrete.hs:494)
    ModuleApplication (src/full/Agda/Syntax/Concrete.hs:599)
    Using (src/full/Agda/Syntax/Concrete.hs:449)
    Renaming (src/full/Agda/Syntax/Concrete.hs:450)
    RenamingDirective (src/full/Agda/Syntax/Concrete.hs:451)
    HidingDirective (src/full/Agda/Syntax/Concrete.hs:452)
    OpenShortHand (src/full/Agda/Syntax/Concrete.hs:606)
    RewriteEqn (src/full/Agda/Syntax/Concrete.hs:374)
    WithExpr (src/full/Agda/Syntax/Concrete.hs:375)
    LamClause (src/full/Agda/Syntax/Concrete.hs:435)
    RHS (src/full/Agda/Syntax/Concrete.hs:398)
    RHS' (src/full/Agda/Syntax/Concrete.hs:399)
    whereClause_ (src/full/Agda/Syntax/Concrete.hs:430)
    DoStmt (src/full/Agda/Syntax/Concrete.hs:247)
    Pragma (src/full/Agda/Syntax/Concrete.hs:611)
    HoleContent (src/full/Agda/Syntax/Concrete.hs:692)
    ungatherRecordDirectives (src/full/Agda/Syntax/Concrete.hs:497)
Warning: 'RawTopLevelModuleName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/TopLevelModuleName.hs:43:30
    * at src/full/Agda/Syntax/TopLevelModuleName.hs:43:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/TopLevelModuleName.hs:43:1
Warning: 'spanAllowedBeforeModule' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TopLevelModuleName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/TopLevelModuleName.hs:142:1
    * at src/full/Agda/Syntax/TopLevelModuleName/Boot.hs:36:34
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/TopLevelModuleName.hs:142:1
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: Agda.Syntax.TopLevelModuleName: Could not find documentation for exported module: Agda.Syntax.TopLevelModuleName
  93% ( 14 / 15) in 'Agda.Syntax.TopLevelModuleName'
  Missing documentation for:
    Module header
Warning: 'PatInfo' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'LHS' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete.hs:364:12
    * at src/full/Agda/Syntax/Concrete.hs:364:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Concrete.hs:364:1
  93% ( 28 / 30) in 'Agda.Syntax.Concrete.Pattern'
  Missing documentation for:
    reintroduceEllipsis (src/full/Agda/Syntax/Concrete/Pattern.hs:358)
    splitEllipsis (src/full/Agda/Syntax/Concrete/Pattern.hs:366)
  50% (  2 /  4) in 'Agda.Syntax.Concrete.Generic'
  Missing documentation for:
    FoldDecl (src/full/Agda/Syntax/Concrete/Generic.hs:288)
    TraverseDecl (src/full/Agda/Syntax/Concrete/Generic.hs:339)
  33% (  2 /  6) in 'Agda.Syntax.Concrete.Fixity'
  Missing documentation for:
    Fixities (src/full/Agda/Syntax/Concrete/Fixity.hs:38)
    Polarities (src/full/Agda/Syntax/Concrete/Fixity.hs:39)
    MonadFixityError (src/full/Agda/Syntax/Concrete/Fixity.hs:41)
    DoWarn (src/full/Agda/Syntax/Concrete/Fixity.hs:108)
Warning: 'LibErrors' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Library/Base.hs:347:18
    * at src/full/Agda/Interaction/Library/Base.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/full/Agda/Interaction/Library/Base.hs:347:1
Warning: 'LibWarning' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Library/Base.hs:234:19
    * at src/full/Agda/Interaction/Library/Base.hs:234:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Library/Base.hs:234:1
Warning: 'LibError' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Library/Base.hs:247:17
    * at src/full/Agda/Interaction/Library/Base.hs:247:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Library/Base.hs:247:1
Warning: 'ProjectConfig' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Library/Base.hs:115:5
    * at src/full/Agda/Interaction/Library/Base.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/full/Agda/Interaction/Library/Base.hs:114:1
Warning: 'AgdaLibFile' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Library/Base.hs:159:20
    * at src/full/Agda/Interaction/Library/Base.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/full/Agda/Interaction/Library/Base.hs:159:1
  54% ( 31 / 57) in 'Agda.Interaction.Library.Base'
  Missing documentation for:
    LibrariesFile (src/full/Agda/Interaction/Library/Base.hs:85)
    ExeMap (src/full/Agda/Interaction/Library/Base.hs:96)
    ExecutablesFile (src/full/Agda/Interaction/Library/Base.hs:98)
    emptyLibFile (src/full/Agda/Interaction/Library/Base.hs:173)
    lensConfigAbove (src/full/Agda/Interaction/Library/Base.hs:189)
    libName (src/full/Agda/Interaction/Library/Base.hs:196)
    libFile (src/full/Agda/Interaction/Library/Base.hs:199)
    libAbove (src/full/Agda/Interaction/Library/Base.hs:202)
    libIncludes (src/full/Agda/Interaction/Library/Base.hs:205)
    libDepends (src/full/Agda/Interaction/Library/Base.hs:208)
    libPragmas (src/full/Agda/Interaction/Library/Base.hs:211)
    LineNumber (src/full/Agda/Interaction/Library/Base.hs:220)
    LibWarning (src/full/Agda/Interaction/Library/Base.hs:234)
    libraryWarningName (src/full/Agda/Interaction/Library/Base.hs:243)
    LibError (src/full/Agda/Interaction/Library/Base.hs:247)
    warnings (src/full/Agda/Interaction/Library/Base.hs:310)
    warnings' (src/full/Agda/Interaction/Library/Base.hs:313)
    raiseErrors' (src/full/Agda/Interaction/Library/Base.hs:316)
    raiseErrors (src/full/Agda/Interaction/Library/Base.hs:319)
    LibState (src/full/Agda/Interaction/Library/Base.hs:333)
    runLibM (src/full/Agda/Interaction/Library/Base.hs:353)
    getCachedProjectConfig (src/full/Agda/Interaction/Library/Base.hs:358)
    storeCachedProjectConfig (src/full/Agda/Interaction/Library/Base.hs:365)
    getCachedAgdaLibFile (src/full/Agda/Interaction/Library/Base.hs:372)
    storeCachedAgdaLibFile (src/full/Agda/Interaction/Library/Base.hs:379)
    prettyInstalledLibraries (src/full/Agda/Interaction/Library/Base.hs:451)
Warning: 'trim' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AgdaLibFile' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Library/Base.hs:159:20
    * at src/full/Agda/Interaction/Library/Base.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/full/Agda/Interaction/Library/Base.hs:159:1
Warning: 'Field' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Library/Parse.hs:77:14
    * at src/full/Agda/Interaction/Library/Parse.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/full/Agda/Interaction/Library/Parse.hs:77:1
Warning: 'GenericEntry' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Library/Parse.hs:71:21
    * at src/full/Agda/Interaction/Library/Parse.hs:71:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Library/Parse.hs:71:1
  80% (  4 /  5) in 'Agda.Interaction.Library.Parse'
  Missing documentation for:
    runP (src/full/Agda/Interaction/Library/Parse.hs:62)
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Highlighting/Range.hs:35:14
    * at src/full/Agda/Interaction/Highlighting/Range.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/full/Agda/Interaction/Highlighting/Range.hs:35:1
Warning: 'Ranges' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Highlighting/Range.hs:52:18
    * at src/full/Agda/Interaction/Highlighting/Range.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/full/Agda/Interaction/Highlighting/Range.hs:52:1
  84% ( 11 / 13) in 'Agda.Interaction.Highlighting.Range'
  Missing documentation for:
    overlappings (src/full/Agda/Interaction/Highlighting/Range.hs:75)
    empty
Warning: 'RangeMap' is ambiguous. It is defined
    * at src/full/Agda/Utils/RangeMap.hs:111:22
    * at src/full/Agda/Utils/RangeMap.hs:111:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/RangeMap.hs:111:1
Warning: 'Ranges' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Highlighting/Range.hs:52:18
    * at src/full/Agda/Interaction/Highlighting/Range.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/full/Agda/Interaction/Highlighting/Range.hs:52:1
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Highlighting/Range.hs:35:14
    * at src/full/Agda/Interaction/Highlighting/Range.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/full/Agda/Interaction/Highlighting/Range.hs:35:1
 100% ( 11 / 11) in 'Agda.Utils.RangeMap'
Warning: 'variable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  54% (  6 / 11) in 'Agda.Benchmarking'
  Missing documentation for:
    Benchmark (src/full/Agda/Benchmarking.hs:125)
    Account (src/full/Agda/Benchmarking.hs:126)
    isModuleAccount (src/full/Agda/Benchmarking.hs:129)
    isDefAccount (src/full/Agda/Benchmarking.hs:134)
    isInternalAccount (src/full/Agda/Benchmarking.hs:139)
Warning: 'VarOcc' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Free/Lazy.hs:215:18
    * at src/full/Agda/TypeChecking/Free/Lazy.hs:220:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Free/Lazy.hs:220:1
Warning: 'VarCounts' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Free.hs:101:21
    * at src/full/Agda/TypeChecking/Free.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 src/full/Agda/TypeChecking/Free.hs:101:1
Warning: 'SingleFlexRig' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Free.hs:191:25
    * at src/full/Agda/TypeChecking/Free.hs:191:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Free.hs:191:1
  50% ( 20 / 40) in 'Agda.TypeChecking.Free'
  Missing documentation for:
    VarCounts (src/full/Agda/TypeChecking/Free.hs:101)
    freeVars'
    filterVarMap (src/full/Agda/TypeChecking/Free.hs:274)
    filterVarMapToList (src/full/Agda/TypeChecking/Free.hs:277)
    allVars (src/full/Agda/TypeChecking/Free.hs:321)
    freeVarsIgnore (src/full/Agda/TypeChecking/Free.hs:129)
    freeIn (src/full/Agda/TypeChecking/Free.hs:218)
    freeInIgnoringSorts (src/full/Agda/TypeChecking/Free.hs:221)
    relevantIn (src/full/Agda/TypeChecking/Free.hs:249)
    relevantInIgnoringSortAnn (src/full/Agda/TypeChecking/Free.hs:246)
    FlexRig (src/full/Agda/TypeChecking/Free/Lazy.hs:125)
    LensFlexRig (src/full/Agda/TypeChecking/Free/Lazy.hs:127)
    isFlexible (src/full/Agda/TypeChecking/Free/Lazy.hs:134)
    isUnguarded (src/full/Agda/TypeChecking/Free/Lazy.hs:139)
    isStronglyRigid (src/full/Agda/TypeChecking/Free/Lazy.hs:149)
    isWeaklyRigid (src/full/Agda/TypeChecking/Free/Lazy.hs:144)
    VarOcc (src/full/Agda/TypeChecking/Free/Lazy.hs:220)
    insertMetaSet (src/full/Agda/TypeChecking/Free/Lazy.hs:97)
    foldrMetaSet (src/full/Agda/TypeChecking/Free/Lazy.hs:100)
    metaSetToBlocker (src/full/Agda/TypeChecking/Free/Lazy.hs:103)
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 't' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Impossible' is ambiguous. It is defined
    * at src/full/Agda/Utils/Impossible.hs:26:5
    * at src/full/Agda/Utils/Impossible.hs:24:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/Impossible.hs:24:1
  72% ( 34 / 47) in 'Agda.TypeChecking.Substitute.Class'
  Missing documentation for:
    Module header
    raiseFrom (src/full/Agda/TypeChecking/Substitute/Class.hs:88)
    strengthen (src/full/Agda/TypeChecking/Substitute/Class.hs:95)
    idS (src/full/Agda/TypeChecking/Substitute/Class.hs:135)
    wkS (src/full/Agda/TypeChecking/Substitute/Class.hs:138)
    raiseS (src/full/Agda/TypeChecking/Substitute/Class.hs:144)
    consS (src/full/Agda/TypeChecking/Substitute/Class.hs:148)
    splitS (src/full/Agda/TypeChecking/Substitute/Class.hs:221)
    ++# (src/full/Agda/TypeChecking/Substitute/Class.hs:242)
    lookupS (src/full/Agda/TypeChecking/Substitute/Class.hs:293)
    absBody (src/full/Agda/TypeChecking/Substitute/Class.hs:345)
    mkAbs (src/full/Agda/TypeChecking/Substitute/Class.hs:349)
    reAbs (src/full/Agda/TypeChecking/Substitute/Class.hs:353)
Warning: 'NameSpace' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Scope/Base.hs:319:18
    * at src/full/Agda/Syntax/Scope/Base.hs:319:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Scope/Base.hs:319:1
Warning: 'Scope' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Scope/Base.hs:58:14
    * at src/full/Agda/Syntax/Scope/Base.hs:58:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Scope/Base.hs:58:1
Warning: 'Monadic'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ScopeInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Scope/Base.hs:108:18
    * at src/full/Agda/Syntax/Scope/Base.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 src/full/Agda/Syntax/Scope/Base.hs:108:1
Warning: 'DefName' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  62% ( 93 /148) in 'Agda.Syntax.Scope.Base'
  Missing documentation for:
    DataOrRecordModule (src/full/Agda/Syntax/Scope/Base.hs:67)
    allNameSpaces (src/full/Agda/Syntax/Scope/Base.hs:80)
    ScopeNameSpaces (src/full/Agda/Syntax/Scope/Base.hs:82)
    localNameSpace (src/full/Agda/Syntax/Scope/Base.hs:85)
    nameSpaceAccess (src/full/Agda/Syntax/Scope/Base.hs:89)
    NameMap (src/full/Agda/Syntax/Scope/Base.hs:141)
    ModuleMap (src/full/Agda/Syntax/Scope/Base.hs:142)
    scopeModules (src/full/Agda/Syntax/Scope/Base.hs:229)
    scopeVarsToBind (src/full/Agda/Syntax/Scope/Base.hs:234)
    scopeLocals (src/full/Agda/Syntax/Scope/Base.hs:239)
    scopePrecedence (src/full/Agda/Syntax/Scope/Base.hs:244)
    scopeInverseName (src/full/Agda/Syntax/Scope/Base.hs:249)
    scopeInverseModule (src/full/Agda/Syntax/Scope/Base.hs:254)
    scopeInScope (src/full/Agda/Syntax/Scope/Base.hs:259)
    scopeFixities (src/full/Agda/Syntax/Scope/Base.hs:264)
    scopePolarities (src/full/Agda/Syntax/Scope/Base.hs:269)
    scopeRecords (src/full/Agda/Syntax/Scope/Base.hs:274)
    scopeFixitiesAndPolarities (src/full/Agda/Syntax/Scope/Base.hs:279)
    setVarsToBind (src/full/Agda/Syntax/Scope/Base.hs:301)
    setScopeLocals (src/full/Agda/Syntax/Scope/Base.hs:308)
    ThingsInScope (src/full/Agda/Syntax/Scope/Base.hs:330)
    NamesInScope (src/full/Agda/Syntax/Scope/Base.hs:331)
    ModulesInScope (src/full/Agda/Syntax/Scope/Base.hs:332)
    InScopeSet (src/full/Agda/Syntax/Scope/Base.hs:333)
    isDefName (src/full/Agda/Syntax/Scope/Base.hs:400)
    isConName (src/full/Agda/Syntax/Scope/Base.hs:407)
    conKindOfName (src/full/Agda/Syntax/Scope/Base.hs:413)
    exactConInduction (src/full/Agda/Syntax/Scope/Base.hs:428)
    elemKindsOfNames (src/full/Agda/Syntax/Scope/Base.hs:444)
    allKindsOfNames (src/full/Agda/Syntax/Scope/Base.hs:450)
    someKindsOfNames (src/full/Agda/Syntax/Scope/Base.hs:453)
    exceptKindsOfNames (src/full/Agda/Syntax/Scope/Base.hs:456)
    NameMetadata (src/full/Agda/Syntax/Scope/Base.hs:492)
    ResolvedName (src/full/Agda/Syntax/Scope/Base.hs:529)
    WhyInScopeData (src/full/Agda/Syntax/Scope/Base.hs:593)
    whyInScopeDataFromAmbiguousNameReason (src/full/Agda/Syntax/Scope/Base.hs:607)
    mergeNames (src/full/Agda/Syntax/Scope/Base.hs:614)
    mergeNamesMany (src/full/Agda/Syntax/Scope/Base.hs:617)
    allNamesInScope' (src/full/Agda/Syntax/Scope/Base.hs:822)
    namesInScope (src/full/Agda/Syntax/Scope/Base.hs:842)
    allThingsInScope (src/full/Agda/Syntax/Scope/Base.hs:846)
    thingsInScope (src/full/Agda/Syntax/Scope/Base.hs:853)
    usingOrHiding (src/full/Agda/Syntax/Scope/Base.hs:920)
    publicNames (src/full/Agda/Syntax/Scope/Base.hs:1109)
    publicNamesOfModules (src/full/Agda/Syntax/Scope/Base.hs:1114)
    everythingInScope (src/full/Agda/Syntax/Scope/Base.hs:1117)
    everythingInScopeQualified (src/full/Agda/Syntax/Scope/Base.hs:1124)
    scopeLookup' (src/full/Agda/Syntax/Scope/Base.hs:1182)
    AllowAmbiguousNames (src/full/Agda/Syntax/Scope/Base.hs:1255)
    isNameInScope (src/full/Agda/Syntax/Scope/Base.hs:1265)
    isNameInScopeUnqualified (src/full/Agda/Syntax/Scope/Base.hs:1270)
    inverseScopeLookupName' (src/full/Agda/Syntax/Scope/Base.hs:1281)
    inverseScopeLookupModule' (src/full/Agda/Syntax/Scope/Base.hs:1318)
    recomputeInverseScopeMaps (src/full/Agda/Syntax/Scope/Base.hs:1334)
    prettyNameSpace (src/full/Agda/Syntax/Scope/Base.hs:1451)
Warning: 'AppInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Info.hs:108:16
    * at src/full/Agda/Syntax/Info.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 src/full/Agda/Syntax/Info.hs:108:1
Warning: 'MutualInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Info.hs:251:19
    * at src/full/Agda/Syntax/Info.hs:251:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Info.hs:251:1
  56% ( 13 / 23) in 'Agda.Syntax.Info'
  Missing documentation for:
    emptyMetaInfo (src/full/Agda/Syntax/Info.hs:67)
    ExprInfo (src/full/Agda/Syntax/Info.hs:91)
    exprNoRange (src/full/Agda/Syntax/Info.hs:95)
    ModuleInfo (src/full/Agda/Syntax/Info.hs:142)
    LetInfo (src/full/Agda/Syntax/Info.hs:170)
    DefInfo' (src/full/Agda/Syntax/Info.hs:183)
    mkDefInfo (src/full/Agda/Syntax/Info.hs:196)
    DeclInfo (src/full/Agda/Syntax/Info.hs:230)
    MutualInfo (src/full/Agda/Syntax/Info.hs:251)
    LHSInfo (src/full/Agda/Syntax/Info.hs:275)
Warning: 'SourceFile' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base/Types.hs:147:22
    * at src/full/Agda/TypeChecking/Monad/Base/Types.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/full/Agda/TypeChecking/Monad/Base/Types.hs:147:1
Warning: 'implies' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.TypeChecking.Monad.Base.Types: Could not find documentation for exported module: Agda.TypeChecking.Monad.Base.Types
  62% ( 15 / 24) in 'Agda.TypeChecking.Monad.Base.Types'
  Missing documentation for:
    Comparison (src/full/Agda/TypeChecking/Monad/Base/Types.hs:63)
    ModuleToSource (src/full/Agda/TypeChecking/Monad/Base/Types.hs:154)
    ContextEntry (src/full/Agda/TypeChecking/Monad/Base/Types.hs:39)
    PrimitiveLibDir (src/full/Agda/TypeChecking/Monad/Base/Types.hs:143)
    lensFileDictFileDictBuilder (src/full/Agda/TypeChecking/Monad/Base/Types.hs:162)
    lensFileDictBuiltinModuleIds (src/full/Agda/TypeChecking/Monad/Base/Types.hs:165)
    lensFileDictPrimitiveLibDir (src/full/Agda/TypeChecking/Monad/Base/Types.hs:168)
    lensPairModuleToSource (src/full/Agda/TypeChecking/Monad/Base/Types.hs:171)
    FileDictBuilder (src/full/Agda/Utils/FileId.hs:58)
  81% ( 31 / 38) in 'Agda.TypeChecking.SizedTypes.Syntax'
  Missing documentation for:
    SizeExpr (src/full/Agda/TypeChecking/SizedTypes/Syntax.hs:78)
    Constraint (src/full/Agda/TypeChecking/SizedTypes/Syntax.hs:115)
    emptyPolarities (src/full/Agda/TypeChecking/SizedTypes/Syntax.hs:133)
    polaritiesFromAssignments (src/full/Agda/TypeChecking/SizedTypes/Syntax.hs:137)
    emptySolution (src/full/Agda/TypeChecking/SizedTypes/Syntax.hs:155)
    CTrans (src/full/Agda/TypeChecking/SizedTypes/Syntax.hs:190)
    SizeConstraint (src/full/Agda/TypeChecking/SizedTypes/Syntax.hs:393)
Warning: 'TCM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
  58% ( 20 / 34) in 'Agda.TypeChecking.Serialise.Base'
  Missing documentation for:
    Module header
    fingerprintNoinline (src/full/Agda/TypeChecking/Serialise/Base.hs:124)
    lookupME (src/full/Agda/TypeChecking/Serialise/Base.hs:128)
    farEmpty (src/full/Agda/TypeChecking/Serialise/Base.hs:151)
    lensFresh (src/full/Agda/TypeChecking/Serialise/Base.hs:157)
    EmbPrj (src/full/Agda/TypeChecking/Serialise/Base.hs:268)
    icodeX (src/full/Agda/TypeChecking/Serialise/Base.hs:343)
    icodeInteger (src/full/Agda/TypeChecking/Serialise/Base.hs:364)
    icodeDouble (src/full/Agda/TypeChecking/Serialise/Base.hs:381)
    icodeString (src/full/Agda/TypeChecking/Serialise/Base.hs:398)
    icodeNode (src/full/Agda/TypeChecking/Serialise/Base.hs:415)
    VALU (src/full/Agda/TypeChecking/Serialise/Base.hs:524)
    valuN (src/full/Agda/TypeChecking/Serialise/Base.hs:561)
    valueN (src/full/Agda/TypeChecking/Serialise/Base.hs:569)
Warning: 'Aspects' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common/Aspect.hs:122:16
    * at src/full/Agda/Syntax/Common/Aspect.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 src/full/Agda/Syntax/Common/Aspect.hs:122:1
Warning: 'Ranges' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Highlighting/Range.hs:52:18
    * at src/full/Agda/Interaction/Highlighting/Range.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/full/Agda/Interaction/Highlighting/Range.hs:52:1
Warning: 'RangePair' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Highlighting/Precise.hs:67:21
    * at src/full/Agda/Interaction/Highlighting/Precise.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/full/Agda/Interaction/Highlighting/Precise.hs:67:1
Warning: 'DelayedMerge' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Highlighting/Precise.hs:97:27
    * at src/full/Agda/Interaction/Highlighting/Precise.hs:97:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Highlighting/Precise.hs:97:1
  92% ( 23 / 25) in 'Agda.Interaction.Highlighting.Precise'
  Missing documentation for:
    Aspect (src/full/Agda/Syntax/Common/Aspect.hs:15)
    DefinitionSite (src/full/Agda/Syntax/Common/Aspect.hs:138)
Warning: 'Bifunctor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ChangeT' is ambiguous. It is defined
    * at src/full/Agda/Utils/Update.hs:36:23
    * at src/full/Agda/Utils/Update.hs:36:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/Update.hs:36:1
  68% ( 11 / 16) in 'Agda.Utils.Update'
  Missing documentation for:
    Module header
    UpdaterT (src/full/Agda/Utils/Update.hs:84)
    Change (src/full/Agda/Utils/Update.hs:91)
    Updater (src/full/Agda/Utils/Update.hs:92)
    ifDirty (src/full/Agda/Utils/Update.hs:118)
  95% ( 21 / 22) in 'Agda.Utils.VarSet'
  Missing documentation for:
    VarSet (src/full/Agda/Utils/VarSet.hs:19)
Warning: 'ArgInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2464:16
    * at src/full/Agda/Syntax/Common.hs:2464:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2464:1
  20% (  1 /  5) in 'Agda.TypeChecking.Free.Precompute'
  Missing documentation for:
    PrecomputeFreeVars (src/full/Agda/TypeChecking/Free/Precompute.hs:24)
    precomputeFreeVars
    precomputedFreeVars (src/full/Agda/TypeChecking/Free/Precompute.hs:22)
    precomputeFreeVars_ (src/full/Agda/TypeChecking/Free/Precompute.hs:19)
  87% (  7 /  8) in 'Agda.Utils.WithDefault'
  Missing documentation for:
    WithDefault (src/full/Agda/Utils/WithDefault.hs:34)
   0% (  0 /  4) in 'Agda.Utils.Zipper'
  Missing documentation for:
    Module header
    Zipper (src/full/Agda/Utils/Zipper.hs:6)
    ListZipper (src/full/Agda/Utils/Zipper.hs:13)
    ComposeZipper (src/full/Agda/Utils/Zipper.hs:25)
  75% (  3 /  4) in 'Agda.Version'
  Missing documentation for:
    Module header
  66% (  2 /  3) in 'Agda.VersionCommit'
  Missing documentation for:
    Module header
Warning: 'Agda_datadir' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Paths_Agda'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'Agda.Setup'
Warning: 'monadic'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'partition' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  69% (  9 / 13) in 'Agda.Setup.EmacsMode'
  Missing documentation for:
    locateFlag (src/setup/Agda/Setup/EmacsMode.hs:52)
    setupFlag (src/setup/Agda/Setup/EmacsMode.hs:49)
    compileFlag (src/setup/Agda/Setup/EmacsMode.hs:55)
    inform (src/setup/Agda/Setup/EmacsMode.hs:272)
  60% (  3 /  5) in 'Agda.Interaction.Options.Help'
  Missing documentation for:
    Module header
    allHelpTopics (src/full/Agda/Interaction/Options/Help.hs:43)
Warning: 'LibErrors' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Library/Base.hs:347:18
    * at src/full/Agda/Interaction/Library/Base.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/full/Agda/Interaction/Library/Base.hs:347:1
Warning: 'findAgdaLibFiles' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  92% ( 24 / 26) in 'Agda.Interaction.Library'
  Missing documentation for:
    LibWarning (src/full/Agda/Interaction/Library/Base.hs:234)
    libraryWarningName (src/full/Agda/Interaction/Library/Base.hs:243)
Warning: 'optImportSorts' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fastReduce' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ProjSystem' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OptM' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Options/Base.hs:775:18
    * at src/full/Agda/Interaction/Options/Base.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 src/full/Agda/Interaction/Options/Base.hs:775:1
Warning: 'RenamedOption' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PragmaOptions' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Options/Types.hs:99:22
    * at src/full/Agda/Interaction/Options/Types.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 src/full/Agda/Interaction/Options/Types.hs:99:1
  33% (  1 /  3) in 'Agda.Syntax.Common.Pretty.ANSI'
  Missing documentation for:
    Module header
    putDoc (src/full/Agda/Syntax/Common/Pretty/ANSI.hs:49)
  17% ( 34 /195) in 'Agda.Interaction.Options'
  Missing documentation for:
    Module header
    CommandLineOptions (src/full/Agda/Interaction/Options/Types.hs:40)
    defaultOptions (src/full/Agda/Interaction/Options/Base.hs:666)
    optCountClusters (src/full/Agda/Interaction/Options/Base.hs:394)
    parseVerboseKey (src/full/Agda/Interaction/Options/Base.hs:256)
    optPolarity (src/full/Agda/Interaction/Options/Base.hs:402)
    optUseUnicode (src/full/Agda/Interaction/Options/Base.hs:416)
    optTerminationDepth (src/full/Agda/Interaction/Options/Base.hs:436)
    optRewriting (src/full/Agda/Interaction/Options/Base.hs:380)
    optQualifiedInstances (src/full/Agda/Interaction/Options/Base.hs:389)
    lensOptExperimentalLazyInstances (src/full/Agda/Interaction/Options/Base.hs:654)
    optFirstOrder (src/full/Agda/Interaction/Options/Base.hs:382)
    VerboseKey (src/full/Agda/Interaction/Options/Types.hs:269)
    VerboseLevel (src/full/Agda/Interaction/Options/Types.hs:271)
    ConfluenceCheck (src/full/Agda/Interaction/Options/Types.hs:233)
    optInjectiveTypeConstructors (src/full/Agda/Interaction/Options/Base.hs:364)
    optCumulativity (src/full/Agda/Interaction/Options/Base.hs:361)
    optAllowExec (src/full/Agda/Interaction/Options/Base.hs:406)
    OptionError (src/full/Agda/Interaction/Options/Base.hs:778)
    optionWarningName (src/full/Agda/Interaction/Options/Base.hs:810)
    runOptM (src/full/Agda/Interaction/Options/Base.hs:782)
    DiagnosticsColours (src/full/Agda/Interaction/Options/Types.hs:238)
    defaultInteractionOptions (src/full/Agda/Interaction/Options/Base.hs:663)
    defaultPragmaOptions (src/full/Agda/Interaction/Options/Base.hs:699)
    ImpliedPragmaOption (src/full/Agda/Interaction/Options/Base.hs:258)
    impliedPragmaOptions (src/full/Agda/Interaction/Options/Base.hs:269)
    safeFlag (src/full/Agda/Interaction/Options/Base.hs:1119)
    inputFlag (src/full/Agda/Interaction/Options/Base.hs:1056)
    standardOptions (src/full/Agda/Interaction/Options/Base.hs:1314)
    lensOptShowImplicit (src/full/Agda/Interaction/Options/Base.hs:444)
    lensOptShowIrrelevant (src/full/Agda/Interaction/Options/Base.hs:447)
    lensOptUseUnicode (src/full/Agda/Interaction/Options/Base.hs:450)
    lensOptVerbose (src/full/Agda/Interaction/Options/Base.hs:453)
    lensOptProfiling (src/full/Agda/Interaction/Options/Base.hs:456)
    lensOptProp (src/full/Agda/Interaction/Options/Base.hs:459)
    lensOptLevelUniverse (src/full/Agda/Interaction/Options/Base.hs:462)
    lensOptTwoLevel (src/full/Agda/Interaction/Options/Base.hs:465)
    lensOptAllowUnsolved (src/full/Agda/Interaction/Options/Base.hs:468)
    lensOptAllowIncompleteMatch (src/full/Agda/Interaction/Options/Base.hs:471)
    lensOptPositivityCheck (src/full/Agda/Interaction/Options/Base.hs:474)
    lensOptTerminationCheck (src/full/Agda/Interaction/Options/Base.hs:477)
    lensOptTerminationDepth (src/full/Agda/Interaction/Options/Base.hs:480)
    lensOptUniverseCheck (src/full/Agda/Interaction/Options/Base.hs:483)
    lensOptNoUniverseCheck (src/full/Agda/Interaction/Options/Base.hs:486)
    lensOptOmegaInOmega (src/full/Agda/Interaction/Options/Base.hs:489)
    lensOptCumulativity (src/full/Agda/Interaction/Options/Base.hs:492)
    lensOptSizedTypes (src/full/Agda/Interaction/Options/Base.hs:495)
    lensOptGuardedness (src/full/Agda/Interaction/Options/Base.hs:498)
    lensOptInjectiveTypeConstructors (src/full/Agda/Interaction/Options/Base.hs:501)
    lensOptUniversePolymorphism (src/full/Agda/Interaction/Options/Base.hs:504)
    lensOptIrrelevantProjections (src/full/Agda/Interaction/Options/Base.hs:507)
    lensOptExperimentalIrrelevance (src/full/Agda/Interaction/Options/Base.hs:510)
    lensOptWithoutK (src/full/Agda/Interaction/Options/Base.hs:513)
    lensOptCubicalCompatible (src/full/Agda/Interaction/Options/Base.hs:516)
    lensOptCopatterns (src/full/Agda/Interaction/Options/Base.hs:519)
    lensOptPatternMatching (src/full/Agda/Interaction/Options/Base.hs:522)
    lensOptExactSplit (src/full/Agda/Interaction/Options/Base.hs:525)
    lensOptHiddenArgumentPuns (src/full/Agda/Interaction/Options/Base.hs:528)
    lensOptEta (src/full/Agda/Interaction/Options/Base.hs:531)
    lensOptForcing (src/full/Agda/Interaction/Options/Base.hs:534)
    lensOptProjectionLike (src/full/Agda/Interaction/Options/Base.hs:537)
    lensOptErasure (src/full/Agda/Interaction/Options/Base.hs:540)
    lensOptErasedMatches (src/full/Agda/Interaction/Options/Base.hs:543)
    lensOptEraseRecordParameters (src/full/Agda/Interaction/Options/Base.hs:546)
    lensOptRewriting (src/full/Agda/Interaction/Options/Base.hs:549)
    lensOptCubical (src/full/Agda/Interaction/Options/Base.hs:552)
    lensOptGuarded (src/full/Agda/Interaction/Options/Base.hs:555)
    lensOptFirstOrder (src/full/Agda/Interaction/Options/Base.hs:558)
    lensOptRequireUniqueMetaSolutions (src/full/Agda/Interaction/Options/Base.hs:561)
    lensOptPostfixProjections (src/full/Agda/Interaction/Options/Base.hs:564)
    lensOptKeepPatternVariables (src/full/Agda/Interaction/Options/Base.hs:567)
    lensOptInferAbsurdClauses (src/full/Agda/Interaction/Options/Base.hs:570)
    lensOptInstanceSearchDepth (src/full/Agda/Interaction/Options/Base.hs:573)
    lensOptBacktrackingInstances (src/full/Agda/Interaction/Options/Base.hs:576)
    lensOptQualifiedInstances (src/full/Agda/Interaction/Options/Base.hs:579)
    lensOptInversionMaxDepth (src/full/Agda/Interaction/Options/Base.hs:582)
    lensOptSafe (src/full/Agda/Interaction/Options/Base.hs:585)
    lensOptDoubleCheck (src/full/Agda/Interaction/Options/Base.hs:588)
    lensOptSyntacticEquality (src/full/Agda/Interaction/Options/Base.hs:591)
    lensOptWarningMode (src/full/Agda/Interaction/Options/Base.hs:594)
    lensOptCompileMain (src/full/Agda/Interaction/Options/Base.hs:597)
    lensOptCaching (src/full/Agda/Interaction/Options/Base.hs:600)
    lensOptCountClusters (src/full/Agda/Interaction/Options/Base.hs:603)
    lensOptAutoInline (src/full/Agda/Interaction/Options/Base.hs:606)
    lensOptPrintPatternSynonyms (src/full/Agda/Interaction/Options/Base.hs:609)
    lensOptFastReduce (src/full/Agda/Interaction/Options/Base.hs:612)
    lensOptCallByName (src/full/Agda/Interaction/Options/Base.hs:615)
    lensOptConfluenceCheck (src/full/Agda/Interaction/Options/Base.hs:618)
    lensOptCohesion (src/full/Agda/Interaction/Options/Base.hs:621)
    lensOptFlatSplit (src/full/Agda/Interaction/Options/Base.hs:624)
    lensOptPolarity (src/full/Agda/Interaction/Options/Base.hs:627)
    lensOptImportSorts (src/full/Agda/Interaction/Options/Base.hs:630)
    lensOptLoadPrimitives (src/full/Agda/Interaction/Options/Base.hs:633)
    lensOptAllowExec (src/full/Agda/Interaction/Options/Base.hs:636)
    lensOptSaveMetas (src/full/Agda/Interaction/Options/Base.hs:639)
    lensOptShowIdentitySubstitutions (src/full/Agda/Interaction/Options/Base.hs:642)
    lensOptKeepCoveringClauses (src/full/Agda/Interaction/Options/Base.hs:645)
    optShowImplicit (src/full/Agda/Interaction/Options/Base.hs:349)
    optShowGeneralized (src/full/Agda/Interaction/Options/Base.hs:350)
    optShowIrrelevant (src/full/Agda/Interaction/Options/Base.hs:351)
    optProp (src/full/Agda/Interaction/Options/Base.hs:352)
    optLevelUniverse (src/full/Agda/Interaction/Options/Base.hs:353)
    optTwoLevel (src/full/Agda/Interaction/Options/Base.hs:354)
    optAllowUnsolved (src/full/Agda/Interaction/Options/Base.hs:355)
    optAllowIncompleteMatch (src/full/Agda/Interaction/Options/Base.hs:356)
    optPositivityCheck (src/full/Agda/Interaction/Options/Base.hs:357)
    optTerminationCheck (src/full/Agda/Interaction/Options/Base.hs:358)
    optUniverseCheck (src/full/Agda/Interaction/Options/Base.hs:359)
    optOmegaInOmega (src/full/Agda/Interaction/Options/Base.hs:360)
    optSizedTypes (src/full/Agda/Interaction/Options/Base.hs:362)
    optGuardedness (src/full/Agda/Interaction/Options/Base.hs:363)
    optUniversePolymorphism (src/full/Agda/Interaction/Options/Base.hs:365)
    optIrrelevantProjections (src/full/Agda/Interaction/Options/Base.hs:366)
    optExperimentalIrrelevance (src/full/Agda/Interaction/Options/Base.hs:367)
    optWithoutK (src/full/Agda/Interaction/Options/Base.hs:368)
    optCubicalCompatible (src/full/Agda/Interaction/Options/Base.hs:369)
    optCopatterns (src/full/Agda/Interaction/Options/Base.hs:370)
    optPatternMatching (src/full/Agda/Interaction/Options/Base.hs:371)
    optHiddenArgumentPuns (src/full/Agda/Interaction/Options/Base.hs:372)
    optEta (src/full/Agda/Interaction/Options/Base.hs:373)
    optForcing (src/full/Agda/Interaction/Options/Base.hs:374)
    optProjectionLike (src/full/Agda/Interaction/Options/Base.hs:375)
    optErasedMatches (src/full/Agda/Interaction/Options/Base.hs:378)
    optEraseRecordParameters (src/full/Agda/Interaction/Options/Base.hs:379)
    optGuarded (src/full/Agda/Interaction/Options/Base.hs:381)
    optRequireUniqueMetaSolutions (src/full/Agda/Interaction/Options/Base.hs:383)
    optPostfixProjections (src/full/Agda/Interaction/Options/Base.hs:385)
    optKeepPatternVariables (src/full/Agda/Interaction/Options/Base.hs:386)
    optInferAbsurdClauses (src/full/Agda/Interaction/Options/Base.hs:387)
    optBacktrackingInstances (src/full/Agda/Interaction/Options/Base.hs:388)
    optSafe (src/full/Agda/Interaction/Options/Base.hs:390)
    optDoubleCheck (src/full/Agda/Interaction/Options/Base.hs:391)
    optCompileNoMain (src/full/Agda/Interaction/Options/Base.hs:392)
    optCaching (src/full/Agda/Interaction/Options/Base.hs:393)
    optAutoInline (src/full/Agda/Interaction/Options/Base.hs:395)
    optPrintPatternSynonyms (src/full/Agda/Interaction/Options/Base.hs:396)
    optFastReduce (src/full/Agda/Interaction/Options/Base.hs:397)
    optCallByName (src/full/Agda/Interaction/Options/Base.hs:398)
    optFlatSplit (src/full/Agda/Interaction/Options/Base.hs:401)
    optLoadPrimitives (src/full/Agda/Interaction/Options/Base.hs:405)
    optSaveMetas (src/full/Agda/Interaction/Options/Base.hs:407)
    optShowIdentitySubstitutions (src/full/Agda/Interaction/Options/Base.hs:408)
    optKeepCoveringClauses (src/full/Agda/Interaction/Options/Base.hs:409)
    optLargeIndices (src/full/Agda/Interaction/Options/Base.hs:410)
    optForcedArgumentRecursion (src/full/Agda/Interaction/Options/Base.hs:411)
    optConfluenceCheck (src/full/Agda/Interaction/Options/Base.hs:430)
    optCubical (src/full/Agda/Interaction/Options/Base.hs:431)
    optInstanceSearchDepth (src/full/Agda/Interaction/Options/Base.hs:432)
    optInversionMaxDepth (src/full/Agda/Interaction/Options/Base.hs:433)
    optProfiling (src/full/Agda/Interaction/Options/Base.hs:434)
    optSyntacticEquality (src/full/Agda/Interaction/Options/Base.hs:435)
    optVerbose (src/full/Agda/Interaction/Options/Base.hs:437)
    optWarningMode (src/full/Agda/Interaction/Options/Base.hs:438)
    HasOptions (src/full/Agda/Interaction/Options/HasOptions.hs:19)
    CommandLineOptions (src/full/Agda/Interaction/Options/Types.hs:40)
    VerboseKey (src/full/Agda/Interaction/Options/Types.hs:269)
    VerboseLevel (src/full/Agda/Interaction/Options/Types.hs:271)
    LensPragmaOptions (src/full/Agda/Interaction/Options/Types.hs:282)
    ConfluenceCheck (src/full/Agda/Interaction/Options/Types.hs:233)
    DiagnosticsColours (src/full/Agda/Interaction/Options/Types.hs:238)
    VerboseKeyItem (src/full/Agda/Interaction/Options/Types.hs:270)
Warning: Agda.Syntax.Concrete.Pretty: Could not find documentation for exported module: Agda.Syntax.Concrete.Pretty
  20% (  3 / 15) in 'Agda.Syntax.Concrete.Pretty'
  Missing documentation for:
    bracesAndSemicolons (src/full/Agda/Syntax/Concrete/Pretty.hs:65)
    prettyTactic (src/full/Agda/Syntax/Concrete/Pretty.hs:70)
    prettyTactic' (src/full/Agda/Syntax/Concrete/Pretty.hs:78)
    prettyFiniteness (src/full/Agda/Syntax/Concrete/Pretty.hs:73)
    prettyOpApp (src/full/Agda/Syntax/Concrete/Pretty.hs:627)
    Tel (src/full/Agda/Syntax/Concrete/Pretty.hs:292)
    smashTel (src/full/Agda/Syntax/Concrete/Pretty.hs:303)
    NamedBinding (src/full/Agda/Syntax/Concrete/Pretty.hs:221)
    isLabeled (src/full/Agda/Syntax/Concrete/Pretty.hs:227)
    pRecord (src/full/Agda/Syntax/Concrete/Pretty.hs:523)
    pHasEta0 (src/full/Agda/Syntax/Concrete/Pretty.hs:498)
    pRecordDirective (src/full/Agda/Syntax/Concrete/Pretty.hs:506)
  54% (  6 / 11) in 'Agda.TypeChecking.Coverage.SplitTree'
  Missing documentation for:
    SplitTree (src/full/Agda/TypeChecking/Coverage/SplitTree.hs:34)
    SplitTrees (src/full/Agda/TypeChecking/Coverage/SplitTree.hs:35)
    LazySplit (src/full/Agda/TypeChecking/Coverage/SplitTree.hs:52)
    SplitTreeLabel (src/full/Agda/TypeChecking/Coverage/SplitTree.hs:77)
    toTrees (src/full/Agda/TypeChecking/Coverage/SplitTree.hs:100)
Warning: 'BoundVariablePosition' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3935:30
    * at src/full/Agda/Syntax/Common.hs:3935:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3935:1
Warning: 'Name' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:36:5
    * at src/full/Agda/Syntax/Concrete/Name.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/full/Agda/Syntax/Concrete/Name.hs:35:1
Warning: 'IdParts' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NewNotation' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Notation.hs:237:20
    * at src/full/Agda/Syntax/Notation.hs:237:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Notation.hs:237:1
Warning: 'Fixity' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3425:15
    * at src/full/Agda/Syntax/Common.hs:3425:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3425:1
 100% ( 22 / 22) in 'Agda.Syntax.Notation'
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:109:5
    * at src/full/Agda/Syntax/Concrete/Name.hs:107:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Concrete/Name.hs:107:1
  50% (  9 / 18) in 'Agda.Syntax.Concrete.Operators.Parser'
  Missing documentation for:
    Module header
    placeholder (src/full/Agda/Syntax/Concrete/Operators/Parser.hs:35)
    maybePlaceholder (src/full/Agda/Syntax/Concrete/Operators/Parser.hs:43)
    satNoPlaceholder (src/full/Agda/Syntax/Concrete/Operators/Parser.hs:50)
    ExprView (src/full/Agda/Syntax/Concrete/Operators/Parser.hs:54)
    IsExpr (src/full/Agda/Syntax/Concrete/Operators/Parser.hs:68)
    argsP (src/full/Agda/Syntax/Concrete/Operators/Parser.hs:355)
    appP (src/full/Agda/Syntax/Concrete/Operators/Parser.hs:363)
    atomP (src/full/Agda/Syntax/Concrete/Operators/Parser.hs:368)
Warning: 'mutual' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'LHS' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete.hs:364:12
    * at src/full/Agda/Syntax/Concrete.hs:364:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Concrete.hs:364:1
Warning: 'Name' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:36:5
    * at src/full/Agda/Syntax/Concrete/Name.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/full/Agda/Syntax/Concrete/Name.hs:35:1
Warning: 'ArgInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2464:16
    * at src/full/Agda/Syntax/Common.hs:2464:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2464:1
Warning: 'notSoNiceDeclaration' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  40% ( 11 / 27) in 'Agda.Syntax.Concrete.Definitions.Types'
  Missing documentation for:
    Module header
    TerminationCheck (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:92)
    extendInferredBlock (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:139)
    InterleavedDecl (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:148)
    isInterleavedFun (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:170)
    isInterleavedData (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:174)
    interleavedDecl (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:178)
    declName (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:255)
    InMutual (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:280)
    isFunName (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:317)
    sameKind (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:321)
    terminationCheck (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:324)
    coverageCheck (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:328)
    positivityCheck (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:332)
    mutualChecks (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:337)
    universeCheck (src/full/Agda/Syntax/Concrete/Definitions/Types.hs:340)
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'Name' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:36:5
    * at src/full/Agda/Syntax/Concrete/Name.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/full/Agda/Syntax/Concrete/Name.hs:35:1
  58% (  7 / 12) in 'Agda.Syntax.Concrete.Definitions.Errors'
  Missing documentation for:
    Module header
    DeclarationWarning (src/full/Agda/Syntax/Concrete/Definitions/Errors.hs:84)
    declarationWarningName (src/full/Agda/Syntax/Concrete/Definitions/Errors.hs:174)
    declarationWarningName' (src/full/Agda/Syntax/Concrete/Definitions/Errors.hs:177)
    unsafeDeclarationWarning' (src/full/Agda/Syntax/Concrete/Definitions/Errors.hs:227)
Warning: 'NameId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3218:15
    * at src/full/Agda/Syntax/Common.hs:3218:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3218:1
Warning: 'Name' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:36:5
    * at src/full/Agda/Syntax/Concrete/Name.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/full/Agda/Syntax/Concrete/Name.hs:35:1
Warning: 'replaceSigs' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  57% ( 22 / 38) in 'Agda.Syntax.Concrete.Definitions.Monad'
  Missing documentation for:
    Module header
    LoneSig (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:78)
    LoneSigs (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:87)
    NiceWarnings (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:99)
    lensNameId (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:117)
    nextNameId (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:120)
    forgetLoneSigs (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:165)
    withTerminationCheckPragma (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:201)
    coverageCheckPragma (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:209)
    withCoverageCheckPragma (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:212)
    withPositivityCheckPragma (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:225)
    withUniverseCheckPragma (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:238)
    withCatchallPragma (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:265)
    declarationException (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:277)
    declarationWarning' (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:280)
    declarationWarning (src/full/Agda/Syntax/Concrete/Definitions/Monad.hs:283)
Warning: 'constructor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 15 / 17) in 'Agda.Syntax.Concrete.Definitions'
  Missing documentation for:
    DeclarationWarning (src/full/Agda/Syntax/Concrete/Definitions/Errors.hs:84)
    declarationWarningName (src/full/Agda/Syntax/Concrete/Definitions/Errors.hs:174)
Warning: 'ArgInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2464:16
    * at src/full/Agda/Syntax/Common.hs:2464:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2464:1
Warning: 'Polarity' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Arg' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2615:15
    * at src/full/Agda/Syntax/Common.hs:2615:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2615:1
  76% ( 23 / 30) in 'Agda.Syntax.Concrete.Attribute'
  Missing documentation for:
    cohesionAttributeTable (src/full/Agda/Syntax/Concrete/Attribute.hs:118)
    isRelevanceAttribute (src/full/Agda/Syntax/Concrete/Attribute.hs:256)
    isQuantityAttribute (src/full/Agda/Syntax/Concrete/Attribute.hs:261)
    isTacticAttribute (src/full/Agda/Syntax/Concrete/Attribute.hs:266)
    relevanceAttributes (src/full/Agda/Syntax/Concrete/Attribute.hs:271)
    quantityAttributes (src/full/Agda/Syntax/Concrete/Attribute.hs:274)
    tacticAttributes (src/full/Agda/Syntax/Concrete/Attribute.hs:277)
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'noColumn' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ParseFlags' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Parser/Monad.hs:128:19
    * at src/full/Agda/Syntax/Parser/Monad.hs:128:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Parser/Monad.hs:128:1
  68% ( 30 / 44) in 'Agda.Syntax.Parser.Monad'
  Missing documentation for:
    Module header
    setParsePos (src/full/Agda/Syntax/Parser/Monad.hs:374)
    setLastPos (src/full/Agda/Syntax/Parser/Monad.hs:377)
    setPrevToken (src/full/Agda/Syntax/Parser/Monad.hs:380)
    getParseFlags (src/full/Agda/Syntax/Parser/Monad.hs:408)
    getLexState (src/full/Agda/Syntax/Parser/Monad.hs:392)
    pushLexState (src/full/Agda/Syntax/Parser/Monad.hs:402)
    popLexState (src/full/Agda/Syntax/Parser/Monad.hs:405)
    popBlock (src/full/Agda/Syntax/Parser/Monad.hs:456)
    pushBlock (src/full/Agda/Syntax/Parser/Monad.hs:463)
    getContext (src/full/Agda/Syntax/Parser/Monad.hs:443)
    setContext (src/full/Agda/Syntax/Parser/Monad.hs:446)
    modifyContext (src/full/Agda/Syntax/Parser/Monad.hs:449)
    parseWarningName (src/full/Agda/Syntax/Parser/Monad.hs:205)
Warning: 'AlexInput' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Parser/Alex.hs:32:18
    * at src/full/Agda/Syntax/Parser/Alex.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 src/full/Agda/Syntax/Parser/Alex.hs:32:1
  73% ( 14 / 19) in 'Agda.Syntax.Parser.Alex'
  Missing documentation for:
    PreviousInput (src/full/Agda/Syntax/Parser/Alex.hs:118)
    CurrentInput (src/full/Agda/Syntax/Parser/Alex.hs:119)
    TokenLength (src/full/Agda/Syntax/Parser/Alex.hs:120)
    getLexInput (src/full/Agda/Syntax/Parser/Alex.hs:96)
    setLexInput (src/full/Agda/Syntax/Parser/Alex.hs:106)
Warning: 'LookAhead' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Parser/LookAhead.hs:38:5
    * at src/full/Agda/Syntax/Parser/LookAhead.hs:37:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Parser/LookAhead.hs:37:1
Warning: 'AlexInput' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Parser/Alex.hs:32:18
    * at src/full/Agda/Syntax/Parser/Alex.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 src/full/Agda/Syntax/Parser/Alex.hs:32:1
 100% ( 15 / 15) in 'Agda.Syntax.Parser.LookAhead'
 100% (  3 /  3) in 'Agda.Syntax.Parser.StringLiterals'
 100% (  6 /  6) in 'Agda.Syntax.Parser.Comments'
Warning: 'ParseFlags' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Parser/Monad.hs:128:19
    * at src/full/Agda/Syntax/Parser/Monad.hs:128:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Parser/Monad.hs:128:1
  84% ( 11 / 13) in 'Agda.Syntax.Parser.Lexer'
  Missing documentation for:
    code (dist/build/Agda/Syntax/Parser/Lexer.hs:1351)
    AlexReturn (dist/build/Agda/Syntax/Parser/Lexer.hs:1584)
Warning: 'Name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Interval' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:203:20
    * at src/full/Agda/Syntax/Position.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 src/full/Agda/Syntax/Position.hs:210:1
  93% ( 28 / 30) in 'Agda.Syntax.Parser.LexActions'
  Missing documentation for:
    literal (src/full/Agda/Syntax/Parser/LexActions.hs:256)
    integer (src/full/Agda/Syntax/Parser/LexActions.hs:246)
Warning: 'confirmLayoutAtNewLine' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'confirmedLayoutComing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stateLayStatus' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'confirmedLayoutColumn' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Definitive' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  6 /  6) in 'Agda.Syntax.Parser.Layout'
Warning: 'constructor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Erased' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:1249:5
    * at src/full/Agda/Syntax/Common.hs:1248:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:1248:1
Warning: 'Arg' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2615:15
    * at src/full/Agda/Syntax/Common.hs:2615:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2615:1
  53% ( 35 / 66) in 'Agda.Syntax.Parser.Helpers'
  Missing documentation for:
    mkDomainFree_ (src/full/Agda/Syntax/Parser/Helpers.hs:184)
    mkRString (src/full/Agda/Syntax/Parser/Helpers.hs:187)
    mkRText (src/full/Agda/Syntax/Parser/Helpers.hs:190)
    mkNamedArg (src/full/Agda/Syntax/Parser/Helpers.hs:202)
    recoverLayout (src/full/Agda/Syntax/Parser/Helpers.hs:233)
    ensureUnqual (src/full/Agda/Syntax/Parser/Helpers.hs:247)
    LamBinds (src/full/Agda/Syntax/Parser/Helpers.hs:259)
    mkAbsurdBinding (src/full/Agda/Syntax/Parser/Helpers.hs:262)
    mkLamBinds (src/full/Agda/Syntax/Parser/Helpers.hs:265)
    exprAsNameAndPattern (src/full/Agda/Syntax/Parser/Helpers.hs:353)
    exprAsNameOrHiddenNames (src/full/Agda/Syntax/Parser/Helpers.hs:361)
    boundNamesOrAbsurd (src/full/Agda/Syntax/Parser/Helpers.hs:370)
    buildUsingStmt (src/full/Agda/Syntax/Parser/Helpers.hs:437)
    buildSingleWithStmt (src/full/Agda/Syntax/Parser/Helpers.hs:446)
    buildDoStmt (src/full/Agda/Syntax/Parser/Helpers.hs:458)
    patternSynArgs (src/full/Agda/Syntax/Parser/Helpers.hs:507)
    mkLamClause (src/full/Agda/Syntax/Parser/Helpers.hs:566)
    mkAbsurdLamClause (src/full/Agda/Syntax/Parser/Helpers.hs:570)
    RHSOrTypeSigs (src/full/Agda/Syntax/Parser/Helpers.hs:574)
    patternToNames (src/full/Agda/Syntax/Parser/Helpers.hs:580)
    funClauseOrTypeSigs (src/full/Agda/Syntax/Parser/Helpers.hs:592)
    typeSig (src/full/Agda/Syntax/Parser/Helpers.hs:612)
    makeIrrelevant (src/full/Agda/Syntax/Parser/Helpers.hs:618)
    makeShapeIrrelevant (src/full/Agda/Syntax/Parser/Helpers.hs:621)
    defaultIrrelevantArg (src/full/Agda/Syntax/Parser/Helpers.hs:624)
    defaultShapeIrrelevantArg (src/full/Agda/Syntax/Parser/Helpers.hs:627)
    makeIrrelevantM (src/full/Agda/Syntax/Parser/Helpers.hs:630)
    makeShapeIrrelevantM (src/full/Agda/Syntax/Parser/Helpers.hs:635)
    assertPristineRelevance (src/full/Agda/Syntax/Parser/Helpers.hs:640)
    applyAttrs1 (src/full/Agda/Syntax/Parser/Helpers.hs:679)
    prettyAttr (src/full/Agda/Syntax/Parser/Helpers.hs:718)
  71% (  5 /  7) in 'Agda.Syntax.Parser.Parser'
  Missing documentation for:
    moduleNameParser (dist/build/Agda/Syntax/Parser/Parser.hs:8092)
    holeContentParser (dist/build/Agda/Syntax/Parser/Parser.hs:8098)
Warning: 'PM' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Parser.hs:57:16
    * at src/full/Agda/Syntax/Parser.hs:57:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Parser.hs:57:1
  86% ( 19 / 22) in 'Agda.Syntax.Parser'
  Missing documentation for:
    Module header
    parsePosString (src/full/Agda/Syntax/Parser.hs:171)
    parseFile (src/full/Agda/Syntax/Parser.hs:187)
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'InteractionId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3367:25
    * at src/full/Agda/Syntax/Common.hs:3367:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3367:1
Warning: 'MetaInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Info.hs:57:17
    * at src/full/Agda/Syntax/Info.hs:57:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Info.hs:57:1
Warning: 'ScopeInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Scope/Base.hs:108:18
    * at src/full/Agda/Syntax/Scope/Base.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 src/full/Agda/Syntax/Scope/Base.hs:108:1
Warning: 'LHS' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract.hs:479:12
    * at src/full/Agda/Syntax/Abstract.hs:479:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Abstract.hs:479:1
Warning: 'RHS' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract.hs:430:5
    * at src/full/Agda/Syntax/Abstract.hs:429:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Abstract.hs:429:1
Warning: Agda.Syntax.Abstract: Could not find documentation for exported module: Agda.Syntax.Abstract
  36% ( 32 / 87) in 'Agda.Syntax.Abstract'
  Missing documentation for:
    Args (src/full/Agda/Syntax/Abstract.hs:73)
    Constructor (src/full/Agda/Syntax/Abstract.hs:261)
    Clause (src/full/Agda/Syntax/Abstract.hs:423)
    app (src/full/Agda/Syntax/Abstract.hs:1014)
    Declaration (src/full/Agda/Syntax/Abstract.hs:168)
    Pattern (src/full/Agda/Syntax/Abstract.hs:545)
    Pragma (src/full/Agda/Syntax/Abstract.hs:218)
    Telescope (src/full/Agda/Syntax/Abstract.hs:348)
    TacticAttribute (src/full/Agda/Syntax/Abstract.hs:264)
    Binder' (src/full/Agda/Syntax/Abstract.hs:267)
    Binder (src/full/Agda/Syntax/Abstract.hs:273)
    mkBinder_ (src/full/Agda/Syntax/Abstract.hs:279)
    mkBinder (src/full/Agda/Syntax/Abstract.hs:276)
    Telescope1 (src/full/Agda/Syntax/Abstract.hs:347)
    mkLet (src/full/Agda/Syntax/Abstract.hs:1017)
    mkTLet (src/full/Agda/Syntax/Abstract.hs:344)
    RecordDirectives (src/full/Agda/Syntax/Abstract.hs:166)
    ModuleApplication (src/full/Agda/Syntax/Abstract.hs:211)
    ImportDirective (src/full/Agda/Syntax/Abstract.hs:207)
    ImportedName (src/full/Agda/Syntax/Abstract.hs:209)
    Renaming (src/full/Agda/Syntax/Abstract.hs:208)
    RewriteEqn (src/full/Agda/Syntax/Abstract.hs:425)
    WithExpr (src/full/Agda/Syntax/Abstract.hs:427)
    LHSCore (src/full/Agda/Syntax/Abstract.hs:513)
    RHS (src/full/Agda/Syntax/Abstract.hs:429)
    HoleContent (src/full/Agda/Syntax/Abstract.hs:564)
    ScopeCopyInfo (src/full/Agda/Syntax/Abstract.hs:137)
    PatternSynDefn (src/full/Agda/Syntax/Abstract.hs:1020)
    PatternSynDefns (src/full/Agda/Syntax/Abstract.hs:1021)
    Field (src/full/Agda/Syntax/Abstract.hs:262)
    NAPs (src/full/Agda/Syntax/Abstract.hs:543)
    DefInfo (src/full/Agda/Syntax/Abstract.hs:205)
    mkBindName (src/full/Agda/Syntax/Abstract.hs:61)
    RecordAssigns (src/full/Agda/Syntax/Abstract.hs:132)
    Assigns (src/full/Agda/Syntax/Abstract.hs:130)
    RecordAssign (src/full/Agda/Syntax/Abstract.hs:131)
    initCopyInfo (src/full/Agda/Syntax/Abstract.hs:143)
    GeneralizeTelescope (src/full/Agda/Syntax/Abstract.hs:354)
    DataDefParams (src/full/Agda/Syntax/Abstract.hs:361)
    insertedBinder (src/full/Agda/Syntax/Abstract.hs:282)
    insertedBinder_ (src/full/Agda/Syntax/Abstract.hs:285)
    extractPattern (src/full/Agda/Syntax/Abstract.hs:288)
    mkDomainFree (src/full/Agda/Syntax/Abstract.hs:299)
    mkTBind (src/full/Agda/Syntax/Abstract.hs:341)
    mkPi (src/full/Agda/Syntax/Abstract.hs:351)
    noDataDefParams (src/full/Agda/Syntax/Abstract.hs:370)
    WhereDeclarations (src/full/Agda/Syntax/Abstract.hs:407)
    noWhereDecls (src/full/Agda/Syntax/Abstract.hs:421)
    SpineClause (src/full/Agda/Syntax/Abstract.hs:424)
    WithExpr' (src/full/Agda/Syntax/Abstract.hs:426)
    NAPs1 (src/full/Agda/Syntax/Abstract.hs:544)
    Patterns (src/full/Agda/Syntax/Abstract.hs:546)
    lambdaLiftExpr (src/full/Agda/Syntax/Abstract.hs:1024)
    SubstExpr (src/full/Agda/Syntax/Abstract.hs:1031)
    insertImplicitPatSynArgs (src/full/Agda/Syntax/Abstract.hs:1101)
  35% ( 10 / 28) in 'Agda.Syntax.Abstract.Views'
  Missing documentation for:
    Module header
    AppView' (src/full/Agda/Syntax/Abstract/Views.hs:28)
    AppView (src/full/Agda/Syntax/Abstract/Views.hs:31)
    appView' (src/full/Agda/Syntax/Abstract/Views.hs:40)
    maybeProjTurnPostfix (src/full/Agda/Syntax/Abstract/Views.hs:56)
    unAppView (src/full/Agda/Syntax/Abstract/Views.hs:63)
    lamView (src/full/Agda/Syntax/Abstract/Views.hs:70)
    piView (src/full/Agda/Syntax/Abstract/Views.hs:79)
    unPiView (src/full/Agda/Syntax/Abstract/Views.hs:85)
    deepUnscopeDecls (src/full/Agda/Syntax/Abstract/Views.hs:107)
    deepUnscopeDecl (src/full/Agda/Syntax/Abstract/Views.hs:110)
    RecurseExprFn (src/full/Agda/Syntax/Abstract/Views.hs:125)
    RecurseExprRecFn (src/full/Agda/Syntax/Abstract/Views.hs:126)
    FoldExprFn (src/full/Agda/Syntax/Abstract/Views.hs:128)
    FoldExprRecFn (src/full/Agda/Syntax/Abstract/Views.hs:129)
    TraverseExprFn (src/full/Agda/Syntax/Abstract/Views.hs:131)
    TraverseExprRecFn (src/full/Agda/Syntax/Abstract/Views.hs:132)
    KName (src/full/Agda/Syntax/Abstract/Views.hs:466)
  50% (  1 /  2) in 'Agda.Syntax.Abstract.UsedNames'
  Missing documentation for:
    Module header
 100% (  4 /  4) in 'Agda.Syntax.Abstract.PatternSynonyms'
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
  83% ( 31 / 37) in 'Agda.Syntax.Abstract.Pattern'
  Missing documentation for:
    NAP (src/full/Agda/Syntax/Abstract/Pattern.hs:40)
    MapNamedArgPattern (src/full/Agda/Syntax/Abstract/Pattern.hs:42)
    lhsCoreToSpine (src/full/Agda/Syntax/Abstract/Pattern.hs:439)
    spineToLhsCore (src/full/Agda/Syntax/Abstract/Pattern.hs:450)
    lhsCoreAddChunk (src/full/Agda/Syntax/Abstract/Pattern.hs:462)
    mapLHSHead (src/full/Agda/Syntax/Abstract/Pattern.hs:509)
Warning: 'OutputConstraint' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
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: 'Remove' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Base.hs:337:5
    * at src/full/Agda/Interaction/Base.hs:336:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Base.hs:336:1
Warning: 'initialiseCommandQueue' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'maybeAbort' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'theTCState' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IOTCM' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Base.hs:323:7
    * at src/full/Agda/Interaction/Base.hs:119:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Base.hs:119:1
Warning: 'TopLevelModuleName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/TopLevelModuleName.hs:142:1
    * at src/full/Agda/Syntax/TopLevelModuleName/Boot.hs:36:34
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/TopLevelModuleName.hs:142:1
  55% ( 16 / 29) in 'Agda.Interaction.Base'
  Missing documentation for:
    Module header
    OldInteractionScopes (src/full/Agda/Interaction/Base.hs:66)
    CommandM' (src/full/Agda/Interaction/Base.hs:92)
    Interaction' (src/full/Agda/Interaction/Base.hs:140)
    IOTCM' (src/full/Agda/Interaction/Base.hs:322)
    parseToReadsPrec (src/full/Agda/Interaction/Base.hs:379)
    readParse (src/full/Agda/Interaction/Base.hs:389)
    parens' (src/full/Agda/Interaction/Base.hs:392)
    ComputeMode (src/full/Agda/Interaction/Base.hs:466)
    UseForce (src/full/Agda/Interaction/Base.hs:469)
    OutputForm_boot (src/full/Agda/Interaction/Base.hs:474)
    OutputConstraint_boot (src/full/Agda/Interaction/Base.hs:477)
    OutputContextEntry (src/full/Agda/Interaction/Base.hs:503)
Warning: 's' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  91% ( 11 / 12) in 'Agda.Interaction.Response.Base'
  Missing documentation for:
    GoalDisplayInfo_boot (src/full/Agda/Interaction/Response/Base.hs:115)
  37% (  3 /  8) in 'Agda.Compiler.Backend.Base'
  Missing documentation for:
    Module header
    BackendVersion (src/full/Agda/Compiler/Backend/Base.hs:18)
    Backend_boot (src/full/Agda/Compiler/Backend/Base.hs:20)
    Backend'_boot (src/full/Agda/Compiler/Backend/Base.hs:23)
    Recompile (src/full/Agda/Compiler/Backend/Base.hs:67)
Warning: 'TCEnv' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3943:5
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3942:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:3942:1
Warning: 'handle' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
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: '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: 'instantiate'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'instantiateFull'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'assignV' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CannotQuote' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5337:11
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5539:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:5539:1
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
Warning: 'Type' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:340:1
    * at src/full/Agda/Syntax/Internal.hs:277:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:277:1
Warning: 'give' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'refine' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'makeCase' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'InteractionId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3367:25
    * at src/full/Agda/Syntax/Common.hs:3367:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3367:1
Warning: 'InteractionPoint' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:2015:25
    * at src/full/Agda/TypeChecking/Monad/Base.hs:2015:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:2015:1
Warning: 'MetaId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3246:15
    * at src/full/Agda/Syntax/Common.hs:3246:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3246:1
Warning: 'UnsolvedMetas' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Cubical' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:122:5
    * at src/full/Agda/Syntax/Common.hs:105:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:105:1
Warning: 'pss' 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.
Warning: 'Clause' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:401:15
    * at src/full/Agda/Syntax/Internal.hs:401:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:401:1
Warning: 'Sort' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:230:13
    * at src/full/Agda/Syntax/Internal.hs:348:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:348:1
Warning: 'warning' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'renaming' 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.
Warning: 'new' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'version' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'doExpandLast' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'runUnquoteM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'solveInstanceConstraints' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'noConstraints' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'workOnTypes' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'setCurrentRange' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MutualId' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3656:20
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3656:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:3656:1
Warning: 'MutualBlock' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3666:20
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3666:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:3666:1
Warning: 'reduce' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Level' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:231:13
    * at src/full/Agda/Syntax/Internal.hs:355:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:355:1
Warning: 'getConstInfo' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reify' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ArgInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2464:16
    * at src/full/Agda/Syntax/Common.hs:2464:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2464:1
Warning: 'Interface' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1290:18
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1290:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:1290:1
Warning: 'Closure' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1390:18
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1390:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:1390:1
Warning: 'Instantiation' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1753:22
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1753:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:1753:1
Warning: 'constructIScope' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Builtin' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3903:11
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3902:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:3902:1
Warning: 'SourceFile' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base/Types.hs:147:22
    * at src/full/Agda/TypeChecking/Monad/Base/Types.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/full/Agda/TypeChecking/Monad/Base/Types.hs:147:1
Warning: 'TCM' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6031:20
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
Warning: Agda.TypeChecking.Monad.Base: Could not find documentation for exported module: Agda.TypeChecking.Monad.Base
  22% (151 /673) in 'Agda.TypeChecking.Monad.Base'
  Missing documentation for:
    Module header
    Function (src/full/Agda/TypeChecking/Monad/Base.hs:2740)
    Constraint (src/full/Agda/TypeChecking/Monad/Base.hs:1456)
    Constructor (src/full/Agda/TypeChecking/Monad/Base.hs:2964)
    Datatype (src/full/Agda/TypeChecking/Monad/Base.hs:2809)
    typeError (src/full/Agda/TypeChecking/Monad/Base.hs:6267)
    TypeError (src/full/Agda/TypeChecking/Monad/Base.hs:5042)
    Backend (src/full/Agda/TypeChecking/Monad/Base.hs:194)
    Primitive (src/full/Agda/TypeChecking/Monad/Base.hs:3012)
    Builtin (src/full/Agda/TypeChecking/Monad/Base.hs:3902)
    Closure (src/full/Agda/TypeChecking/Monad/Base.hs:1390)
    ModuleInfo (src/full/Agda/TypeChecking/Monad/Base.hs:1263)
    Backend' (src/full/Agda/TypeChecking/Monad/Base.hs:195)
    ReduceM (src/full/Agda/TypeChecking/Monad/Base.hs:5684)
    runReduceM (src/full/Agda/TypeChecking/Monad/Base.hs:5769)
    Constraints (src/full/Agda/TypeChecking/Monad/Base.hs:1427)
    TCState (src/full/Agda/TypeChecking/Monad/Base.hs:155)
    Signature (src/full/Agda/TypeChecking/Monad/Base.hs:2073)
    TCWarning (src/full/Agda/TypeChecking/Monad/Base.hs:4910)
    Definition (src/full/Agda/TypeChecking/Monad/Base.hs:2338)
    Interface (src/full/Agda/TypeChecking/Monad/Base.hs:1290)
    ReadTCState (src/full/Agda/TypeChecking/Monad/Base.hs:165)
    internalError (src/full/Agda/TypeChecking/Monad/Base.hs:6243)
    Record (src/full/Agda/TypeChecking/Monad/Base.hs:2891)
    Definitions (src/full/Agda/TypeChecking/Monad/Base.hs:2104)
    stModuleToSourceId (src/full/Agda/TypeChecking/Monad/Base.hs:829)
    useTC (src/full/Agda/TypeChecking/Monad/Base.hs:5927)
    mapTCMT (src/full/Agda/TypeChecking/Monad/Base.hs:6038)
    UsedNames (src/full/Agda/TypeChecking/Monad/Base.hs:268)
    initState (src/full/Agda/TypeChecking/Monad/Base.hs:548)
    Call (src/full/Agda/TypeChecking/Monad/Base.hs:3685)
    MonadReduce (src/full/Agda/TypeChecking/Monad/Base.hs:5811)
    Statistics (src/full/Agda/TypeChecking/Monad/Base.hs:3679)
    askR (src/full/Agda/TypeChecking/Monad/Base.hs:5797)
    defAbstract (src/full/Agda/TypeChecking/Monad/Base.hs:3581)
    TCEnv (src/full/Agda/TypeChecking/Monad/Base.hs:3942)
    RewriteRules (src/full/Agda/TypeChecking/Monad/Base.hs:2310)
    PrimFun (src/full/Agda/TypeChecking/Monad/Base.hs:3531)
    RunMetaOccursCheck (src/full/Agda/TypeChecking/Monad/Base.hs:1853)
    MonadBlock (src/full/Agda/TypeChecking/Monad/Base.hs:5985)
    Reduced (src/full/Agda/TypeChecking/Monad/Base.hs:3427)
    ProblemConstraint (src/full/Agda/TypeChecking/Monad/Base.hs:1429)
    UnquoteError (src/full/Agda/TypeChecking/Monad/Base.hs:5012)
    Axiom (src/full/Agda/TypeChecking/Monad/Base.hs:2655)
    defOpaque (src/full/Agda/TypeChecking/Monad/Base.hs:3594)
    MonadFresh (src/full/Agda/TypeChecking/Monad/Base.hs:1073)
    Fields (src/full/Agda/TypeChecking/Monad/Base.hs:3402)
    ForeignCode (src/full/Agda/TypeChecking/Monad/Base.hs:1281)
    LetBinding (src/full/Agda/TypeChecking/Monad/Base.hs:4386)
    Section (src/full/Agda/TypeChecking/Monad/Base.hs:2114)
    PreScopeState (src/full/Agda/TypeChecking/Monad/Base.hs:201)
    PostScopeState (src/full/Agda/TypeChecking/Monad/Base.hs:270)
    BackendForeignCode (src/full/Agda/TypeChecking/Monad/Base.hs:197)
    ImportedModules (src/full/Agda/TypeChecking/Monad/Base.hs:198)
    UserWarnings (src/full/Agda/TypeChecking/Monad/Base.hs:199)
    VisitedModules (src/full/Agda/TypeChecking/Monad/Base.hs:1278)
    BuiltinThings (src/full/Agda/TypeChecking/Monad/Base.hs:3899)
    DisplayForms (src/full/Agda/TypeChecking/Monad/Base.hs:2106)
    DisambiguatedNames (src/full/Agda/TypeChecking/Monad/Base.hs:264)
    ConcreteNames (src/full/Agda/TypeChecking/Monad/Base.hs:266)
    ShadowingNames (src/full/Agda/TypeChecking/Monad/Base.hs:267)
    CheckpointId (src/full/Agda/TypeChecking/Monad/Base.hs:1119)
    MutualId (src/full/Agda/TypeChecking/Monad/Base.hs:3656)
    DecodedModules (src/full/Agda/TypeChecking/Monad/Base.hs:1279)
    LoadedFileCache (src/full/Agda/TypeChecking/Monad/Base.hs:403)
    initSessionState (src/full/Agda/TypeChecking/Monad/Base.hs:444)
    initPersistentStateFromSessionState (src/full/Agda/TypeChecking/Monad/Base.hs:456)
    emptySignature (src/full/Agda/TypeChecking/Monad/Base.hs:2126)
    initPostScopeState (src/full/Agda/TypeChecking/Monad/Base.hs:503)
    initStateIO (src/full/Agda/TypeChecking/Monad/Base.hs:545)
    initStateFromSessionState (src/full/Agda/TypeChecking/Monad/Base.hs:551)
    initStateFromPersistentState (src/full/Agda/TypeChecking/Monad/Base.hs:554)
    lensPersistentState (src/full/Agda/TypeChecking/Monad/Base.hs:565)
    lensPreScopeState (src/full/Agda/TypeChecking/Monad/Base.hs:568)
    lensPostScopeState (src/full/Agda/TypeChecking/Monad/Base.hs:571)
    lensSessionState (src/full/Agda/TypeChecking/Monad/Base.hs:576)
    lensPersistentSession (src/full/Agda/TypeChecking/Monad/Base.hs:599)
    lensBackends (src/full/Agda/TypeChecking/Monad/Base.hs:579)
    lensBenchmark (src/full/Agda/TypeChecking/Monad/Base.hs:582)
    lensFileDict (src/full/Agda/TypeChecking/Monad/Base.hs:585)
    lensFileDictBuilder (src/full/Agda/TypeChecking/Monad/Base.hs:588)
    lensBuiltinModuleIds (src/full/Agda/TypeChecking/Monad/Base.hs:591)
    lensPrimitiveLibDir (src/full/Agda/TypeChecking/Monad/Base.hs:594)
    lensLoadedFileCache (src/full/Agda/TypeChecking/Monad/Base.hs:602)
    lensTopLevelModuleNames (src/full/Agda/TypeChecking/Monad/Base.hs:605)
    lensPreTokens (src/full/Agda/TypeChecking/Monad/Base.hs:611)
    lensImports (src/full/Agda/TypeChecking/Monad/Base.hs:614)
    lensImportedModules (src/full/Agda/TypeChecking/Monad/Base.hs:617)
    lensImportedModulesTransitive (src/full/Agda/TypeChecking/Monad/Base.hs:620)
    lensModuleToSourceId (src/full/Agda/TypeChecking/Monad/Base.hs:623)
    lensVisitedModules (src/full/Agda/TypeChecking/Monad/Base.hs:626)
    lensScope (src/full/Agda/TypeChecking/Monad/Base.hs:629)
    lensPatternSyns (src/full/Agda/TypeChecking/Monad/Base.hs:632)
    lensPatternSynImports (src/full/Agda/TypeChecking/Monad/Base.hs:635)
    lensGeneralizedVars (src/full/Agda/TypeChecking/Monad/Base.hs:638)
    lensImportedBuiltins (src/full/Agda/TypeChecking/Monad/Base.hs:644)
    lensFreshInteractionId (src/full/Agda/TypeChecking/Monad/Base.hs:647)
    lensImportedUserWarnings (src/full/Agda/TypeChecking/Monad/Base.hs:650)
    lensLocalUserWarnings (src/full/Agda/TypeChecking/Monad/Base.hs:653)
    lensWarningOnImport (src/full/Agda/TypeChecking/Monad/Base.hs:656)
    lensImportedPartialDefs (src/full/Agda/TypeChecking/Monad/Base.hs:659)
    lensLibCache (src/full/Agda/TypeChecking/Monad/Base.hs:662)
    lensImportedMetaStore (src/full/Agda/TypeChecking/Monad/Base.hs:665)
    lensCopiedNames (src/full/Agda/TypeChecking/Monad/Base.hs:668)
    lensNameCopies (src/full/Agda/TypeChecking/Monad/Base.hs:671)
    lensForeignCode (src/full/Agda/TypeChecking/Monad/Base.hs:676)
    lensLocalPartialDefs (src/full/Agda/TypeChecking/Monad/Base.hs:679)
    lensFreshNameId (src/full/Agda/TypeChecking/Monad/Base.hs:682)
    lensFreshOpaqueId (src/full/Agda/TypeChecking/Monad/Base.hs:685)
    lensOpaqueBlocks (src/full/Agda/TypeChecking/Monad/Base.hs:688)
    lensOpaqueIds (src/full/Agda/TypeChecking/Monad/Base.hs:691)
    lensSyntaxInfo (src/full/Agda/TypeChecking/Monad/Base.hs:694)
    lensDisambiguatedNames (src/full/Agda/TypeChecking/Monad/Base.hs:697)
    lensOpenMetaStore (src/full/Agda/TypeChecking/Monad/Base.hs:700)
    lensSolvedMetaStore (src/full/Agda/TypeChecking/Monad/Base.hs:703)
    lensInteractionPoints (src/full/Agda/TypeChecking/Monad/Base.hs:706)
    lensAwakeConstraints (src/full/Agda/TypeChecking/Monad/Base.hs:709)
    lensSleepingConstraints (src/full/Agda/TypeChecking/Monad/Base.hs:712)
    lensDirty (src/full/Agda/TypeChecking/Monad/Base.hs:715)
    lensOccursCheckDefs (src/full/Agda/TypeChecking/Monad/Base.hs:718)
    lensSignature (src/full/Agda/TypeChecking/Monad/Base.hs:721)
    lensModuleCheckpoints (src/full/Agda/TypeChecking/Monad/Base.hs:724)
    lensImportsDisplayForms (src/full/Agda/TypeChecking/Monad/Base.hs:727)
    lensImportedDisplayForms (src/full/Agda/TypeChecking/Monad/Base.hs:730)
    lensTemporaryInstances (src/full/Agda/TypeChecking/Monad/Base.hs:733)
    lensConcreteNames (src/full/Agda/TypeChecking/Monad/Base.hs:736)
    lensUsedNames (src/full/Agda/TypeChecking/Monad/Base.hs:739)
    lensShadowingNames (src/full/Agda/TypeChecking/Monad/Base.hs:742)
    lensStatistics (src/full/Agda/TypeChecking/Monad/Base.hs:745)
    lensTCWarnings (src/full/Agda/TypeChecking/Monad/Base.hs:748)
    lensMutualBlocks (src/full/Agda/TypeChecking/Monad/Base.hs:751)
    lensLocalBuiltins (src/full/Agda/TypeChecking/Monad/Base.hs:754)
    lensFreshMetaId (src/full/Agda/TypeChecking/Monad/Base.hs:757)
    lensFreshMutualId (src/full/Agda/TypeChecking/Monad/Base.hs:760)
    lensFreshProblemId (src/full/Agda/TypeChecking/Monad/Base.hs:763)
    lensFreshCheckpointId (src/full/Agda/TypeChecking/Monad/Base.hs:766)
    lensFreshInt (src/full/Agda/TypeChecking/Monad/Base.hs:769)
    lensAreWeCaching (src/full/Agda/TypeChecking/Monad/Base.hs:772)
    lensPostponeInstanceSearch (src/full/Agda/TypeChecking/Monad/Base.hs:775)
    lensConsideringInstance (src/full/Agda/TypeChecking/Monad/Base.hs:778)
    lensInstantiateBlocking (src/full/Agda/TypeChecking/Monad/Base.hs:781)
    lensInstanceHack (src/full/Agda/TypeChecking/Monad/Base.hs:784)
    stBackends (src/full/Agda/TypeChecking/Monad/Base.hs:792)
    stBenchmark (src/full/Agda/TypeChecking/Monad/Base.hs:795)
    stFileDict (src/full/Agda/TypeChecking/Monad/Base.hs:798)
    stBuiltinModuleIds (src/full/Agda/TypeChecking/Monad/Base.hs:801)
    stPrimitiveLibDir (src/full/Agda/TypeChecking/Monad/Base.hs:804)
    stLoadedFileCache (src/full/Agda/TypeChecking/Monad/Base.hs:809)
    stTopLevelModuleNames (src/full/Agda/TypeChecking/Monad/Base.hs:812)
    stTokens (src/full/Agda/TypeChecking/Monad/Base.hs:817)
    stImports (src/full/Agda/TypeChecking/Monad/Base.hs:820)
    stImportedModules (src/full/Agda/TypeChecking/Monad/Base.hs:823)
    stImportedModulesTransitive (src/full/Agda/TypeChecking/Monad/Base.hs:826)
    stModuleToSource (src/full/Agda/TypeChecking/Monad/Base.hs:832)
    stVisitedModules (src/full/Agda/TypeChecking/Monad/Base.hs:835)
    stScope (src/full/Agda/TypeChecking/Monad/Base.hs:838)
    stPatternSyns (src/full/Agda/TypeChecking/Monad/Base.hs:841)
    stPatternSynImports (src/full/Agda/TypeChecking/Monad/Base.hs:844)
    stGeneralizedVars (src/full/Agda/TypeChecking/Monad/Base.hs:847)
    stPragmaOptions (src/full/Agda/TypeChecking/Monad/Base.hs:853)
    stImportedBuiltins (src/full/Agda/TypeChecking/Monad/Base.hs:856)
    stForeignCode (src/full/Agda/TypeChecking/Monad/Base.hs:859)
    stFreshInteractionId (src/full/Agda/TypeChecking/Monad/Base.hs:862)
    stImportedUserWarnings (src/full/Agda/TypeChecking/Monad/Base.hs:865)
    stLocalUserWarnings (src/full/Agda/TypeChecking/Monad/Base.hs:868)
    getUserWarnings (src/full/Agda/TypeChecking/Monad/Base.hs:871)
    useR (src/full/Agda/TypeChecking/Monad/Base.hs:5791)
    stWarningOnImport (src/full/Agda/TypeChecking/Monad/Base.hs:877)
    stImportedPartialDefs (src/full/Agda/TypeChecking/Monad/Base.hs:880)
    stLibCache (src/full/Agda/TypeChecking/Monad/Base.hs:883)
    stImportedMetaStore (src/full/Agda/TypeChecking/Monad/Base.hs:886)
    stCopiedNames (src/full/Agda/TypeChecking/Monad/Base.hs:889)
    stNameCopies (src/full/Agda/TypeChecking/Monad/Base.hs:892)
    stImportedDisplayForms (src/full/Agda/TypeChecking/Monad/Base.hs:895)
    stLocalPartialDefs (src/full/Agda/TypeChecking/Monad/Base.hs:900)
    getPartialDefs (src/full/Agda/TypeChecking/Monad/Base.hs:903)
    stFreshNameId (src/full/Agda/TypeChecking/Monad/Base.hs:909)
    stFreshOpaqueId (src/full/Agda/TypeChecking/Monad/Base.hs:912)
    stOpaqueBlocks (src/full/Agda/TypeChecking/Monad/Base.hs:915)
    stOpaqueIds (src/full/Agda/TypeChecking/Monad/Base.hs:918)
    stInstanceHack (src/full/Agda/TypeChecking/Monad/Base.hs:921)
    stSyntaxInfo (src/full/Agda/TypeChecking/Monad/Base.hs:924)
    stDisambiguatedNames (src/full/Agda/TypeChecking/Monad/Base.hs:927)
    stOpenMetaStore (src/full/Agda/TypeChecking/Monad/Base.hs:930)
    stSolvedMetaStore (src/full/Agda/TypeChecking/Monad/Base.hs:933)
    stInteractionPoints (src/full/Agda/TypeChecking/Monad/Base.hs:936)
    stAwakeConstraints (src/full/Agda/TypeChecking/Monad/Base.hs:939)
    stSleepingConstraints (src/full/Agda/TypeChecking/Monad/Base.hs:942)
    stDirty (src/full/Agda/TypeChecking/Monad/Base.hs:945)
    stOccursCheckDefs (src/full/Agda/TypeChecking/Monad/Base.hs:948)
    stSignature (src/full/Agda/TypeChecking/Monad/Base.hs:951)
    stRewriteRules (src/full/Agda/TypeChecking/Monad/Base.hs:954)
    RewriteRuleMap (src/full/Agda/TypeChecking/Monad/Base.hs:2105)
    sigRewriteRules (src/full/Agda/TypeChecking/Monad/Base.hs:2099)
    stModuleCheckpoints (src/full/Agda/TypeChecking/Monad/Base.hs:957)
    stImportsDisplayForms (src/full/Agda/TypeChecking/Monad/Base.hs:960)
    stInstanceDefs (src/full/Agda/TypeChecking/Monad/Base.hs:985)
    sigInstances (src/full/Agda/TypeChecking/Monad/Base.hs:2096)
    stTemporaryInstances (src/full/Agda/TypeChecking/Monad/Base.hs:994)
    stConcreteNames (src/full/Agda/TypeChecking/Monad/Base.hs:997)
    stUsedNames (src/full/Agda/TypeChecking/Monad/Base.hs:1000)
    stShadowingNames (src/full/Agda/TypeChecking/Monad/Base.hs:1003)
    stStatistics (src/full/Agda/TypeChecking/Monad/Base.hs:1006)
    stTCWarnings (src/full/Agda/TypeChecking/Monad/Base.hs:1009)
    stMutualBlocks (src/full/Agda/TypeChecking/Monad/Base.hs:1012)
    stLocalBuiltins (src/full/Agda/TypeChecking/Monad/Base.hs:1015)
    stFreshMetaId (src/full/Agda/TypeChecking/Monad/Base.hs:1018)
    stFreshMutualId (src/full/Agda/TypeChecking/Monad/Base.hs:1021)
    stFreshProblemId (src/full/Agda/TypeChecking/Monad/Base.hs:1024)
    stFreshCheckpointId (src/full/Agda/TypeChecking/Monad/Base.hs:1027)
    stFreshInt (src/full/Agda/TypeChecking/Monad/Base.hs:1030)
    stPostponeInstanceSearch (src/full/Agda/TypeChecking/Monad/Base.hs:1037)
    stConsideringInstance (src/full/Agda/TypeChecking/Monad/Base.hs:1040)
    stInstantiateBlocking (src/full/Agda/TypeChecking/Monad/Base.hs:1043)
    stInstanceTree (src/full/Agda/TypeChecking/Monad/Base.hs:1046)
    itableTree (src/full/Agda/TypeChecking/Monad/Base.hs:3845)
    stBuiltinThings (src/full/Agda/TypeChecking/Monad/Base.hs:1049)
    HasFresh (src/full/Agda/TypeChecking/Monad/Base.hs:1061)
    nextFresh (src/full/Agda/TypeChecking/Monad/Base.hs:1068)
    freshName (src/full/Agda/TypeChecking/Monad/Base.hs:1132)
    freshNoName (src/full/Agda/TypeChecking/Monad/Base.hs:1137)
    freshNoName_ (src/full/Agda/TypeChecking/Monad/Base.hs:1142)
    freshRecordName (src/full/Agda/TypeChecking/Monad/Base.hs:1145)
    BuiltinThings' (src/full/Agda/TypeChecking/Monad/Base.hs:3900)
    LensClosure (src/full/Agda/TypeChecking/Monad/Base.hs:1405)
    LensTCEnv (src/full/Agda/TypeChecking/Monad/Base.hs:4175)
    buildClosure (src/full/Agda/TypeChecking/Monad/Base.hs:1416)
    DoGeneralize (src/full/Agda/TypeChecking/Monad/Base.hs:1678)
    Listener (src/full/Agda/TypeChecking/Monad/Base.hs:1718)
    TypeCheckingProblem (src/full/Agda/TypeChecking/Monad/Base.hs:1807)
    PrincipalArgTypeMetas (src/full/Agda/TypeChecking/Monad/Base.hs:1799)
    ExpandHidden (src/full/Agda/TypeChecking/Monad/Base.hs:4456)
    ArgsCheckState (src/full/Agda/TypeChecking/Monad/Base.hs:4511)
    getMetaInfo (src/full/Agda/TypeChecking/Monad/Base.hs:1958)
    normalMetaPriority (src/full/Agda/TypeChecking/Monad/Base.hs:1949)
    lowMetaPriority (src/full/Agda/TypeChecking/Monad/Base.hs:1952)
    highMetaPriority (src/full/Agda/TypeChecking/Monad/Base.hs:1955)
    getMetaScope (src/full/Agda/TypeChecking/Monad/Base.hs:1961)
    getMetaEnv (src/full/Agda/TypeChecking/Monad/Base.hs:1964)
    getMetaSig (src/full/Agda/TypeChecking/Monad/Base.hs:1967)
    metaFrozen (src/full/Agda/TypeChecking/Monad/Base.hs:1972)
    _mvInfo (src/full/Agda/TypeChecking/Monad/Base.hs:1975)
    aModeToDef (src/full/Agda/TypeChecking/Monad/Base.hs:4410)
    aDefToMode (src/full/Agda/TypeChecking/Monad/Base.hs:4406)
    IPBoundary (src/full/Agda/TypeChecking/Monad/Base.hs:2050)
    IPBoundary' (src/full/Agda/TypeChecking/Monad/Base.hs:2045)
    Sections (src/full/Agda/TypeChecking/Monad/Base.hs:2103)
    sigSections (src/full/Agda/TypeChecking/Monad/Base.hs:2086)
    sigDefinitions (src/full/Agda/TypeChecking/Monad/Base.hs:2091)
    LocalDisplayForm (src/full/Agda/TypeChecking/Monad/Base.hs:2147)
    secTelescope (src/full/Agda/TypeChecking/Monad/Base.hs:2121)
    DDot (src/full/Agda/TypeChecking/Monad/Base.hs:2173)
    DTerm (src/full/Agda/TypeChecking/Monad/Base.hs:2176)
    PElims (src/full/Agda/TypeChecking/Monad/Base.hs:2235)
    NLPType (src/full/Agda/TypeChecking/Monad/Base.hs:2261)
    NLPSort (src/full/Agda/TypeChecking/Monad/Base.hs:2273)
    PType (src/full/Agda/TypeChecking/Monad/Base.hs:2283)
    PProp (src/full/Agda/TypeChecking/Monad/Base.hs:2284)
    PSSet (src/full/Agda/TypeChecking/Monad/Base.hs:2285)
    Defn (src/full/Agda/TypeChecking/Monad/Base.hs:2624)
    CompiledRepresentation (src/full/Agda/TypeChecking/Monad/Base.hs:2485)
    NumGeneralizableArgs (src/full/Agda/TypeChecking/Monad/Base.hs:2427)
    lensTheDef (src/full/Agda/TypeChecking/Monad/Base.hs:2435)
    noCompiledRep (src/full/Agda/TypeChecking/Monad/Base.hs:2488)
    jsBackendName (src/full/Agda/TypeChecking/Monad/Base.hs:2482)
    ghcBackendName (src/full/Agda/TypeChecking/Monad/Base.hs:2483)
    Face (src/full/Agda/TypeChecking/Monad/Base.hs:2493)
    modifySystem (src/full/Agda/TypeChecking/Monad/Base.hs:2519)
    FunctionFlag (src/full/Agda/TypeChecking/Monad/Base.hs:2590)
    CompKit (src/full/Agda/TypeChecking/Monad/Base.hs:2609)
    emptyCompKit (src/full/Agda/TypeChecking/Monad/Base.hs:2616)
    defaultAxiom (src/full/Agda/TypeChecking/Monad/Base.hs:2619)
    constTranspAxiom (src/full/Agda/TypeChecking/Monad/Base.hs:2622)
    AxiomData (src/full/Agda/TypeChecking/Monad/Base.hs:2648)
    DataOrRecSigData (src/full/Agda/TypeChecking/Monad/Base.hs:2657)
    FunctionData (src/full/Agda/TypeChecking/Monad/Base.hs:2677)
    DatatypeData (src/full/Agda/TypeChecking/Monad/Base.hs:2772)
    RecordData (src/full/Agda/TypeChecking/Monad/Base.hs:2833)
    ConstructorData (src/full/Agda/TypeChecking/Monad/Base.hs:2921)
    PrimitiveData (src/full/Agda/TypeChecking/Monad/Base.hs:2990)
    PrimitiveSortData (src/full/Agda/TypeChecking/Monad/Base.hs:3028)
    DataOrRecSig (src/full/Agda/TypeChecking/Monad/Base.hs:2662)
    PrimitiveSort (src/full/Agda/TypeChecking/Monad/Base.hs:3037)
    axiomConstTransp (src/full/Agda/TypeChecking/Monad/Base.hs:2655)
    datarecPars (src/full/Agda/TypeChecking/Monad/Base.hs:2662)
    FunctionInverse (src/full/Agda/TypeChecking/Monad/Base.hs:3629)
    funClauses (src/full/Agda/TypeChecking/Monad/Base.hs:2741)
    funCompiled (src/full/Agda/TypeChecking/Monad/Base.hs:2742)
    funSplitTree (src/full/Agda/TypeChecking/Monad/Base.hs:2743)
    funTreeless (src/full/Agda/TypeChecking/Monad/Base.hs:2744)
    funCovering (src/full/Agda/TypeChecking/Monad/Base.hs:2745)
    funInv (src/full/Agda/TypeChecking/Monad/Base.hs:2746)
    funMutual (src/full/Agda/TypeChecking/Monad/Base.hs:2747)
    funProjection (src/full/Agda/TypeChecking/Monad/Base.hs:2748)
    funFlags (src/full/Agda/TypeChecking/Monad/Base.hs:2749)
    funTerminates (src/full/Agda/TypeChecking/Monad/Base.hs:2750)
    funExtLam (src/full/Agda/TypeChecking/Monad/Base.hs:2751)
    funWith (src/full/Agda/TypeChecking/Monad/Base.hs:2752)
    funIsKanOp (src/full/Agda/TypeChecking/Monad/Base.hs:2753)
    funOpaque (src/full/Agda/TypeChecking/Monad/Base.hs:2754)
    dataPars (src/full/Agda/TypeChecking/Monad/Base.hs:2810)
    dataIxs (src/full/Agda/TypeChecking/Monad/Base.hs:2811)
    dataClause (src/full/Agda/TypeChecking/Monad/Base.hs:2812)
    dataCons (src/full/Agda/TypeChecking/Monad/Base.hs:2813)
    dataSort (src/full/Agda/TypeChecking/Monad/Base.hs:2814)
    dataMutual (src/full/Agda/TypeChecking/Monad/Base.hs:2815)
    dataAbstr (src/full/Agda/TypeChecking/Monad/Base.hs:2816)
    dataPathCons (src/full/Agda/TypeChecking/Monad/Base.hs:2817)
    dataTranspIx (src/full/Agda/TypeChecking/Monad/Base.hs:2818)
    dataTransp (src/full/Agda/TypeChecking/Monad/Base.hs:2819)
    recPars (src/full/Agda/TypeChecking/Monad/Base.hs:2892)
    recClause (src/full/Agda/TypeChecking/Monad/Base.hs:2893)
    recConHead (src/full/Agda/TypeChecking/Monad/Base.hs:2894)
    recNamedCon (src/full/Agda/TypeChecking/Monad/Base.hs:2895)
    recFields (src/full/Agda/TypeChecking/Monad/Base.hs:2896)
    recTel (src/full/Agda/TypeChecking/Monad/Base.hs:2897)
    recMutual (src/full/Agda/TypeChecking/Monad/Base.hs:2898)
    recEtaEquality' (src/full/Agda/TypeChecking/Monad/Base.hs:2899)
    recPatternMatching (src/full/Agda/TypeChecking/Monad/Base.hs:2900)
    recInduction (src/full/Agda/TypeChecking/Monad/Base.hs:2901)
    recTerminates (src/full/Agda/TypeChecking/Monad/Base.hs:2902)
    recAbstr (src/full/Agda/TypeChecking/Monad/Base.hs:2903)
    recComp (src/full/Agda/TypeChecking/Monad/Base.hs:2904)
    conPars (src/full/Agda/TypeChecking/Monad/Base.hs:2965)
    conArity (src/full/Agda/TypeChecking/Monad/Base.hs:2966)
    conSrcCon (src/full/Agda/TypeChecking/Monad/Base.hs:2967)
    conData (src/full/Agda/TypeChecking/Monad/Base.hs:2968)
    conAbstr (src/full/Agda/TypeChecking/Monad/Base.hs:2969)
    conComp (src/full/Agda/TypeChecking/Monad/Base.hs:2970)
    conProj (src/full/Agda/TypeChecking/Monad/Base.hs:2971)
    conForced (src/full/Agda/TypeChecking/Monad/Base.hs:2972)
    conErased (src/full/Agda/TypeChecking/Monad/Base.hs:2973)
    conErasure (src/full/Agda/TypeChecking/Monad/Base.hs:2974)
    conInline (src/full/Agda/TypeChecking/Monad/Base.hs:2975)
    primAbstr (src/full/Agda/TypeChecking/Monad/Base.hs:3013)
    primName (src/full/Agda/TypeChecking/Monad/Base.hs:3014)
    primClauses (src/full/Agda/TypeChecking/Monad/Base.hs:3015)
    primInv (src/full/Agda/TypeChecking/Monad/Base.hs:3016)
    primCompiled (src/full/Agda/TypeChecking/Monad/Base.hs:3017)
    primOpaque (src/full/Agda/TypeChecking/Monad/Base.hs:3018)
    BuiltinSort (src/full/Agda/TypeChecking/Monad/Base.hs:3864)
    BuiltinDescriptor (src/full/Agda/TypeChecking/Monad/Base.hs:3884)
    primSortName (src/full/Agda/TypeChecking/Monad/Base.hs:3038)
    primSortSort (src/full/Agda/TypeChecking/Monad/Base.hs:3039)
    lensFunction (src/full/Agda/TypeChecking/Monad/Base.hs:3048)
    lensConstructor (src/full/Agda/TypeChecking/Monad/Base.hs:3053)
    lensRecord (src/full/Agda/TypeChecking/Monad/Base.hs:3058)
    lensRecTel (src/full/Agda/TypeChecking/Monad/Base.hs:3065)
    lensRecEta (src/full/Agda/TypeChecking/Monad/Base.hs:3069)
    FunctionInverse' (src/full/Agda/TypeChecking/Monad/Base.hs:3632)
    recRecursive_ (src/full/Agda/TypeChecking/Monad/Base.hs:3271)
    recEtaEquality (src/full/Agda/TypeChecking/Monad/Base.hs:3275)
    _recEtaEquality (src/full/Agda/TypeChecking/Monad/Base.hs:3278)
    emptyFunctionData_ (src/full/Agda/TypeChecking/Monad/Base.hs:3286)
    emptyFunction (src/full/Agda/TypeChecking/Monad/Base.hs:3304)
    emptyFunction_ (src/full/Agda/TypeChecking/Monad/Base.hs:3307)
    funFlag_ (src/full/Agda/TypeChecking/Monad/Base.hs:3310)
    funFlag (src/full/Agda/TypeChecking/Monad/Base.hs:3315)
    funStatic (src/full/Agda/TypeChecking/Monad/Base.hs:3320)
    funInline (src/full/Agda/TypeChecking/Monad/Base.hs:3321)
    funMacro (src/full/Agda/TypeChecking/Monad/Base.hs:3322)
    funMacro_ (src/full/Agda/TypeChecking/Monad/Base.hs:3325)
    isMacro (src/full/Agda/TypeChecking/Monad/Base.hs:3360)
    isExtendedLambda (src/full/Agda/TypeChecking/Monad/Base.hs:3370)
    isWithFunction (src/full/Agda/TypeChecking/Monad/Base.hs:3376)
    isCopatternLHS (src/full/Agda/TypeChecking/Monad/Base.hs:3382)
    recCon (src/full/Agda/TypeChecking/Monad/Base.hs:3385)
    defIsRecord (src/full/Agda/TypeChecking/Monad/Base.hs:3389)
    defIsDataOrRecord (src/full/Agda/TypeChecking/Monad/Base.hs:3393)
    defConstructors (src/full/Agda/TypeChecking/Monad/Base.hs:3398)
    redReturn (src/full/Agda/TypeChecking/Monad/Base.hs:3433)
    MaybeReduced (src/full/Agda/TypeChecking/Monad/Base.hs:3450)
    MaybeReducedArgs (src/full/Agda/TypeChecking/Monad/Base.hs:3459)
    MaybeReducedElims (src/full/Agda/TypeChecking/Monad/Base.hs:3460)
    notReduced (src/full/Agda/TypeChecking/Monad/Base.hs:3463)
    reduced (src/full/Agda/TypeChecking/Monad/Base.hs:3466)
    AllowedReductions (src/full/Agda/TypeChecking/Monad/Base.hs:3485)
    reallyAllReductions (src/full/Agda/TypeChecking/Monad/Base.hs:3492)
    ReduceDefs (src/full/Agda/TypeChecking/Monad/Base.hs:3494)
    reduceAllDefs (src/full/Agda/TypeChecking/Monad/Base.hs:3500)
    locallyReduceDefs (src/full/Agda/TypeChecking/Monad/Base.hs:3503)
    eReduceDefs (src/full/Agda/TypeChecking/Monad/Base.hs:4307)
    locallyReduceAllDefs (src/full/Agda/TypeChecking/Monad/Base.hs:3506)
    shouldReduceDef (src/full/Agda/TypeChecking/Monad/Base.hs:3509)
    asksTC (src/full/Agda/TypeChecking/Monad/Base.hs:5865)
    toReduceDefs (src/full/Agda/TypeChecking/Monad/Base.hs:3514)
    fromReduceDefs (src/full/Agda/TypeChecking/Monad/Base.hs:3518)
    locallyReconstructed (src/full/Agda/TypeChecking/Monad/Base.hs:3522)
    eReconstructed (src/full/Agda/TypeChecking/Monad/Base.hs:4313)
    isReconstructed (src/full/Agda/TypeChecking/Monad/Base.hs:3525)
    primFun (src/full/Agda/TypeChecking/Monad/Base.hs:3541)
    defClauses (src/full/Agda/TypeChecking/Monad/Base.hs:3544)
    defCompiled (src/full/Agda/TypeChecking/Monad/Base.hs:3551)
    defParameters (src/full/Agda/TypeChecking/Monad/Base.hs:3556)
    defInverse (src/full/Agda/TypeChecking/Monad/Base.hs:3561)
    defCompilerPragmas (src/full/Agda/TypeChecking/Monad/Base.hs:3566)
    defForced (src/full/Agda/TypeChecking/Monad/Base.hs:3613)
    InversionMap (src/full/Agda/TypeChecking/Monad/Base.hs:3630)
    TermHead (src/full/Agda/TypeChecking/Monad/Base.hs:3637)
    itableCounts (src/full/Agda/TypeChecking/Monad/Base.hs:3848)
    SortProp (src/full/Agda/TypeChecking/Monad/Base.hs:3872)
    SortSet (src/full/Agda/TypeChecking/Monad/Base.hs:3873)
    SortStrictSet (src/full/Agda/TypeChecking/Monad/Base.hs:3874)
    SortPropOmega (src/full/Agda/TypeChecking/Monad/Base.hs:3875)
    SortSetOmega (src/full/Agda/TypeChecking/Monad/Base.hs:3876)
    SortStrictSetOmega (src/full/Agda/TypeChecking/Monad/Base.hs:3877)
    BuiltinInfo (src/full/Agda/TypeChecking/Monad/Base.hs:3895)
    LetBindings (src/full/Agda/TypeChecking/Monad/Base.hs:4384)
    AbstractMode (src/full/Agda/TypeChecking/Monad/Base.hs:4399)
    UnquoteFlags (src/full/Agda/TypeChecking/Monad/Base.hs:4181)
    initEnv (src/full/Agda/TypeChecking/Monad/Base.hs:4110)
    defaultUnquoteFlags (src/full/Agda/TypeChecking/Monad/Base.hs:4186)
    unquoteNormalise (src/full/Agda/TypeChecking/Monad/Base.hs:4190)
    eUnquoteNormalise (src/full/Agda/TypeChecking/Monad/Base.hs:4193)
    eUnquoteFlags (src/full/Agda/TypeChecking/Monad/Base.hs:4331)
    eContext (src/full/Agda/TypeChecking/Monad/Base.hs:4199)
    eLetBindings (src/full/Agda/TypeChecking/Monad/Base.hs:4202)
    eCurrentModule (src/full/Agda/TypeChecking/Monad/Base.hs:4205)
    eCurrentPath (src/full/Agda/TypeChecking/Monad/Base.hs:4208)
    eAnonymousModules (src/full/Agda/TypeChecking/Monad/Base.hs:4211)
    eImportPath (src/full/Agda/TypeChecking/Monad/Base.hs:4214)
    eMutualBlock (src/full/Agda/TypeChecking/Monad/Base.hs:4217)
    eTerminationCheck (src/full/Agda/TypeChecking/Monad/Base.hs:4220)
    eCoverageCheck (src/full/Agda/TypeChecking/Monad/Base.hs:4223)
    eMakeCase (src/full/Agda/TypeChecking/Monad/Base.hs:4226)
    eSolvingConstraints (src/full/Agda/TypeChecking/Monad/Base.hs:4229)
    eCheckingWhere (src/full/Agda/TypeChecking/Monad/Base.hs:4232)
    eWorkingOnTypes (src/full/Agda/TypeChecking/Monad/Base.hs:4235)
    eAssignMetas (src/full/Agda/TypeChecking/Monad/Base.hs:4238)
    eActiveProblems (src/full/Agda/TypeChecking/Monad/Base.hs:4241)
    eAbstractMode (src/full/Agda/TypeChecking/Monad/Base.hs:4244)
    eRelevance (src/full/Agda/TypeChecking/Monad/Base.hs:4247)
    eHardCompileTimeMode (src/full/Agda/TypeChecking/Monad/Base.hs:4265)
    eSplitOnStrict (src/full/Agda/TypeChecking/Monad/Base.hs:4268)
    eDisplayFormsEnabled (src/full/Agda/TypeChecking/Monad/Base.hs:4271)
    eFoldLetBindings (src/full/Agda/TypeChecking/Monad/Base.hs:4274)
    eRange (src/full/Agda/TypeChecking/Monad/Base.hs:4277)
    eHighlightingRange (src/full/Agda/TypeChecking/Monad/Base.hs:4280)
    eCall (src/full/Agda/TypeChecking/Monad/Base.hs:4283)
    eHighlightingLevel (src/full/Agda/TypeChecking/Monad/Base.hs:4286)
    eHighlightingMethod (src/full/Agda/TypeChecking/Monad/Base.hs:4289)
    eExpandLast (src/full/Agda/TypeChecking/Monad/Base.hs:4292)
    eExpandLastBool (src/full/Agda/TypeChecking/Monad/Base.hs:4295)
    isExpandLast (src/full/Agda/TypeChecking/Monad/Base.hs:4463)
    toExpandLast (src/full/Agda/TypeChecking/Monad/Base.hs:4471)
    eAppDef (src/full/Agda/TypeChecking/Monad/Base.hs:4298)
    eSimplification (src/full/Agda/TypeChecking/Monad/Base.hs:4301)
    eAllowedReductions (src/full/Agda/TypeChecking/Monad/Base.hs:4304)
    eReduceDefsPair (src/full/Agda/TypeChecking/Monad/Base.hs:4310)
    eInjectivityDepth (src/full/Agda/TypeChecking/Monad/Base.hs:4316)
    eCompareBlocked (src/full/Agda/TypeChecking/Monad/Base.hs:4319)
    ePrintDomainFreePi (src/full/Agda/TypeChecking/Monad/Base.hs:4322)
    ePrintMetasBare (src/full/Agda/TypeChecking/Monad/Base.hs:4325)
    eInsideDotPattern (src/full/Agda/TypeChecking/Monad/Base.hs:4328)
    eInstanceDepth (src/full/Agda/TypeChecking/Monad/Base.hs:4334)
    eIsDebugPrinting (src/full/Agda/TypeChecking/Monad/Base.hs:4337)
    ePrintingPatternLambdas (src/full/Agda/TypeChecking/Monad/Base.hs:4340)
    eCallByNeed (src/full/Agda/TypeChecking/Monad/Base.hs:4343)
    eCurrentCheckpoint (src/full/Agda/TypeChecking/Monad/Base.hs:4346)
    eCheckpoints (src/full/Agda/TypeChecking/Monad/Base.hs:4349)
    eGeneralizeMetas (src/full/Agda/TypeChecking/Monad/Base.hs:4352)
    eGeneralizedVars (src/full/Agda/TypeChecking/Monad/Base.hs:4355)
    eActiveBackendName (src/full/Agda/TypeChecking/Monad/Base.hs:4358)
    eConflComputingOverlap (src/full/Agda/TypeChecking/Monad/Base.hs:4361)
    eCurrentlyElaborating (src/full/Agda/TypeChecking/Monad/Base.hs:4364)
    viewTC (src/full/Agda/TypeChecking/Monad/Base.hs:5869)
    onLetBindingType (src/full/Agda/TypeChecking/Monad/Base.hs:4393)
    isDontExpandLast (src/full/Agda/TypeChecking/Monad/Base.hs:4468)
    CandidateKind (src/full/Agda/TypeChecking/Monad/Base.hs:4474)
    CheckedArg (src/full/Agda/TypeChecking/Monad/Base.hs:4500)
    IllegalRewriteRuleReason (src/full/Agda/TypeChecking/Monad/Base.hs:5507)
    recordFieldWarningToError (src/full/Agda/TypeChecking/Monad/Base.hs:4757)
    warningName (src/full/Agda/TypeChecking/Monad/Base.hs:4762)
    illegalRewriteWarningName (src/full/Agda/TypeChecking/Monad/Base.hs:4884)
    tcWarningOrigin (src/full/Agda/TypeChecking/Monad/Base.hs:4928)
    UnificationFailure (src/full/Agda/TypeChecking/Monad/Base.hs:5005)
    NegativeUnification (src/full/Agda/TypeChecking/Monad/Base.hs:5000)
    DataOrRecordE (src/full/Agda/TypeChecking/Monad/Base.hs:5499)
    IncorrectTypeForRewriteRelationReason (src/full/Agda/TypeChecking/Monad/Base.hs:5532)
    InductionAndEta (src/full/Agda/TypeChecking/Monad/Base.hs:5501)
    sizedTypesOption (src/full/Agda/TypeChecking/Monad/Base.hs:5625)
    guardednessOption (src/full/Agda/TypeChecking/Monad/Base.hs:5629)
    withoutKOption (src/full/Agda/TypeChecking/Monad/Base.hs:5633)
    cubicalOption (src/full/Agda/TypeChecking/Monad/Base.hs:5637)
    cubicalCompatibleOption (src/full/Agda/TypeChecking/Monad/Base.hs:5641)
    enableCaching (src/full/Agda/TypeChecking/Monad/Base.hs:5645)
    mapRedEnv (src/full/Agda/TypeChecking/Monad/Base.hs:5663)
    mapRedSt (src/full/Agda/TypeChecking/Monad/Base.hs:5667)
    mapRedEnvSt (src/full/Agda/TypeChecking/Monad/Base.hs:5672)
    reduceEnv (src/full/Agda/TypeChecking/Monad/Base.hs:5677)
    reduceSt (src/full/Agda/TypeChecking/Monad/Base.hs:5681)
    unKleisli (src/full/Agda/TypeChecking/Monad/Base.hs:5688)
    onReduceEnv (src/full/Agda/TypeChecking/Monad/Base.hs:5691)
    fmapReduce (src/full/Agda/TypeChecking/Monad/Base.hs:5695)
    apReduce (src/full/Agda/TypeChecking/Monad/Base.hs:5703)
    thenReduce (src/full/Agda/TypeChecking/Monad/Base.hs:5715)
    beforeReduce (src/full/Agda/TypeChecking/Monad/Base.hs:5738)
    bindReduce (src/full/Agda/TypeChecking/Monad/Base.hs:5744)
    localR (src/full/Agda/TypeChecking/Monad/Base.hs:5801)
    BlockT (src/full/Agda/TypeChecking/Monad/Base.hs:5997)
    getsTC (src/full/Agda/TypeChecking/Monad/Base.hs:5908)
    runBlocked (src/full/Agda/TypeChecking/Monad/Base.hs:6015)
    pureTCM (src/full/Agda/TypeChecking/Monad/Base.hs:6041)
    returnTCMT (src/full/Agda/TypeChecking/Monad/Base.hs:6057)
    bindTCMT (src/full/Agda/TypeChecking/Monad/Base.hs:6061)
    thenTCMT (src/full/Agda/TypeChecking/Monad/Base.hs:6065)
    fmapTCMT (src/full/Agda/TypeChecking/Monad/Base.hs:6072)
    apTCMT (src/full/Agda/TypeChecking/Monad/Base.hs:6080)
    typeError' (src/full/Agda/TypeChecking/Monad/Base.hs:6263)
    genericError (src/full/Agda/TypeChecking/Monad/Base.hs:6255)
    genericDocError (src/full/Agda/TypeChecking/Monad/Base.hs:6259)
    typeError'_ (src/full/Agda/TypeChecking/Monad/Base.hs:6271)
    typeError_ (src/full/Agda/TypeChecking/Monad/Base.hs:6275)
    interactionError (src/full/Agda/TypeChecking/Monad/Base.hs:6278)
    syntaxError (src/full/Agda/TypeChecking/Monad/Base.hs:6281)
    unquoteError (src/full/Agda/TypeChecking/Monad/Base.hs:6284)
    execError (src/full/Agda/TypeChecking/Monad/Base.hs:6287)
    runTCMTop' (src/full/Agda/TypeChecking/Monad/Base.hs:6303)
    MonadFileId (src/full/Agda/Utils/FileId.hs:88)
    HasOptions (src/full/Agda/Interaction/Options/HasOptions.hs:19)
    RecordFieldWarning (src/full/Agda/TypeChecking/Monad/Base/Warning.hs:14)
    UselessPublicReason (src/full/Agda/TypeChecking/Monad/Base/Warning.hs:22)
Warning: 'noAbs' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'piApplyM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'apply'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Abs' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:260:14
    * at src/full/Agda/Syntax/Internal.hs:260:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:260:1
Warning: 'Type' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:340:1
    * at src/full/Agda/Syntax/Internal.hs:277:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:277:1
Warning: Agda.TypeChecking.Substitute: Could not find documentation for exported module: Agda.TypeChecking.Substitute
  47% ( 32 / 67) in 'Agda.TypeChecking.Substitute'
  Missing documentation for:
    sort (src/full/Agda/TypeChecking/Substitute.hs:1579)
    TelV (src/full/Agda/TypeChecking/Substitute.hs:1244)
    mkLam (src/full/Agda/TypeChecking/Substitute.hs:1314)
    funSort (src/full/Agda/TypeChecking/Substitute.hs:1680)
    piSort (src/full/Agda/TypeChecking/Substitute.hs:1740)
    univSort (src/full/Agda/TypeChecking/Substitute.hs:1576)
    lamView (src/full/Agda/TypeChecking/Substitute.hs:1317)
    relToDontCare (src/full/Agda/TypeChecking/Substitute.hs:189)
    argToDontCare (src/full/Agda/TypeChecking/Substitute.hs:186)
    applyNLPatSubst (src/full/Agda/TypeChecking/Substitute.hs:934)
    namedTelVars (src/full/Agda/TypeChecking/Substitute.hs:753)
    telVars (src/full/Agda/TypeChecking/Substitute.hs:750)
    abstractArgs (src/full/Agda/TypeChecking/Substitute.hs:775)
    applySubstTerm (src/full/Agda/TypeChecking/Substitute.hs:829)
    levelTm (src/full/Agda/TypeChecking/Substitute.hs:1784)
    applyNLSubstToDom (src/full/Agda/TypeChecking/Substitute.hs:947)
    fromPatternSubstitution (src/full/Agda/TypeChecking/Substitute.hs:1155)
    applyPatSubst (src/full/Agda/TypeChecking/Substitute.hs:1158)
    usePatOrigin (src/full/Agda/TypeChecking/Substitute.hs:1162)
    usePatternInfo (src/full/Agda/TypeChecking/Substitute.hs:1167)
    TelView (src/full/Agda/TypeChecking/Substitute.hs:1243)
    bindsToTel (src/full/Agda/TypeChecking/Substitute.hs:1276)
    bindsToTel'1 (src/full/Agda/TypeChecking/Substitute.hs:1279)
    bindsToTel1 (src/full/Agda/TypeChecking/Substitute.hs:1282)
    domFromNamedArgName (src/full/Agda/TypeChecking/Substitute.hs:1294)
    namedBindsToTel1 (src/full/Agda/TypeChecking/Substitute.hs:1291)
    mkPiSort (src/full/Agda/TypeChecking/Substitute.hs:1303)
    unlamView (src/full/Agda/TypeChecking/Substitute.hs:1322)
    telePi' (src/full/Agda/TypeChecking/Substitute.hs:1325)
    ssort (src/full/Agda/TypeChecking/Substitute.hs:1582)
    SmallSort (src/full/Agda/TypeChecking/Substitute.hs:1592)
    LargeSort (src/full/Agda/TypeChecking/Substitute.hs:1600)
    isSmallSort (src/full/Agda/TypeChecking/Substitute.hs:1627)
    levelMax (src/full/Agda/TypeChecking/Substitute.hs:1748)
    Substitution (src/full/Agda/Syntax/Internal.hs:698)
   7% (  1 / 13) in 'Agda.Compiler.Treeless.Subst'
  Missing documentation for:
    Module header
    UnderLambda (src/full/Agda/Compiler/Treeless/Subst.hs:53)
    SeqArg (src/full/Agda/Compiler/Treeless/Subst.hs:56)
    Occurs (src/full/Agda/Compiler/Treeless/Subst.hs:59)
    once (src/full/Agda/Compiler/Treeless/Subst.hs:63)
    inSeq (src/full/Agda/Compiler/Treeless/Subst.hs:66)
    underLambda (src/full/Agda/Compiler/Treeless/Subst.hs:69)
    HasFree (src/full/Agda/Compiler/Treeless/Subst.hs:83)
    freeIn (src/full/Agda/Compiler/Treeless/Subst.hs:87)
    occursIn (src/full/Agda/Compiler/Treeless/Subst.hs:90)
    Binder (src/full/Agda/Compiler/Treeless/Subst.hs:101)
    InSeq (src/full/Agda/Compiler/Treeless/Subst.hs:110)
   0% (  0 /  1) in 'Agda.Compiler.Treeless.Pretty'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'Agda.Compiler.Treeless.Compare'
  Missing documentation for:
    Module header
    equalTerms (src/full/Agda/Compiler/Treeless/Compare.hs:10)
   0% (  0 /  2) in 'Agda.Compiler.Treeless.Uncase'
  Missing documentation for:
    Module header
    caseToSeq (src/full/Agda/Compiler/Treeless/Uncase.hs:15)
  12% (  2 / 16) in 'Agda.TypeChecking.Monad.Imports'
  Missing documentation for:
    Module header
    addImportCycleCheck (src/full/Agda/TypeChecking/Monad/Imports.hs:65)
    dropDecodedModule (src/full/Agda/TypeChecking/Monad/Imports.hs:117)
    getDecodedModule (src/full/Agda/TypeChecking/Monad/Imports.hs:105)
    getDecodedModules (src/full/Agda/TypeChecking/Monad/Imports.hs:98)
    getImportPath (src/full/Agda/TypeChecking/Monad/Imports.hs:69)
    getPrettyVisitedModules (src/full/Agda/TypeChecking/Monad/Imports.hs:83)
    getVisitedModule (src/full/Agda/TypeChecking/Monad/Imports.hs:95)
    getVisitedModules (src/full/Agda/TypeChecking/Monad/Imports.hs:80)
    setDecodedModules (src/full/Agda/TypeChecking/Monad/Imports.hs:101)
    setVisitedModules (src/full/Agda/TypeChecking/Monad/Imports.hs:77)
    storeDecodedModule (src/full/Agda/TypeChecking/Monad/Imports.hs:108)
    visitModule (src/full/Agda/TypeChecking/Monad/Imports.hs:72)
    withImportPath (src/full/Agda/TypeChecking/Monad/Imports.hs:125)
Warning: 'removeLetBinding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  68% ( 20 / 29) in 'Agda.TypeChecking.Monad.Env'
  Missing documentation for:
    Module header
    dontExpandLast (src/full/Agda/TypeChecking/Monad/Env.hs:71)
    reallyDontExpandLast (src/full/Agda/TypeChecking/Monad/Env.hs:74)
    performedSimplification' (src/full/Agda/TypeChecking/Monad/Env.hs:84)
    getSimplification (src/full/Agda/TypeChecking/Monad/Env.hs:87)
    modifyAllowedReductions (src/full/Agda/TypeChecking/Monad/Env.hs:96)
    putAllowedReductions (src/full/Agda/TypeChecking/Monad/Env.hs:99)
    insideDotPattern (src/full/Agda/TypeChecking/Monad/Env.hs:132)
    isInsideDotPattern (src/full/Agda/TypeChecking/Monad/Env.hs:135)
Warning: 'ReduceM' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5684:21
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5684:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:5684:1
Warning: 'BuiltinAccess' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Builtin.hs:71:27
    * at src/full/Agda/TypeChecking/Monad/Builtin.hs:71:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Builtin.hs:71:1
Warning: 'Builtin' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3903:11
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3902:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:3902:1
Warning: 'CoinductionKit' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Builtin.hs:537:23
    * at src/full/Agda/TypeChecking/Monad/Builtin.hs:537:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Builtin.hs:537:1
Warning: 'SortKit' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Builtin.hs:561:16
    * at src/full/Agda/TypeChecking/Monad/Builtin.hs:561:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Builtin.hs:561:1
Warning: 'optLoadPrimitives' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TCM' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6031:20
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
Warning: 'Reify' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.TypeChecking.Monad.Builtin: Could not find documentation for exported module: Agda.TypeChecking.Monad.Builtin
   7% ( 21 /263) in 'Agda.TypeChecking.Monad.Builtin'
  Missing documentation for:
    Module header
    HasBuiltins (src/full/Agda/TypeChecking/Monad/Builtin.hs:39)
    getBuiltinName' (src/full/Agda/TypeChecking/Monad/Builtin.hs:630)
    getName' (src/full/Agda/TypeChecking/Monad/Builtin.hs:213)
    primIMin (src/full/Agda/TypeChecking/Monad/Builtin.hs:345)
    primIMax (src/full/Agda/TypeChecking/Monad/Builtin.hs:346)
    primINeg (src/full/Agda/TypeChecking/Monad/Builtin.hs:347)
    primPartial (src/full/Agda/TypeChecking/Monad/Builtin.hs:348)
    primPartialP (src/full/Agda/TypeChecking/Monad/Builtin.hs:349)
    primSubOut (src/full/Agda/TypeChecking/Monad/Builtin.hs:369)
    primGlue (src/full/Agda/TypeChecking/Monad/Builtin.hs:360)
    primFaceForall (src/full/Agda/TypeChecking/Monad/Builtin.hs:363)
    primHComp (src/full/Agda/TypeChecking/Monad/Builtin.hs:353)
    primNatPlus (src/full/Agda/TypeChecking/Monad/Builtin.hs:373)
    primNatMinus (src/full/Agda/TypeChecking/Monad/Builtin.hs:374)
    primNatTimes (src/full/Agda/TypeChecking/Monad/Builtin.hs:375)
    primNatDivSucAux (src/full/Agda/TypeChecking/Monad/Builtin.hs:376)
    primNatModSucAux (src/full/Agda/TypeChecking/Monad/Builtin.hs:377)
    primNatEquality (src/full/Agda/TypeChecking/Monad/Builtin.hs:378)
    primNatLess (src/full/Agda/TypeChecking/Monad/Builtin.hs:379)
    primLevelZero (src/full/Agda/TypeChecking/Monad/Builtin.hs:393)
    primLevelSuc (src/full/Agda/TypeChecking/Monad/Builtin.hs:394)
    primLevelMax (src/full/Agda/TypeChecking/Monad/Builtin.hs:395)
    primLockUniv (src/full/Agda/TypeChecking/Monad/Builtin.hs:402)
    litType (src/full/Agda/TypeChecking/Monad/Builtin.hs:95)
    primZero (src/full/Agda/TypeChecking/Monad/Builtin.hs:372)
    primSuc (src/full/Agda/TypeChecking/Monad/Builtin.hs:371)
    primNat (src/full/Agda/TypeChecking/Monad/Builtin.hs:370)
    primWord64 (src/full/Agda/TypeChecking/Monad/Builtin.hs:380)
    primFloat (src/full/Agda/TypeChecking/Monad/Builtin.hs:323)
    primChar (src/full/Agda/TypeChecking/Monad/Builtin.hs:324)
    primString (src/full/Agda/TypeChecking/Monad/Builtin.hs:325)
    primQName (src/full/Agda/TypeChecking/Monad/Builtin.hs:407)
    primAgdaMeta (src/full/Agda/TypeChecking/Monad/Builtin.hs:487)
    setBuiltinThings (src/full/Agda/TypeChecking/Monad/Builtin.hs:110)
    bindBuiltinName (src/full/Agda/TypeChecking/Monad/Builtin.hs:113)
    bindPrimitive (src/full/Agda/TypeChecking/Monad/Builtin.hs:123)
    getBuiltinName_ (src/full/Agda/TypeChecking/Monad/Builtin.hs:155)
    getBuiltin (src/full/Agda/TypeChecking/Monad/Builtin.hs:170)
    getPrimitive (src/full/Agda/TypeChecking/Monad/Builtin.hs:196)
    getPrimitiveTerm (src/full/Agda/TypeChecking/Monad/Builtin.hs:201)
    getPrimitiveTerm' (src/full/Agda/TypeChecking/Monad/Builtin.hs:205)
    getPrimitiveName' (src/full/Agda/TypeChecking/Monad/Builtin.hs:633)
    getTerm' (src/full/Agda/TypeChecking/Monad/Builtin.hs:208)
    constructorForm' (src/full/Agda/TypeChecking/Monad/Builtin.hs:236)
    primInteger (src/full/Agda/TypeChecking/Monad/Builtin.hs:320)
    primIntegerPos (src/full/Agda/TypeChecking/Monad/Builtin.hs:321)
    primIntegerNegSuc (src/full/Agda/TypeChecking/Monad/Builtin.hs:322)
    primUnit (src/full/Agda/TypeChecking/Monad/Builtin.hs:328)
    primUnitUnit (src/full/Agda/TypeChecking/Monad/Builtin.hs:329)
    primBool (src/full/Agda/TypeChecking/Monad/Builtin.hs:326)
    primTrue (src/full/Agda/TypeChecking/Monad/Builtin.hs:330)
    primFalse (src/full/Agda/TypeChecking/Monad/Builtin.hs:331)
    primSigma (src/full/Agda/TypeChecking/Monad/Builtin.hs:327)
    primList (src/full/Agda/TypeChecking/Monad/Builtin.hs:332)
    primNil (src/full/Agda/TypeChecking/Monad/Builtin.hs:333)
    primCons (src/full/Agda/TypeChecking/Monad/Builtin.hs:334)
    primIO (src/full/Agda/TypeChecking/Monad/Builtin.hs:338)
    primMaybe (src/full/Agda/TypeChecking/Monad/Builtin.hs:335)
    primNothing (src/full/Agda/TypeChecking/Monad/Builtin.hs:336)
    primJust (src/full/Agda/TypeChecking/Monad/Builtin.hs:337)
    primPath (src/full/Agda/TypeChecking/Monad/Builtin.hs:339)
    primPathP (src/full/Agda/TypeChecking/Monad/Builtin.hs:340)
    primIntervalUniv (src/full/Agda/TypeChecking/Monad/Builtin.hs:341)
    primInterval (src/full/Agda/TypeChecking/Monad/Builtin.hs:342)
    primIZero (src/full/Agda/TypeChecking/Monad/Builtin.hs:343)
    primIOne (src/full/Agda/TypeChecking/Monad/Builtin.hs:344)
    primIsOne (src/full/Agda/TypeChecking/Monad/Builtin.hs:350)
    primItIsOne (src/full/Agda/TypeChecking/Monad/Builtin.hs:351)
    primIsOne1 (src/full/Agda/TypeChecking/Monad/Builtin.hs:364)
    primIsOne2 (src/full/Agda/TypeChecking/Monad/Builtin.hs:365)
    primIsOneEmpty (src/full/Agda/TypeChecking/Monad/Builtin.hs:366)
    primSub (src/full/Agda/TypeChecking/Monad/Builtin.hs:367)
    primSubIn (src/full/Agda/TypeChecking/Monad/Builtin.hs:368)
    primTrans (src/full/Agda/TypeChecking/Monad/Builtin.hs:352)
    primEquiv (src/full/Agda/TypeChecking/Monad/Builtin.hs:354)
    primEquivFun (src/full/Agda/TypeChecking/Monad/Builtin.hs:355)
    primEquivProof (src/full/Agda/TypeChecking/Monad/Builtin.hs:356)
    primTranspProof (src/full/Agda/TypeChecking/Monad/Builtin.hs:357)
    prim_glue (src/full/Agda/TypeChecking/Monad/Builtin.hs:361)
    prim_unglue (src/full/Agda/TypeChecking/Monad/Builtin.hs:362)
    prim_glueU (src/full/Agda/TypeChecking/Monad/Builtin.hs:358)
    prim_unglueU (src/full/Agda/TypeChecking/Monad/Builtin.hs:359)
    primSizeUniv (src/full/Agda/TypeChecking/Monad/Builtin.hs:381)
    primSize (src/full/Agda/TypeChecking/Monad/Builtin.hs:382)
    primSizeLt (src/full/Agda/TypeChecking/Monad/Builtin.hs:383)
    primSizeSuc (src/full/Agda/TypeChecking/Monad/Builtin.hs:384)
    primSizeInf (src/full/Agda/TypeChecking/Monad/Builtin.hs:385)
    primSizeMax (src/full/Agda/TypeChecking/Monad/Builtin.hs:386)
    primInf (src/full/Agda/TypeChecking/Monad/Builtin.hs:387)
    primSharp (src/full/Agda/TypeChecking/Monad/Builtin.hs:388)
    primFlat (src/full/Agda/TypeChecking/Monad/Builtin.hs:389)
    primEquality (src/full/Agda/TypeChecking/Monad/Builtin.hs:390)
    primRefl (src/full/Agda/TypeChecking/Monad/Builtin.hs:391)
    primLevel (src/full/Agda/TypeChecking/Monad/Builtin.hs:392)
    primLevelUniv (src/full/Agda/TypeChecking/Monad/Builtin.hs:403)
    primProp (src/full/Agda/TypeChecking/Monad/Builtin.hs:396)
    primSet (src/full/Agda/TypeChecking/Monad/Builtin.hs:397)
    primStrictSet (src/full/Agda/TypeChecking/Monad/Builtin.hs:398)
    primPropOmega (src/full/Agda/TypeChecking/Monad/Builtin.hs:399)
    primSetOmega (src/full/Agda/TypeChecking/Monad/Builtin.hs:400)
    primSSetOmega (src/full/Agda/TypeChecking/Monad/Builtin.hs:401)
    primFromNat (src/full/Agda/TypeChecking/Monad/Builtin.hs:404)
    primFromNeg (src/full/Agda/TypeChecking/Monad/Builtin.hs:405)
    primFromString (src/full/Agda/TypeChecking/Monad/Builtin.hs:406)
    primArgInfo (src/full/Agda/TypeChecking/Monad/Builtin.hs:438)
    primArgArgInfo (src/full/Agda/TypeChecking/Monad/Builtin.hs:439)
    primArg (src/full/Agda/TypeChecking/Monad/Builtin.hs:408)
    primArgArg (src/full/Agda/TypeChecking/Monad/Builtin.hs:409)
    primAbs (src/full/Agda/TypeChecking/Monad/Builtin.hs:410)
    primAbsAbs (src/full/Agda/TypeChecking/Monad/Builtin.hs:411)
    primAgdaTerm (src/full/Agda/TypeChecking/Monad/Builtin.hs:446)
    primAgdaTermVar (src/full/Agda/TypeChecking/Monad/Builtin.hs:447)
    primAgdaTermLam (src/full/Agda/TypeChecking/Monad/Builtin.hs:448)
    primAgdaTermExtLam (src/full/Agda/TypeChecking/Monad/Builtin.hs:449)
    primAgdaTermDef (src/full/Agda/TypeChecking/Monad/Builtin.hs:450)
    primAgdaTermCon (src/full/Agda/TypeChecking/Monad/Builtin.hs:451)
    primAgdaTermPi (src/full/Agda/TypeChecking/Monad/Builtin.hs:452)
    primAgdaTermSort (src/full/Agda/TypeChecking/Monad/Builtin.hs:453)
    primAgdaTermLit (src/full/Agda/TypeChecking/Monad/Builtin.hs:454)
    primAgdaTermUnsupported (src/full/Agda/TypeChecking/Monad/Builtin.hs:455)
    primAgdaTermMeta (src/full/Agda/TypeChecking/Monad/Builtin.hs:456)
    primAgdaErrorPart (src/full/Agda/TypeChecking/Monad/Builtin.hs:457)
    primAgdaErrorPartString (src/full/Agda/TypeChecking/Monad/Builtin.hs:458)
    primAgdaErrorPartTerm (src/full/Agda/TypeChecking/Monad/Builtin.hs:459)
    primAgdaErrorPartPatt (src/full/Agda/TypeChecking/Monad/Builtin.hs:460)
    primAgdaErrorPartName (src/full/Agda/TypeChecking/Monad/Builtin.hs:461)
    primHiding (src/full/Agda/TypeChecking/Monad/Builtin.hs:413)
    primHidden (src/full/Agda/TypeChecking/Monad/Builtin.hs:414)
    primInstance (src/full/Agda/TypeChecking/Monad/Builtin.hs:415)
    primVisible (src/full/Agda/TypeChecking/Monad/Builtin.hs:416)
    primRelevance (src/full/Agda/TypeChecking/Monad/Builtin.hs:417)
    primRelevant (src/full/Agda/TypeChecking/Monad/Builtin.hs:418)
    primIrrelevant (src/full/Agda/TypeChecking/Monad/Builtin.hs:419)
    primQuantity (src/full/Agda/TypeChecking/Monad/Builtin.hs:420)
    primQuantity0 (src/full/Agda/TypeChecking/Monad/Builtin.hs:421)
    primQuantity� (src/full/Agda/TypeChecking/Monad/Builtin.hs:422)
    primModality (src/full/Agda/TypeChecking/Monad/Builtin.hs:423)
    primModalityConstructor (src/full/Agda/TypeChecking/Monad/Builtin.hs:424)
    primAssoc (src/full/Agda/TypeChecking/Monad/Builtin.hs:425)
    primAssocLeft (src/full/Agda/TypeChecking/Monad/Builtin.hs:426)
    primAssocRight (src/full/Agda/TypeChecking/Monad/Builtin.hs:427)
    primAssocNon (src/full/Agda/TypeChecking/Monad/Builtin.hs:428)
    primPrecedence (src/full/Agda/TypeChecking/Monad/Builtin.hs:429)
    primPrecRelated (src/full/Agda/TypeChecking/Monad/Builtin.hs:430)
    primPrecUnrelated (src/full/Agda/TypeChecking/Monad/Builtin.hs:431)
    primFixity (src/full/Agda/TypeChecking/Monad/Builtin.hs:432)
    primFixityFixity (src/full/Agda/TypeChecking/Monad/Builtin.hs:433)
    primAgdaLiteral (src/full/Agda/TypeChecking/Monad/Builtin.hs:462)
    primAgdaLitNat (src/full/Agda/TypeChecking/Monad/Builtin.hs:463)
    primAgdaLitWord64 (src/full/Agda/TypeChecking/Monad/Builtin.hs:464)
    primAgdaLitFloat (src/full/Agda/TypeChecking/Monad/Builtin.hs:465)
    primAgdaLitString (src/full/Agda/TypeChecking/Monad/Builtin.hs:467)
    primAgdaLitChar (src/full/Agda/TypeChecking/Monad/Builtin.hs:466)
    primAgdaLitQName (src/full/Agda/TypeChecking/Monad/Builtin.hs:468)
    primAgdaLitMeta (src/full/Agda/TypeChecking/Monad/Builtin.hs:469)
    primAgdaSort (src/full/Agda/TypeChecking/Monad/Builtin.hs:412)
    primAgdaSortSet (src/full/Agda/TypeChecking/Monad/Builtin.hs:440)
    primAgdaSortLit (src/full/Agda/TypeChecking/Monad/Builtin.hs:441)
    primAgdaSortProp (src/full/Agda/TypeChecking/Monad/Builtin.hs:442)
    primAgdaSortPropLit (src/full/Agda/TypeChecking/Monad/Builtin.hs:443)
    primAgdaSortInf (src/full/Agda/TypeChecking/Monad/Builtin.hs:444)
    primAgdaSortUnsupported (src/full/Agda/TypeChecking/Monad/Builtin.hs:445)
    primAgdaDefinition (src/full/Agda/TypeChecking/Monad/Builtin.hs:486)
    primAgdaDefinitionFunDef (src/full/Agda/TypeChecking/Monad/Builtin.hs:480)
    primAgdaDefinitionDataDef (src/full/Agda/TypeChecking/Monad/Builtin.hs:481)
    primAgdaDefinitionRecordDef (src/full/Agda/TypeChecking/Monad/Builtin.hs:482)
    primAgdaDefinitionPostulate (src/full/Agda/TypeChecking/Monad/Builtin.hs:484)
    primAgdaDefinitionPrimitive (src/full/Agda/TypeChecking/Monad/Builtin.hs:485)
    primAgdaDefinitionDataConstructor (src/full/Agda/TypeChecking/Monad/Builtin.hs:483)
    primAgdaClause (src/full/Agda/TypeChecking/Monad/Builtin.hs:477)
    primAgdaClauseClause (src/full/Agda/TypeChecking/Monad/Builtin.hs:478)
    primAgdaClauseAbsurd (src/full/Agda/TypeChecking/Monad/Builtin.hs:479)
    primAgdaPattern (src/full/Agda/TypeChecking/Monad/Builtin.hs:470)
    primAgdaPatCon (src/full/Agda/TypeChecking/Monad/Builtin.hs:471)
    primAgdaPatVar (src/full/Agda/TypeChecking/Monad/Builtin.hs:472)
    primAgdaPatDot (src/full/Agda/TypeChecking/Monad/Builtin.hs:473)
    primAgdaPatLit (src/full/Agda/TypeChecking/Monad/Builtin.hs:474)
    primAgdaPatProj (src/full/Agda/TypeChecking/Monad/Builtin.hs:475)
    primAgdaPatAbsurd (src/full/Agda/TypeChecking/Monad/Builtin.hs:476)
    primAgdaBlocker (src/full/Agda/TypeChecking/Monad/Builtin.hs:434)
    primAgdaBlockerAny (src/full/Agda/TypeChecking/Monad/Builtin.hs:435)
    primAgdaBlockerAll (src/full/Agda/TypeChecking/Monad/Builtin.hs:436)
    primAgdaBlockerMeta (src/full/Agda/TypeChecking/Monad/Builtin.hs:437)
    primAgdaTCM (src/full/Agda/TypeChecking/Monad/Builtin.hs:488)
    primAgdaTCMReturn (src/full/Agda/TypeChecking/Monad/Builtin.hs:489)
    primAgdaTCMBind (src/full/Agda/TypeChecking/Monad/Builtin.hs:490)
    primAgdaTCMUnify (src/full/Agda/TypeChecking/Monad/Builtin.hs:491)
    primAgdaTCMTypeError (src/full/Agda/TypeChecking/Monad/Builtin.hs:492)
    primAgdaTCMInferType (src/full/Agda/TypeChecking/Monad/Builtin.hs:493)
    primAgdaTCMCheckType (src/full/Agda/TypeChecking/Monad/Builtin.hs:494)
    primAgdaTCMNormalise (src/full/Agda/TypeChecking/Monad/Builtin.hs:495)
    primAgdaTCMReduce (src/full/Agda/TypeChecking/Monad/Builtin.hs:496)
    primAgdaTCMCatchError (src/full/Agda/TypeChecking/Monad/Builtin.hs:497)
    primAgdaTCMGetContext (src/full/Agda/TypeChecking/Monad/Builtin.hs:498)
    primAgdaTCMExtendContext (src/full/Agda/TypeChecking/Monad/Builtin.hs:499)
    primAgdaTCMInContext (src/full/Agda/TypeChecking/Monad/Builtin.hs:500)
    primAgdaTCMFreshName (src/full/Agda/TypeChecking/Monad/Builtin.hs:501)
    primAgdaTCMDeclareDef (src/full/Agda/TypeChecking/Monad/Builtin.hs:502)
    primAgdaTCMDeclarePostulate (src/full/Agda/TypeChecking/Monad/Builtin.hs:503)
    primAgdaTCMDeclareData (src/full/Agda/TypeChecking/Monad/Builtin.hs:504)
    primAgdaTCMDefineData (src/full/Agda/TypeChecking/Monad/Builtin.hs:505)
    primAgdaTCMDefineFun (src/full/Agda/TypeChecking/Monad/Builtin.hs:506)
    primAgdaTCMGetType (src/full/Agda/TypeChecking/Monad/Builtin.hs:507)
    primAgdaTCMGetDefinition (src/full/Agda/TypeChecking/Monad/Builtin.hs:508)
    primAgdaTCMQuoteTerm (src/full/Agda/TypeChecking/Monad/Builtin.hs:509)
    primAgdaTCMUnquoteTerm (src/full/Agda/TypeChecking/Monad/Builtin.hs:511)
    primAgdaTCMQuoteOmegaTerm (src/full/Agda/TypeChecking/Monad/Builtin.hs:510)
    primAgdaTCMCommit (src/full/Agda/TypeChecking/Monad/Builtin.hs:513)
    primAgdaTCMIsMacro (src/full/Agda/TypeChecking/Monad/Builtin.hs:514)
    primAgdaTCMBlock (src/full/Agda/TypeChecking/Monad/Builtin.hs:512)
    primAgdaTCMFormatErrorParts (src/full/Agda/TypeChecking/Monad/Builtin.hs:523)
    primAgdaTCMDebugPrint (src/full/Agda/TypeChecking/Monad/Builtin.hs:524)
    primAgdaTCMWithNormalisation (src/full/Agda/TypeChecking/Monad/Builtin.hs:515)
    primAgdaTCMWithReconstructed (src/full/Agda/TypeChecking/Monad/Builtin.hs:516)
    primAgdaTCMWithExpandLast (src/full/Agda/TypeChecking/Monad/Builtin.hs:517)
    primAgdaTCMWithReduceDefs (src/full/Agda/TypeChecking/Monad/Builtin.hs:518)
    primAgdaTCMAskNormalisation (src/full/Agda/TypeChecking/Monad/Builtin.hs:519)
    primAgdaTCMAskReconstructed (src/full/Agda/TypeChecking/Monad/Builtin.hs:520)
    primAgdaTCMAskExpandLast (src/full/Agda/TypeChecking/Monad/Builtin.hs:521)
    primAgdaTCMAskReduceDefs (src/full/Agda/TypeChecking/Monad/Builtin.hs:522)
    primAgdaTCMNoConstraints (src/full/Agda/TypeChecking/Monad/Builtin.hs:525)
    primAgdaTCMWorkOnTypes (src/full/Agda/TypeChecking/Monad/Builtin.hs:526)
    primAgdaTCMRunSpeculative (src/full/Agda/TypeChecking/Monad/Builtin.hs:527)
    primAgdaTCMExec (src/full/Agda/TypeChecking/Monad/Builtin.hs:528)
    primAgdaTCMCheckFromString (src/full/Agda/TypeChecking/Monad/Builtin.hs:529)
    primAgdaTCMGetInstances (src/full/Agda/TypeChecking/Monad/Builtin.hs:530)
    primAgdaTCMSolveInstances (src/full/Agda/TypeChecking/Monad/Builtin.hs:531)
    primAgdaTCMPragmaForeign (src/full/Agda/TypeChecking/Monad/Builtin.hs:532)
    primAgdaTCMPragmaCompile (src/full/Agda/TypeChecking/Monad/Builtin.hs:533)
    coinductionKit (src/full/Agda/TypeChecking/Monad/Builtin.hs:557)
    mkSortKit (src/full/Agda/TypeChecking/Monad/Builtin.hs:567)
    getPrimName (src/full/Agda/TypeChecking/Monad/Builtin.hs:619)
    isPrimitive (src/full/Agda/TypeChecking/Monad/Builtin.hs:636)
    intervalSort (src/full/Agda/TypeChecking/Monad/Builtin.hs:639)
    intervalView' (src/full/Agda/TypeChecking/Monad/Builtin.hs:644)
    intervalView (src/full/Agda/TypeChecking/Monad/Builtin.hs:664)
    intervalUnview (src/full/Agda/TypeChecking/Monad/Builtin.hs:669)
    intervalUnview' (src/full/Agda/TypeChecking/Monad/Builtin.hs:675)
    pathView' (src/full/Agda/TypeChecking/Monad/Builtin.hs:706)
    boldPathView (src/full/Agda/TypeChecking/Monad/Builtin.hs:719)
    getNameOfConstrained (src/full/Agda/TypeChecking/Monad/Builtin.hs:805)
 100% (  2 /  2) in 'Agda.TypeChecking.Inlining'
Warning: 'TypeError' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5559:5
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5042:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:5042:1
  21% (  3 / 14) in 'Agda.TypeChecking.Errors.Names'
  Missing documentation for:
    declarationExceptionName (src/full/Agda/TypeChecking/Errors/Names.hs:264)
    execErrorName (src/full/Agda/TypeChecking/Errors/Names.hs:281)
    ghcBackendErrorName (src/full/Agda/TypeChecking/Errors/Names.hs:287)
    jsBackendErrorName (src/full/Agda/TypeChecking/Errors/Names.hs:293)
    impossibleConstructorErrorName (src/full/Agda/TypeChecking/Errors/Names.hs:297)
    interactionErrorName (src/full/Agda/TypeChecking/Errors/Names.hs:302)
    missingTypeSignatureInfoName (src/full/Agda/TypeChecking/Errors/Names.hs:313)
    notAHaskellTypeErrorName (src/full/Agda/TypeChecking/Errors/Names.hs:319)
    splitErrorName (src/full/Agda/TypeChecking/Errors/Names.hs:328)
    unquotableName (src/full/Agda/TypeChecking/Errors/Names.hs:342)
    unquoteErrorName (src/full/Agda/TypeChecking/Errors/Names.hs:350)
Warning: 'Impossible' is ambiguous. It is defined
    * at src/full/Agda/Utils/Impossible.hs:26:5
    * at src/full/Agda/Utils/Impossible.hs:24:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Utils/Impossible.hs:24:1
Warning: Agda.TypeChecking.Monad.Debug: Could not find documentation for exported module: Agda.TypeChecking.Monad.Debug
  51% ( 17 / 33) in 'Agda.TypeChecking.Monad.Debug'
  Missing documentation for:
    Module header
    MonadDebug (src/full/Agda/TypeChecking/Monad/Debug.hs:45)
    __IMPOSSIBLE_VERBOSE__ (src/full/Agda/TypeChecking/Monad/Debug.hs:254)
    reportSLn (src/full/Agda/TypeChecking/Monad/Debug.hs:243)
    defaultGetVerbosity (src/full/Agda/TypeChecking/Monad/Debug.hs:111)
    defaultGetProfileOptions (src/full/Agda/TypeChecking/Monad/Debug.hs:114)
    defaultIsDebugPrinting (src/full/Agda/TypeChecking/Monad/Debug.hs:117)
    defaultNowDebugPrinting (src/full/Agda/TypeChecking/Monad/Debug.hs:120)
    unlessDebugPrinting (src/full/Agda/TypeChecking/Monad/Debug.hs:303)
    traceSLn (src/full/Agda/TypeChecking/Monad/Debug.hs:342)
    openVerboseBracket (src/full/Agda/TypeChecking/Monad/Debug.hs:353)
    closeVerboseBracket (src/full/Agda/TypeChecking/Monad/Debug.hs:356)
    closeVerboseBracketException (src/full/Agda/TypeChecking/Monad/Debug.hs:359)
    __CRASH_WHEN__ (src/full/Agda/TypeChecking/Monad/Debug.hs:414)
    VerboseKey (src/full/Agda/Interaction/Options/Types.hs:269)
    VerboseLevel (src/full/Agda/Interaction/Options/Types.hs:271)
  87% (  7 /  8) in 'Agda.TypeChecking.Monad.Statistics'
  Missing documentation for:
    MonadStatistics (src/full/Agda/TypeChecking/Monad/Statistics.hs:27)
Warning: 'PostScopeState' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:270:23
    * at src/full/Agda/TypeChecking/Monad/Base.hs:270:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:270:1
  78% ( 11 / 14) in 'Agda.TypeChecking.Monad.Caching'
  Missing documentation for:
    Module header
    areWeCaching (src/full/Agda/TypeChecking/Monad/Caching.hs:56)
    restorePostScopeState (src/full/Agda/TypeChecking/Monad/Caching.hs:69)
  81% (  9 / 11) in 'Agda.TypeChecking.Monad.Benchmark'
  Missing documentation for:
    BenchPhase
    getBenchmark
  66% (  2 /  3) in 'Agda.TypeChecking.DropArgs'
  Missing documentation for:
    Module header
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
  75% (  6 /  8) in 'Agda.Syntax.Internal.Names'
  Missing documentation for:
    NamesIn (src/full/Agda/Syntax/Internal/Names.hs:63)
    PSyn (src/full/Agda/Syntax/Internal/Names.hs:372)
  25% (  1 /  4) in 'Agda.Interaction.Output'
  Missing documentation for:
    Module header
    OutputForm (src/full/Agda/Interaction/Output.hs:12)
    OutputConstraint (src/full/Agda/Interaction/Output.hs:14)
Warning: 'WARNING_ON_USAGE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  16% (  3 / 18) in 'Agda.TypeChecking.Warnings'
  Missing documentation for:
    Module header
    MonadWarning (src/full/Agda/TypeChecking/Warnings.hs:62)
    warning'_ (src/full/Agda/TypeChecking/Warnings.hs:91)
    warning_ (src/full/Agda/TypeChecking/Warnings.hs:119)
    warning' (src/full/Agda/TypeChecking/Warnings.hs:157)
    warning (src/full/Agda/TypeChecking/Warnings.hs:161)
    warnings (src/full/Agda/TypeChecking/Warnings.hs:153)
    isUnsolvedWarning (src/full/Agda/TypeChecking/Warnings.hs:177)
    isMetaWarning (src/full/Agda/TypeChecking/Warnings.hs:180)
    isMetaTCWarning (src/full/Agda/TypeChecking/Warnings.hs:186)
    onlyShowIfUnsolved (src/full/Agda/TypeChecking/Warnings.hs:189)
    classifyWarning (src/full/Agda/TypeChecking/Warnings.hs:201)
    tcWarnings
    nonFatalErrors
    classifyWarnings (src/full/Agda/TypeChecking/Warnings.hs:207)
Warning: Agda.Interaction.Response: Could not find documentation for exported module: Agda.Interaction.Response
  40% (  4 / 10) in 'Agda.Interaction.Response'
  Missing documentation for:
    Module header
    Response (src/full/Agda/Interaction/Response.hs:21)
    Goals (src/full/Agda/Interaction/Response.hs:25)
    Info_Error (src/full/Agda/Interaction/Response.hs:23)
    DisplayInfo (src/full/Agda/Interaction/Response.hs:22)
    GoalDisplayInfo (src/full/Agda/Interaction/Response.hs:24)
Warning: 'SessionTCState' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:358:23
    * at src/full/Agda/TypeChecking/Monad/Base.hs:358:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:358:1
Warning: 'modify' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  57% ( 51 / 89) in 'Agda.TypeChecking.Monad.State'
  Missing documentation for:
    updatePersistentState (src/full/Agda/TypeChecking/Monad/State.hs:130)
    modifyPersistentState (src/full/Agda/TypeChecking/Monad/State.hs:133)
    lensAccumStatistics (src/full/Agda/TypeChecking/Monad/State.hs:142)
    notInScopeWarning (src/full/Agda/TypeChecking/Monad/State.hs:203)
    modifySignature (src/full/Agda/TypeChecking/Monad/State.hs:221)
    modifyImportedSignature (src/full/Agda/TypeChecking/Monad/State.hs:225)
    getSignature (src/full/Agda/TypeChecking/Monad/State.hs:229)
    setSignature (src/full/Agda/TypeChecking/Monad/State.hs:243)
    addRewriteRulesFor (src/full/Agda/TypeChecking/Monad/State.hs:257)
    setMatchableSymbols (src/full/Agda/TypeChecking/Monad/State.hs:271)
    modifyRecEta (src/full/Agda/TypeChecking/Monad/State.hs:279)
    lookupDefinition (src/full/Agda/TypeChecking/Monad/State.hs:285)
    updateDefinitions (src/full/Agda/TypeChecking/Monad/State.hs:288)
    updateDefinition (src/full/Agda/TypeChecking/Monad/State.hs:291)
    updateTheDef (src/full/Agda/TypeChecking/Monad/State.hs:294)
    updateDefType (src/full/Agda/TypeChecking/Monad/State.hs:297)
    updateDefArgOccurrences (src/full/Agda/TypeChecking/Monad/State.hs:300)
    updateDefPolarity (src/full/Agda/TypeChecking/Monad/State.hs:303)
    updateDefCompiledRep (src/full/Agda/TypeChecking/Monad/State.hs:306)
    addCompilerPragma (src/full/Agda/TypeChecking/Monad/State.hs:309)
    updateFunClauses (src/full/Agda/TypeChecking/Monad/State.hs:312)
    updateCovering (src/full/Agda/TypeChecking/Monad/State.hs:316)
    updateCompiledClauses (src/full/Agda/TypeChecking/Monad/State.hs:320)
    updateDefCopatternLHS (src/full/Agda/TypeChecking/Monad/State.hs:324)
    updateDefBlocked (src/full/Agda/TypeChecking/Monad/State.hs:327)
    currentModuleNameHash (src/full/Agda/TypeChecking/Monad/State.hs:443)
    addForeignCode (src/full/Agda/TypeChecking/Monad/State.hs:473)
    getInteractionOutputCallback (src/full/Agda/TypeChecking/Monad/State.hs:483)
    appInteractionOutputCallback (src/full/Agda/TypeChecking/Monad/State.hs:487)
    setInteractionOutputCallback (src/full/Agda/TypeChecking/Monad/State.hs:491)
    getPatternSyns (src/full/Agda/TypeChecking/Monad/State.hs:499)
    setPatternSyns (src/full/Agda/TypeChecking/Monad/State.hs:502)
    getPatternSynImports (src/full/Agda/TypeChecking/Monad/State.hs:509)
    lookupPatternSyn (src/full/Agda/TypeChecking/Monad/State.hs:516)
    lookupSinglePatternSyn (src/full/Agda/TypeChecking/Monad/State.hs:523)
    modifyInstanceDefs (src/full/Agda/TypeChecking/Monad/State.hs:542)
    getAllInstanceDefs (src/full/Agda/TypeChecking/Monad/State.hs:545)
    getAnonInstanceDefs (src/full/Agda/TypeChecking/Monad/State.hs:553)
  54% (  6 / 11) in 'Agda.TypeChecking.Monad.Trace'
  Missing documentation for:
    Module header
    interestingCall (src/full/Agda/TypeChecking/Monad/Trace.hs:40)
    MonadTrace (src/full/Agda/TypeChecking/Monad/Trace.hs:83)
    traceCallCPS' (src/full/Agda/TypeChecking/Monad/Trace.hs:121)
    getCurrentRange (src/full/Agda/TypeChecking/Monad/Trace.hs:229)
Warning: 'reduce' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  62% ( 28 / 45) in 'Agda.TypeChecking.Monad.SizedTypes'
  Missing documentation for:
    getBuiltinSize (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:45)
    isSizeTypeTest (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:105)
    isSizeNameTest (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:114)
    isSizeNameTestRaw (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:119)
    sizeSuc (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:154)
    sizeSuc_ (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:161)
    viewProjectedVar (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:206)
    unviewProjectedVar (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:211)
    Offset (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:213)
    SizeViewComparable (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:230)
    sizeViewSuc_ (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:246)
    unDeepSizeView (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:286)
    SizeMaxView (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:296)
    SizeMaxView' (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:297)
    maxViewMax (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:300)
    maxViewSuc_ (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:326)
    unMaxView (src/full/Agda/TypeChecking/Monad/SizedTypes.hs:330)
  80% (  4 /  5) in 'Agda.TypeChecking.Monad.Open'
  Missing documentation for:
    Module header
  57% (  4 /  7) in 'Agda.TypeChecking.Monad.Mutual'
  Missing documentation for:
    Module header
    noMutualBlock (src/full/Agda/TypeChecking/Monad/Mutual.hs:18)
    lookupMutualBlock (src/full/Agda/TypeChecking/Monad/Mutual.hs:59)
Warning: 'Name' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:40:13
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:40:1
Warning: 'NotInScope' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:203:30
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5312:11
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:5312:11
Warning: 'Dom' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:67:17
    * at src/full/Agda/Syntax/Internal.hs:76:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:76:1
Warning: 'rho' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Abs' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:260:14
    * at src/full/Agda/Syntax/Internal.hs:260:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:260:1
  55% ( 34 / 61) in 'Agda.TypeChecking.Monad.Context'
  Missing documentation for:
    Module header
    MonadAddContext (src/full/Agda/TypeChecking/Monad/Context.hs:157)
    withFreshName_ (src/full/Agda/TypeChecking/Monad/Context.hs:205)
    addRecordNameContext (src/full/Agda/TypeChecking/Monad/Context.hs:272)
    underAbstraction' (src/full/Agda/TypeChecking/Monad/Context.hs:396)
    underAbstractionAbs' (src/full/Agda/TypeChecking/Monad/Context.hs:406)
    mapAbstraction_ (src/full/Agda/TypeChecking/Monad/Context.hs:425)
    getLetBindings (src/full/Agda/TypeChecking/Monad/Context.hs:429)
    getContextVars (src/full/Agda/TypeChecking/Monad/Context.hs:472)
    getContextVars' (src/full/Agda/TypeChecking/Monad/Context.hs:476)
    contextVars (src/full/Agda/TypeChecking/Monad/Context.hs:479)
    contextVars' (src/full/Agda/TypeChecking/Monad/Context.hs:482)
    contextArgs (src/full/Agda/TypeChecking/Monad/Context.hs:492)
    contextTerms (src/full/Agda/TypeChecking/Monad/Context.hs:500)
    contextToTel (src/full/Agda/TypeChecking/Monad/Context.hs:508)
    getContextNames' (src/full/Agda/TypeChecking/Monad/Context.hs:520)
    contextNames (src/full/Agda/TypeChecking/Monad/Context.hs:523)
    contextNames' (src/full/Agda/TypeChecking/Monad/Context.hs:526)
    lookupBV' (src/full/Agda/TypeChecking/Monad/Context.hs:535)
    lookupBV (src/full/Agda/TypeChecking/Monad/Context.hs:539)
    ctxEntryName (src/full/Agda/TypeChecking/Monad/Context.hs:549)
    ctxEntryDom (src/full/Agda/TypeChecking/Monad/Context.hs:552)
    ctxEntryType (src/full/Agda/TypeChecking/Monad/Context.hs:555)
    domOfBV (src/full/Agda/TypeChecking/Monad/Context.hs:559)
    typeOfBV (src/full/Agda/TypeChecking/Monad/Context.hs:563)
    nameOfBV' (src/full/Agda/TypeChecking/Monad/Context.hs:567)
    nameOfBV (src/full/Agda/TypeChecking/Monad/Context.hs:571)
Warning: 'Dom' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  90% ( 18 / 20) in 'Agda.TypeChecking.Monad.Modality'
  Missing documentation for:
    applyPolarityToContext (src/full/Agda/TypeChecking/Monad/Modality.hs:66)
    applyCohesionToContextOnly (src/full/Agda/TypeChecking/Monad/Modality.hs:133)
   0% (  0 /  4) in 'Agda.TypeChecking.Monad.Closure'
  Missing documentation for:
    Module header
    enterClosure (src/full/Agda/TypeChecking/Monad/Closure.hs:16)
    withClosure (src/full/Agda/TypeChecking/Monad/Closure.hs:25)
    mapClosure (src/full/Agda/TypeChecking/Monad/Closure.hs:29)
  27% ( 10 / 36) in 'Agda.TypeChecking.Monad.Constraints'
  Missing documentation for:
    Module header
    solvingProblem (src/full/Agda/TypeChecking/Monad/Constraints.hs:24)
    solvingProblems (src/full/Agda/TypeChecking/Monad/Constraints.hs:27)
    isProblemSolved (src/full/Agda/TypeChecking/Monad/Constraints.hs:38)
    isProblemCompletelySolved (src/full/Agda/TypeChecking/Monad/Constraints.hs:41)
    isProblemSolved' (src/full/Agda/TypeChecking/Monad/Constraints.hs:44)
    getConstraintsForProblem (src/full/Agda/TypeChecking/Monad/Constraints.hs:55)
    dropConstraints (src/full/Agda/TypeChecking/Monad/Constraints.hs:63)
    putConstraintsToSleep (src/full/Agda/TypeChecking/Monad/Constraints.hs:79)
    putAllConstraintsToSleep (src/full/Agda/TypeChecking/Monad/Constraints.hs:86)
    ConstraintStatus (src/full/Agda/TypeChecking/Monad/Constraints.hs:88)
    takeAwakeConstraint (src/full/Agda/TypeChecking/Monad/Constraints.hs:106)
    takeAwakeConstraint' (src/full/Agda/TypeChecking/Monad/Constraints.hs:111)
    getAllConstraints (src/full/Agda/TypeChecking/Monad/Constraints.hs:120)
    withConstraint (src/full/Agda/TypeChecking/Monad/Constraints.hs:125)
    buildProblemConstraint (src/full/Agda/TypeChecking/Monad/Constraints.hs:135)
    buildProblemConstraint_ (src/full/Agda/TypeChecking/Monad/Constraints.hs:140)
    buildConstraint (src/full/Agda/TypeChecking/Monad/Constraints.hs:143)
    addAwakeConstraint' (src/full/Agda/TypeChecking/Monad/Constraints.hs:191)
    addConstraintTo (src/full/Agda/TypeChecking/Monad/Constraints.hs:194)
    isSolvingConstraints (src/full/Agda/TypeChecking/Monad/Constraints.hs:232)
    isInstanceConstraint (src/full/Agda/TypeChecking/Monad/Constraints.hs:239)
    canDropRecursiveInstance (src/full/Agda/TypeChecking/Monad/Constraints.hs:243)
    shouldPostponeInstanceSearch (src/full/Agda/TypeChecking/Monad/Constraints.hs:248)
    mapAwakeConstraints (src/full/Agda/TypeChecking/Monad/Constraints.hs:263)
    mapSleepingConstraints (src/full/Agda/TypeChecking/Monad/Constraints.hs:266)
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'TypeError' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5559:5
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5042:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:5042:1
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:1
    * at src/full/Agda/Syntax/Concrete/Name.hs:109:5
    * at src/full/Agda/Syntax/Concrete/Name.hs:107:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Concrete/Name.hs:107:1
Warning: 'ImportedNameMap' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Scope/Monad.hs:1003:36
    * at src/full/Agda/Syntax/Scope/Monad.hs:1003:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Scope/Monad.hs:1003:1
Warning: 'rento' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  65% ( 56 / 86) in 'Agda.Syntax.Scope.Monad'
  Missing documentation for:
    printLocals (src/full/Agda/Syntax/Scope/Monad.hs:86)
    scopeWarning' (src/full/Agda/Syntax/Scope/Monad.hs:91)
    scopeWarning (src/full/Agda/Syntax/Scope/Monad.hs:94)
    isDatatypeModule (src/full/Agda/Syntax/Scope/Monad.hs:101)
    getCurrentModule (src/full/Agda/Syntax/Scope/Monad.hs:105)
    setCurrentModule (src/full/Agda/Syntax/Scope/Monad.hs:108)
    withCurrentModule (src/full/Agda/Syntax/Scope/Monad.hs:111)
    withCurrentModule' (src/full/Agda/Syntax/Scope/Monad.hs:119)
    getNamedScope (src/full/Agda/Syntax/Scope/Monad.hs:127)
    getCurrentScope (src/full/Agda/Syntax/Scope/Monad.hs:136)
    setNamedScope (src/full/Agda/Syntax/Scope/Monad.hs:166)
    modifyCurrentScopeM (src/full/Agda/Syntax/Scope/Monad.hs:180)
    setContextPrecedence (src/full/Agda/Syntax/Scope/Monad.hs:188)
    withContextPrecedence (src/full/Agda/Syntax/Scope/Monad.hs:191)
    getLocalVars (src/full/Agda/Syntax/Scope/Monad.hs:195)
    modifyLocalVars (src/full/Agda/Syntax/Scope/Monad.hs:198)
    setLocalVars (src/full/Agda/Syntax/Scope/Monad.hs:201)
    checkNoShadowing (src/full/Agda/Syntax/Scope/Monad.hs:227)
    getVarsToBind (src/full/Agda/Syntax/Scope/Monad.hs:249)
    addVarToBind (src/full/Agda/Syntax/Scope/Monad.hs:252)
    annotateDecls (src/full/Agda/Syntax/Scope/Monad.hs:264)
    annotateExpr (src/full/Agda/Syntax/Scope/Monad.hs:270)
    freshAbstractQName' (src/full/Agda/Syntax/Scope/Monad.hs:308)
    tryResolveName (src/full/Agda/Syntax/Scope/Monad.hs:360)
    bindName' (src/full/Agda/Syntax/Scope/Monad.hs:536)
    WSM (src/full/Agda/Syntax/Scope/Monad.hs:642)
    ScopeMemo (src/full/Agda/Syntax/Scope/Monad.hs:644)
    memoToScopeInfo (src/full/Agda/Syntax/Scope/Monad.hs:653)
    OpenKind (src/full/Agda/Syntax/Scope/Monad.hs:1043)
    noGeneralizedVarsIfLetOpen (src/full/Agda/Syntax/Scope/Monad.hs:1046)
  80% (  4 /  5) in 'Agda.Syntax.Scope.Flat'
  Missing documentation for:
    getDefinedNames (src/full/Agda/Syntax/Scope/Flat.hs:96)
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Concrete/Name.hs:109:5
    * at src/full/Agda/Syntax/Concrete/Name.hs:107:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Concrete/Name.hs:107:1
  83% (  5 /  6) in 'Agda.Syntax.Concrete.Operators'
  Missing documentation for:
    parsePatternSyn (src/full/Agda/Syntax/Concrete/Operators.hs:753)
Warning: 'PragmaOptions' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Options/Types.hs:99:22
    * at src/full/Agda/Interaction/Options/Types.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 src/full/Agda/Interaction/Options/Types.hs:99:1
  26% (  7 / 26) in 'Agda.Interaction.Options.Lenses'
  Missing documentation for:
    modifyPragmaOptions (src/full/Agda/Interaction/Options/Lenses.hs:22)
    LensVerbosity (src/full/Agda/Interaction/Options/Lenses.hs:28)
    modifyVerbosity (src/full/Agda/Interaction/Options/Lenses.hs:46)
    putVerbosity (src/full/Agda/Interaction/Options/Lenses.hs:49)
    LensCommandLineOptions (src/full/Agda/Interaction/Options/Lenses.hs:55)
    modifyCommandLineOptions (src/full/Agda/Interaction/Options/Lenses.hs:73)
    SafeMode (src/full/Agda/Interaction/Options/Lenses.hs:79)
    LensSafeMode (src/full/Agda/Interaction/Options/Lenses.hs:81)
    modifySafeMode (src/full/Agda/Interaction/Options/Lenses.hs:107)
    putSafeMode (src/full/Agda/Interaction/Options/Lenses.hs:110)
    LensIncludePaths (src/full/Agda/Interaction/Options/Lenses.hs:116)
    modifyIncludePaths (src/full/Agda/Interaction/Options/Lenses.hs:150)
    putIncludePaths (src/full/Agda/Interaction/Options/Lenses.hs:153)
    modifyAbsoluteIncludePaths (src/full/Agda/Interaction/Options/Lenses.hs:156)
    putAbsoluteIncludePaths (src/full/Agda/Interaction/Options/Lenses.hs:159)
    PersistentVerbosity (src/full/Agda/Interaction/Options/Lenses.hs:165)
    LensPersistentVerbosity (src/full/Agda/Interaction/Options/Lenses.hs:166)
    modifyPersistentVerbosity (src/full/Agda/Interaction/Options/Lenses.hs:192)
    putPersistentVerbosity (src/full/Agda/Interaction/Options/Lenses.hs:195)
Warning: 'CommandState' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  3 /  6) in 'Agda.Interaction.Command'
  Missing documentation for:
    Module header
    CommandM (src/full/Agda/Interaction/Command.hs:15)
    revLiftTC (src/full/Agda/Interaction/Command.hs:51)
Warning: 'TypeError' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5559:5
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5042:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:5042:1
Warning: 'TCM' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6031:20
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
  89% ( 17 / 19) in 'Agda.Interaction.FindFile'
  Missing documentation for:
    rootNameModule (src/full/Agda/Interaction/FindFile.hs:284)
    replaceModuleExtension (src/full/Agda/Interaction/FindFile.hs:104)
  50% (  1 /  2) in 'Agda.TypeChecking.Serialise.Instances.Common'
  Missing documentation for:
    Module header
   0% (  0 /  1) in 'Agda.TypeChecking.Serialise.Instances.Highlighting'
  Missing documentation for:
    Module header
Warning: 'WithClauseProjectionFixityMismatch' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
   0% (  0 /  4) in 'Agda.TypeChecking.Serialise.Instances.Abstract'
  Missing documentation for:
    Module header
    AbsNameWithFixity (src/full/Agda/TypeChecking/Serialise/Instances/Abstract.hs:88)
    toAbsName (src/full/Agda/TypeChecking/Serialise/Instances/Abstract.hs:91)
    fromAbsName (src/full/Agda/TypeChecking/Serialise/Instances/Abstract.hs:94)
Warning: 'PragmaOptions' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Options/Types.hs:99:22
    * at src/full/Agda/Interaction/Options/Types.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 src/full/Agda/Interaction/Options/Types.hs:99:1
  42% ( 17 / 40) in 'Agda.TypeChecking.Monad.Options'
  Missing documentation for:
    Module header
    setCommandLineOptions' (src/full/Agda/TypeChecking/Monad/Options.hs:101)
    libToTCM (src/full/Agda/TypeChecking/Monad/Options.hs:115)
    setLibraryPaths (src/full/Agda/TypeChecking/Monad/Options.hs:186)
    setLibraryIncludes (src/full/Agda/TypeChecking/Monad/Options.hs:190)
    addDefaultLibraries (src/full/Agda/TypeChecking/Monad/Options.hs:203)
    addTrustedExecutables (src/full/Agda/TypeChecking/Monad/Options.hs:214)
    setOptionsFromPragma' (src/full/Agda/TypeChecking/Monad/Options.hs:231)
    isPropEnabled (src/full/Agda/TypeChecking/Monad/Options.hs:406)
    isLevelUniverseEnabled (src/full/Agda/TypeChecking/Monad/Options.hs:409)
    isTwoLevelEnabled (src/full/Agda/TypeChecking/Monad/Options.hs:412)
    hasUniversePolymorphism (src/full/Agda/TypeChecking/Monad/Options.hs:416)
    showImplicitArguments (src/full/Agda/TypeChecking/Monad/Options.hs:419)
    showGeneralizedArguments (src/full/Agda/TypeChecking/Monad/Options.hs:422)
    showIrrelevantArguments (src/full/Agda/TypeChecking/Monad/Options.hs:425)
    showIdentitySubstitutions (src/full/Agda/TypeChecking/Monad/Options.hs:428)
    withShowAllArguments' (src/full/Agda/TypeChecking/Monad/Options.hs:441)
    withoutPrintingGeneralization (src/full/Agda/TypeChecking/Monad/Options.hs:445)
    positivityCheckEnabled (src/full/Agda/TypeChecking/Monad/Options.hs:453)
    typeInType (src/full/Agda/TypeChecking/Monad/Options.hs:457)
    etaEnabled (src/full/Agda/TypeChecking/Monad/Options.hs:460)
    maxInstanceSearchDepth (src/full/Agda/TypeChecking/Monad/Options.hs:463)
    maxInversionDepth (src/full/Agda/TypeChecking/Monad/Options.hs:466)
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
Warning: 'Erased' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:1249:5
    * at src/full/Agda/Syntax/Common.hs:1248:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:1248:1
Warning: 'funCopatternLHS' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  67% ( 68 /101) in 'Agda.TypeChecking.Monad.Signature'
  Missing documentation for:
    Module header
    mkPragma (src/full/Agda/TypeChecking/Monad/Signature.hs:240)
    getUniqueCompilerPragma (src/full/Agda/TypeChecking/Monad/Signature.hs:249)
    setFunctionFlag (src/full/Agda/TypeChecking/Monad/Signature.hs:260)
    markStatic (src/full/Agda/TypeChecking/Monad/Signature.hs:263)
    markInline (src/full/Agda/TypeChecking/Monad/Signature.hs:266)
    markInjective (src/full/Agda/TypeChecking/Monad/Signature.hs:269)
    markFirstOrder (src/full/Agda/TypeChecking/Monad/Signature.hs:272)
    unionSignatures (src/full/Agda/TypeChecking/Monad/Signature.hs:275)
    unionSignature (src/full/Agda/TypeChecking/Monad/Signature.hs:278)
    applySection' (src/full/Agda/TypeChecking/Monad/Signature.hs:477)
    isLocal (src/full/Agda/TypeChecking/Monad/Signature.hs:743)
    getDisplayForms (src/full/Agda/TypeChecking/Monad/Signature.hs:746)
    hasDisplayForms (src/full/Agda/TypeChecking/Monad/Signature.hs:754)
    canonicalName (src/full/Agda/TypeChecking/Monad/Signature.hs:799)
    sameDef (src/full/Agda/TypeChecking/Monad/Signature.hs:812)
    HasConstInfo (src/full/Agda/TypeChecking/Monad/Signature.hs:868)
    defaultGetConstInfo (src/full/Agda/TypeChecking/Monad/Signature.hs:975)
    getConInfo (src/full/Agda/TypeChecking/Monad/Signature.hs:1038)
    modifyArgOccurrences (src/full/Agda/TypeChecking/Monad/Signature.hs:1096)
    setTreeless (src/full/Agda/TypeChecking/Monad/Signature.hs:1100)
    setCompiledArgUse (src/full/Agda/TypeChecking/Monad/Signature.hs:1106)
    getCompiled (src/full/Agda/TypeChecking/Monad/Signature.hs:1113)
    setErasedConArgs (src/full/Agda/TypeChecking/Monad/Signature.hs:1129)
    getTreeless (src/full/Agda/TypeChecking/Monad/Signature.hs:1136)
    getCompiledArgUse (src/full/Agda/TypeChecking/Monad/Signature.hs:1139)
    getDefModule (src/full/Agda/TypeChecking/Monad/Signature.hs:1191)
    freeVarsToApply (src/full/Agda/TypeChecking/Monad/Signature.hs:1206)
    getModuleFreeVars (src/full/Agda/TypeChecking/Monad/Signature.hs:1223)
    instantiateRewriteRule (src/full/Agda/TypeChecking/Monad/Signature.hs:1323)
    instantiateRewriteRules (src/full/Agda/TypeChecking/Monad/Signature.hs:1334)
    isProjection_ (src/full/Agda/TypeChecking/Monad/Signature.hs:1442)
    isRelevantProjection_ (src/full/Agda/TypeChecking/Monad/Signature.hs:1453)
  50% (  1 /  2) in 'Agda.TypeChecking.Monad.Pure'
  Missing documentation for:
    PureTCM (src/full/Agda/TypeChecking/Monad/Pure.hs:26)
Warning: 'MetaStore' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'm' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fallback' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MetaId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3246:15
    * at src/full/Agda/Syntax/Common.hs:3246:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3246:1
Warning: 'NamesIn' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MetaPriority' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1850:24
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1850:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:1850:1
Warning: 'MetaInfo' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1859:17
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1859:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:1859:1
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
  63% ( 52 / 82) in 'Agda.TypeChecking.Monad.MetaVars'
  Missing documentation for:
    Module header
    KeepMetas (src/full/Agda/TypeChecking/Monad/MetaVars.hs:74)
    isSortMeta (src/full/Agda/TypeChecking/Monad/MetaVars.hs:297)
    isSortMeta_ (src/full/Agda/TypeChecking/Monad/MetaVars.hs:300)
    isSortJudgement (src/full/Agda/TypeChecking/Monad/MetaVars.hs:303)
    getMetaType (src/full/Agda/TypeChecking/Monad/MetaVars.hs:317)
    isInstantiatedMeta' (src/full/Agda/TypeChecking/Monad/MetaVars.hs:397)
    createMetaInfo' (src/full/Agda/TypeChecking/Monad/MetaVars.hs:452)
    setValueMetaName (src/full/Agda/TypeChecking/Monad/MetaVars.hs:468)
    getMetaNameSuggestion (src/full/Agda/TypeChecking/Monad/MetaVars.hs:479)
    setMetaNameSuggestion (src/full/Agda/TypeChecking/Monad/MetaVars.hs:483)
    updateMetaVarRange (src/full/Agda/TypeChecking/Monad/MetaVars.hs:497)
    setMetaOccursCheck (src/full/Agda/TypeChecking/Monad/MetaVars.hs:500)
    MonadInteractionPoints (src/full/Agda/TypeChecking/Monad/MetaVars.hs:505)
    getUniqueMetasRanges (src/full/Agda/TypeChecking/Monad/MetaVars.hs:608)
    getUnsolvedMetas (src/full/Agda/TypeChecking/Monad/MetaVars.hs:612)
    getUnsolvedInteractionMetas (src/full/Agda/TypeChecking/Monad/MetaVars.hs:619)
    lookupInteractionMeta_ (src/full/Agda/TypeChecking/Monad/MetaVars.hs:657)
    getInteractionScope (src/full/Agda/TypeChecking/Monad/MetaVars.hs:700)
    withMetaInfo' (src/full/Agda/TypeChecking/Monad/MetaVars.hs:704)
    withMetaInfo (src/full/Agda/TypeChecking/Monad/MetaVars.hs:707)
    withInteractionId (src/full/Agda/TypeChecking/Monad/MetaVars.hs:714)
    withMetaId (src/full/Agda/TypeChecking/Monad/MetaVars.hs:722)
    getOpenMetas (src/full/Agda/TypeChecking/Monad/MetaVars.hs:727)
    isOpenMeta (src/full/Agda/TypeChecking/Monad/MetaVars.hs:730)
    clearMetaListeners (src/full/Agda/TypeChecking/Monad/MetaVars.hs:752)
    solveAwakeConstraints (src/full/Agda/TypeChecking/Monad/MetaVars.hs:776)
    solveAwakeConstraints' (src/full/Agda/TypeChecking/Monad/MetaVars.hs:779)
    isFrozen (src/full/Agda/TypeChecking/Monad/MetaVars.hs:815)
    withFrozenMetas (src/full/Agda/TypeChecking/Monad/MetaVars.hs:822)
  95% ( 20 / 21) in 'Agda.TypeChecking.Monad'
  Missing documentation for:
    Module header
   0% (  0 /  1) in 'Agda.TypeChecking.Serialise.Instances.Compilers'
  Missing documentation for:
    Module header
   0% (  0 /  3) in 'Agda.TypeChecking.Serialise.Instances.Internal'
  Missing documentation for:
    Module header
    blockedToMaybe (src/full/Agda/TypeChecking/Serialise/Instances/Internal.hs:259)
    blockedFromMaybe (src/full/Agda/TypeChecking/Serialise/Instances/Internal.hs:266)
   0% (  0 /  1) in 'Agda.TypeChecking.Serialise.Instances.Errors'
  Missing documentation for:
    Module header
   0% (  0 /  1) in 'Agda.TypeChecking.Serialise.Instances'
  Missing documentation for:
    Module header
  55% (  5 /  9) in 'Agda.TypeChecking.Serialise'
  Missing documentation for:
    encodeInterface (src/full/Agda/TypeChecking/Serialise.hs:237)
    decodeFile (src/full/Agda/TypeChecking/Serialise.hs:301)
    decodeHashes (src/full/Agda/TypeChecking/Serialise.hs:295)
    EmbPrj (src/full/Agda/TypeChecking/Serialise/Base.hs:268)
  66% (  4 /  6) in 'Agda.TypeChecking.Rewriting.Clause'
  Missing documentation for:
    Module header
    ToNLPat (src/full/Agda/TypeChecking/Rewriting/Clause.hs:61)
  33% (  2 /  6) in 'Agda.TypeChecking.Reduce.Monad'
  Missing documentation for:
    Module header
    constructorForm (src/full/Agda/TypeChecking/Reduce/Monad.hs:36)
    enterClosure (src/full/Agda/TypeChecking/Reduce/Monad.hs:42)
    askR (src/full/Agda/TypeChecking/Monad/Base.hs:5797)
  66% (  2 /  3) in 'Agda.ImpossibleTest'
  Missing documentation for:
    impossibleTestReduceM (src/full/Agda/ImpossibleTest.hs:20)
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromNat' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ScopeInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Scope/Base.hs:108:18
    * at src/full/Agda/Syntax/Scope/Base.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 src/full/Agda/Syntax/Scope/Base.hs:108:1
Warning: 'isRecordConstructor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  23% (  3 / 13) in 'Agda.Syntax.Translation.AbstractToConcrete'
  Missing documentation for:
    ToConcrete (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:563)
    abstractToConcrete_ (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:120)
    abstractToConcreteCtx (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:116)
    abstractToConcreteHiding (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:124)
    abstractToConcreteQName (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:132)
    abstractToConcreteScope (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:112)
    abstractToConcreteTelescope (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:128)
    abstractToConcreteUnqualify (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:136)
    RangeAndPragma (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:1323)
    noTakenNames (src/full/Agda/Syntax/Translation/AbstractToConcrete.hs:281)
  42% (  3 /  7) in 'Agda.Syntax.Abstract.Pretty'
  Missing documentation for:
    Module header
    showA (src/full/Agda/Syntax/Abstract/Pretty.hs:10)
    prettyA (src/full/Agda/Syntax/Abstract/Pretty.hs:13)
    prettyAs (src/full/Agda/Syntax/Abstract/Pretty.hs:16)
   0% (  0 /  3) in 'Agda.TypeChecking.MetaVars.Mention'
  Missing documentation for:
    Module header
    MentionsMeta (src/full/Agda/TypeChecking/MetaVars/Mention.hs:13)
    mentionsMeta (src/full/Agda/TypeChecking/MetaVars/Mention.hs:17)
Warning: 'Abs' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:260:14
    * at src/full/Agda/Syntax/Internal.hs:260:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:260:1
  57% (  4 /  7) in 'Agda.TypeChecking.EtaContract'
  Missing documentation for:
    BinAppView (src/full/Agda/TypeChecking/EtaContract.hs:23)
    binAppView (src/full/Agda/TypeChecking/EtaContract.hs:27)
    etaOnce (src/full/Agda/TypeChecking/EtaContract.hs:62)
Warning: 'i0' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TCEnv' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3943:5
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3942:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:3942:1
  35% ( 14 / 40) in 'Agda.TypeChecking.Reduce'
  Missing documentation for:
    Module header
    instantiate'
    instantiate (src/full/Agda/TypeChecking/Reduce.hs:76)
    instantiateFull'
    instantiateFull (src/full/Agda/TypeChecking/Reduce.hs:79)
    isMeta
    Reduce (src/full/Agda/TypeChecking/Reduce.hs:410)
    reduce'
    reduceB'
    reduce (src/full/Agda/TypeChecking/Reduce.hs:95)
    reduceB (src/full/Agda/TypeChecking/Reduce.hs:99)
    reduceWithBlocker (src/full/Agda/TypeChecking/Reduce.hs:104)
    reduceIApply' (src/full/Agda/TypeChecking/Reduce.hs:525)
    slowReduceTerm (src/full/Agda/TypeChecking/Reduce.hs:564)
    unfoldCorecursion (src/full/Agda/TypeChecking/Reduce.hs:621)
    unfoldCorecursionE (src/full/Agda/TypeChecking/Reduce.hs:613)
    unfoldDefinitionE (src/full/Agda/TypeChecking/Reduce.hs:638)
    unfoldDefinitionStep (src/full/Agda/TypeChecking/Reduce.hs:654)
    appDefE' (src/full/Agda/TypeChecking/Reduce.hs:907)
    isBlocked (src/full/Agda/TypeChecking/Reduce.hs:402)
    simplify (src/full/Agda/TypeChecking/Reduce.hs:120)
    simplifyBlocked' (src/full/Agda/TypeChecking/Reduce.hs:1090)
    Normalise (src/full/Agda/TypeChecking/Reduce.hs:1205)
    normalise'
    normalise (src/full/Agda/TypeChecking/Reduce.hs:110)
    slowNormaliseArgs (src/full/Agda/TypeChecking/Reduce.hs:1274)
Warning: 'Boundary' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Telescope.hs:436:25
    * at src/full/Agda/TypeChecking/Telescope.hs:441:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Telescope.hs:441:1
Warning: 'Type' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:340:1
    * at src/full/Agda/Syntax/Internal.hs:277:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:277:1
  62% ( 42 / 67) in 'Agda.TypeChecking.Telescope'
  Missing documentation for:
    Module header
    reorderTel_ (src/full/Agda/TypeChecking/Telescope.hs:72)
    teleArgNames (src/full/Agda/TypeChecking/Telescope.hs:107)
    teleArgs (src/full/Agda/TypeChecking/Telescope.hs:110)
    teleDoms (src/full/Agda/TypeChecking/Telescope.hs:113)
    teleNamedArgs (src/full/Agda/TypeChecking/Telescope.hs:124)
    telViewPath (src/full/Agda/TypeChecking/Telescope.hs:416)
    fullBoundary (src/full/Agda/TypeChecking/Telescope.hs:505)
    telViewPathBoundary (src/full/Agda/TypeChecking/Telescope.hs:530)
    pathViewAsPi'whnf (src/full/Agda/TypeChecking/Telescope.hs:566)
    telView'Path (src/full/Agda/TypeChecking/Telescope.hs:601)
    isPath (src/full/Agda/TypeChecking/Telescope.hs:604)
    ifPath (src/full/Agda/TypeChecking/Telescope.hs:607)
    ifPathB (src/full/Agda/TypeChecking/Telescope.hs:611)
    ifNotPathB (src/full/Agda/TypeChecking/Telescope.hs:618)
    ifPiOrPathB (src/full/Agda/TypeChecking/Telescope.hs:621)
    ifNotPiOrPathB (src/full/Agda/TypeChecking/Telescope.hs:628)
    telePatterns (src/full/Agda/TypeChecking/Telescope.hs:631)
    telePatterns' (src/full/Agda/TypeChecking/Telescope.hs:635)
    ifPiB (src/full/Agda/TypeChecking/Telescope.hs:656)
    ifPiTypeB (src/full/Agda/TypeChecking/Telescope.hs:663)
    ifNotPiOrPathType (src/full/Agda/TypeChecking/Telescope.hs:681)
    shouldBePath (src/full/Agda/TypeChecking/Telescope.hs:685)
    shouldBePi (src/full/Agda/TypeChecking/Telescope.hs:692)
    shouldBePiOrPath (src/full/Agda/TypeChecking/Telescope.hs:699)
 100% (  5 /  5) in 'Agda.TypeChecking.SyntacticEquality'
  66% (  2 /  3) in 'Agda.TypeChecking.Patterns.Internal'
  Missing documentation for:
    dotPatternsToPatterns (src/full/Agda/TypeChecking/Patterns/Internal.hs:44)
Warning: 'Type' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:340:1
    * at src/full/Agda/Syntax/Internal.hs:277:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:277:1
  40% ( 10 / 25) in 'Agda.TypeChecking.Level'
  Missing documentation for:
    Module header
    LevelKit (src/full/Agda/TypeChecking/Level.hs:23)
    isLevelType (src/full/Agda/TypeChecking/Level.hs:54)
    builtinLevelKit (src/full/Agda/TypeChecking/Level.hs:63)
    unLevel (src/full/Agda/TypeChecking/Level.hs:115)
    reallyUnLevelView (src/full/Agda/TypeChecking/Level.hs:121)
    unlevelWithKit (src/full/Agda/TypeChecking/Level.hs:124)
    unConstV (src/full/Agda/TypeChecking/Level.hs:130)
    unPlusV (src/full/Agda/TypeChecking/Level.hs:133)
    levelView (src/full/Agda/TypeChecking/Level.hs:137)
    levelView' (src/full/Agda/TypeChecking/Level.hs:145)
    SingleLevel (src/full/Agda/TypeChecking/Level.hs:225)
    unSingleLevel (src/full/Agda/TypeChecking/Level.hs:230)
    levelMaxView (src/full/Agda/TypeChecking/Level.hs:241)
    singleLevelView (src/full/Agda/TypeChecking/Level.hs:246)
  50% (  1 /  2) in 'Agda.TypeChecking.LevelConstraints'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'Agda.TypeChecking.Level.Solve'
  Missing documentation for:
    Module header
    defaultLevelsToZero (src/full/Agda/TypeChecking/Level/Solve.hs:38)
  80% (  4 /  5) in 'Agda.TypeChecking.Free.Reduce'
  Missing documentation for:
    ForceNotFree (src/full/Agda/TypeChecking/Free/Reduce.hs:89)
 100% (  2 /  2) in 'Agda.TypeChecking.DisplayForm'
Warning: 'RemoteMetaVariable' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1787:27
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1787:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:1787:1
  50% (  1 /  2) in 'Agda.TypeChecking.DeadCode'
  Missing documentation for:
    Module header
  50% (  3 /  6) in 'Agda.TypeChecking.CompiledClause.Match'
  Missing documentation for:
    Module header
    matchCompiled (src/full/Agda/TypeChecking/CompiledClause/Match.hs:25)
    Stack (src/full/Agda/TypeChecking/CompiledClause/Match.hs:42)
 100% (  4 /  4) in 'Agda.Termination.RecCheck'
  27% (  5 / 18) in 'Agda.Syntax.Translation.ReflectedToAbstract'
  Missing documentation for:
    Module header
    Vars (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:45)
    MonadReflectedToAbstract (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:47)
    withVar (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:65)
    withNames (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:78)
    withVars (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:81)
    askName (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:90)
    ToAbstract (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:92)
    mkMetaInfo (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:210)
    mkDef (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:215)
    mkApp (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:229)
    mkVar (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:233)
    mkVarName (src/full/Agda/Syntax/Translation/ReflectedToAbstract.hs:239)
  62% (  5 /  8) in 'Agda.Syntax.Translation.InternalToAbstract'
  Missing documentation for:
    Reify (src/full/Agda/Syntax/Translation/InternalToAbstract.hs:159)
    MonadReify (src/full/Agda/Syntax/Translation/InternalToAbstract.hs:153)
    NamedClause (src/full/Agda/Syntax/Translation/InternalToAbstract.hs:952)
Warning: Agda.TypeChecking.Pretty: Could not find documentation for exported module: Agda.TypeChecking.Pretty
  18% (  9 / 48) in 'Agda.TypeChecking.Pretty'
  Missing documentation for:
    Module header
    text (src/full/Agda/TypeChecking/Pretty.hs:94)
    pretty (src/full/Agda/TypeChecking/Pretty.hs:80)
    <?> (src/full/Agda/TypeChecking/Pretty.hs:125)
    comma (src/full/Agda/TypeChecking/Pretty.hs:74)
    colon (src/full/Agda/TypeChecking/Pretty.hs:75)
    parens (src/full/Agda/TypeChecking/Pretty.hs:135)
    <+> (src/full/Agda/TypeChecking/Pretty.hs:124)
    hcat (src/full/Agda/TypeChecking/Pretty.hs:105)
    hsep (src/full/Agda/TypeChecking/Pretty.hs:104)
    vcat (src/full/Agda/TypeChecking/Pretty.hs:106)
    vsep (src/full/Agda/TypeChecking/Pretty.hs:107)
    brackets (src/full/Agda/TypeChecking/Pretty.hs:134)
    braces (src/full/Agda/TypeChecking/Pretty.hs:132)
    Doc (src/full/Agda/TypeChecking/Pretty.hs:71)
    equals (src/full/Agda/TypeChecking/Pretty.hs:76)
    quotes (src/full/Agda/TypeChecking/Pretty.hs:138)
    doubleQuotes (src/full/Agda/TypeChecking/Pretty.hs:137)
    nest (src/full/Agda/TypeChecking/Pretty.hs:128)
    hang (src/full/Agda/TypeChecking/Pretty.hs:116)
    punctuate (src/full/Agda/TypeChecking/Pretty.hs:161)
    $$ (src/full/Agda/TypeChecking/Pretty.hs:122)
    $+$ (src/full/Agda/TypeChecking/Pretty.hs:123)
    sep (src/full/Agda/TypeChecking/Pretty.hs:102)
    fsep (src/full/Agda/TypeChecking/Pretty.hs:103)
    PrettyTCM (src/full/Agda/TypeChecking/Pretty.hs:188)
    dbraces (src/full/Agda/TypeChecking/Pretty.hs:133)
    prettyA (src/full/Agda/TypeChecking/Pretty.hs:84)
    MonadPretty (src/full/Agda/TypeChecking/Pretty.hs:180)
    pshow (src/full/Agda/TypeChecking/Pretty.hs:141)
    pluralS (src/full/Agda/TypeChecking/Pretty.hs:144)
    pwords (src/full/Agda/TypeChecking/Pretty.hs:99)
    fwords (src/full/Agda/TypeChecking/Pretty.hs:93)
    parensNonEmpty (src/full/Agda/TypeChecking/Pretty.hs:136)
    multiLineText (src/full/Agda/TypeChecking/Pretty.hs:95)
    PrettyContext (src/full/Agda/TypeChecking/Pretty.hs:418)
    prettyAs (src/full/Agda/TypeChecking/Pretty.hs:90)
    superscript (src/full/Agda/TypeChecking/Pretty.hs:170)
    prettyTCMPatternList (src/full/Agda/TypeChecking/Pretty.hs:459)
  83% (  5 /  6) in 'Agda.TypeChecking.Telescope.Path'
  Missing documentation for:
    Module header
  51% ( 43 / 83) in 'Agda.TypeChecking.SizedTypes.WarshallSolver'
  Missing documentation for:
    Module header
    Graph (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:36)
    Edge' (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:37)
    Key (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:38)
    Nodes (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:39)
    LabelledEdge (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:40)
    src (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:43)
    dest (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:46)
    lookupEdge (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:49)
    graphToList (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:52)
    graphFromList (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:55)
    insertEdge (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:59)
    Weight (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:97)
    Node (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:235)
    isFlexNode (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:249)
    isZeroNode (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:253)
    isInftyNode (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:257)
    nodeToSizeExpr (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:261)
    emptyGraphs (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:297)
    nodeFromSizeExpr (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:392)
    edgeFromConstraint (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:399)
    CTrans (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:434)
    simplify1 (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:439)
    Hyp (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:445)
    Hyp' (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:446)
    HypGraph (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:447)
    hypGraph (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:451)
    hypConn (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:463)
    simplifyWithHypotheses (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:472)
    ConGraph (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:490)
    constraintGraph (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:495)
    ConGraphs (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:512)
    constraintGraphs (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:517)
    SetToInfty (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:553)
    emptyBound (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:588)
    Bounds (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:590)
    findRigidBelow (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:861)
    solveGraph (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:892)
    testSuccs (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:1005)
    testLub (src/full/Agda/TypeChecking/SizedTypes/WarshallSolver.hs:1023)
  50% (  1 /  2) in 'Agda.TypeChecking.SizedTypes.Pretty'
  Missing documentation for:
    Module header
Warning: 'Apply' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal/Elim.hs:19:5
    * at src/full/Agda/TypeChecking/Substitute/Class.hs:23:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Substitute/Class.hs:23:1
  50% (  1 /  2) in 'Agda.TypeChecking.Rules.Display'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'Agda.TypeChecking.Pretty.Call'
  Missing documentation for:
    Module header
    sayWhere (src/full/Agda/TypeChecking/Pretty/Call.hs:33)
  75% (  3 /  4) in 'Agda.TypeChecking.Patterns.Abstract'
  Missing documentation for:
    ExpandPatternSynonyms (src/full/Agda/TypeChecking/Patterns/Abstract.hs:99)
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
  75% (  3 /  4) in 'Agda.TypeChecking.Opacity'
  Missing documentation for:
    Module header
  34% ( 12 / 35) in 'Agda.TypeChecking.Names'
  Missing documentation for:
    NamesT (src/full/Agda/TypeChecking/Names.hs:44)
    runNamesT (src/full/Agda/TypeChecking/Names.hs:70)
    runNames (src/full/Agda/TypeChecking/Names.hs:73)
    currentCxt (src/full/Agda/TypeChecking/Names.hs:76)
    cl (src/full/Agda/TypeChecking/Names.hs:108)
    glam (src/full/Agda/TypeChecking/Names.hs:143)
    lam (src/full/Agda/TypeChecking/Names.hs:147)
    ilam (src/full/Agda/TypeChecking/Names.hs:151)
    AbsN (src/full/Agda/TypeChecking/Names.hs:156)
    absAppN (src/full/Agda/TypeChecking/Names.hs:169)
    ArgVars (src/full/Agda/TypeChecking/Names.hs:171)
    Vars (src/full/Agda/TypeChecking/Names.hs:173)
    bindN (src/full/Agda/TypeChecking/Names.hs:179)
    bindNArg (src/full/Agda/TypeChecking/Names.hs:186)
    Vars1 (src/full/Agda/TypeChecking/Names.hs:190)
    bindN1 (src/full/Agda/TypeChecking/Names.hs:194)
    glamN (src/full/Agda/TypeChecking/Names.hs:198)
    applyN (src/full/Agda/TypeChecking/Names.hs:206)
    applyN' (src/full/Agda/TypeChecking/Names.hs:217)
    abstractN (src/full/Agda/TypeChecking/Names.hs:228)
    abstractT (src/full/Agda/TypeChecking/Names.hs:238)
    lamTel (src/full/Agda/TypeChecking/Names.hs:246)
    appTel (src/full/Agda/TypeChecking/Names.hs:249)
Warning: 'Arg' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2615:15
    * at src/full/Agda/Syntax/Common.hs:2615:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2615:1
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
  19% (  9 / 47) in 'Agda.TypeChecking.Primitive.Base'
  Missing documentation for:
    Module header
    --> (src/full/Agda/TypeChecking/Primitive/Base.hs:36)
    .--> (src/full/Agda/TypeChecking/Primitive/Base.hs:37)
    ..--> (src/full/Agda/TypeChecking/Primitive/Base.hs:38)
    garr (src/full/Agda/TypeChecking/Primitive/Base.hs:41)
    gpi (src/full/Agda/TypeChecking/Primitive/Base.hs:49)
    hPi (src/full/Agda/TypeChecking/Primitive/Base.hs:60)
    nPi (src/full/Agda/TypeChecking/Primitive/Base.hs:61)
    hPi' (src/full/Agda/TypeChecking/Primitive/Base.hs:65)
    nPi' (src/full/Agda/TypeChecking/Primitive/Base.hs:66)
    pPi' (src/full/Agda/TypeChecking/Primitive/Base.hs:71)
    el' (src/full/Agda/TypeChecking/Primitive/Base.hs:85)
    els (src/full/Agda/TypeChecking/Primitive/Base.hs:88)
    el's (src/full/Agda/TypeChecking/Primitive/Base.hs:91)
    elInf (src/full/Agda/TypeChecking/Primitive/Base.hs:94)
    elSSet (src/full/Agda/TypeChecking/Primitive/Base.hs:97)
    nolam (src/full/Agda/TypeChecking/Primitive/Base.hs:100)
    varM (src/full/Agda/TypeChecking/Primitive/Base.hs:103)
    gApply (src/full/Agda/TypeChecking/Primitive/Base.hs:108)
    gApply' (src/full/Agda/TypeChecking/Primitive/Base.hs:111)
    <@> (src/full/Agda/TypeChecking/Primitive/Base.hs:117)
    <#> (src/full/Agda/TypeChecking/Primitive/Base.hs:118)
    <..> (src/full/Agda/TypeChecking/Primitive/Base.hs:119)
    <@@> (src/full/Agda/TypeChecking/Primitive/Base.hs:122)
    list (src/full/Agda/TypeChecking/Primitive/Base.hs:130)
    tMaybe (src/full/Agda/TypeChecking/Primitive/Base.hs:133)
    io (src/full/Agda/TypeChecking/Primitive/Base.hs:136)
    path (src/full/Agda/TypeChecking/Primitive/Base.hs:139)
    el (src/full/Agda/TypeChecking/Primitive/Base.hs:142)
    tLevelUniv (src/full/Agda/TypeChecking/Primitive/Base.hs:157)
    domN (src/full/Agda/TypeChecking/Primitive/Base.hs:164)
    domH (src/full/Agda/TypeChecking/Primitive/Base.hs:171)
    lookupPrimitiveFunction (src/full/Agda/TypeChecking/Primitive/Base.hs:178)
    lookupPrimitiveFunctionQ (src/full/Agda/TypeChecking/Primitive/Base.hs:185)
    getBuiltinName (src/full/Agda/TypeChecking/Primitive/Base.hs:194)
    isBuiltin (src/full/Agda/TypeChecking/Primitive/Base.hs:208)
    SigmaKit (src/full/Agda/TypeChecking/Primitive/Base.hs:214)
    getSigmaKit (src/full/Agda/TypeChecking/Primitive/Base.hs:223)
   7% (  1 / 14) in 'Agda.TypeChecking.Quote'
  Missing documentation for:
    Module header
    QuotingKit (src/full/Agda/TypeChecking/Quote.hs:50)
    quotingKit (src/full/Agda/TypeChecking/Quote.hs:59)
    quoteString (src/full/Agda/TypeChecking/Quote.hs:353)
    quoteName (src/full/Agda/TypeChecking/Quote.hs:356)
    quoteNat (src/full/Agda/TypeChecking/Quote.hs:359)
    quoteConName (src/full/Agda/TypeChecking/Quote.hs:364)
    quoteMeta (src/full/Agda/TypeChecking/Quote.hs:367)
    quoteTerm (src/full/Agda/TypeChecking/Quote.hs:370)
    quoteType (src/full/Agda/TypeChecking/Quote.hs:375)
    quoteDom (src/full/Agda/TypeChecking/Quote.hs:380)
    quoteDefn (src/full/Agda/TypeChecking/Quote.hs:385)
    quoteList (src/full/Agda/TypeChecking/Quote.hs:390)
Warning: 'Sub' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'primTransHComp' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 22 / 25) in 'Agda.TypeChecking.Primitive.Cubical.Base'
  Missing documentation for:
    Command (src/full/Agda/TypeChecking/Primitive/Cubical/Base.hs:183)
    familyOrNot (src/full/Agda/TypeChecking/Primitive/Cubical/Base.hs:228)
    reduce2Lam (src/full/Agda/TypeChecking/Primitive/Cubical/Base.hs:384)
  66% (  4 /  6) in 'Agda.TypeChecking.Primitive.Cubical.Glue'
  Missing documentation for:
    Module header
    primGlue' (src/full/Agda/TypeChecking/Primitive/Cubical/Glue.hs:277)
  75% (  3 /  4) in 'Agda.TypeChecking.Primitive.Cubical.HCompU'
  Missing documentation for:
    Module header
Warning: 'transport' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.TypeChecking.Primitive.Cubical: Could not find documentation for exported module: Agda.TypeChecking.Primitive.Cubical
  29% ( 13 / 44) in 'Agda.TypeChecking.Primitive.Cubical'
  Missing documentation for:
    Module header
    primPOr (src/full/Agda/TypeChecking/Primitive/Cubical.hs:58)
    primTransHComp (src/full/Agda/TypeChecking/Primitive/Cubical.hs:414)
    primPartial' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:88)
    primPartialP' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:104)
    primSubOut' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:119)
    primTrans' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:143)
    primHComp' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:154)
    redReturnNoSimpl (src/full/Agda/TypeChecking/Primitive/Cubical.hs:411)
    hcomp (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1306)
    primFaceForall' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:783)
    transpTel' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:853)
    transpSysTel' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:865)
    LM (src/full/Agda/TypeChecking/Primitive/Cubical.hs:855)
    trFillTel' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1038)
    pathTelescope (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1063)
    pathTelescope' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1076)
    TranspError (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1112)
    tryTranspError (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1119)
    transpPathPTel' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1129)
    transpPathTel' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1155)
    trFillPathTel' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1182)
    trFillPathPTel' (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1202)
    expTelescope (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1219)
    fromLType (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1244)
    lTypeLevel (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1247)
    toLType (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1250)
    fromCType (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1269)
    toCType (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1273)
    transpSys (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1327)
    debugClause (src/full/Agda/TypeChecking/Primitive/Cubical.hs:1350)
Warning: 'MetaId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3246:15
    * at src/full/Agda/Syntax/Common.hs:3246:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3246:1
Warning: 'ArgInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2464:16
    * at src/full/Agda/Syntax/Common.hs:2464:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2464:1
Warning: Agda.TypeChecking.Primitive: Could not find documentation for exported module: Agda.TypeChecking.Primitive
  20% (  9 / 43) in 'Agda.TypeChecking.Primitive'
  Missing documentation for:
    Fun (src/full/Agda/TypeChecking/Primitive.hs:818)
    Pred (src/full/Agda/TypeChecking/Primitive.hs:820)
    Nat (src/full/Agda/TypeChecking/Primitive.hs:55)
    Op (src/full/Agda/TypeChecking/Primitive.hs:817)
    getRefl (src/full/Agda/TypeChecking/Primitive.hs:531)
    primitiveFunctions (src/full/Agda/TypeChecking/Primitive.hs:823)
    primWord64ToNatInjective (src/full/Agda/TypeChecking/Primitive.hs:510)
    primFloatToWord64Injective (src/full/Agda/TypeChecking/Primitive.hs:517)
    primCharToNatInjective (src/full/Agda/TypeChecking/Primitive.hs:489)
    primStringToListInjective (src/full/Agda/TypeChecking/Primitive.hs:496)
    primStringFromListInjective (src/full/Agda/TypeChecking/Primitive.hs:503)
    primForce (src/full/Agda/TypeChecking/Primitive.hs:640)
    primForceLemma (src/full/Agda/TypeChecking/Primitive.hs:649)
    primQNameToWord64sInjective (src/full/Agda/TypeChecking/Primitive.hs:524)
    primMetaToNatInjective (src/full/Agda/TypeChecking/Primitive.hs:482)
    Lvl (src/full/Agda/TypeChecking/Primitive.hs:72)
    PrimType (src/full/Agda/TypeChecking/Primitive.hs:78)
    PrimTerm (src/full/Agda/TypeChecking/Primitive.hs:86)
    ToTerm (src/full/Agda/TypeChecking/Primitive.hs:157)
    toTermTCM (src/full/Agda/TypeChecking/Primitive.hs:161)
    FromTermFunction (src/full/Agda/TypeChecking/Primitive.hs:298)
    FromTerm (src/full/Agda/TypeChecking/Primitive.hs:301)
    fromLiteral (src/full/Agda/TypeChecking/Primitive.hs:443)
    fromReducedTerm (src/full/Agda/TypeChecking/Primitive.hs:436)
    mkPrimLevelZero (src/full/Agda/TypeChecking/Primitive.hs:662)
    mkPrimLevelSuc (src/full/Agda/TypeChecking/Primitive.hs:667)
    mkPrimLevelMax (src/full/Agda/TypeChecking/Primitive.hs:674)
    primLockUniv' (src/full/Agda/TypeChecking/Primitive.hs:682)
    mkPrimFun1TCM (src/full/Agda/TypeChecking/Primitive.hs:688)
    mkPrimFun1 (src/full/Agda/TypeChecking/Primitive.hs:705)
    mkPrimFun2 (src/full/Agda/TypeChecking/Primitive.hs:720)
    mkPrimFun3 (src/full/Agda/TypeChecking/Primitive.hs:744)
    mkPrimFun4 (src/full/Agda/TypeChecking/Primitive.hs:776)
    Rel (src/full/Agda/TypeChecking/Primitive.hs:819)
Warning: 'flat'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  57% (  8 / 14) in 'Agda.TypeChecking.Irrelevance'
  Missing documentation for:
    usableModAbs (src/full/Agda/TypeChecking/Irrelevance.hs:266)
    usableAtModality' (src/full/Agda/TypeChecking/Irrelevance.hs:307)
    usableAtModality (src/full/Agda/TypeChecking/Irrelevance.hs:316)
    isIrrelevantOrPropM (src/full/Agda/TypeChecking/Irrelevance.hs:334)
    allIrrelevantOrPropTel (src/full/Agda/TypeChecking/Irrelevance.hs:339)
    isFibrant' (src/full/Agda/TypeChecking/Irrelevance.hs:350)
Warning: 'RecordFieldWarning' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:4699:5
    * at src/full/Agda/TypeChecking/Monad/Base/Warning.hs:14:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base/Warning.hs:14:1
Warning: 'parameters' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ArgInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2464:16
    * at src/full/Agda/Syntax/Common.hs:2464:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2464:1
  83% ( 52 / 62) in 'Agda.TypeChecking.Records'
  Missing documentation for:
    Module header
    mkCon (src/full/Agda/TypeChecking/Records.hs:59)
    recordFieldNames (src/full/Agda/TypeChecking/Records.hs:217)
    eliminateType' (src/full/Agda/TypeChecking/Records.hs:428)
    isEtaRecordDef (src/full/Agda/TypeChecking/Records.hs:457)
    isEtaCon (src/full/Agda/TypeChecking/Records.hs:461)
    isEtaRecordConstructor (src/full/Agda/TypeChecking/Records.hs:498)
    etaExpandAtRecordType (src/full/Agda/TypeChecking/Records.hs:767)
    isSingletonRecordModuloRelevance (src/full/Agda/TypeChecking/Records.hs:846)
    isSingletonType' (src/full/Agda/TypeChecking/Records.hs:919)
Warning: 'targetType' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'WildP' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  28% (  7 / 25) in 'Agda.TypeChecking.Rules.LHS.Problem'
  Missing documentation for:
    Module header
    FlexibleVars (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:45)
    allFlexVars (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:87)
    FlexChoice (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:93)
    ChooseFlex (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:110)
    problemEqs (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:205)
    problemRestPats (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:208)
    problemCont (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:211)
    problemInPats (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:214)
    AsBinding (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:216)
    DotPattern (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:217)
    AbsurdPattern (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:218)
    AnnotationPattern (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:219)
    lhsTel (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:244)
    lhsOutPat (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:247)
    lhsProblem (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:250)
    lhsTarget (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:253)
    LeftoverPatterns (src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:258)
  18% (  6 / 32) in 'Agda.TypeChecking.Rules.LHS.Unify.Types'
  Missing documentation for:
    Module header
    Equality (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:43)
    eqConstructorForm (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:57)
    eqUnLevel (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:60)
    UnifyState (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:69)
    lensVarTel (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:79)
    lensEqTel (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:86)
    initUnifyState (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:143)
    isUnifyStateSolved (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:154)
    varCount (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:157)
    getVarTypeUnraised (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:164)
    eqCount (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:167)
    getReducedEquality (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:181)
    getReducedEqualityUnraised (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:198)
    applyUnder (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:245)
    dropAt (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:254)
    UnifyStep (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:291)
    UnifyLogEntry (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:436)
    UnifyLog (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:440)
    UnifyOutput (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:447)
    UnifyLogT (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:465)
    UnifyStepT (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:467)
    tellUnifySubst (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:470)
    tellUnifyProof (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:473)
    writeUnifyLog (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:477)
    runUnifyLogT (src/full/Agda/TypeChecking/Rules/LHS/Unify/Types.hs:480)
   0% (  0 /  8) in 'Agda.TypeChecking.Rules.LHS.Unify.LeftInverse'
  Missing documentation for:
    Module header
    NoLeftInv (src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs:45)
    buildLeftInverse (src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs:56)
    Retract (src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs:116)
    termsS (src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs:124)
    composeRetract (src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs:127)
    buildEquiv (src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs:233)
    explainStep (src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs:442)
  52% ( 10 / 19) in 'Agda.TypeChecking.Patterns.Match'
  Missing documentation for:
    matchedArgs (src/full/Agda/TypeChecking/Patterns/Match.hs:50)
    matchedArgs' (src/full/Agda/TypeChecking/Patterns/Match.hs:53)
    mergeElim (src/full/Agda/TypeChecking/Patterns/Match.hs:146)
    mergeElims (src/full/Agda/TypeChecking/Patterns/Match.hs:151)
    MonadMatch (src/full/Agda/TypeChecking/Patterns/Match.hs:153)
    matchPatterns (src/full/Agda/TypeChecking/Patterns/Match.hs:205)
    yesSimplification (src/full/Agda/TypeChecking/Patterns/Match.hs:342)
    matchPatternsP (src/full/Agda/TypeChecking/Patterns/Match.hs:382)
    properlyMatching' (src/full/Agda/TypeChecking/Patterns/Match.hs:395)
Warning: 'Type' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:340:1
    * at src/full/Agda/Syntax/Internal.hs:277:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:277:1
  90% (  9 / 10) in 'Agda.TypeChecking.Implicit'
  Missing documentation for:
    NoInsertNeeded (src/full/Agda/TypeChecking/Implicit.hs:148)
  60% (  3 /  5) in 'Agda.TypeChecking.Rules.LHS.Implicit'
  Missing documentation for:
    Module header
    implicitP (src/full/Agda/TypeChecking/Rules/LHS/Implicit.hs:30)
Warning: 'LHSState' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:223:19
    * at src/full/Agda/TypeChecking/Rules/LHS/Problem.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/full/Agda/TypeChecking/Rules/LHS/Problem.hs:223:1
  57% (  4 /  7) in 'Agda.TypeChecking.Rules.LHS.ProblemRest'
  Missing documentation for:
    Module header
    useNamesFromProblemEqs (src/full/Agda/TypeChecking/Rules/LHS/ProblemRest.hs:57)
    useOriginFrom (src/full/Agda/TypeChecking/Rules/LHS/ProblemRest.hs:63)
  66% (  2 /  3) in 'Agda.TypeChecking.Functions'
  Missing documentation for:
    Module header
Warning: 'rigid' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  83% (  5 /  6) in 'Agda.TypeChecking.DiscrimTree'
  Missing documentation for:
    QueryResult (src/full/Agda/TypeChecking/DiscrimTree.hs:261)
  73% ( 19 / 26) in 'Agda.TypeChecking.Datatypes'
  Missing documentation for:
    Module header
    isConstructor (src/full/Agda/TypeChecking/Datatypes.hs:40)
    isPathCons (src/full/Agda/TypeChecking/Datatypes.hs:76)
    ConstructorInfo (src/full/Agda/TypeChecking/Datatypes.hs:209)
    getConstructorInfo' (src/full/Agda/TypeChecking/Datatypes.hs:225)
    getNumberOfParameters (src/full/Agda/TypeChecking/Datatypes.hs:270)
    getNotErasedConstructors (src/full/Agda/TypeChecking/Datatypes.hs:296)
  35% (  5 / 14) in 'Agda.TypeChecking.Rewriting.NonLinPattern'
  Missing documentation for:
    blockOnMetasIn (src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs:359)
    assertPi (src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs:367)
    errNotPi (src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs:372)
    assertPath (src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs:379)
    errNotPath (src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs:384)
    assertProjOf (src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs:391)
    errNotProjOf (src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs:398)
    assertConOf (src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs:405)
    errNotConOf (src/full/Agda/TypeChecking/Rewriting/NonLinPattern.hs:410)
  60% (  3 /  5) in 'Agda.TypeChecking.RecordPatterns'
  Missing documentation for:
    translateCompiledClauses (src/full/Agda/TypeChecking/RecordPatterns.hs:139)
    recordRHSToCopatterns (src/full/Agda/TypeChecking/RecordPatterns.hs:238)
Warning: 'genericReplicate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OccursWhere' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Positivity/Occurrence.hs:51:5
    * at src/full/Agda/TypeChecking/Positivity/Occurrence.hs:50:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Positivity/Occurrence.hs:50:1
Warning: 'OccEnv' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Positivity.hs:372:15
    * at src/full/Agda/TypeChecking/Positivity.hs:372:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Positivity.hs:372:1
  65% ( 15 / 23) in 'Agda.TypeChecking.Positivity'
  Missing documentation for:
    Graph (src/full/Agda/TypeChecking/Positivity.hs:63)
    getDefArity (src/full/Agda/TypeChecking/Positivity.hs:279)
    Item (src/full/Agda/TypeChecking/Positivity.hs:285)
    Occurrences (src/full/Agda/TypeChecking/Positivity.hs:297)
    withExtendedOccEnv (src/full/Agda/TypeChecking/Positivity.hs:393)
    withExtendedOccEnv' (src/full/Agda/TypeChecking/Positivity.hs:396)
    ComputeOccurrences (src/full/Agda/TypeChecking/Positivity.hs:411)
    Node (src/full/Agda/TypeChecking/Positivity.hs:641)
Warning: 'parameters'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ProjectionView' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/ProjectionLike.hs:95:5
    * at src/full/Agda/TypeChecking/ProjectionLike.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/full/Agda/TypeChecking/ProjectionLike.hs:94:1
Warning: 'compareElims' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  90% ( 10 / 11) in 'Agda.TypeChecking.ProjectionLike'
  Missing documentation for:
    ProjEliminator (src/full/Agda/TypeChecking/ProjectionLike.hs:149)
Warning: 'upgrade' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  69% (  9 / 13) in 'Agda.TypeChecking.Sort'
  Missing documentation for:
    sortFitsIn (src/full/Agda/TypeChecking/Sort.hs:77)
    hasBiggerSort (src/full/Agda/TypeChecking/Sort.hs:84)
    ifIsSort (src/full/Agda/TypeChecking/Sort.hs:178)
    ifNotSort (src/full/Agda/TypeChecking/Sort.hs:190)
  28% (  4 / 14) in 'Agda.TypeChecking.Pretty.Warning'
  Missing documentation for:
    Module header
    applyFlagsToTCWarnings (src/full/Agda/TypeChecking/Pretty/Warning.hs:824)
    getAllUnsolvedWarnings (src/full/Agda/TypeChecking/Pretty/Warning.hs:840)
    getAllWarningsOfTCErr (src/full/Agda/TypeChecking/Pretty/Warning.hs:879)
    getAllWarningsPreserving (src/full/Agda/TypeChecking/Pretty/Warning.hs:865)
    prettyDuplicateFields (src/full/Agda/TypeChecking/Pretty/Warning.hs:702)
    prettyTCWarnings (src/full/Agda/TypeChecking/Pretty/Warning.hs:767)
    prettyTCWarnings' (src/full/Agda/TypeChecking/Pretty/Warning.hs:770)
    prettyTooManyFields (src/full/Agda/TypeChecking/Pretty/Warning.hs:710)
    prettyWarning (src/full/Agda/TypeChecking/Pretty/Warning.hs:93)
Warning: 'Arg' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2615:15
    * at src/full/Agda/Syntax/Common.hs:2615:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2615:1
  50% (  2 /  4) in 'Agda.TypeChecking.Forcing'
  Missing documentation for:
    isForced (src/full/Agda/TypeChecking/Forcing.hs:243)
    nextIsForced (src/full/Agda/TypeChecking/Forcing.hs:247)
Warning: 'SplitClause' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  41% (  7 / 17) in 'Agda.TypeChecking.Coverage.Match'
  Missing documentation for:
    matchClause (src/full/Agda/TypeChecking/Coverage/Match.hs:323)
    SplitPattern (src/full/Agda/TypeChecking/Coverage/Match.hs:137)
    fromSplitPattern (src/full/Agda/TypeChecking/Coverage/Match.hs:153)
    fromSplitPatterns (src/full/Agda/TypeChecking/Coverage/Match.hs:156)
    toSplitPatterns (src/full/Agda/TypeChecking/Coverage/Match.hs:150)
    toSplitPSubst (src/full/Agda/TypeChecking/Coverage/Match.hs:161)
    applySplitPSubst (src/full/Agda/TypeChecking/Coverage/Match.hs:167)
    BlockingVars (src/full/Agda/TypeChecking/Coverage/Match.hs:94)
    setBlockingVarOverlap (src/full/Agda/TypeChecking/Coverage/Match.hs:266)
    ApplyOrIApply (src/full/Agda/TypeChecking/Coverage/Match.hs:77)
  20% (  2 / 10) in 'Agda.TypeChecking.Conversion.Pure'
  Missing documentation for:
    Module header
    FreshThings (src/full/Agda/TypeChecking/Conversion/Pure.hs:23)
    PureConversionT (src/full/Agda/TypeChecking/Conversion/Pure.hs:29)
    pureEqualTerm (src/full/Agda/TypeChecking/Conversion/Pure.hs:37)
    pureEqualType (src/full/Agda/TypeChecking/Conversion/Pure.hs:50)
    pureCompareAs (src/full/Agda/TypeChecking/Conversion/Pure.hs:63)
    runPureConversion (src/full/Agda/TypeChecking/Conversion/Pure.hs:70)
    runPureConversionB (src/full/Agda/TypeChecking/Conversion/Pure.hs:74)
  36% (  7 / 19) in 'Agda.TypeChecking.Rewriting.NonLinMatch'
  Missing documentation for:
    NLMState (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:84)
    nlmSub (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:94)
    nlmEqs (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:97)
    runNLM (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:100)
    matchingBlocked (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:107)
    tellEq (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:121)
    Sub (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:127)
    PostponedEquations (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:138)
    extendContext (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:398)
    makeSubstitution (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:402)
    checkPostponedEquations (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:410)
    nonLinMatch (src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs:421)
Warning: 'TCM' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6031:20
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
Warning: 'CallInfo' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:4945:17
    * at src/full/Agda/TypeChecking/Monad/Base.hs:4945:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:4945:1
  46% ( 28 / 60) in 'Agda.Termination.Monad'
  Missing documentation for:
    terGetUseDotPatterns (src/full/Agda/Termination/Monad.hs:254)
    terSetUseDotPatterns (src/full/Agda/Termination/Monad.hs:257)
    terGetSizeSuc (src/full/Agda/Termination/Monad.hs:260)
    terGetCurrent (src/full/Agda/Termination/Monad.hs:263)
    terSetCurrent (src/full/Agda/Termination/Monad.hs:266)
    terGetSharp (src/full/Agda/Termination/Monad.hs:269)
    terGetCutOff (src/full/Agda/Termination/Monad.hs:272)
    terGetMutual (src/full/Agda/Termination/Monad.hs:275)
    terGetUserNames (src/full/Agda/Termination/Monad.hs:278)
    terGetTarget (src/full/Agda/Termination/Monad.hs:281)
    terSetTarget (src/full/Agda/Termination/Monad.hs:284)
    terGetHaveInlinedWith (src/full/Agda/Termination/Monad.hs:287)
    terSetHaveInlinedWith (src/full/Agda/Termination/Monad.hs:290)
    terGetMaskArgs (src/full/Agda/Termination/Monad.hs:293)
    terSetMaskArgs (src/full/Agda/Termination/Monad.hs:296)
    terGetMaskResult (src/full/Agda/Termination/Monad.hs:299)
    terSetMaskResult (src/full/Agda/Termination/Monad.hs:302)
    terGetPatterns (src/full/Agda/Termination/Monad.hs:305)
    terSetPatterns (src/full/Agda/Termination/Monad.hs:311)
    terRaise (src/full/Agda/Termination/Monad.hs:314)
    terGetGuarded (src/full/Agda/Termination/Monad.hs:317)
    terModifyGuarded (src/full/Agda/Termination/Monad.hs:320)
    terSetGuarded (src/full/Agda/Termination/Monad.hs:323)
    terUnguarded (src/full/Agda/Termination/Monad.hs:326)
    terModifyUsableVars (src/full/Agda/Termination/Monad.hs:339)
    terSetUsableVars (src/full/Agda/Termination/Monad.hs:342)
    terModifyUseSizeLt (src/full/Agda/Termination/Monad.hs:350)
    terSetUseSizeLt (src/full/Agda/Termination/Monad.hs:353)
    MaskedDeBruijnPatterns (src/full/Agda/Termination/Monad.hs:545)
    Masked (src/full/Agda/Termination/Monad.hs:547)
    masked (src/full/Agda/Termination/Monad.hs:553)
    notMasked (src/full/Agda/Termination/Monad.hs:556)
  29% (  5 / 17) in 'Agda.TypeChecking.Errors'
  Missing documentation for:
    Module header
    renderError (src/full/Agda/TypeChecking/Errors.hs:100)
    prettyError (src/full/Agda/TypeChecking/Errors.hs:104)
    tcErrString (src/full/Agda/TypeChecking/Errors.hs:129)
    prettyTCWarnings' (src/full/Agda/TypeChecking/Pretty/Warning.hs:770)
    prettyTCWarnings (src/full/Agda/TypeChecking/Pretty/Warning.hs:767)
    applyFlagsToTCWarnings (src/full/Agda/TypeChecking/Pretty/Warning.hs:824)
    getAllUnsolvedWarnings (src/full/Agda/TypeChecking/Pretty/Warning.hs:840)
    getAllWarningsPreserving (src/full/Agda/TypeChecking/Pretty/Warning.hs:865)
    getAllWarningsOfTCErr (src/full/Agda/TypeChecking/Pretty/Warning.hs:879)
    explainWhyInScope (src/full/Agda/TypeChecking/Errors.hs:2075)
    Verbalize (src/full/Agda/TypeChecking/Errors.hs:2155)
   0% (  0 /  5) in 'Agda.TypeChecking.Pretty.Constraint'
  Missing documentation for:
    Module header
    prettyConstraint (src/full/Agda/TypeChecking/Pretty/Constraint.hs:34)
    interestingConstraint (src/full/Agda/TypeChecking/Pretty/Constraint.hs:44)
    prettyInterestingConstraints (src/full/Agda/TypeChecking/Pretty/Constraint.hs:55)
    prettyRangeConstraint (src/full/Agda/TypeChecking/Pretty/Constraint.hs:66)
Warning: 'cmp' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  80% ( 29 / 36) in 'Agda.TypeChecking.SizedTypes'
  Missing documentation for:
    Module header
    isBoundedProjVar (src/full/Agda/TypeChecking/SizedTypes.hs:191)
    isBoundedSizeType (src/full/Agda/TypeChecking/SizedTypes.hs:194)
    sizeMaxView (src/full/Agda/TypeChecking/SizedTypes.hs:281)
    compareSizeViews (src/full/Agda/TypeChecking/SizedTypes.hs:357)
    mkIsSizeConstraint (src/full/Agda/TypeChecking/SizedTypes.hs:437)
    isSizeConstraint_ (src/full/Agda/TypeChecking/SizedTypes.hs:444)
Warning: 'LeastPolarity' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Polarity.hs:357:27
    * at src/full/Agda/TypeChecking/Polarity.hs:357:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Polarity.hs:357:1
  87% (  7 /  8) in 'Agda.TypeChecking.Polarity'
  Missing documentation for:
    polFromOcc (src/full/Agda/TypeChecking/Polarity.hs:71)
Warning: 'u' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  75% ( 12 / 16) in 'Agda.TypeChecking.Injectivity'
  Missing documentation for:
    headSymbol (src/full/Agda/TypeChecking/Injectivity.hs:88)
    checkInjectivity (src/full/Agda/TypeChecking/Injectivity.hs:202)
    InvView (src/full/Agda/TypeChecking/Injectivity.hs:328)
    forcePiUsingInjectivity (src/full/Agda/TypeChecking/Injectivity.hs:496)
Warning: 'tcGetInstances' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Interface' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1290:18
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1290:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:1290:1
Warning: 'FlexK' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  8 / 16) in 'Agda.TypeChecking.InstanceArguments'
  Missing documentation for:
    Module header
    isInstanceConstraint (src/full/Agda/TypeChecking/Monad/Constraints.hs:239)
    solveAwakeInstanceConstraints (src/full/Agda/TypeChecking/InstanceArguments.hs:1015)
    shouldPostponeInstanceSearch (src/full/Agda/TypeChecking/Monad/Constraints.hs:248)
    postponeInstanceConstraints (src/full/Agda/TypeChecking/InstanceArguments.hs:1019)
    flushInstanceConstraints (src/full/Agda/TypeChecking/InstanceArguments.hs:1023)
    OutputTypeName (src/full/Agda/TypeChecking/InstanceArguments.hs:1060)
    resolveInstanceHead (src/full/Agda/TypeChecking/InstanceArguments.hs:1179)
  36% (  9 / 25) in 'Agda.TypeChecking.Constraints'
  Missing documentation for:
    Module header
    addConstraintTCM (src/full/Agda/TypeChecking/Constraints.hs:60)
    wakeConstraintsTCM (src/full/Agda/TypeChecking/Constraints.hs:110)
    noConstraints' (src/full/Agda/TypeChecking/Constraints.hs:158)
    newProblem_ (src/full/Agda/TypeChecking/Constraints.hs:199)
    ifNoConstraints (src/full/Agda/TypeChecking/Constraints.hs:202)
    ifNoConstraints_ (src/full/Agda/TypeChecking/Constraints.hs:207)
    whenConstraints (src/full/Agda/TypeChecking/Constraints.hs:217)
    solveConstraintTCM (src/full/Agda/TypeChecking/Constraints.hs:258)
    solveConstraint_ (src/full/Agda/TypeChecking/Constraints.hs:266)
    checkTypeCheckingProblem (src/full/Agda/TypeChecking/Constraints.hs:318)
    debugConstraints (src/full/Agda/TypeChecking/Constraints.hs:328)
    updateBlocker (src/full/Agda/TypeChecking/Constraints.hs:338)
    addAndUnblocker (src/full/Agda/TypeChecking/Constraints.hs:341)
    addOrUnblocker (src/full/Agda/TypeChecking/Constraints.hs:348)
    withReduced (src/full/Agda/TypeChecking/Constraints.hs:360)
  50% (  3 /  6) in 'Agda.TypeChecking.Rules.LHS.Unify'
  Missing documentation for:
    UnificationResult' (src/full/Agda/TypeChecking/Rules/LHS/Unify.hs:195)
    NoLeftInv (src/full/Agda/TypeChecking/Rules/LHS/Unify/LeftInverse.hs:45)
    unifyIndices' (src/full/Agda/TypeChecking/Rules/LHS/Unify.hs:233)
Warning: 'FreeEnv' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Free/Lazy.hs:388:23
    * at src/full/Agda/TypeChecking/Free/Lazy.hs:402:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Free/Lazy.hs:402:1
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  63% ( 30 / 47) in 'Agda.TypeChecking.MetaVars.Occurs'
  Missing documentation for:
    modifyOccursCheckDefs (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:102)
    OccursCtx (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:147)
    OccursM (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:148)
    metaCheck (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:211)
    defArgs (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:302)
    unfoldB (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:316)
    unfold (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:324)
    strongly (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:335)
    flexibly (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:341)
    patternViolation' (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:346)
    abort (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:351)
    occurs_ (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:373)
    metaOccurs2 (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:376)
    metaOccurs3 (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:379)
    metaOccursQName (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:534)
    PruneResult (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:886)
    reallyNotFreeIn (src/full/Agda/TypeChecking/MetaVars/Occurs.hs:999)
  25% (  1 /  4) in 'Agda.TypeChecking.Lock'
  Missing documentation for:
    Module header
    isTimeless (src/full/Agda/TypeChecking/Lock.hs:124)
    checkLockedVars (src/full/Agda/TypeChecking/Lock.hs:43)
Warning: 'MetaId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3246:15
    * at src/full/Agda/Syntax/Common.hs:3246:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3246:1
Warning: 'Frozen' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1738:5
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1737:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:1737:1
Warning: 'dir' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  60% ( 42 / 69) in 'Agda.TypeChecking.MetaVars'
  Missing documentation for:
    Module header
    isEtaExpandable (src/full/Agda/TypeChecking/MetaVars.hs:119)
    newTypeMeta' (src/full/Agda/TypeChecking/MetaVars.hs:201)
    newTypeMeta (src/full/Agda/TypeChecking/MetaVars.hs:204)
    newTypeMeta_ (src/full/Agda/TypeChecking/MetaVars.hs:207)
    newLevelMeta (src/full/Agda/TypeChecking/MetaVars.hs:215)
    newInstanceMetaCtx (src/full/Agda/TypeChecking/MetaVars.hs:235)
    newValueMetaOfKind (src/full/Agda/TypeChecking/MetaVars.hs:276)
    newValueMetaCtx (src/full/Agda/TypeChecking/MetaVars.hs:291)
    newValueMetaCtx' (src/full/Agda/TypeChecking/MetaVars.hs:307)
    newTelMeta (src/full/Agda/TypeChecking/MetaVars.hs:324)
    Condition (src/full/Agda/TypeChecking/MetaVars.hs:326)
    trueCondition (src/full/Agda/TypeChecking/MetaVars.hs:329)
    newArgsMeta (src/full/Agda/TypeChecking/MetaVars.hs:333)
    newArgsMeta' (src/full/Agda/TypeChecking/MetaVars.hs:337)
    newArgsMetaCtx (src/full/Agda/TypeChecking/MetaVars.hs:343)
    newArgsMetaCtx'' (src/full/Agda/TypeChecking/MetaVars.hs:348)
    newArgsMetaCtx' (src/full/Agda/TypeChecking/MetaVars.hs:375)
    newRecordMetaCtx (src/full/Agda/TypeChecking/MetaVars.hs:393)
    newQuestionMark (src/full/Agda/TypeChecking/MetaVars.hs:403)
    newQuestionMark' (src/full/Agda/TypeChecking/MetaVars.hs:420)
    blockTermOnProblem (src/full/Agda/TypeChecking/MetaVars.hs:548)
    blockTypeOnProblem (src/full/Agda/TypeChecking/MetaVars.hs:597)
    assignWrapper (src/full/Agda/TypeChecking/MetaVars.hs:768)
    FVs (src/full/Agda/TypeChecking/MetaVars.hs:1615)
    SubstCand (src/full/Agda/TypeChecking/MetaVars.hs:1616)
    Res (src/full/Agda/TypeChecking/MetaVars.hs:1635)
Warning: 'CtxId' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 11 / 11) in 'Agda.TypeChecking.SizedTypes.Solve'
Warning: 'fixTargetType' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'transitive'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'computeNeighborhood' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'splitResult' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  4 /  8) in 'Agda.TypeChecking.Coverage.SplitClause'
  Missing documentation for:
    SplitClause (src/full/Agda/TypeChecking/Coverage/SplitClause.hs:45)
    UnifyEquiv (src/full/Agda/TypeChecking/Coverage/SplitClause.hs:73)
    IInfo (src/full/Agda/TypeChecking/Coverage/SplitClause.hs:88)
    CoverResult (src/full/Agda/TypeChecking/Coverage/SplitClause.hs:117)
  14% (  1 /  7) in 'Agda.TypeChecking.Coverage.Cubical'
  Missing documentation for:
    Module header
    createMissingIndexedClauses (src/full/Agda/TypeChecking/Coverage/Cubical.hs:56)
    covFillTele (src/full/Agda/TypeChecking/Coverage/Cubical.hs:99)
    createMissingTrXTrXClause (src/full/Agda/TypeChecking/Coverage/Cubical.hs:111)
    createMissingTrXHCompClause (src/full/Agda/TypeChecking/Coverage/Cubical.hs:365)
    createMissingTrXConClause (src/full/Agda/TypeChecking/Coverage/Cubical.hs:634)
Warning: 'cmp' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'annFinite' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  51% ( 28 / 54) in 'Agda.TypeChecking.Conversion'
  Missing documentation for:
    Module header
    MonadConversion (src/full/Agda/TypeChecking/Conversion.hs:70)
    equalTerm (src/full/Agda/TypeChecking/Conversion.hs:127)
    equalAtom (src/full/Agda/TypeChecking/Conversion.hs:131)
    equalType (src/full/Agda/TypeChecking/Conversion.hs:135)
    compareAsDir (src/full/Agda/TypeChecking/Conversion.hs:282)
    compareAs' (src/full/Agda/TypeChecking/Conversion.hs:285)
    compareTerm' (src/full/Agda/TypeChecking/Conversion.hs:291)
    compareAtomDir (src/full/Agda/TypeChecking/Conversion.hs:520)
    antiUnifyArgs (src/full/Agda/TypeChecking/Conversion.hs:915)
    antiUnifyType (src/full/Agda/TypeChecking/Conversion.hs:924)
    antiUnifyElims (src/full/Agda/TypeChecking/Conversion.hs:927)
    compareWithPol (src/full/Agda/TypeChecking/Conversion.hs:1151)
    polFromCmp (src/full/Agda/TypeChecking/Conversion.hs:1157)
    leqType (src/full/Agda/TypeChecking/Conversion.hs:1184)
    compareLevel (src/full/Agda/TypeChecking/Conversion.hs:1290)
    compareSort (src/full/Agda/TypeChecking/Conversion.hs:1294)
    leqLevel (src/full/Agda/TypeChecking/Conversion.hs:1425)
    equalLevel (src/full/Agda/TypeChecking/Conversion.hs:1564)
    forallFaceMaps (src/full/Agda/TypeChecking/Conversion.hs:2079)
    compareInterval (src/full/Agda/TypeChecking/Conversion.hs:2152)
    Conj (src/full/Agda/TypeChecking/Conversion.hs:2185)
    isCanonical (src/full/Agda/TypeChecking/Conversion.hs:2188)
    compareTermOnFace (src/full/Agda/TypeChecking/Conversion.hs:2224)
    compareTermOnFace' (src/full/Agda/TypeChecking/Conversion.hs:2230)
    bothAbsurd (src/full/Agda/TypeChecking/Conversion.hs:2255)
  42% (  3 /  7) in 'Agda.TypeChecking.Rules.Builtin'
  Missing documentation for:
    Module header
    builtinKindOfName (src/full/Agda/TypeChecking/Rules/Builtin.hs:1039)
    isUntypedBuiltin (src/full/Agda/TypeChecking/Rules/Builtin.hs:907)
    bindUntypedBuiltin (src/full/Agda/TypeChecking/Rules/Builtin.hs:910)
Warning: 'm' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  75% (  3 /  4) in 'Agda.TypeChecking.Rewriting.Confluence'
  Missing documentation for:
    sortRulesOfSymbol (src/full/Agda/TypeChecking/Rewriting/Confluence.hs:446)
  90% (  9 / 10) in 'Agda.TypeChecking.Rewriting'
  Missing documentation for:
    requireOptionRewriting (src/full/Agda/TypeChecking/Rewriting.hs:93)
Warning: 'CompactDef' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Reduce/Fast.hs:95:3
    * at src/full/Agda/TypeChecking/Reduce/Fast.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/full/Agda/TypeChecking/Reduce/Fast.hs:94:1
Warning: 'suc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Catchall' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3801:1
    * at src/full/Agda/TypeChecking/Reduce/Fast.hs:626:24
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3801:1
Warning: 'Thunk' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Reduce/Fast.hs:516:28
    * at src/full/Agda/TypeChecking/Reduce/Fast.hs:516:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Reduce/Fast.hs:516:1
Warning: 'Apply' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal/Elim.hs:19:5
    * at src/full/Agda/TypeChecking/Substitute/Class.hs:23:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Substitute/Class.hs:23:1
Warning: 'ReduceEnv' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5653:18
    * at src/full/Agda/TypeChecking/Monad/Base.hs:5653:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:5653:1
Warning: 'BuiltinEnv' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Reduce/Fast.hs:112:19
    * at src/full/Agda/TypeChecking/Reduce/Fast.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/full/Agda/TypeChecking/Reduce/Fast.hs:112:1
  66% (  2 /  3) in 'Agda.TypeChecking.Reduce.Fast'
  Missing documentation for:
    fastNormalise (src/full/Agda/TypeChecking/Reduce/Fast.hs:434)
  75% (  3 /  4) in 'Agda.TypeChecking.Modalities'
  Missing documentation for:
    Module header
  60% (  3 /  5) in 'Agda.TypeChecking.IApplyConfluence'
  Missing documentation for:
    Module header
    checkIApplyConfluence_ (src/full/Agda/TypeChecking/IApplyConfluence.hs:44)
Warning: 'Type' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:340:1
    * at src/full/Agda/Syntax/Internal.hs:277:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:277:1
 100% (  4 /  4) in 'Agda.TypeChecking.Generalize'
Warning: 'transpIx' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  58% ( 14 / 24) in 'Agda.TypeChecking.Rules.Data'
  Missing documentation for:
    Module header
    defineCompData (src/full/Agda/TypeChecking/Rules/Data.hs:409)
    freshAbstractQName'_ (src/full/Agda/TypeChecking/Rules/Data.hs:691)
    defineTranspFun (src/full/Agda/TypeChecking/Rules/Data.hs:821)
    defineConClause (src/full/Agda/TypeChecking/Rules/Data.hs:928)
    defineKanOperationForFields (src/full/Agda/TypeChecking/Rules/Data.hs:1301)
    defineTranspForFields (src/full/Agda/TypeChecking/Rules/Data.hs:1330)
    defineHCompForFields (src/full/Agda/TypeChecking/Rules/Data.hs:1488)
    getGeneralizedParameters (src/full/Agda/TypeChecking/Rules/Data.hs:1627)
    bindParameter (src/full/Agda/TypeChecking/Rules/Data.hs:1703)
Warning: 'Modality' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:566:17
    * at src/full/Agda/Syntax/Common.hs:566:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:566:1
Warning: 'ArgInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2464:16
    * at src/full/Agda/Syntax/Common.hs:2464:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2464:1
  66% (  6 /  9) in 'Agda.TypeChecking.CheckInternal'
  Missing documentation for:
    MonadCheckInternal (src/full/Agda/TypeChecking/CheckInternal.hs:46)
    CheckInternal (src/full/Agda/TypeChecking/CheckInternal.hs:94)
    eraseUnusedAction (src/full/Agda/TypeChecking/CheckInternal.hs:79)
   8% (  1 / 12) in 'Agda.TypeChecking.ReconstructParameters'
  Missing documentation for:
    reconstructParametersInType (src/full/Agda/TypeChecking/ReconstructParameters.hs:34)
    reconstructParametersInType' (src/full/Agda/TypeChecking/ReconstructParameters.hs:37)
    reconstructParametersInTel (src/full/Agda/TypeChecking/ReconstructParameters.hs:41)
    reconstructParametersInEqView (src/full/Agda/TypeChecking/ReconstructParameters.hs:48)
    reconstructParameters (src/full/Agda/TypeChecking/ReconstructParameters.hs:56)
    reconstructParameters' (src/full/Agda/TypeChecking/ReconstructParameters.hs:59)
    reconstructAction (src/full/Agda/TypeChecking/ReconstructParameters.hs:70)
    reconstructAction' (src/full/Agda/TypeChecking/ReconstructParameters.hs:73)
    reconstruct (src/full/Agda/TypeChecking/ReconstructParameters.hs:76)
    extractParameters (src/full/Agda/TypeChecking/ReconstructParameters.hs:143)
    dropParameters (src/full/Agda/TypeChecking/ReconstructParameters.hs:170)
  70% (  7 / 10) in 'Agda.TypeChecking.Abstract'
  Missing documentation for:
    abstractTerm (src/full/Agda/TypeChecking/Abstract.hs:157)
    AbsTerm (src/full/Agda/TypeChecking/Abstract.hs:206)
    EqualSy (src/full/Agda/TypeChecking/Abstract.hs:296)
  80% (  8 / 10) in 'Agda.TypeChecking.With'
  Missing documentation for:
    Module header
    patsToElims (src/full/Agda/TypeChecking/With.hs:761)
Warning: 'Internal' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TerminationError' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:4962:25
    * at src/full/Agda/TypeChecking/Monad/Base.hs:4962:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:4962:1
Warning: 'Sort' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Internal.hs:230:13
    * at src/full/Agda/Syntax/Internal.hs:348:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Internal.hs:348:1
  75% (  3 /  4) in 'Agda.Termination.TermCheck'
  Missing documentation for:
    Module header
  66% (  2 /  3) in 'Agda.Syntax.Internal.SanityCheck'
  Missing documentation for:
    sanityCheckVars (src/full/Agda/Syntax/Internal/SanityCheck.hs:20)
   0% (  0 /  2) in 'Agda.Syntax.IdiomBrackets'
  Missing documentation for:
    Module header
    parseIdiomBracketsSeq (src/full/Agda/Syntax/IdiomBrackets.hs:20)
  50% (  1 /  2) in 'Agda.Syntax.DoNotation'
  Missing documentation for:
    desugarDoNotation (src/full/Agda/Syntax/DoNotation.hs:50)
  50% (  2 /  4) in 'Agda.Interaction.Monad'
  Missing documentation for:
    Module header
    runIM (src/full/Agda/Interaction/Monad.hs:43)
Warning: 'PrettyTCM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  89% ( 95 /106) in 'Agda.Interaction.JSON'
  Missing documentation for:
    genericToJSONKey
    Key
    JSONPath
    GFromJSONKey
    parseIndexedJSON
    GToJSONKey
    ToJSONKeyFunction
    omitField1
    omitField2
    GToEncoding
    GToJSON
   0% (  0 /  9) in 'Agda.Interaction.Highlighting.Vim'
  Missing documentation for:
    Module header
    vimFile (src/full/Agda/Interaction/Highlighting/Vim.hs:27)
    escape (src/full/Agda/Interaction/Highlighting/Vim.hs:32)
    wordBounded (src/full/Agda/Interaction/Highlighting/Vim.hs:40)
    keyword (src/full/Agda/Interaction/Highlighting/Vim.hs:43)
    match (src/full/Agda/Interaction/Highlighting/Vim.hs:47)
    matches (src/full/Agda/Interaction/Highlighting/Vim.hs:55)
    toVim (src/full/Agda/Interaction/Highlighting/Vim.hs:72)
    generateVimFile (src/full/Agda/Interaction/Highlighting/Vim.hs:91)
Warning: 'File' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  3 /  3) in 'Agda.Interaction.Highlighting.FromAbstract'
  77% ( 14 / 18) in 'Agda.Interaction.Highlighting.Generate'
  Missing documentation for:
    printSyntaxInfo (src/full/Agda/Interaction/Highlighting/Generate.hs:368)
    computeUnsolvedInfo (src/full/Agda/Interaction/Highlighting/Generate.hs:688)
    storeDisambiguatedConstructor (src/full/Agda/Interaction/Highlighting/Generate.hs:757)
    storeDisambiguatedProjection (src/full/Agda/Interaction/Highlighting/Generate.hs:754)
Warning: 'problemRest' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Problem' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:179:18
    * at src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:179:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Rules/LHS/Problem.hs:179:1
Warning: 'Range' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Position.hs:249:5
    * at src/full/Agda/Syntax/Position.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/full/Agda/Syntax/Position.hs:253:1
Warning: 'Postfix' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  57% (  4 /  7) in 'Agda.TypeChecking.Rules.LHS'
  Missing documentation for:
    Module header
    DataOrRecord (src/full/Agda/TypeChecking/Rules/LHS.hs:1609)
    checkSortOfSplitVar (src/full/Agda/TypeChecking/Rules/LHS.hs:2034)
 100% (  3 /  3) in 'Agda.Interaction.Highlighting.Common'
 100% (  2 /  2) in 'Agda.Interaction.Highlighting.JSON'
Warning: 'TokenBased' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common/Aspect.hs:157:19
    * at src/full/Agda/Syntax/Common/Aspect.hs:157:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common/Aspect.hs:157:1
 100% (  3 /  3) in 'Agda.Interaction.Highlighting.Emacs'
   0% (  0 /  3) in 'Agda.Compiler.Treeless.Unused'
  Missing documentation for:
    Module header
    usedArguments (src/full/Agda/Compiler/Treeless/Unused.hs:23)
    stripUnusedArguments (src/full/Agda/Compiler/Treeless/Unused.hs:88)
   0% (  0 /  2) in 'Agda.Compiler.Treeless.Simplify'
  Missing documentation for:
    Module header
    simplifyTTerm (src/full/Agda/Compiler/Treeless/Simplify.hs:68)
  50% (  1 /  2) in 'Agda.Compiler.Treeless.NormalizeNames'
  Missing documentation for:
    normalizeNames (src/full/Agda/Compiler/Treeless/NormalizeNames.hs:22)
   0% (  0 /  2) in 'Agda.Compiler.Treeless.Identity'
  Missing documentation for:
    Module header
    detectIdentityFunctions (src/full/Agda/Compiler/Treeless/Identity.hs:21)
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
  25% (  1 /  4) in 'Agda.Compiler.Treeless.Erase'
  Missing documentation for:
    Module header
    eraseTerms (src/full/Agda/Compiler/Treeless/Erase.hs:70)
    isErasable (src/full/Agda/Compiler/Treeless/Erase.hs:306)
  25% (  1 /  4) in 'Agda.Compiler.Treeless.EliminateLiteralPatterns'
  Missing documentation for:
    eliminateLiteralPatterns (src/full/Agda/Compiler/Treeless/EliminateLiteralPatterns.hs:18)
    BuiltinKit (src/full/Agda/Compiler/Treeless/EliminateLiteralPatterns.hs:22)
    transform (src/full/Agda/Compiler/Treeless/EliminateLiteralPatterns.hs:28)
  50% (  1 /  2) in 'Agda.Compiler.Treeless.EliminateDefaults'
  Missing documentation for:
    eliminateCaseDefaults (src/full/Agda/Compiler/Treeless/EliminateDefaults.hs:18)
  50% (  1 /  2) in 'Agda.Compiler.Treeless.Builtin'
  Missing documentation for:
    translateBuiltins (src/full/Agda/Compiler/Treeless/Builtin.hs:72)
  66% (  2 /  3) in 'Agda.Compiler.MAlonzo.Coerce'
  Missing documentation for:
    Module header
 100% (  3 /  3) in 'Agda.Compiler.CallCompiler'
Warning: 'LetDef' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs:1454:15
    * at src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs:1454:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs:1454:1
Warning: 'Arg' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2615:15
    * at src/full/Agda/Syntax/Common.hs:2615:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2615:1
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:1
    * at src/full/Agda/Syntax/Concrete/Name.hs:109:5
    * at src/full/Agda/Syntax/Concrete/Name.hs:107:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Concrete/Name.hs:107:1
Warning: 'DisplayPragma' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract.hs:240:5
    * at src/full/Agda/Syntax/Concrete.hs:634: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/full/Agda/Syntax/Concrete.hs:634:5
  70% (  7 / 10) in 'Agda.Syntax.Translation.ConcreteToAbstract'
  Missing documentation for:
    concreteToAbstract_ (src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs:428)
    concreteToAbstract (src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs:431)
    TopLevelInfo (src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs:1267)
Warning: 'Arg' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2615:15
    * at src/full/Agda/Syntax/Common.hs:2615:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2615:1
Warning: 'ArgInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:2464:16
    * at src/full/Agda/Syntax/Common.hs:2464:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:2464:1
  18% (  7 / 37) in 'Agda.TypeChecking.Unquote'
  Missing documentation for:
    Module header
    agdaTermType (src/full/Agda/TypeChecking/Unquote.hs:84)
    agdaTypeType (src/full/Agda/TypeChecking/Unquote.hs:87)
    qNameType (src/full/Agda/TypeChecking/Unquote.hs:90)
    Dirty (src/full/Agda/TypeChecking/Unquote.hs:92)
    UnquoteState (src/full/Agda/TypeChecking/Unquote.hs:98)
    UnquoteM (src/full/Agda/TypeChecking/Unquote.hs:99)
    UnquoteRes (src/full/Agda/TypeChecking/Unquote.hs:101)
    unpackUnquoteM (src/full/Agda/TypeChecking/Unquote.hs:104)
    packUnquoteM (src/full/Agda/TypeChecking/Unquote.hs:107)
    runUnquoteM (src/full/Agda/TypeChecking/Unquote.hs:110)
    liftU1 (src/full/Agda/TypeChecking/Unquote.hs:138)
    liftU2 (src/full/Agda/TypeChecking/Unquote.hs:141)
    inOriginalContext (src/full/Agda/TypeChecking/Unquote.hs:144)
    isCon (src/full/Agda/TypeChecking/Unquote.hs:150)
    isDef (src/full/Agda/TypeChecking/Unquote.hs:156)
    reduceQuotedTerm (src/full/Agda/TypeChecking/Unquote.hs:163)
    Unquote (src/full/Agda/TypeChecking/Unquote.hs:167)
    choice (src/full/Agda/TypeChecking/Unquote.hs:178)
    ensureDef (src/full/Agda/TypeChecking/Unquote.hs:182)
    ensureCon (src/full/Agda/TypeChecking/Unquote.hs:192)
    pickName (src/full/Agda/TypeChecking/Unquote.hs:202)
    unquoteString (src/full/Agda/TypeChecking/Unquote.hs:315)
    unquoteNString (src/full/Agda/TypeChecking/Unquote.hs:318)
    ErrorPart (src/full/Agda/TypeChecking/Unquote.hs:320)
    evalTCM (src/full/Agda/TypeChecking/Unquote.hs:601)
    ExeArg (src/full/Agda/TypeChecking/Unquote.hs:1178)
    StdIn (src/full/Agda/TypeChecking/Unquote.hs:1179)
    StdOut (src/full/Agda/TypeChecking/Unquote.hs:1180)
    StdErr (src/full/Agda/TypeChecking/Unquote.hs:1181)
Warning: 'MetaId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3246:15
    * at src/full/Agda/Syntax/Common.hs:3246:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3246:1
  73% ( 53 / 72) in 'Agda.TypeChecking.Rules.Term'
  Missing documentation for:
    Module header
    checkLevel (src/full/Agda/TypeChecking/Rules/Term.hs:204)
    leqType_ (src/full/Agda/TypeChecking/Rules/Term.hs:243)
    checkGeneralizeTelescope (src/full/Agda/TypeChecking/Rules/Term.hs:257)
    checkPiDomain (src/full/Agda/TypeChecking/Rules/Term.hs:327)
    checkPath (src/full/Agda/TypeChecking/Rules/Term.hs:403)
    checkLambda' (src/full/Agda/TypeChecking/Rules/Term.hs:468)
    lambdaAnnotationCheck (src/full/Agda/TypeChecking/Rules/Term.hs:627)
    lambdaAddContext (src/full/Agda/TypeChecking/Rules/Term.hs:674)
    checkPostponedLambda0 (src/full/Agda/TypeChecking/Rules/Term.hs:707)
    makeAbsurdLambda (src/full/Agda/TypeChecking/Rules/Term.hs:771)
    checkLiteral (src/full/Agda/TypeChecking/Rules/Term.hs:1156)
    checkExpr' (src/full/Agda/TypeChecking/Rules/Term.hs:1183)
    doQuoteTerm (src/full/Agda/TypeChecking/Rules/Term.hs:1368)
    inferExpr' (src/full/Agda/TypeChecking/Rules/Term.hs:1577)
    defOrVar (src/full/Agda/TypeChecking/Rules/Term.hs:1590)
    checkLetBindings' (src/full/Agda/TypeChecking/Rules/Term.hs:1658)
    checkLetBinding' (src/full/Agda/TypeChecking/Rules/Term.hs:1662)
    checkLetBindings (src/full/Agda/TypeChecking/Rules/Term.hs:1783)
 100% (  7 /  7) in 'Agda.TypeChecking.Rules.Builtin.Coinduction'
Warning: 'Covering' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Coverage/SplitClause.hs:91:17
    * at src/full/Agda/TypeChecking/Coverage/SplitClause.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 src/full/Agda/TypeChecking/Coverage/SplitClause.hs:91:1
  83% ( 10 / 12) in 'Agda.TypeChecking.Coverage'
  Missing documentation for:
    SplitClause (src/full/Agda/TypeChecking/Coverage/SplitClause.hs:45)
    normaliseProjP
  80% (  4 /  5) in 'Agda.TypeChecking.Empty'
  Missing documentation for:
    Module header
  52% (  9 / 17) in 'Agda.TypeChecking.CompiledClause.Compile'
  Missing documentation for:
    Module header
    RunRecordPatternTranslation (src/full/Agda/TypeChecking/CompiledClause/Compile.hs:37)
    compileClauses' (src/full/Agda/TypeChecking/CompiledClause/Compile.hs:41)
    Cls (src/full/Agda/TypeChecking/CompiledClause/Compile.hs:116)
    compileWithSplitTree (src/full/Agda/TypeChecking/CompiledClause/Compile.hs:127)
    compile (src/full/Agda/TypeChecking/CompiledClause/Compile.hs:160)
    splitC (src/full/Agda/TypeChecking/CompiledClause/Compile.hs:230)
    substBody (src/full/Agda/TypeChecking/CompiledClause/Compile.hs:429)
  42% (  3 /  7) in 'Agda.TypeChecking.Rules.Record'
  Missing documentation for:
    Module header
    addCompositionForRecord (src/full/Agda/TypeChecking/Rules/Record.hs:392)
    defineCompKitR (src/full/Agda/TypeChecking/Rules/Record.hs:431)
    defineKanOperationR (src/full/Agda/TypeChecking/Rules/Record.hs:466)
Warning: 'TCEnv' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3943:5
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3942:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:3942:1
  74% ( 20 / 27) in 'Agda.TypeChecking.Rules.Def'
  Missing documentation for:
    Module header
    checkFunDef (src/full/Agda/TypeChecking/Rules/Def.hs:89)
    checkMacroType (src/full/Agda/TypeChecking/Rules/Def.hs:136)
    insertInspects (src/full/Agda/TypeChecking/Rules/Def.hs:509)
    checkSystemCoverage (src/full/Agda/TypeChecking/Rules/Def.hs:573)
    ClausesPostChecks (src/full/Agda/TypeChecking/Rules/Def.hs:676)
    checkWithRHS (src/full/Agda/TypeChecking/Rules/Def.hs:1056)
  66% (  6 /  9) in 'Agda.TypeChecking.Rules.Application'
  Missing documentation for:
    Module header
    univChecks (src/full/Agda/TypeChecking/Rules/Application.hs:1588)
    suffixToLevel (src/full/Agda/TypeChecking/Rules/Application.hs:1594)
Warning: 'cont' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  10% (  1 / 10) in 'Agda.Compiler.ToTreeless'
  Missing documentation for:
    Module header
    toTreeless (src/full/Agda/Compiler/ToTreeless.hs:133)
    closedTermToTreeless (src/full/Agda/Compiler/ToTreeless.hs:220)
    Pipeline (src/full/Agda/Compiler/ToTreeless.hs:82)
    CompilerPass (src/full/Agda/Compiler/ToTreeless.hs:86)
    compilerPass (src/full/Agda/Compiler/ToTreeless.hs:170)
    compilerPipeline (src/full/Agda/Compiler/ToTreeless.hs:173)
    CCConfig (src/full/Agda/Compiler/ToTreeless.hs:110)
    CCSubst (src/full/Agda/Compiler/ToTreeless.hs:95)
  58% (  7 / 12) in 'Agda.Interaction.MakeCase'
  Missing documentation for:
    Module header
    CaseContext (src/full/Agda/Interaction/MakeCase.hs:52)
    getClauseZipperForIP (src/full/Agda/Interaction/MakeCase.hs:214)
    recheckAbstractClause (src/full/Agda/Interaction/MakeCase.hs:229)
    anyEllipsisVar (src/full/Agda/Interaction/MakeCase.hs:537)
Warning: 'QName' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Abstract/Name.hs:61:14
    * at src/full/Agda/Syntax/Abstract/Name.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/full/Agda/Syntax/Abstract/Name.hs:61:1
Warning: 'TCM' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6031:20
    * at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:6034:1
  68% ( 24 / 35) in 'Agda.TypeChecking.Rules.Decl'
  Missing documentation for:
    Module header
    mutualChecks (src/full/Agda/TypeChecking/Rules/Decl.hs:268)
    FinalChecks (src/full/Agda/TypeChecking/Rules/Decl.hs:338)
    checkUnquoteDecl (src/full/Agda/TypeChecking/Rules/Decl.hs:341)
    checkUnquoteDef (src/full/Agda/TypeChecking/Rules/Decl.hs:346)
    HighlightModuleContents (src/full/Agda/TypeChecking/Rules/Decl.hs:398)
    checkGeneralize (src/full/Agda/TypeChecking/Rules/Decl.hs:556)
    checkSig (src/full/Agda/TypeChecking/Rules/Decl.hs:875)
    checkTypeSignature' (src/full/Agda/TypeChecking/Rules/Decl.hs:885)
    ShowHead (src/full/Agda/TypeChecking/Rules/Decl.hs:1141)
    debugPrintDecl (src/full/Agda/TypeChecking/Rules/Decl.hs:1170)
  83% (  5 /  6) in 'Agda.TheTypeChecker'
  Missing documentation for:
    Module header
Warning: 'InteractionId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3367:25
    * at src/full/Agda/Syntax/Common.hs:3367:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3367:1
Warning: 'MetaId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3246:15
    * at src/full/Agda/Syntax/Common.hs:3246:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3246:1
  52% ( 26 / 50) in 'Agda.Interaction.BasicOps'
  Missing documentation for:
    Module header
    parseExprIn (src/full/Agda/Interaction/BasicOps.hs:108)
    giveExpr (src/full/Agda/Interaction/BasicOps.hs:124)
    evalInMeta (src/full/Agda/Interaction/BasicOps.hs:327)
    computeWrapInput (src/full/Agda/Interaction/BasicOps.hs:358)
    showComputed (src/full/Agda/Interaction/BasicOps.hs:362)
    reifyElimToExpr (src/full/Agda/Interaction/BasicOps.hs:403)
    prettyConstraints (src/full/Agda/Interaction/BasicOps.hs:615)
    getConstraints (src/full/Agda/Interaction/BasicOps.hs:621)
    namedMetaOf (src/full/Agda/Interaction/BasicOps.hs:624)
    getConstraintsMentioning (src/full/Agda/Interaction/BasicOps.hs:631)
    stripConstraintPids (src/full/Agda/Interaction/BasicOps.hs:707)
    getConstraints' (src/full/Agda/Interaction/BasicOps.hs:724)
    typeAndFacesInMeta (src/full/Agda/Interaction/BasicOps.hs:790)
    getGoals' (src/full/Agda/Interaction/BasicOps.hs:824)
    getWarningsAndNonFatalErrors (src/full/Agda/Interaction/BasicOps.hs:846)
    typeOfMetaMI (src/full/Agda/Interaction/BasicOps.hs:890)
    typeOfMeta (src/full/Agda/Interaction/BasicOps.hs:924)
    typeOfMeta' (src/full/Agda/Interaction/BasicOps.hs:927)
    typesOfVisibleMetas (src/full/Agda/Interaction/BasicOps.hs:930)
    typesOfHiddenMetas (src/full/Agda/Interaction/BasicOps.hs:934)
    typeInMeta (src/full/Agda/Interaction/BasicOps.hs:1150)
    isName (src/full/Agda/Interaction/BasicOps.hs:1357)
    whyInScope (src/full/Agda/Interaction/BasicOps.hs:1447)
   0% (  0 / 10) in 'Agda.Mimer.Options'
  Missing documentation for:
    Module header
    MilliSeconds (src/full/Agda/Mimer/Options.hs:19)
    HintMode (src/full/Agda/Mimer/Options.hs:21)
    Options (src/full/Agda/Mimer/Options.hs:24)
    parseOptions (src/full/Agda/Mimer/Options.hs:33)
    parseTime (src/full/Agda/Mimer/Options.hs:48)
    hintExprToQName (src/full/Agda/Mimer/Options.hs:61)
    firstOr (src/full/Agda/Mimer/Options.hs:68)
    Token (src/full/Agda/Mimer/Options.hs:72)
    readTokens (src/full/Agda/Mimer/Options.hs:76)
Warning: 'SearchBranch' is ambiguous. It is defined
    * at src/full/Agda/Mimer/Mimer.hs:182:21
    * at src/full/Agda/Mimer/Mimer.hs:182:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Mimer/Mimer.hs:182:1
Warning: 'InteractionId' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Common.hs:3367:25
    * at src/full/Agda/Syntax/Common.hs:3367:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Common.hs:3367:1
Warning: 'TCEnv' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3943:5
    * at src/full/Agda/TypeChecking/Monad/Base.hs:3942:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:3942:1
  66% (  2 /  3) in 'Agda.Mimer.Mimer'
  Missing documentation for:
    MimerResult (src/full/Agda/Mimer/Mimer.hs:113)
   0% (  0 /  2) in 'Agda.Interaction.SearchAbout'
  Missing documentation for:
    Module header
    findMentions (src/full/Agda/Interaction/SearchAbout.hs:30)
Warning: 'CheckResult' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Imports.hs:483:1
    * at src/full/Agda/Interaction/Imports.hs:475:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Imports.hs:475:1
Warning: 'ModuleInfo' is ambiguous. It is defined
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1263:19
    * at src/full/Agda/TypeChecking/Monad/Base.hs:1263:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/TypeChecking/Monad/Base.hs:1263:1
Warning: 'Source' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Imports.hs:130:15
    * at src/full/Agda/Interaction/Imports.hs:130:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Imports.hs:130:1
Warning: 'isMain' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MainInterface' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Imports.hs:258:5
    * at src/full/Agda/Interaction/Imports.hs:257:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Imports.hs:257:1
Warning: 'TopLevelInfo' is ambiguous. It is defined
    * at src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs:1267:21
    * at src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs:1267:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs:1267:1
  60% ( 12 / 20) in 'Agda.Interaction.Imports'
  Missing documentation for:
    ScopeCheck
    TypeCheck
    crModuleInfo
    crInterface (src/full/Agda/Interaction/Imports.hs:483)
    crWarnings (src/full/Agda/Interaction/Imports.hs:483)
    crMode (src/full/Agda/Interaction/Imports.hs:483)
    crSource (src/full/Agda/Interaction/Imports.hs:483)
    getNonMainModuleInfo (src/full/Agda/Interaction/Imports.hs:589)
   0% (  0 /  2) in 'Agda.Interaction.CommandLine'
  Missing documentation for:
    Module header
    runInteractionLoop (src/full/Agda/Interaction/CommandLine.hs:115)
 100% (  2 /  2) in 'Agda.Interaction.BuildLibrary'
Warning: Agda.Compiler.Common: Could not find documentation for exported module: Agda.Compiler.Common
   7% (  1 / 13) in 'Agda.Compiler.Common'
  Missing documentation for:
    Module header
    doCompile (src/full/Agda/Compiler/Common.hs:42)
    repl (src/full/Agda/Compiler/Common.hs:119)
    topLevelModuleName (src/full/Agda/Compiler/Common.hs:178)
    curIF (src/full/Agda/Compiler/Common.hs:94)
    doCompile' (src/full/Agda/Compiler/Common.hs:68)
    setInterface (src/full/Agda/Compiler/Common.hs:81)
    curMName (src/full/Agda/Compiler/Common.hs:99)
    curDefs (src/full/Agda/Compiler/Common.hs:102)
    sortDefs (src/full/Agda/Compiler/Common.hs:105)
    compileDir (src/full/Agda/Compiler/Common.hs:113)
    IsMain (src/full/Agda/Syntax/Common.hs:67)
Warning: 'GHCModuleEnv' is ambiguous. It is defined
    * at src/full/Agda/Compiler/MAlonzo/Misc.hs:104:21
    * at src/full/Agda/Compiler/MAlonzo/Misc.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 src/full/Agda/Compiler/MAlonzo/Misc.hs:104:1
Warning: 'main' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  22% ( 15 / 68) in 'Agda.Compiler.MAlonzo.Misc'
  Missing documentation for:
    Module header
    HsModuleEnv (src/full/Agda/Compiler/MAlonzo/Misc.hs:39)
    HsCompileState (src/full/Agda/Compiler/MAlonzo/Misc.hs:132)
    runHsCompileT' (src/full/Agda/Compiler/MAlonzo/Misc.hs:143)
    runHsCompileT (src/full/Agda/Compiler/MAlonzo/Misc.hs:146)
    ghcBackendError (src/full/Agda/Compiler/MAlonzo/Misc.hs:149)
    ihname (src/full/Agda/Compiler/MAlonzo/Misc.hs:227)
    unqhname (src/full/Agda/Compiler/MAlonzo/Misc.hs:230)
    tlmodOf (src/full/Agda/Compiler/MAlonzo/Misc.hs:240)
    xqual (src/full/Agda/Compiler/MAlonzo/Misc.hs:246)
    xhqn (src/full/Agda/Compiler/MAlonzo/Misc.hs:256)
    hsName (src/full/Agda/Compiler/MAlonzo/Misc.hs:259)
    conhqn (src/full/Agda/Compiler/MAlonzo/Misc.hs:263)
    bltQual (src/full/Agda/Compiler/MAlonzo/Misc.hs:267)
    dname (src/full/Agda/Compiler/MAlonzo/Misc.hs:272)
    hsPrimOp (src/full/Agda/Compiler/MAlonzo/Misc.hs:279)
    hsPrimOpApp (src/full/Agda/Compiler/MAlonzo/Misc.hs:282)
    hsInt (src/full/Agda/Compiler/MAlonzo/Misc.hs:285)
    hsTypedInt (src/full/Agda/Compiler/MAlonzo/Misc.hs:288)
    hsTypedDouble (src/full/Agda/Compiler/MAlonzo/Misc.hs:291)
    hsLet (src/full/Agda/Compiler/MAlonzo/Misc.hs:294)
    hsVarUQ (src/full/Agda/Compiler/MAlonzo/Misc.hs:298)
    hsAppView (src/full/Agda/Compiler/MAlonzo/Misc.hs:301)
    hsOpToExp (src/full/Agda/Compiler/MAlonzo/Misc.hs:308)
    hsLambda (src/full/Agda/Compiler/MAlonzo/Misc.hs:311)
    hsMapAlt (src/full/Agda/Compiler/MAlonzo/Misc.hs:315)
    hsMapRHS (src/full/Agda/Compiler/MAlonzo/Misc.hs:318)
    mazstr (src/full/Agda/Compiler/MAlonzo/Misc.hs:326)
    mazName (src/full/Agda/Compiler/MAlonzo/Misc.hs:329)
    mazMod' (src/full/Agda/Compiler/MAlonzo/Misc.hs:332)
    mazMod (src/full/Agda/Compiler/MAlonzo/Misc.hs:335)
    mazCoerceName (src/full/Agda/Compiler/MAlonzo/Misc.hs:338)
    mazErasedName (src/full/Agda/Compiler/MAlonzo/Misc.hs:341)
    mazAnyTypeName (src/full/Agda/Compiler/MAlonzo/Misc.hs:344)
    mazCoerce (src/full/Agda/Compiler/MAlonzo/Misc.hs:349)
    mazUnreachableError (src/full/Agda/Compiler/MAlonzo/Misc.hs:352)
    rtmUnreachableError (src/full/Agda/Compiler/MAlonzo/Misc.hs:355)
    mazHole (src/full/Agda/Compiler/MAlonzo/Misc.hs:358)
    rtmHole (src/full/Agda/Compiler/MAlonzo/Misc.hs:361)
    mazAnyType (src/full/Agda/Compiler/MAlonzo/Misc.hs:364)
    mazRTE (src/full/Agda/Compiler/MAlonzo/Misc.hs:367)
    mazRTEFloat (src/full/Agda/Compiler/MAlonzo/Misc.hs:370)
    rtmQual (src/full/Agda/Compiler/MAlonzo/Misc.hs:373)
    rtmVar (src/full/Agda/Compiler/MAlonzo/Misc.hs:376)
    rtmError (src/full/Agda/Compiler/MAlonzo/Misc.hs:379)
    unsafeCoerceMod (src/full/Agda/Compiler/MAlonzo/Misc.hs:383)
    fakeD (src/full/Agda/Compiler/MAlonzo/Misc.hs:390)
    fakeDS (src/full/Agda/Compiler/MAlonzo/Misc.hs:393)
    fakeDQ (src/full/Agda/Compiler/MAlonzo/Misc.hs:396)
    fakeType (src/full/Agda/Compiler/MAlonzo/Misc.hs:399)
    fakeExp (src/full/Agda/Compiler/MAlonzo/Misc.hs:402)
    fakeDecl (src/full/Agda/Compiler/MAlonzo/Misc.hs:405)
    emptyBinds (src/full/Agda/Compiler/MAlonzo/Misc.hs:412)
  25% (  3 / 12) in 'Agda.Compiler.MAlonzo.Primitives'
  Missing documentation for:
    Module header
    MainFunctionDef (src/full/Agda/Compiler/MAlonzo/Primitives.hs:31)
    CheckedMainFunctionDef (src/full/Agda/Compiler/MAlonzo/Primitives.hs:33)
    asMainFunctionDef (src/full/Agda/Compiler/MAlonzo/Primitives.hs:41)
    mainFunctionDefs (src/full/Agda/Compiler/MAlonzo/Primitives.hs:60)
    checkTypeOfMain' (src/full/Agda/Compiler/MAlonzo/Primitives.hs:73)
    treelessPrimName (src/full/Agda/Compiler/MAlonzo/Primitives.hs:85)
    xForPrim (src/full/Agda/Compiler/MAlonzo/Primitives.hs:147)
    noCheckCover (src/full/Agda/Compiler/MAlonzo/Primitives.hs:318)
  57% (  8 / 14) in 'Agda.Compiler.MAlonzo.Pragmas'
  Missing documentation for:
    Module header
    HaskellCode (src/full/Agda/Compiler/MAlonzo/Pragmas.hs:31)
    HaskellType (src/full/Agda/Compiler/MAlonzo/Pragmas.hs:32)
    parsePragma (src/full/Agda/Compiler/MAlonzo/Pragmas.hs:77)
    parseHaskellPragma (src/full/Agda/Compiler/MAlonzo/Pragmas.hs:122)
    getHaskellConstructor (src/full/Agda/Compiler/MAlonzo/Pragmas.hs:189)
  50% (  1 /  2) in 'Agda.Compiler.MAlonzo.Encode'
  Missing documentation for:
    Module header
   0% (  0 /  7) in 'Agda.Compiler.MAlonzo.Pretty'
  Missing documentation for:
    Module header
    prettyPrint (src/full/Agda/Compiler/MAlonzo/Pretty.hs:19)
    prettyWhere (src/full/Agda/Compiler/MAlonzo/Pretty.hs:96)
    prettyRhs (src/full/Agda/Compiler/MAlonzo/Pretty.hs:113)
    prettyGuardedRhs (src/full/Agda/Compiler/MAlonzo/Pretty.hs:117)
    isOperator (src/full/Agda/Compiler/MAlonzo/Pretty.hs:233)
    prettyQName (src/full/Agda/Compiler/MAlonzo/Pretty.hs:242)
  25% (  1 /  4) in 'Agda.Compiler.MAlonzo.HaskellTypes'
  Missing documentation for:
    haskellType (src/full/Agda/Compiler/MAlonzo/HaskellTypes.hs:159)
    hsTelApproximation (src/full/Agda/Compiler/MAlonzo/HaskellTypes.hs:230)
    hsTelApproximation' (src/full/Agda/Compiler/MAlonzo/HaskellTypes.hs:233)
  52% (  9 / 17) in 'Agda.Compiler.Backend'
  Missing documentation for:
    Recompile (src/full/Agda/Compiler/Backend/Base.hs:67)
    IsMain (src/full/Agda/Syntax/Common.hs:67)
    toTreeless (src/full/Agda/Compiler/ToTreeless.hs:133)
    crInterface (src/full/Agda/Interaction/Imports.hs:483)
    crWarnings (src/full/Agda/Interaction/Imports.hs:483)
    crMode (src/full/Agda/Interaction/Imports.hs:483)
    backendInteraction (src/full/Agda/Compiler/Backend.hs:137)
    parseBackendOptions (src/full/Agda/Compiler/Backend.hs:121)
Warning: 'IOTCM' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Base.hs:323:7
    * at src/full/Agda/Interaction/Base.hs:119:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Base.hs:119:1
Warning: 'display_info'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Agda.Interaction.InteractionTop: Could not find documentation for exported module: Agda.Interaction.InteractionTop
  69% ( 29 / 42) in 'Agda.Interaction.InteractionTop'
  Missing documentation for:
    Module header
    atTopLevel (src/full/Agda/Interaction/InteractionTop.hs:932)
    GiveRefine (src/full/Agda/Interaction/InteractionTop.hs:937)
    insertOldInteractionScope (src/full/Agda/Interaction/InteractionTop.hs:136)
    removeOldInteractionScope (src/full/Agda/Interaction/InteractionTop.hs:141)
    getOldInteractionScope (src/full/Agda/Interaction/InteractionTop.hs:146)
    handleCommand (src/full/Agda/Interaction/InteractionTop.hs:158)
    interpret (src/full/Agda/Interaction/InteractionTop.hs:479)
    highlightExpr (src/full/Agda/Interaction/InteractionTop.hs:1036)
    maybeTimed (src/full/Agda/Interaction/InteractionTop.hs:1166)
    extlam_dropName (src/full/Agda/Interaction/InteractionTop.hs:806)
    decorate (src/full/Agda/Interaction/InteractionTop.hs:796)
    makeCaseVariant (src/full/Agda/Interaction/InteractionTop.hs:799)
  50% (  1 /  2) in 'Agda.Interaction.AgdaTop'
  Missing documentation for:
    Module header
  62% (  5 /  8) in 'Agda.Interaction.EmacsTop'
  Missing documentation for:
    Module header
    namedMetaOf (src/full/Agda/Interaction/BasicOps.hs:624)
    explainWhyInScope (src/full/Agda/TypeChecking/Errors.hs:2075)
Warning: 'IOTCM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  1 /  2) in 'Agda.Interaction.JSONTop'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'Agda.Interaction.Highlighting.Dot.Backend'
  Missing documentation for:
    Module header
    dotBackend (src/full/Agda/Interaction/Highlighting/Dot/Backend.hs:117)
   0% (  0 /  2) in 'Agda.Interaction.Highlighting.Dot'
  Missing documentation for:
    Module header
    dotBackend (src/full/Agda/Interaction/Highlighting/Dot/Backend.hs:117)
Warning: 'Token' is ambiguous. It is defined
    * at src/full/Agda/Interaction/Highlighting/LaTeX/Base.hs:181:14
    * at src/full/Agda/Interaction/Highlighting/LaTeX/Base.hs:181:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/full/Agda/Interaction/Highlighting/LaTeX/Base.hs:181:1
  57% (  4 /  7) in 'Agda.Interaction.Highlighting.LaTeX.Base'
  Missing documentation for:
    LaTeXOptions (src/full/Agda/Interaction/Highlighting/LaTeX/Base.hs:667)
    LogMessage (src/full/Agda/Interaction/Highlighting/LaTeX/Base.hs:90)
    logMsgToText (src/full/Agda/Interaction/Highlighting/LaTeX/Base.hs:329)
   0% (  0 /  2) in 'Agda.Interaction.Highlighting.LaTeX.Backend'
  Missing documentation for:
    Module header
    latexBackend (src/full/Agda/Interaction/Highlighting/LaTeX/Backend.hs:100)
 100% (  2 /  2) in 'Agda.Interaction.Highlighting.LaTeX'
  44% (  4 /  9) in 'Agda.Interaction.Highlighting.HTML.Base'
  Missing documentation for:
    prepareCommonDestinationAssets (src/full/Agda/Interaction/Highlighting/HTML/Base.hs:201)
    defaultPageGen (src/full/Agda/Interaction/Highlighting/HTML/Base.hs:192)
    MonadLogHtml (src/full/Agda/Interaction/Highlighting/HTML/Base.hs:165)
    LogHtmlT (src/full/Agda/Interaction/Highlighting/HTML/Base.hs:168)
    runLogHtmlWith (src/full/Agda/Interaction/Highlighting/HTML/Base.hs:176)
  50% (  1 /  2) in 'Agda.Interaction.Highlighting.HTML.Backend'
  Missing documentation for:
    htmlBackend (src/full/Agda/Interaction/Highlighting/HTML/Backend.hs:63)
  50% (  1 /  2) in 'Agda.Interaction.Highlighting.HTML'
  Missing documentation for:
    htmlBackend (src/full/Agda/Interaction/Highlighting/HTML/Backend.hs:63)
Warning: 'main' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  33% (  1 /  3) in 'Agda.Compiler.MAlonzo.Compiler'
  Missing documentation for:
    Module header
    ghcBackend (src/full/Agda/Compiler/MAlonzo/Compiler.hs:88)
   9% (  4 / 41) in 'Agda.Compiler.JS.Compiler'
  Missing documentation for:
    jsBackend (src/full/Agda/Compiler/JS/Compiler.hs:94)
    jsBackend' (src/full/Agda/Compiler/JS/Compiler.hs:97)
    JSOptions (src/full/Agda/Compiler/JS/Compiler.hs:121)
    defaultJSOptions (src/full/Agda/Compiler/JS/Compiler.hs:137)
    jsCommandLineFlags (src/full/Agda/Compiler/JS/Compiler.hs:146)
    jsPreCompile (src/full/Agda/Compiler/JS/Compiler.hs:168)
    JSModuleEnv (src/full/Agda/Compiler/JS/Compiler.hs:215)
    jsPreModule (src/full/Agda/Compiler/JS/Compiler.hs:224)
    jsPostModule (src/full/Agda/Compiler/JS/Compiler.hs:262)
    jsCompileDef (src/full/Agda/Compiler/JS/Compiler.hs:280)
    prefix (src/full/Agda/Compiler/JS/Compiler.hs:287)
    jsMod (src/full/Agda/Compiler/JS/Compiler.hs:290)
    jsFileName (src/full/Agda/Compiler/JS/Compiler.hs:294)
    jsMember (src/full/Agda/Compiler/JS/Compiler.hs:298)
    global' (src/full/Agda/Compiler/JS/Compiler.hs:306)
    global (src/full/Agda/Compiler/JS/Compiler.hs:320)
    reorder (src/full/Agda/Compiler/JS/Compiler.hs:352)
    reorder' (src/full/Agda/Compiler/JS/Compiler.hs:358)
    isTopLevelValue (src/full/Agda/Compiler/JS/Compiler.hs:366)
    isEmptyObject (src/full/Agda/Compiler/JS/Compiler.hs:372)
    insertAfter (src/full/Agda/Compiler/JS/Compiler.hs:378)
    EnvWithOpts (src/full/Agda/Compiler/JS/Compiler.hs:387)
    definition (src/full/Agda/Compiler/JS/Compiler.hs:390)
    defJSDef (src/full/Agda/Compiler/JS/Compiler.hs:411)
    definition' (src/full/Agda/Compiler/JS/Compiler.hs:420)
    compileTerm (src/full/Agda/Compiler/JS/Compiler.hs:552)
    compilePrim (src/full/Agda/Compiler/JS/Compiler.hs:631)
    compileAlt (src/full/Agda/Compiler/JS/Compiler.hs:663)
    visitorName (src/full/Agda/Compiler/JS/Compiler.hs:671)
    flatName (src/full/Agda/Compiler/JS/Compiler.hs:674)
    local (src/full/Agda/Compiler/JS/Compiler.hs:677)
    qname (src/full/Agda/Compiler/JS/Compiler.hs:680)
    literal (src/full/Agda/Compiler/JS/Compiler.hs:685)
    litqname (src/full/Agda/Compiler/JS/Compiler.hs:695)
    litmeta (src/full/Agda/Compiler/JS/Compiler.hs:720)
    writeModule (src/full/Agda/Compiler/JS/Compiler.hs:731)
    outFile (src/full/Agda/Compiler/JS/Compiler.hs:736)
  50% (  1 /  2) in 'Agda.Compiler.Builtin'
  Missing documentation for:
    builtinBackends (src/full/Agda/Compiler/Builtin.hs:18)
  59% ( 13 / 22) in 'Agda.Main'
  Missing documentation for:
    Interactor (src/full/Agda/Main.hs:146)
    InteractionFormat (src/full/Agda/Main.hs:164)
    FrontEndEmacs (src/full/Agda/Main.hs:171)
    FrontEndJson (src/full/Agda/Main.hs:174)
    buildLibraryInteractor (src/full/Agda/Main.hs:179)
    getInteractor (src/full/Agda/Main.hs:195)
    backendUsage (src/full/Agda/Main.hs:329)
    printAgdaDataDir (src/full/Agda/Main.hs:375)
    printAgdaAppDir (src/full/Agda/Main.hs:378)
Warning: Agda.Syntax.Internal.Univ: could not find link destinations for: 
	- Agda.Syntax.Internal.Univ.Rep_IsFibrant
	- Agda.Syntax.Internal.Univ.Rep_Univ
Warning: Agda.Utils.IntSet.Infinite: could not find link destinations for: 
	- Agda.Utils.IntSet.Infinite.Below
	- Agda.Utils.IntSet.Infinite.Above
Warning: Agda.Utils.Semigroup: could not find link destinations for: 
	- Data.Vector.Vector
	- Data.Foldable1.JoinWith
	- Data.Foldable1.FromMaybe
	- Data.Foldable1.NonEmptyDList
	- Data.Set.Internal.MergeSet
	- Data.Vector.Primitive.Vector
	- Data.Vector.Storable.Vector
	- Data.Vector.Strict.Vector
Warning: Agda.Utils.Tuple: could not find link destinations for: 
	- Agda.Utils.Tuple.Rep_Pair
Warning: Agda.Utils.List1: could not find link destinations for: 
	- Data.Vector.Vector
	- GHC.Generics.Rep1_NonEmpty
	- GHC.Generics.Rep_NonEmpty
	- Data.Array.Byte.D:R:ItemByteArray
	- GHC.IsList.D:R:ItemCallStack
	- GHC.IsList.D:R:ItemList
	- GHC.IsList.D:R:ItemNonEmpty
	- GHC.IsList.D:R:ItemVersion
	- GHC.IsList.D:R:ItemZipList
	- Data.Map.Internal.D:R:ItemMap
	- Data.Vector.D:R:ItemVector
	- Data.Vector.Unboxed.Base.Vector
	- Data.ByteString.Internal.Type.D:R:ItemByteString
	- Data.ByteString.Lazy.Internal.D:R:ItemByteString
	- Data.ByteString.Short.Internal.D:R:ItemShortByteString
	- Data.IntMap.Internal.D:R:ItemIntMap
	- Data.IntSet.Internal.D:R:ItemIntSet
	- Data.Sequence.Internal.D:R:ItemSeq
	- Data.Set.Internal.D:R:ItemSet
	- Data.Primitive.Array.D:R:ItemArray
	- Data.Primitive.PrimArray.D:R:ItemPrimArray
	- Data.Primitive.SmallArray.D:R:ItemSmallArray
	- Data.HashMap.Internal.D:R:ItemHashMap
	- Data.HashSet.Internal.D:R:ItemHashSet
	- Data.EnumSet.D:R:ItemEnumSet
	- Data.EnumMap.Base.D:R:ItemEnumMap
	- Data.DList.Internal.D:R:ItemDList
	- Data.Aeson.KeyMap.D:R:ItemKeyMap
	- Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty
	- Data.Text.Short.Internal.D:R:ItemShortText
	- Data.Vector.Primitive.Vector
	- Data.Vector.Primitive.D:R:ItemVector
	- Data.Vector.Storable.Vector
	- Data.Vector.Storable.D:R:ItemVector
	- Data.Vector.Strict.Vector
	- Data.Vector.Strict.D:R:ItemVector
	- Agda.Utils.List2.D:R:ItemList2
	- Agda.TypeChecking.Substitute.D:R:SubstArgNonEmpty
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefNonEmpty
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsNonEmpty
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToNonEmpty
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConNonEmpty
	- Data.ListLike.CharString.D:R:ItemCharString
	- Data.ListLike.CharString.D:R:ItemCharStringLazy
	- Data.ListLike.Chars.D:R:ItemChars
Warning: Agda.Utils.Permutation: could not find link destinations for: 
	- Agda.Utils.Permutation.Rep_Permutation
Warning: Agda.Utils.ProfileOptions: could not find link destinations for: 
	- Agda.Utils.ProfileOptions.Rep_ProfileOption
Warning: Agda.Utils.List2: could not find link destinations for: 
	- Agda.Utils.List2.D:R:ItemList2
Warning: Agda.Utils.Monad: could not find link destinations for: 
	- Data.Vector.Vector
	- Text.ParserCombinators.ReadP.P
	- Data.Vector.Strict.Vector
Warning: Agda.Utils.ListT: could not find link destinations for: 
	- Agda.Utils.Benchmark.D:R:BenchPhaseListT
Warning: Agda.Interaction.Options.Warnings: could not find link destinations for: 
	- Agda.Interaction.Options.Warnings.WarningModeUpdate
	- Agda.Interaction.Options.Warnings.Rep_WarningMode
	- Agda.Interaction.Options.Warnings.Rep_WarningName
	- Agda.Interaction.Options.Warnings.Rep_WarningModeError
Warning: Agda.Utils.BiMap: could not find link destinations for: 
	- Agda.Utils.BiMap.Rep_BiMap
	- Agda.Syntax.TopLevelModuleName.Boot.D:R:TagModuleNameHash
	- Agda.Syntax.TopLevelModuleName.Boot.D:R:TagTopLevelModuleName'
	- Agda.TypeChecking.Monad.Base.D:R:TagInteractionPoint
Warning: Agda.Syntax.TopLevelModuleName.Boot: could not find link destinations for: 
	- Agda.Syntax.TopLevelModuleName.Boot.D:R:TagModuleNameHash
	- Agda.Syntax.TopLevelModuleName.Boot.D:R:TagTopLevelModuleName'
	- Agda.Syntax.TopLevelModuleName.Boot.Rep_TopLevelModuleName'
Warning: Agda.Syntax.Position: could not find link destinations for: 
	- Agda.Syntax.Position.BeginningOfFile
	- Agda.Syntax.Position.Rep_RangeFile
	- Agda.Syntax.Position.Rep_Range'
	- Agda.Syntax.Position.Rep_Interval'
	- Agda.Syntax.Position.Rep_Position'
	- Agda.TypeChecking.Substitute.D:R:SubstArgRange'
Warning: Agda.Syntax.Common.Aspect: could not find link destinations for: 
	- Agda.Syntax.Common.Aspect.Rep_Aspects
	- Agda.Syntax.Common.Aspect.Rep_DefinitionSite
	- Agda.Syntax.Common.Aspect.Rep_OtherAspect
	- Agda.Syntax.Common.Aspect.Rep_Aspect
	- Agda.Syntax.Common.Aspect.Rep_NameKind
Warning: Agda.Syntax.Common.Pretty: could not find link destinations for: 
	- Text.PrettyPrint.Annotated.HughesPJ.Rep_Mode
	- Text.PrettyPrint.Annotated.HughesPJ.Rep_Style
Warning: Agda.Utils.CallStack: could not find link destinations for: 
	- GHC.Generics.Rep_SrcLoc
	- GHC.IsList.D:R:ItemCallStack
Warning: Agda.Utils.FileId: could not find link destinations for: 
	- Agda.Utils.FileId.Rep_FileDictBuilder
	- Agda.Utils.FileId.Rep_FileDict
	- Agda.Utils.FileId.Rep_FileId
Warning: Agda.Utils.Benchmark: could not find link destinations for: 
	- Agda.Utils.Benchmark.D:R:BenchPhaseListT
	- Agda.Utils.Benchmark.D:R:BenchPhaseExceptT
	- Agda.Utils.Benchmark.D:R:BenchPhaseStateT
	- Agda.Utils.Benchmark.D:R:BenchPhaseWriterT
	- Agda.Utils.Benchmark.D:R:BenchPhaseReaderT
	- Agda.Utils.Benchmark.Rep_Benchmark
	- Agda.Utils.Benchmark.Rep_BenchmarkOn
	- Agda.Benchmarking.D:R:BenchPhaseIO
	- Agda.TypeChecking.Monad.Base.D:R:BenchPhaseTCMT
	- Agda.Termination.Monad.D:R:BenchPhaseTerM
Warning: Agda.Termination.SparseMatrix: could not find link destinations for: 
	- Agda.Termination.SparseMatrix.Transpose
Warning: Agda.Termination.Termination: could not find link destinations for: 
	- Agda.Termination.Termination.Rep_GuardednessHelps
Warning: Agda.Syntax.Concrete.Glyph: could not find link destinations for: 
	- Agda.Syntax.Concrete.Glyph.Rep_UnicodeOrAscii
Warning: Agda.Syntax.Builtin: could not find link destinations for: 
	- Agda.Syntax.Builtin.Rep_SomeBuiltin
	- Agda.Syntax.Builtin.Rep_PrimitiveId
	- Agda.Syntax.Builtin.Rep_BuiltinId
Warning: Agda.Syntax.Common: could not find link destinations for: 
	- Agda.Syntax.Common.D:R:NameOfNamed
	- Agda.Syntax.Common.D:R:NameOfMaybe
	- Agda.Syntax.Common.D:R:NameOfArg
	- Agda.Syntax.Common.Rep_CoverageCheck
	- Agda.Syntax.Common.Rep_Catchall
	- Agda.Syntax.Common.Rep_UniverseCheck
	- Agda.Syntax.Common.Rep_PositivityCheck
	- Agda.Syntax.Common.Rep_IsOpaque
	- Agda.Syntax.Common.Rep_OpaqueId
	- Agda.Syntax.Common.Rep_MetaId
	- Agda.Syntax.Common.Rep_NameId
	- Agda.Syntax.Common.Rep_IsMacro
	- Agda.Syntax.Common.Rep_IsAbstract
	- Agda.Syntax.Common.Rep_ProjOrigin
	- Agda.Syntax.Common.Rep_ConOrigin
	- Agda.Syntax.Common.Rep_BinderNameOrigin
	- Agda.Syntax.Common.Rep_Modality
	- Agda.Syntax.Common.Rep_PolarityModality
	- Agda.Syntax.Common.Rep_ModalPolarity
	- Agda.Syntax.Common.Rep_Cohesion
	- Agda.Syntax.Common.Rep_Annotation
	- Agda.Syntax.Common.Rep_Lock
	- Agda.Syntax.Common.Rep_LockOrigin
	- Agda.Syntax.Common.Rep_Relevance
	- Agda.Syntax.Common.Rep_OriginShapeIrrelevant
	- Agda.Syntax.Common.Rep_OriginIrrelevant
	- Agda.Syntax.Common.Rep_OriginRelevant
	- Agda.Syntax.Common.Rep_Erased
	- Agda.Syntax.Common.Rep_Quantity
	- Agda.Syntax.Common.Rep_Q�Origin
	- Agda.Syntax.Common.Rep_Q1Origin
	- Agda.Syntax.Common.Rep_Q0Origin
	- Agda.Syntax.Common.Rep_DisplayLHS
	- Agda.Syntax.Common.Rep_ConstructorOrPatternSynonym
	- Agda.Syntax.Common.Rep_Language
	- Agda.Syntax.Common.Rep_Cubical
	- Agda.Syntax.Common.Rep_FileType
	- Agda.Syntax.Internal.D:R:NameOfDom'
	- Agda.Syntax.Internal.D:R:PatternVarOutArg
	- Agda.Syntax.Internal.D:R:PatternVarOutArg0
	- Agda.Syntax.Internal.Pattern.D:R:PatVarLabelNamed
	- Agda.Syntax.Internal.Pattern.D:R:PatVarLabelArg
	- Agda.Syntax.Internal.Pattern.D:R:PatVarArg
	- Agda.Syntax.Internal.Pattern.D:R:PatVarNamed
	- Agda.TypeChecking.Free.Precompute.FV
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTNamed
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTArg
	- Agda.TypeChecking.Substitute.D:R:SubstArgWithHiding
	- Agda.TypeChecking.Substitute.D:R:SubstArgRanged
	- Agda.TypeChecking.Substitute.D:R:SubstArgNamed
	- Agda.TypeChecking.Substitute.D:R:SubstArgArg
	- Agda.TypeChecking.Reduce.simplify'
	- Agda.TypeChecking.SyntacticEquality.synEq
	- Agda.TypeChecking.SyntacticEquality.synEq'
	- Agda.TypeChecking.SyntacticEquality.SynEqM
	- Agda.TypeChecking.Free.Reduce.forceNotFree'
	- Agda.TypeChecking.Free.Reduce.MonadFreeRed
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefList0
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefArg
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefNamed
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsInteractionId
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRecordDirectives'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsConstr
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRewriteEqn'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRanged
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsNamed
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsWithHiding
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsArg
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToArg
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToNamed
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToMetaId
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRanged
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConNamed
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConArg
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConWithHiding
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRewriteEqn'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRewriteEqn'0
Warning: Agda.Syntax.Fixity: could not find link destinations for: 
	- Agda.Syntax.Fixity.Rep_Precedence
	- Agda.Syntax.Fixity.Rep_ParenPreference
Warning: Agda.Syntax.Concrete.Operators.Parser.Monad: could not find link destinations for: 
	- Agda.Syntax.Concrete.Operators.Parser.Monad.Rep_MemoKey
Warning: Agda.Syntax.Concrete.Name: could not find link destinations for: 
	- Agda.Syntax.Concrete.Name.Rep_NamePart
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConHoleContent'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRewriteEqn'0
Warning: Agda.Interaction.Options.Errors: could not find link destinations for: 
	- Agda.Interaction.Options.Errors.Rep_ErrorName
	- Agda.Interaction.Options.Errors.Rep_UnquoteError_
	- Agda.Interaction.Options.Errors.Rep_ExecError_
	- Agda.Interaction.Options.Errors.Rep_CannotQuote_
	- Agda.Interaction.Options.Errors.Rep_SplitError_
	- Agda.Interaction.Options.Errors.Rep_GHCBackendError_
	- Agda.Interaction.Options.Errors.Rep_NotAHaskellType_
	- Agda.Interaction.Options.Errors.Rep_NegativeUnification_
	- Agda.Interaction.Options.Errors.Rep_InteractionError_
	- Agda.Interaction.Options.Errors.Rep_JSBackendError_
	- Agda.Interaction.Options.Errors.Rep_DeclarationException_
	- Agda.Interaction.Options.Errors.Rep_NotAValidLetExpression
	- Agda.Interaction.Options.Errors.Rep_NotAValidLetBinding
	- Agda.Interaction.Options.Errors.Rep_NotAllowedInDotPatterns
	- Agda.Interaction.Options.Errors.Rep_ErasedDatatypeReason
	- Agda.Interaction.Options.Errors.Rep_DataRecOrFun_
	- Agda.Interaction.Options.Errors.Rep_CannotQuoteTerm
Warning: Agda.Compiler.JS.Pretty: could not find link destinations for: 
	- Agda.Compiler.JS.Pretty.Rep_JSModuleStyle
Warning: Agda.Syntax.Abstract.Name: could not find link destinations for: 
	- Agda.TypeChecking.Substitute.Class.D:R:SubstArgQName
	- Agda.TypeChecking.Substitute.D:R:SubstArgName
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefNonEmpty
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefList
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefQNamed
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTuple21
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsModuleName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsQName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsName
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToQNamed
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToName
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToQNamed0
Warning: Agda.TypeChecking.Positivity.Occurrence: could not find link destinations for: 
	- Agda.TypeChecking.Positivity.Occurrence.Rep_OccursWhere
	- Agda.TypeChecking.Positivity.Occurrence.Rep_Where
Warning: Agda.TypeChecking.Monad.Base.Warning: could not find link destinations for: 
	- Agda.TypeChecking.Monad.Base.Warning.Rep_UselessPublicReason
	- Agda.TypeChecking.Monad.Base.Warning.Rep_RecordFieldWarning
Warning: Agda.Syntax.Literal: could not find link destinations for: 
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefLiteral
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToLiteral
Warning: Agda.Syntax.Treeless: could not find link destinations for: 
	- Agda.Syntax.Treeless.Rep_Compiled
	- Agda.Syntax.Treeless.Rep_TTerm
	- Agda.Syntax.Treeless.Rep_TAlt
	- Agda.Syntax.Treeless.Rep_TError
	- Agda.Syntax.Treeless.Rep_CaseInfo
	- Agda.Syntax.Treeless.Rep_CaseType
	- Agda.Syntax.Treeless.Rep_TPrim
	- Agda.Syntax.Treeless.Rep_ArgUsage
	- Agda.Compiler.Treeless.Subst.D:R:SubstArgTAlt
	- Agda.Compiler.Treeless.Subst.D:R:SubstArgTTerm
Warning: Agda.Syntax.Internal.Elim: could not find link destinations for: 
	- Agda.TypeChecking.Free.Precompute.FV
	- Agda.TypeChecking.Substitute.D:R:SubstArgElim'
	- Agda.TypeChecking.Reduce.simplify'
	- Agda.TypeChecking.SyntacticEquality.synEq
	- Agda.TypeChecking.SyntacticEquality.synEq'
	- Agda.TypeChecking.SyntacticEquality.SynEqM
	- Agda.TypeChecking.Free.Reduce.forceNotFree'
	- Agda.TypeChecking.Free.Reduce.MonadFreeRed
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToElim'
Warning: Agda.Syntax.Internal.Blockers: could not find link destinations for: 
	- Agda.Syntax.Internal.Blockers.Rep_Blocked'
	- Agda.Syntax.Internal.Blockers.Rep_Blocker
	- Agda.Syntax.Internal.Blockers.Rep_NotBlocked'
	- Agda.TypeChecking.Substitute.D:R:SubstArgBlocked'
Warning: Agda.Syntax.Internal: could not find link destinations for: 
	- Agda.Syntax.Common.Rep_MetaId
	- Agda.Syntax.Internal.D:R:NameOfDom'
	- Agda.Syntax.Internal.D:R:PatternVarOutList
	- Agda.Syntax.Internal.D:R:PatternVarOutArg
	- Agda.Syntax.Internal.D:R:PatternVarOutArg0
	- Agda.Syntax.Internal.Rep_Substitution'
	- Agda.Syntax.Internal.Rep_Clause
	- Agda.Syntax.Internal.Rep_Pattern'
	- Agda.Syntax.Internal.Rep_ConPatternInfo
	- Agda.Syntax.Internal.Rep_DBPatVar
	- Agda.Syntax.Internal.Rep_PatternInfo
	- Agda.Syntax.Internal.Rep_PatOrigin
	- Agda.Syntax.Internal.Rep_Tele
	- Agda.Syntax.Internal.Rep_Abs
	- Agda.Syntax.Internal.Rep_ConHead
	- Agda.Syntax.Internal.Rep_DataOrRecord'
	- Agda.Syntax.Internal.Pattern.D:R:PatVarLabelPattern'
	- Agda.Syntax.Internal.Pattern.D:R:PatVarPattern'
	- Agda.TypeChecking.Free.Precompute.FV
	- Agda.TypeChecking.Substitute.D:R:SubstArgPattern'
	- Agda.TypeChecking.Substitute.D:R:SubstArgEqualityTypeData
	- Agda.TypeChecking.Substitute.D:R:SubstArgEqualityView
	- Agda.TypeChecking.Substitute.D:R:SubstArgDom'
	- Agda.TypeChecking.Substitute.D:R:SubstArgAbs
	- Agda.TypeChecking.Substitute.D:R:SubstArgTele
	- Agda.TypeChecking.Substitute.D:R:SubstArgBlocked'
	- Agda.TypeChecking.Substitute.D:R:SubstArgPattern'0
	- Agda.TypeChecking.Substitute.D:R:SubstArgConPatternInfo
	- Agda.TypeChecking.Substitute.D:R:SubstArgPlusLevel'
	- Agda.TypeChecking.Substitute.D:R:SubstArgLevel'
	- Agda.TypeChecking.Substitute.D:R:SubstArgSort'
	- Agda.TypeChecking.Substitute.D:R:SubstArgType''
	- Agda.TypeChecking.Substitute.D:R:SubstArgBraveTerm
	- Agda.TypeChecking.Substitute.D:R:SubstArgTerm
	- Agda.TypeChecking.Substitute.D:R:SubstArgSubstitution'
	- Agda.TypeChecking.Reduce.simplify'
	- Agda.TypeChecking.Telescope.D:R:SubstArgBoundary'
	- Agda.TypeChecking.Telescope.D:R:SubstArgBoundary'0
	- Agda.TypeChecking.SyntacticEquality.synEq
	- Agda.TypeChecking.SyntacticEquality.synEq'
	- Agda.TypeChecking.SyntacticEquality.SynEqM
	- Agda.TypeChecking.Free.Reduce.forceNotFree'
	- Agda.TypeChecking.Free.Reduce.MonadFreeRed
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTuple21
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToDom'
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToTele
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToAbs
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToLevel'
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToSort'
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToType''
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToTerm
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToMetaId
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToQNamed0
	- Agda.TypeChecking.Coverage.Match.D:R:SubstArgPattern'
Warning: Agda.TypeChecking.DiscrimTree.Types: could not find link destinations for: 
	- Agda.TypeChecking.DiscrimTree.Types.Rep_DiscrimTree
	- Agda.TypeChecking.DiscrimTree.Types.Rep_Key
Warning: Agda.Syntax.Reflected: could not find link destinations for: 
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefNonEmpty
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefList
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefQNamed
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefPattern
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefSort
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTerm
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefAbs
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTuple2
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTuple20
Warning: Agda.Syntax.Internal.Pattern: could not find link destinations for: 
	- Agda.Syntax.Internal.Pattern.D:R:PatVarLabelPattern'
	- Agda.Syntax.Internal.Pattern.D:R:PatVarLabelList
	- Agda.Syntax.Internal.Pattern.D:R:PatVarLabelNamed
	- Agda.Syntax.Internal.Pattern.D:R:PatVarLabelArg
	- Agda.Syntax.Internal.Pattern.D:R:PatVarPattern'
	- Agda.Syntax.Internal.Pattern.D:R:PatVarArg
	- Agda.Syntax.Internal.Pattern.D:R:PatVarNamed
	- Agda.Syntax.Internal.Pattern.D:R:PatVarList
Warning: Agda.TypeChecking.CompiledClause: could not find link destinations for: 
	- Agda.TypeChecking.CompiledClause.Rep_CompiledClauses'
	- Agda.TypeChecking.CompiledClause.Rep_Case
	- Agda.TypeChecking.CompiledClause.Rep_WithArity
	- Agda.TypeChecking.Free.Precompute.FV
Warning: Agda.Syntax.Concrete: could not find link destinations for: 
	- Agda.Syntax.Concrete.FieldSignature
	- Agda.Syntax.Concrete.Rep_OpenShortHand
	- Agda.Syntax.Concrete.Rep_WhereClause_
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTFieldAssignment'
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsTacticAttribute'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsFieldAssignment'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConHoleContent'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConPattern'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConLHSCore'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConFieldAssignment'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRewriteEqn'0
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConLamBinding'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConModuleAssignment
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConTopLevel
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConTypedBinding'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConExpr
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRHS'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConPragma
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConLHSCore
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConPattern
Warning: Agda.Syntax.TopLevelModuleName: could not find link destinations for: 
	- Agda.Syntax.TopLevelModuleName.Rep_RawTopLevelModuleName
Warning: Agda.Interaction.Library.Base: could not find link destinations for: 
	- Agda.Interaction.Library.Base.Rep_LibErrors
	- Agda.Interaction.Library.Base.Rep_LibCache
	- Agda.Interaction.Library.Base.Rep_LibError
	- Agda.Interaction.Library.Base.Rep_LibError'
	- Agda.Interaction.Library.Base.Rep_LibParseError
	- Agda.Interaction.Library.Base.Rep_LibWarning
	- Agda.Interaction.Library.Base.Rep_LibWarning'
	- Agda.Interaction.Library.Base.Rep_LibPositionInfo
	- Agda.Interaction.Library.Base.Rep_AgdaLibFile
	- Agda.Interaction.Library.Base.Rep_ProjectConfig
	- Agda.Interaction.Library.Base.Rep_ExecutablesFile
	- Agda.Interaction.Library.Base.Rep_LibrariesFile
	- Agda.Interaction.Library.Base.Rep_LibName
Warning: Agda.Interaction.Library.Parse: could not find link destinations for: 
	- Agda.Interaction.Library.Parse.P
Warning: Agda.Benchmarking: could not find link destinations for: 
	- Agda.Benchmarking.D:R:BenchPhaseIO
	- Agda.Benchmarking.Rep_Phase
Warning: Agda.TypeChecking.Free: could not find link destinations for: 
	- Agda.TypeChecking.Free.SingleFlexRig
	- Agda.TypeChecking.Free.VarSet
Warning: Agda.TypeChecking.Substitute.Class: could not find link destinations for: 
	- Agda.TypeChecking.Substitute.Class.D:R:SubstArgQName
	- Agda.TypeChecking.Substitute.Class.D:R:SubstArgNoSubst
	- Agda.TypeChecking.Substitute.Class.Rep_NoSubst
	- Agda.TypeChecking.Substitute.D:R:SubstArgRange'
	- Agda.TypeChecking.Substitute.D:R:SubstArgPattern'
	- Agda.TypeChecking.Substitute.D:R:SubstArgEqualityTypeData
	- Agda.TypeChecking.Substitute.D:R:SubstArgEqualityView
	- Agda.TypeChecking.Substitute.D:R:SubstArgCandidate
	- Agda.TypeChecking.Substitute.D:R:SubstArgTuple4
	- Agda.TypeChecking.Substitute.D:R:SubstArgTuple3
	- Agda.TypeChecking.Substitute.D:R:SubstArgTuple2
	- Agda.TypeChecking.Substitute.D:R:SubstArgUnit
	- Agda.TypeChecking.Substitute.D:R:SubstArgWithHiding
	- Agda.TypeChecking.Substitute.D:R:SubstArgRanged
	- Agda.TypeChecking.Substitute.D:R:SubstArgMap
	- Agda.TypeChecking.Substitute.D:R:SubstArgNonEmpty
	- Agda.TypeChecking.Substitute.D:R:SubstArgList
	- Agda.TypeChecking.Substitute.D:R:SubstArgMaybe
	- Agda.TypeChecking.Substitute.D:R:SubstArgContextEntry
	- Agda.TypeChecking.Substitute.D:R:SubstArgLetBinding
	- Agda.TypeChecking.Substitute.D:R:SubstArgDom'
	- Agda.TypeChecking.Substitute.D:R:SubstArgNamed
	- Agda.TypeChecking.Substitute.D:R:SubstArgArg
	- Agda.TypeChecking.Substitute.D:R:SubstArgAbs
	- Agda.TypeChecking.Substitute.D:R:SubstArgElim'
	- Agda.TypeChecking.Substitute.D:R:SubstArgCompareAs
	- Agda.TypeChecking.Substitute.D:R:SubstArgConstraint
	- Agda.TypeChecking.Substitute.D:R:SubstArgTele
	- Agda.TypeChecking.Substitute.D:R:SubstArgDisplayTerm
	- Agda.TypeChecking.Substitute.D:R:SubstArgDisplayForm
	- Agda.TypeChecking.Substitute.D:R:SubstArgBlocked'
	- Agda.TypeChecking.Substitute.D:R:SubstArgRewriteRule
	- Agda.TypeChecking.Substitute.D:R:SubstArgNLPSort
	- Agda.TypeChecking.Substitute.D:R:SubstArgNLPType
	- Agda.TypeChecking.Substitute.D:R:SubstArgNLPat
	- Agda.TypeChecking.Substitute.D:R:SubstArgProblemEq
	- Agda.TypeChecking.Substitute.D:R:SubstArgPattern'0
	- Agda.TypeChecking.Substitute.D:R:SubstArgConPatternInfo
	- Agda.TypeChecking.Substitute.D:R:SubstArgName
	- Agda.TypeChecking.Substitute.D:R:SubstArgPlusLevel'
	- Agda.TypeChecking.Substitute.D:R:SubstArgLevel'
	- Agda.TypeChecking.Substitute.D:R:SubstArgSort'
	- Agda.TypeChecking.Substitute.D:R:SubstArgType''
	- Agda.TypeChecking.Substitute.D:R:SubstArgBraveTerm
	- Agda.TypeChecking.Substitute.D:R:SubstArgTerm
	- Agda.TypeChecking.Substitute.D:R:SubstArgSubstitution'
	- Agda.Compiler.Treeless.Subst.D:R:SubstArgTAlt
	- Agda.Compiler.Treeless.Subst.D:R:SubstArgTTerm
	- Agda.TypeChecking.Telescope.D:R:SubstArgBoundary'
	- Agda.TypeChecking.Telescope.D:R:SubstArgBoundary'0
	- Agda.TypeChecking.Level.D:R:SubstArgSingleLevel'
	- Agda.TypeChecking.Names.D:R:SubstArgAbsN
	- Agda.TypeChecking.Primitive.Cubical.D:R:SubstArgLType
	- Agda.TypeChecking.Primitive.Cubical.D:R:SubstArgCType
	- Agda.TypeChecking.Rules.LHS.Problem.D:R:SubstArgAsBinding
	- Agda.TypeChecking.Rules.LHS.Problem.D:R:SubstArgDotPattern
	- Agda.TypeChecking.Rules.LHS.Problem.D:R:SubstArgAbsurdPattern
	- Agda.TypeChecking.Rules.LHS.Problem.D:R:SubstArgProblem
	- Agda.TypeChecking.Coverage.Match.D:R:SubstArgPattern'
	- Agda.TypeChecking.SizedTypes.Solve.D:R:SubstArgConstraint'
	- Agda.TypeChecking.SizedTypes.Solve.D:R:SubstArgSizeExpr'
	- Agda.TypeChecking.SizedTypes.Solve.D:R:SubstArgSizeMeta
Warning: Agda.Syntax.Scope.Base: could not find link destinations for: 
	- Agda.Syntax.Scope.Base.Rep_NameResolutionError
	- Agda.Syntax.Scope.Base.Rep_AmbiguousNameReason
	- Agda.Syntax.Scope.Base.Rep_ResolvedName
	- Agda.Syntax.Scope.Base.Rep_ScopeInfo
	- Agda.Syntax.Scope.Base.Rep_Scope
	- Agda.Syntax.Scope.Base.Rep_NameSpace
	- Agda.Syntax.Scope.Base.Rep_AbstractModule
	- Agda.Syntax.Scope.Base.Rep_LocalVar
	- Agda.Syntax.Scope.Base.Rep_AbstractName
	- Agda.Syntax.Scope.Base.Rep_NameMetadata
	- Agda.Syntax.Scope.Base.Rep_WhyInScope
	- Agda.Syntax.Scope.Base.Rep_NameMapEntry
	- Agda.Syntax.Scope.Base.Rep_KindOfName
	- Agda.Syntax.Scope.Base.Rep_NameOrModule
	- Agda.Syntax.Scope.Base.Rep_BindingSource
	- Agda.Syntax.Scope.Base.Rep_NameSpaceId
	- Agda.Syntax.Scope.Base.Rep_DataOrRecordModule
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsResolvedName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsAbstractName
Warning: Agda.Syntax.Info: could not find link destinations for: 
	- Agda.Syntax.Info.Rep_ConPatInfo
	- Agda.Syntax.Info.Rep_ConPatLazy
	- Agda.Syntax.Info.Rep_LHSInfo
	- Agda.Syntax.Info.Rep_MutualInfo
	- Agda.Syntax.Info.Rep_DefInfo'
	- Agda.Syntax.Info.Rep_DeclInfo
	- Agda.Syntax.Info.Rep_ModuleInfo
	- Agda.Syntax.Info.Rep_AppInfo
	- Agda.Syntax.Info.Rep_MetaInfo
	- Agda.Syntax.Info.Rep_MetaKind
Warning: Agda.TypeChecking.Monad.Base.Types: could not find link destinations for: 
	- Agda.Utils.FileId.Rep_FileDictBuilder
	- Agda.Utils.FileId.Rep_FileId
	- Agda.TypeChecking.Monad.Base.Types.Rep_SourceFile
	- Agda.TypeChecking.Monad.Base.Types.Rep_FileDictWithBuiltins
	- Agda.TypeChecking.Monad.Base.Types.Rep_IsBuiltinModule
	- Agda.TypeChecking.Monad.Base.Types.Rep_HighlightingMethod
	- Agda.TypeChecking.Monad.Base.Types.Rep_HighlightingLevel
	- Agda.TypeChecking.Monad.Base.Types.Rep_Polarity
	- Agda.TypeChecking.Monad.Base.Types.Rep_Comparison
	- Agda.TypeChecking.Monad.Base.Types.Rep_ContextEntry
	- Agda.TypeChecking.Substitute.D:R:SubstArgContextEntry
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsNamedMeta
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToContextEntry
Warning: Agda.TypeChecking.SizedTypes.Syntax: could not find link destinations for: 
	- Agda.TypeChecking.SizedTypes.Syntax.D:R:RigidOfConstraint'
	- Agda.TypeChecking.SizedTypes.Syntax.D:R:RigidOfSizeExpr'
	- Agda.TypeChecking.SizedTypes.Syntax.D:R:RigidOfList
	- Agda.TypeChecking.SizedTypes.Syntax.D:R:FlexOfConstraint'
	- Agda.TypeChecking.SizedTypes.Syntax.D:R:FlexOfSizeExpr'
	- Agda.TypeChecking.SizedTypes.Syntax.D:R:FlexOfList
	- Agda.TypeChecking.SizedTypes.Syntax.D:R:FlexOfHypSizeConstraint
	- Agda.TypeChecking.SizedTypes.Syntax.Rep_HypSizeConstraint
	- Agda.TypeChecking.SizedTypes.Syntax.Rep_SizeMeta
	- Agda.TypeChecking.SizedTypes.Syntax.Rep_NamedRigid
	- Agda.TypeChecking.SizedTypes.Syntax.Rep_Constraint'
	- Agda.TypeChecking.SizedTypes.Syntax.Rep_Cmp
	- Agda.TypeChecking.SizedTypes.Syntax.Rep_SizeExpr'
	- Agda.TypeChecking.SizedTypes.Syntax.Rep_Offset
	- Agda.TypeChecking.SizedTypes.Solve.D:R:SubstArgConstraint'
	- Agda.TypeChecking.SizedTypes.Solve.D:R:SubstArgSizeExpr'
	- Agda.TypeChecking.SizedTypes.Solve.D:R:SubstArgSizeMeta
Warning: Agda.Interaction.Highlighting.Precise: could not find link destinations for: 
	- Agda.Syntax.Common.Aspect.Rep_Aspects
	- Agda.Syntax.Common.Aspect.Rep_DefinitionSite
	- Agda.Syntax.Common.Aspect.Rep_OtherAspect
	- Agda.Syntax.Common.Aspect.Rep_Aspect
	- Agda.Syntax.Common.Aspect.Rep_NameKind
Warning: Agda.Utils.Update: could not find link destinations for: 
	- Agda.Utils.Update.EndoFun
	- Agda.Utils.Update.D:R:StTChangeTa
Warning: Agda.TypeChecking.Free.Precompute: could not find link destinations for: 
	- Agda.TypeChecking.Free.Precompute.FV
Warning: Agda.Utils.Zipper: could not find link destinations for: 
	- Agda.Utils.Zipper.D:R:CarrierListZipper
	- Agda.Utils.Zipper.D:R:ElementListZipper
	- Agda.Utils.Zipper.D:R:CarrierComposeZipper
	- Agda.Utils.Zipper.D:R:ElementComposeZipper
Warning: Agda.Interaction.Options.Help: could not find link destinations for: 
	- Agda.Interaction.Options.Help.HelpTopic
	- Agda.Interaction.Options.Help.Rep_Help
Warning: Agda.Interaction.Library: could not find link destinations for: 
	- Agda.Interaction.Library.Base.Rep_LibWarning
	- Agda.Interaction.Library.Base.Rep_LibPositionInfo
	- Agda.Interaction.Library.Base.Rep_AgdaLibFile
	- Agda.Interaction.Library.Base.Rep_ProjectConfig
	- Agda.Interaction.Library.Base.Rep_LibName
	- Agda.Interaction.Library.findLib
Warning: Agda.Interaction.Options: could not find link destinations for: 
	- Agda.Interaction.Options.Warnings.Rep_WarningMode
	- Agda.Syntax.Concrete.Glyph.Rep_UnicodeOrAscii
	- Agda.Interaction.Options.Types.Rep_CommandLineOptions
	- Agda.Interaction.Options.Types.Rep_PragmaOptions
	- Agda.Interaction.Options.Types.Rep_PrintAgdaVersion
	- Agda.Interaction.Options.Types.Rep_InfectiveCoinfective
	- Agda.Interaction.Options.Types.Rep_EmacsModeCommand
	- Agda.Interaction.Options.Types.Rep_DiagnosticsColours
	- Agda.Interaction.Options.Types.Rep_ConfluenceCheck
	- Agda.Interaction.Options.Base.OptionWarnings
	- Agda.Interaction.Options.Base.Rep_OptionWarning
Warning: Agda.TypeChecking.Coverage.SplitTree: could not find link destinations for: 
	- Agda.TypeChecking.Coverage.SplitTree.Rep_SplitTag
	- Agda.TypeChecking.Coverage.SplitTree.Rep_SplitTree'
	- Agda.TypeChecking.Coverage.SplitTree.Rep_LazySplit
Warning: Agda.Syntax.Notation: could not find link destinations for: 
	- Agda.Syntax.Notation.Rep_NotationSection
	- Agda.Syntax.Notation.Rep_NewNotation
	- Agda.Syntax.Notation.Rep_NotationKind
Warning: Agda.Syntax.Concrete.Definitions.Types: could not find link destinations for: 
	- Agda.Syntax.Concrete.Definitions.Types.Rep_DataRecOrFun
	- Agda.Syntax.Concrete.Definitions.Types.Rep_KindOfBlock
	- Agda.Syntax.Concrete.Definitions.Types.Rep_NiceDeclaration
	- Agda.Syntax.Concrete.Definitions.Types.Rep_Clause
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConNiceDeclaration
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConClause
Warning: Agda.Syntax.Concrete.Definitions.Errors: could not find link destinations for: 
	- Agda.Syntax.Concrete.Definitions.Errors.Rep_DeclarationWarning
	- Agda.Syntax.Concrete.Definitions.Errors.Rep_DeclarationWarning'
	- Agda.Syntax.Concrete.Definitions.Errors.Rep_OpenOrImport
	- Agda.Syntax.Concrete.Definitions.Errors.Rep_DeclarationException'
Warning: Agda.Syntax.Concrete.Definitions: could not find link destinations for: 
	- Agda.Syntax.Concrete.Definitions.Types.Rep_NiceDeclaration
	- Agda.Syntax.Concrete.Definitions.Types.Rep_Clause
	- Agda.Syntax.Concrete.Definitions.Errors.Rep_DeclarationWarning
	- Agda.Syntax.Concrete.Definitions.Errors.Rep_DeclarationWarning'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConNiceDeclaration
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConClause
Warning: Agda.Syntax.Abstract: could not find link destinations for: 
	- Agda.Syntax.Abstract.Rep_SpineLHS
	- Agda.Syntax.Abstract.Rep_Expr
	- Agda.Syntax.Abstract.Rep_LHS
	- Agda.Syntax.Abstract.Rep_Clause'
	- Agda.Syntax.Abstract.Rep_RHS
	- Agda.Syntax.Abstract.Rep_WhereDeclarations
	- Agda.Syntax.Abstract.Rep_Declaration
	- Agda.Syntax.Abstract.Rep_DataDefParams
	- Agda.Syntax.Abstract.Rep_LamBinding
	- Agda.Syntax.Abstract.Rep_TypedBinding
	- Agda.Syntax.Abstract.Rep_TypedBindingInfo
	- Agda.Syntax.Abstract.Rep_Binder'
	- Agda.Syntax.Abstract.Rep_LetBinding
	- Agda.Syntax.Abstract.Rep_ModuleApplication
	- Agda.Syntax.Abstract.Rep_GeneralizeTelescope
	- Agda.Syntax.Abstract.Rep_Pragma
	- Agda.Syntax.Abstract.Rep_ProblemEq
	- Agda.Syntax.Abstract.Rep_LHSCore'
	- Agda.Syntax.Abstract.Rep_Pattern'
	- Agda.Syntax.Abstract.Rep_RecordConName
	- Agda.Syntax.Abstract.Rep_ScopeCopyInfo
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTPattern'
	- Agda.TypeChecking.Substitute.D:R:SubstArgProblemEq
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTuple2
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTuple20
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsLHSCore'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsLHS
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsSpineLHS
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRecordDirectives'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsModuleApplication
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsClause'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsConstr
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRewriteEqn'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRHS
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsWhereDeclarations
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsLetBinding
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsTypedBinding
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsLamBinding
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsBinder'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsBindName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsDeclaration
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsPattern'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsExpr
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToExpr
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConPattern'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConLHSCore'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRewriteEqn'
Warning: Agda.Syntax.Abstract.Pattern: could not find link destinations for: 
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTTuple2
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTFieldAssignment'
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTMaybe
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTList
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTNamed
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTArg
	- Agda.Syntax.Abstract.Pattern.D:R:ADotTPattern'
Warning: Agda.Interaction.Base: could not find link destinations for: 
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputConstraint'
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputConstraint_boot
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputForm_boot
Warning: Agda.Compiler.Backend.Base: could not find link destinations for: 
	- Agda.Compiler.Backend.Base.Rep_Backend'_boot
Warning: Agda.TypeChecking.Monad.Base: could not find link destinations for: 
	- Agda.Utils.FileId.Rep_FileId
	- Agda.Interaction.Options.Errors.Rep_NotAValidLetExpression
	- Agda.Interaction.Options.Errors.Rep_NotAValidLetBinding
	- Agda.Interaction.Options.Errors.Rep_NotAllowedInDotPatterns
	- Agda.Interaction.Options.Errors.Rep_ErasedDatatypeReason
	- Agda.Interaction.Options.Errors.Rep_CannotQuoteTerm
	- Agda.TypeChecking.Monad.Base.Warning.Rep_UselessPublicReason
	- Agda.TypeChecking.Monad.Base.Warning.Rep_RecordFieldWarning
	- Agda.TypeChecking.Monad.Base.D:R:TagInteractionPoint
	- Agda.TypeChecking.Monad.Base.D:R:BenchPhaseTCMT
	- Agda.TypeChecking.Monad.Base.Rep_TCState
	- Agda.TypeChecking.Monad.Base.Rep_PersistentTCState
	- Agda.TypeChecking.Monad.Base.Rep_ModuleInfo
	- Agda.TypeChecking.Monad.Base.Rep_TCWarning
	- Agda.TypeChecking.Monad.Base.Rep_Warning
	- Agda.TypeChecking.Monad.Base.Rep_TypeError
	- Agda.TypeChecking.Monad.Base.Rep_UnquoteError
	- Agda.TypeChecking.Monad.Base.Rep_ProblemConstraint
	- Agda.TypeChecking.Monad.Base.Rep_Constraint
	- Agda.TypeChecking.Monad.Base.Rep_Interface
	- Agda.TypeChecking.Monad.Base.Rep_LoadedFileCache
	- Agda.TypeChecking.Monad.Base.Rep_PostScopeState
	- Agda.TypeChecking.Monad.Base.Rep_PrimFun
	- Agda.TypeChecking.Monad.Base.Rep_MetaVariable
	- Agda.TypeChecking.Monad.Base.Rep_MetaInstantiation
	- Agda.TypeChecking.Monad.Base.Rep_TypeCheckingProblem
	- Agda.TypeChecking.Monad.Base.Rep_Listener
	- Agda.TypeChecking.Monad.Base.Rep_SessionTCState
	- Agda.TypeChecking.Monad.Base.Rep_PreScopeState
	- Agda.TypeChecking.Monad.Base.Rep_LHSOrPatSyn
	- Agda.TypeChecking.Monad.Base.Rep_CannotQuote
	- Agda.TypeChecking.Monad.Base.Rep_IncorrectTypeForRewriteRelationReason
	- Agda.TypeChecking.Monad.Base.Rep_IsAmbiguous
	- Agda.TypeChecking.Monad.Base.Rep_IllegalRewriteRuleReason
	- Agda.TypeChecking.Monad.Base.Rep_InductionAndEta
	- Agda.TypeChecking.Monad.Base.Rep_InvalidFileNameReason
	- Agda.TypeChecking.Monad.Base.Rep_GHCBackendError
	- Agda.TypeChecking.Monad.Base.Rep_WhyNotAHaskellType
	- Agda.TypeChecking.Monad.Base.Rep_MissingTypeSignatureInfo
	- Agda.TypeChecking.Monad.Base.Rep_JSBackendError
	- Agda.TypeChecking.Monad.Base.Rep_InteractionError
	- Agda.TypeChecking.Monad.Base.Rep_WhyInvalidInstanceType
	- Agda.TypeChecking.Monad.Base.Rep_ExecError
	- Agda.TypeChecking.Monad.Base.Rep_SplitError
	- Agda.TypeChecking.Monad.Base.Rep_UnificationFailure
	- Agda.TypeChecking.Monad.Base.Rep_NegativeUnification
	- Agda.TypeChecking.Monad.Base.Rep_TerminationError
	- Agda.TypeChecking.Monad.Base.Rep_CallInfo
	- Agda.TypeChecking.Monad.Base.Rep_Candidate
	- Agda.TypeChecking.Monad.Base.Rep_CandidateKind
	- Agda.TypeChecking.Monad.Base.Rep_MetaInfo
	- Agda.TypeChecking.Monad.Base.Rep_InteractionPoint
	- Agda.TypeChecking.Monad.Base.Rep_TCEnv
	- Agda.TypeChecking.Monad.Base.Rep_IPClause
	- Agda.TypeChecking.Monad.Base.Rep_Closure
	- Agda.TypeChecking.Monad.Base.Rep_ExpandHidden
	- Agda.TypeChecking.Monad.Base.Rep_OpaqueBlock
	- Agda.TypeChecking.Monad.Base.Rep_AbstractMode
	- Agda.TypeChecking.Monad.Base.Rep_LetBinding
	- Agda.TypeChecking.Monad.Base.Rep_UnquoteFlags
	- Agda.TypeChecking.Monad.Base.Rep_Builtin
	- Agda.TypeChecking.Monad.Base.Rep_Signature
	- Agda.TypeChecking.Monad.Base.Rep_Definition
	- Agda.TypeChecking.Monad.Base.Rep_Defn
	- Agda.TypeChecking.Monad.Base.Rep_PrimitiveSortData
	- Agda.TypeChecking.Monad.Base.Rep_BuiltinSort
	- Agda.TypeChecking.Monad.Base.Rep_InstanceTable
	- Agda.TypeChecking.Monad.Base.Rep_Call
	- Agda.TypeChecking.Monad.Base.Rep_MutualBlock
	- Agda.TypeChecking.Monad.Base.Rep_FunctionData
	- Agda.TypeChecking.Monad.Base.Rep_PrimitiveData
	- Agda.TypeChecking.Monad.Base.Rep_FunctionInverse'
	- Agda.TypeChecking.Monad.Base.Rep_TermHead
	- Agda.TypeChecking.Monad.Base.Rep_ReduceDefs
	- Agda.TypeChecking.Monad.Base.Rep_AllowedReduction
	- Agda.TypeChecking.Monad.Base.Rep_Simplification
	- Agda.TypeChecking.Monad.Base.Rep_ConstructorData
	- Agda.TypeChecking.Monad.Base.Rep_RecordData
	- Agda.TypeChecking.Monad.Base.Rep_DatatypeData
	- Agda.TypeChecking.Monad.Base.Rep_ProjectionLikenessMissing
	- Agda.TypeChecking.Monad.Base.Rep_DataOrRecSigData
	- Agda.TypeChecking.Monad.Base.Rep_AxiomData
	- Agda.TypeChecking.Monad.Base.Rep_CompKit
	- Agda.TypeChecking.Monad.Base.Rep_FunctionFlag
	- Agda.TypeChecking.Monad.Base.Rep_EtaEquality
	- Agda.TypeChecking.Monad.Base.Rep_Projection
	- Agda.TypeChecking.Monad.Base.Rep_ProjLams
	- Agda.TypeChecking.Monad.Base.Rep_ExtLamInfo
	- Agda.TypeChecking.Monad.Base.Rep_System
	- Agda.TypeChecking.Monad.Base.Rep_CompilerPragma
	- Agda.TypeChecking.Monad.Base.Rep_IsForced
	- Agda.TypeChecking.Monad.Base.Rep_InstanceInfo
	- Agda.TypeChecking.Monad.Base.Rep_RewriteRule
	- Agda.TypeChecking.Monad.Base.Rep_NLPSort
	- Agda.TypeChecking.Monad.Base.Rep_NLPat
	- Agda.TypeChecking.Monad.Base.Rep_NLPType
	- Agda.TypeChecking.Monad.Base.Rep_DisplayForm
	- Agda.TypeChecking.Monad.Base.Rep_DisplayTerm
	- Agda.TypeChecking.Monad.Base.Rep_IPBoundary'
	- Agda.TypeChecking.Monad.Base.Rep_Overapplied
	- Agda.TypeChecking.Monad.Base.Rep_RunMetaOccursCheck
	- Agda.TypeChecking.Monad.Base.Rep_ConstructorDisambiguationData
	- Agda.TypeChecking.Monad.Base.Rep_PrincipalArgTypeMetas
	- Agda.TypeChecking.Monad.Base.Rep_RemoteMetaVariable
	- Agda.TypeChecking.Monad.Base.Rep_Instantiation
	- Agda.TypeChecking.Monad.Base.Rep_Frozen
	- Agda.TypeChecking.Monad.Base.Rep_GeneralizedValue
	- Agda.TypeChecking.Monad.Base.Rep_DoGeneralize
	- Agda.TypeChecking.Monad.Base.Rep_Judgement
	- Agda.TypeChecking.Monad.Base.Rep_Open
	- Agda.TypeChecking.Monad.Base.Rep_CompareAs
	- Agda.TypeChecking.Monad.Base.Rep_WhyCheckModality
	- Agda.TypeChecking.Monad.Base.Rep_ForeignCodeStack
	- Agda.TypeChecking.Monad.Base.Rep_ForeignCode
	- Agda.TypeChecking.Monad.Base.Rep_ModuleCheckMode
	- Agda.TypeChecking.Monad.Base.Rep_TypeCheckAction
	- Agda.TypeChecking.Monad.Base.Rep_DisambiguatedName
	- Agda.TypeChecking.Substitute.D:R:SubstArgCandidate
	- Agda.TypeChecking.Substitute.D:R:SubstArgLetBinding
	- Agda.TypeChecking.Substitute.D:R:SubstArgCompareAs
	- Agda.TypeChecking.Substitute.D:R:SubstArgConstraint
	- Agda.TypeChecking.Substitute.D:R:SubstArgDisplayTerm
	- Agda.TypeChecking.Substitute.D:R:SubstArgDisplayForm
	- Agda.TypeChecking.Substitute.D:R:SubstArgRewriteRule
	- Agda.TypeChecking.Substitute.D:R:SubstArgNLPSort
	- Agda.TypeChecking.Substitute.D:R:SubstArgNLPType
	- Agda.TypeChecking.Substitute.D:R:SubstArgNLPat
	- Agda.TypeChecking.Reduce.simplify'
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToQNamed
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToDisplayTerm
	- Agda.Interaction.BasicOps.D:R:ConOfAbsIPBoundary'
	- Agda.Interaction.BasicOps.D:R:ReifiesToIPBoundary'
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputConstraint_boot
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputForm_boot
	- Agda.Interaction.BasicOps.D:R:ReifiesToConstraint
	- Agda.Interaction.BasicOps.D:R:ReifiesToProblemConstraint
Warning: Agda.TypeChecking.Substitute: could not find link destinations for: 
	- Agda.Syntax.Internal.Rep_Substitution'
	- Agda.TypeChecking.Substitute.D:R:SubstArgRange'
	- Agda.TypeChecking.Substitute.D:R:SubstArgPattern'
	- Agda.TypeChecking.Substitute.D:R:SubstArgEqualityTypeData
	- Agda.TypeChecking.Substitute.D:R:SubstArgEqualityView
	- Agda.TypeChecking.Substitute.D:R:SubstArgCandidate
	- Agda.TypeChecking.Substitute.D:R:SubstArgTuple4
	- Agda.TypeChecking.Substitute.D:R:SubstArgTuple3
	- Agda.TypeChecking.Substitute.D:R:SubstArgTuple2
	- Agda.TypeChecking.Substitute.D:R:SubstArgUnit
	- Agda.TypeChecking.Substitute.D:R:SubstArgWithHiding
	- Agda.TypeChecking.Substitute.D:R:SubstArgRanged
	- Agda.TypeChecking.Substitute.D:R:SubstArgMap
	- Agda.TypeChecking.Substitute.D:R:SubstArgNonEmpty
	- Agda.TypeChecking.Substitute.D:R:SubstArgList
	- Agda.TypeChecking.Substitute.D:R:SubstArgMaybe
	- Agda.TypeChecking.Substitute.D:R:SubstArgContextEntry
	- Agda.TypeChecking.Substitute.D:R:SubstArgLetBinding
	- Agda.TypeChecking.Substitute.D:R:SubstArgDom'
	- Agda.TypeChecking.Substitute.D:R:SubstArgNamed
	- Agda.TypeChecking.Substitute.D:R:SubstArgArg
	- Agda.TypeChecking.Substitute.D:R:SubstArgAbs
	- Agda.TypeChecking.Substitute.D:R:SubstArgElim'
	- Agda.TypeChecking.Substitute.D:R:SubstArgCompareAs
	- Agda.TypeChecking.Substitute.D:R:SubstArgConstraint
	- Agda.TypeChecking.Substitute.D:R:SubstArgTele
	- Agda.TypeChecking.Substitute.D:R:SubstArgDisplayTerm
	- Agda.TypeChecking.Substitute.D:R:SubstArgDisplayForm
	- Agda.TypeChecking.Substitute.D:R:SubstArgBlocked'
	- Agda.TypeChecking.Substitute.D:R:SubstArgRewriteRule
	- Agda.TypeChecking.Substitute.D:R:SubstArgNLPSort
	- Agda.TypeChecking.Substitute.D:R:SubstArgNLPType
	- Agda.TypeChecking.Substitute.D:R:SubstArgNLPat
	- Agda.TypeChecking.Substitute.D:R:SubstArgProblemEq
	- Agda.TypeChecking.Substitute.D:R:SubstArgPattern'0
	- Agda.TypeChecking.Substitute.D:R:SubstArgConPatternInfo
	- Agda.TypeChecking.Substitute.D:R:SubstArgName
	- Agda.TypeChecking.Substitute.D:R:SubstArgPlusLevel'
	- Agda.TypeChecking.Substitute.D:R:SubstArgLevel'
	- Agda.TypeChecking.Substitute.D:R:SubstArgSort'
	- Agda.TypeChecking.Substitute.D:R:SubstArgType''
	- Agda.TypeChecking.Substitute.D:R:SubstArgBraveTerm
	- Agda.TypeChecking.Substitute.D:R:SubstArgTerm
	- Agda.TypeChecking.Substitute.D:R:SubstArgSubstitution'
Warning: Agda.Compiler.Treeless.Subst: could not find link destinations for: 
	- Agda.Compiler.Treeless.Subst.D:R:SubstArgTAlt
	- Agda.Compiler.Treeless.Subst.D:R:SubstArgTTerm
Warning: Agda.TypeChecking.Monad.Benchmark: could not find link destinations for: 
	- Agda.Utils.Benchmark.D:R:BenchPhaseListT
	- Agda.Utils.Benchmark.D:R:BenchPhaseExceptT
	- Agda.Utils.Benchmark.D:R:BenchPhaseStateT
	- Agda.Utils.Benchmark.D:R:BenchPhaseWriterT
	- Agda.Utils.Benchmark.D:R:BenchPhaseReaderT
	- Agda.Benchmarking.D:R:BenchPhaseIO
	- Agda.TypeChecking.Monad.Base.D:R:BenchPhaseTCMT
	- Agda.Termination.Monad.D:R:BenchPhaseTerM
Warning: Agda.Interaction.FindFile: could not find link destinations for: 
	- Agda.TypeChecking.Monad.Base.Types.Rep_SourceFile
Warning: Agda.TypeChecking.Serialise: could not find link destinations for: 
	- Agda.TypeChecking.Serialise.Encoded
Warning: Agda.Syntax.Translation.AbstractToConcrete: could not find link destinations for: 
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsNamedMeta
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsInteractionId
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsLHSCore'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsLHS
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsSpineLHS
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRecordDirectives'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsModuleApplication
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsClause'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsConstr
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRewriteEqn'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRHS
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsWhereDeclarations
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsLetBinding
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsTypedBinding
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsLamBinding
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsBinder'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsResolvedName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsAbstractName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsModuleName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsQName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsBindName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsName
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsTacticAttribute'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsFieldAssignment'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRanged
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsNamed
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsWithHiding
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsArg
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsTuple3
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsTuple2
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsEither
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsMaybe
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsNonEmpty
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsList
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsChar
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsBool
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsUnit
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsRangeAndPragma
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsDeclaration
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsPattern'
	- Agda.Syntax.Translation.AbstractToConcrete.D:R:ConOfAbsExpr
	- Agda.Interaction.BasicOps.D:R:ConOfAbsIPBoundary'
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputConstraint'
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputConstraint_boot
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputForm_boot
Warning: Agda.TypeChecking.Reduce: could not find link destinations for: 
	- Agda.TypeChecking.Reduce.simplify'
Warning: Agda.TypeChecking.Telescope: could not find link destinations for: 
	- Agda.TypeChecking.Telescope.D:R:SubstArgBoundary'
	- Agda.TypeChecking.Telescope.D:R:SubstArgBoundary'0
Warning: Agda.TypeChecking.SyntacticEquality: could not find link destinations for: 
	- Agda.TypeChecking.SyntacticEquality.synEq
	- Agda.TypeChecking.SyntacticEquality.synEq'
	- Agda.TypeChecking.SyntacticEquality.SynEqM
Warning: Agda.TypeChecking.Level: could not find link destinations for: 
	- Agda.TypeChecking.Level.D:R:SubstArgSingleLevel'
Warning: Agda.TypeChecking.Free.Reduce: could not find link destinations for: 
	- Agda.TypeChecking.Free.Reduce.forceNotFree'
	- Agda.TypeChecking.Free.Reduce.MonadFreeRed
Warning: Agda.TypeChecking.DisplayForm: could not find link destinations for: 
	- Agda.TypeChecking.DisplayForm.MonadDisplayForm
Warning: Agda.Syntax.Translation.ReflectedToAbstract: could not find link destinations for: 
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefNonEmpty
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefList
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefQNamed
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefPattern
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefSort
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTerm
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefLiteral
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefAbs
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTuple2
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTuple20
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefTuple21
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefList0
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefArg
	- Agda.Syntax.Translation.ReflectedToAbstract.D:R:AbsOfRefNamed
Warning: Agda.Syntax.Translation.InternalToAbstract: could not find link destinations for: 
	- Agda.Syntax.Translation.InternalToAbstract.BlankVars
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToTuple4
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToTuple3
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToTuple2
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToNonEmpty
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToList
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToElim'
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToContextEntry
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToDom'
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToTele
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToAbs
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToLevel'
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToSort'
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToType''
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToQNamed
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToArg
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToNamed
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToTerm
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToLiteral
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToDisplayTerm
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToMetaId
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToExpr
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToName
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToChar
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToBool
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToNamedClause
	- Agda.Syntax.Translation.InternalToAbstract.D:R:ReifiesToQNamed0
	- Agda.Interaction.BasicOps.D:R:ReifiesToIPBoundary'
	- Agda.Interaction.BasicOps.D:R:ReifiesToConstraint
	- Agda.Interaction.BasicOps.D:R:ReifiesToProblemConstraint
Warning: Agda.TypeChecking.Names: could not find link destinations for: 
	- Agda.TypeChecking.Names.D:R:SubstArgAbsN
Warning: Agda.TypeChecking.Primitive.Cubical: could not find link destinations for: 
	- Agda.TypeChecking.Primitive.Cubical.D:R:SubstArgLType
	- Agda.TypeChecking.Primitive.Cubical.D:R:SubstArgCType
Warning: Agda.TypeChecking.Rules.LHS.Problem: could not find link destinations for: 
	- Agda.Syntax.Abstract.Rep_ProblemEq
	- Agda.TypeChecking.Substitute.D:R:SubstArgProblemEq
	- Agda.TypeChecking.Rules.LHS.Problem.PatVarPosition
	- Agda.TypeChecking.Rules.LHS.Problem.D:R:SubstArgAsBinding
	- Agda.TypeChecking.Rules.LHS.Problem.D:R:SubstArgDotPattern
	- Agda.TypeChecking.Rules.LHS.Problem.D:R:SubstArgAbsurdPattern
	- Agda.TypeChecking.Rules.LHS.Problem.D:R:SubstArgProblem
Warning: Agda.TypeChecking.Coverage.Match: could not find link destinations for: 
	- Agda.TypeChecking.Coverage.Match.MatchResult
	- Agda.TypeChecking.Coverage.Match.SplitPSubstitution
	- Agda.TypeChecking.Coverage.Match.SplitInstantiation
	- Agda.TypeChecking.Coverage.Match.D:R:SubstArgPattern'
Warning: Agda.Termination.Monad: could not find link destinations for: 
	- Agda.Termination.Monad.D:R:BenchPhaseTerM
Warning: Agda.TypeChecking.Rules.LHS.Unify: could not find link destinations for: 
	- Agda.TypeChecking.Rules.LHS.Unify.FullUnificationResult
Warning: Agda.TypeChecking.SizedTypes.Solve: could not find link destinations for: 
	- Agda.TypeChecking.SizedTypes.Solve.D:R:SubstArgConstraint'
	- Agda.TypeChecking.SizedTypes.Solve.D:R:SubstArgSizeExpr'
	- Agda.TypeChecking.SizedTypes.Solve.D:R:SubstArgSizeMeta
Warning: Agda.TypeChecking.Reduce.Fast: could not find link destinations for: 
	- Agda.TypeChecking.Reduce.Fast.AM
	- Agda.TypeChecking.Reduce.Fast.CompactDef
Warning: Agda.TypeChecking.Generalize: could not find link destinations for: 
	- Agda.TypeChecking.Generalize.createMetasAndTypeCheck
	- Agda.TypeChecking.Generalize.withGenRecVar
	- Agda.TypeChecking.Generalize.computeGeneralization
	- Agda.TypeChecking.Generalize.unpackSub
	- Agda.TypeChecking.Generalize.createGenValues
	- Agda.TypeChecking.Generalize.createGenRecordType
Warning: Agda.Interaction.JSON: could not find link destinations for: 
	- Data.Vector.Vector
	- Data.Aeson.Types.Generic.:*
	- Data.Aeson.Types.Generic.AllNullary
	- Data.Aeson.Types.Generic.ProductSize
	- Data.Aeson.Types.FromJSON.ConstructorNames
	- Data.Aeson.Types.FromJSON.GFromJSON'
	- Data.Aeson.Types.FromJSON.gParseJSON
	- Data.Aeson.Types.FromJSON.withBoundedScientific
	- Data.Aeson.Types.ToJSON.KeyValuePair
	- Data.Aeson.Types.ToJSON.FromPairs
	- Data.Aeson.Types.ToJSON.GetConName
	- Data.Aeson.Types.ToJSON.gToJSON
	- Data.Aeson.Types.ToJSON.fromPairs
	- Data.Aeson.Types.ToJSON.pair
	- Data.Vector.Generic.Base.Vector
	- Data.Vector.Unboxed.Base.Vector
	- Data.Aeson.Types.Internal.Rep_Value
	- Data.Vector.Primitive.Vector
	- Data.Vector.Storable.Vector
	- Data.Aeson.Types.ToJSON.RecordToPairs
	- Data.Aeson.Types.ToJSON.ConsToJSON
	- Data.Aeson.Types.ToJSON.EncodeProduct
	- Data.Aeson.Types.ToJSON.WriteProduct
	- Data.Aeson.Types.ToJSON.SumToJSON
	- Data.Aeson.Types.ToJSON.SumToJSON'
	- Data.Aeson.Types.ToJSON.TwoElemArray
	- Data.Aeson.Types.ToJSON.recordToPairs
	- Data.Aeson.Types.ToJSON.sumToJSON'
	- Data.Aeson.Types.FromJSON.SumFromString
	- Data.Aeson.Types.FromJSON.RecordFromJSON'
	- Data.Aeson.Types.FromJSON.ConName
	- Data.Aeson.Types.FromJSON.TypeName
	- Data.Aeson.Types.FromJSON.recordParseJSON'
Warning: Agda.Interaction.Highlighting.FromAbstract: could not find link destinations for: 
	- Agda.Interaction.Highlighting.FromAbstract.Hilite
Warning: Agda.Syntax.Translation.ConcreteToAbstract: could not find link destinations for: 
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConHoleContent'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConPattern'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConLHSCore'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRanged
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConNamed
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConArg
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConWithHiding
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRewriteEqn'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConFieldAssignment'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConMaybe
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConEither
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConNonEmpty
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConList
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConTuple3
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConTuple2
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConUnit
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRewriteEqn'0
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConLamBinding'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConModuleAssignment
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConTopLevel
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConTypedBinding'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConExpr
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConNiceDeclaration
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConRHS'
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConClause
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConPragma
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConLHSCore
	- Agda.Syntax.Translation.ConcreteToAbstract.D:R:AbsOfConPattern
Warning: Agda.TypeChecking.Empty: could not find link destinations for: 
	- Agda.TypeChecking.Empty.ErrorNonEmpty
Warning: Agda.TypeChecking.CompiledClause.Compile: could not find link destinations for: 
	- Agda.TypeChecking.Free.Precompute.FV
Warning: Agda.TypeChecking.Rules.Application: could not find link destinations for: 
	- Agda.TypeChecking.Rules.Application.checkConstructorApplication
	- Agda.TypeChecking.Rules.Application.inferOrCheckProjAppToKnownPrincipalArg
Warning: Agda.Compiler.ToTreeless: could not find link destinations for: 
	- Agda.Compiler.ToTreeless.BuildPipeline
Warning: Agda.Interaction.BasicOps: could not find link destinations for: 
	- Agda.Syntax.Translation.AbstractToConcrete.MonadToConcrete
	- Agda.Interaction.BasicOps.D:R:ConOfAbsIPBoundary'
	- Agda.Interaction.BasicOps.D:R:ReifiesToIPBoundary'
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputConstraint'
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputConstraint_boot
	- Agda.Interaction.BasicOps.D:R:ConOfAbsOutputForm_boot
	- Agda.Interaction.BasicOps.D:R:ReifiesToConstraint
	- Agda.Interaction.BasicOps.D:R:ReifiesToProblemConstraint
Warning: Agda.Mimer.Mimer: could not find link destinations for: 
	- Agda.Mimer.Mimer.Rep_MimerResult
Warning: Agda.Interaction.Imports: could not find link destinations for: 
	- Agda.Interaction.Imports.MainInterface
Warning: Agda.Compiler.MAlonzo.HaskellTypes: could not find link destinations for: 
	- Agda.Compiler.MAlonzo.HaskellTypes.PolyApprox
Warning: Agda.Compiler.Backend: could not find link destinations for: 
	- Agda.Compiler.Backend.compilerMain
Warning: Agda.Interaction.Highlighting.LaTeX.Base: could not find link destinations for: 
	- Agda.Interaction.Highlighting.LaTeX.Base.Debug
Warning: Agda.Interaction.Highlighting.HTML.Base: could not find link destinations for: 
	- Agda.Interaction.Highlighting.HTML.Base.HtmlLogAction
	- Agda.Interaction.Highlighting.HTML.Base.HtmlInputSourceFile
	- Agda.Interaction.Highlighting.HTML.Base.Rep_HtmlHighlight
Warning: Agda.Compiler.JS.Compiler: could not find link destinations for: 
	- Agda.Compiler.JS.Compiler.Rep_JSOptions
Documentation created: dist/doc/html/Agda/, dist/doc/html/Agda/Agda.txt
Preprocessing executable 'agda' for Agda-2.8.0..
Installing executable agda-mode in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/Agda-2.8.0-FNNdyyq6AygGlTrvnmZq2W
Installing executable agda in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed    Agda-2.8.0

Test log

[view raw]

Resolving dependencies...
Error:
    Internal libraries only supported with per-component builds.
    Per-component builds were disabled because program coverage is enabled
    In the package 'vector-0.13.2.0'