Build #2 for units-attoparsec-1.0

[all reports]

Package units-attoparsec-1.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-09-30 22:12:58.997461 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies units-defs-2.0.0.1, units-2.3, text-1.2.1.3, template-haskell-2.10.0.0, base-4.8.1.0, attoparsec-0.13.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring Boolean-0.2.3...
Building Boolean-0.2.3...
Preprocessing library Boolean-0.2.3...
[1 of 3] Compiling Data.Boolean     ( src/Data/Boolean.hs, dist/build/Data/Boolean.o )
[2 of 3] Compiling Data.Boolean.Overload ( src/Data/Boolean/Overload.hs, dist/build/Data/Boolean/Overload.o )
[3 of 3] Compiling Data.Boolean.Numbers ( src/Data/Boolean/Numbers.hs, dist/build/Data/Boolean/Numbers.o )
In-place registering Boolean-0.2.3...
Running Haddock for Boolean-0.2.3...
Running hscolour for Boolean-0.2.3...
Preprocessing library Boolean-0.2.3...
Preprocessing library Boolean-0.2.3...
Haddock coverage:
 100% ( 14 / 14) in 'Data.Boolean'
  14% (  2 / 14) in 'Data.Boolean.Overload'
  Missing documentation for:
    && (src/Data/Boolean/Overload.hs:41)
    || (src/Data/Boolean/Overload.hs:44)
    not (src/Data/Boolean/Overload.hs:47)
    ifThenElse (src/Data/Boolean/Overload.hs:52)
    == (src/Data/Boolean/Overload.hs:56)
    /= (src/Data/Boolean/Overload.hs:58)
    < (src/Data/Boolean/Overload.hs:62)
    > (src/Data/Boolean/Overload.hs:64)
    <= (src/Data/Boolean/Overload.hs:66)
    >= (src/Data/Boolean/Overload.hs:68)
    min (src/Data/Boolean/Overload.hs:71)
    max (src/Data/Boolean/Overload.hs:73)
 100% (  8 /  8) in 'Data.Boolean.Numbers'
Documentation created: dist/doc/html/Boolean/index.html,
dist/doc/html/Boolean/Boolean.txt
Creating package registration file:
/tmp/pkgConf-Boolean-0.2278722862233665123.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/Boolean-0.2.3-Gipy5on5nq18hTbEsOOw30
Registering Boolean-0.2.3...
Installed Boolean-0.2.3
Configuring NumInstances-1.4...
Building NumInstances-1.4...
Preprocessing library NumInstances-1.4...
[1 of 5] Compiling Data.NumInstances.Util ( src/Data/NumInstances/Util.hs, dist/build/Data/NumInstances/Util.o )
[2 of 5] Compiling Data.NumInstances.PreRequisites ( src-relaxed-Num/Data/NumInstances/PreRequisites.hs, dist/build/Data/NumInstances/PreRequisites.o )
[3 of 5] Compiling Data.NumInstances.Tuple ( src/Data/NumInstances/Tuple.hs, dist/build/Data/NumInstances/Tuple.o )
[4 of 5] Compiling Data.NumInstances.Function ( src/Data/NumInstances/Function.hs, dist/build/Data/NumInstances/Function.o )
[5 of 5] Compiling Data.NumInstances ( src/Data/NumInstances.hs, dist/build/Data/NumInstances.o )
In-place registering NumInstances-1.4...
Running Haddock for NumInstances-1.4...
Running hscolour for NumInstances-1.4...
Preprocessing library NumInstances-1.4...
Preprocessing library NumInstances-1.4...
Haddock coverage:
  50% (  1 /  2) in 'Data.NumInstances.Util'
  Missing documentation for:
    noOv (src/Data/NumInstances/Util.hs:16)
   0% (  0 /  1) in 'Data.NumInstances.PreRequisites'
  Missing documentation for:
    Module header
 100% (  1 /  1) in 'Data.NumInstances.Tuple'
 100% (  1 /  1) in 'Data.NumInstances.Function'
 100% (  1 /  1) in 'Data.NumInstances'
Documentation created: dist/doc/html/NumInstances/index.html,
dist/doc/html/NumInstances/NumInstances.txt
Creating package registration file:
/tmp/pkgConf-NumInstances-11687926652660260756.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/NumInstances-1.4-5rklW6SdW0UKOQixfUKBrX
Registering NumInstances-1.4...
Installed NumInstances-1.4
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
 100% (  3 /  3) in 'Control.Monad.Trans'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
 100% ( 19 / 19) in 'Control.Monad.Except'
 100% (  5 /  5) in 'Control.Monad.List'
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
    runWriterT
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
  91% ( 20 / 22) in 'Control.Monad.Cont'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
    runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.23521186061782436840.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
Configuring multimap-1.2.1...
Building multimap-1.2.1...
Preprocessing library multimap-1.2.1...
[1 of 2] Compiling Data.SetMap      ( src/Data/SetMap.hs, dist/build/Data/SetMap.o )
[2 of 2] Compiling Data.MultiMap    ( src/Data/MultiMap.hs, dist/build/Data/MultiMap.o )
In-place registering multimap-1.2.1...
Running Haddock for multimap-1.2.1...
Running hscolour for multimap-1.2.1...
Preprocessing library multimap-1.2.1...
Preprocessing library multimap-1.2.1...
Haddock coverage:
  96% ( 24 / 25) in 'Data.SetMap'
  Missing documentation for:
    Module header
 100% ( 43 / 43) in 'Data.MultiMap'
Documentation created: dist/doc/html/multimap/index.html,
dist/doc/html/multimap/multimap.txt
Creating package registration file:
/tmp/pkgConf-multimap-1.213696027261630634994.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/multimap-1.2.1-7kqasv1aqO56XxDsshujX4
Registering multimap-1.2.1...
Installed multimap-1.2.1
Configuring nats-1...
Building nats-1...
Preprocessing library nats-1...
In-place registering nats-1...
Running Haddock for nats-1...
Running hscolour for nats-1...
Preprocessing library nats-1...
Preprocessing library nats-1...
haddock: No input file(s).
Creating package registration file: /tmp/pkgConf-nats-116355502702069110699
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/nats-1-Fmk0Emc1i6fF1ZuCqfyZlm
Registering nats-1...
Installed nats-1
Configuring primitive-0.6.1.0...
Building primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
[ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o )
[ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o )
[ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )

Control/Monad/Primitive.hs:41:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: Warning:
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:100:47: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:101:19: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
[ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
[ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
[ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[ 9 of 10] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o )
[10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o )
In-place registering primitive-0.6.1.0...
Running Haddock for primitive-0.6.1.0...
Running hscolour for primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...

Control/Monad/Primitive.hs:41:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: Warning:
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:100:47: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:101:19: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
Haddock coverage:
 100% (  3 /  3) in 'Data.Primitive.Internal.Compat'
   3% (  1 / 35) in 'Data.Primitive.MachDeps'
  Missing documentation for:
    sIZEOF_CHAR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:19)
    sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:19)
    sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:19)
    sIZEOF_PTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT8 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT16 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT32 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT64 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:19)
    Word64_# (Data/Primitive/MachDeps.hs:120)
    Int64_# (Data/Primitive/MachDeps.hs:121)
   3% (  1 / 29) in 'Data.Primitive.Internal.Operations'
  Missing documentation for:
    setWord8Array# (Data/Primitive/Internal/Operations.hs:33)
    setWord16Array# (Data/Primitive/Internal/Operations.hs:35)
    setWord32Array# (Data/Primitive/Internal/Operations.hs:37)
    setWord64Array# (Data/Primitive/Internal/Operations.hs:39)
    setWordArray# (Data/Primitive/Internal/Operations.hs:41)
    setInt8Array# (Data/Primitive/Internal/Operations.hs:43)
    setInt16Array# (Data/Primitive/Internal/Operations.hs:45)
    setInt32Array# (Data/Primitive/Internal/Operations.hs:47)
    setInt64Array# (Data/Primitive/Internal/Operations.hs:49)
    setIntArray# (Data/Primitive/Internal/Operations.hs:51)
    setAddrArray# (Data/Primitive/Internal/Operations.hs:53)
    setFloatArray# (Data/Primitive/Internal/Operations.hs:55)
    setDoubleArray# (Data/Primitive/Internal/Operations.hs:57)
    setWideCharArray# (Data/Primitive/Internal/Operations.hs:59)
    setWord8OffAddr# (Data/Primitive/Internal/Operations.hs:62)
    setWord16OffAddr# (Data/Primitive/Internal/Operations.hs:64)
    setWord32OffAddr# (Data/Primitive/Internal/Operations.hs:66)
    setWord64OffAddr# (Data/Primitive/Internal/Operations.hs:68)
    setWordOffAddr# (Data/Primitive/Internal/Operations.hs:70)
    setInt8OffAddr# (Data/Primitive/Internal/Operations.hs:72)
    setInt16OffAddr# (Data/Primitive/Internal/Operations.hs:74)
    setInt32OffAddr# (Data/Primitive/Internal/Operations.hs:76)
    setInt64OffAddr# (Data/Primitive/Internal/Operations.hs:78)
    setIntOffAddr# (Data/Primitive/Internal/Operations.hs:80)
    setAddrOffAddr# (Data/Primitive/Internal/Operations.hs:82)
    setFloatOffAddr# (Data/Primitive/Internal/Operations.hs:84)
    setDoubleOffAddr# (Data/Primitive/Internal/Operations.hs:86)
    setWideCharOffAddr# (Data/Primitive/Internal/Operations.hs:88)
  75% ( 12 / 16) in 'Control.Monad.Primitive'
  Missing documentation for:
    unsafeInlinePrim (Control/Monad/Primitive.hs:189)
    unsafeInlineIO (Control/Monad/Primitive.hs:193)
    unsafeInlineST (Control/Monad/Primitive.hs:197)
    touch (Control/Monad/Primitive.hs:201)
 100% (  3 /  3) in 'Data.Primitive.Types'
 100% ( 15 / 15) in 'Data.Primitive.Array'
  93% ( 27 / 29) in 'Data.Primitive.ByteArray'
  Missing documentation for:
    ByteArray#
    MutableByteArray#
 100% ( 16 / 16) in 'Data.Primitive.Addr'
 100% (  7 /  7) in 'Data.Primitive'
 100% (  9 /  9) in 'Data.Primitive.MutVar'
Documentation created: dist/doc/html/primitive/index.html,
dist/doc/html/primitive/primitive.txt
Creating package registration file:
/tmp/pkgConf-primitive-0.6.1194850541983614030.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/primitive-0.6.1.0-5Jnw7oEuYtM9dmKXelGXVb
Registering primitive-0.6.1.0...
Installed primitive-0.6.1.0
Configuring safe-0.3.9...
Building safe-0.3.9...
Preprocessing library safe-0.3.9...
[1 of 4] Compiling Safe.Util        ( Safe/Util.hs, dist/build/Safe/Util.o )
[2 of 4] Compiling Safe.Exact       ( Safe/Exact.hs, dist/build/Safe/Exact.o )
[3 of 4] Compiling Safe.Foldable    ( Safe/Foldable.hs, dist/build/Safe/Foldable.o )
[4 of 4] Compiling Safe             ( Safe.hs, dist/build/Safe.o )
In-place registering safe-0.3.9...
Running Haddock for safe-0.3.9...
Running hscolour for safe-0.3.9...
Preprocessing library safe-0.3.9...
Preprocessing library safe-0.3.9...
Haddock coverage:
  14% (  1 /  7) in 'Safe.Util'
  Missing documentation for:
    .^ (Safe/Util.hs:8)
    .^^ (Safe/Util.hs:11)
    liftMay (Safe/Util.hs:14)
    fromNoteModule (Safe/Util.hs:17)
    fromNoteEitherModule (Safe/Util.hs:21)
    eitherToMaybe (Safe/Util.hs:25)
  35% (  8 / 23) in 'Safe.Exact'
  Missing documentation for:
    takeExactMay (Safe/Exact.hs:93)
    takeExactNote (Safe/Exact.hs:90)
    takeExactDef (Safe/Exact.hs:96)
    dropExactMay (Safe/Exact.hs:102)
    dropExactNote (Safe/Exact.hs:99)
    dropExactDef (Safe/Exact.hs:105)
    splitAtExactMay (Safe/Exact.hs:112)
    splitAtExactNote (Safe/Exact.hs:108)
    splitAtExactDef (Safe/Exact.hs:116)
    zipExactMay (Safe/Exact.hs:140)
    zipExactNote (Safe/Exact.hs:137)
    zipExactDef (Safe/Exact.hs:143)
    zipWithExactMay (Safe/Exact.hs:149)
    zipWithExactNote (Safe/Exact.hs:146)
    zipWithExactDef (Safe/Exact.hs:152)
  18% (  5 / 28) in 'Safe.Foldable'
  Missing documentation for:
    foldl1May (Safe/Foldable.hs:38)
    foldl1Def (Safe/Foldable.hs:46)
    foldl1Note (Safe/Foldable.hs:42)
    foldr1May (Safe/Foldable.hs:38)
    foldr1Def (Safe/Foldable.hs:46)
    foldr1Note (Safe/Foldable.hs:42)
    findJustDef (Safe/Foldable.hs:79)
    findJustNote (Safe/Foldable.hs:82)
    minimumMay (Safe/Foldable.hs:50)
    minimumDef (Safe/Foldable.hs:54)
    minimumNote (Safe/Foldable.hs:58)
    maximumMay (Safe/Foldable.hs:50)
    maximumDef (Safe/Foldable.hs:54)
    maximumNote (Safe/Foldable.hs:58)
    minimumByMay (Safe/Foldable.hs:62)
    minimumByDef (Safe/Foldable.hs:66)
    minimumByNote (Safe/Foldable.hs:70)
    maximumByMay (Safe/Foldable.hs:62)
    maximumByDef (Safe/Foldable.hs:66)
    maximumByNote (Safe/Foldable.hs:70)
    foldl1Safe (Safe/Foldable.hs:90)
    foldr1Safe (Safe/Foldable.hs:94)
    findJustSafe (Safe/Foldable.hs:99)
  20% ( 14 / 71) in 'Safe'
  Missing documentation for:
    initMay (Safe.hs:114)
    initDef (Safe.hs:117)
    initNote (Safe.hs:120)
    initSafe (Safe.hs:123)
    headMay (Safe.hs:128)
    headDef (Safe.hs:132)
    headNote (Safe.hs:136)
    lastMay (Safe.hs:128)
    lastDef (Safe.hs:132)
    lastNote (Safe.hs:136)
    minimumMay (Safe.hs:140)
    minimumDef (Safe.hs:144)
    minimumNote (Safe.hs:148)
    maximumMay (Safe.hs:140)
    maximumDef (Safe.hs:144)
    maximumNote (Safe.hs:148)
    minimumByMay (Safe.hs:152)
    minimumByDef (Safe.hs:156)
    minimumByNote (Safe.hs:160)
    maximumByMay (Safe.hs:152)
    maximumByDef (Safe.hs:156)
    maximumByNote (Safe.hs:160)
    foldr1May (Safe.hs:165)
    foldr1Def (Safe.hs:170)
    foldr1Note (Safe.hs:175)
    foldl1May (Safe.hs:165)
    foldl1Def (Safe.hs:170)
    foldl1Note (Safe.hs:175)
    foldl1May' (Safe.hs:165)
    foldl1Def' (Safe.hs:170)
    foldl1Note' (Safe.hs:175)
    scanl1May (Safe.hs:180)
    scanl1Def (Safe.hs:184)
    scanl1Note (Safe.hs:188)
    scanr1May (Safe.hs:180)
    scanr1Def (Safe.hs:184)
    scanr1Note (Safe.hs:188)
    fromJustNote (Safe.hs:197)
    assertNote (Safe.hs:200)
    atMay (Safe.hs:209)
    atDef (Safe.hs:212)
    atNote (Safe.hs:215)
    readMay (Safe.hs:219)
    readDef (Safe.hs:222)
    readNote (Safe.hs:225)
    lookupJustDef (Safe.hs:233)
    lookupJustNote (Safe.hs:236)
    findJustDef (Safe.hs:244)
    findJustNote (Safe.hs:247)
    elemIndexJustDef (Safe.hs:255)
    elemIndexJustNote (Safe.hs:258)
    findIndexJustDef (Safe.hs:266)
    findIndexJustNote (Safe.hs:269)
    toEnumMay (Safe.hs:274)
    toEnumDef (Safe.hs:283)
    toEnumNote (Safe.hs:286)
    toEnumSafe (Safe.hs:289)
Documentation created: dist/doc/html/safe/index.html,
dist/doc/html/safe/safe.txt
Creating package registration file:
/tmp/pkgConf-safe-0.317612505731089653714.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/safe-0.3.9-BXSoeRP9IFG6t9s3abNgVi
Registering safe-0.3.9...
Installed safe-0.3.9
Configuring syb-0.6...
Building syb-0.6...
Preprocessing library syb-0.6...
[ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o )
[ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o )
[ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o )
[ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o )
[ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o )
[ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o )
[ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o )
[ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o )
[ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o )
[10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o )
[11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o )
[12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o )
[13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o )
[14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o )
[15 of 16] Compiling Data.Generics    ( src/Data/Generics.hs, dist/build/Data/Generics.o )
[16 of 16] Compiling Generics.SYB     ( src/Generics/SYB.hs, dist/build/Generics/SYB.o )
In-place registering syb-0.6...
Running Haddock for syb-0.6...
Running hscolour for syb-0.6...
Preprocessing library syb-0.6...
Preprocessing library syb-0.6...
Haddock coverage:
 100% (  2 /  2) in 'Data.Generics.Basics'
 100% (  2 /  2) in 'Generics.SYB.Basics'
 100% (  1 /  1) in 'Data.Generics.Instances'
 100% (  1 /  1) in 'Generics.SYB.Instances'
  96% ( 43 / 45) in 'Data.Generics.Aliases'
  Missing documentation for:
    GenericQ' (src/Data/Generics/Aliases.hs:268)
    GenericM' (src/Data/Generics/Aliases.hs:269)
 100% ( 19 / 19) in 'Data.Generics.Schemes'
 100% (  2 /  2) in 'Generics.SYB.Schemes'
 100% (  6 /  6) in 'Data.Generics.Text'
 100% (  2 /  2) in 'Generics.SYB.Text'
 100% ( 17 / 17) in 'Data.Generics.Twins'
 100% (  2 /  2) in 'Generics.SYB.Twins'
 100% (  3 /  3) in 'Data.Generics.Builders'
 100% (  2 /  2) in 'Generics.SYB.Builders'
 100% (  2 /  2) in 'Generics.SYB.Aliases'
 100% (  8 /  8) in 'Data.Generics'
 100% (  2 /  2) in 'Generics.SYB'
Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt
Creating package registration file: /tmp/pkgConf-syb-01158381494873199181.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/syb-0.6-2wX6OHAY1mu1En8Oic6xKR
Registering syb-0.6...
Installed syb-0.6
Configuring tagged-0.8.1...
Building tagged-0.8.1...
Preprocessing library tagged-0.8.1...
[1 of 2] Compiling Data.Proxy.TH    ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o )
[2 of 2] Compiling Data.Tagged      ( src/Data/Tagged.hs, dist/build/Data/Tagged.o )
In-place registering tagged-0.8.1...
Running Haddock for tagged-0.8.1...
Running hscolour for tagged-0.8.1...
Preprocessing library tagged-0.8.1...
Preprocessing library tagged-0.8.1...
Haddock coverage:
  67% (  2 /  3) in 'Data.Proxy.TH'
  Missing documentation for:
    Module header
  93% ( 14 / 15) in 'Data.Tagged'
  Missing documentation for:
    witness (src/Data/Tagged.hs:297)
Documentation created: dist/doc/html/tagged/index.html,
dist/doc/html/tagged/tagged.txt
Creating package registration file:
/tmp/pkgConf-tagged-0.8250841001903409954.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/tagged-0.8.1-6Tf46oJAk552xT73wGffBW
Registering tagged-0.8.1...
Installed tagged-0.8.1
Configuring text-1.2.1.3...
Building text-1.2.1.3...
Preprocessing library text-1.2.1.3...
[ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )

Data/Text/Internal/Read.hs:21:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 4 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )

Data/Text/Encoding/Error.hs:3:14: Warning:
    ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe!
[ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[10 of 44] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 44] Compiling Data.Text.Show   ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[21 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[25 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )

Data/Text/Lazy/Encoding.hs:65:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[36 of 44] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )

Data/Text/Internal/Builder.hs:61:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )

Data/Text/Internal/Builder/Functions.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )

Data/Text/Lazy/Builder/Int.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:30:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Lazy/Builder/Int.hs:32:1: Warning:
    The import of ‘GHC.Num’ is redundant
      except perhaps to import instances from ‘GHC.Num’
    To import instances alone, use: import GHC.Num()
[41 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )

Data/Text/Lazy/Read.hs:3:14: Warning:
    ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Read.hs:32:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[44 of 44] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )

Data/Text/Read.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
In-place registering text-1.2.1.3...
Running Haddock for text-1.2.1.3...
Running hscolour for text-1.2.1.3...
Preprocessing library text-1.2.1.3...
Preprocessing library text-1.2.1.3...

Data/Text/Internal/Read.hs:21:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Text/Encoding/Error.hs:3:14: Warning:
    ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Encoding.hs:65:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Internal/Builder.hs:61:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Internal/Builder/Functions.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:30:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Lazy/Builder/Int.hs:32:1: Warning:
    The import of ‘GHC.Num’ is redundant
      except perhaps to import instances from ‘GHC.Num’
    To import instances alone, use: import GHC.Num()

Data/Text/Lazy/Read.hs:3:14: Warning:
    ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Read.hs:32:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Read.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
Haddock coverage:
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  Missing documentation for:
    IReader (Data/Text/Internal/Read.hs:26)
    IParser (Data/Text/Internal/Read.hs:28)
    T (Data/Text/Internal/Read.hs:48)
    digitToInt (Data/Text/Internal/Read.hs:61)
    hexDigitToInt (Data/Text/Internal/Read.hs:55)
    perhaps (Data/Text/Internal/Read.hs:50)
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
  Missing documentation for:
    roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
  Missing documentation for:
    Module header
    digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
  Missing documentation for:
    chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
    validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
    validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  Missing documentation for:
    ord (Data/Text/Internal/Unsafe/Char.hs:39)
    unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
    unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
    unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
  95% ( 19 / 20) in 'Data.Text.Internal'
  Missing documentation for:
    textP (Data/Text/Internal.hs:97)
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  Missing documentation for:
    Size (Data/Text/Internal/Fusion/Size.hs:40)
    exactly (Data/Text/Internal/Fusion/Size.hs:44)
    exactSize (Data/Text/Internal/Fusion/Size.hs:49)
    maxSize (Data/Text/Internal/Fusion/Size.hs:57)
    betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
    unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
    compareSize (Data/Text/Internal/Fusion/Size.hs:143)
    isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  Missing documentation for:
    Module header
    upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
    lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
    titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
    foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  Missing documentation for:
    singleton (Data/Text/Internal/Fusion/Common.hs:119)
    streamList (Data/Text/Internal/Fusion/Common.hs:125)
    unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
    intercalate (Data/Text/Internal/Fusion/Common.hs:577)
    justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
    scanl (Data/Text/Internal/Fusion/Common.hs:656)
    replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
    replicateI (Data/Text/Internal/Fusion/Common.hs:682)
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  Missing documentation for:
    Iter (Data/Text/Unsafe.hs:62)
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  Missing documentation for:
    runText (Data/Text/Internal/Private.hs:33)
    span_ (Data/Text/Internal/Private.hs:23)
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
    length (Data/Text/Internal/Fusion.hs:127)
 100% (  4 /  4) in 'Data.Text.Show'
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  Missing documentation for:
    restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
    restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
    restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
    restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  Missing documentation for:
    ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
    ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
    ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
    chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
    chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
    chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
    validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
    validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
    validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
    validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Search'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (126 /126) in 'Data.Text'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
  Missing documentation for:
    encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
    encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
    encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
  99% (127 /128) in 'Data.Text.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
  Missing documentation for:
    append' (Data/Text/Internal/Builder.hs:288)
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
  Missing documentation for:
    Module header
    decimal (Data/Text/Lazy/Builder/Int.hs:52)
    hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    findIndicesI
Warning: Data.Text.Unsafe: could not find link destinations for:
    bracket
Warning: Data.Text: could not find link destinations for:
    replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file:
/tmp/pkgConf-text-1.2.120213037081891342723.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/text-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh
Registering text-1.2.1.3...
Installed text-1.2.1.3
Configuring th-lift-0.7.2...
Building th-lift-0.7.2...
Preprocessing library th-lift-0.7.2...
[1 of 1] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, dist/build/Language/Haskell/TH/Lift.o )
In-place registering th-lift-0.7.2...
Running Haddock for th-lift-0.7.2...
Running hscolour for th-lift-0.7.2...
Preprocessing library th-lift-0.7.2...
Preprocessing library th-lift-0.7.2...
Haddock coverage:
  50% (  3 /  6) in 'Language.Haskell.TH.Lift'
  Missing documentation for:
    Module header
    deriveLiftMany' (src/Language/Haskell/TH/Lift.hs:51)
    Lift
Documentation created: dist/doc/html/th-lift/index.html,
dist/doc/html/th-lift/th-lift.txt
Creating package registration file:
/tmp/pkgConf-th-lift-0.7556707205309667127.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/th-lift-0.7.2-GbE2jWs2LBYD2hKBn9VM4A
Registering th-lift-0.7.2...
Installed th-lift-0.7.2
Configuring vector-0.11.0.0...
Building vector-0.11.0.0...
Preprocessing library vector-0.11.0.0...
[ 1 of 21] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o )
[ 2 of 21] Compiling Data.Vector.Generic.Mutable.Base ( Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o )
[ 3 of 21] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o )
[ 4 of 21] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o )

Data/Vector/Fusion/Util.hs:19:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 5 of 21] Compiling Data.Vector.Fusion.Bundle.Size ( Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o )
[ 6 of 21] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o )
[ 7 of 21] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o )

Data/Vector/Fusion/Stream/Monadic.hs:93:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[ 8 of 21] Compiling Data.Vector.Fusion.Bundle.Monadic ( Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o )

Data/Vector/Fusion/Bundle/Monadic.hs:105:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[ 9 of 21] Compiling Data.Vector.Fusion.Bundle ( Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o )

Data/Vector/Fusion/Bundle.hs:114:1: Warning: Tab character
[10 of 21] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o )
[11 of 21] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o )
[12 of 21] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o )
[13 of 21] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o )
[14 of 21] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o )

Data/Vector/Primitive.hs:167:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[15 of 21] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o )
[16 of 21] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o )

Data/Vector/Storable.hs:172:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[17 of 21] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o )

Data/Vector/Unboxed/Base.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[18 of 21] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o )

Data/Vector/Unboxed.hs:189:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[19 of 21] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o )
[20 of 21] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o )
[21 of 21] Compiling Data.Vector      ( Data/Vector.hs, dist/build/Data/Vector.o )

Data/Vector.hs:190:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
In-place registering vector-0.11.0.0...
Running Haddock for vector-0.11.0.0...
Running hscolour for vector-0.11.0.0...
Preprocessing library vector-0.11.0.0...
Preprocessing library vector-0.11.0.0...

Data/Vector/Fusion/Util.hs:19:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Vector/Fusion/Stream/Monadic.hs:93:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Vector/Fusion/Bundle/Monadic.hs:105:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Vector/Fusion/Bundle.hs:114:1: Warning: Tab character
Haddock coverage:
  25% (  1 /  4) in 'Data.Vector.Storable.Internal'
  Missing documentation for:
    getPtr (Data/Vector/Storable/Internal.hs:22)
    setPtr (Data/Vector/Storable/Internal.hs:26)
    updPtr (Data/Vector/Storable/Internal.hs:30)
 100% (  2 /  2) in 'Data.Vector.Generic.Mutable.Base'
 100% (  3 /  3) in 'Data.Vector.Generic.Base'
 100% (  5 /  5) in 'Data.Vector.Fusion.Util'
 100% (  8 /  8) in 'Data.Vector.Fusion.Bundle.Size'
  11% (  1 /  9) in 'Data.Vector.Internal.Check'
  Missing documentation for:
    Checks (Data/Vector/Internal/Check.hs:51)
    doChecks (Data/Vector/Internal/Check.hs:75)
    error (Data/Vector/Internal/Check.hs:84)
    internalError (Data/Vector/Internal/Check.hs:89)
    check (Data/Vector/Internal/Check.hs:105)
    checkIndex (Data/Vector/Internal/Check.hs:119)
    checkLength (Data/Vector/Internal/Check.hs:133)
    checkSlice (Data/Vector/Internal/Check.hs:147)
  82% (103 /125) in 'Data.Vector.Fusion.Stream.Monadic'
  Missing documentation for:
    generate (Data/Vector/Fusion/Stream/Monadic.hs:184)
    unbox (Data/Vector/Fusion/Stream/Monadic.hs:436)
    concatMap (Data/Vector/Fusion/Stream/Monadic.hs:996)
    zipWithM_ (Data/Vector/Fusion/Stream/Monadic.hs:512)
    zipWith3M (Data/Vector/Fusion/Stream/Monadic.hs:516)
    zipWith4M (Data/Vector/Fusion/Stream/Monadic.hs:544)
    zipWith5M (Data/Vector/Fusion/Stream/Monadic.hs:551)
    zipWith6M (Data/Vector/Fusion/Stream/Monadic.hs:558)
    zipWith (Data/Vector/Fusion/Stream/Monadic.hs:566)
    zipWith3 (Data/Vector/Fusion/Stream/Monadic.hs:570)
    zipWith4 (Data/Vector/Fusion/Stream/Monadic.hs:575)
    zipWith5 (Data/Vector/Fusion/Stream/Monadic.hs:581)
    zipWith6 (Data/Vector/Fusion/Stream/Monadic.hs:587)
    zip (Data/Vector/Fusion/Stream/Monadic.hs:593)
    zip3 (Data/Vector/Fusion/Stream/Monadic.hs:597)
    zip4 (Data/Vector/Fusion/Stream/Monadic.hs:601)
    zip5 (Data/Vector/Fusion/Stream/Monadic.hs:606)
    zip6 (Data/Vector/Fusion/Stream/Monadic.hs:611)
    and (Data/Vector/Fusion/Stream/Monadic.hs:970)
    or (Data/Vector/Fusion/Stream/Monadic.hs:983)
    concatMapM (Data/Vector/Fusion/Stream/Monadic.hs:1000)
    unfoldrN (Data/Vector/Fusion/Stream/Monadic.hs:1062)
  79% (106 /135) in 'Data.Vector.Fusion.Bundle.Monadic'
  Missing documentation for:
    Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110)
    generate (Data/Vector/Fusion/Bundle/Monadic.hs:190)
    unbox (Data/Vector/Fusion/Bundle/Monadic.hs:301)
    concatMap (Data/Vector/Fusion/Bundle/Monadic.hs:595)
    zipWithM_ (Data/Vector/Fusion/Bundle/Monadic.hs:332)
    zipWith3M (Data/Vector/Fusion/Bundle/Monadic.hs:336)
    zipWith4M (Data/Vector/Fusion/Bundle/Monadic.hs:343)
    zipWith5M (Data/Vector/Fusion/Bundle/Monadic.hs:350)
    zipWith6M (Data/Vector/Fusion/Bundle/Monadic.hs:357)
    zipWith (Data/Vector/Fusion/Bundle/Monadic.hs:365)
    zipWith3 (Data/Vector/Fusion/Bundle/Monadic.hs:369)
    zipWith4 (Data/Vector/Fusion/Bundle/Monadic.hs:374)
    zipWith5 (Data/Vector/Fusion/Bundle/Monadic.hs:380)
    zipWith6 (Data/Vector/Fusion/Bundle/Monadic.hs:386)
    zip (Data/Vector/Fusion/Bundle/Monadic.hs:392)
    zip3 (Data/Vector/Fusion/Bundle/Monadic.hs:396)
    zip4 (Data/Vector/Fusion/Bundle/Monadic.hs:400)
    zip5 (Data/Vector/Fusion/Bundle/Monadic.hs:405)
    zip6 (Data/Vector/Fusion/Bundle/Monadic.hs:410)
    and (Data/Vector/Fusion/Bundle/Monadic.hs:587)
    or (Data/Vector/Fusion/Bundle/Monadic.hs:591)
    concatMapM (Data/Vector/Fusion/Bundle/Monadic.hs:599)
    fromVector (Data/Vector/Fusion/Bundle/Monadic.hs:1009)
    reVector (Data/Vector/Fusion/Bundle/Monadic.hs:1085)
    fromVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1028)
    concatVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1054)
    fromStream (Data/Vector/Fusion/Bundle/Monadic.hs:119)
    chunks (Data/Vector/Fusion/Bundle/Monadic.hs:126)
    elements (Data/Vector/Fusion/Bundle/Monadic.hs:130)
  81% ( 88 /109) in 'Data.Vector.Fusion.Bundle'
  Missing documentation for:
    Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110)
    inplace (Data/Vector/Fusion/Bundle.hs:113)
    concatMap (Data/Vector/Fusion/Bundle.hs:265)
    unbox (Data/Vector/Fusion/Bundle.hs:261)
    zipWith4 (Data/Vector/Fusion/Bundle.hs:293)
    zipWith5 (Data/Vector/Fusion/Bundle.hs:299)
    zipWith6 (Data/Vector/Fusion/Bundle.hs:305)
    zip (Data/Vector/Fusion/Bundle.hs:311)
    zip3 (Data/Vector/Fusion/Bundle.hs:315)
    zip4 (Data/Vector/Fusion/Bundle.hs:319)
    zip5 (Data/Vector/Fusion/Bundle.hs:324)
    zip6 (Data/Vector/Fusion/Bundle.hs:329)
    and (Data/Vector/Fusion/Bundle.hs:415)
    or (Data/Vector/Fusion/Bundle.hs:419)
    unsafeFromList (Data/Vector/Fusion/Bundle.hs:609)
    fromVector (Data/Vector/Fusion/Bundle.hs:613)
    reVector (Data/Vector/Fusion/Bundle.hs:617)
    fromVectors (Data/Vector/Fusion/Bundle.hs:621)
    concatVectors (Data/Vector/Fusion/Bundle.hs:625)
    zipWithM (Data/Vector/Fusion/Bundle.hs:520)
    zipWithM_ (Data/Vector/Fusion/Bundle.hs:524)
  66% ( 48 / 73) in 'Data.Vector.Generic.Mutable'
  Missing documentation for:
    init (Data/Vector/Generic/Mutable.hs:536)
    tail (Data/Vector/Generic/Mutable.hs:540)
    take (Data/Vector/Generic/Mutable.hs:515)
    drop (Data/Vector/Generic/Mutable.hs:519)
    splitAt (Data/Vector/Generic/Mutable.hs:527)
    unsafeInit (Data/Vector/Generic/Mutable.hs:554)
    unsafeTail (Data/Vector/Generic/Mutable.hs:558)
    unsafeTake (Data/Vector/Generic/Mutable.hs:562)
    unsafeDrop (Data/Vector/Generic/Mutable.hs:566)
    growFront (Data/Vector/Generic/Mutable.hs:626)
    unsafeGrowFront (Data/Vector/Generic/Mutable.hs:665)
    mstream (Data/Vector/Generic/Mutable.hs:244)
    mstreamR (Data/Vector/Generic/Mutable.hs:274)
    transform (Data/Vector/Generic/Mutable.hs:268)
    transformR (Data/Vector/Generic/Mutable.hs:303)
    fill (Data/Vector/Generic/Mutable.hs:255)
    fillR (Data/Vector/Generic/Mutable.hs:287)
    unsafeAccum (Data/Vector/Generic/Mutable.hs:848)
    accum (Data/Vector/Generic/Mutable.hs:824)
    unsafeUpdate (Data/Vector/Generic/Mutable.hs:861)
    update (Data/Vector/Generic/Mutable.hs:837)
    reverse (Data/Vector/Generic/Mutable.hs:872)
    unstablePartition (Data/Vector/Generic/Mutable.hs:881)
    unstablePartitionBundle (Data/Vector/Generic/Mutable.hs:910)
    partitionBundle (Data/Vector/Generic/Mutable.hs:938)
   5% (  1 / 20) in 'Data.Vector.Generic.New'
  Missing documentation for:
    New (Data/Vector/Generic/New.hs:40)
    create (Data/Vector/Generic/New.hs:42)
    run (Data/Vector/Generic/New.hs:46)
    runPrim (Data/Vector/Generic/New.hs:50)
    apply (Data/Vector/Generic/New.hs:54)
    modify (Data/Vector/Generic/New.hs:58)
    modifyWithBundle (Data/Vector/Generic/New.hs:62)
    unstream (Data/Vector/Generic/New.hs:67)
    transform (Data/Vector/Generic/New.hs:71)
    unstreamR (Data/Vector/Generic/New.hs:93)
    transformR (Data/Vector/Generic/New.hs:97)
    slice (Data/Vector/Generic/New.hs:119)
    init (Data/Vector/Generic/New.hs:123)
    tail (Data/Vector/Generic/New.hs:127)
    take (Data/Vector/Generic/New.hs:131)
    drop (Data/Vector/Generic/New.hs:135)
    unsafeSlice (Data/Vector/Generic/New.hs:139)
    unsafeInit (Data/Vector/Generic/New.hs:143)
    unsafeTail (Data/Vector/Generic/New.hs:147)
  93% (223 /240) in 'Data.Vector.Generic'
  Missing documentation for:
    zipWith4 (Data/Vector/Generic.hs:1069)
    zipWith5 (Data/Vector/Generic.hs:1078)
    zipWith6 (Data/Vector/Generic.hs:1090)
    izipWith3 (Data/Vector/Generic.hs:1112)
    izipWith4 (Data/Vector/Generic.hs:1120)
    izipWith5 (Data/Vector/Generic.hs:1129)
    izipWith6 (Data/Vector/Generic.hs:1141)
    zip3 (Data/Vector/Generic.hs:1159)
    zip4 (Data/Vector/Generic.hs:1164)
    zip5 (Data/Vector/Generic.hs:1169)
    zip6 (Data/Vector/Generic.hs:1175)
    unzip3 (Data/Vector/Generic.hs:1225)
    unzip4 (Data/Vector/Generic.hs:1232)
    unzip5 (Data/Vector/Generic.hs:1241)
    unzip6 (Data/Vector/Generic.hs:1251)
    dataCast (Data/Vector/Generic.hs:2080)
    mkType (Data/Vector/Generic.hs:2075)
  79% ( 41 / 52) in 'Data.Vector.Primitive.Mutable'
  Missing documen
Data/Vector/Primitive.hs:167:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Vector/Storable.hs:172:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Vector/Unboxed/Base.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Vector/Unboxed.hs:189:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Vector.hs:190:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
tation for:
    IOVector (Data/Vector/Primitive/Mutable.hs:76)
    STVector (Data/Vector/Primitive/Mutable.hs:77)
    init (Data/Vector/Primitive/Mutable.hs:164)
    tail (Data/Vector/Primitive/Mutable.hs:168)
    take (Data/Vector/Primitive/Mutable.hs:152)
    drop (Data/Vector/Primitive/Mutable.hs:156)
    splitAt (Data/Vector/Primitive/Mutable.hs:160)
    unsafeInit (Data/Vector/Primitive/Mutable.hs:190)
    unsafeTail (Data/Vector/Primitive/Mutable.hs:194)
    unsafeTake (Data/Vector/Primitive/Mutable.hs:182)
    unsafeDrop (Data/Vector/Primitive/Mutable.hs:186)
  97% (185 /191) in 'Data.Vector.Primitive'
  Missing documentation for:
    zipWith4 (Data/Vector/Primitive.hs:802)
    zipWith5 (Data/Vector/Primitive.hs:808)
    zipWith6 (Data/Vector/Primitive.hs:816)
    izipWith4 (Data/Vector/Primitive.hs:838)
    izipWith5 (Data/Vector/Primitive.hs:844)
    izipWith6 (Data/Vector/Primitive.hs:852)
  82% ( 49 / 60) in 'Data.Vector.Storable.Mutable'
  Missing documentation for:
    IOVector (Data/Vector/Storable/Mutable.hs:96)
    STVector (Data/Vector/Storable/Mutable.hs:97)
    init (Data/Vector/Storable/Mutable.hs:246)
    tail (Data/Vector/Storable/Mutable.hs:250)
    take (Data/Vector/Storable/Mutable.hs:234)
    drop (Data/Vector/Storable/Mutable.hs:238)
    splitAt (Data/Vector/Storable/Mutable.hs:242)
    unsafeInit (Data/Vector/Storable/Mutable.hs:272)
    unsafeTail (Data/Vector/Storable/Mutable.hs:276)
    unsafeTake (Data/Vector/Storable/Mutable.hs:264)
    unsafeDrop (Data/Vector/Storable/Mutable.hs:268)
  97% (194 /200) in 'Data.Vector.Storable'
  Missing documentation for:
    zipWith4 (Data/Vector/Storable.hs:812)
    zipWith5 (Data/Vector/Storable.hs:818)
    zipWith6 (Data/Vector/Storable.hs:826)
    izipWith4 (Data/Vector/Storable.hs:848)
    izipWith5 (Data/Vector/Storable.hs:854)
    izipWith6 (Data/Vector/Storable.hs:862)
  17% (  1 /  6) in 'Data.Vector.Unboxed.Base'
  Missing documentation for:
    MVector (Data/Vector/Unboxed/Base.hs:55)
    IOVector (Data/Vector/Unboxed/Base.hs:58)
    STVector (Data/Vector/Unboxed/Base.hs:59)
    Vector (Data/Vector/Unboxed/Base.hs:56)
    Unbox (Data/Vector/Unboxed/Base.hs:63)
  96% (209 /218) in 'Data.Vector.Unboxed'
  Missing documentation for:
    Vector (Data/Vector/Unboxed/Base.hs:56)
    MVector (Data/Vector/Unboxed/Base.hs:55)
    Unbox (Data/Vector/Unboxed/Base.hs:63)
    zipWith4 (Data/Vector/Unboxed.hs:849)
    zipWith5 (Data/Vector/Unboxed.hs:855)
    zipWith6 (Data/Vector/Unboxed.hs:862)
    izipWith4 (Data/Vector/Unboxed.hs:883)
    izipWith5 (Data/Vector/Unboxed.hs:889)
    izipWith6 (Data/Vector/Unboxed.hs:896)
  79% ( 50 / 63) in 'Data.Vector.Unboxed.Mutable'
  Missing documentation for:
    MVector (Data/Vector/Unboxed/Base.hs:55)
    IOVector (Data/Vector/Unboxed/Base.hs:58)
    STVector (Data/Vector/Unboxed/Base.hs:59)
    Unbox (Data/Vector/Unboxed/Base.hs:63)
    init (Data/Vector/Unboxed/Mutable.hs:102)
    tail (Data/Vector/Unboxed/Mutable.hs:106)
    take (Data/Vector/Unboxed/Mutable.hs:90)
    drop (Data/Vector/Unboxed/Mutable.hs:94)
    splitAt (Data/Vector/Unboxed/Mutable.hs:98)
    unsafeInit (Data/Vector/Unboxed/Mutable.hs:128)
    unsafeTail (Data/Vector/Unboxed/Mutable.hs:132)
    unsafeTake (Data/Vector/Unboxed/Mutable.hs:120)
    unsafeDrop (Data/Vector/Unboxed/Mutable.hs:124)
  78% ( 40 / 51) in 'Data.Vector.Mutable'
  Missing documentation for:
    IOVector (Data/Vector/Mutable.hs:70)
    STVector (Data/Vector/Mutable.hs:71)
    init (Data/Vector/Mutable.hs:222)
    tail (Data/Vector/Mutable.hs:226)
    take (Data/Vector/Mutable.hs:210)
    drop (Data/Vector/Mutable.hs:214)
    splitAt (Data/Vector/Mutable.hs:219)
    unsafeInit (Data/Vector/Mutable.hs:247)
    unsafeTail (Data/Vector/Mutable.hs:251)
    unsafeTake (Data/Vector/Mutable.hs:239)
    unsafeDrop (Data/Vector/Mutable.hs:243)
  94% (207 /220) in 'Data.Vector'
  Missing documentation for:
    zipWith4 (Data/Vector.hs:944)
    zipWith5 (Data/Vector.hs:949)
    zipWith6 (Data/Vector.hs:955)
    izipWith4 (Data/Vector.hs:973)
    izipWith5 (Data/Vector.hs:978)
    izipWith6 (Data/Vector.hs:984)
    zip4 (Data/Vector.hs:1000)
    zip5 (Data/Vector.hs:1005)
    zip6 (Data/Vector.hs:1010)
    unzip3 (Data/Vector.hs:1023)
    unzip4 (Data/Vector.hs:1027)
    unzip5 (Data/Vector.hs:1031)
    unzip6 (Data/Vector.hs:1036)
Warning: Data.Vector.Unboxed: could not find link destinations for:
    TFCo:R:VectorBool V_Bool TFCo:R:VectorChar V_Char TFCo:R:VectorDouble V_Double TFCo:R:VectorFloat V_Float TFCo:R:VectorInt V_Int TFCo:R:VectorInt8 V_Int8 TFCo:R:VectorInt16 V_Int16 TFCo:R:VectorInt32 V_Int32 TFCo:R:VectorInt64 V_Int64 TFCo:R:VectorWord V_Word TFCo:R:VectorWord8 V_Word8 TFCo:R:VectorWord16 V_Word16 TFCo:R:VectorWord32 V_Word32 TFCo:R:VectorWord64 V_Word64 TFCo:R:Vector() V_Unit TFCo:R:VectorComplex V_Complex TFCo:R:Vector(,) V_2 TFCo:R:Vector(,,) V_3 TFCo:R:Vector(,,,) V_4 TFCo:R:Vector(,,,,) V_5 TFCo:R:Vector(,,,,,) V_6 TFCo:R:MVectorsBool MV_Bool TFCo:R:MVectorsChar MV_Char TFCo:R:MVectorsDouble MV_Double TFCo:R:MVectorsFloat MV_Float TFCo:R:MVectorsWord64 MV_Word64 TFCo:R:MVectorsWord32 MV_Word32 TFCo:R:MVectorsWord16 MV_Word16 TFCo:R:MVectorsWord8 MV_Word8 TFCo:R:MVectorsWord MV_Word TFCo:R:MVectorsInt64 MV_Int64 TFCo:R:MVectorsInt32 MV_Int32 TFCo:R:MVectorsInt16 MV_Int16 TFCo:R:MVectorsInt8 MV_Int8 TFCo:R:MVectorsInt MV_Int TFCo:R:MVectors() MV_Unit TFCo:R:MVectorsComplex MV_Complex TFCo:R:MVectors(,) MV_2 TFCo:R:MVectors(,,) MV_3 TFCo:R:MVectors(,,,) MV_4 TFCo:R:MVectors(,,,,) MV_5 TFCo:R:MVectors(,,,,,) MV_6
Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for:
    TFCo:R:MVectorsBool MV_Bool TFCo:R:MVectorsChar MV_Char TFCo:R:MVectorsDouble MV_Double TFCo:R:MVectorsFloat MV_Float TFCo:R:MVectorsWord64 MV_Word64 TFCo:R:MVectorsWord32 MV_Word32 TFCo:R:MVectorsWord16 MV_Word16 TFCo:R:MVectorsWord8 MV_Word8 TFCo:R:MVectorsWord MV_Word TFCo:R:MVectorsInt64 MV_Int64 TFCo:R:MVectorsInt32 MV_Int32 TFCo:R:MVectorsInt16 MV_Int16 TFCo:R:MVectorsInt8 MV_Int8 TFCo:R:MVectorsInt MV_Int TFCo:R:MVectors() MV_Unit TFCo:R:MVectorsComplex MV_Complex TFCo:R:MVectors(,) MV_2 TFCo:R:MVectors(,,) MV_3 TFCo:R:MVectors(,,,) MV_4 TFCo:R:MVectors(,,,,) MV_5 TFCo:R:MVectors(,,,,,) MV_6
Documentation created: dist/doc/html/vector/index.html,
dist/doc/html/vector/vector.txt
Creating package registration file:
/tmp/pkgConf-vector-0.11.0429363923547772603.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/vector-0.11.0.0-A9qWf1eecPQGJD12EBZIxF
Registering vector-0.11.0.0...
Installed vector-0.11.0.0
Configuring th-expand-syns-0.3.0.6...
Building th-expand-syns-0.3.0.6...
Preprocessing library th-expand-syns-0.3.0.6...
[1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, dist/build/Language/Haskell/TH/ExpandSyns.o )
In-place registering th-expand-syns-0.3.0.6...
Running Haddock for th-expand-syns-0.3.0.6...
Running hscolour for th-expand-syns-0.3.0.6...
Preprocessing library th-expand-syns-0.3.0.6...
Preprocessing library th-expand-syns-0.3.0.6...
Haddock coverage:
  88% (  7 /  8) in 'Language.Haskell.TH.ExpandSyns'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/th-expand-syns/index.html,
dist/doc/html/th-expand-syns/th-expand-syns.txt
Creating package registration file:
/tmp/pkgConf-th-expand-syns-0.3.013622434281101709878.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/th-expand-syns-0.3.0.6-2KwkCxh24850VpZjHwVPTk
Registering th-expand-syns-0.3.0.6...
Installed th-expand-syns-0.3.0.6
Configuring hashable-1.2.3.3...
Building hashable-1.2.3.3...
Preprocessing library hashable-1.2.3.3...
[1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )

Data/Hashable/Class.hs:54:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Hashable/Class.hs:218:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:241:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:420:28: Warning:
    In the use of ‘B.inlinePerformIO’
    (imported from Data.ByteString.Internal):
    Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
[2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o )

Data/Hashable/Generic.hs:20:1: Warning:
    The import of ‘Bits’ from module ‘Data.Bits’ is redundant
[3 of 3] Compiling Data.Hashable    ( Data/Hashable.hs, dist/build/Data/Hashable.o )
In-place registering hashable-1.2.3.3...
Running Haddock for hashable-1.2.3.3...
Running hscolour for hashable-1.2.3.3...
Preprocessing library hashable-1.2.3.3...
Preprocessing library hashable-1.2.3.3...

Data/Hashable/Class.hs:54:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Hashable/Class.hs:218:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:241:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:420:28: Warning:
    In the use of ‘B.inlinePerformIO’
    (imported from Data.ByteString.Internal):
    Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."

Data/Hashable/Generic.hs:20:1: Warning:
    The import of ‘Bits’ from module ‘Data.Bits’ is redundant
Haddock coverage:
 100% ( 11 / 11) in 'Data.Hashable.Class'
 100% (  1 /  1) in 'Data.Hashable.Generic'
 100% ( 22 / 22) in 'Data.Hashable'
Warning: Data.Hashable: could not find link destinations for:
    GHashable
Documentation created: dist/doc/html/hashable/index.html,
dist/doc/html/hashable/hashable.txt
Creating package registration file:
/tmp/pkgConf-hashable-1.2.31893244856642112110.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hashable-1.2.3.3-2GTZqecVp8NJZrNuKzGxfy
Registering hashable-1.2.3.3...
Installed hashable-1.2.3.3
Configuring parsec-3.1.9...
Building parsec-3.1.9...
Preprocessing library parsec-3.1.9...
[ 1 of 25] Compiling Text.Parsec.Pos  ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o )
[ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/Parsec/Error.o )
[ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o )
[ 4 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/build/Text/Parsec/Prim.o )
[ 5 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o )
[ 6 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o )
[ 7 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o )
[ 8 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o )
[ 9 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o )
[10 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o )
[11 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o )
[12 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o )
[13 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o )
[14 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o )
[15 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o )
[16 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o )
[17 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o )
[18 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o )
[19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o )
[20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o )
[21 of 25] Compiling Text.Parsec      ( Text/Parsec.hs, dist/build/Text/Parsec.o )
[22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/build/Text/Parsec/Language.o )

Text/Parsec/Language.hs:44:30: Warning: Tab character

Text/Parsec/Language.hs:45:26: Warning: Tab character

Text/Parsec/Language.hs:46:27: Warning: Tab character

Text/Parsec/Language.hs:58:1: Warning: Tab character

Text/Parsec/Language.hs:58:31: Warning: Tab character

Text/Parsec/Language.hs:59:1: Warning: Tab character

Text/Parsec/Language.hs:59:29: Warning: Tab character

Text/Parsec/Language.hs:60:1: Warning: Tab character

Text/Parsec/Language.hs:60:30: Warning: Tab character

Text/Parsec/Language.hs:61:1: Warning: Tab character

Text/Parsec/Language.hs:62:1: Warning: Tab character

Text/Parsec/Language.hs:62:29: Warning: Tab character

Text/Parsec/Language.hs:63:1: Warning: Tab character

Text/Parsec/Language.hs:63:30: Warning: Tab character

Text/Parsec/Language.hs:64:1: Warning: Tab character

Text/Parsec/Language.hs:65:1: Warning: Tab character

Text/Parsec/Language.hs:67:1: Warning: Tab character

Text/Parsec/Language.hs:109:1: Warning: Tab character

Text/Parsec/Language.hs:109:30: Warning: Tab character

Text/Parsec/Language.hs:110:1: Warning: Tab character

Text/Parsec/Language.hs:110:32: Warning: Tab character

Text/Parsec/Language.hs:111:5: Warning: Tab character

Text/Parsec/Language.hs:112:5: Warning: Tab character

Text/Parsec/Language.hs:113:5: Warning: Tab character

Text/Parsec/Language.hs:114:5: Warning: Tab character

Text/Parsec/Language.hs:146:1: Warning: Tab character

Text/Parsec/Language.hs:147:1: Warning: Tab character

Text/Parsec/Language.hs:148:1: Warning: Tab character

Text/Parsec/Language.hs:150:1: Warning: Tab character
[23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist/build/Text/ParserCombinators/Parsec/Language.o )
[24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist/build/Text/Parsec/Perm.o )
[25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist/build/Text/ParserCombinators/Parsec/Perm.o )
In-place registering parsec-3.1.9...
Running Haddock for parsec-3.1.9...
Running hscolour for parsec-3.1.9...
Preprocessing library parsec-3.1.9...
Preprocessing library parsec-3.1.9...

Text/Parsec/Language.hs:44:30: Warning: Tab character

Text/Parsec/Language.hs:45:26: Warning: Tab character

Text/Parsec/Language.hs:46:27: Warning: Tab character

Text/Parsec/Language.hs:58:1: Warning: Tab character

Text/Parsec/Language.hs:58:31: Warning: Tab character

Text/Parsec/Language.hs:59:1: Warning: Tab character

Text/Parsec/Language.hs:59:29: Warning: Tab character

Text/Parsec/Language.hs:60:1: Warning: Tab character

Text/Parsec/Language.hs:60:30: Warning: Tab character

Text/Parsec/Language.hs:61:1: Warning: Tab character

Text/Parsec/Language.hs:62:1: Warning: Tab character

Text/Parsec/Language.hs:62:29: Warning: Tab character

Text/Parsec/Language.hs:63:1: Warning: Tab character

Text/Parsec/Language.hs:63:30: Warning: Tab character

Text/Parsec/Language.hs:64:1: Warning: Tab character

Text/Parsec/Language.hs:65:1: Warning: Tab character

Text/Parsec/Language.hs:67:1: Warning: Tab character

Text/Parsec/Language.hs:109:1: Warning: Tab character

Text/Parsec/Language.hs:109:30: Warning: Tab character

Text/Parsec/Language.hs:110:1: Warning: Tab character

Text/Parsec/Language.hs:110:32: Warning: Tab character

Text/Parsec/Language.hs:111:5: Warning: Tab character

Text/Parsec/Language.hs:112:5: Warning: Tab character

Text/Parsec/Language.hs:113:5: Warning: Tab character

Text/Parsec/Language.hs:114:5: Warning: Tab character

Text/Parsec/Language.hs:146:1: Warning: Tab character

Text/Parsec/Language.hs:147:1: Warning: Tab character

Text/Parsec/Language.hs:148:1: Warning: Tab character

Text/Parsec/Language.hs:150:1: Warning: Tab character
Haddock coverage:
  82% ( 14 / 17) in 'Text.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
  43% (  6 / 14) in 'Text.Parsec.Error'
  Missing documentation for:
    errorIsUnknown (Text/Parsec/Error.hs:110)
    showErrorMessages (Text/Parsec/Error.hs:173)
    newErrorMessage (Text/Parsec/Error.hs:120)
    newErrorUnknown (Text/Parsec/Error.hs:116)
    addErrorMessage (Text/Parsec/Error.hs:124)
    setErrorPos (Text/Parsec/Error.hs:128)
    setErrorMessage (Text/Parsec/Error.hs:132)
    mergeError (Text/Parsec/Error.hs:136)
  38% (  6 / 16) in 'Text.ParserCombinators.Parsec.Error'
  Missing documentation for:
    messageCompare (Text/ParserCombinators/Parsec/Error.hs:36)
    messageEq (Text/ParserCombinators/Parsec/Error.hs:39)
    errorIsUnknown (Text/Parsec/Error.hs:110)
    showErrorMessages (Text/Parsec/Error.hs:173)
    newErrorMessage (Text/Parsec/Error.hs:120)
    newErrorUnknown (Text/Parsec/Error.hs:116)
    addErrorMessage (Text/Parsec/Error.hs:124)
    setErrorPos (Text/Parsec/Error.hs:128)
    setErrorMessage (Text/Parsec/Error.hs:132)
    mergeError (Text/Parsec/Error.hs:136)
  64% ( 32 / 50) in 'Text.Parsec.Prim'
  Missing documentation for:
    unknownError (Text/Parsec/Prim.hs:91)
    sysUnExpectError (Text/Parsec/Prim.hs:94)
    Parsec (Text/Parsec/Prim.hs:152)
    Consumed (Text/Parsec/Prim.hs:154)
    Reply (Text/Parsec/Prim.hs:157)
    State (Text/Parsec/Prim.hs:160)
    parsecMap (Text/Parsec/Prim.hs:177)
    parserReturn (Text/Parsec/Prim.hs:221)
    parserBind (Text/Parsec/Prim.hs:226)
    mergeErrorReply (Text/Parsec/Prim.hs:266)
    parserFail (Text/Parsec/Prim.hs:272)
    parserPlus (Text/Parsec/Prim.hs:290)
    labels (Text/Parsec/Prim.hs:345)
    tokens (Text/Parsec/Prim.hs:396)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    manyAccum (Text/Parsec/Prim.hs:592)
    runPT (Text/Parsec/Prim.hs:610)
    runP (Text/Parsec/Prim.hs:624)
 100% ( 24 / 24) in 'Text.Parsec.Combinator'
 100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator'
  50% (  2 /  4) in 'Text.Parsec.String'
  Missing documentation for:
    Parser (Text/Parsec/String.hs:22)
    GenParser (Text/Parsec/String.hs:23)
  50% (  2 /  4) in 'Text.Parsec.ByteString'
  Missing documentation for:
    Parser (Text/Parsec/ByteString.hs:24)
    GenParser (Text/Parsec/ByteString.hs:25)
  50% (  2 /  4) in 'Text.Parsec.ByteString.Lazy'
  Missing documentation for:
    Parser (Text/Parsec/ByteString/Lazy.hs:24)
    GenParser (Text/Parsec/ByteString/Lazy.hs:25)
  33% (  1 /  3) in 'Text.Parsec.Text'
  Missing documentation for:
    Parser (Text/Parsec/Text.hs:23)
    GenParser (Text/Parsec/Text.hs:24)
  33% (  1 /  3) in 'Text.Parsec.Text.Lazy'
  Missing documentation for:
    Parser (Text/Parsec/Text/Lazy.hs:23)
    GenParser (Text/Parsec/Text/Lazy.hs:24)
 100% (  5 /  5) in 'Text.Parsec.Expr'
  70% ( 21 / 30) in 'Text.ParserCombinators.Parsec.Prim'
  Missing documentation for:
    Parser (Text/Parsec/String.hs:22)
    GenParser (Text/Parsec/String.hs:23)
    runParser (Text/ParserCombinators/Parsec/Prim.hs:57)
    tokens (Text/Parsec/Prim.hs:396)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    try (Text/ParserCombinators/Parsec/Prim.hs:64)
    labels (Text/Parsec/Prim.hs:345)
    pzero (Text/ParserCombinators/Parsec/Prim.hs:54)
    State (Text/Parsec/Prim.hs:160)
  82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
 100% ( 20 / 20) in 'Text.Parsec.Char'
  67% (  4 /  6) in 'Text.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:38)
    TokenParser (Text/Parsec/Token.hs:106)
  67% (  4 /  6) in 'Text.ParserCombinators.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:38)
    TokenParser (Text/Parsec/Token.hs:106)
  95% ( 18 / 19) in 'Text.ParserCombinators.Parsec.Char'
  Missing documentation for:
    CharParser (Text/ParserCombinators/Parsec/Char.hs:40)
  83% ( 15 / 18) in 'Text.ParserCombinators.Parsec'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
  40% (  2 /  5) in 'Text.ParserCombinators.Parsec.Expr'
  Missing documentation for:
    Operator (Text/ParserCombinators/Parsec/Expr.hs:28)
    OperatorTable (Text/ParserCombinators/Parsec/Expr.hs:32)
    buildExpressionParser (Text/ParserCombinators/Parsec/Expr.hs:39)
  78% ( 73 / 94) in 'Text.Parsec'
  Missing documentation for:
    Parsec (Text/Parsec/Prim.hs:152)
    tokens (Text/Parsec/Prim.hs:396)
    labels (Text/Parsec/Prim.hs:345)
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
    manyAccum (Text/Parsec/Prim.hs:592)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    runPT (Text/Parsec/Prim.hs:610)
    unknownError (Text/Parsec/Prim.hs:91)
    sysUnExpectError (Text/Parsec/Prim.hs:94)
    mergeErrorReply (Text/Parsec/Prim.hs:266)
    runP (Text/Parsec/Prim.hs:624)
    Consumed (Text/Parsec/Prim.hs:154)
    Reply (Text/Parsec/Prim.hs:157)
    State (Text/Parsec/Prim.hs:160)
    parsecMap (Text/Parsec/Prim.hs:177)
    parserReturn (Text/Parsec/Prim.hs:221)
    parserBind (Text/Parsec/Prim.hs:226)
    parserFail (Text/Parsec/Prim.hs:272)
    parserPlus (Text/Parsec/Prim.hs:290)
  80% (  8 / 10) in 'Text.Parsec.Language'
  Missing documentation for:
    emptyDef (Text/Parsec/Language.hs:79)
    LanguageDef (Text/Parsec/Token.hs:38)
  80% (  8 / 10) in 'Text.ParserCombinators.Parsec.Language'
  Missing documentation for:
    emptyDef (Text/Parsec/Language.hs:79)
    LanguageDef (Text/Parsec/Token.hs:38)
 100% (  8 /  8) in 'Text.Parsec.Perm'
 100% (  7 /  7) in 'Text.ParserCombinators.Parsec.Perm'
Documentation created: dist/doc/html/parsec/index.html,
dist/doc/html/parsec/parsec.txt
Creating package registration file:
/tmp/pkgConf-parsec-3.11923775275170253681.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/parsec-3.1.9-8fSmqig53hOL2SEu1k9Tv0
Registering parsec-3.1.9...
Installed parsec-3.1.9
Configuring th-reify-many-0.1.3...
Building th-reify-many-0.1.3...
Preprocessing library th-reify-many-0.1.3...
[1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, dist/build/Language/Haskell/TH/ReifyMany/Internal.o )
[2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, dist/build/Language/Haskell/TH/ReifyMany.o )

src/Language/Haskell/TH/ReifyMany.hs:100:9: Warning:
    In the use of ‘report’
    (imported from Language.Haskell.TH, but defined in Language.Haskell.TH.Syntax):
    Deprecated: "Use reportError or reportWarning instead"
In-place registering th-reify-many-0.1.3...
Running Haddock for th-reify-many-0.1.3...
Running hscolour for th-reify-many-0.1.3...
Preprocessing library th-reify-many-0.1.3...
Preprocessing library th-reify-many-0.1.3...

src/Language/Haskell/TH/ReifyMany.hs:100:9: Warning:
    In the use of ‘report’
    (imported from Language.Haskell.TH, but defined in Language.Haskell.TH.Syntax):
    Deprecated: "Use reportError or reportWarning instead"
Haddock coverage:
  92% ( 11 / 12) in 'Language.Haskell.TH.ReifyMany.Internal'
  Missing documentation for:
    Module header
 100% (  4 /  4) in 'Language.Haskell.TH.ReifyMany'
Documentation created: dist/doc/html/th-reify-many/index.html,
dist/doc/html/th-reify-many/th-reify-many.txt
Creating package registration file:
/tmp/pkgConf-th-reify-many-0.112023762501896236448.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/th-reify-many-0.1.3-Aa1VzVT1Vp9I3gkP30mdha
Registering th-reify-many-0.1.3...
Installed th-reify-many-0.1.3
Configuring scientific-0.3.4.0...
Building scientific-0.3.4.0...
Preprocessing library scientific-0.3.4.0...
[1 of 5] Compiling Utils            ( src/Utils.hs, dist/build/Utils.o )
[2 of 5] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o )
[3 of 5] Compiling Data.Scientific  ( src/Data/Scientific.hs, dist/build/Data/Scientific.o )
[4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o )
[5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o )
In-place registering scientific-0.3.4.0...
Running Haddock for scientific-0.3.4.0...
Running hscolour for scientific-0.3.4.0...
Preprocessing library scientific-0.3.4.0...
Preprocessing library scientific-0.3.4.0...
Haddock coverage:
  33% (  1 /  3) in 'Utils'
  Missing documentation for:
    Module header
    roundTo (src/Utils.hs:12)
 100% (  2 /  2) in 'Math.NumberTheory.Logarithms'
 100% ( 24 / 24) 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
Warning: Data.Scientific: could not find link destinations for:
    whenFloating
Documentation created: dist/doc/html/scientific/index.html,
dist/doc/html/scientific/scientific.txt
Creating package registration file:
/tmp/pkgConf-scientific-0.3.416081126441238241306.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/scientific-0.3.4.0-1bxijzbiQeBJiD7yrWN0ed
Registering scientific-0.3.4.0...
Installed scientific-0.3.4.0
Configuring unordered-containers-0.2.5.1...
Building unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...
[1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.o )
[2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o )
[3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o )
[4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o )
[5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o )

Data/HashMap/Base.hs:85:1: Warning:
    The import of ‘Data.Functor’ is redundant
      except perhaps to import instances from ‘Data.Functor’
    To import instances alone, use: import Data.Functor()
[6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o )
[7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o )
[8 of 8] Compiling Data.HashSet     ( Data/HashSet.hs, dist/build/Data/HashSet.o )
In-place registering unordered-containers-0.2.5.1...
Running Haddock for unordered-containers-0.2.5.1...
Running hscolour for unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...

Data/HashMap/Base.hs:85:1: Warning:
    The import of ‘Data.Functor’ is redundant
      except perhaps to import instances from ‘Data.Functor’
    To import instances alone, use: import Data.Functor()
Haddock coverage:
   0% (  0 /  3) in 'Data.HashMap.UnsafeShift'
  Missing documentation for:
    Module header
    unsafeShiftL (Data/HashMap/UnsafeShift.hs:10)
    unsafeShiftR (Data/HashMap/UnsafeShift.hs:14)
  50% (  1 /  2) in 'Data.HashMap.PopCount'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.HashMap.Unsafe'
  38% ( 14 / 37) in 'Data.HashMap.Array'
  Missing documentation for:
    Array (Data/HashMap/Array.hs:102)
    MArray (Data/HashMap/Array.hs:127)
    new_ (Data/HashMap/Array.hs:174)
    singleton (Data/HashMap/Array.hs:177)
    singletonM (Data/HashMap/Array.hs:181)
    pair (Data/HashMap/Array.hs:185)
    length (Data/HashMap/Array.hs:113)
    lengthM (Data/HashMap/Array.hs:135)
    read (Data/HashMap/Array.hs:192)
    write (Data/HashMap/Array.hs:198)
    index (Data/HashMap/Array.hs:205)
    indexM (Data/HashMap/Array.hs:211)
    unsafeFreeze (Data/HashMap/Array.hs:217)
    unsafeThaw (Data/HashMap/Array.hs:223)
    run (Data/HashMap/Array.hs:229)
    run2 (Data/HashMap/Array.hs:233)
    foldl' (Data/HashMap/Array.hs:335)
    foldr (Data/HashMap/Array.hs:343)
    thaw (Data/HashMap/Array.hs:355)
    map (Data/HashMap/Array.hs:388)
    traverse (Data/HashMap/Array.hs:431)
    filter (Data/HashMap/Array.hs:436)
    toList (Data/HashMap/Array.hs:428)
  87% ( 54 / 62) in 'Data.HashMap.Base'
  Missing documentation for:
    Module header
    Leaf (Data/HashMap/Base.hs:124)
    Hash (Data/HashMap/Base.hs:177)
    Bitmap (Data/HashMap/Base.hs:178)
    mask (Data/HashMap/Base.hs:1094)
    bitsPerSubkey (Data/HashMap/Base.hs:1082)
    sparseIndex (Data/HashMap/Base.hs:1091)
    updateOrConcatWith (Data/HashMap/Base.hs:1003)
 100% ( 46 / 46) in 'Data.HashMap.Strict'
 100% ( 46 / 46) in 'Data.HashMap.Lazy'
 100% ( 27 / 27) in 'Data.HashSet'
Documentation created: dist/doc/html/unordered-containers/index.html,
dist/doc/html/unordered-containers/unordered-containers.txt
Creating package registration file:
/tmp/pkgConf-unordered-containers-0.2.519795752602129768394.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/unordered-containers-0.2.5.1-7E41cj9RvqSJeZ4jSnbs1a
Registering unordered-containers-0.2.5.1...
Installed unordered-containers-0.2.5.1
Configuring units-parser-0.1.0.0...
Building units-parser-0.1.0.0...
Preprocessing library units-parser-0.1.0.0...
[1 of 1] Compiling Text.Parse.Units ( Text/Parse/Units.hs, dist/build/Text/Parse/Units.o )
In-place registering units-parser-0.1.0.0...
Running Haddock for units-parser-0.1.0.0...
Running hscolour for units-parser-0.1.0.0...
Preprocessing library units-parser-0.1.0.0...
Preprocessing library units-parser-0.1.0.0...
Haddock coverage:
  86% ( 12 / 14) in 'Text.Parse.Units'
  Missing documentation for:
    lex (Text/Parse/Units.hs:165)
    unitStringParser (Text/Parse/Units.hs:278)
Warning: Text.Parse.Units: could not find link destinations for:
    Token UnitStringParser_UnitExp
Documentation created: dist/doc/html/units-parser/index.html,
dist/doc/html/units-parser/units-parser.txt
Creating package registration file:
/tmp/pkgConf-units-parser-0.1.0720936636505631809.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/units-parser-0.1.0.0-I0FY9sSXROj4Kuw0J3Tjbs
Registering units-parser-0.1.0.0...
Installed units-parser-0.1.0.0
Configuring th-orphans-0.12.2...
Building th-orphans-0.12.2...
Preprocessing library th-orphans-0.12.2...
[1 of 1] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, dist/build/Language/Haskell/TH/Instances.o )

src/Language/Haskell/TH/Instances.hs:57:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
In-place registering th-orphans-0.12.2...
Running Haddock for th-orphans-0.12.2...
Running hscolour for th-orphans-0.12.2...
Preprocessing library th-orphans-0.12.2...
Preprocessing library th-orphans-0.12.2...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1

src/Language/Haskell/TH/Instances.hs:57:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
Haddock coverage:
 100% (  1 /  1) in 'Language.Haskell.TH.Instances'
Documentation created: dist/doc/html/th-orphans/index.html,
dist/doc/html/th-orphans/th-orphans.txt
Creating package registration file:
/tmp/pkgConf-th-orphans-0.12159177679063473287.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/th-orphans-0.12.2-1oeh2oZWzBPB24ISkXgBBm
Registering th-orphans-0.12.2...
Installed th-orphans-0.12.2
Configuring attoparsec-0.13.0.1...
Building attoparsec-0.13.0.1...
Preprocessing library attoparsec-0.13.0.1...
[ 1 of 21] Compiling Data.Attoparsec.Text.FastSet ( Data/Attoparsec/Text/FastSet.hs, dist/build/Data/Attoparsec/Text/FastSet.o )
[ 2 of 21] Compiling Data.Attoparsec.Internal.Fhthagn ( Data/Attoparsec/Internal/Fhthagn.hs, dist/build/Data/Attoparsec/Internal/Fhthagn.o )
[ 3 of 21] Compiling Data.Attoparsec.Text.Buffer ( Data/Attoparsec/Text/Buffer.hs, dist/build/Data/Attoparsec/Text/Buffer.o )
[ 4 of 21] Compiling Data.Attoparsec.ByteString.Buffer ( Data/Attoparsec/ByteString/Buffer.hs, dist/build/Data/Attoparsec/ByteString/Buffer.o )
[ 5 of 21] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o )
[ 6 of 21] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o )
[ 7 of 21] Compiling Data.Attoparsec.ByteString.FastSet ( Data/Attoparsec/ByteString/FastSet.hs, dist/build/Data/Attoparsec/ByteString/FastSet.o )
[ 8 of 21] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o )
[ 9 of 21] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o )
[10 of 21] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o )
[11 of 21] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o )
[12 of 21] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o )
[13 of 21] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o )
[14 of 21] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o )
[15 of 21] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o )
[16 of 21] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o )
[17 of 21] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o )
[18 of 21] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o )
[19 of 21] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o )
[20 of 21] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o )
[21 of 21] Compiling Data.Attoparsec  ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o )
In-place registering attoparsec-0.13.0.1...
Running Haddock for attoparsec-0.13.0.1...
Running hscolour for attoparsec-0.13.0.1...
Preprocessing library attoparsec-0.13.0.1...
Preprocessing library attoparsec-0.13.0.1...
Haddock coverage:
  67% (  6 /  9) in 'Data.Attoparsec.Text.FastSet'
  Missing documentation for:
    FastSet (Data/Attoparsec/Text/FastSet.hs:27)
    fromList (Data/Attoparsec/Text/FastSet.hs:29)
    charClass (Data/Attoparsec/Text/FastSet.hs:37)
  50% (  1 /  2) in 'Data.Attoparsec.Internal.Fhthagn'
  Missing documentation for:
    Module header
  36% (  4 / 11) in 'Data.Attoparsec.Text.Buffer'
  Missing documentation for:
    Buffer (Data/Attoparsec/Text/Buffer.hs:58)
    unbuffer (Data/Attoparsec/Text/Buffer.hs:75)
    unbufferAt (Data/Attoparsec/Text/Buffer.hs:78)
    length (Data/Attoparsec/Text/Buffer.hs:120)
    pappend (Data/Attoparsec/Text/Buffer.hs:93)
    substring (Data/Attoparsec/Text/Buffer.hs:124)
    dropWord16 (Data/Attoparsec/Text/Buffer.hs:131)
  22% (  2 /  9) in 'Data.Attoparsec.ByteString.Buffer'
  Missing documentation for:
    Buffer (Data/Attoparsec/ByteString/Buffer.hs:71)
    unbuffer (Data/Attoparsec/ByteString/Buffer.hs:88)
    pappend (Data/Attoparsec/ByteString/Buffer.hs:101)
    length (Data/Attoparsec/ByteString/Buffer.hs:134)
    unsafeIndex (Data/Attoparsec/ByteString/Buffer.hs:138)
    substring (Data/Attoparsec/ByteString/Buffer.hs:143)
    unsafeDrop (Data/Attoparsec/ByteString/Buffer.hs:150)
  89% (  8 /  9) in 'Data.Attoparsec.Zepto'
  Missing documentation for:
    Parser (Data/Attoparsec/Zepto.hs:69)
 100% (  2 /  2) in 'Data.Attoparsec.Number'
  69% (  9 / 13) in 'Data.Attoparsec.ByteString.FastSet'
  Missing documentation for:
    FastSet (Data/Attoparsec/ByteString/FastSet.hs:44)
    fromList (Data/Attoparsec/ByteString/FastSet.hs:62)
    fromSet (Data/Attoparsec/ByteString/FastSet.hs:44)
    charClass (Data/Attoparsec/ByteString/FastSet.hs:111)
  50% (  5 / 10) in 'Data.Attoparsec.Internal.Types'
  Missing documentation for:
    State (Data/Attoparsec/Internal/Types.hs:118)
    Failure (Data/Attoparsec/Internal/Types.hs:122)
    Success (Data/Attoparsec/Internal/Types.hs:124)
    Pos (Data/Attoparsec/Internal/Types.hs:46)
    <> (Data/Attoparsec/Internal/Types.hs:209)
 100% (  4 /  4) in 'Data.Attoparsec.Types'
 100% (  9 /  9) in 'Data.Attoparsec.Internal'
 100% ( 24 / 24) in 'Data.Attoparsec.Combinator'
  93% ( 39 / 42) in 'Data.Attoparsec.ByteString.Internal'
  Missing documentation for:
    Parser (Data/Attoparsec/ByteString/Internal.hs:95)
    Result (Data/Attoparsec/ByteString/Internal.hs:96)
    storable (Data/Attoparsec/ByteString/Internal.hs:138)
  95% ( 39 / 41) in 'Data.Attoparsec.Text.Internal'
  Missing documentation for:
    Parser (Data/Attoparsec/Text/Internal.hs:89)
    Result (Data/Attoparsec/Text/Internal.hs:90)
  98% ( 90 / 92) in 'Data.Attoparsec.Text'
  Missing documentation for:
    Parser (Data/Attoparsec/Text/Internal.hs:89)
    Result (Data/Attoparsec/Text/Internal.hs:90)
 100% (  9 /  9) in 'Data.Attoparsec.Text.Lazy'
  97% ( 66 / 68) in 'Data.Attoparsec.ByteString'
  Missing documentation for:
    Parser (Data/Attoparsec/ByteString/Internal.hs:95)
    Result (Data/Attoparsec/ByteString/Internal.hs:96)
  98% ( 91 / 93) in 'Data.Attoparsec.ByteString.Char8'
  Missing documentation for:
    Parser (Data/Attoparsec/ByteString/Internal.hs:95)
    Result (Data/Attoparsec/ByteString/Internal.hs:96)
 100% (  2 /  2) in 'Data.Attoparsec.Char8'
 100% (  9 /  9) in 'Data.Attoparsec.ByteString.Lazy'
 100% (  2 /  2) in 'Data.Attoparsec.Lazy'
 100% (  2 /  2) in 'Data.Attoparsec'
Documentation created: dist/doc/html/attoparsec/index.html,
dist/doc/html/attoparsec/attoparsec.txt
Creating package registration file:
/tmp/pkgConf-attoparsec-0.13.013950110531954515802.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/attoparsec-0.13.0.1-6FrI4eCXn6mHgtc3q8xerq
Registering attoparsec-0.13.0.1...
Installed attoparsec-0.13.0.1
Configuring semigroups-0.17.0.1...
Building semigroups-0.17.0.1...
Preprocessing library semigroups-0.17.0.1...
[1 of 3] Compiling Data.List.NonEmpty ( src/Data/List/NonEmpty.hs, dist/build/Data/List/NonEmpty.o )
[2 of 3] Compiling Data.Semigroup   ( src/Data/Semigroup.hs, dist/build/Data/Semigroup.o )
[3 of 3] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, dist/build/Data/Semigroup/Generic.o )
In-place registering semigroups-0.17.0.1...
Running Haddock for semigroups-0.17.0.1...
Running hscolour for semigroups-0.17.0.1...
Preprocessing library semigroups-0.17.0.1...
Preprocessing library semigroups-0.17.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1
Haddock coverage:
  95% ( 69 / 73) in 'Data.List.NonEmpty'
  Missing documentation for:
    NonEmpty (src/Data/List/NonEmpty.hs:177)
    length (src/Data/List/NonEmpty.hs:222)
    unfoldr (src/Data/List/NonEmpty.hs:253)
    xor (src/Data/List/NonEmpty.hs:226)
  83% ( 25 / 30) in 'Data.Semigroup'
  Missing documentation for:
    Semigroup (src/Data/Semigroup.hs:181)
    Min (src/Data/Semigroup.hs:419)
    Max (src/Data/Semigroup.hs:504)
    ArgMin (src/Data/Semigroup.hs:605)
    ArgMax (src/Data/Semigroup.hs:606)
  60% (  3 /  5) in 'Data.Semigroup.Generic'
  Missing documentation for:
    GSemigroup (src/Data/Semigroup/Generic.hs:39)
    GMonoid (src/Data/Semigroup/Generic.hs:69)
Warning: Data.Semigroup: could not find link destinations for:
    Max Min D1Dual C1_0Dual S1_0_0Dual D1Endo C1_0Endo S1_0_0Endo D1All C1_0All S1_0_0All D1Any C1_0Any S1_0_0Any D1Sum C1_0Sum S1_0_0Sum D1Product C1_0Product S1_0_0Product
Warning: Data.Semigroup.Generic: could not find link destinations for:
    gmappend' gmempty'
Documentation created: dist/doc/html/semigroups/index.html,
dist/doc/html/semigroups/semigroups.txt
Creating package registration file:
/tmp/pkgConf-semigroups-0.17.01644730116282723354.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/semigroups-0.17.0.1-7ZJSgZ5CNVm8tWmGAujY46
Registering semigroups-0.17.0.1...
Installed semigroups-0.17.0.1
Configuring th-desugar-1.5.4.1...
Building th-desugar-1.5.4.1...
Preprocessing library th-desugar-1.5.4.1...
[1 of 8] Compiling Language.Haskell.TH.Desugar.Util ( Language/Haskell/TH/Desugar/Util.hs, dist/build/Language/Haskell/TH/Desugar/Util.o )
[2 of 8] Compiling Language.Haskell.TH.Desugar.Reify ( Language/Haskell/TH/Desugar/Reify.hs, dist/build/Language/Haskell/TH/Desugar/Reify.o )
[3 of 8] Compiling Language.Haskell.TH.Desugar.Core ( Language/Haskell/TH/Desugar/Core.hs, dist/build/Language/Haskell/TH/Desugar/Core.o )
[4 of 8] Compiling Language.Haskell.TH.Desugar.Match ( Language/Haskell/TH/Desugar/Match.hs, dist/build/Language/Haskell/TH/Desugar/Match.o )
[5 of 8] Compiling Language.Haskell.TH.Desugar.Sweeten ( Language/Haskell/TH/Desugar/Sweeten.hs, dist/build/Language/Haskell/TH/Desugar/Sweeten.o )
[6 of 8] Compiling Language.Haskell.TH.Desugar.Expand ( Language/Haskell/TH/Desugar/Expand.hs, dist/build/Language/Haskell/TH/Desugar/Expand.o )
[7 of 8] Compiling Language.Haskell.TH.Desugar ( Language/Haskell/TH/Desugar.hs, dist/build/Language/Haskell/TH/Desugar.o )
[8 of 8] Compiling Language.Haskell.TH.Desugar.Lift ( Language/Haskell/TH/Desugar/Lift.hs, dist/build/Language/Haskell/TH/Desugar/Lift.o )
In-place registering th-desugar-1.5.4.1...
Running Haddock for th-desugar-1.5.4.1...
Running hscolour for th-desugar-1.5.4.1...
Preprocessing library th-desugar-1.5.4.1...
Preprocessing library th-desugar-1.5.4.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1
Haddock coverage:
  66% ( 21 / 32) in 'Language.Haskell.TH.Desugar.Util'
  Missing documentation for:
    Module header
    mapMaybeM (Language/Haskell/TH/Desugar/Util.hs:260)
    expectJustM (Language/Haskell/TH/Desugar/Util.hs:269)
    liftSndM (Language/Haskell/TH/Desugar/Util.hs:238)
    liftThdOf3M (Language/Haskell/TH/Desugar/Util.hs:247)
    liftSnd (Language/Haskell/TH/Desugar/Util.hs:235)
    liftThdOf3 (Language/Haskell/TH/Desugar/Util.hs:244)
    splitAtList (Language/Haskell/TH/Desugar/Util.hs:228)
    freeNamesOfTypes (Language/Haskell/TH/Desugar/Util.hs:206)
    thdOf3 (Language/Haskell/TH/Desugar/Util.hs:241)
    firstMatch (Language/Haskell/TH/Desugar/Util.hs:273)
  93% ( 13 / 14) in 'Language.Haskell.TH.Desugar.Reify'
  Missing documentation for:
    Module header
  86% ( 63 / 73) in 'Language.Haskell.TH.Desugar.Core'
  Missing documentation for:
    Module header
    DInstanceDec (Language/Haskell/TH/Desugar/Core.hs:192)
    mk_tuple_stmt (Language/Haskell/TH/Desugar/Core.hs:464)
    mk_tuple_pat (Language/Haskell/TH/Desugar/Core.hs:469)
    fixBug8884ForFamilies (Language/Haskell/TH/Desugar/Core.hs:584)
    fixBug8884ForInstances (Language/Haskell/TH/Desugar/Core.hs:608)
    fixBug8884ForEqn (Language/Haskell/TH/Desugar/Core.hs:613)
    reorderFields (Language/Haskell/TH/Desugar/Core.hs:903)
    reorderFieldsPat (Language/Haskell/TH/Desugar/Core.hs:906)
    reorderFields' (Language/Haskell/TH/Desugar/Core.hs:910)
  67% (  2 /  3) in 'Language.Haskell.TH.Desugar.Match'
  Missing documentation for:
    Module header
  12% (  2 / 17) in 'Language.Haskell.TH.Desugar.Sweeten'
  Missing documentation for:
    expToTH (Language/Haskell/TH/Desugar/Sweeten.hs:42)
    matchToTH (Language/Haskell/TH/Desugar/Sweeten.hs:57)
    patToTH (Language/Haskell/TH/Desugar/Sweeten.hs:60)
    decsToTH (Language/Haskell/TH/Desugar/Sweeten.hs:68)
    letDecToTH (Language/Haskell/TH/Desugar/Sweeten.hs:117)
    typeToTH (Language/Haskell/TH/Desugar/Sweeten.hs:172)
    kindToTH (Language/Haskell/TH/Desugar/Sweeten.hs:209)
    conToTH (Language/Haskell/TH/Desugar/Sweeten.hs:123)
    foreignToTH (Language/Haskell/TH/Desugar/Sweeten.hs:131)
    pragmaToTH (Language/Haskell/TH/Desugar/Sweeten.hs:136)
    ruleBndrToTH (Language/Haskell/TH/Desugar/Sweeten.hs:154)
    clauseToTH (Language/Haskell/TH/Desugar/Sweeten.hs:169)
    tvbToTH (Language/Haskell/TH/Desugar/Sweeten.hs:181)
    cxtToTH (Language/Haskell/TH/Desugar/Sweeten.hs:185)
    predToTH (Language/Haskell/TH/Desugar/Sweeten.hs:188)
 100% (  8 /  8) in 'Language.Haskell.TH.Desugar.Expand'
  98% ( 99 /101) in 'Language.Haskell.TH.Desugar'
  Missing documentation for:
    DInstanceDec (Language/Haskell/TH/Desugar/Core.hs:192)
    AnnTarget
 100% (  1 /  1) in 'Language.Haskell.TH.Desugar.Lift'
Warning: Language.Haskell.TH.Desugar: could not find link destinations for:
    D1Role C1_0Role C1_1Role C1_2Role C1_3Role D1AnnTarget C1_0AnnTarget C1_1AnnTarget C1_2AnnTarget
Documentation created: dist/doc/html/th-desugar/index.html,
dist/doc/html/th-desugar/th-desugar.txt
Creating package registration file:
/tmp/pkgConf-th-desugar-1.5.4806176022322569755.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/th-desugar-1.5.4.1-BbYUqrMMt3Q3ziMLi95TC8
Registering th-desugar-1.5.4.1...
Installed th-desugar-1.5.4.1
Configuring void-0.7.1...
Building void-0.7.1...
Preprocessing library void-0.7.1...
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o )
In-place registering void-0.7.1...
Running Haddock for void-0.7.1...
Running hscolour for void-0.7.1...
Preprocessing library void-0.7.1...
Preprocessing library void-0.7.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1
Haddock coverage:
 100% (  3 /  3) in 'Data.Void.Unsafe'
Documentation created: dist/doc/html/void/index.html,
dist/doc/html/void/void.txt
Creating package registration file: /tmp/pkgConf-void-0.71666992709103087854.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/void-0.7.1-9yhpMnPXpwdEXb0fUkPcv6
Registering void-0.7.1...
Installed void-0.7.1
Configuring singletons-1.1.2.1...
Building singletons-1.1.2.1...
Preprocessing library singletons-1.1.2.1...
[ 1 of 45] Compiling Data.Singletons.SuppressUnusedWarnings ( src/Data/Singletons/SuppressUnusedWarnings.hs, dist/build/Data/Singletons/SuppressUnusedWarnings.o )
[ 2 of 45] Compiling Data.Singletons.Void ( src/Data/Singletons/Void.hs, dist/build/Data/Singletons/Void.o )
[ 3 of 45] Compiling Data.Singletons.Util ( src/Data/Singletons/Util.hs, dist/build/Data/Singletons/Util.o )
[ 4 of 45] Compiling Data.Singletons.Syntax ( src/Data/Singletons/Syntax.hs, dist/build/Data/Singletons/Syntax.o )
[ 5 of 45] Compiling Data.Singletons.Types ( src/Data/Singletons/Types.hs, dist/build/Data/Singletons/Types.o )
[ 6 of 45] Compiling Data.Singletons  ( src/Data/Singletons.hs, dist/build/Data/Singletons.o )
[ 7 of 45] Compiling Data.Singletons.Decide ( src/Data/Singletons/Decide.hs, dist/build/Data/Singletons/Decide.o )
[ 8 of 45] Compiling Data.Singletons.Names ( src/Data/Singletons/Names.hs, dist/build/Data/Singletons/Names.o )
[ 9 of 45] Compiling Data.Singletons.Promote.Monad ( src/Data/Singletons/Promote/Monad.hs, dist/build/Data/Singletons/Promote/Monad.o )
[10 of 45] Compiling Data.Singletons.Single.Monad ( src/Data/Singletons/Single/Monad.hs, dist/build/Data/Singletons/Single/Monad.o )
[11 of 45] Compiling Data.Singletons.Promote.Eq ( src/Data/Singletons/Promote/Eq.hs, dist/build/Data/Singletons/Promote/Eq.o )
[12 of 45] Compiling Data.Singletons.Promote.Ord ( src/Data/Singletons/Promote/Ord.hs, dist/build/Data/Singletons/Promote/Ord.o )
[13 of 45] Compiling Data.Singletons.Promote.Bounded ( src/Data/Singletons/Promote/Bounded.hs, dist/build/Data/Singletons/Promote/Bounded.o )
[14 of 45] Compiling Data.Singletons.Promote.Type ( src/Data/Singletons/Promote/Type.hs, dist/build/Data/Singletons/Promote/Type.o )
[15 of 45] Compiling Data.Singletons.Promote.Defun ( src/Data/Singletons/Promote/Defun.hs, dist/build/Data/Singletons/Promote/Defun.o )
[16 of 45] Compiling Data.Singletons.Promote ( src/Data/Singletons/Promote.hs, dist/build/Data/Singletons/Promote.o )
[17 of 45] Compiling Data.Promotion.Prelude.Bounded ( src/Data/Promotion/Prelude/Bounded.hs, dist/build/Data/Promotion/Prelude/Bounded.o )
[18 of 45] Compiling Data.Singletons.Single.Type ( src/Data/Singletons/Single/Type.hs, dist/build/Data/Singletons/Single/Type.o )
[19 of 45] Compiling Data.Singletons.Single.Eq ( src/Data/Singletons/Single/Eq.hs, dist/build/Data/Singletons/Single/Eq.o )
[20 of 45] Compiling Data.Singletons.Single.Data ( src/Data/Singletons/Single/Data.hs, dist/build/Data/Singletons/Single/Data.o )
[21 of 45] Compiling Data.Singletons.Single ( src/Data/Singletons/Single.hs, dist/build/Data/Singletons/Single.o )
[22 of 45] Compiling Data.Singletons.Prelude.Instances ( src/Data/Singletons/Prelude/Instances.hs, dist/build/Data/Singletons/Prelude/Instances.o )
[23 of 45] Compiling Data.Singletons.Prelude.Bool ( src/Data/Singletons/Prelude/Bool.hs, dist/build/Data/Singletons/Prelude/Bool.o )
[24 of 45] Compiling Data.Singletons.Prelude.Eq ( src/Data/Singletons/Prelude/Eq.hs, dist/build/Data/Singletons/Prelude/Eq.o )
[25 of 45] Compiling Data.Singletons.CustomStar ( src/Data/Singletons/CustomStar.hs, dist/build/Data/Singletons/CustomStar.o )
[26 of 45] Compiling Data.Promotion.Prelude.Eq ( src/Data/Promotion/Prelude/Eq.hs, dist/build/Data/Promotion/Prelude/Eq.o )
[27 of 45] Compiling Data.Promotion.Prelude.Bool ( src/Data/Promotion/Prelude/Bool.hs, dist/build/Data/Promotion/Prelude/Bool.o )
[28 of 45] Compiling Data.Singletons.TypeRepStar ( src/Data/Singletons/TypeRepStar.hs, dist/build/Data/Singletons/TypeRepStar.o )
[29 of 45] Compiling Data.Singletons.Prelude.Ord ( src/Data/Singletons/Prelude/Ord.hs, dist/build/Data/Singletons/Prelude/Ord.o )
[30 of 45] Compiling Data.Promotion.Prelude.Ord ( src/Data/Promotion/Prelude/Ord.hs, dist/build/Data/Promotion/Prelude/Ord.o )
[31 of 45] Compiling Data.Singletons.TypeLits ( src/Data/Singletons/TypeLits.hs, dist/build/Data/Singletons/TypeLits.o )
[32 of 45] Compiling Data.Singletons.TH ( src/Data/Singletons/TH.hs, dist/build/Data/Singletons/TH.o )
[33 of 45] Compiling Data.Singletons.Prelude.Base ( src/Data/Singletons/Prelude/Base.hs, dist/build/Data/Singletons/Prelude/Base.o )
[34 of 45] Compiling Data.Singletons.Prelude.Either ( src/Data/Singletons/Prelude/Either.hs, dist/build/Data/Singletons/Prelude/Either.o )
[35 of 45] Compiling Data.Promotion.Prelude.Either ( src/Data/Promotion/Prelude/Either.hs, dist/build/Data/Promotion/Prelude/Either.o )
[36 of 45] Compiling Data.Singletons.Prelude.Tuple ( src/Data/Singletons/Prelude/Tuple.hs, dist/build/Data/Singletons/Prelude/Tuple.o )
[37 of 45] Compiling Data.Promotion.Prelude.Tuple ( src/Data/Promotion/Prelude/Tuple.hs, dist/build/Data/Promotion/Prelude/Tuple.o )
[38 of 45] Compiling Data.Promotion.Prelude.Base ( src/Data/Promotion/Prelude/Base.hs, dist/build/Data/Promotion/Prelude/Base.o )
[39 of 45] Compiling Data.Singletons.Prelude.List ( src/Data/Singletons/Prelude/List.hs, dist/build/Data/Singletons/Prelude/List.o )
[40 of 45] Compiling Data.Singletons.Prelude.Maybe ( src/Data/Singletons/Prelude/Maybe.hs, dist/build/Data/Singletons/Prelude/Maybe.o )
[41 of 45] Compiling Data.Singletons.Prelude ( src/Data/Singletons/Prelude.hs, dist/build/Data/Singletons/Prelude.o )
[42 of 45] Compiling Data.Promotion.Prelude.List ( src/Data/Promotion/Prelude/List.hs, dist/build/Data/Promotion/Prelude/List.o )
[43 of 45] Compiling Data.Promotion.Prelude.Maybe ( src/Data/Promotion/Prelude/Maybe.hs, dist/build/Data/Promotion/Prelude/Maybe.o )
[44 of 45] Compiling Data.Promotion.Prelude ( src/Data/Promotion/Prelude.hs, dist/build/Data/Promotion/Prelude.o )
[45 of 45] Compiling Data.Promotion.TH ( src/Data/Promotion/TH.hs, dist/build/Data/Promotion/TH.o )
In-place registering singletons-1.1.2.1...
Running Haddock for singletons-1.1.2.1...
Running hscolour for singletons-1.1.2.1...
Preprocessing library singletons-1.1.2.1...
Preprocessing library singletons-1.1.2.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1
Haddock coverage:
  50% (  1 /  2) in 'Data.Singletons.SuppressUnusedWarnings'
  Missing documentation for:
    Module header
 100% (  5 /  5) in 'Data.Singletons.Void'
   2% (  1 / 57) in 'Data.Singletons.Util'
  Missing documentation for:
    Module header
    basicTypes (src/Data/Singletons/Util.hs:35)
    boundedBasicTypes (src/Data/Singletons/Util.hs:41)
    qReportWarning (src/Data/Singletons/Util.hs:54)
    qReportError (src/Data/Singletons/Util.hs:58)
    checkForRep (src/Data/Singletons/Util.hs:73)
    checkForRepInDecls (src/Data/Singletons/Util.hs:80)
    tysOfConFields (src/Data/Singletons/Util.hs:84)
    extractNameArgs (src/Data/Singletons/Util.hs:89)
    extractNameTypes (src/Data/Singletons/Util.hs:93)
    isUpcase (src/Data/Singletons/Util.hs:97)
    upcase (src/Data/Singletons/Util.hs:101)
    toUpcaseStr (src/Data/Singletons/Util.hs:105)
    noPrefix (src/Data/Singletons/Util.hs:127)
    locase (src/Data/Singletons/Util.hs:131)
    prefixUCName (src/Data/Singletons/Util.hs:141)
    prefixLCName (src/Data/Singletons/Util.hs:148)
    suffixName (src/Data/Singletons/Util.hs:156)
    uniquePrefixes (src/Data/Singletons/Util.hs:165)
    extractTvbKind (src/Data/Singletons/Util.hs:190)
    extractTvbName (src/Data/Singletons/Util.hs:195)
    inferKind (src/Data/Singletons/Util.hs:200)
    unravel (src/Data/Singletons/Util.hs:212)
    ravel (src/Data/Singletons/Util.hs:222)
    countArgs (src/Data/Singletons/Util.hs:228)
    addStar (src/Data/Singletons/Util.hs:231)
    addStar_maybe (src/Data/Singletons/Util.hs:234)
    foldType (src/Data/Singletons/Util.hs:238)
    foldExp (src/Data/Singletons/Util.hs:242)
    isVarK (src/Data/Singletons/Util.hs:246)
    isFunTy (src/Data/Singletons/Util.hs:251)
    orIfEmpty (src/Data/Singletons/Util.hs:257)
    emptyMatches (src/Data/Singletons/Util.hs:262)
    multiCase (src/Data/Singletons/Util.hs:267)
    wrapDesugar (src/Data/Singletons/Util.hs:273)
    QWithAux (src/Data/Singletons/Util.hs:279)
     (src/Data/Singletons/Util.hs:284)
     (src/Data/Singletons/Util.hs:308)
    comp1 (src/Data/Singletons/Util.hs:312)
    comp2 (src/Data/Singletons/Util.hs:315)
    evalWithoutAux (src/Data/Singletons/Util.hs:319)
    evalForAux (src/Data/Singletons/Util.hs:323)
    evalForPair (src/Data/Singletons/Util.hs:328)
    addBinding (src/Data/Singletons/Util.hs:332)
    addElement (src/Data/Singletons/Util.hs:336)
    concatMapM (src/Data/Singletons/Util.hs:341)
    listify (src/Data/Singletons/Util.hs:348)
    fstOf3 (src/Data/Singletons/Util.hs:351)
    liftFst (src/Data/Singletons/Util.hs:354)
    liftSnd (src/Data/Singletons/Util.hs:357)
    snocView (src/Data/Singletons/Util.hs:360)
    partitionWith (src/Data/Singletons/Util.hs:365)
    partitionWithM (src/Data/Singletons/Util.hs:373)
    partitionLetDecs (src/Data/Singletons/Util.hs:382)
    mapAndUnzip3M (src/Data/Singletons/Util.hs:386)
    isHsLetter (src/Data/Singletons/Util.hs:394)
   0% (  0 / 29) in 'Data.Singletons.Syntax'
  Missing documentation for:
    Module header
    VarPromotions (src/Data/Singletons/Syntax.hs:26)
    DataDecl (src/Data/Singletons/Syntax.hs:29)
    ClassDecl (src/Data/Singletons/Syntax.hs:30)
    InstDecl (src/Data/Singletons/Syntax.hs:31)
    PartitionedDecs (src/Data/Singletons/Syntax.hs:33)
     (src/Data/Singletons/Syntax.hs:40)
    partitionDecs (src/Data/Singletons/Syntax.hs:46)
    partitionDec (src/Data/Singletons/Syntax.hs:49)
    partitionClassDec (src/Data/Singletons/Syntax.hs:70)
    partitionInstanceDec (src/Data/Singletons/Syntax.hs:82)
    ADExp (src/Data/Singletons/Syntax.hs:100)
    ADMatch (src/Data/Singletons/Syntax.hs:113)
    ADClause (src/Data/Singletons/Syntax.hs:114)
    AnnotationFlag (src/Data/Singletons/Syntax.hs:117)
    Annotated (src/Data/Singletons/Syntax.hs:120)
    Unannotated (src/Data/Singletons/Syntax.hs:121)
    IfAnn (src/Data/Singletons/Syntax.hs:123)
    ALetDecRHS (src/Data/Singletons/Syntax.hs:127)
    ULetDecRHS (src/Data/Singletons/Syntax.hs:133)
    LetDecEnv (src/Data/Singletons/Syntax.hs:135)
    ALetDecEnv (src/Data/Singletons/Syntax.hs:141)
    ULetDecEnv (src/Data/Singletons/Syntax.hs:142)
     (src/Data/Singletons/Syntax.hs:144)
    valueBinding (src/Data/Singletons/Syntax.hs:149)
    typeBinding (src/Data/Singletons/Syntax.hs:152)
    infixDecl (src/Data/Singletons/Syntax.hs:155)
    emptyLetDecEnv (src/Data/Singletons/Syntax.hs:158)
    buildLetDecEnv (src/Data/Singletons/Syntax.hs:161)
 100% (  7 /  7) in 'Data.Singletons.Types'
  57% ( 32 / 56) in 'Data.Singletons'
  Missing documentation for:
    TyCon3 (src/Data/Singletons.hs:168)
    TyCon4 (src/Data/Singletons.hs:169)
    TyCon5 (src/Data/Singletons.hs:170)
    TyCon6 (src/Data/Singletons.hs:171)
    TyCon7 (src/Data/Singletons.hs:172)
    singFun2 (src/Data/Singletons.hs:217)
    singFun3 (src/Data/Singletons.hs:221)
    singFun4 (src/Data/Singletons.hs:225)
    singFun5 (src/Data/Singletons.hs:229)
    singFun6 (src/Data/Singletons.hs:233)
    singFun7 (src/Data/Singletons.hs:237)
    unSingFun2 (src/Data/Singletons.hs:245)
    unSingFun3 (src/Data/Singletons.hs:248)
    unSingFun4 (src/Data/Singletons.hs:251)
    unSingFun5 (src/Data/Singletons.hs:254)
    unSingFun6 (src/Data/Singletons.hs:257)
    unSingFun7 (src/Data/Singletons.hs:260)
    SingFunction1 (src/Data/Singletons.hs:202)
    SingFunction2 (src/Data/Singletons.hs:216)
    SingFunction3 (src/Data/Singletons.hs:220)
    SingFunction4 (src/Data/Singletons.hs:224)
    SingFunction5 (src/Data/Singletons.hs:228)
    SingFunction6 (src/Data/Singletons.hs:232)
    SingFunction7 (src/Data/Singletons.hs:236)
 100% (  8 /  8) in 'Data.Singletons.Decide'
   0% (  0 / 81) in 'Data.Singletons.Names'
  Missing documentation for:
    Module header
    anyTypeName (src/Data/Singletons/Names.hs:24)
    boolName (src/Data/Singletons/Names.hs:24)
    andName (src/Data/Singletons/Names.hs:24)
    tyEqName (src/Data/Singletons/Names.hs:24)
    tyCompareName (src/Data/Singletons/Names.hs:24)
    tyminBoundName (src/Data/Singletons/Names.hs:24)
    tymaxBoundName (src/Data/Singletons/Names.hs:24)
    repName (src/Data/Singletons/Names.hs:24)
    nilName (src/Data/Singletons/Names.hs:24)
    consName (src/Data/Singletons/Names.hs:24)
    listName (src/Data/Singletons/Names.hs:24)
    tyFunName (src/Data/Singletons/Names.hs:24)
    applyName (src/Data/Singletons/Names.hs:24)
    symbolName (src/Data/Singletons/Names.hs:24)
    undefinedName (src/Data/Singletons/Names.hs:24)
    typeRepName (src/Data/Singletons/Names.hs:24)
    stringName (src/Data/Singletons/Names.hs:24)
    eqName (src/Data/Singletons/Names.hs:24)
    ordName (src/Data/Singletons/Names.hs:24)
    boundedName (src/Data/Singletons/Names.hs:24)
    orderingName (src/Data/Singletons/Names.hs:24)
    ordLTSymName (src/Data/Singletons/Names.hs:24)
    ordEQSymName (src/Data/Singletons/Names.hs:24)
    ordGTSymName (src/Data/Singletons/Names.hs:24)
    singFamilyName (src/Data/Singletons/Names.hs:24)
    singIName (src/Data/Singletons/Names.hs:24)
    singMethName (src/Data/Singletons/Names.hs:24)
    demoteRepName (src/Data/Singletons/Names.hs:24)
    singKindClassName (src/Data/Singletons/Names.hs:24)
    sEqClassName (src/Data/Singletons/Names.hs:24)
    sEqMethName (src/Data/Singletons/Names.hs:24)
    sconsName (src/Data/Singletons/Names.hs:24)
    snilName (src/Data/Singletons/Names.hs:24)
    sIfName (src/Data/Singletons/Names.hs:24)
    kProxyDataName (src/Data/Singletons/Names.hs:24)
    kProxyTypeName (src/Data/Singletons/Names.hs:24)
    proxyTypeName (src/Data/Singletons/Names.hs:24)
    proxyDataName (src/Data/Singletons/Names.hs:24)
    someSingTypeName (src/Data/Singletons/Names.hs:24)
    someSingDataName (src/Data/Singletons/Names.hs:24)
    sListName (src/Data/Singletons/Names.hs:24)
    sDecideClassName (src/Data/Singletons/Names.hs:24)
    sDecideMethName (src/Data/Singletons/Names.hs:24)
    provedName (src/Data/Singletons/Names.hs:24)
    disprovedName (src/Data/Singletons/Names.hs:24)
    reflName (src/Data/Singletons/Names.hs:24)
    toSingName (src/Data/Singletons/Names.hs:24)
    fromSingName (src/Data/Singletons/Names.hs:24)
    equalityName (src/Data/Singletons/Names.hs:24)
    applySingName (src/Data/Singletons/Names.hs:24)
    suppressClassName (src/Data/Singletons/Names.hs:24)
    suppressMethodName (src/Data/Singletons/Names.hs:24)
    tyThenCmpName (src/Data/Singletons/Names.hs:24)
    kindOfName (src/Data/Singletons/Names.hs:24)
    mkTupleName (src/Data/Singletons/Names.hs:93)
    promoteValNameLhs (src/Data/Singletons/Names.hs:98)
    promoteValNameLhsPrefix (src/Data/Singletons/Names.hs:102)
    promoteValRhs (src/Data/Singletons/Names.hs:107)
    promoteTySym (src/Data/Singletons/Names.hs:119)
    promoteClassName (src/Data/Singletons/Names.hs:140)
    classTvsName (src/Data/Singletons/Names.hs:145)
    mkTyName (src/Data/Singletons/Names.hs:148)
    falseTySym (src/Data/Singletons/Names.hs:154)
    trueTySym (src/Data/Singletons/Names.hs:157)
    boolKi (src/Data/Singletons/Names.hs:160)
    andTySym (src/Data/Singletons/Names.hs:163)
    inferKindTV (src/Data/Singletons/Names.hs:169)
    inferMaybeKindTV (src/Data/Singletons/Names.hs:178)
    unknownResult (src/Data/Singletons/Names.hs:191)
    singDataConName (src/Data/Singletons/Names.hs:200)
    singTyConName (src/Data/Singletons/Names.hs:208)
    singClassName (src/Data/Singletons/Names.hs:215)
    singValName (src/Data/Singletons/Names.hs:218)
    kindParam (src/Data/Singletons/Names.hs:225)
    proxyFor (src/Data/Singletons/Names.hs:228)
    singFamily (src/Data/Singletons/Names.hs:231)
    singKindConstraint (src/Data/Singletons/Names.hs:234)
    demote (src/Data/Singletons/Names.hs:237)
    apply (src/Data/Singletons/Names.hs:240)
    foldApply (src/Data/Singletons/Names.hs:245)
   0% (  0 / 13) in 'Data.Singletons.Promote.Monad'
  Missing documentation for:
    Module header
    PrM (src/Data/Singletons/Promote/Monad.hs:50)
    promoteM (src/Data/Singletons/Promote/Monad.hs:130)
    promoteM_ (src/Data/Singletons/Promote/Monad.hs:137)
    promoteMDecs (src/Data/Singletons/Promote/Monad.hs:143)
    VarPromotions (src/Data/Singletons/Syntax.hs:26)
    allLocals (src/Data/Singletons/Promote/Monad.hs:88)
    emitDecs (src/Data/Singletons/Promote/Monad.hs:99)
    emitDecsM (src/Data/Singletons/Promote/Monad.hs:102)
    lambdaBind (src/Data/Singletons/Promote/Monad.hs:109)
    LetBind (src/Data/Singletons/Promote/Monad.hs:117)
    letBind (src/Data/Singletons/Promote/Monad.hs:118)
    lookupVarE (src/Data/Singletons/Promote/Monad.hs:123)
   0% (  0 / 13) in 'Data.Singletons.Single.Monad'
  Missing documentation for:
    Module header
    SgM (src/Data/Singletons/Single/Monad.hs:49)
    bindLets (src/Data/Singletons/Single/Monad.hs:84)
    bindTyVars (src/Data/Singletons/Single/Monad.hs:161)
    bindTyVarsClause (src/Data/Singletons/Single/Monad.hs:136)
    lookupVarE (src/Data/Singletons/Single/Monad.hs:168)
    lookupConE (src/Data/Singletons/Single/Monad.hs:171)
    wrapSingFun (src/Data/Singletons/Single/Monad.hs:189)
    wrapUnSingFun (src/Data/Singletons/Single/Monad.hs:204)
    singM (src/Data/Singletons/Single/Monad.hs:219)
    singDecsM (src/Data/Singletons/Single/Monad.hs:226)
    emitDecs (src/Data/Singletons/Promote/Monad.hs:99)
    emitDecsM (src/Data/Singletons/Promote/Monad.hs:102)
   0% (  0 /  2) in 'Data.Singletons.Promote.Eq'
  Missing documentation for:
    Module header
    mkEqTypeInstance (src/Data/Singletons/Promote/Eq.hs:32)
  33% (  1 /  3) in 'Data.Singletons.Promote.Ord'
  Missing documentation for:
    mkOrdTypeInstance (src/Data/Singletons/Promote/Ord.hs:23)
    mkOrdTySynEqn (src/Data/Singletons/Promote/Ord.hs:34)
  50% (  1 /  2) in 'Data.Singletons.Promote.Bounded'
  Missing documentation for:
    mkBoundedTypeInstance (src/Data/Singletons/Promote/Bounded.hs:23)
   0% (  0 /  2) in 'Data.Singletons.Promote.Type'
  Missing documentation for:
    Module header
    promoteType (src/Data/Singletons/Promote/Type.hs:18)
   0% (  0 / 10) in 'Data.Singletons.Promote.Defun'
  Missing documentation for:
    Module header
    defunInfo (src/Data/Singletons/Promote/Defun.hs:21)
    buildDefunSyms (src/Data/Singletons/Promote/Defun.hs:31)
    buildDefunSymsDataD (src/Data/Singletons/Promote/Defun.hs:49)
    defunctionalize (src/Data/Singletons/Promote/Defun.hs:97)
    buildTyFun (src/Data/Singletons/Promote/Defun.hs:167)
    buildTyFun_maybe (src/Data/Singletons/Promote/Defun.hs:170)
    tyFunArity (src/Data/Singletons/Promote/Defun.hs:177)
    isTyFun (src/Data/Singletons/Promote/Defun.hs:184)
    ravelTyFun (src/Data/Singletons/Promote/Defun.hs:191)
  37% ( 10 / 27) in 'Data.Singletons.Promote'
  Missing documentation for:
    Module header
    promoteInfo (src/Data/Singletons/Promote.hs:126)
    promoteDecs (src/Data/Singletons/Promote.hs:172)
    promoteDataDecs (src/Data/Singletons/Promote.hs:187)
    promoteLetDecs (src/Data/Singletons/Promote.hs:201)
    promoteDataDec (src/Data/Singletons/Promote.hs:227)
    promoteClassDec (src/Data/Singletons/Promote.hs:267)
    promoteInstanceDec (src/Data/Singletons/Promote.hs:315)
    promoteMethod (src/Data/Singletons/Promote.hs:354)
    promoteLetDecEnv (src/Data/Singletons/Promote.hs:417)
    promoteInfixDecl (src/Data/Singletons/Promote.hs:444)
    promoteLetDecRHS (src/Data/Singletons/Promote.hs:453)
    promoteClause (src/Data/Singletons/Promote.hs:535)
    promoteMatch (src/Data/Singletons/Promote.hs:545)
    promotePat (src/Data/Singletons/Promote.hs:556)
    promoteExp (src/Data/Singletons/Promote.hs:581)
    promoteLit (src/Data/Singletons/Promote.hs:635)
  40% (  2 /  5) in 'Data.Promotion.Prelude.Bounded'
  Missing documentation for:
    PBounded (src/Data/Promotion/Prelude/Bounded.hs:29)
    MaxBoundSym0 (src/Data/Promotion/Prelude/Bounded.hs:29)
    MinBoundSym0 (src/Data/Promotion/Prelude/Bounded.hs:29)
   0% (  0 /  5) in 'Data.Singletons.Single.Type'
  Missing documentation for:
    Module header
    TopLevelFlag (src/Data/Singletons/Single/Type.hs:19)
    singType (src/Data/Singletons/Single/Type.hs:21)
    singPred (src/Data/Singletons/Single/Type.hs:51)
    singPredRec (src/Data/Singletons/Single/Type.hs:54)
   0% (  0 /  7) in 'Data.Singletons.Single.Eq'
  Missing documentation for:
    Module header
    EqualityClassDesc (src/Data/Singletons/Single/Eq.hs:19)
    sEqClassDesc (src/Data/Singletons/Single/Eq.hs:20)
    sDecideClassDesc (src/Data/Singletons/Single/Eq.hs:20)
    mkEqualityInstance (src/Data/Singletons/Single/Eq.hs:25)
    mkEqMethClause (src/Data/Singletons/Single/Eq.hs:50)
    mkDecideMethClause (src/Data/Singletons/Single/Eq.hs:76)
   0% (  0 /  3) in 'Data.Singletons.Single.Data'
  Missing documentation for:
    Module header
    singDataD (src/Data/Singletons/Single/Data.hs:26)
    singCtor (src/Data/Singletons/Single/Data.hs:107)
  39% (  9 / 23) in 'Data.Singletons.Single'
  Missing documentation for:
    Module header
    singEqualityInstance (src/Data/Singletons/Single.hs:133)
    singInfo (src/Data/Singletons/Single.hs:147)
    singTopLevelDecs (src/Data/Singletons/Single.hs:159)
    buildDataLets (src/Data/Singletons/Single.hs:181)
    buildMethLets (src/Data/Singletons/Single.hs:198)
    singLetDecEnv (src/Data/Singletons/Single.hs:202)
    singClause (src/Data/Singletons/Single.hs:274)
    PatternContext (src/Data/Singletons/Single.hs:298)
    checkIfBrainWillExplode (src/Data/Singletons/Single.hs:303)
    singPat (src/Data/Singletons/Single.hs:310)
    singExp (src/Data/Singletons/Single.hs:338)
    singMatch (src/Data/Singletons/Single.hs:357)
    singLit (src/Data/Singletons/Single.hs:365)
   0% (  0 /181) in 'Data.Singletons.Prelude.Instances'
  Missing documentation for:
    Module header
    NothingSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    SMaybe (src/Data/Singletons/Prelude/Instances.hs:27)
    NilSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$ (src/Data/Singletons/Prelude/Instances.hs:27)
    SList (src/Data/Singletons/Prelude/Instances.hs:27)
    LeftSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    LeftSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    SEither (src/Data/Singletons/Prelude/Instances.hs:27)
    FalseSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    TrueSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    SBool (src/Data/Singletons/Prelude/Instances.hs:27)
    LTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    EQSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    GTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    SOrdering (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple0Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym7 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple7 (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:27)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
     (src/Data/Singletons/Prelude/Instances.hs:28)
  29% ( 11 / 38) in 'Data.Singletons.Prelude.Bool'
  Missing documentation for:
    SBool (src/Data/Singletons/Prelude/Instances.hs:27)
    Not (src/Data/Singletons/Prelude/Bool.hs:72)
    sNot (src/Data/Singletons/Prelude/Bool.hs:72)
    :&& (src/Data/Singletons/Prelude/Bool.hs:72)
    :|| (src/Data/Singletons/Prelude/Bool.hs:72)
    %:&& (src/Data/Singletons/Prelude/Bool.hs:72)
    %:|| (src/Data/Singletons/Prelude/Bool.hs:72)
    bool_ (src/Data/Singletons/Prelude/Bool.hs:66)
    Bool_ (src/Data/Singletons/Prelude/Bool.hs:66)
    sBool_ (src/Data/Singletons/Prelude/Bool.hs:66)
    Otherwise (src/Data/Singletons/Prelude/Bool.hs:72)
    sOtherwise (src/Data/Singletons/Prelude/Bool.hs:72)
    TrueSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    FalseSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    NotSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
    NotSym1 (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    Bool_Sym0 (src/Data/Singletons/Prelude/Bool.hs:66)
    Bool_Sym1 (src/Data/Singletons/Prelude/Bool.hs:66)
    Bool_Sym2 (src/Data/Singletons/Prelude/Bool.hs:66)
    Bool_Sym3 (src/Data/Singletons/Prelude/Bool.hs:66)
    OtherwiseSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
  33% (  3 /  9) in 'Data.Singletons.Prelude.Eq'
  Missing documentation for:
    :==$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :==$$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :==$$$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :/=$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :/=$$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :/=$$$ (src/Data/Singletons/Prelude/Eq.hs:47)
 100% (  4 /  4) in 'Data.Singletons.CustomStar'
  25% (  2 /  8) in 'Data.Promotion.Prelude.Eq'
  Missing documentation for:
    :==$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :==$$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :==$$$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :/=$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :/=$$ (src/Data/Singletons/Prelude/Eq.hs:47)
    :/=$$$ (src/Data/Singletons/Prelude/Eq.hs:47)
  19% (  5 / 26) in 'Data.Promotion.Prelude.Bool'
  Missing documentation for:
    Bool_ (src/Data/Singletons/Prelude/Bool.hs:66)
    bool_ (src/Data/Singletons/Prelude/Bool.hs:66)
    Not (src/Data/Singletons/Prelude/Bool.hs:72)
    :&& (src/Data/Singletons/Prelude/Bool.hs:72)
    :|| (src/Data/Singletons/Prelude/Bool.hs:72)
    Otherwise (src/Data/Singletons/Prelude/Bool.hs:72)
    TrueSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    FalseSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    NotSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
    NotSym1 (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    Bool_Sym0 (src/Data/Singletons/Prelude/Bool.hs:66)
    Bool_Sym1 (src/Data/Singletons/Prelude/Bool.hs:66)
    Bool_Sym2 (src/Data/Singletons/Prelude/Bool.hs:66)
    Bool_Sym3 (src/Data/Singletons/Prelude/Bool.hs:66)
    OtherwiseSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
 100% (  3 /  3) in 'Data.Singletons.TypeRepStar'
  11% (  4 / 36) in 'Data.Singletons.Prelude.Ord'
  Missing documentation for:
    POrd (src/Data/Singletons/Prelude/Ord.hs:48)
    SOrd (src/Data/Singletons/Prelude/Ord.hs:78)
    thenCmp (src/Data/Singletons/Prelude/Ord.hs:124)
    ThenCmp (src/Data/Singletons/Prelude/Ord.hs:124)
    sThenCmp (src/Data/Singletons/Prelude/Ord.hs:124)
    ThenCmpSym0 (src/Data/Singletons/Prelude/Ord.hs:124)
    ThenCmpSym1 (src/Data/Singletons/Prelude/Ord.hs:124)
    ThenCmpSym2 (src/Data/Singletons/Prelude/Ord.hs:124)
    LTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    EQSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    GTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    CompareSym0 (src/Data/Singletons/Prelude/Ord.hs:48)
    CompareSym1 (src/Data/Singletons/Prelude/Ord.hs:48)
    CompareSym2 (src/Data/Singletons/Prelude/Ord.hs:48)
    :<$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<$$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<=$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<=$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<=$$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>$$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>=$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>=$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>=$$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    MaxSym0 (src/Data/Singletons/Prelude/Ord.hs:48)
    MaxSym1 (src/Data/Singletons/Prelude/Ord.hs:48)
    MaxSym2 (src/Data/Singletons/Prelude/Ord.hs:48)
    MinSym0 (src/Data/Singletons/Prelude/Ord.hs:48)
    MinSym1 (src/Data/Singletons/Prelude/Ord.hs:48)
    MinSym2 (src/Data/Singletons/Prelude/Ord.hs:48)
   4% (  1 / 26) in 'Data.Promotion.Prelude.Ord'
  Missing documentation for:
    POrd (src/Data/Singletons/Prelude/Ord.hs:48)
    LTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    EQSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    GTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    CompareSym0 (src/Data/Singletons/Prelude/Ord.hs:48)
    CompareSym1 (src/Data/Singletons/Prelude/Ord.hs:48)
    CompareSym2 (src/Data/Singletons/Prelude/Ord.hs:48)
    :<$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<$$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<=$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<=$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :<=$$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>$$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>=$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>=$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    :>=$$$ (src/Data/Singletons/Prelude/Ord.hs:48)
    MaxSym0 (src/Data/Singletons/Prelude/Ord.hs:48)
    MaxSym1 (src/Data/Singletons/Prelude/Ord.hs:48)
    MaxSym2 (src/Data/Singletons/Prelude/Ord.hs:48)
    MinSym0 (src/Data/Singletons/Prelude/Ord.hs:48)
    MinSym1 (src/Data/Singletons/Prelude/Ord.hs:48)
    MinSym2 (src/Data/Singletons/Prelude/Ord.hs:48)
  50% ( 13 / 26) in 'Data.Singletons.TypeLits'
  Missing documentation for:
    ErrorSym0 (src/Data/Singletons/TypeLits.hs:208)
    :+ (src/Data/Singletons/TypeLits.hs:140)
    :- (src/Data/Singletons/TypeLits.hs:141)
    :* (src/Data/Singletons/TypeLits.hs:142)
    :^ (src/Data/Singletons/TypeLits.hs:143)
    :+$ (src/Data/Singletons/TypeLits.hs:145)
    :+$$ (src/Data/Singletons/TypeLits.hs:145)
    :-$ (src/Data/Singletons/TypeLits.hs:145)
    :-$$ (src/Data/Singletons/TypeLits.hs:145)
    :*$ (src/Data/Singletons/TypeLits.hs:145)
    :*$$ (src/Data/Singletons/TypeLits.hs:145)
    :^$ (src/Data/Singletons/TypeLits.hs:145)
    :^$$ (src/Data/Singletons/TypeLits.hs:145)
  52% ( 46 / 88) in 'Data.Singletons.TH'
  Missing documentation for:
    :&& (src/Data/Singletons/Prelude/Bool.hs:72)
    POrd (src/Data/Singletons/Prelude/Ord.hs:48)
    ErrorSym0 (src/Data/Singletons/TypeLits.hs:208)
    TrueSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    FalseSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    LTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    EQSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    GTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple0Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym7 (src/Data/Singletons/Prelude/Instances.hs:27)
   5% (  3 / 60) in 'Data.Singletons.Prelude.Base'
  Missing documentation for:
    Foldr (src/Data/Singletons/Prelude/Base.hs:54)
    sFoldr (src/Data/Singletons/Prelude/Base.hs:54)
    Map (src/Data/Singletons/Prelude/Base.hs:54)
    sMap (src/Data/Singletons/Prelude/Base.hs:54)
    :++ (src/Data/Singletons/Prelude/Base.hs:54)
    %:++ (src/Data/Singletons/Prelude/Base.hs:54)
    Otherwise (src/Data/Singletons/Prelude/Bool.hs:72)
    sOtherwise (src/Data/Singletons/Prelude/Bool.hs:72)
    Id (src/Data/Singletons/Prelude/Base.hs:54)
    sId (src/Data/Singletons/Prelude/Base.hs:54)
    Const (src/Data/Singletons/Prelude/Base.hs:54)
    sConst (src/Data/Singletons/Prelude/Base.hs:54)
    :. (src/Data/Singletons/Prelude/Base.hs:54)
    %:. (src/Data/Singletons/Prelude/Base.hs:54)
    $ (src/Data/Singletons/Prelude/Base.hs:92)
    $! (src/Data/Singletons/Prelude/Base.hs:107)
    %$ (src/Data/Singletons/Prelude/Base.hs:103)
    %$! (src/Data/Singletons/Prelude/Base.hs:118)
    Flip (src/Data/Singletons/Prelude/Base.hs:54)
    sFlip (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOf (src/Data/Singletons/Prelude/Base.hs:54)
    sAsTypeOf (src/Data/Singletons/Prelude/Base.hs:54)
    Seq (src/Data/Singletons/Prelude/Base.hs:54)
    sSeq (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym3 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    :++$ (src/Data/Singletons/Prelude/Base.hs:54)
    :++$$ (src/Data/Singletons/Prelude/Base.hs:54)
    OtherwiseSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
    IdSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    IdSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    :.$ (src/Data/Singletons/Prelude/Base.hs:54)
    :.$$ (src/Data/Singletons/Prelude/Base.hs:54)
    :.$$$ (src/Data/Singletons/Prelude/Base.hs:54)
    $$ (src/Data/Singletons/Prelude/Base.hs:95)
    $$$ (src/Data/Singletons/Prelude/Base.hs:98)
    $$$$ (src/Data/Singletons/Prelude/Base.hs:101)
    $!$ (src/Data/Singletons/Prelude/Base.hs:110)
    $!$$ (src/Data/Singletons/Prelude/Base.hs:113)
    $!$$$ (src/Data/Singletons/Prelude/Base.hs:116)
    FlipSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FlipSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FlipSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym2 (src/Data/Singletons/Prelude/Base.hs:54)
  21% (  8 / 38) in 'Data.Singletons.Prelude.Either'
  Missing documentation for:
    SEither (src/Data/Singletons/Prelude/Instances.hs:27)
    either_ (src/Data/Singletons/Prelude/Either.hs:64)
    Either_ (src/Data/Singletons/Prelude/Either.hs:64)
    sEither_ (src/Data/Singletons/Prelude/Either.hs:64)
    Lefts (src/Data/Singletons/Prelude/Either.hs:74)
    sLefts (src/Data/Singletons/Prelude/Either.hs:74)
    Rights (src/Data/Singletons/Prelude/Either.hs:74)
    sRights (src/Data/Singletons/Prelude/Either.hs:74)
    PartitionEithers (src/Data/Singletons/Prelude/Either.hs:74)
    sPartitionEithers (src/Data/Singletons/Prelude/Either.hs:74)
    IsLeft (src/Data/Singletons/Prelude/Either.hs:74)
    sIsLeft (src/Data/Singletons/Prelude/Either.hs:74)
    IsRight (src/Data/Singletons/Prelude/Either.hs:74)
    sIsRight (src/Data/Singletons/Prelude/Either.hs:74)
    LeftSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    LeftSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Either_Sym0 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym1 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym2 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym3 (src/Data/Singletons/Prelude/Either.hs:64)
    LeftsSym0 (src/Data/Singletons/Prelude/Either.hs:74)
    LeftsSym1 (src/Data/Singletons/Prelude/Either.hs:74)
    RightsSym0 (src/Data/Singletons/Prelude/Either.hs:74)
    RightsSym1 (src/Data/Singletons/Prelude/Either.hs:74)
    IsLeftSym0 (src/Data/Singletons/Prelude/Either.hs:74)
    IsLeftSym1 (src/Data/Singletons/Prelude/Either.hs:74)
    IsRightSym0 (src/Data/Singletons/Prelude/Either.hs:74)
    IsRightSym1 (src/Data/Singletons/Prelude/Either.hs:74)
  15% (  4 / 27) in 'Data.Promotion.Prelude.Either'
  Missing documentation for:
    either_ (src/Data/Singletons/Prelude/Either.hs:64)
    Either_ (src/Data/Singletons/Prelude/Either.hs:64)
    Lefts (src/Data/Singletons/Prelude/Either.hs:74)
    Rights (src/Data/Singletons/Prelude/Either.hs:74)
    PartitionEithers (src/Data/Singletons/Prelude/Either.hs:74)
    IsLeft (src/Data/Singletons/Prelude/Either.hs:74)
    IsRight (src/Data/Singletons/Prelude/Either.hs:74)
    LeftSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    LeftSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Either_Sym0 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym1 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym2 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym3 (src/Data/Singletons/Prelude/Either.hs:64)
    LeftsSym0 (src/Data/Singletons/Prelude/Either.hs:74)
    LeftsSym1 (src/Data/Singletons/Prelude/Either.hs:74)
    RightsSym0 (src/Data/Singletons/Prelude/Either.hs:74)
    RightsSym1 (src/Data/Singletons/Prelude/Either.hs:74)
    IsLeftSym0 (src/Data/Singletons/Prelude/Either.hs:74)
    IsLeftSym1 (src/Data/Singletons/Prelude/Either.hs:74)
    IsRightSym0 (src/Data/Singletons/Prelude/Either.hs:74)
    IsRightSym1 (src/Data/Singletons/Prelude/Either.hs:74)
   9% (  6 / 70) in 'Data.Singletons.Prelude.Tuple'
  Missing documentation for:
    STuple0 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple2 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple3 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple4 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple5 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple6 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple7 (src/Data/Singletons/Prelude/Instances.hs:27)
    Fst (src/Data/Singletons/Prelude/Tuple.hs:56)
    sFst (src/Data/Singletons/Prelude/Tuple.hs:56)
    Snd (src/Data/Singletons/Prelude/Tuple.hs:56)
    sSnd (src/Data/Singletons/Prelude/Tuple.hs:56)
    Curry (src/Data/Singletons/Prelude/Tuple.hs:56)
    sCurry (src/Data/Singletons/Prelude/Tuple.hs:56)
    Uncurry (src/Data/Singletons/Prelude/Tuple.hs:56)
    sUncurry (src/Data/Singletons/Prelude/Tuple.hs:56)
    Swap (src/Data/Singletons/Prelude/Tuple.hs:56)
    sSwap (src/Data/Singletons/Prelude/Tuple.hs:56)
    Tuple0Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym7 (src/Data/Singletons/Prelude/Instances.hs:27)
    FstSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    FstSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SndSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SndSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym2 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym3 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym2 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SwapSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SwapSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
   5% (  3 / 55) in 'Data.Promotion.Prelude.Tuple'
  Missing documentation for:
    Fst (src/Data/Singletons/Prelude/Tuple.hs:56)
    Snd (src/Data/Singletons/Prelude/Tuple.hs:56)
    Curry (src/Data/Singletons/Prelude/Tuple.hs:56)
    Uncurry (src/Data/Singletons/Prelude/Tuple.hs:56)
    Swap (src/Data/Singletons/Prelude/Tuple.hs:56)
    Tuple0Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym7 (src/Data/Singletons/Prelude/Instances.hs:27)
    FstSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    FstSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SndSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SndSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym2 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym3 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym2 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SwapSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SwapSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
   6% (  3 / 53) in 'Data.Promotion.Prelude.Base'
  Missing documentation for:
    Foldr (src/Data/Singletons/Prelude/Base.hs:54)
    Map (src/Data/Singletons/Prelude/Base.hs:54)
    :++ (src/Data/Singletons/Prelude/Base.hs:54)
    Otherwise (src/Data/Singletons/Prelude/Bool.hs:72)
    Id (src/Data/Singletons/Prelude/Base.hs:54)
    Const (src/Data/Singletons/Prelude/Base.hs:54)
    :. (src/Data/Singletons/Prelude/Base.hs:54)
    $ (src/Data/Singletons/Prelude/Base.hs:92)
    $! (src/Data/Singletons/Prelude/Base.hs:107)
    Flip (src/Data/Singletons/Prelude/Base.hs:54)
    Until (src/Data/Promotion/Prelude/Base.hs:48)
    AsTypeOf (src/Data/Singletons/Prelude/Base.hs:54)
    Seq (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym3 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    :++$ (src/Data/Singletons/Prelude/Base.hs:54)
    :++$$ (src/Data/Singletons/Prelude/Base.hs:54)
    OtherwiseSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
    IdSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    IdSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    :.$ (src/Data/Singletons/Prelude/Base.hs:54)
    :.$$ (src/Data/Singletons/Prelude/Base.hs:54)
    :.$$$ (src/Data/Singletons/Prelude/Base.hs:54)
    $$ (src/Data/Singletons/Prelude/Base.hs:95)
    $$$ (src/Data/Singletons/Prelude/Base.hs:98)
    $$$$ (src/Data/Singletons/Prelude/Base.hs:101)
    $!$ (src/Data/Singletons/Prelude/Base.hs:110)
    $!$$ (src/Data/Singletons/Prelude/Base.hs:113)
    $!$$$ (src/Data/Singletons/Prelude/Base.hs:116)
    FlipSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FlipSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FlipSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    UntilSym0 (src/Data/Promotion/Prelude/Base.hs:48)
    UntilSym1 (src/Data/Promotion/Prelude/Base.hs:48)
    UntilSym2 (src/Data/Promotion/Prelude/Base.hs:48)
    UntilSym3 (src/Data/Promotion/Prelude/Base.hs:48)
    AsTypeOfSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym2 (src/Data/Singletons/Prelude/Base.hs:54)
   8% ( 25 /304) in 'Data.Singletons.Prelude.List'
  Missing documentation for:
    SList (src/Data/Singletons/Prelude/Instances.hs:27)
    :++ (src/Data/Singletons/Prelude/Base.hs:54)
    %:++ (src/Data/Singletons/Prelude/Base.hs:54)
    Head (src/Data/Singletons/Prelude/List.hs:188)
    sHead (src/Data/Singletons/Prelude/List.hs:188)
    Last (src/Data/Singletons/Prelude/List.hs:188)
    sLast (src/Data/Singletons/Prelude/List.hs:188)
    Tail (src/Data/Singletons/Prelude/List.hs:188)
    sTail (src/Data/Singletons/Prelude/List.hs:188)
    Init (src/Data/Singletons/Prelude/List.hs:188)
    sInit (src/Data/Singletons/Prelude/List.hs:188)
    Null (src/Data/Singletons/Prelude/List.hs:188)
    sNull (src/Data/Singletons/Prelude/List.hs:188)
    Map (src/Data/Singletons/Prelude/Base.hs:54)
    sMap (src/Data/Singletons/Prelude/Base.hs:54)
    Reverse (src/Data/Singletons/Prelude/List.hs:188)
    sReverse (src/Data/Singletons/Prelude/List.hs:188)
    Intersperse (src/Data/Singletons/Prelude/List.hs:188)
    sIntersperse (src/Data/Singletons/Prelude/List.hs:188)
    Intercalate (src/Data/Singletons/Prelude/List.hs:188)
    sIntercalate (src/Data/Singletons/Prelude/List.hs:188)
    Subsequences (src/Data/Singletons/Prelude/List.hs:188)
    sSubsequences (src/Data/Singletons/Prelude/List.hs:188)
    Permutations (src/Data/Singletons/Prelude/List.hs:188)
    sPermutations (src/Data/Singletons/Prelude/List.hs:188)
    Foldl (src/Data/Singletons/Prelude/List.hs:188)
    sFoldl (src/Data/Singletons/Prelude/List.hs:188)
    Foldl' (src/Data/Singletons/Prelude/List.hs:188)
    sFoldl' (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1 (src/Data/Singletons/Prelude/List.hs:188)
    sFoldl1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1' (src/Data/Singletons/Prelude/List.hs:188)
    sFoldl1' (src/Data/Singletons/Prelude/List.hs:188)
    Foldr (src/Data/Singletons/Prelude/Base.hs:54)
    sFoldr (src/Data/Singletons/Prelude/Base.hs:54)
    Foldr1 (src/Data/Singletons/Prelude/List.hs:188)
    sFoldr1 (src/Data/Singletons/Prelude/List.hs:188)
    Concat (src/Data/Singletons/Prelude/List.hs:188)
    sConcat (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMap (src/Data/Singletons/Prelude/List.hs:188)
    sConcatMap (src/Data/Singletons/Prelude/List.hs:188)
    And (src/Data/Singletons/Prelude/List.hs:188)
    sAnd (src/Data/Singletons/Prelude/List.hs:188)
    Or (src/Data/Singletons/Prelude/List.hs:188)
    sOr (src/Data/Singletons/Prelude/List.hs:188)
    Any_ (src/Data/Singletons/Prelude/List.hs:182)
    sAny_ (src/Data/Singletons/Prelude/List.hs:182)
    All (src/Data/Singletons/Prelude/List.hs:188)
    sAll (src/Data/Singletons/Prelude/List.hs:188)
    any_ (src/Data/Singletons/Prelude/List.hs:182)
    Scanl (src/Data/Singletons/Prelude/List.hs:188)
    sScanl (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1 (src/Data/Singletons/Prelude/List.hs:188)
    sScanl1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr (src/Data/Singletons/Prelude/List.hs:188)
    sScanr (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1 (src/Data/Singletons/Prelude/List.hs:188)
    sScanr1 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumL (src/Data/Singletons/Prelude/List.hs:188)
    sMapAccumL (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumR (src/Data/Singletons/Prelude/List.hs:188)
    sMapAccumR (src/Data/Singletons/Prelude/List.hs:188)
    Unfoldr (src/Data/Singletons/Prelude/List.hs:188)
    sUnfoldr (src/Data/Singletons/Prelude/List.hs:188)
    Inits (src/Data/Singletons/Prelude/List.hs:188)
    sInits (src/Data/Singletons/Prelude/List.hs:188)
    Tails (src/Data/Singletons/Prelude/List.hs:188)
    sTails (src/Data/Singletons/Prelude/List.hs:188)
    IsPrefixOf (src/Data/Singletons/Prelude/List.hs:188)
    sIsPrefixOf (src/Data/Singletons/Prelude/List.hs:188)
    IsSuffixOf (src/Data/Singletons/Prelude/List.hs:188)
    sIsSuffixOf (src/Data/Singletons/Prelude/List.hs:188)
    IsInfixOf (src/Data/Singletons/Prelude/List.hs:188)
    sIsInfixOf (src/Data/Singletons/Prelude/List.hs:188)
    Elem (src/Data/Singletons/Prelude/List.hs:188)
    sElem (src/Data/Singletons/Prelude/List.hs:188)
    NotElem (src/Data/Singletons/Prelude/List.hs:188)
    sNotElem (src/Data/Singletons/Prelude/List.hs:188)
    Zip (src/Data/Singletons/Prelude/List.hs:188)
    sZip (src/Data/Singletons/Prelude/List.hs:188)
    Zip3 (src/Data/Singletons/Prelude/List.hs:188)
    sZip3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith (src/Data/Singletons/Prelude/List.hs:188)
    sZipWith (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3 (src/Data/Singletons/Prelude/List.hs:188)
    sZipWith3 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip (src/Data/Singletons/Prelude/List.hs:188)
    sUnzip (src/Data/Singletons/Prelude/List.hs:188)
    Unzip3 (src/Data/Singletons/Prelude/List.hs:188)
    sUnzip3 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip4 (src/Data/Singletons/Prelude/List.hs:188)
    sUnzip4 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip5 (src/Data/Singletons/Prelude/List.hs:188)
    sUnzip5 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip6 (src/Data/Singletons/Prelude/List.hs:188)
    sUnzip6 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip7 (src/Data/Singletons/Prelude/List.hs:188)
    sUnzip7 (src/Data/Singletons/Prelude/List.hs:188)
    Delete (src/Data/Singletons/Prelude/List.hs:188)
    sDelete (src/Data/Singletons/Prelude/List.hs:188)
    :\\ (src/Data/Singletons/Prelude/List.hs:188)
    %:\\ (src/Data/Singletons/Prelude/List.hs:188)
    DeleteBy (src/Data/Singletons/Prelude/List.hs:188)
    sDeleteBy (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBy (src/Data/Singletons/Prelude/List.hs:188)
    sDeleteFirstsBy (src/Data/Singletons/Prelude/List.hs:188)
    SortBy (src/Data/Singletons/Prelude/List.hs:188)
    sSortBy (src/Data/Singletons/Prelude/List.hs:188)
    InsertBy (src/Data/Singletons/Prelude/List.hs:188)
    sInsertBy (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBy (src/Data/Singletons/Prelude/List.hs:188)
    sMaximumBy (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBy (src/Data/Singletons/Prelude/List.hs:188)
    sMinimumBy (src/Data/Singletons/Prelude/List.hs:188)
    NilSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    :$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :++$$ (src/Data/Singletons/Prelude/Base.hs:54)
    :++$ (src/Data/Singletons/Prelude/Base.hs:54)
    HeadSym0 (src/Data/Singletons/Prelude/List.hs:188)
    HeadSym1 (src/Data/Singletons/Prelude/List.hs:188)
    LastSym0 (src/Data/Singletons/Prelude/List.hs:188)
    LastSym1 (src/Data/Singletons/Prelude/List.hs:188)
    TailSym0 (src/Data/Singletons/Prelude/List.hs:188)
    TailSym1 (src/Data/Singletons/Prelude/List.hs:188)
    InitSym0 (src/Data/Singletons/Prelude/List.hs:188)
    InitSym1 (src/Data/Singletons/Prelude/List.hs:188)
    NullSym0 (src/Data/Singletons/Prelude/List.hs:188)
    NullSym1 (src/Data/Singletons/Prelude/List.hs:188)
    MapSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    ReverseSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ReverseSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IntersperseSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IntersperseSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IntersperseSym2 (src/Data/Singletons/Prelude/List.hs:188)
    IntercalateSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IntercalateSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IntercalateSym2 (src/Data/Singletons/Prelude/List.hs:188)
    SubsequencesSym0 (src/Data/Singletons/Prelude/List.hs:188)
    SubsequencesSym1 (src/Data/Singletons/Prelude/List.hs:188)
    PermutationsSym0 (src/Data/Singletons/Prelude/List.hs:188)
    PermutationsSym1 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym0 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym1 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym2 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl'Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl'Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl'Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl'Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1'Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1'Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1'Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    FoldrSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym3 (src/Data/Singletons/Prelude/Base.hs:54)
    Foldr1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym2 (src/Data/Singletons/Prelude/List.hs:188)
    AndSym0 (src/Data/Singletons/Prelude/List.hs:188)
    AndSym1 (src/Data/Singletons/Prelude/List.hs:188)
    OrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    OrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    Any_Sym0 (src/Data/Singletons/Prelude/List.hs:182)
    Any_Sym1 (src/Data/Singletons/Prelude/List.hs:182)
    Any_Sym2 (src/Data/Singletons/Prelude/List.hs:182)
    AllSym0 (src/Data/Singletons/Prelude/List.hs:188)
    AllSym1 (src/Data/Singletons/Prelude/List.hs:188)
    AllSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumLSym0 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumLSym1 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumLSym2 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumLSym3 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumRSym0 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumRSym1 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumRSym2 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumRSym3 (src/Data/Singletons/Prelude/List.hs:188)
    UnfoldrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    UnfoldrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    UnfoldrSym2 (src/Data/Singletons/Prelude/List.hs:188)
    InitsSym0 (src/Data/Singletons/Prelude/List.hs:188)
    InitsSym1 (src/Data/Singletons/Prelude/List.hs:188)
    TailsSym0 (src/Data/Singletons/Prelude/List.hs:188)
    TailsSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IsPrefixOfSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IsPrefixOfSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IsPrefixOfSym2 (src/Data/Singletons/Prelude/List.hs:188)
    IsSuffixOfSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IsSuffixOfSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IsSuffixOfSym2 (src/Data/Singletons/Prelude/List.hs:188)
    IsInfixOfSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IsInfixOfSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IsInfixOfSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym2 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym0 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym1 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym2 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    UnzipSym0 (src/Data/Singletons/Prelude/List.hs:188)
    UnzipSym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip4Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip4Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip5Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip5Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip6Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip6Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip7Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip7Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteSym0 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteSym1 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteSym2 (src/Data/Singletons/Prelude/List.hs:188)
    :\\$ (src/Data/Singletons/Prelude/List.hs:188)
    :\\$$ (src/Data/Singletons/Prelude/List.hs:188)
    :\\$$$ (src/Data/Singletons/Prelude/List.hs:188)
    DeleteBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteBySym3 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBySym3 (src/Data/Singletons/Prelude/List.hs:188)
    SortBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    SortBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    SortBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    InsertBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    InsertBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    InsertBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    InsertBySym3 (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBySym2 (src/Data/Singletons/Prelude/List.hs:188)
  13% (  7 / 52) in 'Data.Singletons.Prelude.Maybe'
  Missing documentation for:
    SMaybe (src/Data/Singletons/Prelude/Instances.hs:27)
    maybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    sMaybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    IsJust (src/Data/Singletons/Prelude/Maybe.hs:79)
    sIsJust (src/Data/Singletons/Prelude/Maybe.hs:79)
    IsNothing (src/Data/Singletons/Prelude/Maybe.hs:79)
    sIsNothing (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromJust (src/Data/Singletons/Prelude/Maybe.hs:79)
    sFromJust (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromMaybe (src/Data/Singletons/Prelude/Maybe.hs:79)
    sFromMaybe (src/Data/Singletons/Prelude/Maybe.hs:79)
    ListToMaybe (src/Data/Singletons/Prelude/Maybe.hs:79)
    sListToMaybe (src/Data/Singletons/Prelude/Maybe.hs:79)
    MaybeToList (src/Data/Singletons/Prelude/Maybe.hs:79)
    sMaybeToList (src/Data/Singletons/Prelude/Maybe.hs:79)
    CatMaybes (src/Data/Singletons/Prelude/Maybe.hs:79)
    sCatMaybes (src/Data/Singletons/Prelude/Maybe.hs:79)
    MapMaybe (src/Data/Singletons/Prelude/Maybe.hs:79)
    sMapMaybe (src/Data/Singletons/Prelude/Maybe.hs:79)
    NothingSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Maybe_Sym0 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym1 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym2 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym3 (src/Data/Singletons/Prelude/Maybe.hs:68)
    IsJustSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    IsJustSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    IsNothingSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    IsNothingSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromJustSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromJustSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromMaybeSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromMaybeSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromMaybeSym2 (src/Data/Singletons/Prelude/Maybe.hs:79)
    ListToMaybeSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    ListToMaybeSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MaybeToListSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MaybeToListSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    CatMaybesSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    CatMaybesSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MapMaybeSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MapMaybeSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MapMaybeSym2 (src/Data/Singletons/Prelude/Maybe.hs:79)
   9% ( 28 /322) in 'Data.Singletons.Prelude'
  Missing documentation for:
    SBool (src/Data/Singletons/Prelude/Instances.hs:27)
    SList (src/Data/Singletons/Prelude/Instances.hs:27)
    SMaybe (src/Data/Singletons/Prelude/Instances.hs:27)
    SEither (src/Data/Singletons/Prelude/Instances.hs:27)
    SOrdering (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple0 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple2 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple3 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple4 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple5 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple6 (src/Data/Singletons/Prelude/Instances.hs:27)
    STuple7 (src/Data/Singletons/Prelude/Instances.hs:27)
    Not (src/Data/Singletons/Prelude/Bool.hs:72)
    sNot (src/Data/Singletons/Prelude/Bool.hs:72)
    :&& (src/Data/Singletons/Prelude/Bool.hs:72)
    :|| (src/Data/Singletons/Prelude/Bool.hs:72)
    %:&& (src/Data/Singletons/Prelude/Bool.hs:72)
    %:|| (src/Data/Singletons/Prelude/Bool.hs:72)
    Otherwise (src/Data/Singletons/Prelude/Bool.hs:72)
    sOtherwise (src/Data/Singletons/Prelude/Bool.hs:72)
    ErrorSym0 (src/Data/Singletons/TypeLits.hs:208)
    Id (src/Data/Singletons/Prelude/Base.hs:54)
    sId (src/Data/Singletons/Prelude/Base.hs:54)
    Const (src/Data/Singletons/Prelude/Base.hs:54)
    sConst (src/Data/Singletons/Prelude/Base.hs:54)
    :. (src/Data/Singletons/Prelude/Base.hs:54)
    %:. (src/Data/Singletons/Prelude/Base.hs:54)
    $ (src/Data/Singletons/Prelude/Base.hs:92)
    %$ (src/Data/Singletons/Prelude/Base.hs:103)
    $! (src/Data/Singletons/Prelude/Base.hs:107)
    %$! (src/Data/Singletons/Prelude/Base.hs:118)
    Flip (src/Data/Singletons/Prelude/Base.hs:54)
    sFlip (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOf (src/Data/Singletons/Prelude/Base.hs:54)
    sAsTypeOf (src/Data/Singletons/Prelude/Base.hs:54)
    Seq (src/Data/Singletons/Prelude/Base.hs:54)
    sSeq (src/Data/Singletons/Prelude/Base.hs:54)
    Map (src/Data/Singletons/Prelude/Base.hs:54)
    sMap (src/Data/Singletons/Prelude/Base.hs:54)
    :++ (src/Data/Singletons/Prelude/Base.hs:54)
    %:++ (src/Data/Singletons/Prelude/Base.hs:54)
    Head (src/Data/Singletons/Prelude/List.hs:188)
    sHead (src/Data/Singletons/Prelude/List.hs:188)
    Last (src/Data/Singletons/Prelude/List.hs:188)
    sLast (src/Data/Singletons/Prelude/List.hs:188)
    Tail (src/Data/Singletons/Prelude/List.hs:188)
    sTail (src/Data/Singletons/Prelude/List.hs:188)
    Init (src/Data/Singletons/Prelude/List.hs:188)
    sInit (src/Data/Singletons/Prelude/List.hs:188)
    Null (src/Data/Singletons/Prelude/List.hs:188)
    sNull (src/Data/Singletons/Prelude/List.hs:188)
    Reverse (src/Data/Singletons/Prelude/List.hs:188)
    sReverse (src/Data/Singletons/Prelude/List.hs:188)
    Foldl (src/Data/Singletons/Prelude/List.hs:188)
    sFoldl (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1 (src/Data/Singletons/Prelude/List.hs:188)
    sFoldl1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr (src/Data/Singletons/Prelude/Base.hs:54)
    sFoldr (src/Data/Singletons/Prelude/Base.hs:54)
    Foldr1 (src/Data/Singletons/Prelude/List.hs:188)
    sFoldr1 (src/Data/Singletons/Prelude/List.hs:188)
    And (src/Data/Singletons/Prelude/List.hs:188)
    sAnd (src/Data/Singletons/Prelude/List.hs:188)
    Or (src/Data/Singletons/Prelude/List.hs:188)
    sOr (src/Data/Singletons/Prelude/List.hs:188)
    Any_ (src/Data/Singletons/Prelude/List.hs:182)
    sAny_ (src/Data/Singletons/Prelude/List.hs:182)
    All (src/Data/Singletons/Prelude/List.hs:188)
    sAll (src/Data/Singletons/Prelude/List.hs:188)
    Concat (src/Data/Singletons/Prelude/List.hs:188)
    sConcat (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMap (src/Data/Singletons/Prelude/List.hs:188)
    sConcatMap (src/Data/Singletons/Prelude/List.hs:188)
    Scanl (src/Data/Singletons/Prelude/List.hs:188)
    sScanl (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1 (src/Data/Singletons/Prelude/List.hs:188)
    sScanl1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr (src/Data/Singletons/Prelude/List.hs:188)
    sScanr (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1 (src/Data/Singletons/Prelude/List.hs:188)
    sScanr1 (src/Data/Singletons/Prelude/List.hs:188)
    Elem (src/Data/Singletons/Prelude/List.hs:188)
    sElem (src/Data/Singletons/Prelude/List.hs:188)
    NotElem (src/Data/Singletons/Prelude/List.hs:188)
    sNotElem (src/Data/Singletons/Prelude/List.hs:188)
    Zip (src/Data/Singletons/Prelude/List.hs:188)
    sZip (src/Data/Singletons/Prelude/List.hs:188)
    Zip3 (src/Data/Singletons/Prelude/List.hs:188)
    sZip3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith (src/Data/Singletons/Prelude/List.hs:188)
    sZipWith (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3 (src/Data/Singletons/Prelude/List.hs:188)
    sZipWith3 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip (src/Data/Singletons/Prelude/List.hs:188)
    sUnzip (src/Data/Singletons/Prelude/List.hs:188)
    Unzip3 (src/Data/Singletons/Prelude/List.hs:188)
    sUnzip3 (src/Data/Singletons/Prelude/List.hs:188)
    Maybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    sMaybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    Either_ (src/Data/Singletons/Prelude/Either.hs:64)
    sEither_ (src/Data/Singletons/Prelude/Either.hs:64)
    Fst (src/Data/Singletons/Prelude/Tuple.hs:56)
    sFst (src/Data/Singletons/Prelude/Tuple.hs:56)
    Snd (src/Data/Singletons/Prelude/Tuple.hs:56)
    sSnd (src/Data/Singletons/Prelude/Tuple.hs:56)
    Curry (src/Data/Singletons/Prelude/Tuple.hs:56)
    sCurry (src/Data/Singletons/Prelude/Tuple.hs:56)
    Uncurry (src/Data/Singletons/Prelude/Tuple.hs:56)
    sUncurry (src/Data/Singletons/Prelude/Tuple.hs:56)
    either_ (src/Data/Singletons/Prelude/Either.hs:64)
    maybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    bool_ (src/Data/Singletons/Prelude/Bool.hs:66)
    any_ (src/Data/Singletons/Prelude/List.hs:182)
    FalseSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    TrueSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    NotSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
    NotSym1 (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    OtherwiseSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
    NothingSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Maybe_Sym0 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym1 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym2 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym3 (src/Data/Singletons/Prelude/Maybe.hs:68)
    LeftSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    LeftSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Either_Sym0 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym1 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym2 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym3 (src/Data/Singletons/Prelude/Either.hs:64)
    Tuple0Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym7 (src/Data/Singletons/Prelude/Instances.hs:27)
    FstSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    FstSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SndSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SndSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym2 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym3 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym2 (src/Data/Singletons/Prelude/Tuple.hs:56)
    IdSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    IdSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    :.$ (src/Data/Singletons/Prelude/Base.hs:54)
    :.$$ (src/Data/Singletons/Prelude/Base.hs:54)
    :.$$$ (src/Data/Singletons/Prelude/Base.hs:54)
    $$ (src/Data/Singletons/Prelude/Base.hs:95)
    $$$ (src/Data/Singletons/Prelude/Base.hs:98)
    $$$$ (src/Data/Singletons/Prelude/Base.hs:101)
    $!$ (src/Data/Singletons/Prelude/Base.hs:110)
    $!$$ (src/Data/Singletons/Prelude/Base.hs:113)
    $!$$$ (src/Data/Singletons/Prelude/Base.hs:116)
    FlipSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FlipSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FlipSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    :$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    NilSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    MapSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    ReverseSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ReverseSym1 (src/Data/Singletons/Prelude/List.hs:188)
    :++$$ (src/Data/Singletons/Prelude/Base.hs:54)
    :++$ (src/Data/Singletons/Prelude/Base.hs:54)
    HeadSym0 (src/Data/Singletons/Prelude/List.hs:188)
    HeadSym1 (src/Data/Singletons/Prelude/List.hs:188)
    LastSym0 (src/Data/Singletons/Prelude/List.hs:188)
    LastSym1 (src/Data/Singletons/Prelude/List.hs:188)
    TailSym0 (src/Data/Singletons/Prelude/List.hs:188)
    TailSym1 (src/Data/Singletons/Prelude/List.hs:188)
    InitSym0 (src/Data/Singletons/Prelude/List.hs:188)
    InitSym1 (src/Data/Singletons/Prelude/List.hs:188)
    NullSym0 (src/Data/Singletons/Prelude/List.hs:188)
    NullSym1 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym0 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym1 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym2 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    FoldrSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym3 (src/Data/Singletons/Prelude/Base.hs:54)
    Foldr1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym2 (src/Data/Singletons/Prelude/List.hs:188)
    AndSym0 (src/Data/Singletons/Prelude/List.hs:188)
    AndSym1 (src/Data/Singletons/Prelude/List.hs:188)
    OrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    OrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    Any_Sym0 (src/Data/Singletons/Prelude/List.hs:182)
    Any_Sym1 (src/Data/Singletons/Prelude/List.hs:182)
    Any_Sym2 (src/Data/Singletons/Prelude/List.hs:182)
    AllSym0 (src/Data/Singletons/Prelude/List.hs:188)
    AllSym1 (src/Data/Singletons/Prelude/List.hs:188)
    AllSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym2 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym0 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym1 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym2 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    UnzipSym0 (src/Data/Singletons/Prelude/List.hs:188)
    UnzipSym1 (src/Data/Singletons/Prelude/List.hs:188)
   6% ( 27 /463) in 'Data.Promotion.Prelude.List'
  Missing documentation for:
    :++ (src/Data/Singletons/Prelude/Base.hs:54)
    Head (src/Data/Singletons/Prelude/List.hs:188)
    Last (src/Data/Singletons/Prelude/List.hs:188)
    Tail (src/Data/Singletons/Prelude/List.hs:188)
    Init (src/Data/Singletons/Prelude/List.hs:188)
    Null (src/Data/Singletons/Prelude/List.hs:188)
    Length (src/Data/Promotion/Prelude/List.hs:242)
    Map (src/Data/Singletons/Prelude/Base.hs:54)
    Reverse (src/Data/Singletons/Prelude/List.hs:188)
    Intersperse (src/Data/Singletons/Prelude/List.hs:188)
    Intercalate (src/Data/Singletons/Prelude/List.hs:188)
    Transpose (src/Data/Promotion/Prelude/List.hs:242)
    Subsequences (src/Data/Singletons/Prelude/List.hs:188)
    Permutations (src/Data/Singletons/Prelude/List.hs:188)
    Foldl (src/Data/Singletons/Prelude/List.hs:188)
    Foldl' (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1' (src/Data/Singletons/Prelude/List.hs:188)
    Foldr (src/Data/Singletons/Prelude/Base.hs:54)
    Foldr1 (src/Data/Singletons/Prelude/List.hs:188)
    Concat (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMap (src/Data/Singletons/Prelude/List.hs:188)
    And (src/Data/Singletons/Prelude/List.hs:188)
    Or (src/Data/Singletons/Prelude/List.hs:188)
    Any_ (src/Data/Singletons/Prelude/List.hs:182)
    All (src/Data/Singletons/Prelude/List.hs:188)
    Sum (src/Data/Promotion/Prelude/List.hs:242)
    Product (src/Data/Promotion/Prelude/List.hs:242)
    Maximum (src/Data/Promotion/Prelude/List.hs:242)
    Minimum (src/Data/Promotion/Prelude/List.hs:242)
    any_ (src/Data/Singletons/Prelude/List.hs:182)
    Scanl (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumL (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumR (src/Data/Singletons/Prelude/List.hs:188)
    Replicate (src/Data/Promotion/Prelude/List.hs:242)
    Unfoldr (src/Data/Singletons/Prelude/List.hs:188)
    Take (src/Data/Promotion/Prelude/List.hs:242)
    Drop (src/Data/Promotion/Prelude/List.hs:242)
    SplitAt (src/Data/Promotion/Prelude/List.hs:242)
    TakeWhile (src/Data/Promotion/Prelude/List.hs:242)
    DropWhile (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileEnd (src/Data/Promotion/Prelude/List.hs:242)
    Span (src/Data/Promotion/Prelude/List.hs:242)
    Break (src/Data/Promotion/Prelude/List.hs:242)
    StripPrefix (src/Data/Promotion/Prelude/List.hs:242)
    Group (src/Data/Promotion/Prelude/List.hs:242)
    Inits (src/Data/Singletons/Prelude/List.hs:188)
    Tails (src/Data/Singletons/Prelude/List.hs:188)
    IsPrefixOf (src/Data/Singletons/Prelude/List.hs:188)
    IsSuffixOf (src/Data/Singletons/Prelude/List.hs:188)
    IsInfixOf (src/Data/Singletons/Prelude/List.hs:188)
    Elem (src/Data/Singletons/Prelude/List.hs:188)
    NotElem (src/Data/Singletons/Prelude/List.hs:188)
    Lookup (src/Data/Promotion/Prelude/List.hs:242)
    Find (src/Data/Promotion/Prelude/List.hs:242)
    Filter (src/Data/Promotion/Prelude/List.hs:242)
    Partition (src/Data/Promotion/Prelude/List.hs:242)
    :!! (src/Data/Promotion/Prelude/List.hs:242)
    ElemIndex (src/Data/Promotion/Prelude/List.hs:242)
    ElemIndices (src/Data/Promotion/Prelude/List.hs:242)
    FindIndex (src/Data/Promotion/Prelude/List.hs:242)
    FindIndices (src/Data/Promotion/Prelude/List.hs:242)
    Zip (src/Data/Singletons/Prelude/List.hs:188)
    Zip3 (src/Data/Singletons/Prelude/List.hs:188)
    Zip4 (src/Data/Promotion/Prelude/List.hs:242)
    Zip5 (src/Data/Promotion/Prelude/List.hs:242)
    Zip6 (src/Data/Promotion/Prelude/List.hs:242)
    Zip7 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith4 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith5 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith6 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith7 (src/Data/Promotion/Prelude/List.hs:242)
    Unzip (src/Data/Singletons/Prelude/List.hs:188)
    Unzip3 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip4 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip5 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip6 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip7 (src/Data/Singletons/Prelude/List.hs:188)
    Nub (src/Data/Promotion/Prelude/List.hs:242)
    Delete (src/Data/Singletons/Prelude/List.hs:188)
    :\\ (src/Data/Singletons/Prelude/List.hs:188)
    Union (src/Data/Promotion/Prelude/List.hs:242)
    Intersect (src/Data/Promotion/Prelude/List.hs:242)
    Sort (src/Data/Promotion/Prelude/List.hs:242)
    Insert (src/Data/Promotion/Prelude/List.hs:242)
    NubBy (src/Data/Promotion/Prelude/List.hs:242)
    DeleteBy (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBy (src/Data/Singletons/Prelude/List.hs:188)
    UnionBy (src/Data/Promotion/Prelude/List.hs:242)
    GroupBy (src/Data/Promotion/Prelude/List.hs:242)
    IntersectBy (src/Data/Promotion/Prelude/List.hs:242)
    SortBy (src/Data/Singletons/Prelude/List.hs:188)
    InsertBy (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBy (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBy (src/Data/Singletons/Prelude/List.hs:188)
    GenericLength (src/Data/Promotion/Prelude/List.hs:242)
    GenericTake (src/Data/Promotion/Prelude/List.hs:242)
    GenericDrop (src/Data/Promotion/Prelude/List.hs:242)
    GenericSplitAt (src/Data/Promotion/Prelude/List.hs:242)
    GenericIndex (src/Data/Promotion/Prelude/List.hs:242)
    GenericReplicate (src/Data/Promotion/Prelude/List.hs:242)
    NilSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    :$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :++$$ (src/Data/Singletons/Prelude/Base.hs:54)
    :++$ (src/Data/Singletons/Prelude/Base.hs:54)
    HeadSym0 (src/Data/Singletons/Prelude/List.hs:188)
    HeadSym1 (src/Data/Singletons/Prelude/List.hs:188)
    LastSym0 (src/Data/Singletons/Prelude/List.hs:188)
    LastSym1 (src/Data/Singletons/Prelude/List.hs:188)
    TailSym0 (src/Data/Singletons/Prelude/List.hs:188)
    TailSym1 (src/Data/Singletons/Prelude/List.hs:188)
    InitSym0 (src/Data/Singletons/Prelude/List.hs:188)
    InitSym1 (src/Data/Singletons/Prelude/List.hs:188)
    NullSym0 (src/Data/Singletons/Prelude/List.hs:188)
    NullSym1 (src/Data/Singletons/Prelude/List.hs:188)
    MapSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    ReverseSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ReverseSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IntersperseSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IntersperseSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IntersperseSym2 (src/Data/Singletons/Prelude/List.hs:188)
    IntercalateSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IntercalateSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IntercalateSym2 (src/Data/Singletons/Prelude/List.hs:188)
    SubsequencesSym0 (src/Data/Singletons/Prelude/List.hs:188)
    SubsequencesSym1 (src/Data/Singletons/Prelude/List.hs:188)
    PermutationsSym0 (src/Data/Singletons/Prelude/List.hs:188)
    PermutationsSym1 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym0 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym1 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym2 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl'Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl'Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl'Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl'Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1'Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1'Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1'Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    FoldrSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym3 (src/Data/Singletons/Prelude/Base.hs:54)
    Foldr1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym2 (src/Data/Singletons/Prelude/List.hs:188)
    AndSym0 (src/Data/Singletons/Prelude/List.hs:188)
    AndSym1 (src/Data/Singletons/Prelude/List.hs:188)
    OrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    OrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    Any_Sym0 (src/Data/Singletons/Prelude/List.hs:182)
    Any_Sym1 (src/Data/Singletons/Prelude/List.hs:182)
    Any_Sym2 (src/Data/Singletons/Prelude/List.hs:182)
    AllSym0 (src/Data/Singletons/Prelude/List.hs:188)
    AllSym1 (src/Data/Singletons/Prelude/List.hs:188)
    AllSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumLSym0 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumLSym1 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumLSym2 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumLSym3 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumRSym0 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumRSym1 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumRSym2 (src/Data/Singletons/Prelude/List.hs:188)
    MapAccumRSym3 (src/Data/Singletons/Prelude/List.hs:188)
    UnfoldrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    UnfoldrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    UnfoldrSym2 (src/Data/Singletons/Prelude/List.hs:188)
    InitsSym0 (src/Data/Singletons/Prelude/List.hs:188)
    InitsSym1 (src/Data/Singletons/Prelude/List.hs:188)
    TailsSym0 (src/Data/Singletons/Prelude/List.hs:188)
    TailsSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IsPrefixOfSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IsPrefixOfSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IsPrefixOfSym2 (src/Data/Singletons/Prelude/List.hs:188)
    IsSuffixOfSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IsSuffixOfSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IsSuffixOfSym2 (src/Data/Singletons/Prelude/List.hs:188)
    IsInfixOfSym0 (src/Data/Singletons/Prelude/List.hs:188)
    IsInfixOfSym1 (src/Data/Singletons/Prelude/List.hs:188)
    IsInfixOfSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym2 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym0 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym1 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym2 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    UnzipSym0 (src/Data/Singletons/Prelude/List.hs:188)
    UnzipSym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip4Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip4Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip5Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip5Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip6Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip6Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip7Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip7Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteSym0 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteSym1 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteSym2 (src/Data/Singletons/Prelude/List.hs:188)
    :\\$ (src/Data/Singletons/Prelude/List.hs:188)
    :\\$$ (src/Data/Singletons/Prelude/List.hs:188)
    :\\$$$ (src/Data/Singletons/Prelude/List.hs:188)
    IntersectSym0 (src/Data/Promotion/Prelude/List.hs:242)
    IntersectSym1 (src/Data/Promotion/Prelude/List.hs:242)
    IntersectSym2 (src/Data/Promotion/Prelude/List.hs:242)
    InsertSym0 (src/Data/Promotion/Prelude/List.hs:242)
    InsertSym1 (src/Data/Promotion/Prelude/List.hs:242)
    InsertSym2 (src/Data/Promotion/Prelude/List.hs:242)
    SortSym0 (src/Data/Promotion/Prelude/List.hs:242)
    SortSym1 (src/Data/Promotion/Prelude/List.hs:242)
    DeleteBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteBySym3 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    DeleteFirstsBySym3 (src/Data/Singletons/Prelude/List.hs:188)
    IntersectBySym0 (src/Data/Promotion/Prelude/List.hs:242)
    IntersectBySym1 (src/Data/Promotion/Prelude/List.hs:242)
    IntersectBySym2 (src/Data/Promotion/Prelude/List.hs:242)
    SortBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    SortBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    SortBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    InsertBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    InsertBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    InsertBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    InsertBySym3 (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    LengthSym0 (src/Data/Promotion/Prelude/List.hs:242)
    LengthSym1 (src/Data/Promotion/Prelude/List.hs:242)
    SumSym0 (src/Data/Promotion/Prelude/List.hs:242)
    SumSym1 (src/Data/Promotion/Prelude/List.hs:242)
    ProductSym0 (src/Data/Promotion/Prelude/List.hs:242)
    ProductSym1 (src/Data/Promotion/Prelude/List.hs:242)
    ReplicateSym0 (src/Data/Promotion/Prelude/List.hs:242)
    ReplicateSym1 (src/Data/Promotion/Prelude/List.hs:242)
    ReplicateSym2 (src/Data/Promotion/Prelude/List.hs:242)
    TransposeSym0 (src/Data/Promotion/Prelude/List.hs:242)
    TransposeSym1 (src/Data/Promotion/Prelude/List.hs:242)
    TakeSym0 (src/Data/Promotion/Prelude/List.hs:242)
    TakeSym1 (src/Data/Promotion/Prelude/List.hs:242)
    TakeSym2 (src/Data/Promotion/Prelude/List.hs:242)
    DropSym0 (src/Data/Promotion/Prelude/List.hs:242)
    DropSym1 (src/Data/Promotion/Prelude/List.hs:242)
    DropSym2 (src/Data/Promotion/Prelude/List.hs:242)
    SplitAtSym0 (src/Data/Promotion/Prelude/List.hs:242)
    SplitAtSym1 (src/Data/Promotion/Prelude/List.hs:242)
    SplitAtSym2 (src/Data/Promotion/Prelude/List.hs:242)
    TakeWhileSym0 (src/Data/Promotion/Prelude/List.hs:242)
    TakeWhileSym1 (src/Data/Promotion/Prelude/List.hs:242)
    TakeWhileSym2 (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileSym0 (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileSym1 (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileSym2 (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileEndSym0 (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileEndSym1 (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileEndSym2 (src/Data/Promotion/Prelude/List.hs:242)
    SpanSym0 (src/Data/Promotion/Prelude/List.hs:242)
    SpanSym1 (src/Data/Promotion/Prelude/List.hs:242)
    SpanSym2 (src/Data/Promotion/Prelude/List.hs:242)
    BreakSym0 (src/Data/Promotion/Prelude/List.hs:242)
    BreakSym1 (src/Data/Promotion/Prelude/List.hs:242)
    BreakSym2 (src/Data/Promotion/Prelude/List.hs:242)
    StripPrefixSym0 (src/Data/Promotion/Prelude/List.hs:242)
    StripPrefixSym1 (src/Data/Promotion/Prelude/List.hs:242)
    MaximumSym0 (src/Data/Promotion/Prelude/List.hs:242)
    MaximumSym1 (src/Data/Promotion/Prelude/List.hs:242)
    MinimumSym0 (src/Data/Promotion/Prelude/List.hs:242)
    MinimumSym1 (src/Data/Promotion/Prelude/List.hs:242)
    GroupSym0 (src/Data/Promotion/Prelude/List.hs:242)
    GroupSym1 (src/Data/Promotion/Prelude/List.hs:242)
    GroupBySym0 (src/Data/Promotion/Prelude/List.hs:242)
    GroupBySym1 (src/Data/Promotion/Prelude/List.hs:242)
    GroupBySym2 (src/Data/Promotion/Prelude/List.hs:242)
    LookupSym0 (src/Data/Promotion/Prelude/List.hs:242)
    LookupSym1 (src/Data/Promotion/Prelude/List.hs:242)
    LookupSym2 (src/Data/Promotion/Prelude/List.hs:242)
    FindSym0 (src/Data/Promotion/Prelude/List.hs:242)
    FindSym1 (src/Data/Promotion/Prelude/List.hs:242)
    FindSym2 (src/Data/Promotion/Prelude/List.hs:242)
    FilterSym0 (src/Data/Promotion/Prelude/List.hs:242)
    FilterSym1 (src/Data/Promotion/Prelude/List.hs:242)
    FilterSym2 (src/Data/Promotion/Prelude/List.hs:242)
    PartitionSym0 (src/Data/Promotion/Prelude/List.hs:242)
    PartitionSym1 (src/Data/Promotion/Prelude/List.hs:242)
    PartitionSym2 (src/Data/Promotion/Prelude/List.hs:242)
    :!!$ (src/Data/Promotion/Prelude/List.hs:242)
    :!!$$ (src/Data/Promotion/Prelude/List.hs:242)
    :!!$$$ (src/Data/Promotion/Prelude/List.hs:242)
    ElemIndexSym0 (src/Data/Promotion/Prelude/List.hs:242)
    ElemIndexSym1 (src/Data/Promotion/Prelude/List.hs:242)
    ElemIndexSym2 (src/Data/Promotion/Prelude/List.hs:242)
    ElemIndicesSym0 (src/Data/Promotion/Prelude/List.hs:242)
    ElemIndicesSym1 (src/Data/Promotion/Prelude/List.hs:242)
    ElemIndicesSym2 (src/Data/Promotion/Prelude/List.hs:242)
    FindIndexSym0 (src/Data/Promotion/Prelude/List.hs:242)
    FindIndexSym1 (src/Data/Promotion/Prelude/List.hs:242)
    FindIndexSym2 (src/Data/Promotion/Prelude/List.hs:242)
    FindIndicesSym0 (src/Data/Promotion/Prelude/List.hs:242)
    FindIndicesSym1 (src/Data/Promotion/Prelude/List.hs:242)
    FindIndicesSym2 (src/Data/Promotion/Prelude/List.hs:242)
    Zip4Sym0 (src/Data/Promotion/Prelude/List.hs:242)
    Zip4Sym1 (src/Data/Promotion/Prelude/List.hs:242)
    Zip4Sym2 (src/Data/Promotion/Prelude/List.hs:242)
    Zip4Sym3 (src/Data/Promotion/Prelude/List.hs:242)
    Zip4Sym4 (src/Data/Promotion/Prelude/List.hs:242)
    Zip5Sym0 (src/Data/Promotion/Prelude/List.hs:242)
    Zip5Sym1 (src/Data/Promotion/Prelude/List.hs:242)
    Zip5Sym2 (src/Data/Promotion/Prelude/List.hs:242)
    Zip5Sym3 (src/Data/Promotion/Prelude/List.hs:242)
    Zip5Sym4 (src/Data/Promotion/Prelude/List.hs:242)
    Zip5Sym5 (src/Data/Promotion/Prelude/List.hs:242)
    Zip6Sym0 (src/Data/Promotion/Prelude/List.hs:242)
    Zip6Sym1 (src/Data/Promotion/Prelude/List.hs:242)
    Zip6Sym2 (src/Data/Promotion/Prelude/List.hs:242)
    Zip6Sym3 (src/Data/Promotion/Prelude/List.hs:242)
    Zip6Sym4 (src/Data/Promotion/Prelude/List.hs:242)
    Zip6Sym5 (src/Data/Promotion/Prelude/List.hs:242)
    Zip6Sym6 (src/Data/Promotion/Prelude/List.hs:242)
    Zip7Sym0 (src/Data/Promotion/Prelude/List.hs:242)
    Zip7Sym1 (src/Data/Promotion/Prelude/List.hs:242)
    Zip7Sym2 (src/Data/Promotion/Prelude/List.hs:242)
    Zip7Sym3 (src/Data/Promotion/Prelude/List.hs:242)
    Zip7Sym4 (src/Data/Promotion/Prelude/List.hs:242)
    Zip7Sym5 (src/Data/Promotion/Prelude/List.hs:242)
    Zip7Sym6 (src/Data/Promotion/Prelude/List.hs:242)
    Zip7Sym7 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith4Sym0 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith4Sym1 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith4Sym2 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith4Sym3 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith4Sym4 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith5Sym0 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith5Sym1 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith5Sym2 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith5Sym3 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith5Sym4 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith5Sym5 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith6Sym0 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith6Sym1 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith6Sym2 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith6Sym3 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith6Sym4 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith6Sym5 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith6Sym6 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith7Sym0 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith7Sym1 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith7Sym2 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith7Sym3 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith7Sym4 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith7Sym5 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith7Sym6 (src/Data/Promotion/Prelude/List.hs:242)
    ZipWith7Sym7 (src/Data/Promotion/Prelude/List.hs:242)
    NubSym0 (src/Data/Promotion/Prelude/List.hs:242)
    NubSym1 (src/Data/Promotion/Prelude/List.hs:242)
    NubBySym0 (src/Data/Promotion/Prelude/List.hs:242)
    NubBySym1 (src/Data/Promotion/Prelude/List.hs:242)
    NubBySym2 (src/Data/Promotion/Prelude/List.hs:242)
    UnionSym0 (src/Data/Promotion/Prelude/List.hs:242)
    UnionSym1 (src/Data/Promotion/Prelude/List.hs:242)
    UnionSym2 (src/Data/Promotion/Prelude/List.hs:242)
    UnionBySym0 (src/Data/Promotion/Prelude/List.hs:242)
    UnionBySym1 (src/Data/Promotion/Prelude/List.hs:242)
    UnionBySym2 (src/Data/Promotion/Prelude/List.hs:242)
    UnionBySym3 (src/Data/Promotion/Prelude/List.hs:242)
    GenericLengthSym0 (src/Data/Promotion/Prelude/List.hs:242)
    GenericLengthSym1 (src/Data/Promotion/Prelude/List.hs:242)
    GenericTakeSym0 (src/Data/Promotion/Prelude/List.hs:242)
    GenericTakeSym1 (src/Data/Promotion/Prelude/List.hs:242)
    GenericTakeSym2 (src/Data/Promotion/Prelude/List.hs:242)
    GenericDropSym0 (src/Data/Promotion/Prelude/List.hs:242)
    GenericDropSym1 (src/Data/Promotion/Prelude/List.hs:242)
    GenericDropSym2 (src/Data/Promotion/Prelude/List.hs:242)
    GenericSplitAtSym0 (src/Data/Promotion/Prelude/List.hs:242)
    GenericSplitAtSym1 (src/Data/Promotion/Prelude/List.hs:242)
    GenericSplitAtSym2 (src/Data/Promotion/Prelude/List.hs:242)
    GenericIndexSym0 (src/Data/Promotion/Prelude/List.hs:242)
    GenericIndexSym1 (src/Data/Promotion/Prelude/List.hs:242)
    GenericIndexSym2 (src/Data/Promotion/Prelude/List.hs:242)
    GenericReplicateSym0 (src/Data/Promotion/Prelude/List.hs:242)
    GenericReplicateSym1 (src/Data/Promotion/Prelude/List.hs:242)
    GenericReplicateSym2 (src/Data/Promotion/Prelude/List.hs:242)
  10% (  4 / 39) in 'Data.Promotion.Prelude.Maybe'
  Missing documentation for:
    maybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    IsJust (src/Data/Singletons/Prelude/Maybe.hs:79)
    IsNothing (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromJust (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromMaybe (src/Data/Singletons/Prelude/Maybe.hs:79)
    MaybeToList (src/Data/Singletons/Prelude/Maybe.hs:79)
    ListToMaybe (src/Data/Singletons/Prelude/Maybe.hs:79)
    CatMaybes (src/Data/Singletons/Prelude/Maybe.hs:79)
    MapMaybe (src/Data/Singletons/Prelude/Maybe.hs:79)
    NothingSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Maybe_Sym0 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym1 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym2 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym3 (src/Data/Singletons/Prelude/Maybe.hs:68)
    IsJustSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    IsJustSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    IsNothingSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    IsNothingSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromJustSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromJustSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromMaybeSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromMaybeSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    FromMaybeSym2 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MaybeToListSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MaybeToListSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    ListToMaybeSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    ListToMaybeSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    CatMaybesSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    CatMaybesSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MapMaybeSym0 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MapMaybeSym1 (src/Data/Singletons/Prelude/Maybe.hs:79)
    MapMaybeSym2 (src/Data/Singletons/Prelude/Maybe.hs:79)
   8% ( 28 /339) in 'Data.Promotion.Prelude'
  Missing documentation for:
    Not (src/Data/Singletons/Prelude/Bool.hs:72)
    :&& (src/Data/Singletons/Prelude/Bool.hs:72)
    :|| (src/Data/Singletons/Prelude/Bool.hs:72)
    Otherwise (src/Data/Singletons/Prelude/Bool.hs:72)
    maybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_ (src/Data/Singletons/Prelude/Maybe.hs:68)
    either_ (src/Data/Singletons/Prelude/Either.hs:64)
    Either_ (src/Data/Singletons/Prelude/Either.hs:64)
    Fst (src/Data/Singletons/Prelude/Tuple.hs:56)
    Snd (src/Data/Singletons/Prelude/Tuple.hs:56)
    Curry (src/Data/Singletons/Prelude/Tuple.hs:56)
    Uncurry (src/Data/Singletons/Prelude/Tuple.hs:56)
    ErrorSym0 (src/Data/Singletons/TypeLits.hs:208)
    :+ (src/Data/Singletons/TypeLits.hs:140)
    :- (src/Data/Singletons/TypeLits.hs:141)
    :* (src/Data/Singletons/TypeLits.hs:142)
    :^ (src/Data/Singletons/TypeLits.hs:143)
    Id (src/Data/Singletons/Prelude/Base.hs:54)
    Const (src/Data/Singletons/Prelude/Base.hs:54)
    :. (src/Data/Singletons/Prelude/Base.hs:54)
    $ (src/Data/Singletons/Prelude/Base.hs:92)
    $! (src/Data/Singletons/Prelude/Base.hs:107)
    Flip (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOf (src/Data/Singletons/Prelude/Base.hs:54)
    Until (src/Data/Promotion/Prelude/Base.hs:48)
    Seq (src/Data/Singletons/Prelude/Base.hs:54)
    Map (src/Data/Singletons/Prelude/Base.hs:54)
    :++ (src/Data/Singletons/Prelude/Base.hs:54)
    Filter (src/Data/Promotion/Prelude/List.hs:242)
    Head (src/Data/Singletons/Prelude/List.hs:188)
    Last (src/Data/Singletons/Prelude/List.hs:188)
    Tail (src/Data/Singletons/Prelude/List.hs:188)
    Init (src/Data/Singletons/Prelude/List.hs:188)
    Null (src/Data/Singletons/Prelude/List.hs:188)
    Length (src/Data/Promotion/Prelude/List.hs:242)
    :!! (src/Data/Promotion/Prelude/List.hs:242)
    Reverse (src/Data/Singletons/Prelude/List.hs:188)
    Foldl (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr (src/Data/Singletons/Prelude/Base.hs:54)
    Foldr1 (src/Data/Singletons/Prelude/List.hs:188)
    And (src/Data/Singletons/Prelude/List.hs:188)
    Or (src/Data/Singletons/Prelude/List.hs:188)
    any_ (src/Data/Singletons/Prelude/List.hs:182)
    Any_ (src/Data/Singletons/Prelude/List.hs:182)
    All (src/Data/Singletons/Prelude/List.hs:188)
    Sum (src/Data/Promotion/Prelude/List.hs:242)
    Product (src/Data/Promotion/Prelude/List.hs:242)
    Concat (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMap (src/Data/Singletons/Prelude/List.hs:188)
    Maximum (src/Data/Promotion/Prelude/List.hs:242)
    Minimum (src/Data/Promotion/Prelude/List.hs:242)
    Scanl (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1 (src/Data/Singletons/Prelude/List.hs:188)
    Replicate (src/Data/Promotion/Prelude/List.hs:242)
    Take (src/Data/Promotion/Prelude/List.hs:242)
    Drop (src/Data/Promotion/Prelude/List.hs:242)
    SplitAt (src/Data/Promotion/Prelude/List.hs:242)
    TakeWhile (src/Data/Promotion/Prelude/List.hs:242)
    DropWhile (src/Data/Promotion/Prelude/List.hs:242)
    Span (src/Data/Promotion/Prelude/List.hs:242)
    Break (src/Data/Promotion/Prelude/List.hs:242)
    Elem (src/Data/Singletons/Prelude/List.hs:188)
    NotElem (src/Data/Singletons/Prelude/List.hs:188)
    Lookup (src/Data/Promotion/Prelude/List.hs:242)
    Zip (src/Data/Singletons/Prelude/List.hs:188)
    Zip3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3 (src/Data/Singletons/Prelude/List.hs:188)
    Unzip (src/Data/Singletons/Prelude/List.hs:188)
    Unzip3 (src/Data/Singletons/Prelude/List.hs:188)
    FalseSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    TrueSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    NotSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
    NotSym1 (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :&&$$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    :||$$$ (src/Data/Singletons/Prelude/Bool.hs:72)
    OtherwiseSym0 (src/Data/Singletons/Prelude/Bool.hs:72)
    NothingSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    JustSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Maybe_Sym0 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym1 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym2 (src/Data/Singletons/Prelude/Maybe.hs:68)
    Maybe_Sym3 (src/Data/Singletons/Prelude/Maybe.hs:68)
    LeftSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    LeftSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    RightSym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Either_Sym0 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym1 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym2 (src/Data/Singletons/Prelude/Either.hs:64)
    Either_Sym3 (src/Data/Singletons/Prelude/Either.hs:64)
    Tuple0Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym7 (src/Data/Singletons/Prelude/Instances.hs:27)
    FstSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    FstSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SndSym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    SndSym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym2 (src/Data/Singletons/Prelude/Tuple.hs:56)
    CurrySym3 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym0 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym1 (src/Data/Singletons/Prelude/Tuple.hs:56)
    UncurrySym2 (src/Data/Singletons/Prelude/Tuple.hs:56)
    :+$ (src/Data/Singletons/TypeLits.hs:145)
    :+$$ (src/Data/Singletons/TypeLits.hs:145)
    :-$ (src/Data/Singletons/TypeLits.hs:145)
    :-$$ (src/Data/Singletons/TypeLits.hs:145)
    :*$ (src/Data/Singletons/TypeLits.hs:145)
    :*$$ (src/Data/Singletons/TypeLits.hs:145)
    :^$ (src/Data/Singletons/TypeLits.hs:145)
    :^$$ (src/Data/Singletons/TypeLits.hs:145)
    IdSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    IdSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    ConstSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    :.$ (src/Data/Singletons/Prelude/Base.hs:54)
    :.$$ (src/Data/Singletons/Prelude/Base.hs:54)
    :.$$$ (src/Data/Singletons/Prelude/Base.hs:54)
    $$ (src/Data/Singletons/Prelude/Base.hs:95)
    $$$ (src/Data/Singletons/Prelude/Base.hs:98)
    $$$$ (src/Data/Singletons/Prelude/Base.hs:101)
    $!$ (src/Data/Singletons/Prelude/Base.hs:110)
    $!$$ (src/Data/Singletons/Prelude/Base.hs:113)
    $!$$$ (src/Data/Singletons/Prelude/Base.hs:116)
    FlipSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FlipSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FlipSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    AsTypeOfSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    SeqSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    :$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    :$$$ (src/Data/Singletons/Prelude/Instances.hs:27)
    NilSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    MapSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    MapSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    ReverseSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ReverseSym1 (src/Data/Singletons/Prelude/List.hs:188)
    :++$$ (src/Data/Singletons/Prelude/Base.hs:54)
    :++$ (src/Data/Singletons/Prelude/Base.hs:54)
    HeadSym0 (src/Data/Singletons/Prelude/List.hs:188)
    HeadSym1 (src/Data/Singletons/Prelude/List.hs:188)
    LastSym0 (src/Data/Singletons/Prelude/List.hs:188)
    LastSym1 (src/Data/Singletons/Prelude/List.hs:188)
    TailSym0 (src/Data/Singletons/Prelude/List.hs:188)
    TailSym1 (src/Data/Singletons/Prelude/List.hs:188)
    InitSym0 (src/Data/Singletons/Prelude/List.hs:188)
    InitSym1 (src/Data/Singletons/Prelude/List.hs:188)
    NullSym0 (src/Data/Singletons/Prelude/List.hs:188)
    NullSym1 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym0 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym1 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym2 (src/Data/Singletons/Prelude/List.hs:188)
    FoldlSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldl1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    FoldrSym0 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym1 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym2 (src/Data/Singletons/Prelude/Base.hs:54)
    FoldrSym3 (src/Data/Singletons/Prelude/Base.hs:54)
    Foldr1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Foldr1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ConcatMapSym2 (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    MaximumBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBySym0 (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBySym1 (src/Data/Singletons/Prelude/List.hs:188)
    MinimumBySym2 (src/Data/Singletons/Prelude/List.hs:188)
    AndSym0 (src/Data/Singletons/Prelude/List.hs:188)
    AndSym1 (src/Data/Singletons/Prelude/List.hs:188)
    OrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    OrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    Any_Sym0 (src/Data/Singletons/Prelude/List.hs:182)
    Any_Sym1 (src/Data/Singletons/Prelude/List.hs:182)
    Any_Sym2 (src/Data/Singletons/Prelude/List.hs:182)
    AllSym0 (src/Data/Singletons/Prelude/List.hs:188)
    AllSym1 (src/Data/Singletons/Prelude/List.hs:188)
    AllSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanlSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanl1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ScanrSym3 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Scanr1Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ElemSym2 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym0 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym1 (src/Data/Singletons/Prelude/List.hs:188)
    NotElemSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipSym2 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    Zip3Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWithSym3 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym0 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym1 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym2 (src/Data/Singletons/Prelude/List.hs:188)
    ZipWith3Sym3 (src/Data/Singletons/Prelude/List.hs:188)
    UnzipSym0 (src/Data/Singletons/Prelude/List.hs:188)
    UnzipSym1 (src/Data/Singletons/Prelude/List.hs:188)
    UntilSym0 (src/Data/Promotion/Prelude/Base.hs:48)
    UntilSym1 (src/Data/Promotion/Prelude/Base.hs:48)
    UntilSym2 (src/Data/Promotion/Prelude/Base.hs:48)
    UntilSym3 (src/Data/Promotion/Prelude/Base.hs:48)
    LengthSym0 (src/Data/Promotion/Prelude/List.hs:242)
    LengthSym1 (src/Data/Promotion/Prelude/List.hs:242)
    SumSym0 (src/Data/Promotion/Prelude/List.hs:242)
    SumSym1 (src/Data/Promotion/Prelude/List.hs:242)
    ProductSym0 (src/Data/Promotion/Prelude/List.hs:242)
    ProductSym1 (src/Data/Promotion/Prelude/List.hs:242)
    ReplicateSym0 (src/Data/Promotion/Prelude/List.hs:242)
    ReplicateSym1 (src/Data/Promotion/Prelude/List.hs:242)
    ReplicateSym2 (src/Data/Promotion/Prelude/List.hs:242)
    TakeSym0 (src/Data/Promotion/Prelude/List.hs:242)
    TakeSym1 (src/Data/Promotion/Prelude/List.hs:242)
    TakeSym2 (src/Data/Promotion/Prelude/List.hs:242)
    DropSym0 (src/Data/Promotion/Prelude/List.hs:242)
    DropSym1 (src/Data/Promotion/Prelude/List.hs:242)
    DropSym2 (src/Data/Promotion/Prelude/List.hs:242)
    SplitAtSym0 (src/Data/Promotion/Prelude/List.hs:242)
    SplitAtSym1 (src/Data/Promotion/Prelude/List.hs:242)
    SplitAtSym2 (src/Data/Promotion/Prelude/List.hs:242)
    TakeWhileSym0 (src/Data/Promotion/Prelude/List.hs:242)
    TakeWhileSym1 (src/Data/Promotion/Prelude/List.hs:242)
    TakeWhileSym2 (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileSym0 (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileSym1 (src/Data/Promotion/Prelude/List.hs:242)
    DropWhileSym2 (src/Data/Promotion/Prelude/List.hs:242)
    SpanSym0 (src/Data/Promotion/Prelude/List.hs:242)
    SpanSym1 (src/Data/Promotion/Prelude/List.hs:242)
    SpanSym2 (src/Data/Promotion/Prelude/List.hs:242)
    BreakSym0 (src/Data/Promotion/Prelude/List.hs:242)
    BreakSym1 (src/Data/Promotion/Prelude/List.hs:242)
    BreakSym2 (src/Data/Promotion/Prelude/List.hs:242)
    LookupSym0 (src/Data/Promotion/Prelude/List.hs:242)
    LookupSym1 (src/Data/Promotion/Prelude/List.hs:242)
    LookupSym2 (src/Data/Promotion/Prelude/List.hs:242)
    FilterSym0 (src/Data/Promotion/Prelude/List.hs:242)
    FilterSym1 (src/Data/Promotion/Prelude/List.hs:242)
    FilterSym2 (src/Data/Promotion/Prelude/List.hs:242)
    :!!$ (src/Data/Promotion/Prelude/List.hs:242)
    :!!$$ (src/Data/Promotion/Prelude/List.hs:242)
    :!!$$$ (src/Data/Promotion/Prelude/List.hs:242)
  39% ( 28 / 71) in 'Data.Promotion.TH'
  Missing documentation for:
    :&& (src/Data/Singletons/Prelude/Bool.hs:72)
    POrd (src/Data/Singletons/Prelude/Ord.hs:48)
    ThenCmp (src/Data/Singletons/Prelude/Ord.hs:124)
    ErrorSym0 (src/Data/Singletons/TypeLits.hs:208)
    TrueSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    FalseSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    LTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    EQSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    GTSym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple0Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple2Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple3Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple4Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple5Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple6Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym0 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym1 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym2 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym3 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym4 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym5 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym6 (src/Data/Singletons/Prelude/Instances.hs:27)
    Tuple7Sym7 (src/Data/Singletons/Prelude/Instances.hs:27)
Warning: Data.Singletons.Types: could not find link destinations for:
    D1Proxy C1_0Proxy
Warning: Data.Singletons: could not find link destinations for:
    TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7
Warning: Data.Singletons.Prelude.Bool: could not find link destinations for:
    TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7
Warning: Data.Singletons.TypeRepStar: could not find link destinations for:
    TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7
Warning: Data.Singletons.Prelude.Ord: could not find link destinations for:
    Case_1627555667 Let1627555659Scrutinee_1627555568Sym2 Case_1627555702 Let1627555694Scrutinee_1627555572Sym2 Case_1627555726 Let1627555718Scrutinee_1627555574Sym2 Case_1627555750 Let1627555742Scrutinee_1627555576Sym2 Case_1627555774 Let1627555766Scrutinee_1627555578Sym2 Case_1627555798 Let1627555790Scrutinee_1627555580Sym2 Case_1627555821 Let1627555813Scrutinee_1627555582Sym2 TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7
Warning: Data.Promotion.Prelude.Ord: could not find link destinations for:
    Case_1627555667 Let1627555659Scrutinee_1627555568Sym2 Case_1627555702 Let1627555694Scrutinee_1627555572Sym2 Case_1627555726 Let1627555718Scrutinee_1627555574Sym2 Case_1627555750 Let1627555742Scrutinee_1627555576Sym2 Case_1627555774 Let1627555766Scrutinee_1627555578Sym2 Case_1627555798 Let1627555790Scrutinee_1627555580Sym2 Case_1627555821 Let1627555813Scrutinee_1627555582Sym2
Warning: Data.Singletons.TypeLits: could not find link destinations for:
    TFCo:R:SingNatn SNat EqNat TFCo:R:SingSymboln SSym EqSymbol natSing symbolSing
Warning: Data.Singletons.TH: could not find link destinations for:
    TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7 Case_1627555667 Let1627555659Scrutinee_1627555568Sym2 Case_1627555702 Let1627555694Scrutinee_1627555572Sym2 Case_1627555726 Let1627555718Scrutinee_1627555574Sym2 Case_1627555750 Let1627555742Scrutinee_1627555576Sym2 Case_1627555774 Let1627555766Scrutinee_1627555578Sym2 Case_1627555798 Let1627555790Scrutinee_1627555580Sym2 Case_1627555821 Let1627555813Scrutinee_1627555582Sym2 D1Proxy C1_0Proxy
Warning: Data.Singletons.Prelude.Base: could not find link destinations for:
    Let1627572264GoSym3 Lambda_1627572164Sym0
Warning: Data.Singletons.Prelude.Either: could not find link destinations for:
    TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7 Let1627583878LeftSym1 Let1627583878RightSym1 PartitionEithersSym0
Warning: Data.Promotion.Prelude.Either: could not find link destinations for:
    Let1627583878LeftSym1 Let1627583878RightSym1
Warning: Data.Singletons.Prelude.Tuple: could not find link destinations for:
    TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7
Warning: Data.Promotion.Prelude.Base: could not find link destinations for:
    Let1627572264GoSym3 Lambda_1627572164Sym0 Let1627595346GoSym3
Warning: Data.Singletons.Prelude.List: could not find link destinations for:
    TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7 Let1627606900Last'Sym2 Let1627606863Init'Sym2 Let1627606821RevSym1 PrependToAllSym0 NonEmptySubsequencesSym0 Let1627606385PermsSym1 Let1627606126LgoSym3 Let1627606029LgoSym3 Let1627572264GoSym3 Let1627605991XsSym4 Case_1627605912 Let1627605899Scrutinee_1627604784Sym3 Case_1627605875 Let1627605856Scrutinee_1627604786Sym4 Case_1627605829 Let1627605810Scrutinee_1627604788Sym4 Let1627605630S''Sym4 Let1627605630YSym4 Let1627605630YsSym4 Let1627605464S''Sym4 Let1627605464YSym4 Let1627605464YsSym4 Case_1627605437 Let1627605429Scrutinee_1627604794Sym2 Case_1627605412 Let1627605408Scrutinee_1627604796Sym1 Case_1627605386 Let1627605382Scrutinee_1627604798Sym1 Lambda_1627605170Sym0 Lambda_1627605136Sym0 Lambda_1627605100Sym0 Lambda_1627605062Sym0 Lambda_1627605022Sym0 Lambda_1627604980Sym0 Case_1627604956 Let1627604937Scrutinee_1627604824Sym4 Case_1627604899 Let1627604880Scrutinee_1627604826Sym4 Let1627606197MaxBySym3 Let1627606184XsSym3 Let1627606283MinBySym3 Let1627606270XsSym3
Warning: Data.Singletons.Prelude.Maybe: could not find link destinations for:
    TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7 Case_1627745598 Let1627745590Scrutinee_1627745513Sym2 Case_1627745556 Let1627745543Scrutinee_1627745515Sym3
Warning: Data.Singletons.Prelude: could not find link destinations for:
    TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:Sing*a STypeRep TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7 Lambda_1627572164Sym0 Let1627606900Last'Sym2 Let1627606863Init'Sym2 Let1627606821RevSym1 Let1627606126LgoSym3 Let1627572264GoSym3 Let1627605991XsSym4 Case_1627605912 Let1627605899Scrutinee_1627604784Sym3 Case_1627605875 Let1627605856Scrutinee_1627604786Sym4 Case_1627605829 Let1627605810Scrutinee_1627604788Sym4 Lambda_1627605170Sym0 Lambda_1627605136Sym0 EqSymbol
Warning: Data.Promotion.Prelude.List: could not find link destinations for:
    Let1627606900Last'Sym2 Let1627606863Init'Sym2 Let1627606821RevSym1 PrependToAllSym0 NonEmptySubsequencesSym0 Let1627606385PermsSym1 Let1627606126LgoSym3 Let1627606029LgoSym3 Let1627572264GoSym3 Let1627605991XsSym4 Let1627760775Sum'Sym1 Let1627760751ProdSym1 Case_1627605912 Let1627605899Scrutinee_1627604784Sym3 Case_1627605875 Let1627605856Scrutinee_1627604786Sym4 Case_1627605829 Let1627605810Scrutinee_1627604788Sym4 Let1627605630S''Sym4 Let1627605630YSym4 Let1627605630YsSym4 Let1627605464S''Sym4 Let1627605464YSym4 Let1627605464YsSym4 Case_1627605437 Let1627605429Scrutinee_1627604794Sym2 Let1627760629XsSym2 Case_1627760606 Case_1627760557 Lambda_1627760497Sym0 Let1627760277XsSym0 Case_1627760280 Let1627760133XsSym0 Case_1627760136 Case_1627760103 Case_1627605412 Let1627605408Scrutinee_1627604796Sym1 Case_1627605386 Let1627605382Scrutinee_1627604798Sym1 Case_1627760051 Case_1627759952 SelectSym0 Case_1627759880 Lambda_1627760835Sym0 Let1627760811BuildListSym2 Lambda_1627605170Sym0 Lambda_1627605136Sym0 Lambda_1627605100Sym0 Lambda_1627605062Sym0 Lambda_1627605022Sym0 Lambda_1627604980Sym0 Let1627759380Nub'Sym1 Let1627759307NubBy'Sym2 Case_1627604956 Let1627604937Scrutinee_1627604824Sym4 Let1627760424YsSym3 Let1627760424ZsSym3 Lambda_1627759988Sym0 Case_1627604899 Let1627604880Scrutinee_1627604826Sym4 Let1627606197MaxBySym3 Let1627606184XsSym3 Let1627606283MinBySym3 Let1627606270XsSym3
Warning: Data.Promotion.Prelude.Maybe: could not find link destinations for:
    Case_1627745598 Let1627745590Scrutinee_1627745513Sym2 Case_1627745556 Let1627745543Scrutinee_1627745515Sym3
Warning: Data.Promotion.Prelude: could not find link destinations for:
    TFCo:R:SingSymboln SSym EqSymbol TFCo:R:SingNatn SNat EqNat Lambda_1627572164Sym0 Let1627595346GoSym3 Case_1627759952 Let1627606900Last'Sym2 Let1627606863Init'Sym2 Case_1627759880 Let1627606821RevSym1 Let1627606126LgoSym3 Let1627572264GoSym3 Let1627605991XsSym4 Let1627760775Sum'Sym1 Let1627760751ProdSym1 Case_1627605912 Let1627605899Scrutinee_1627604784Sym3 Case_1627605875 Let1627605856Scrutinee_1627604786Sym4 Case_1627605829 Let1627605810Scrutinee_1627604788Sym4 Let1627760629XsSym2 Case_1627760606 Case_1627760557 Let1627760277XsSym0 Case_1627760280 Let1627760133XsSym0 Case_1627760136 Case_1627760051 Lambda_1627605170Sym0 Lambda_1627605136Sym0
Warning: Data.Promotion.TH: could not find link destinations for:
    TFCo:R:Sing(->)f SLambda applySing Case_1627555667 Let1627555659Scrutinee_1627555568Sym2 Case_1627555702 Let1627555694Scrutinee_1627555572Sym2 Case_1627555726 Let1627555718Scrutinee_1627555574Sym2 Case_1627555750 Let1627555742Scrutinee_1627555576Sym2 Case_1627555774 Let1627555766Scrutinee_1627555578Sym2 Case_1627555798 Let1627555790Scrutinee_1627555580Sym2 Case_1627555821 Let1627555813Scrutinee_1627555582Sym2 D1Proxy C1_0Proxy
Documentation created: dist/doc/html/singletons/index.html,
dist/doc/html/singletons/singletons.txt
Creating package registration file:
/tmp/pkgConf-singletons-1.1.233919373640317565.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/singletons-1.1.2.1-KNamMymDT43LCP5rF1ygL5
Registering singletons-1.1.2.1...
Installed singletons-1.1.2.1
Configuring MemoTrie-0.6.2...
Building MemoTrie-0.6.2...
Preprocessing library MemoTrie-0.6.2...
[1 of 1] Compiling Data.MemoTrie    ( src/Data/MemoTrie.hs, dist/build/Data/MemoTrie.o )

src/Data/MemoTrie.hs:38:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/MemoTrie.hs:40:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
In-place registering MemoTrie-0.6.2...
Running Haddock for MemoTrie-0.6.2...
Running hscolour for MemoTrie-0.6.2...
Preprocessing library MemoTrie-0.6.2...
Preprocessing library MemoTrie-0.6.2...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1

src/Data/MemoTrie.hs:38:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/MemoTrie.hs:40:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
Haddock coverage:
 100% ( 12 / 12) in 'Data.MemoTrie'
Documentation created: dist/doc/html/MemoTrie/index.html,
dist/doc/html/MemoTrie/MemoTrie.txt
Creating package registration file:
/tmp/pkgConf-MemoTrie-0.65759389931578467455.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/MemoTrie-0.6.2-AQc1MiVTYjTIQa2YB70cUF
Registering MemoTrie-0.6.2...
Installed MemoTrie-0.6.2
Configuring vector-space-0.10.2...
Building vector-space-0.10.2...
Preprocessing library vector-space-0.10.2...
[1 of 8] Compiling Data.AdditiveGroup ( src/Data/AdditiveGroup.hs, dist/build/Data/AdditiveGroup.o )
[2 of 8] Compiling Data.VectorSpace ( src/Data/VectorSpace.hs, dist/build/Data/VectorSpace.o )
[3 of 8] Compiling Data.Basis       ( src/Data/Basis.hs, dist/build/Data/Basis.o )
[4 of 8] Compiling Data.AffineSpace ( src/Data/AffineSpace.hs, dist/build/Data/AffineSpace.o )
[5 of 8] Compiling Data.LinearMap   ( src/Data/LinearMap.hs, dist/build/Data/LinearMap.o )
[6 of 8] Compiling Data.Maclaurin   ( src/Data/Maclaurin.hs, dist/build/Data/Maclaurin.o )
[7 of 8] Compiling Data.Derivative  ( src/Data/Derivative.hs, dist/build/Data/Derivative.o )
[8 of 8] Compiling Data.Cross       ( src/Data/Cross.hs, dist/build/Data/Cross.o )
In-place registering vector-space-0.10.2...
Running Haddock for vector-space-0.10.2...
Running hscolour for vector-space-0.10.2...
Preprocessing library vector-space-0.10.2...
Preprocessing library vector-space-0.10.2...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1
Haddock coverage:
 100% (  6 /  6) in 'Data.AdditiveGroup'
 100% ( 12 / 12) in 'Data.VectorSpace'
  50% (  2 /  4) in 'Data.Basis'
  Missing documentation for:
    HasBasis (src/Data/Basis.hs:30)
    recompose (src/Data/Basis.hs:44)
  86% (  6 /  7) in 'Data.AffineSpace'
  Missing documentation for:
    AffineSpace (src/Data/AffineSpace.hs:40)
  59% ( 10 / 17) in 'Data.LinearMap'
  Missing documentation for:
    inLMap (src/Data/LinearMap.hs:104)
    inLMap2 (src/Data/LinearMap.hs:107)
    inLMap3 (src/Data/LinearMap.hs:111)
    liftMS (src/Data/LinearMap.hs:185)
    liftMS2 (src/Data/LinearMap.hs:193)
    liftMS3 (src/Data/LinearMap.hs:199)
    firstL (src/Data/LinearMap.hs:64)
Warning: Data.Maclaurin: powVal is exported separately but will be documented under D. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Maclaurin: derivative is exported separately but will be documented under D. Consider exporting it together with its parent(s) for code clarity.
  80% ( 16 / 20) in 'Data.Maclaurin'
  Missing documentation for:
    pairD (src/Data/Maclaurin.hs:301)
    unpairD (src/Data/Maclaurin.hs:308)
    tripleD (src/Data/Maclaurin.hs:315)
    untripleD (src/Data/Maclaurin.hs:321)
 100% (  2 /  2) in 'Data.Derivative'
 100% (  8 /  8) in 'Data.Cross'
Warning: Data.LinearMap: could not find link destinations for:
    LMap' MSum
Documentation created: dist/doc/html/vector-space/index.html,
dist/doc/html/vector-space/vector-space.txt
Creating package registration file:
/tmp/pkgConf-vector-space-0.10326127303425380177.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/vector-space-0.10.2-4aUH5rMd52C0s16xVaQHZX
Registering vector-space-0.10.2...
Installed vector-space-0.10.2
Configuring units-2.3...
Building units-2.3...
Preprocessing library units-2.3...
[ 1 of 18] Compiling Data.Metrology.Z ( Data/Metrology/Z.hs, dist/build/Data/Metrology/Z.o )
[ 2 of 18] Compiling Data.Metrology.Set ( Data/Metrology/Set.hs, dist/build/Data/Metrology/Set.o )
[ 3 of 18] Compiling Data.Metrology.Factor ( Data/Metrology/Factor.hs, dist/build/Data/Metrology/Factor.o )
[ 4 of 18] Compiling Data.Metrology.LCSU ( Data/Metrology/LCSU.hs, dist/build/Data/Metrology/LCSU.o )
[ 5 of 18] Compiling Data.Metrology.Dimensions ( Data/Metrology/Dimensions.hs, dist/build/Data/Metrology/Dimensions.o )
[ 6 of 18] Compiling Data.Metrology.Units ( Data/Metrology/Units.hs, dist/build/Data/Metrology/Units.o )
[ 7 of 18] Compiling Data.Metrology.Qu ( Data/Metrology/Qu.hs, dist/build/Data/Metrology/Qu.o )
[ 8 of 18] Compiling Data.Metrology.Show ( Data/Metrology/Show.hs, dist/build/Data/Metrology/Show.o )
[ 9 of 18] Compiling Data.Metrology.Unsafe ( Data/Metrology/Unsafe.hs, dist/build/Data/Metrology/Unsafe.o )
[10 of 18] Compiling Data.Metrology.Combinators ( Data/Metrology/Combinators.hs, dist/build/Data/Metrology/Combinators.o )
[11 of 18] Compiling Data.Metrology.Validity ( Data/Metrology/Validity.hs, dist/build/Data/Metrology/Validity.o )
[12 of 18] Compiling Data.Metrology.Internal ( Data/Metrology/Internal.hs, dist/build/Data/Metrology/Internal.o )
[13 of 18] Compiling Data.Metrology.Vector ( Data/Metrology/Vector.hs, dist/build/Data/Metrology/Vector.o )
[14 of 18] Compiling Data.Metrology.Poly ( Data/Metrology/Poly.hs, dist/build/Data/Metrology/Poly.o )
[15 of 18] Compiling Data.Metrology.TH ( Data/Metrology/TH.hs, dist/build/Data/Metrology/TH.o )
[16 of 18] Compiling Data.Metrology.Quantity ( Data/Metrology/Quantity.hs, dist/build/Data/Metrology/Quantity.o )
[17 of 18] Compiling Data.Metrology   ( Data/Metrology.hs, dist/build/Data/Metrology.o )
[18 of 18] Compiling Data.Metrology.Parser ( Data/Metrology/Parser.hs, dist/build/Data/Metrology/Parser.o )
In-place registering units-2.3...
Running Haddock for units-2.3...
Running hscolour for units-2.3...
Preprocessing library units-2.3...
Preprocessing library units-2.3...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1
Haddock coverage:
  40% ( 26 / 65) in 'Data.Metrology.Z'
  Missing documentation for:
    SZ (Data/Metrology/Z.hs:70)
    ZeroSym0 (Data/Metrology/Z.hs:70)
    SSym0 (Data/Metrology/Z.hs:70)
    SSym1 (Data/Metrology/Z.hs:70)
    PSym0 (Data/Metrology/Z.hs:70)
    PSym1 (Data/Metrology/Z.hs:70)
    One (Data/Metrology/Z.hs:155)
    Two (Data/Metrology/Z.hs:156)
    Three (Data/Metrology/Z.hs:157)
    Four (Data/Metrology/Z.hs:158)
    Five (Data/Metrology/Z.hs:159)
    MOne (Data/Metrology/Z.hs:161)
    MTwo (Data/Metrology/Z.hs:162)
    MThree (Data/Metrology/Z.hs:163)
    MFour (Data/Metrology/Z.hs:164)
    MFive (Data/Metrology/Z.hs:165)
    sOne (Data/Metrology/Z.hs:170)
    sTwo (Data/Metrology/Z.hs:171)
    sThree (Data/Metrology/Z.hs:172)
    sFour (Data/Metrology/Z.hs:173)
    sFive (Data/Metrology/Z.hs:174)
    sMOne (Data/Metrology/Z.hs:176)
    sMTwo (Data/Metrology/Z.hs:177)
    sMThree (Data/Metrology/Z.hs:178)
    sMFour (Data/Metrology/Z.hs:179)
    sMFive (Data/Metrology/Z.hs:180)
    pZero (Data/Metrology/Z.hs:206)
    pOne (Data/Metrology/Z.hs:207)
    pTwo (Data/Metrology/Z.hs:208)
    pThree (Data/Metrology/Z.hs:209)
    pFour (Data/Metrology/Z.hs:210)
    pFive (Data/Metrology/Z.hs:211)
    pMOne (Data/Metrology/Z.hs:213)
    pMTwo (Data/Metrology/Z.hs:214)
    pMThree (Data/Metrology/Z.hs:215)
    pMFour (Data/Metrology/Z.hs:216)
    pMFive (Data/Metrology/Z.hs:217)
    pSucc (Data/Metrology/Z.hs:219)
    pPred (Data/Metrology/Z.hs:220)
 100% (  4 /  4) in 'Data.Metrology.Set'
  94% ( 15 / 16) in 'Data.Metrology.Factor'
  Missing documentation for:
    Module header
  33% (  2 /  6) in 'Data.Metrology.LCSU'
  Missing documentation for:
    Module header
    LCSU (Data/Metrology/LCSU.hs:22)
    Lookup (Data/Metrology/LCSU.hs:25)
    LookupList (Data/Metrology/LCSU.hs:30)
  50% (  1 /  2) in 'Data.Metrology.Dimensions'
  Missing documentation for:
    Module header
  56% ( 10 / 18) in 'Data.Metrology.Units'
  Missing documentation for:
    Module header
    Unit (Data/Metrology/Units.hs:35)
     (Data/Metrology/Units.hs:119)
     (Data/Metrology/Units.hs:122)
     (Data/Metrology/Units.hs:136)
     (Data/Metrology/Units.hs:139)
     (Data/Metrology/Units.hs:152)
     (Data/Metrology/Units.hs:158)
  94% ( 32 / 34) in 'Data.Metrology.Qu'
  Missing documentation for:
    Module header
     (Data/Metrology/Qu.hs:213)
 100% (  1 /  1) in 'Data.Metrology.Show'
 100% (  5 /  5) in 'Data.Metrology.Unsafe'
  29% (  5 / 17) in 'Data.Metrology.Combinators'
  Missing documentation for:
    Module header
     (Data/Metrology/Combinators.hs:30)
     (Data/Metrology/Combinators.hs:34)
     (Data/Metrology/Combinators.hs:49)
     (Data/Metrology/Combinators.hs:57)
     (Data/Metrology/Combinators.hs:61)
     (Data/Metrology/Combinators.hs:73)
     (Data/Metrology/Combinators.hs:81)
     (Data/Metrology/Combinators.hs:85)
     (Data/Metrology/Combinators.hs:96)
     (Data/Metrology/Combinators.hs:110)
     (Data/Metrology/Combinators.hs:116)
  93% ( 13 / 14) in 'Data.Metrology.Validity'
  Missing documentation for:
    Module header
  94% ( 34 / 36) in 'Data.Metrology.Internal'
  Missing documentation for:
    Lookup (Data/Metrology/LCSU.hs:25)
    LookupList (Data/Metrology/LCSU.hs:30)
  85% (125 /147) in 'Data.Metrology.Vector'
  Missing documentation for:
    Unit (Data/Metrology/Units.hs:35)
    LCSU (Data/Metrology/LCSU.hs:22)
    One (Data/Metrology/Z.hs:155)
    Two (Data/Metrology/Z.hs:156)
    Three (Data/Metrology/Z.hs:157)
    Four (Data/Metrology/Z.hs:158)
    Five (Data/Metrology/Z.hs:159)
    MOne (Data/Metrology/Z.hs:161)
    MTwo (Data/Metrology/Z.hs:162)
    MThree (Data/Metrology/Z.hs:163)
    MFour (Data/Metrology/Z.hs:164)
    MFive (Data/Metrology/Z.hs:165)
    sOne (Data/Metrology/Z.hs:170)
    sTwo (Data/Metrology/Z.hs:171)
    sThree (Data/Metrology/Z.hs:172)
    sFour (Data/Metrology/Z.hs:173)
    sFive (Data/Metrology/Z.hs:174)
    sMOne (Data/Metrology/Z.hs:176)
    sMTwo (Data/Metrology/Z.hs:177)
    sMThree (Data/Metrology/Z.hs:178)
    sMFour (Data/Metrology/Z.hs:179)
    sMFive (Data/Metrology/Z.hs:180)
  74% (102 /137) in 'Data.Metrology.Poly'
  Missing documentation for:
    Unit (Data/Metrology/Units.hs:35)
    LCSU (Data/Metrology/LCSU.hs:22)
    One (Data/Metrology/Z.hs:155)
    Two (Data/Metrology/Z.hs:156)
    Three (Data/Metrology/Z.hs:157)
    Four (Data/Metrology/Z.hs:158)
    Five (Data/Metrology/Z.hs:159)
    MOne (Data/Metrology/Z.hs:161)
    MTwo (Data/Metrology/Z.hs:162)
    MThree (Data/Metrology/Z.hs:163)
    MFour (Data/Metrology/Z.hs:164)
    MFive (Data/Metrology/Z.hs:165)
    sOne (Data/Metrology/Z.hs:170)
    sTwo (Data/Metrology/Z.hs:171)
    sThree (Data/Metrology/Z.hs:172)
    sFour (Data/Metrology/Z.hs:173)
    sFive (Data/Metrology/Z.hs:174)
    sMOne (Data/Metrology/Z.hs:176)
    sMTwo (Data/Metrology/Z.hs:177)
    sMThree (Data/Metrology/Z.hs:178)
    sMFour (Data/Metrology/Z.hs:179)
    sMFive (Data/Metrology/Z.hs:180)
    pZero (Data/Metrology/Z.hs:206)
    pOne (Data/Metrology/Z.hs:207)
    pTwo (Data/Metrology/Z.hs:208)
    pThree (Data/Metrology/Z.hs:209)
    pFour (Data/Metrology/Z.hs:210)
    pFive (Data/Metrology/Z.hs:211)
    pMOne (Data/Metrology/Z.hs:213)
    pMTwo (Data/Metrology/Z.hs:214)
    pMThree (Data/Metrology/Z.hs:215)
    pMFour (Data/Metrology/Z.hs:216)
    pMFive (Data/Metrology/Z.hs:217)
    pSucc (Data/Metrology/Z.hs:219)
    pPred (Data/Metrology/Z.hs:220)
  88% (  7 /  8) in 'Data.Metrology.TH'
  75% (  3 /  4) in 'Data.Metrology.Quantity'
  Missing documentation for:
     (Data/Metrology/Quantity.hs:48)
 100% ( 10 / 10) in 'Data.Metrology'
  85% ( 11 / 13) in 'Data.Metrology.Parser'
Warning: Data.Metrology.Z: could not find link destinations for:
    TFCo:R:SingZz SZero SS SP TFCo:R:SingBoolz SFalse STrue TFCo:R:SingOrderingz SLT SEQ SGT TFCo:R:SingNatn SNat TFCo:R:SingSymboln SSym TFCo:R:Sing()z STuple0 TFCo:R:Sing[]z SNil SCons TFCo:R:SingMaybez SNothing SJust TFCo:R:Sing(->)f SLambda applySing TFCo:R:SingEitherz SLeft SRight TFCo:R:Sing(,)z STuple2 TFCo:R:Sing(,,)z STuple3 TFCo:R:Sing(,,,)z STuple4 TFCo:R:Sing(,,,,)z STuple5 TFCo:R:Sing(,,,,,)z STuple6 TFCo:R:Sing(,,,,,,)z STuple7 ZDiv
Warning: Data.Metrology.Internal: could not find link destinations for:
    MkLCSU_ HasConvRatio canonicalConvRatioSpec
Warning: Data.Metrology.Vector: could not find link destinations for:
    MkLCSU_ UsePromotedTuples TFCo:R:SingZz SZero SS SP ZDiv
Warning: Data.Metrology.Poly: could not find link destinations for:
    MkLCSU_ UsePromotedTuples TFCo:R:SingZz SZero SS SP ZDiv
Documentation created: dist/doc/html/units/index.html,
dist/doc/html/units/units.txt
Creating package registration file: /tmp/pkgConf-units-2131435869869470380.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/units-2.3-ALxMKRVjyaA1y0UeU8MTNa
Registering units-2.3...
Installed units-2.3
Configuring units-defs-2.0.0.1...
Building units-defs-2.0.0.1...
Preprocessing library units-defs-2.0.0.1...
[ 1 of 21] Compiling Data.Units.SI.Prefixes ( Data/Units/SI/Prefixes.hs, dist/build/Data/Units/SI/Prefixes.o )
[ 2 of 21] Compiling Data.Dimensions.SI ( Data/Dimensions/SI.hs, dist/build/Data/Dimensions/SI.o )
[ 3 of 21] Compiling Data.Metrology.SI.MonoTypes ( Data/Metrology/SI/MonoTypes.hs, dist/build/Data/Metrology/SI/MonoTypes.o )
[ 4 of 21] Compiling Data.Units.SI    ( Data/Units/SI.hs, dist/build/Data/Units/SI.o )
[ 5 of 21] Compiling Data.Units.SI.Parser ( Data/Units/SI/Parser.hs, dist/build/Data/Units/SI/Parser.o )
[ 6 of 21] Compiling Data.Metrology.SI.Mono ( Data/Metrology/SI/Mono.hs, dist/build/Data/Metrology/SI/Mono.o )
[ 7 of 21] Compiling Data.Units.CGS   ( Data/Units/CGS.hs, dist/build/Data/Units/CGS.o )
[ 8 of 21] Compiling Data.Units.US.Survey ( Data/Units/US/Survey.hs, dist/build/Data/Units/US/Survey.o )
[ 9 of 21] Compiling Data.Units.US.Avoirdupois ( Data/Units/US/Avoirdupois.hs, dist/build/Data/Units/US/Avoirdupois.o )
[10 of 21] Compiling Data.Units.US.Troy ( Data/Units/US/Troy.hs, dist/build/Data/Units/US/Troy.o )
[11 of 21] Compiling Data.Units.US.Apothecaries ( Data/Units/US/Apothecaries.hs, dist/build/Data/Units/US/Apothecaries.o )
[12 of 21] Compiling Data.Units.PreciousMetals ( Data/Units/PreciousMetals.hs, dist/build/Data/Units/PreciousMetals.o )
[13 of 21] Compiling Data.Metrology.SI.PolyTypes ( Data/Metrology/SI/PolyTypes.hs, dist/build/Data/Metrology/SI/PolyTypes.o )
[14 of 21] Compiling Data.Constants.Math ( Data/Constants/Math.hs, dist/build/Data/Constants/Math.o )
[15 of 21] Compiling Data.Units.US.Misc ( Data/Units/US/Misc.hs, dist/build/Data/Units/US/Misc.o )
[16 of 21] Compiling Data.Units.US.Liquid ( Data/Units/US/Liquid.hs, dist/build/Data/Units/US/Liquid.o )
[17 of 21] Compiling Data.Units.US    ( Data/Units/US.hs, dist/build/Data/Units/US.o )
[18 of 21] Compiling Data.Units.US.DryVolume ( Data/Units/US/DryVolume.hs, dist/build/Data/Units/US/DryVolume.o )
[19 of 21] Compiling Data.Metrology.SI.Poly ( Data/Metrology/SI/Poly.hs, dist/build/Data/Metrology/SI/Poly.o )
[20 of 21] Compiling Data.Metrology.SI ( Data/Metrology/SI.hs, dist/build/Data/Metrology/SI.o )
[21 of 21] Compiling Data.Constants.Mechanics ( Data/Constants/Mechanics.hs, dist/build/Data/Constants/Mechanics.o )
In-place registering units-defs-2.0.0.1...
Running Haddock for units-defs-2.0.0.1...
Running hscolour for units-defs-2.0.0.1...
Preprocessing library units-defs-2.0.0.1...
Preprocessing library units-defs-2.0.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1
Haddock coverage:
  27% ( 22 / 82) in 'Data.Units.SI.Prefixes'
  Missing documentation for:
     (Data/Units/SI/Prefixes.hs:22)
     (Data/Units/SI/Prefixes.hs:24)
    deca (Data/Units/SI/Prefixes.hs:27)
     (Data/Units/SI/Prefixes.hs:32)
     (Data/Units/SI/Prefixes.hs:34)
    hecto (Data/Units/SI/Prefixes.hs:37)
     (Data/Units/SI/Prefixes.hs:42)
     (Data/Units/SI/Prefixes.hs:44)
    kilo (Data/Units/SI/Prefixes.hs:47)
     (Data/Units/SI/Prefixes.hs:52)
     (Data/Units/SI/Prefixes.hs:54)
    mega (Data/Units/SI/Prefixes.hs:57)
     (Data/Units/SI/Prefixes.hs:62)
     (Data/Units/SI/Prefixes.hs:64)
    giga (Data/Units/SI/Prefixes.hs:67)
     (Data/Units/SI/Prefixes.hs:72)
     (Data/Units/SI/Prefixes.hs:74)
    tera (Data/Units/SI/Prefixes.hs:77)
     (Data/Units/SI/Prefixes.hs:82)
     (Data/Units/SI/Prefixes.hs:84)
    peta (Data/Units/SI/Prefixes.hs:87)
     (Data/Units/SI/Prefixes.hs:92)
     (Data/Units/SI/Prefixes.hs:94)
    exa (Data/Units/SI/Prefixes.hs:97)
     (Data/Units/SI/Prefixes.hs:102)
     (Data/Units/SI/Prefixes.hs:104)
    zetta (Data/Units/SI/Prefixes.hs:107)
     (Data/Units/SI/Prefixes.hs:112)
     (Data/Units/SI/Prefixes.hs:114)
    yotta (Data/Units/SI/Prefixes.hs:117)
     (Data/Units/SI/Prefixes.hs:122)
     (Data/Units/SI/Prefixes.hs:124)
    deci (Data/Units/SI/Prefixes.hs:127)
     (Data/Units/SI/Prefixes.hs:132)
     (Data/Units/SI/Prefixes.hs:134)
    centi (Data/Units/SI/Prefixes.hs:137)
     (Data/Units/SI/Prefixes.hs:142)
     (Data/Units/SI/Prefixes.hs:144)
    milli (Data/Units/SI/Prefixes.hs:147)
     (Data/Units/SI/Prefixes.hs:152)
     (Data/Units/SI/Prefixes.hs:154)
    micro (Data/Units/SI/Prefixes.hs:157)
     (Data/Units/SI/Prefixes.hs:162)
     (Data/Units/SI/Prefixes.hs:164)
    nano (Data/Units/SI/Prefixes.hs:167)
     (Data/Units/SI/Prefixes.hs:172)
     (Data/Units/SI/Prefixes.hs:174)
    pico (Data/Units/SI/Prefixes.hs:177)
     (Data/Units/SI/Prefixes.hs:182)
     (Data/Units/SI/Prefixes.hs:184)
    femto (Data/Units/SI/Prefixes.hs:187)
     (Data/Units/SI/Prefixes.hs:192)
     (Data/Units/SI/Prefixes.hs:194)
    atto (Data/Units/SI/Prefixes.hs:197)
     (Data/Units/SI/Prefixes.hs:202)
     (Data/Units/SI/Prefixes.hs:204)
    zepto (Data/Units/SI/Prefixes.hs:207)
     (Data/Units/SI/Prefixes.hs:212)
     (Data/Units/SI/Prefixes.hs:214)
    yocto (Data/Units/SI/Prefixes.hs:217)
   2% (  1 / 45) in 'Data.Dimensions.SI'
  Missing documentation for:
    Length (Data/Dimensions/SI.hs:21)
     (Data/Dimensions/SI.hs:21)
    Mass (Data/Dimensions/SI.hs:22)
     (Data/Dimensions/SI.hs:22)
    Time (Data/Dimensions/SI.hs:23)
     (Data/Dimensions/SI.hs:23)
    Current (Data/Dimensions/SI.hs:24)
     (Data/Dimensions/SI.hs:24)
    Temperature (Data/Dimensions/SI.hs:25)
     (Data/Dimensions/SI.hs:25)
    AmountOfSubstance (Data/Dimensions/SI.hs:26)
     (Data/Dimensions/SI.hs:26)
    LuminousIntensity (Data/Dimensions/SI.hs:27)
     (Data/Dimensions/SI.hs:27)
    Area (Data/Dimensions/SI.hs:29)
    Volume (Data/Dimensions/SI.hs:30)
    Velocity (Data/Dimensions/SI.hs:31)
    Acceleration (Data/Dimensions/SI.hs:32)
    Wavenumber (Data/Dimensions/SI.hs:33)
    Density (Data/Dimensions/SI.hs:34)
    SurfaceDensity (Data/Dimensions/SI.hs:35)
    SpecificVolume (Data/Dimensions/SI.hs:36)
    CurrentDensity (Data/Dimensions/SI.hs:37)
    MagneticStrength (Data/Dimensions/SI.hs:38)
    Concentration (Data/Dimensions/SI.hs:39)
    Luminance (Data/Dimensions/SI.hs:40)
    Frequency (Data/Dimensions/SI.hs:42)
    Force (Data/Dimensions/SI.hs:43)
    Pressure (Data/Dimensions/SI.hs:44)
    Energy (Data/Dimensions/SI.hs:45)
    Power (Data/Dimensions/SI.hs:46)
    Charge (Data/Dimensions/SI.hs:47)
    ElectricPotential (Data/Dimensions/SI.hs:48)
    Capacitance (Data/Dimensions/SI.hs:49)
    Resistance (Data/Dimensions/SI.hs:50)
    Conductance (Data/Dimensions/SI.hs:51)
    MagneticFlux (Data/Dimensions/SI.hs:52)
    MagneticFluxDensity (Data/Dimensions/SI.hs:53)
    Inductance (Data/Dimensions/SI.hs:54)
    LuminousFlux (Data/Dimensions/SI.hs:55)
    Illuminance (Data/Dimensions/SI.hs:56)
    Kerma (Data/Dimensions/SI.hs:57)
    CatalyticActivity (Data/Dimensions/SI.hs:58)
    Momentum (Data/Dimensions/SI.hs:60)
   3% (  1 / 38) in 'Data.Metrology.SI.MonoTypes'
  Missing documentation for:
    Length (Data/Metrology/SI/MonoTypes.hs:22)
    Mass (Data/Metrology/SI/MonoTypes.hs:23)
    Time (Data/Metrology/SI/MonoTypes.hs:24)
    Current (Data/Metrology/SI/MonoTypes.hs:25)
    Temperature (Data/Metrology/SI/MonoTypes.hs:26)
    AmountOfSubstance (Data/Metrology/SI/MonoTypes.hs:27)
    LuminousIntensity (Data/Metrology/SI/MonoTypes.hs:28)
    Area (Data/Metrology/SI/MonoTypes.hs:30)
    Volume (Data/Metrology/SI/MonoTypes.hs:31)
    Velocity (Data/Metrology/SI/MonoTypes.hs:32)
    Acceleration (Data/Metrology/SI/MonoTypes.hs:33)
    Wavenumber (Data/Metrology/SI/MonoTypes.hs:34)
    Density (Data/Metrology/SI/MonoTypes.hs:35)
    SurfaceDensity (Data/Metrology/SI/MonoTypes.hs:36)
    SpecificVolume (Data/Metrology/SI/MonoTypes.hs:37)
    CurrentDensity (Data/Metrology/SI/MonoTypes.hs:38)
    MagneticStrength (Data/Metrology/SI/MonoTypes.hs:39)
    Concentration (Data/Metrology/SI/MonoTypes.hs:40)
    Luminance (Data/Metrology/SI/MonoTypes.hs:41)
    Frequency (Data/Metrology/SI/MonoTypes.hs:42)
    Force (Data/Metrology/SI/MonoTypes.hs:43)
    Pressure (Data/Metrology/SI/MonoTypes.hs:44)
    Energy (Data/Metrology/SI/MonoTypes.hs:45)
    Power (Data/Metrology/SI/MonoTypes.hs:46)
    Charge (Data/Metrology/SI/MonoTypes.hs:47)
    ElectricPotential (Data/Metrology/SI/MonoTypes.hs:48)
    Capacitance (Data/Metrology/SI/MonoTypes.hs:49)
    Resistance (Data/Metrology/SI/MonoTypes.hs:50)
    Conductance (Data/Metrology/SI/MonoTypes.hs:51)
    MagneticFlux (Data/Metrology/SI/MonoTypes.hs:52)
    MagneticFluxDensity (Data/Metrology/SI/MonoTypes.hs:53)
    Inductance (Data/Metrology/SI/MonoTypes.hs:54)
    LuminousFlux (Data/Metrology/SI/MonoTypes.hs:55)
    Illuminance (Data/Metrology/SI/MonoTypes.hs:56)
    Kerma (Data/Metrology/SI/MonoTypes.hs:57)
    CatalyticActivity (Data/Metrology/SI/MonoTypes.hs:58)
    Momentum (Data/Metrology/SI/MonoTypes.hs:59)
   7% (  7 /103) in 'Data.Units.SI'
  Missing documentation for:
    Meter (Data/Units/SI.hs:37)
     (Data/Units/SI.hs:37)
     (Data/Units/SI.hs:37)
    Metre (Data/Units/SI.hs:39)
    Metre (Data/Units/SI.hs:40)
    Gram (Data/Units/SI.hs:42)
     (Data/Units/SI.hs:42)
     (Data/Units/SI.hs:42)
    Gramme (Data/Units/SI.hs:44)
    Gramme (Data/Units/SI.hs:45)
    Second (Data/Units/SI.hs:47)
     (Data/Units/SI.hs:47)
     (Data/Units/SI.hs:47)
     (Data/Units/SI.hs:50)
     (Data/Units/SI.hs:50)
     (Data/Units/SI.hs:53)
     (Data/Units/SI.hs:53)
    Ampere (Data/Units/SI.hs:55)
     (Data/Units/SI.hs:55)
     (Data/Units/SI.hs:55)
    Kelvin (Data/Units/SI.hs:56)
     (Data/Units/SI.hs:56)
     (Data/Units/SI.hs:56)
    Mole (Data/Units/SI.hs:57)
     (Data/Units/SI.hs:57)
     (Data/Units/SI.hs:57)
    Candela (Data/Units/SI.hs:58)
     (Data/Units/SI.hs:58)
     (Data/Units/SI.hs:58)
    Hertz (Data/Units/SI.hs:60)
     (Data/Units/SI.hs:60)
     (Data/Units/SI.hs:60)
     (Data/Units/SI.hs:63)
     (Data/Units/SI.hs:63)
    Litre (Data/Units/SI.hs:65)
    Litre (Data/Units/SI.hs:66)
    Newton (Data/Units/SI.hs:68)
     (Data/Units/SI.hs:68)
     (Data/Units/SI.hs:68)
    Pascal (Data/Units/SI.hs:69)
     (Data/Units/SI.hs:69)
     (Data/Units/SI.hs:69)
    Joule (Data/Units/SI.hs:70)
     (Data/Units/SI.hs:70)
     (Data/Units/SI.hs:70)
    Watt (Data/Units/SI.hs:71)
     (Data/Units/SI.hs:71)
     (Data/Units/SI.hs:71)
    Coulomb (Data/Units/SI.hs:72)
     (Data/Units/SI.hs:72)
     (Data/Units/SI.hs:72)
    Volt (Data/Units/SI.hs:73)
     (Data/Units/SI.hs:73)
     (Data/Units/SI.hs:73)
    Farad (Data/Units/SI.hs:74)
     (Data/Units/SI.hs:74)
     (Data/Units/SI.hs:74)
    Ohm (Data/Units/SI.hs:75)
     (Data/Units/SI.hs:75)
     (Data/Units/SI.hs:75)
    Siemens (Data/Units/SI.hs:76)
     (Data/Units/SI.hs:76)
     (Data/Units/SI.hs:76)
    Weber (Data/Units/SI.hs:77)
     (Data/Units/SI.hs:77)
     (Data/Units/SI.hs:77)
    Tesla (Data/Units/SI.hs:78)
     (Data/Units/SI.hs:78)
     (Data/Units/SI.hs:78)
    Henry (Data/Units/SI.hs:79)
     (Data/Units/SI.hs:79)
     (Data/Units/SI.hs:79)
    Lumen (Data/Units/SI.hs:80)
     (Data/Units/SI.hs:80)
     (Data/Units/SI.hs:80)
    Lux (Data/Units/SI.hs:81)
     (Data/Units/SI.hs:81)
     (Data/Units/SI.hs:81)
    Becquerel (Data/Units/SI.hs:82)
     (Data/Units/SI.hs:82)
     (Data/Units/SI.hs:82)
    Gray (Data/Units/SI.hs:83)
     (Data/Units/SI.hs:83)
     (Data/Units/SI.hs:83)
    Sievert (Data/Units/SI.hs:84)
     (Data/Units/SI.hs:84)
     (Data/Units/SI.hs:84)
    Katal (Data/Units/SI.hs:85)
     (Data/Units/SI.hs:85)
     (Data/Units/SI.hs:85)
     (Data/Units/SI.hs:88)
     (Data/Units/SI.hs:88)
     (Data/Units/SI.hs:91)
     (Data/Units/SI.hs:91)
    Tonne (Data/Units/SI.hs:93)
    Tonne (Data/Units/SI.hs:94)
  50% (  1 /  2) in 'Data.Units.SI.Parser'
  Missing documentation for:
    si (Data/Units/SI/Parser.hs:29)
 100% (  5 /  5) in 'Data.Metrology.SI.Mono'
   5% (  2 / 37) in 'Data.Units.CGS'
  Missing documentation for:
    centi (Data/Units/SI/Prefixes.hs:137)
    Meter (Data/Units/SI.hs:37)
    Metre (Data/Units/SI.hs:40)
    Gram (Data/Units/SI.hs:42)
    Second (Data/Units/SI.hs:47)
    Centimeter (Data/Units/CGS.hs:34)
    Centimeter (Data/Units/CGS.hs:35)
    Centimetre (Data/Units/CGS.hs:37)
    Centimetre (Data/Units/CGS.hs:38)
    Gal (Data/Units/CGS.hs:40)
     (Data/Units/CGS.hs:40)
     (Data/Units/CGS.hs:40)
    Dyne (Data/Units/CGS.hs:42)
     (Data/Units/CGS.hs:42)
     (Data/Units/CGS.hs:42)
    Erg (Data/Units/CGS.hs:44)
     (Data/Units/CGS.hs:44)
     (Data/Units/CGS.hs:44)
    Barye (Data/Units/CGS.hs:46)
     (Data/Units/CGS.hs:46)
     (Data/Units/CGS.hs:46)
    Poise (Data/Units/CGS.hs:48)
     (Data/Units/CGS.hs:48)
     (Data/Units/CGS.hs:48)
    Stokes (Data/Units/CGS.hs:50)
     (Data/Units/CGS.hs:50)
     (Data/Units/CGS.hs:50)
    Kayser (Data/Units/CGS.hs:52)
     (Data/Units/CGS.hs:52)
    Maxwell (Data/Units/CGS.hs:55)
     (Data/Units/CGS.hs:55)
     (Data/Units/CGS.hs:55)
    Gauss (Data/Units/CGS.hs:56)
     (Data/Units/CGS.hs:56)
     (Data/Units/CGS.hs:56)
   9% (  3 / 33) in 'Data.Units.US.Survey'
  Missing documentation for:
    Foot (Data/Units/US/Survey.hs:34)
     (Data/Units/US/Survey.hs:34)
     (Data/Units/US/Survey.hs:34)
    Link (Data/Units/US/Survey.hs:35)
     (Data/Units/US/Survey.hs:35)
     (Data/Units/US/Survey.hs:35)
    Rod (Data/Units/US/Survey.hs:36)
     (Data/Units/US/Survey.hs:36)
     (Data/Units/US/Survey.hs:36)
    Chain (Data/Units/US/Survey.hs:37)
     (Data/Units/US/Survey.hs:37)
     (Data/Units/US/Survey.hs:37)
    Furlong (Data/Units/US/Survey.hs:38)
     (Data/Units/US/Survey.hs:38)
     (Data/Units/US/Survey.hs:38)
    Mile (Data/Units/US/Survey.hs:39)
     (Data/Units/US/Survey.hs:39)
     (Data/Units/US/Survey.hs:39)
    League (Data/Units/US/Survey.hs:40)
     (Data/Units/US/Survey.hs:40)
     (Data/Units/US/Survey.hs:40)
    Acre (Data/Units/US/Survey.hs:47)
     (Data/Units/US/Survey.hs:47)
     (Data/Units/US/Survey.hs:47)
    Section (Data/Units/US/Survey.hs:48)
     (Data/Units/US/Survey.hs:48)
     (Data/Units/US/Survey.hs:48)
    Township (Data/Units/US/Survey.hs:49)
     (Data/Units/US/Survey.hs:49)
     (Data/Units/US/Survey.hs:49)
  11% (  3 / 27) in 'Data.Units.US.Avoirdupois'
  Missing documentation for:
    Pound (Data/Units/US/Avoirdupois.hs:32)
     (Data/Units/US/Avoirdupois.hs:32)
     (Data/Units/US/Avoirdupois.hs:32)
    Grain (Data/Units/US/Avoirdupois.hs:34)
     (Data/Units/US/Avoirdupois.hs:34)
     (Data/Units/US/Avoirdupois.hs:34)
    Dram (Data/Units/US/Avoirdupois.hs:35)
     (Data/Units/US/Avoirdupois.hs:35)
     (Data/Units/US/Avoirdupois.hs:35)
    Ounce (Data/Units/US/Avoirdupois.hs:36)
     (Data/Units/US/Avoirdupois.hs:36)
     (Data/Units/US/Avoirdupois.hs:36)
    Hundredweight (Data/Units/US/Avoirdupois.hs:37)
     (Data/Units/US/Avoirdupois.hs:37)
     (Data/Units/US/Avoirdupois.hs:37)
    LongHundredweight (Data/Units/US/Avoirdupois.hs:38)
     (Data/Units/US/Avoirdupois.hs:38)
     (Data/Units/US/Avoirdupois.hs:38)
    Ton (Data/Units/US/Avoirdupois.hs:39)
     (Data/Units/US/Avoirdupois.hs:39)
     (Data/Units/US/Avoirdupois.hs:39)
    LongTon (Data/Units/US/Avoirdupois.hs:40)
     (Data/Units/US/Avoirdupois.hs:40)
     (Data/Units/US/Avoirdupois.hs:40)
  23% (  3 / 13) in 'Data.Units.US.Troy'
  Missing documentation for:
    Pennyweight (Data/Units/US/Troy.hs:37)
     (Data/Units/US/Troy.hs:37)
     (Data/Units/US/Troy.hs:37)
    Ounce (Data/Units/US/Troy.hs:38)
     (Data/Units/US/Troy.hs:38)
     (Data/Units/US/Troy.hs:38)
    Pound (Data/Units/US/Troy.hs:39)
     (Data/Units/US/Troy.hs:39)
     (Data/Units/US/Troy.hs:39)
    Grain (Data/Units/US/Avoirdupois.hs:34)
  31% (  4 / 13) in 'Data.Units.US.Apothecaries'
  Missing documentation for:
    Scruple (Data/Units/US/Apothecaries.hs:41)
     (Data/Units/US/Apothecaries.hs:41)
     (Data/Units/US/Apothecaries.hs:41)
    Dram (Data/Units/US/Apothecaries.hs:42)
     (Data/Units/US/Apothecaries.hs:42)
     (Data/Units/US/Apothecaries.hs:42)
    Grain (Data/Units/US/Avoirdupois.hs:34)
    Ounce (Data/Units/US/Troy.hs:38)
    Pound (Data/Units/US/Troy.hs:39)
  10% (  1 / 10) in 'Data.Units.PreciousMetals'
  Missing documentation for:
    Carat (Data/Units/PreciousMetals.hs:25)
     (Data/Units/PreciousMetals.hs:25)
     (Data/Units/PreciousMetals.hs:25)
    Point (Data/Units/PreciousMetals.hs:26)
     (Data/Units/PreciousMetals.hs:26)
     (Data/Units/PreciousMetals.hs:26)
    AssayTon (Data/Units/PreciousMetals.hs:27)
     (Data/Units/PreciousMetals.hs:27)
     (Data/Units/PreciousMetals.hs:27)
   3% (  1 / 38) in 'Data.Metrology.SI.PolyTypes'
  Missing documentation for:
    Length (Data/Metrology/SI/PolyTypes.hs:21)
    Mass (Data/Metrology/SI/PolyTypes.hs:22)
    Time (Data/Metrology/SI/PolyTypes.hs:23)
    Current (Data/Metrology/SI/PolyTypes.hs:24)
    Temperature (Data/Metrology/SI/PolyTypes.hs:25)
    AmountOfSubstance (Data/Metrology/SI/PolyTypes.hs:26)
    LuminousIntensity (Data/Metrology/SI/PolyTypes.hs:27)
    Area (Data/Metrology/SI/PolyTypes.hs:29)
    Volume (Data/Metrology/SI/PolyTypes.hs:30)
    Velocity (Data/Metrology/SI/PolyTypes.hs:31)
    Acceleration (Data/Metrology/SI/PolyTypes.hs:32)
    Wavenumber (Data/Metrology/SI/PolyTypes.hs:33)
    Density (Data/Metrology/SI/PolyTypes.hs:34)
    SurfaceDensity (Data/Metrology/SI/PolyTypes.hs:35)
    SpecificVolume (Data/Metrology/SI/PolyTypes.hs:36)
    CurrentDensity (Data/Metrology/SI/PolyTypes.hs:37)
    MagneticStrength (Data/Metrology/SI/PolyTypes.hs:38)
    Concentration (Data/Metrology/SI/PolyTypes.hs:39)
    Luminance (Data/Metrology/SI/PolyTypes.hs:40)
    Frequency (Data/Metrology/SI/PolyTypes.hs:41)
    Force (Data/Metrology/SI/PolyTypes.hs:42)
    Pressure (Data/Metrology/SI/PolyTypes.hs:43)
    Energy (Data/Metrology/SI/PolyTypes.hs:44)
    Power (Data/Metrology/SI/PolyTypes.hs:45)
    Charge (Data/Metrology/SI/PolyTypes.hs:46)
    ElectricPotential (Data/Metrology/SI/PolyTypes.hs:47)
    Capacitance (Data/Metrology/SI/PolyTypes.hs:48)
    Resistance (Data/Metrology/SI/PolyTypes.hs:49)
    Conductance (Data/Metrology/SI/PolyTypes.hs:50)
    MagneticFlux (Data/Metrology/SI/PolyTypes.hs:51)
    MagneticFluxDensity (Data/Metrology/SI/PolyTypes.hs:52)
    Inductance (Data/Metrology/SI/PolyTypes.hs:53)
    LuminousFlux (Data/Metrology/SI/PolyTypes.hs:54)
    Illuminance (Data/Metrology/SI/PolyTypes.hs:55)
    Kerma (Data/Metrology/SI/PolyTypes.hs:56)
    CatalyticActivity (Data/Metrology/SI/PolyTypes.hs:57)
    Momentum (Data/Metrology/SI/PolyTypes.hs:58)
  33% (  1 /  3) in 'Data.Constants.Math'
  Missing documentation for:
    piR (Data/Constants/Math.hs:15)
    eR (Data/Constants/Math.hs:18)
   2% (  2 / 81) in 'Data.Units.US.Misc'
  Missing documentation for:
    Foot (Data/Units/US/Misc.hs:40)
     (Data/Units/US/Misc.hs:40)
     (Data/Units/US/Misc.hs:40)
    Inch (Data/Units/US/Misc.hs:41)
     (Data/Units/US/Misc.hs:41)
     (Data/Units/US/Misc.hs:41)
    Yard (Data/Units/US/Misc.hs:42)
     (Data/Units/US/Misc.hs:42)
     (Data/Units/US/Misc.hs:42)
    Mile (Data/Units/US/Misc.hs:43)
     (Data/Units/US/Misc.hs:43)
     (Data/Units/US/Misc.hs:43)
    Angstrom (Data/Units/US/Misc.hs:44)
     (Data/Units/US/Misc.hs:44)
     (Data/Units/US/Misc.hs:44)
    Hand (Data/Units/US/Misc.hs:45)
     (Data/Units/US/Misc.hs:45)
     (Data/Units/US/Misc.hs:45)
    Mil (Data/Units/US/Misc.hs:46)
     (Data/Units/US/Misc.hs:46)
     (Data/Units/US/Misc.hs:46)
    Point (Data/Units/US/Misc.hs:48)
     (Data/Units/US/Misc.hs:48)
     (Data/Units/US/Misc.hs:48)
    Pica (Data/Units/US/Misc.hs:49)
     (Data/Units/US/Misc.hs:49)
     (Data/Units/US/Misc.hs:49)
    Fathom (Data/Units/US/Misc.hs:51)
     (Data/Units/US/Misc.hs:51)
     (Data/Units/US/Misc.hs:51)
    Cable (Data/Units/US/Misc.hs:52)
     (Data/Units/US/Misc.hs:52)
     (Data/Units/US/Misc.hs:52)
    NauticalMile (Data/Units/US/Misc.hs:53)
     (Data/Units/US/Misc.hs:53)
     (Data/Units/US/Misc.hs:53)
    Knot (Data/Units/US/Misc.hs:55)
     (Data/Units/US/Misc.hs:55)
     (Data/Units/US/Misc.hs:55)
    Atmosphere (Data/Units/US/Misc.hs:57)
     (Data/Units/US/Misc.hs:57)
     (Data/Units/US/Misc.hs:57)
    Bar (Data/Units/US/Misc.hs:58)
     (Data/Units/US/Misc.hs:58)
     (Data/Units/US/Misc.hs:58)
    MillimeterOfMercury (Data/Units/US/Misc.hs:59)
     (Data/Units/US/Misc.hs:59)
     (Data/Units/US/Misc.hs:59)
    Torr (Data/Units/US/Misc.hs:61)
     (Data/Units/US/Misc.hs:61)
     (Data/Units/US/Misc.hs:61)
    Calorie (Data/Units/US/Misc.hs:64)
     (Data/Units/US/Misc.hs:64)
     (Data/Units/US/Misc.hs:64)
    FoodCalorie (Data/Units/US/Misc.hs:65)
     (Data/Units/US/Misc.hs:65)
     (Data/Units/US/Misc.hs:65)
    Therm (Data/Units/US/Misc.hs:66)
     (Data/Units/US/Misc.hs:66)
     (Data/Units/US/Misc.hs:66)
    Btu (Data/Units/US/Misc.hs:67)
     (Data/Units/US/Misc.hs:67)
     (Data/Units/US/Misc.hs:67)
    Horsepower (Data/Units/US/Misc.hs:69)
     (Data/Units/US/Misc.hs:69)
     (Data/Units/US/Misc.hs:69)
    Rankine (Data/Units/US/Misc.hs:71)
     (Data/Units/US/Misc.hs:71)
     (Data/Units/US/Misc.hs:71)
    PoundForce (Data/Units/US/Misc.hs:73)
     (Data/Units/US/Misc.hs:73)
     (Data/Units/US/Misc.hs:73)
    Slug (Data/Units/US/Misc.hs:75)
     (Data/Units/US/Misc.hs:75)
     (Data/Units/US/Misc.hs:75)
    Oersted (Data/Units/US/Misc.hs:78)
     (Data/Units/US/Misc.hs:78)
     (Data/Units/US/Misc.hs:78)
    Maxwell (Data/Units/CGS.hs:55)
   7% (  3 / 45) in 'Data.Units.US.Liquid'
  Missing documentation for:
    Gallon (Data/Units/US/Liquid.hs:34)
     (Data/Units/US/Liquid.hs:34)
     (Data/Units/US/Liquid.hs:34)
    FluidOunce (Data/Units/US/Liquid.hs:36)
     (Data/Units/US/Liquid.hs:36)
     (Data/Units/US/Liquid.hs:36)
    Gill (Data/Units/US/Liquid.hs:37)
     (Data/Units/US/Liquid.hs:37)
     (Data/Units/US/Liquid.hs:37)
    Cup (Data/Units/US/Liquid.hs:38)
     (Data/Units/US/Liquid.hs:38)
     (Data/Units/US/Liquid.hs:38)
    Pint (Data/Units/US/Liquid.hs:39)
     (Data/Units/US/Liquid.hs:39)
     (Data/Units/US/Liquid.hs:39)
    Quart (Data/Units/US/Liquid.hs:40)
     (Data/Units/US/Liquid.hs:40)
     (Data/Units/US/Liquid.hs:40)
    Teaspoon (Data/Units/US/Liquid.hs:42)
     (Data/Units/US/Liquid.hs:42)
     (Data/Units/US/Liquid.hs:42)
    Tablespoon (Data/Units/US/Liquid.hs:43)
     (Data/Units/US/Liquid.hs:43)
     (Data/Units/US/Liquid.hs:43)
    Shot (Data/Units/US/Liquid.hs:44)
     (Data/Units/US/Liquid.hs:44)
     (Data/Units/US/Liquid.hs:44)
    Minim (Data/Units/US/Liquid.hs:45)
     (Data/Units/US/Liquid.hs:45)
     (Data/Units/US/Liquid.hs:45)
    Dram (Data/Units/US/Liquid.hs:46)
     (Data/Units/US/Liquid.hs:46)
     (Data/Units/US/Liquid.hs:46)
    Hogshead (Data/Units/US/Liquid.hs:48)
     (Data/Units/US/Liquid.hs:48)
     (Data/Units/US/Liquid.hs:48)
    Barrel (Data/Units/US/Liquid.hs:49)
     (Data/Units/US/Liquid.hs:49)
     (Data/Units/US/Liquid.hs:49)
    OilBarrel (Data/Units/US/Liquid.hs:50)
     (Data/Units/US/Liquid.hs:50)
     (Data/Units/US/Liquid.hs:50)
  29% ( 11 / 38) in 'Data.Units.US'
  Missing documentation for:
    Angstrom (Data/Units/US/Misc.hs:44)
    Mil (Data/Units/US/Misc.hs:46)
    Point (Data/Units/US/Misc.hs:48)
    Pica (Data/Units/US/Misc.hs:49)
    Inch (Data/Units/US/Misc.hs:41)
    Foot (Data/Units/US/Misc.hs:40)
    Yard (Data/Units/US/Misc.hs:42)
    Mile (Data/Units/US/Misc.hs:43)
    NauticalMile (Data/Units/US/Misc.hs:53)
    Knot (Data/Units/US/Misc.hs:55)
    Acre (Data/Units/US/Survey.hs:47)
    Teaspoon (Data/Units/US/Liquid.hs:42)
    Tablespoon (Data/Units/US/Liquid.hs:43)
    FluidOunce (Data/Units/US/Liquid.hs:36)
    Cup (Data/Units/US/Liquid.hs:38)
    Pint (Data/Units/US/Liquid.hs:39)
    Quart (Data/Units/US/Liquid.hs:40)
    Gallon (Data/Units/US/Liquid.hs:34)
    Ounce (Data/Units/US/Avoirdupois.hs:36)
    Pound (Data/Units/US/Avoirdupois.hs:32)
    Ton (Data/Units/US/Avoirdupois.hs:39)
    Atmosphere (Data/Units/US/Misc.hs:57)
    Bar (Data/Units/US/Misc.hs:58)
    FoodCalorie (Data/Units/US/Misc.hs:65)
    Therm (Data/Units/US/Misc.hs:66)
    Btu (Data/Units/US/Misc.hs:67)
    Horsepower (Data/Units/US/Misc.hs:69)
   6% (  2 / 32) in 'Data.Units.US.DryVolume'
  Missing documentation for:
    Gallon (Data/Units/US/DryVolume.hs:32)
     (Data/Units/US/DryVolume.hs:32)
     (Data/Units/US/DryVolume.hs:32)
    Quart (Data/Units/US/DryVolume.hs:33)
     (Data/Units/US/DryVolume.hs:33)
     (Data/Units/US/DryVolume.hs:33)
    Pint (Data/Units/US/DryVolume.hs:34)
     (Data/Units/US/DryVolume.hs:34)
     (Data/Units/US/DryVolume.hs:34)
    Peck (Data/Units/US/DryVolume.hs:35)
     (Data/Units/US/DryVolume.hs:35)
     (Data/Units/US/DryVolume.hs:35)
    Bushel (Data/Units/US/DryVolume.hs:36)
     (Data/Units/US/DryVolume.hs:36)
     (Data/Units/US/DryVolume.hs:36)
    Barrel (Data/Units/US/DryVolume.hs:37)
     (Data/Units/US/DryVolume.hs:37)
     (Data/Units/US/DryVolume.hs:37)
    Cord (Data/Units/US/DryVolume.hs:38)
     (Data/Units/US/DryVolume.hs:38)
     (Data/Units/US/DryVolume.hs:38)
    BoardFoot (Data/Units/US/DryVolume.hs:39)
     (Data/Units/US/DryVolume.hs:39)
     (Data/Units/US/DryVolume.hs:39)
    RegisterTon (Data/Units/US/DryVolume.hs:40)
     (Data/Units/US/DryVolume.hs:40)
     (Data/Units/US/DryVolume.hs:40)
    CranberryBarrel (Data/Units/US/DryVolume.hs:42)
     (Data/Units/US/DryVolume.hs:42)
     (Data/Units/US/DryVolume.hs:42)
  83% (  5 /  6) in 'Data.Metrology.SI.Poly'
  Missing documentation for:
    SI (Data/Metrology/SI/Poly.hs:32)
 100% (  2 /  2) in 'Data.Metrology.SI'
 100% (  2 /  2) in 'Data.Constants.Mechanics'
Documentation created: dist/doc/html/units-defs/index.html,
dist/doc/html/units-defs/units-defs.txt
Creating package registration file:
/tmp/pkgConf-units-defs-2.0.08967573541851876699.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/units-defs-2.0.0.1-GJbnXYKb8un4ODoDj94Qhr
Registering units-defs-2.0.0.1...
Installed units-defs-2.0.0.1
Downloading units-attoparsec-1.0...
Configuring units-attoparsec-1.0...
Building units-attoparsec-1.0...
Preprocessing library units-attoparsec-1.0...
[1 of 2] Compiling Data.Units.SI.Prefixes.Attoparsec.Text ( Data/Units/SI/Prefixes/Attoparsec/Text.hs, dist/build/Data/Units/SI/Prefixes/Attoparsec/Text.o )
[2 of 2] Compiling Data.Units.SI.Units.Attoparsec.Text ( Data/Units/SI/Units/Attoparsec/Text.hs, dist/build/Data/Units/SI/Units/Attoparsec/Text.o )
In-place registering units-attoparsec-1.0...
Running Haddock for units-attoparsec-1.0...
Running hscolour for units-attoparsec-1.0...
Preprocessing library units-attoparsec-1.0...
Preprocessing library units-attoparsec-1.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: nats-1
Haddock coverage:
   0% (  0 / 21) in 'Data.Units.SI.Prefixes.Attoparsec.Text'
  Missing documentation for:
    Module header
    decaP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:37)
    hectoP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:40)
    kiloP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:43)
    megaP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:46)
    gigaP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:49)
    teraP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:52)
    petaP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:55)
    exaP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:58)
    zettaP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:61)
    yottaP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:64)
    deciP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:67)
    centiP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:70)
    milliP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:73)
    microP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:76)
    nanoP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:79)
    picoP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:82)
    femtoP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:85)
    attoP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:88)
    zeptoP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:91)
    yoctoP (Data/Units/SI/Prefixes/Attoparsec/Text.hs:94)
   0% (  0 / 37) in 'Data.Units.SI.Units.Attoparsec.Text'
  Missing documentation for:
    Module header
    ParseUnit (Data/Units/SI/Units/Attoparsec/Text.hs:62)
    parseTime (Data/Units/SI/Units/Attoparsec/Text.hs:163)
    gramP (Data/Units/SI/Units/Attoparsec/Text.hs:127)
    meterP (Data/Units/SI/Units/Attoparsec/Text.hs:117)
    metreP (Data/Units/SI/Units/Attoparsec/Text.hs:120)
    secondP (Data/Units/SI/Units/Attoparsec/Text.hs:133)
    minuteP (Data/Units/SI/Units/Attoparsec/Text.hs:145)
    hourP (Data/Units/SI/Units/Attoparsec/Text.hs:155)
    ampereP (Data/Units/SI/Units/Attoparsec/Text.hs:168)
    kelvinP (Data/Units/SI/Units/Attoparsec/Text.hs:171)
    moleP (Data/Units/SI/Units/Attoparsec/Text.hs:174)
    candelaP (Data/Units/SI/Units/Attoparsec/Text.hs:177)
    hertzP (Data/Units/SI/Units/Attoparsec/Text.hs:180)
    literP (Data/Units/SI/Units/Attoparsec/Text.hs:183)
    litreP (Data/Units/SI/Units/Attoparsec/Text.hs:186)
    newtonP (Data/Units/SI/Units/Attoparsec/Text.hs:189)
    pascalP (Data/Units/SI/Units/Attoparsec/Text.hs:192)
    jouleP (Data/Units/SI/Units/Attoparsec/Text.hs:195)
    wattP (Data/Units/SI/Units/Attoparsec/Text.hs:198)
    coloumbP (Data/Units/SI/Units/Attoparsec/Text.hs:201)
    voltP (Data/Units/SI/Units/Attoparsec/Text.hs:204)
    faradP (Data/Units/SI/Units/Attoparsec/Text.hs:207)
    ohmP (Data/Units/SI/Units/Attoparsec/Text.hs:210)
    siemensP (Data/Units/SI/Units/Attoparsec/Text.hs:213)
    weberP (Data/Units/SI/Units/Attoparsec/Text.hs:216)
    teslaP (Data/Units/SI/Units/Attoparsec/Text.hs:219)
    henryP (Data/Units/SI/Units/Attoparsec/Text.hs:222)
    lumenP (Data/Units/SI/Units/Attoparsec/Text.hs:225)
    luxP (Data/Units/SI/Units/Attoparsec/Text.hs:228)
    becquerelP (Data/Units/SI/Units/Attoparsec/Text.hs:231)
    grayP (Data/Units/SI/Units/Attoparsec/Text.hs:234)
    sievertP (Data/Units/SI/Units/Attoparsec/Text.hs:237)
    katalP (Data/Units/SI/Units/Attoparsec/Text.hs:240)
    hectareP (Data/Units/SI/Units/Attoparsec/Text.hs:243)
    tonP (Data/Units/SI/Units/Attoparsec/Text.hs:246)
    tonneP (Data/Units/SI/Units/Attoparsec/Text.hs:249)
Documentation created: dist/doc/html/units-attoparsec/index.html,
dist/doc/html/units-attoparsec/units-attoparsec.txt
Creating package registration file:
/tmp/pkgConf-units-attoparsec-1597353187311721459.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/units-attoparsec-1.0-7WOczo0VCz3Cv9TjIYpIeV
Registering units-attoparsec-1.0...
Installed units-attoparsec-1.0

Test log

No test log was submitted for this report.