Build #1 for dataframe-hasktorch-0.1.0.2
| Package | dataframe-hasktorch-0.1.0.2 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2025-10-09 20:27:42.057948356 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.19.2.0, dataframe-0.3.3.3, hasktorch-0.2.1.6, vector-0.13.2.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring OneTuple-0.4.2...
Preprocessing library for OneTuple-0.4.2..
Building library for OneTuple-0.4.2..
[1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o )
Preprocessing library for OneTuple-0.4.2..
Running Haddock on library for OneTuple-0.4.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, nothing )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, nothing )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, nothing )
Haddock coverage:
Warning: 'Solo' is ambiguous. It is defined
* in GHC.Tuple
* in GHC.Tuple.Prim
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Tuple.Prim
100% ( 3 / 3) in 'Data.Tuple.Solo'
25% ( 1 / 4) in 'Data.Tuple.OneTuple'
Missing documentation for:
OneTuple (src/Data/Tuple/OneTuple.hs:21)
OneTuple (src/Data/Tuple/OneTuple.hs:30)
only (src/Data/Tuple/OneTuple.hs:24)
Warning: 'Solo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Data.Tuple.Solo.TH'
Missing documentation for:
tupE
Warning: Data.Tuple.Solo: could not find link destinations for:
- GHC.Generics.Rep1_Solo
- GHC.Generics.Rep_Solo
Documentation created: dist/doc/html/OneTuple/,
dist/doc/html/OneTuple/OneTuple.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/OneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz
Completed OneTuple-0.4.2
Configuring Only-0.1...
Preprocessing library for Only-0.1..
Building library for Only-0.1..
[1 of 1] Compiling Data.Tuple.Only ( src/Data/Tuple/Only.hs, dist/build/Data/Tuple/Only.o, dist/build/Data/Tuple/Only.dyn_o )
Preprocessing library for Only-0.1..
Running Haddock on library for Only-0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Tuple.Only ( src/Data/Tuple/Only.hs, nothing )
Haddock coverage:
Warning: 'Only' is ambiguous. It is defined
* at src/Data/Tuple/Only.hs:29:18
* at src/Data/Tuple/Only.hs:29:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Tuple/Only.hs:29:1
50% ( 1 / 2) in 'Data.Tuple.Only'
Missing documentation for:
Module header
Warning: Data.Tuple.Only: could not find link destinations for:
- Data.Tuple.Only.Rep_Only
Documentation created: dist/doc/html/Only/, dist/doc/html/Only/Only.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/Only-0.1-HRVV8HPpCRNCN2LB8VvQXL
Completed Only-0.1
Configuring StateVar-1.2.2...
Preprocessing library for StateVar-1.2.2..
Building library for StateVar-1.2.2..
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o )
src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Preprocessing library for StateVar-1.2.2..
Running Haddock on library for StateVar-1.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, nothing )
src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Haddock coverage:
Warning: 'StateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:125:19
* at src/Data/StateVar.hs:125:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/StateVar.hs:125:1
Warning: 'SettableStateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:148:30
* at src/Data/StateVar.hs:148:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/StateVar.hs:148:1
100% ( 15 / 15) in 'Data.StateVar'
Documentation created: dist/doc/html/StateVar/,
dist/doc/html/StateVar/StateVar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ
Completed StateVar-1.2.2
Warning: appar.cabal:20:37: version operators used. To use version operators
the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring appar-0.1.8...
Preprocessing library for appar-0.1.8..
Building library for appar-0.1.8..
on the commandline: warning: [GHC-53692] [-Wdeprecated-flags]
-Wnoncanonical-monadfail-instances is deprecated: fail is no longer a method of Monad
[1 of 5] Compiling Text.Appar.Input ( Text/Appar/Input.hs, dist/build/Text/Appar/Input.o, dist/build/Text/Appar/Input.dyn_o )
Text/Appar/Input.hs:37:11: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
37 | car = head
| ^^^^
Text/Appar/Input.hs:38:11: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
38 | cdr = tail
| ^^^^
[2 of 5] Compiling Text.Appar.Parser ( Text/Appar/Parser.hs, dist/build/Text/Appar/Parser.o, dist/build/Text/Appar/Parser.dyn_o )
Text/Appar/Parser.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
59 | import Control.Monad.Fail as Fail
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Text.Appar.LazyByteString ( Text/Appar/LazyByteString.hs, dist/build/Text/Appar/LazyByteString.o, dist/build/Text/Appar/LazyByteString.dyn_o )
[4 of 5] Compiling Text.Appar.ByteString ( Text/Appar/ByteString.hs, dist/build/Text/Appar/ByteString.o, dist/build/Text/Appar/ByteString.dyn_o )
[5 of 5] Compiling Text.Appar.String ( Text/Appar/String.hs, dist/build/Text/Appar/String.o, dist/build/Text/Appar/String.dyn_o )
Preprocessing library for appar-0.1.8..
Running Haddock on library for appar-0.1.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Text.Appar.Input ( Text/Appar/Input.hs, nothing )
Text/Appar/Input.hs:37:11: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
37 | car = head
| ^^^^
Text/Appar/Input.hs:38:11: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
38 | cdr = tail
| ^^^^
[2 of 5] Compiling Text.Appar.Parser ( Text/Appar/Parser.hs, nothing )
Text/Appar/Parser.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
59 | import Control.Monad.Fail as Fail
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Text.Appar.LazyByteString ( Text/Appar/LazyByteString.hs, nothing )
[4 of 5] Compiling Text.Appar.ByteString ( Text/Appar/ByteString.hs, nothing )
[5 of 5] Compiling Text.Appar.String ( Text/Appar/String.hs, nothing )
Haddock coverage:
97% ( 33 / 34) in 'Text.Appar.LazyByteString'
Missing documentation for:
MkParser (Text/Appar/Parser.hs:65)
97% ( 33 / 34) in 'Text.Appar.ByteString'
Missing documentation for:
MkParser (Text/Appar/Parser.hs:65)
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 33 / 34) in 'Text.Appar.String'
Missing documentation for:
MkParser (Text/Appar/Parser.hs:65)
Documentation created: dist/doc/html/appar/, dist/doc/html/appar/appar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/appar-0.1.8-JcFgRGqtdQU46hFjedECdX
Completed appar-0.1.8
Configuring assoc-1.1.1...
Preprocessing library for assoc-1.1.1..
Building library for assoc-1.1.1..
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, dist/build/Data/Bifunctor/Assoc.o, dist/build/Data/Bifunctor/Assoc.dyn_o )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, dist/build/Data/Bifunctor/Swap.o, dist/build/Data/Bifunctor/Swap.dyn_o )
Preprocessing library for assoc-1.1.1..
Running Haddock on library for assoc-1.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, nothing )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Data.Bifunctor.Assoc'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Bifunctor.Swap'
Missing documentation for:
Module header
Documentation created: dist/doc/html/assoc/, dist/doc/html/assoc/assoc.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/assoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj
Completed assoc-1.1.1
Configuring base-orphans-0.9.3...
Preprocessing library for base-orphans-0.9.3..
Building library for base-orphans-0.9.3..
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o, dist/build/Data/Orphans/Prelude.dyn_o )
[2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, dist/build/Data/Orphans.o, dist/build/Data/Orphans.dyn_o )
Preprocessing library for base-orphans-0.9.3..
Running Haddock on library for base-orphans-0.9.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, nothing )
[2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, nothing )
Haddock coverage:
100% ( 1 / 1) in 'Data.Orphans'
Documentation created: dist/doc/html/base-orphans/,
dist/doc/html/base-orphans/base-orphans.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9
Completed base-orphans-0.9.3
Configuring base16-bytestring-1.0.2.0...
Preprocessing library for base16-bytestring-1.0.2.0..
Building library for base16-bytestring-1.0.2.0..
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, dist/build/Data/ByteString/Base16/Internal.o, dist/build/Data/ByteString/Base16/Internal.dyn_o )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, dist/build/Data/ByteString/Base16.o, dist/build/Data/ByteString/Base16.dyn_o )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, dist/build/Data/ByteString/Base16/Lazy.o, dist/build/Data/ByteString/Base16/Lazy.dyn_o )
Preprocessing library for base16-bytestring-1.0.2.0..
Running Haddock on library for base16-bytestring-1.0.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, nothing )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, nothing )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Data.ByteString.Base16'
100% ( 4 / 4) in 'Data.ByteString.Base16.Lazy'
Documentation created: dist/doc/html/base16-bytestring/,
dist/doc/html/base16-bytestring/base16-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U
Completed base16-bytestring-1.0.2.0
Configuring base64-bytestring-1.2.1.0...
Preprocessing library for base64-bytestring-1.2.1.0..
Building library for base64-bytestring-1.2.1.0..
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/build/Data/ByteString/Base64/Internal.o, dist/build/Data/ByteString/Base64/Internal.dyn_o )
[2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.o, dist/build/Data/ByteString/Base64.dyn_o )
[3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/build/Data/ByteString/Base64/Lazy.o, dist/build/Data/ByteString/Base64/Lazy.dyn_o )
[4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/build/Data/ByteString/Base64/URL.o, dist/build/Data/ByteString/Base64/URL.dyn_o )
[5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/build/Data/ByteString/Base64/URL/Lazy.o, dist/build/Data/ByteString/Base64/URL/Lazy.dyn_o )
Preprocessing library for base64-bytestring-1.2.1.0..
Running Haddock on library for base64-bytestring-1.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, nothing )
[2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, nothing )
[3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, nothing )
[4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, nothing )
[5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Data.ByteString.Base64'
100% ( 4 / 4) in 'Data.ByteString.Base64.Lazy'
100% ( 7 / 7) in 'Data.ByteString.Base64.URL'
100% ( 7 / 7) in 'Data.ByteString.Base64.URL.Lazy'
Documentation created: dist/doc/html/base64-bytestring/,
dist/doc/html/base64-bytestring/base64-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base64-bytestring-1.2.1.0-AIN2dTo0IeiEPRnFKNxiRV
Completed base64-bytestring-1.2.1.0
Configuring basement-0.0.16...
Preprocessing library for basement-0.0.16..
Building library for basement-0.0.16..
Basement/Error.hs:7:14: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
7 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[ 1 of 84] Compiling Basement.Compat.Bifunctor ( Basement/Compat/Bifunctor.hs, dist/build/Basement/Compat/Bifunctor.o, dist/build/Basement/Compat/Bifunctor.dyn_o )
[ 2 of 84] Compiling Basement.Compat.C.Types ( Basement/Compat/C/Types.hs, dist/build/Basement/Compat/C/Types.o, dist/build/Basement/Compat/C/Types.dyn_o )
[ 3 of 84] Compiling Basement.Compat.CallStack ( Basement/Compat/CallStack.hs, dist/build/Basement/Compat/CallStack.o, dist/build/Basement/Compat/CallStack.dyn_o )
[ 4 of 84] Compiling Basement.Compat.Identity ( Basement/Compat/Identity.hs, dist/build/Basement/Compat/Identity.o, dist/build/Basement/Compat/Identity.dyn_o )
[ 5 of 84] Compiling Basement.Compat.IsList ( Basement/Compat/IsList.hs, dist/build/Basement/Compat/IsList.o, dist/build/Basement/Compat/IsList.dyn_o )
[ 6 of 84] Compiling Basement.Compat.Natural ( Basement/Compat/Natural.hs, dist/build/Basement/Compat/Natural.o, dist/build/Basement/Compat/Natural.dyn_o )
[ 7 of 84] Compiling Basement.Compat.NumLiteral ( Basement/Compat/NumLiteral.hs, dist/build/Basement/Compat/NumLiteral.o, dist/build/Basement/Compat/NumLiteral.dyn_o )
[ 8 of 84] Compiling Basement.Compat.PrimTypes ( Basement/Compat/PrimTypes.hs, dist/build/Basement/Compat/PrimTypes.o, dist/build/Basement/Compat/PrimTypes.dyn_o )
[ 9 of 84] Compiling Basement.Compat.Primitive ( Basement/Compat/Primitive.hs, dist/build/Basement/Compat/Primitive.o, dist/build/Basement/Compat/Primitive.dyn_o )
[10 of 84] Compiling Basement.Compat.Semigroup ( Basement/Compat/Semigroup.hs, dist/build/Basement/Compat/Semigroup.o, dist/build/Basement/Compat/Semigroup.dyn_o )
[11 of 84] Compiling Basement.Compat.Typeable ( Basement/Compat/Typeable.hs, dist/build/Basement/Compat/Typeable.o, dist/build/Basement/Compat/Typeable.dyn_o )
[12 of 84] Compiling Basement.Compat.Base ( Basement/Compat/Base.hs, dist/build/Basement/Compat/Base.o, dist/build/Basement/Compat/Base.dyn_o )
[13 of 84] Compiling Basement.Compat.MonadTrans ( Basement/Compat/MonadTrans.hs, dist/build/Basement/Compat/MonadTrans.o, dist/build/Basement/Compat/MonadTrans.dyn_o )
[14 of 84] Compiling Basement.Compat.AMP ( Basement/Compat/AMP.hs, dist/build/Basement/Compat/AMP.o, dist/build/Basement/Compat/AMP.dyn_o )
[15 of 84] Compiling Basement.Endianness ( Basement/Endianness.hs, dist/build/Basement/Endianness.o, dist/build/Basement/Endianness.dyn_o )
[16 of 84] Compiling Basement.Floating ( Basement/Floating.hs, dist/build/Basement/Floating.o, dist/build/Basement/Floating.dyn_o )
[17 of 84] Compiling Basement.Monad ( Basement/Monad.hs, dist/build/Basement/Monad.o, dist/build/Basement/Monad.dyn_o )
Basement/Monad.hs:47:23: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
47 | type PrimVar m :: * -> *
| ^
Basement/Monad.hs:47:28: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
47 | type PrimVar m :: * -> *
| ^
[18 of 84] Compiling Basement.FinalPtr ( Basement/FinalPtr.hs, dist/build/Basement/FinalPtr.o, dist/build/Basement/FinalPtr.dyn_o )
[19 of 84] Compiling Basement.Numerical.Conversion ( Basement/Numerical/Conversion.hs, dist/build/Basement/Numerical/Conversion.o, dist/build/Basement/Numerical/Conversion.dyn_o )
[20 of 84] Compiling Basement.Numerical.Number ( Basement/Numerical/Number.hs, dist/build/Basement/Numerical/Number.o, dist/build/Basement/Numerical/Number.dyn_o )
[21 of 84] Compiling Basement.IntegralConv ( Basement/IntegralConv.hs, dist/build/Basement/IntegralConv.o, dist/build/Basement/IntegralConv.dyn_o )
[22 of 84] Compiling Basement.Types.Char7 ( Basement/Types/Char7.hs, dist/build/Basement/Types/Char7.o, dist/build/Basement/Types/Char7.dyn_o )
[23 of 84] Compiling Basement.Base16 ( Basement/Base16.hs, dist/build/Basement/Base16.o, dist/build/Basement/Base16.dyn_o )
[24 of 84] Compiling Basement.Types.Word128 ( Basement/Types/Word128.hs, dist/build/Basement/Types/Word128.o, dist/build/Basement/Types/Word128.dyn_o )
[25 of 84] Compiling Basement.Types.Word256 ( Basement/Types/Word256.hs, dist/build/Basement/Types/Word256.o, dist/build/Basement/Types/Word256.dyn_o )
[26 of 84] Compiling Basement.Nat ( Basement/Nat.hs, dist/build/Basement/Nat.o, dist/build/Basement/Nat.dyn_o )
[27 of 84] Compiling Basement.Bounded ( Basement/Bounded.hs, dist/build/Basement/Bounded.o, dist/build/Basement/Bounded.dyn_o )
[28 of 84] Compiling Basement.Numerical.Subtractive ( Basement/Numerical/Subtractive.hs, dist/build/Basement/Numerical/Subtractive.o, dist/build/Basement/Numerical/Subtractive.dyn_o )
[29 of 84] Compiling Basement.Numerical.Additive ( Basement/Numerical/Additive.hs, dist/build/Basement/Numerical/Additive.o, dist/build/Basement/Numerical/Additive.dyn_o )
[30 of 84] Compiling Basement.Numerical.Multiplicative ( Basement/Numerical/Multiplicative.hs, dist/build/Basement/Numerical/Multiplicative.o, dist/build/Basement/Numerical/Multiplicative.dyn_o )
[31 of 84] Compiling Basement.Types.OffsetSize ( Basement/Types/OffsetSize.hs, dist/build/Basement/Types/OffsetSize.o, dist/build/Basement/Types/OffsetSize.dyn_o )
[32 of 84] Compiling Basement.Types.Ptr ( Basement/Types/Ptr.hs, dist/build/Basement/Types/Ptr.o, dist/build/Basement/Types/Ptr.dyn_o )
[33 of 84] Compiling Basement.Terminal.Size ( dist/build/Basement/Terminal/Size.hs, dist/build/Basement/Terminal/Size.o, dist/build/Basement/Terminal/Size.dyn_o )
[34 of 84] Compiling Basement.Terminal ( Basement/Terminal.hs, dist/build/Basement/Terminal.o, dist/build/Basement/Terminal.dyn_o )
[35 of 84] Compiling Basement.Runtime ( Basement/Runtime.hs, dist/build/Basement/Runtime.o, dist/build/Basement/Runtime.dyn_o )
[36 of 84] Compiling Basement.PrimType ( Basement/PrimType.hs, dist/build/Basement/PrimType.o, dist/build/Basement/PrimType.dyn_o )
[37 of 84] Compiling Basement.MutableBuilder ( Basement/MutableBuilder.hs, dist/build/Basement/MutableBuilder.o, dist/build/Basement/MutableBuilder.dyn_o )
[38 of 84] Compiling Basement.Exception ( Basement/Exception.hs, dist/build/Basement/Exception.o, dist/build/Basement/Exception.dyn_o )
[39 of 84] Compiling Basement.NonEmpty ( Basement/NonEmpty.hs, dist/build/Basement/NonEmpty.o, dist/build/Basement/NonEmpty.dyn_o )
[40 of 84] Compiling Basement.Bindings.Memory ( Basement/Bindings/Memory.hs, dist/build/Basement/Bindings/Memory.o, dist/build/Basement/Bindings/Memory.dyn_o )
[41 of 84] Compiling Basement.Alg.Class ( Basement/Alg/Class.hs, dist/build/Basement/Alg/Class.o, dist/build/Basement/Alg/Class.dyn_o )
[42 of 84] Compiling Basement.Compat.ExtList ( Basement/Compat/ExtList.hs, dist/build/Basement/Compat/ExtList.o, dist/build/Basement/Compat/ExtList.dyn_o )
[43 of 84] Compiling Basement.Alg.XorShift ( Basement/Alg/XorShift.hs, dist/build/Basement/Alg/XorShift.o, dist/build/Basement/Alg/XorShift.dyn_o )
[44 of 84] Compiling Basement.Alg.PrimArray ( Basement/Alg/PrimArray.hs, dist/build/Basement/Alg/PrimArray.o, dist/build/Basement/Alg/PrimArray.dyn_o )
[45 of 84] Compiling Basement.Alg.Mutable ( Basement/Alg/Mutable.hs, dist/build/Basement/Alg/Mutable.o, dist/build/Basement/Alg/Mutable.dyn_o )
[46 of 84] Compiling Basement.NormalForm ( Basement/NormalForm.hs, dist/build/Basement/NormalForm.o, dist/build/Basement/NormalForm.dyn_o )
[47 of 84] Compiling Basement.These ( Basement/These.hs, dist/build/Basement/These.o, dist/build/Basement/These.dyn_o )
[48 of 84] Compiling Basement.Sized.List ( Basement/Sized/List.hs, dist/build/Basement/Sized/List.o, dist/build/Basement/Sized/List.dyn_o )
[49 of 84] Compiling Basement.Block.Base ( Basement/Block/Base.hs, dist/build/Basement/Block/Base.o, dist/build/Basement/Block/Base.dyn_o )
[50 of 84] Compiling Basement.Cast ( Basement/Cast.hs, dist/build/Basement/Cast.o, dist/build/Basement/Cast.dyn_o )
[51 of 84] Compiling Basement.Block.Mutable ( Basement/Block/Mutable.hs, dist/build/Basement/Block/Mutable.o, dist/build/Basement/Block/Mutable.dyn_o )
[52 of 84] Compiling Basement.Block ( Basement/Block.hs, dist/build/Basement/Block.o, dist/build/Basement/Block.dyn_o )
[53 of 84] Compiling Basement.Sized.Block ( Basement/Sized/Block.hs, dist/build/Basement/Sized/Block.o, dist/build/Basement/Sized/Block.dyn_o )
[54 of 84] Compiling Basement.BlockN ( Basement/BlockN.hs, dist/build/Basement/BlockN.o, dist/build/Basement/BlockN.dyn_o )
[55 of 84] Compiling Basement.Bits ( Basement/Bits.hs, dist/build/Basement/Bits.o, dist/build/Basement/Bits.dyn_o )
[56 of 84] Compiling Basement.UArray.Base ( Basement/UArray/Base.hs, dist/build/Basement/UArray/Base.o, dist/build/Basement/UArray/Base.dyn_o )
[57 of 84] Compiling Basement.BoxedArray ( Basement/BoxedArray.hs, dist/build/Basement/BoxedArray.o, dist/build/Basement/BoxedArray.dyn_o )
[58 of 84] Compiling Basement.Sized.Vect ( Basement/Sized/Vect.hs, dist/build/Basement/Sized/Vect.o, dist/build/Basement/Sized/Vect.dyn_o )
[59 of 84] Compiling Basement.UArray.Mutable ( Basement/UArray/Mutable.hs, dist/build/Basement/UArray/Mutable.o, dist/build/Basement/UArray/Mutable.dyn_o )
[60 of 84] Compiling Basement.UArray ( Basement/UArray.hs, dist/build/Basement/UArray.o, dist/build/Basement/UArray.dyn_o )
[61 of 84] Compiling Basement.Types.AsciiString ( Basement/Types/AsciiString.hs, dist/build/Basement/Types/AsciiString.o, dist/build/Basement/Types/AsciiString.dyn_o )
[62 of 84] Compiling Basement.String.Encoding.Encoding ( Basement/String/Encoding/Encoding.hs, dist/build/Basement/String/Encoding/Encoding.o, dist/build/Basement/String/Encoding/Encoding.dyn_o )
[63 of 84] Compiling Basement.String.Encoding.UTF32 ( Basement/String/Encoding/UTF32.hs, dist/build/Basement/String/Encoding/UTF32.o, dist/build/Basement/String/Encoding/UTF32.dyn_o )
[64 of 84] Compiling Basement.String.Encoding.UTF16 ( Basement/String/Encoding/UTF16.hs, dist/build/Basement/String/Encoding/UTF16.o, dist/build/Basement/String/Encoding/UTF16.dyn_o )
[65 of 84] Compiling Basement.String.Encoding.ISO_8859_1 ( Basement/String/Encoding/ISO_8859_1.hs, dist/build/Basement/String/Encoding/ISO_8859_1.o, dist/build/Basement/String/Encoding/ISO_8859_1.dyn_o )
[66 of 84] Compiling Basement.String.Encoding.ASCII7 ( Basement/String/Encoding/ASCII7.hs, dist/build/Basement/String/Encoding/ASCII7.o, dist/build/Basement/String/Encoding/ASCII7.dyn_o )
[67 of 84] Compiling Basement.Sized.UVect ( Basement/Sized/UVect.hs, dist/build/Basement/Sized/UVect.o, dist/build/Basement/Sized/UVect.dyn_o )
[68 of 84] Compiling Basement.UTF8.Types ( Basement/UTF8/Types.hs, dist/build/Basement/UTF8/Types.o, dist/build/Basement/UTF8/Types.dyn_o )
[69 of 84] Compiling Basement.UTF8.Table ( Basement/UTF8/Table.hs, dist/build/Basement/UTF8/Table.o, dist/build/Basement/UTF8/Table.dyn_o )
[70 of 84] Compiling Basement.UTF8.Helper ( Basement/UTF8/Helper.hs, dist/build/Basement/UTF8/Helper.o, dist/build/Basement/UTF8/Helper.dyn_o )
[71 of 84] Compiling Basement.Types.CharUTF8 ( Basement/Types/CharUTF8.hs, dist/build/Basement/Types/CharUTF8.o, dist/build/Basement/Types/CharUTF8.dyn_o )
[72 of 84] Compiling Basement.String.CaseMapping ( Basement/String/CaseMapping.hs, dist/build/Basement/String/CaseMapping.o, dist/build/Basement/String/CaseMapping.dyn_o )
[73 of 84] Compiling Basement.Alg.UTF8 ( Basement/Alg/UTF8.hs, dist/build/Basement/Alg/UTF8.o, dist/build/Basement/Alg/UTF8.dyn_o )
[74 of 84] Compiling Basement.UTF8.Base ( Basement/UTF8/Base.hs, dist/build/Basement/UTF8/Base.o, dist/build/Basement/UTF8/Base.dyn_o )
[75 of 84] Compiling Basement.Show ( Basement/Show.hs, dist/build/Basement/Show.o, dist/build/Basement/Show.dyn_o )
[76 of 84] Compiling Basement.Error ( Basement/Error.hs, dist/build/Basement/Error.o, dist/build/Basement/Error.dyn_o )
[77 of 84] Compiling Basement.Imports ( Basement/Imports.hs, dist/build/Basement/Imports.o, dist/build/Basement/Imports.dyn_o )
[78 of 84] Compiling Basement.Environment ( Basement/Environment.hs, dist/build/Basement/Environment.o, dist/build/Basement/Environment.dyn_o )
[79 of 84] Compiling Basement.Alg.String ( Basement/Alg/String.hs, dist/build/Basement/Alg/String.o, dist/build/Basement/Alg/String.dyn_o )
[80 of 84] Compiling Basement.String ( Basement/String.hs, dist/build/Basement/String.o, dist/build/Basement/String.dyn_o )
[81 of 84] Compiling Basement.Terminal.ANSI ( Basement/Terminal/ANSI.hs, dist/build/Basement/Terminal/ANSI.o, dist/build/Basement/Terminal/ANSI.dyn_o )
[82 of 84] Compiling Basement.From ( Basement/From.hs, dist/build/Basement/From.o, dist/build/Basement/From.dyn_o )
[83 of 84] Compiling Basement.Block.Builder ( Basement/Block/Builder.hs, dist/build/Basement/Block/Builder.o, dist/build/Basement/Block/Builder.dyn_o )
[84 of 84] Compiling Basement.String.Builder ( Basement/String/Builder.hs, dist/build/Basement/String/Builder.o, dist/build/Basement/String/Builder.dyn_o )
Preprocessing library for basement-0.0.16..
Running Haddock on library for basement-0.0.16..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
Basement/Error.hs:7:14: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
7 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[ 1 of 84] Compiling Basement.Compat.Bifunctor ( Basement/Compat/Bifunctor.hs, nothing )
[ 2 of 84] Compiling Basement.Compat.C.Types ( Basement/Compat/C/Types.hs, nothing )
[ 3 of 84] Compiling Basement.Compat.CallStack ( Basement/Compat/CallStack.hs, nothing )
[ 4 of 84] Compiling Basement.Compat.Identity ( Basement/Compat/Identity.hs, nothing )
[ 5 of 84] Compiling Basement.Compat.IsList ( Basement/Compat/IsList.hs, nothing )
[ 6 of 84] Compiling Basement.Compat.Natural ( Basement/Compat/Natural.hs, nothing )
[ 7 of 84] Compiling Basement.Compat.NumLiteral ( Basement/Compat/NumLiteral.hs, nothing )
[ 8 of 84] Compiling Basement.Compat.PrimTypes ( Basement/Compat/PrimTypes.hs, nothing )
[ 9 of 84] Compiling Basement.Compat.Primitive ( Basement/Compat/Primitive.hs, nothing )
[10 of 84] Compiling Basement.Compat.Semigroup ( Basement/Compat/Semigroup.hs, nothing )
[11 of 84] Compiling Basement.Compat.Typeable ( Basement/Compat/Typeable.hs, nothing )
[12 of 84] Compiling Basement.Compat.Base ( Basement/Compat/Base.hs, nothing )
[13 of 84] Compiling Basement.Compat.MonadTrans ( Basement/Compat/MonadTrans.hs, nothing )
[14 of 84] Compiling Basement.Compat.AMP ( Basement/Compat/AMP.hs, nothing )
[15 of 84] Compiling Basement.Endianness ( Basement/Endianness.hs, nothing )
[16 of 84] Compiling Basement.Floating ( Basement/Floating.hs, nothing )
[17 of 84] Compiling Basement.Monad ( Basement/Monad.hs, nothing )
Basement/Monad.hs:47:23: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
47 | type PrimVar m :: * -> *
| ^
Basement/Monad.hs:47:28: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
47 | type PrimVar m :: * -> *
| ^
[18 of 84] Compiling Basement.FinalPtr ( Basement/FinalPtr.hs, nothing )
[19 of 84] Compiling Basement.Numerical.Conversion ( Basement/Numerical/Conversion.hs, nothing )
[20 of 84] Compiling Basement.Numerical.Number ( Basement/Numerical/Number.hs, nothing )
[21 of 84] Compiling Basement.IntegralConv ( Basement/IntegralConv.hs, nothing )
[22 of 84] Compiling Basement.Types.Char7 ( Basement/Types/Char7.hs, nothing )
[23 of 84] Compiling Basement.Base16 ( Basement/Base16.hs, nothing )
[24 of 84] Compiling Basement.Types.Word128 ( Basement/Types/Word128.hs, nothing )
[25 of 84] Compiling Basement.Types.Word256 ( Basement/Types/Word256.hs, nothing )
[26 of 84] Compiling Basement.Nat ( Basement/Nat.hs, nothing )
[27 of 84] Compiling Basement.Bounded ( Basement/Bounded.hs, nothing )
[28 of 84] Compiling Basement.Numerical.Subtractive ( Basement/Numerical/Subtractive.hs, nothing )
[29 of 84] Compiling Basement.Numerical.Additive ( Basement/Numerical/Additive.hs, nothing )
[30 of 84] Compiling Basement.Numerical.Multiplicative ( Basement/Numerical/Multiplicative.hs, nothing )
[31 of 84] Compiling Basement.Types.OffsetSize ( Basement/Types/OffsetSize.hs, nothing )
[32 of 84] Compiling Basement.Types.Ptr ( Basement/Types/Ptr.hs, nothing )
[33 of 84] Compiling Basement.Terminal.Size ( dist/build/Basement/Terminal/Size.hs, nothing )
[34 of 84] Compiling Basement.Terminal ( Basement/Terminal.hs, nothing )
[35 of 84] Compiling Basement.Runtime ( Basement/Runtime.hs, nothing )
[36 of 84] Compiling Basement.PrimType ( Basement/PrimType.hs, nothing )
[37 of 84] Compiling Basement.MutableBuilder ( Basement/MutableBuilder.hs, nothing )
[38 of 84] Compiling Basement.Exception ( Basement/Exception.hs, nothing )
[39 of 84] Compiling Basement.NonEmpty ( Basement/NonEmpty.hs, nothing )
[40 of 84] Compiling Basement.Bindings.Memory ( Basement/Bindings/Memory.hs, nothing )
[41 of 84] Compiling Basement.Alg.Class ( Basement/Alg/Class.hs, nothing )
[42 of 84] Compiling Basement.Compat.ExtList ( Basement/Compat/ExtList.hs, nothing )
[43 of 84] Compiling Basement.Alg.XorShift ( Basement/Alg/XorShift.hs, nothing )
[44 of 84] Compiling Basement.Alg.PrimArray ( Basement/Alg/PrimArray.hs, nothing )
[45 of 84] Compiling Basement.Alg.Mutable ( Basement/Alg/Mutable.hs, nothing )
[46 of 84] Compiling Basement.NormalForm ( Basement/NormalForm.hs, nothing )
[47 of 84] Compiling Basement.These ( Basement/These.hs, nothing )
[48 of 84] Compiling Basement.Sized.List ( Basement/Sized/List.hs, nothing )
[49 of 84] Compiling Basement.Block.Base ( Basement/Block/Base.hs, nothing )
[50 of 84] Compiling Basement.Cast ( Basement/Cast.hs, nothing )
[51 of 84] Compiling Basement.Block.Mutable ( Basement/Block/Mutable.hs, nothing )
[52 of 84] Compiling Basement.Block ( Basement/Block.hs, nothing )
[53 of 84] Compiling Basement.Sized.Block ( Basement/Sized/Block.hs, nothing )
[54 of 84] Compiling Basement.BlockN ( Basement/BlockN.hs, nothing )
[55 of 84] Compiling Basement.Bits ( Basement/Bits.hs, nothing )
[56 of 84] Compiling Basement.UArray.Base ( Basement/UArray/Base.hs, nothing )
[57 of 84] Compiling Basement.BoxedArray ( Basement/BoxedArray.hs, nothing )
[58 of 84] Compiling Basement.Sized.Vect ( Basement/Sized/Vect.hs, nothing )
[59 of 84] Compiling Basement.UArray.Mutable ( Basement/UArray/Mutable.hs, nothing )
[60 of 84] Compiling Basement.UArray ( Basement/UArray.hs, nothing )
[61 of 84] Compiling Basement.Types.AsciiString ( Basement/Types/AsciiString.hs, nothing )
[62 of 84] Compiling Basement.String.Encoding.Encoding ( Basement/String/Encoding/Encoding.hs, nothing )
[63 of 84] Compiling Basement.String.Encoding.UTF32 ( Basement/String/Encoding/UTF32.hs, nothing )
[64 of 84] Compiling Basement.String.Encoding.UTF16 ( Basement/String/Encoding/UTF16.hs, nothing )
[65 of 84] Compiling Basement.String.Encoding.ISO_8859_1 ( Basement/String/Encoding/ISO_8859_1.hs, nothing )
[66 of 84] Compiling Basement.String.Encoding.ASCII7 ( Basement/String/Encoding/ASCII7.hs, nothing )
[67 of 84] Compiling Basement.Sized.UVect ( Basement/Sized/UVect.hs, nothing )
[68 of 84] Compiling Basement.UTF8.Types ( Basement/UTF8/Types.hs, nothing )
[69 of 84] Compiling Basement.UTF8.Table ( Basement/UTF8/Table.hs, nothing )
[70 of 84] Compiling Basement.UTF8.Helper ( Basement/UTF8/Helper.hs, nothing )
[71 of 84] Compiling Basement.Types.CharUTF8 ( Basement/Types/CharUTF8.hs, nothing )
[72 of 84] Compiling Basement.String.CaseMapping ( Basement/String/CaseMapping.hs, nothing )
[73 of 84] Compiling Basement.Alg.UTF8 ( Basement/Alg/UTF8.hs, nothing )
[74 of 84] Compiling Basement.UTF8.Base ( Basement/UTF8/Base.hs, nothing )
[75 of 84] Compiling Basement.Show ( Basement/Show.hs, nothing )
[76 of 84] Compiling Basement.Error ( Basement/Error.hs, nothing )
[77 of 84] Compiling Basement.Imports ( Basement/Imports.hs, nothing )
[78 of 84] Compiling Basement.Environment ( Basement/Environment.hs, nothing )
[79 of 84] Compiling Basement.Alg.String ( Basement/Alg/String.hs, nothing )
[80 of 84] Compiling Basement.String ( Basement/String.hs, nothing )
[81 of 84] Compiling Basement.Terminal.ANSI ( Basement/Terminal/ANSI.hs, nothing )
[82 of 84] Compiling Basement.From ( Basement/From.hs, nothing )
[83 of 84] Compiling Basement.Block.Builder ( Basement/Block/Builder.hs, nothing )
[84 of 84] Compiling Basement.String.Builder ( Basement/String/Builder.hs, nothing )
Haddock coverage:
Warning: 'Functor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Either' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Basement.Compat.Bifunctor'
79% ( 23 / 29) in 'Basement.Compat.C.Types'
Missing documentation for:
CIntPtr
CUIntPtr
CIntMax
CUIntMax
COff
CMode
50% ( 1 / 2) in 'Basement.Compat.CallStack'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Basement.Compat.Identity'
100% ( 2 / 2) in 'Basement.Compat.IsList'
25% ( 1 / 4) in 'Basement.Compat.Natural'
Missing documentation for:
Module header
integerToNatural (Basement/Compat/Natural.hs:58)
naturalToInteger (Basement/Compat/Natural.hs:61)
100% ( 4 / 4) in 'Basement.Compat.NumLiteral'
100% ( 6 / 6) in 'Basement.Compat.PrimTypes'
11% ( 6 / 52) in 'Basement.Compat.Primitive'
Missing documentation for:
toPinnedStatus# (Basement/Compat/Primitive.hs:110)
compatIsByteArrayPinned# (Basement/Compat/Primitive.hs:130)
compatIsMutableByteArrayPinned# (Basement/Compat/Primitive.hs:133)
Word8#
Word16#
Word32#
Int8#
Int16#
Int32#
word8ToWord16# (Basement/Compat/Primitive.hs:145)
word8ToWord32# (Basement/Compat/Primitive.hs:148)
word8ToWord#
word16ToWord8# (Basement/Compat/Primitive.hs:151)
word16ToWord32# (Basement/Compat/Primitive.hs:154)
word16ToWord#
word32ToWord#
word32ToWord8# (Basement/Compat/Primitive.hs:157)
word32ToWord16# (Basement/Compat/Primitive.hs:160)
wordToWord32#
wordToWord16#
wordToWord8#
int8ToInt16# (Basement/Compat/Primitive.hs:163)
int8ToInt32# (Basement/Compat/Primitive.hs:166)
int8ToInt#
int16ToInt32# (Basement/Compat/Primitive.hs:169)
int16ToInt#
int32ToInt#
intToInt8#
intToInt16#
intToInt32#
word8ToInt# (Basement/Compat/Primitive.hs:178)
word8ToInt16# (Basement/Compat/Primitive.hs:172)
word8ToInt32# (Basement/Compat/Primitive.hs:175)
charToWord32# (Basement/Compat/Primitive.hs:181)
word8ToChar# (Basement/Compat/Primitive.hs:184)
word16ToChar# (Basement/Compat/Primitive.hs:187)
word32ToChar# (Basement/Compat/Primitive.hs:190)
wordToChar# (Basement/Compat/Primitive.hs:193)
plusWord8#
uncheckedShiftRLWord16#
plusWord16#
uncheckedShiftRLWord32#
plusWord32#
plusInt8#
plusInt16#
plusInt32#
33% ( 1 / 3) in 'Basement.Compat.Semigroup'
Missing documentation for:
Module header
ListNonEmpty (Basement/Compat/Semigroup.hs:16)
100% ( 2 / 2) in 'Basement.Compat.Typeable'
97% ( 65 / 67) in 'Basement.Compat.Base'
Missing documentation for:
Ordering
Bool
100% ( 3 / 3) in 'Basement.Compat.MonadTrans'
0% ( 0 / 2) in 'Basement.Compat.AMP'
Missing documentation for:
Module header
AMPMonad (Basement/Compat/AMP.hs:11)
92% ( 12 / 13) in 'Basement.Endianness'
Missing documentation for:
Endianness (Basement/Endianness.hs:46)
0% ( 0 / 10) in 'Basement.Floating'
Missing documentation for:
Module header
integerToDouble (Basement/Floating.hs:27)
naturalToDouble (Basement/Floating.hs:32)
doubleExponant (Basement/Floating.hs:35)
integerToFloat (Basement/Floating.hs:38)
naturalToFloat (Basement/Floating.hs:41)
wordToFloat (Basement/Floating.hs:44)
floatToWord (Basement/Floating.hs:52)
wordToDouble (Basement/Floating.hs:60)
doubleToWord (Basement/Floating.hs:68)
Warning: 'unwrapPrimMonad' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Basement.Monad'
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 8 / 10) in 'Basement.FinalPtr'
Missing documentation for:
touchFinalPtr (Basement/FinalPtr.hs:92)
withFinalPtrNoTouch (Basement/FinalPtr.hs:74)
66% ( 2 / 3) in 'Basement.Numerical.Number'
Missing documentation for:
Module header
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
25% ( 3 / 12) in 'Basement.IntegralConv'
Missing documentation for:
Module header
intToInt64 (Basement/Numerical/Conversion.hs:35)
int64ToInt (Basement/Numerical/Conversion.hs:46)
wordToWord64 (Basement/Numerical/Conversion.hs:57)
word64ToWord32s (Basement/Numerical/Conversion.hs:111)
word64ToWord (Basement/Numerical/Conversion.hs:68)
wordToChar (Basement/Numerical/Conversion.hs:121)
wordToInt (Basement/Numerical/Conversion.hs:124)
charToInt (Basement/Numerical/Conversion.hs:130)
Warning: 'Char7' is ambiguous. It is defined
* at Basement/Types/Char7.hs:42:17
* at Basement/Types/Char7.hs:42:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Basement/Types/Char7.hs:42:1
Warning: 'Byte' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
28% ( 8 / 28) in 'Basement.Types.Char7'
Missing documentation for:
Module header
c7_LF (Basement/Types/Char7.hs:74)
c7_CR (Basement/Types/Char7.hs:77)
c7_minus (Basement/Types/Char7.hs:80)
c7_a (Basement/Types/Char7.hs:83)
c7_A (Basement/Types/Char7.hs:86)
c7_z (Basement/Types/Char7.hs:89)
c7_Z (Basement/Types/Char7.hs:92)
c7_0 (Basement/Types/Char7.hs:95)
c7_1 (Basement/Types/Char7.hs:96)
c7_2 (Basement/Types/Char7.hs:97)
c7_3 (Basement/Types/Char7.hs:98)
c7_4 (Basement/Types/Char7.hs:99)
c7_5 (Basement/Types/Char7.hs:100)
c7_6 (Basement/Types/Char7.hs:101)
c7_7 (Basement/Types/Char7.hs:102)
c7_8 (Basement/Types/Char7.hs:103)
c7_9 (Basement/Types/Char7.hs:104)
c7Upper (Basement/Types/Char7.hs:113)
c7Lower (Basement/Types/Char7.hs:107)
50% ( 3 / 6) in 'Basement.Base16'
Missing documentation for:
Module header
escapeByte (Basement/Base16.hs:36)
Base16Escape (Basement/Base16.hs:18)
88% ( 15 / 17) in 'Basement.Types.Word128'
Missing documentation for:
Module header
fromNatural (Basement/Types/Word128.hs:255)
88% ( 15 / 17) in 'Basement.Types.Word256'
Missing documentation for:
Module header
fromNatural (Basement/Types/Word256.hs:341)
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
57% ( 16 / 28) in 'Basement.Nat'
Missing documentation for:
Module header
natValNatural (Basement/Nat.hs:56)
natValInt (Basement/Nat.hs:59)
natValInt8 (Basement/Nat.hs:71)
natValInt16 (Basement/Nat.hs:68)
natValInt32 (Basement/Nat.hs:65)
natValInt64 (Basement/Nat.hs:62)
natValWord (Basement/Nat.hs:74)
natValWord8 (Basement/Nat.hs:86)
natValWord16 (Basement/Nat.hs:83)
natValWord32 (Basement/Nat.hs:80)
natValWord64 (Basement/Nat.hs:77)
77% ( 7 / 9) in 'Basement.Bounded'
Missing documentation for:
unZn64
unZn
50% ( 1 / 2) in 'Basement.Numerical.Subtractive'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Basement.Numerical.Additive'
Missing documentation for:
Module header
60% ( 3 / 5) in 'Basement.Numerical.Multiplicative'
Missing documentation for:
Module header
recip (Basement/Numerical/Multiplicative.hs:312)
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Offset' is ambiguous. It is defined
* at Basement/Types/OffsetSize.hs:88:21
* at Basement/Types/OffsetSize.hs:88:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Basement/Types/OffsetSize.hs:88:1
25% ( 8 / 31) in 'Basement.Types.OffsetSize'
Missing documentation for:
sentinel (Basement/Types/OffsetSize.hs:91)
offsetOfE (Basement/Types/OffsetSize.hs:111)
offsetPlusE (Basement/Types/OffsetSize.hs:114)
offsetMinusE (Basement/Types/OffsetSize.hs:117)
offsetRecast (Basement/Types/OffsetSize.hs:127)
offsetCast (Basement/Types/OffsetSize.hs:138)
offsetShiftL (Basement/Types/OffsetSize.hs:135)
offsetShiftR (Basement/Types/OffsetSize.hs:132)
sizeCast (Basement/Types/OffsetSize.hs:142)
sizeLastOffset (Basement/Types/OffsetSize.hs:158)
sizeAsOffset (Basement/Types/OffsetSize.hs:163)
offsetAsSize (Basement/Types/OffsetSize.hs:167)
+. (Basement/Types/OffsetSize.hs:102)
.==# (Basement/Types/OffsetSize.hs:107)
sizeOfE (Basement/Types/OffsetSize.hs:216)
csizeOfOffset (Basement/Types/OffsetSize.hs:244)
csizeOfSize (Basement/Types/OffsetSize.hs:231)
sizeOfCSSize (Basement/Types/OffsetSize.hs:251)
sizeOfCSize (Basement/Types/OffsetSize.hs:267)
Countable (Basement/Types/OffsetSize.hs:282)
Offsetable (Basement/Types/OffsetSize.hs:283)
natValCountOf (Basement/Types/OffsetSize.hs:274)
natValOffset (Basement/Types/OffsetSize.hs:277)
20% ( 2 / 10) in 'Basement.Types.Ptr'
Missing documentation for:
Module header
Addr (Basement/Types/Ptr.hs:21)
addrPlus (Basement/Types/Ptr.hs:25)
addrPlusSz (Basement/Types/Ptr.hs:28)
addrPlusCSz (Basement/Types/Ptr.hs:31)
ptrPlus (Basement/Types/Ptr.hs:34)
ptrPlusSz (Basement/Types/Ptr.hs:37)
ptrPlusCSz (Basement/Types/Ptr.hs:40)
33% ( 1 / 3) in 'Basement.Terminal'
Missing documentation for:
Module header
initialize (Basement/Terminal.hs:15)
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
14% ( 3 / 21) in 'Basement.PrimType'
Missing documentation for:
Module header
primBaIndex (Basement/PrimType.hs:135)
primMbaRead (Basement/PrimType.hs:139)
primMbaWrite (Basement/PrimType.hs:143)
primArrayIndex (Basement/PrimType.hs:147)
primMutableArrayRead (Basement/PrimType.hs:151)
primMutableArrayWrite (Basement/PrimType.hs:155)
primOffsetOfE (Basement/PrimType.hs:743)
primOffsetRecast (Basement/PrimType.hs:719)
offsetAsSize (Basement/Types/OffsetSize.hs:167)
sizeAsOffset (Basement/Types/OffsetSize.hs:163)
sizeInBytes (Basement/PrimType.hs:700)
offsetInBytes (Basement/PrimType.hs:703)
offsetInElements (Basement/PrimType.hs:711)
offsetIsAligned (Basement/PrimType.hs:729)
primWordGetByteAndShift (Basement/PrimType.hs:747)
primWord64GetByteAndShift (Basement/PrimType.hs:752)
primWord64GetHiLo (Basement/PrimType.hs:755)
33% ( 1 / 3) in 'Basement.MutableBuilder'
Missing documentation for:
Module header
Builder (Basement/MutableBuilder.hs:12)
40% ( 4 / 10) in 'Basement.Exception'
Missing documentation for:
isOutOfBound (Basement/Exception.hs:54)
outOfBound (Basement/Exception.hs:46)
primOutOfBound (Basement/Exception.hs:50)
InvalidRecast (Basement/Exception.hs:62)
RecastSourceSize (Basement/Exception.hs:57)
RecastDestinationSize (Basement/Exception.hs:59)
100% ( 2 / 2) in 'Basement.NonEmpty'
33% ( 2 / 6) in 'Basement.Compat.ExtList'
Missing documentation for:
Module header
null (Basement/Compat/ExtList.hs:26)
reverse (Basement/Compat/ExtList.hs:39)
!! (Basement/Compat/ExtList.hs:45)
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Basement.Alg.XorShift'
25% ( 1 / 4) in 'Basement.NormalForm'
Missing documentation for:
Module header
deepseq (Basement/NormalForm.hs:23)
force (Basement/NormalForm.hs:26)
100% ( 2 / 2) in 'Basement.These'
Warning: 'scanl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'scanl1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 52 / 53) in 'Basement.Sized.List'
Missing documentation for:
unListN
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'index' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'read' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'write' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ptr' is ambiguous. It is defined
* in GHC.Ptr
* in GHC.Ptr
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Ptr
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'From' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TryFrom' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Basement.Cast'
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
85% ( 24 / 28) in 'Basement.Block.Mutable'
Missing documentation for:
mutableLengthSize (Basement/Block/Mutable.hs:92)
mutableLengthBytes (Basement/Block/Base.hs:121)
mutableEmpty (Basement/Block/Base.hs:135)
unsafeCopyElementsRO (Basement/Block/Base.hs:331)
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
44% ( 22 / 50) in 'Basement.Block'
Missing documentation for:
length (Basement/Block/Base.hs:102)
isPinned (Basement/Block/Base.hs:96)
isMutablePinned (Basement/Block/Base.hs:99)
singleton (Basement/Block.hs:139)
replicate (Basement/Block.hs:142)
foldl' (Basement/Block.hs:198)
foldr (Basement/Block.hs:189)
foldl1' (Basement/Block.hs:207)
foldr1 (Basement/Block.hs:216)
cons (Basement/Block.hs:220)
snoc (Basement/Block.hs:231)
uncons (Basement/Block.hs:254)
unsnoc (Basement/Block.hs:261)
sub (Basement/Block.hs:242)
splitAt (Basement/Block.hs:267)
revSplitAt (Basement/Block.hs:279)
splitOn (Basement/Block.hs:338)
break (Basement/Block.hs:285)
breakEnd (Basement/Block.hs:296)
span (Basement/Block.hs:305)
elem (Basement/Block.hs:308)
all (Basement/Block.hs:318)
any (Basement/Block.hs:328)
find (Basement/Block.hs:353)
filter (Basement/Block.hs:363)
reverse (Basement/Block.hs:366)
sortBy (Basement/Block.hs:385)
intersperse (Basement/Block.hs:395)
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
19% ( 7 / 36) in 'Basement.Sized.Block'
Missing documentation for:
MutableBlockN (Basement/Sized/Block.hs:74)
length (Basement/Sized/Block.hs:87)
lengthBytes (Basement/Sized/Block.hs:93)
toBlockN (Basement/Sized/Block.hs:77)
toBlock (Basement/Sized/Block.hs:96)
singleton (Basement/Sized/Block.hs:132)
replicate (Basement/Sized/Block.hs:135)
thaw (Basement/Sized/Block.hs:138)
freeze (Basement/Sized/Block.hs:141)
index (Basement/Sized/Block.hs:147)
indexStatic (Basement/Sized/Block.hs:144)
map (Basement/Sized/Block.hs:150)
foldl' (Basement/Sized/Block.hs:153)
foldr (Basement/Sized/Block.hs:156)
cons (Basement/Sized/Block.hs:159)
snoc (Basement/Sized/Block.hs:162)
elem (Basement/Sized/Block.hs:195)
sub (Basement/Sized/Block.hs:175)
uncons (Basement/Sized/Block.hs:180)
unsnoc (Basement/Sized/Block.hs:185)
splitAt (Basement/Sized/Block.hs:190)
all (Basement/Sized/Block.hs:198)
any (Basement/Sized/Block.hs:201)
find (Basement/Sized/Block.hs:204)
reverse (Basement/Sized/Block.hs:207)
sortBy (Basement/Sized/Block.hs:210)
intersperse (Basement/Sized/Block.hs:213)
cast (Basement/Sized/Block.hs:105)
mutableCast (Basement/Sized/Block.hs:114)
100% ( 2 / 2) in 'Basement.BlockN'
Warning: 'Bits' is ambiguous. It is defined
* at Basement/Bits.hs:133:27
* at Basement/Bits.hs:133:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Basement/Bits.hs:133:1
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 6 / 6) in 'Basement.Bits'
Warning: 'read' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'write' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'index' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
29% ( 17 / 58) in 'Basement.BoxedArray'
Missing documentation for:
empty (Basement/BoxedArray.hs:356)
length (Basement/BoxedArray.hs:359)
freeze (Basement/BoxedArray.hs:245)
singleton (Basement/BoxedArray.hs:572)
replicate (Basement/BoxedArray.hs:578)
null (Basement/BoxedArray.hs:447)
take (Basement/BoxedArray.hs:450)
drop (Basement/BoxedArray.hs:458)
splitAt (Basement/BoxedArray.hs:464)
revTake (Basement/BoxedArray.hs:478)
revDrop (Basement/BoxedArray.hs:481)
revSplitAt (Basement/BoxedArray.hs:484)
splitOn (Basement/BoxedArray.hs:487)
sub (Basement/BoxedArray.hs:503)
intersperse (Basement/BoxedArray.hs:534)
span (Basement/BoxedArray.hs:552)
spanEnd (Basement/BoxedArray.hs:555)
break (Basement/BoxedArray.hs:511)
breakEnd (Basement/BoxedArray.hs:522)
mapFromUnboxed (Basement/BoxedArray.hs:561)
mapToUnboxed (Basement/BoxedArray.hs:564)
cons (Basement/BoxedArray.hs:581)
snoc (Basement/BoxedArray.hs:592)
uncons (Basement/BoxedArray.hs:603)
unsnoc (Basement/BoxedArray.hs:610)
sortBy (Basement/BoxedArray.hs:641)
filter (Basement/BoxedArray.hs:650)
reverse (Basement/BoxedArray.hs:673)
elem (Basement/BoxedArray.hs:617)
find (Basement/BoxedArray.hs:626)
foldl' (Basement/BoxedArray.hs:687)
foldr (Basement/BoxedArray.hs:679)
foldl1' (Basement/BoxedArray.hs:695)
foldr1 (Basement/BoxedArray.hs:699)
all (Basement/BoxedArray.hs:703)
any (Basement/BoxedArray.hs:712)
isPrefixOf (Basement/BoxedArray.hs:721)
isSuffixOf (Basement/BoxedArray.hs:729)
builderAppend (Basement/BoxedArray.hs:737)
builderBuild (Basement/BoxedArray.hs:752)
builderBuild_ (Basement/BoxedArray.hs:776)
0% ( 0 / 27) in 'Basement.Sized.Vect'
Missing documentation for:
Module header
Vect (Basement/Sized/Vect.hs:47)
MVect (Basement/Sized/Vect.hs:48)
unVect
toVect (Basement/Sized/Vect.hs:54)
empty (Basement/Sized/Vect.hs:61)
singleton (Basement/Sized/Vect.hs:64)
replicate (Basement/Sized/Vect.hs:72)
thaw (Basement/Sized/Vect.hs:75)
freeze (Basement/Sized/Vect.hs:78)
index (Basement/Sized/Vect.hs:90)
map (Basement/Sized/Vect.hs:93)
foldl' (Basement/Sized/Vect.hs:96)
foldr (Basement/Sized/Vect.hs:99)
cons (Basement/Sized/Vect.hs:102)
snoc (Basement/Sized/Vect.hs:105)
elem (Basement/Sized/Vect.hs:137)
sub (Basement/Sized/Vect.hs:117)
uncons (Basement/Sized/Vect.hs:122)
unsnoc (Basement/Sized/Vect.hs:127)
splitAt (Basement/Sized/Vect.hs:132)
all (Basement/Sized/Vect.hs:140)
any (Basement/Sized/Vect.hs:143)
find (Basement/Sized/Vect.hs:146)
reverse (Basement/Sized/Vect.hs:149)
sortBy (Basement/Sized/Vect.hs:152)
intersperse (Basement/Sized/Vect.hs:155)
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
68% ( 17 / 25) in 'Basement.UArray.Mutable'
Missing documentation for:
sizeInMutableBytesOfContent (Basement/UArray/Mutable.hs:63)
mutableOffset (Basement/UArray/Mutable.hs:182)
mutableSame (Basement/UArray/Mutable.hs:91)
onMutableBackend (Basement/UArray/Base.hs:333)
newNative (Basement/UArray/Base.hs:188)
mutableForeignMem (Basement/UArray/Mutable.hs:99)
sub (Basement/UArray/Mutable.hs:106)
withMutablePtrHint (Basement/UArray/Mutable.hs:125)
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'filler' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'needle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'replacement' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'haystack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
47% ( 42 / 88) in 'Basement.UArray'
Missing documentation for:
length (Basement/UArray/Base.hs:145)
sub (Basement/UArray.hs:487)
unsafeFreezeShrink (Basement/UArray/Base.hs:265)
unsafeUpdate (Basement/UArray.hs:289)
unsafeIndexer (Basement/UArray/Base.hs:250)
unsafeDewrap (Basement/UArray/Base.hs:342)
equalMemcmp (Basement/UArray/Base.hs:459)
singleton (Basement/UArray.hs:266)
replicate (Basement/UArray.hs:269)
map (Basement/UArray.hs:583)
mapIndex (Basement/UArray.hs:587)
findIndex (Basement/UArray.hs:495)
revFindIndex (Basement/UArray.hs:503)
null (Basement/UArray.hs:361)
unsafeTake (Basement/UArray.hs:371)
unsafeDrop (Basement/UArray.hs:381)
splitOn (Basement/UArray.hs:469)
break (Basement/UArray.hs:511)
breakElem (Basement/UArray.hs:394)
elem (Basement/UArray.hs:555)
indices (Basement/UArray.hs:696)
intersperse (Basement/UArray.hs:559)
span (Basement/UArray.hs:577)
spanEnd (Basement/UArray.hs:580)
cons (Basement/UArray.hs:590)
snoc (Basement/UArray.hs:601)
uncons (Basement/UArray.hs:612)
unsnoc (Basement/UArray.hs:619)
find (Basement/UArray.hs:625)
sortBy (Basement/UArray.hs:635)
filter (Basement/UArray.hs:650)
reverse (Basement/UArray.hs:663)
foldr (Basement/UArray.hs:763)
foldl' (Basement/UArray.hs:771)
foldr1 (Basement/UArray.hs:779)
foldl1' (Basement/UArray.hs:775)
all (Basement/UArray.hs:783)
any (Basement/UArray.hs:787)
isPrefixOf (Basement/UArray.hs:927)
isSuffixOf (Basement/UArray.hs:936)
foreignMem (Basement/UArray.hs:158)
builderAppend (Basement/UArray.hs:791)
builderBuild (Basement/UArray.hs:806)
builderBuild_ (Basement/UArray.hs:830)
toHexadecimal (Basement/UArray.hs:833)
toBase64Internal (Basement/UArray.hs:857)
Warning: 'ASCII' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 5 / 6) in 'Basement.Types.AsciiString'
Missing documentation for:
MutableAsciiString (Basement/Types/AsciiString.hs:35)
Warning: 'unsafeIndexer' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
0% ( 0 / 27) in 'Basement.Sized.UVect'
Missing documentation for:
Module header
UVect (Basement/Sized/UVect.hs:47)
MUVect (Basement/Sized/UVect.hs:48)
unUVect
toUVect (Basement/Sized/UVect.hs:51)
empty (Basement/Sized/UVect.hs:58)
singleton (Basement/Sized/UVect.hs:61)
replicate (Basement/Sized/UVect.hs:69)
thaw (Basement/Sized/UVect.hs:72)
freeze (Basement/Sized/UVect.hs:75)
index (Basement/Sized/UVect.hs:87)
map (Basement/Sized/UVect.hs:90)
foldl' (Basement/Sized/UVect.hs:93)
foldr (Basement/Sized/UVect.hs:96)
cons (Basement/Sized/UVect.hs:99)
snoc (Basement/Sized/UVect.hs:102)
elem (Basement/Sized/UVect.hs:135)
sub (Basement/Sized/UVect.hs:115)
uncons (Basement/Sized/UVect.hs:120)
unsnoc (Basement/Sized/UVect.hs:125)
splitAt (Basement/Sized/UVect.hs:130)
all (Basement/Sized/UVect.hs:138)
any (Basement/Sized/UVect.hs:141)
find (Basement/Sized/UVect.hs:144)
reverse (Basement/Sized/UVect.hs:147)
sortBy (Basement/Sized/UVect.hs:150)
intersperse (Basement/Sized/UVect.hs:153)
Warning: 'A' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 3 / 4) in 'Basement.Types.CharUTF8'
Missing documentation for:
Module header
97% ( 76 / 78) in 'Basement.Imports'
Missing documentation for:
Ordering
Bool
66% ( 2 / 3) in 'Basement.Environment'
Missing documentation for:
Module header
Warning: 'MutableByteArray' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'needle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'haystack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'replacement' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'e' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'E' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'acc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
* at Basement/UTF8/Base.hs:48:18
* at Basement/UTF8/Base.hs:48:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Basement/UTF8/Base.hs:48:1
93% ( 68 / 73) in 'Basement.String'
Missing documentation for:
breakEnd (Basement/String.hs:483)
builderBuild_ (Basement/String.hs:1071)
readInteger (Basement/String.hs:1107)
all (Basement/String.hs:1443)
any (Basement/String.hs:1450)
29% ( 9 / 31) in 'Basement.Terminal.ANSI'
Missing documentation for:
Escape (Basement/Terminal/ANSI.hs:62)
Displacement (Basement/Terminal/ANSI.hs:64)
cursorUp (Basement/Terminal/ANSI.hs:78)
cursorDown (Basement/Terminal/ANSI.hs:79)
cursorForward (Basement/Terminal/ANSI.hs:80)
cursorBack (Basement/Terminal/ANSI.hs:81)
cursorNextLine (Basement/Terminal/ANSI.hs:82)
cursorPrevLine (Basement/Terminal/ANSI.hs:83)
cursorHorizontalAbsolute (Basement/Terminal/ANSI.hs:84)
cursorPosition (Basement/Terminal/ANSI.hs:87)
eraseScreenFromCursor (Basement/Terminal/ANSI.hs:95)
eraseScreenToCursor (Basement/Terminal/ANSI.hs:96)
eraseScreenAll (Basement/Terminal/ANSI.hs:97)
eraseLineFromCursor (Basement/Terminal/ANSI.hs:98)
eraseLineToCursor (Basement/Terminal/ANSI.hs:99)
eraseLineAll (Basement/Terminal/ANSI.hs:100)
scrollUp (Basement/Terminal/ANSI.hs:103)
scrollDown (Basement/Terminal/ANSI.hs:104)
sgrForegroundGray24 (Basement/Terminal/ANSI.hs:125)
sgrBackgroundGray24 (Basement/Terminal/ANSI.hs:126)
sgrForegroundColor216 (Basement/Terminal/ANSI.hs:132)
sgrBackgroundColor216 (Basement/Terminal/ANSI.hs:138)
71% ( 5 / 7) in 'Basement.From'
Missing documentation for:
Into (Basement/From.hs:75)
TryInto (Basement/From.hs:92)
80% ( 8 / 10) in 'Basement.Block.Builder'
Missing documentation for:
Builder (Basement/Block/Builder.hs:53)
emitPrim (Basement/Block/Builder.hs:119)
66% ( 6 / 9) in 'Basement.String.Builder'
Missing documentation for:
Builder (Basement/String/Builder.hs:33)
run (Basement/String/Builder.hs:41)
unsafeStringBuilder (Basement/String/Builder.hs:37)
Warning: Basement.Compat.C.Types: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceCDouble
- Basement.Numerical.Subtractive.D:R:DifferenceCFloat
- Basement.Numerical.Subtractive.D:R:DifferenceCOff
- Basement.Numerical.Subtractive.D:R:DifferenceCSUSeconds
- Basement.Numerical.Subtractive.D:R:DifferenceCUSeconds
- Basement.Numerical.Subtractive.D:R:DifferenceCTime
- Basement.Numerical.Subtractive.D:R:DifferenceCClock
- Basement.Numerical.Subtractive.D:R:DifferenceCUIntMax
- Basement.Numerical.Subtractive.D:R:DifferenceCIntMax
- Basement.Numerical.Subtractive.D:R:DifferenceCUIntPtr
- Basement.Numerical.Subtractive.D:R:DifferenceCIntPtr
- Basement.Numerical.Subtractive.D:R:DifferenceCBool
- Basement.Numerical.Subtractive.D:R:DifferenceCULLong
- Basement.Numerical.Subtractive.D:R:DifferenceCLLong
- Basement.Numerical.Subtractive.D:R:DifferenceCSigAtomic
- Basement.Numerical.Subtractive.D:R:DifferenceCWchar
- Basement.Numerical.Subtractive.D:R:DifferenceCSize
- Basement.Numerical.Subtractive.D:R:DifferenceCPtrdiff
- Basement.Numerical.Subtractive.D:R:DifferenceCULong
- Basement.Numerical.Subtractive.D:R:DifferenceCLong
- Basement.Numerical.Subtractive.D:R:DifferenceCUInt
- Basement.Numerical.Subtractive.D:R:DifferenceCInt
- Basement.Numerical.Subtractive.D:R:DifferenceCUShort
- Basement.Numerical.Subtractive.D:R:DifferenceCShort
- Basement.Numerical.Subtractive.D:R:DifferenceCUChar
- Basement.Numerical.Subtractive.D:R:DifferenceCSChar
- Basement.Numerical.Subtractive.D:R:DifferenceCChar
- Basement.PrimType.D:R:PrimSizeCUChar
- Basement.PrimType.D:R:PrimSizeCChar
Warning: Basement.Compat.Identity: could not find link destinations for:
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
Warning: Basement.Compat.IsList: could not find link destinations for:
- GHC.IsList.D:R:ItemCallStack
- GHC.IsList.D:R:ItemList
- GHC.IsList.D:R:ItemNonEmpty
- GHC.IsList.D:R:ItemVersion
- GHC.IsList.D:R:ItemZipList
- Basement.NonEmpty.D:R:ItemNonEmpty
- Basement.Block.Base.D:R:ItemBlock
- Basement.UArray.Base.D:R:ItemUArray
- Basement.BoxedArray.D:R:ItemArray
- Basement.Types.AsciiString.D:R:ItemAsciiString
- Basement.UTF8.Base.D:R:ItemString
- Data.Array.Byte.D:R:ItemByteArray
Warning: Basement.Compat.Natural: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceNatural
Warning: Basement.Compat.Primitive: could not find link destinations for:
- GHC.Generics.D:R:UReckWordp0
- GHC.Generics.Rep_R:UReckWordp
- GHC.Generics.Rep1_R:UReckWordp
- Basement.Numerical.Subtractive.D:R:DifferenceWord
- Basement.PrimType.D:R:PrimSizeWord
Warning: Basement.Compat.Semigroup: could not find link destinations for:
- Data.Foldable1.JoinWith
- Data.Foldable1.FromMaybe
- Data.Foldable1.NonEmptyDList
Warning: Basement.Compat.Base: could not find link destinations for:
- GHC.Generics.SingKind
- GHC.Generics.DemoteRep
- GHC.Generics.fromSing
- GHC.Generics.SingI
- GHC.Generics.sing
- GHC.Generics.Sing
- GHC.Generics.D:R:UReckWordp0
- GHC.Generics.D:R:UReckIntp0
- GHC.Generics.D:R:UReckFloatp0
- GHC.Generics.D:R:UReckDoublep0
- GHC.Generics.D:R:UReckCharp0
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep1_Either
- GHC.Generics.Rep1_Maybe
- GHC.Generics.Rep_Fingerprint
- GHC.Generics.Rep_GeneralCategory
- GHC.Generics.Rep_SrcLoc
- GHC.Generics.Rep_Down
- GHC.Generics.Rep_Tuple15
- GHC.Generics.Rep_Tuple14
- GHC.Generics.Rep_Tuple13
- GHC.Generics.Rep_Tuple12
- GHC.Generics.Rep_Tuple11
- GHC.Generics.Rep_Tuple10
- GHC.Generics.Rep_Tuple9
- GHC.Generics.Rep_Tuple8
- GHC.Generics.Rep_Tuple7
- GHC.Generics.Rep_Tuple6
- GHC.Generics.Rep_Tuple5
- GHC.Generics.Rep_Tuple4
- GHC.Generics.Rep_Tuple3
- GHC.Generics.Rep_Tuple2
- GHC.Generics.Rep_Solo
- GHC.Generics.Rep_Unit
- GHC.Generics.Rep_Proxy
- GHC.Generics.Rep_Ordering
- GHC.Generics.Rep_Bool
- GHC.Generics.Rep_Either
- GHC.Generics.Rep_Maybe
- GHC.Generics.Rep_NonEmpty
- GHC.Generics.Rep_List
- GHC.Generics.Rep_Void
- GHC.Generics.Rep_M1
- GHC.Generics.Rep_V1
- GHC.Generics.Rep_U1
- GHC.Generics.Rep_Par1
- GHC.Generics.Rep_Rec1
- GHC.Generics.Rep_K1
- GHC.Generics.Rep_:+:
- GHC.Generics.Rep_:*:
- GHC.Generics.Rep_:.:
- GHC.Generics.Rep_R:UReckWordp
- GHC.Generics.Rep1_R:UReckWordp
- GHC.Generics.Rep_R:UReckIntp
- GHC.Generics.Rep1_R:UReckIntp
- GHC.Generics.Rep1_R:UReckFloatp
- GHC.Generics.Rep_R:UReckDoublep
- GHC.Generics.Rep1_R:UReckDoublep
- GHC.Generics.Rep_R:UReckCharp
- GHC.Generics.Rep1_R:UReckCharp
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
- GHC.Generics.Rep_Fixity
- GHC.Generics.Rep_Associativity
- GHC.Generics.Rep_SourceUnpackedness
- GHC.Generics.Rep_SourceStrictness
- GHC.Generics.Rep_DecidedStrictness
- Data.Semigroup.Internal.Rep_Alt
- Data.Semigroup.Internal.Rep_Product
- Data.Semigroup.Internal.Rep_Sum
- Data.Semigroup.Internal.Rep_Any
- Data.Semigroup.Internal.Rep_All
- Data.Semigroup.Internal.Rep_Endo
- Data.Semigroup.Internal.Rep_Dual
- Data.Monoid.Rep_Ap
- Data.Monoid.Rep_Last
- Data.Monoid.Rep_First
- Data.Functor.Const.Rep_Const
- GHC.IOPort.IOPort
- GHC.RTS.Flags.Rep_RTSFlags
- GHC.RTS.Flags.Rep_ParFlags
- GHC.RTS.Flags.Rep_TickyFlags
- GHC.RTS.Flags.Rep_TraceFlags
- GHC.RTS.Flags.Rep_DoTrace
- GHC.RTS.Flags.Rep_ProfFlags
- GHC.RTS.Flags.Rep_DoHeapProfile
- GHC.RTS.Flags.Rep_CCFlags
- GHC.RTS.Flags.Rep_DoCostCentres
- GHC.RTS.Flags.Rep_DebugFlags
- GHC.RTS.Flags.Rep_MiscFlags
- GHC.RTS.Flags.Rep_ConcFlags
- GHC.RTS.Flags.Rep_GCFlags
- GHC.RTS.Flags.Rep_GiveGCStats
- Data.Functor.Identity.Rep_Identity
- Control.Arrow.Rep_Kleisli
- Control.Applicative.Rep_ZipList
- Control.Applicative.Rep_WrappedArrow
- Control.Applicative.Rep_WrappedMonad
- Data.Version.Rep_Version
- GHC.ByteOrder.Rep_ByteOrder
- GHC.Stats.Rep_RTSStats
- GHC.Stats.Rep_GCDetails
- Data.Semigroup.Rep_WrappedMonoid
- Data.Semigroup.Rep_Last
- Data.Semigroup.Rep_First
- Data.Semigroup.Rep_Arg
- Data.Semigroup.Rep_Max
- Data.Semigroup.Rep_Min
- Data.Complex.Rep_Complex
- Data.Functor.Sum.Rep_Sum
- Data.Functor.Product.Rep_Product
- Data.Functor.Compose.Rep_Compose
- Text.ParserCombinators.ReadP.P
- GHC.IsList.D:R:ItemCallStack
- GHC.IsList.D:R:ItemList
- GHC.IsList.D:R:ItemNonEmpty
- GHC.IsList.D:R:ItemVersion
- GHC.IsList.D:R:ItemZipList
- GHC.Generics.D:R:SingBoola0
- GHC.Generics.STrue
- GHC.Generics.D:R:DemoteRepBool
- GHC.Generics.SFalse
- GHC.Generics.Rep_R:UReckFloatp
- GHC.Generics.D:R:SingMaybeb0
- GHC.Generics.SNothing
- GHC.Generics.SJust
- GHC.Generics.D:R:DemoteRepMaybe
- Basement.Endianness.byteSwap
- Basement.Monad.D:R:PrimStateIO
- Basement.Monad.D:R:PrimVarIO
- Basement.Monad.D:R:FailureEither
- Basement.Monad.D:R:FailureMaybe
- Basement.Numerical.Subtractive.D:R:DifferenceChar
- Basement.Numerical.Subtractive.D:R:DifferenceDouble
- Basement.Numerical.Subtractive.D:R:DifferenceFloat
- Basement.Numerical.Subtractive.D:R:DifferenceWord64
- Basement.Numerical.Subtractive.D:R:DifferenceWord32
- Basement.Numerical.Subtractive.D:R:DifferenceWord16
- Basement.Numerical.Subtractive.D:R:DifferenceWord8
- Basement.Numerical.Subtractive.D:R:DifferenceWord
- Basement.Numerical.Subtractive.D:R:DifferenceInt64
- Basement.Numerical.Subtractive.D:R:DifferenceInt32
- Basement.Numerical.Subtractive.D:R:DifferenceInt16
- Basement.Numerical.Subtractive.D:R:DifferenceInt8
- Basement.Numerical.Subtractive.D:R:DifferenceInt
- Basement.Numerical.Subtractive.D:R:DifferenceInteger
- Basement.PrimType.D:R:PrimSizeChar
- Basement.PrimType.D:R:PrimSizeDouble
- Basement.PrimType.D:R:PrimSizeFloat
- Basement.PrimType.D:R:PrimSizeInt64
- Basement.PrimType.D:R:PrimSizeInt32
- Basement.PrimType.D:R:PrimSizeInt16
- Basement.PrimType.D:R:PrimSizeInt8
- Basement.PrimType.D:R:PrimSizeWord64
- Basement.PrimType.D:R:PrimSizeWord32
- Basement.PrimType.D:R:PrimSizeWord16
- Basement.PrimType.D:R:PrimSizeWord8
- Basement.PrimType.D:R:PrimSizeWord
- Basement.PrimType.D:R:PrimSizeInt
- Basement.NonEmpty.D:R:ItemNonEmpty
- GHC.IO.Exception.Rep_ExitCode
- Basement.Sized.List.Rep_ListN
- Basement.Block.Base.D:R:ItemBlock
- Basement.Bits.SizeValid
- Basement.UArray.Base.D:R:ItemUArray
- Basement.BoxedArray.D:R:ItemArray
- Basement.Types.AsciiString.D:R:ItemAsciiString
- Basement.UTF8.Base.D:R:ItemString
- Data.Array.Byte.D:R:ItemByteArray
- GHC.IOPort.IOPortException
- Text.Printf.UPrintf
- Text.Printf.hspr
- Text.Printf.spr
Warning: Basement.Endianness: could not find link destinations for:
- Basement.Endianness.byteSwap
- Basement.PrimType.D:R:PrimSizeBE
- Basement.PrimType.D:R:PrimSizeLE
Warning: Basement.Monad: could not find link destinations for:
- Basement.Monad.D:R:PrimStateST
- Basement.Monad.D:R:PrimVarST
- Basement.Monad.D:R:PrimStateIO
- Basement.Monad.D:R:PrimVarIO
- Basement.Monad.D:R:FailureEither
- Basement.Monad.D:R:FailureMaybe
- Basement.MutableBuilder.D:R:FailureBuilder
Warning: Basement.Types.Char7: could not find link destinations for:
- Basement.PrimType.D:R:PrimSizeChar7
Warning: Basement.Types.Word128: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceWord128
- Basement.PrimType.D:R:PrimSizeWord128
Warning: Basement.Types.Word256: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceWord256
- Basement.PrimType.D:R:PrimSizeWord256
Warning: Basement.Nat: could not find link destinations for:
- Data.Type.Ord.LeErrMsg
Warning: Basement.Bounded: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceZn
- Basement.Numerical.Subtractive.D:R:DifferenceZn64
Warning: Basement.Numerical.Subtractive: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceCDouble
- Basement.Numerical.Subtractive.D:R:DifferenceCFloat
- Basement.Numerical.Subtractive.D:R:DifferenceCOff
- Basement.Numerical.Subtractive.D:R:DifferenceCSUSeconds
- Basement.Numerical.Subtractive.D:R:DifferenceCUSeconds
- Basement.Numerical.Subtractive.D:R:DifferenceCTime
- Basement.Numerical.Subtractive.D:R:DifferenceCClock
- Basement.Numerical.Subtractive.D:R:DifferenceCUIntMax
- Basement.Numerical.Subtractive.D:R:DifferenceCIntMax
- Basement.Numerical.Subtractive.D:R:DifferenceCUIntPtr
- Basement.Numerical.Subtractive.D:R:DifferenceCIntPtr
- Basement.Numerical.Subtractive.D:R:DifferenceCBool
- Basement.Numerical.Subtractive.D:R:DifferenceCULLong
- Basement.Numerical.Subtractive.D:R:DifferenceCLLong
- Basement.Numerical.Subtractive.D:R:DifferenceCSigAtomic
- Basement.Numerical.Subtractive.D:R:DifferenceCWchar
- Basement.Numerical.Subtractive.D:R:DifferenceCSize
- Basement.Numerical.Subtractive.D:R:DifferenceCPtrdiff
- Basement.Numerical.Subtractive.D:R:DifferenceCULong
- Basement.Numerical.Subtractive.D:R:DifferenceCLong
- Basement.Numerical.Subtractive.D:R:DifferenceCUInt
- Basement.Numerical.Subtractive.D:R:DifferenceCInt
- Basement.Numerical.Subtractive.D:R:DifferenceCUShort
- Basement.Numerical.Subtractive.D:R:DifferenceCShort
- Basement.Numerical.Subtractive.D:R:DifferenceCUChar
- Basement.Numerical.Subtractive.D:R:DifferenceCSChar
- Basement.Numerical.Subtractive.D:R:DifferenceCChar
- Basement.Numerical.Subtractive.D:R:DifferenceZn
- Basement.Numerical.Subtractive.D:R:DifferenceZn64
- Basement.Numerical.Subtractive.D:R:DifferenceChar
- Basement.Numerical.Subtractive.D:R:DifferenceDouble
- Basement.Numerical.Subtractive.D:R:DifferenceFloat
- Basement.Numerical.Subtractive.D:R:DifferenceWord256
- Basement.Numerical.Subtractive.D:R:DifferenceWord128
- Basement.Numerical.Subtractive.D:R:DifferenceWord64
- Basement.Numerical.Subtractive.D:R:DifferenceWord32
- Basement.Numerical.Subtractive.D:R:DifferenceWord16
- Basement.Numerical.Subtractive.D:R:DifferenceWord8
- Basement.Numerical.Subtractive.D:R:DifferenceWord
- Basement.Numerical.Subtractive.D:R:DifferenceNatural
- Basement.Numerical.Subtractive.D:R:DifferenceInt64
- Basement.Numerical.Subtractive.D:R:DifferenceInt32
- Basement.Numerical.Subtractive.D:R:DifferenceInt16
- Basement.Numerical.Subtractive.D:R:DifferenceInt8
- Basement.Numerical.Subtractive.D:R:DifferenceInt
- Basement.Numerical.Subtractive.D:R:DifferenceInteger
- Basement.Types.OffsetSize.D:R:DifferenceCountOf
- Basement.Types.OffsetSize.D:R:DifferenceOffset
- Basement.Bits.SizeValid
- Basement.Bits.D:R:DifferenceBits
Warning: Basement.Numerical.Additive: could not find link destinations for:
- Basement.Bits.SizeValid
Warning: Basement.Numerical.Multiplicative: could not find link destinations for:
- Basement.Bits.SizeValid
Warning: Basement.Types.OffsetSize: could not find link destinations for:
- Basement.Types.OffsetSize.D:R:DifferenceCountOf
- Basement.Types.OffsetSize.D:R:DifferenceOffset
Warning: Basement.Types.Ptr: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Warning: Basement.PrimType: could not find link destinations for:
- Basement.PrimType.D:R:PrimSizeBE
- Basement.PrimType.D:R:PrimSizeLE
- Basement.PrimType.D:R:PrimSizeChar7
- Basement.PrimType.D:R:PrimSizeCUChar
- Basement.PrimType.D:R:PrimSizeCChar
- Basement.PrimType.D:R:PrimSizeChar
- Basement.PrimType.D:R:PrimSizeDouble
- Basement.PrimType.D:R:PrimSizeFloat
- Basement.PrimType.D:R:PrimSizeInt64
- Basement.PrimType.D:R:PrimSizeInt32
- Basement.PrimType.D:R:PrimSizeInt16
- Basement.PrimType.D:R:PrimSizeInt8
- Basement.PrimType.D:R:PrimSizeWord256
- Basement.PrimType.D:R:PrimSizeWord128
- Basement.PrimType.D:R:PrimSizeWord64
- Basement.PrimType.D:R:PrimSizeWord32
- Basement.PrimType.D:R:PrimSizeWord16
- Basement.PrimType.D:R:PrimSizeWord8
- Basement.PrimType.D:R:PrimSizeWord
- Basement.PrimType.D:R:PrimSizeInt
Warning: Basement.MutableBuilder: could not find link destinations for:
- Basement.MutableBuilder.D:R:FailureBuilder
Warning: Basement.NonEmpty: could not find link destinations for:
- Basement.NonEmpty.D:R:ItemNonEmpty
Warning: Basement.Sized.List: could not find link destinations for:
- Basement.Sized.List.Rep_ListN
Warning: Basement.Block.Mutable: could not find link destinations for:
- Basement.Block.Base.D:R:ItemBlock
Warning: Basement.Block: could not find link destinations for:
- Basement.Block.Base.D:R:ItemBlock
Warning: Basement.Bits: could not find link destinations for:
- Basement.Bits.SizeValid
- Basement.Bits.D:R:DifferenceBits
Warning: Basement.BoxedArray: could not find link destinations for:
- Basement.BoxedArray.D:R:ItemArray
Warning: Basement.UArray.Mutable: could not find link destinations for:
- Basement.UArray.Base.MUArrayBackend
Warning: Basement.UArray: could not find link destinations for:
- Basement.PrimType.D:R:PrimSizeBE
- Basement.PrimType.D:R:PrimSizeLE
- Basement.PrimType.D:R:PrimSizeChar7
- Basement.PrimType.D:R:PrimSizeCUChar
- Basement.PrimType.D:R:PrimSizeCChar
- Basement.PrimType.D:R:PrimSizeChar
- Basement.PrimType.D:R:PrimSizeDouble
- Basement.PrimType.D:R:PrimSizeFloat
- Basement.PrimType.D:R:PrimSizeInt64
- Basement.PrimType.D:R:PrimSizeInt32
- Basement.PrimType.D:R:PrimSizeInt16
- Basement.PrimType.D:R:PrimSizeInt8
- Basement.PrimType.D:R:PrimSizeWord256
- Basement.PrimType.D:R:PrimSizeWord128
- Basement.PrimType.D:R:PrimSizeWord64
- Basement.PrimType.D:R:PrimSizeWord32
- Basement.PrimType.D:R:PrimSizeWord16
- Basement.PrimType.D:R:PrimSizeWord8
- Basement.PrimType.D:R:PrimSizeWord
- Basement.PrimType.D:R:PrimSizeInt
- Basement.UArray.Base.UArrayBackend
- Basement.UArray.Base.D:R:ItemUArray
Warning: Basement.Types.AsciiString: could not find link destinations for:
- Basement.Types.AsciiString.D:R:ItemAsciiString
Warning: Basement.Imports: could not find link destinations for:
- GHC.Generics.SingKind
- GHC.Generics.DemoteRep
- GHC.Generics.fromSing
- GHC.Generics.SingI
- GHC.Generics.sing
- GHC.Generics.Sing
- GHC.Generics.D:R:UReckWordp0
- GHC.Generics.D:R:UReckIntp0
- GHC.Generics.D:R:UReckFloatp0
- GHC.Generics.D:R:UReckDoublep0
- GHC.Generics.D:R:UReckCharp0
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep1_Either
- GHC.Generics.Rep1_Maybe
- GHC.Generics.Rep_Fingerprint
- GHC.Generics.Rep_GeneralCategory
- GHC.Generics.Rep_SrcLoc
- GHC.Generics.Rep_Down
- GHC.Generics.Rep_Tuple15
- GHC.Generics.Rep_Tuple14
- GHC.Generics.Rep_Tuple13
- GHC.Generics.Rep_Tuple12
- GHC.Generics.Rep_Tuple11
- GHC.Generics.Rep_Tuple10
- GHC.Generics.Rep_Tuple9
- GHC.Generics.Rep_Tuple8
- GHC.Generics.Rep_Tuple7
- GHC.Generics.Rep_Tuple6
- GHC.Generics.Rep_Tuple5
- GHC.Generics.Rep_Tuple4
- GHC.Generics.Rep_Tuple3
- GHC.Generics.Rep_Tuple2
- GHC.Generics.Rep_Solo
- GHC.Generics.Rep_Unit
- GHC.Generics.Rep_Proxy
- GHC.Generics.Rep_Ordering
- GHC.Generics.Rep_Bool
- GHC.Generics.Rep_Either
- GHC.Generics.Rep_Maybe
- GHC.Generics.Rep_NonEmpty
- GHC.Generics.Rep_List
- GHC.Generics.Rep_Void
- GHC.Generics.Rep_M1
- GHC.Generics.Rep_V1
- GHC.Generics.Rep_U1
- GHC.Generics.Rep_Par1
- GHC.Generics.Rep_Rec1
- GHC.Generics.Rep_K1
- GHC.Generics.Rep_:+:
- GHC.Generics.Rep_:*:
- GHC.Generics.Rep_:.:
- GHC.Generics.Rep_R:UReckWordp
- GHC.Generics.Rep1_R:UReckWordp
- GHC.Generics.Rep_R:UReckIntp
- GHC.Generics.Rep1_R:UReckIntp
- GHC.Generics.Rep1_R:UReckFloatp
- GHC.Generics.Rep_R:UReckDoublep
- GHC.Generics.Rep1_R:UReckDoublep
- GHC.Generics.Rep_R:UReckCharp
- GHC.Generics.Rep1_R:UReckCharp
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
- GHC.Generics.Rep_Fixity
- GHC.Generics.Rep_Associativity
- GHC.Generics.Rep_SourceUnpackedness
- GHC.Generics.Rep_SourceStrictness
- GHC.Generics.Rep_DecidedStrictness
- Data.Semigroup.Internal.Rep_Alt
- Data.Semigroup.Internal.Rep_Product
- Data.Semigroup.Internal.Rep_Sum
- Data.Semigroup.Internal.Rep_Any
- Data.Semigroup.Internal.Rep_All
- Data.Semigroup.Internal.Rep_Endo
- Data.Semigroup.Internal.Rep_Dual
- Data.Monoid.Rep_Ap
- Data.Monoid.Rep_Last
- Data.Monoid.Rep_First
- Data.Functor.Const.Rep_Const
- GHC.IOPort.IOPort
- GHC.RTS.Flags.Rep_RTSFlags
- GHC.RTS.Flags.Rep_ParFlags
- GHC.RTS.Flags.Rep_TickyFlags
- GHC.RTS.Flags.Rep_TraceFlags
- GHC.RTS.Flags.Rep_DoTrace
- GHC.RTS.Flags.Rep_ProfFlags
- GHC.RTS.Flags.Rep_DoHeapProfile
- GHC.RTS.Flags.Rep_CCFlags
- GHC.RTS.Flags.Rep_DoCostCentres
- GHC.RTS.Flags.Rep_DebugFlags
- GHC.RTS.Flags.Rep_MiscFlags
- GHC.RTS.Flags.Rep_ConcFlags
- GHC.RTS.Flags.Rep_GCFlags
- GHC.RTS.Flags.Rep_GiveGCStats
- Data.Functor.Identity.Rep_Identity
- Control.Arrow.Rep_Kleisli
- Control.Applicative.Rep_ZipList
- Control.Applicative.Rep_WrappedArrow
- Control.Applicative.Rep_WrappedMonad
- Data.Version.Rep_Version
- GHC.ByteOrder.Rep_ByteOrder
- GHC.Stats.Rep_RTSStats
- GHC.Stats.Rep_GCDetails
- Data.Semigroup.Rep_WrappedMonoid
- Data.Semigroup.Rep_Last
- Data.Semigroup.Rep_First
- Data.Semigroup.Rep_Arg
- Data.Semigroup.Rep_Max
- Data.Semigroup.Rep_Min
- Data.Complex.Rep_Complex
- Data.Functor.Sum.Rep_Sum
- Data.Functor.Product.Rep_Product
- Data.Functor.Compose.Rep_Compose
- Data.Foldable1.JoinWith
- Data.Foldable1.FromMaybe
- Data.Foldable1.NonEmptyDList
- Text.ParserCombinators.ReadP.P
- GHC.IsList.D:R:ItemCallStack
- GHC.IsList.D:R:ItemList
- GHC.IsList.D:R:ItemNonEmpty
- GHC.IsList.D:R:ItemVersion
- GHC.IsList.D:R:ItemZipList
- GHC.Generics.D:R:SingBoola0
- GHC.Generics.STrue
- GHC.Generics.D:R:DemoteRepBool
- GHC.Generics.SFalse
- GHC.Generics.Rep_R:UReckFloatp
- GHC.Generics.D:R:SingMaybeb0
- GHC.Generics.SNothing
- GHC.Generics.SJust
- GHC.Generics.D:R:DemoteRepMaybe
- Basement.Endianness.byteSwap
- Basement.Monad.D:R:PrimStateIO
- Basement.Monad.D:R:PrimVarIO
- Basement.Monad.D:R:FailureEither
- Basement.Monad.D:R:FailureMaybe
- Basement.Numerical.Subtractive.D:R:DifferenceChar
- Basement.Numerical.Subtractive.D:R:DifferenceDouble
- Basement.Numerical.Subtractive.D:R:DifferenceFloat
- Basement.Numerical.Subtractive.D:R:DifferenceWord64
- Basement.Numerical.Subtractive.D:R:DifferenceWord32
- Basement.Numerical.Subtractive.D:R:DifferenceWord16
- Basement.Numerical.Subtractive.D:R:DifferenceWord8
- Basement.Numerical.Subtractive.D:R:DifferenceWord
- Basement.Numerical.Subtractive.D:R:DifferenceNatural
- Basement.Numerical.Subtractive.D:R:DifferenceInt64
- Basement.Numerical.Subtractive.D:R:DifferenceInt32
- Basement.Numerical.Subtractive.D:R:DifferenceInt16
- Basement.Numerical.Subtractive.D:R:DifferenceInt8
- Basement.Numerical.Subtractive.D:R:DifferenceInt
- Basement.Numerical.Subtractive.D:R:DifferenceInteger
- Basement.Types.OffsetSize.D:R:DifferenceCountOf
- Basement.Types.OffsetSize.D:R:DifferenceOffset
- Basement.PrimType.D:R:PrimSizeBE
- Basement.PrimType.D:R:PrimSizeLE
- Basement.PrimType.D:R:PrimSizeChar7
- Basement.PrimType.D:R:PrimSizeCUChar
- Basement.PrimType.D:R:PrimSizeCChar
- Basement.PrimType.D:R:PrimSizeChar
- Basement.PrimType.D:R:PrimSizeDouble
- Basement.PrimType.D:R:PrimSizeFloat
- Basement.PrimType.D:R:PrimSizeInt64
- Basement.PrimType.D:R:PrimSizeInt32
- Basement.PrimType.D:R:PrimSizeInt16
- Basement.PrimType.D:R:PrimSizeInt8
- Basement.PrimType.D:R:PrimSizeWord256
- Basement.PrimType.D:R:PrimSizeWord128
- Basement.PrimType.D:R:PrimSizeWord64
- Basement.PrimType.D:R:PrimSizeWord32
- Basement.PrimType.D:R:PrimSizeWord16
- Basement.PrimType.D:R:PrimSizeWord8
- Basement.PrimType.D:R:PrimSizeWord
- Basement.PrimType.D:R:PrimSizeInt
- Basement.NonEmpty.D:R:ItemNonEmpty
- GHC.IO.Exception.Rep_ExitCode
- Basement.Sized.List.Rep_ListN
- Basement.Block.Base.D:R:ItemBlock
- Basement.Bits.SizeValid
- Basement.UArray.Base.D:R:ItemUArray
- Basement.BoxedArray.D:R:ItemArray
- Basement.Types.AsciiString.D:R:ItemAsciiString
- Basement.UTF8.Base.D:R:ItemString
- Data.Array.Byte.D:R:ItemByteArray
- GHC.IOPort.IOPortException
- Text.Printf.UPrintf
- Text.Printf.hspr
- Text.Printf.spr
Warning: Basement.String: could not find link destinations for:
- Basement.UTF8.Base.D:R:ItemString
- Basement.String.ReadFloatingCallback
- Basement.String.validate
Documentation created: dist/doc/html/basement/,
dist/doc/html/basement/basement.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/basement-0.0.16-6eiQVk251K5auGmA6749Q
Completed basement-0.0.16
Configuring blaze-builder-0.4.4.1...
Preprocessing library for blaze-builder-0.4.4.1..
Building library for blaze-builder-0.4.4.1..
[ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o, dist/build/Blaze/ByteString/Builder/Internal/Write.dyn_o )
[ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, dist/build/Blaze/ByteString/Builder/Compat/Write.o, dist/build/Blaze/ByteString/Builder/Compat/Write.dyn_o )
[ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o, dist/build/Blaze/ByteString/Builder/Int.dyn_o )
[ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, dist/build/Blaze/ByteString/Builder/Html/Word.o, dist/build/Blaze/ByteString/Builder/Html/Word.dyn_o )
[ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o, dist/build/Blaze/ByteString/Builder/Char8.dyn_o )
[ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o, dist/build/Blaze/ByteString/Builder/Char/Utf8.dyn_o )
[ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o, dist/build/Blaze/ByteString/Builder/Html/Utf8.dyn_o )
[ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o, dist/build/Blaze/ByteString/Builder/ByteString.dyn_o )
[ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o, dist/build/Blaze/ByteString/Builder/HTTP.dyn_o )
[10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o, dist/build/Blaze/ByteString/Builder/Word.dyn_o )
[11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o, dist/build/Blaze/ByteString/Builder.dyn_o )
Preprocessing library for blaze-builder-0.4.4.1..
Running Haddock on library for blaze-builder-0.4.4.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, nothing )
[ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, nothing )
[ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, nothing )
[ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, nothing )
[ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, nothing )
[ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, nothing )
[ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, nothing )
[ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, nothing )
[ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, nothing )
[10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, nothing )
[11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, nothing )
Haddock coverage:
Warning: 'Poke' is ambiguous. It is defined
* at Blaze/ByteString/Builder/Internal/Write.hs:77:5
* at Blaze/ByteString/Builder/Internal/Write.hs:76:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Blaze/ByteString/Builder/Internal/Write.hs:76:1
Warning: 'Write' is ambiguous. It is defined
* at Blaze/ByteString/Builder/Internal/Write.hs:93:14
* at Blaze/ByteString/Builder/Internal/Write.hs:93:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Blaze/ByteString/Builder/Internal/Write.hs:93:1
96% ( 24 / 25) in 'Blaze.ByteString.Builder.Internal.Write'
Missing documentation for:
fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245)
50% ( 2 / 4) in 'Blaze.ByteString.Builder.Compat.Write'
Missing documentation for:
writePrimFixed (Blaze/ByteString/Builder/Compat/Write.hs:25)
writePrimBounded (Blaze/ByteString/Builder/Compat/Write.hs:29)
100% ( 43 / 43) in 'Blaze.ByteString.Builder.Int'
88% ( 8 / 9) in 'Blaze.ByteString.Builder.Html.Word'
Missing documentation for:
wordHtmlEscaped (Blaze/ByteString/Builder/Html/Word.hs:40)
Warning: 'bytestring' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char8'
100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char.Utf8'
Warning: 'Builder' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Blaze.ByteString.Builder.Html.Utf8'
100% ( 12 / 12) in 'Blaze.ByteString.Builder.ByteString'
100% ( 4 / 4) in 'Blaze.ByteString.Builder.HTTP'
100% ( 43 / 43) in 'Blaze.ByteString.Builder.Word'
Warning: 'fromString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toLazyByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Write' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromWrite' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
91% ( 22 / 24) in 'Blaze.ByteString.Builder'
Missing documentation for:
toByteStringIOWith (Blaze/ByteString/Builder.hs:187)
fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245)
Documentation created: dist/doc/html/blaze-builder/,
dist/doc/html/blaze-builder/blaze-builder.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/blaze-builder-0.4.4.1-8j2XeR06mxnJMf1nnbZvi2
Completed blaze-builder-0.4.4.1
Configuring byteorder-1.0.4...
Preprocessing library for byteorder-1.0.4..
Building library for byteorder-1.0.4..
[1 of 1] Compiling System.ByteOrder ( System/ByteOrder.hs, dist/build/System/ByteOrder.o, dist/build/System/ByteOrder.dyn_o )
Preprocessing library for byteorder-1.0.4..
Running Haddock on library for byteorder-1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.ByteOrder ( System/ByteOrder.hs, nothing )
Haddock coverage:
66% ( 2 / 3) in 'System.ByteOrder'
Missing documentation for:
Module header
Documentation created: dist/doc/html/byteorder/,
dist/doc/html/byteorder/byteorder.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/byteorder-1.0.4-FIBTcKQEAUIIMRRNmF2aaT
Completed byteorder-1.0.4
Configuring bytestring-lexing-0.5.0.15...
Preprocessing library for bytestring-lexing-0.5.0.15..
Building library for bytestring-lexing-0.5.0.15..
[1 of 3] Compiling Data.ByteString.Lex.Internal ( src/Data/ByteString/Lex/Internal.hs, dist/build/Data/ByteString/Lex/Internal.o, dist/build/Data/ByteString/Lex/Internal.dyn_o )
[2 of 3] Compiling Data.ByteString.Lex.Integral ( src/Data/ByteString/Lex/Integral.hs, dist/build/Data/ByteString/Lex/Integral.o, dist/build/Data/ByteString/Lex/Integral.dyn_o )
[3 of 3] Compiling Data.ByteString.Lex.Fractional ( src/Data/ByteString/Lex/Fractional.hs, dist/build/Data/ByteString/Lex/Fractional.o, dist/build/Data/ByteString/Lex/Fractional.dyn_o )
Preprocessing library for bytestring-lexing-0.5.0.15..
Running Haddock on library for bytestring-lexing-0.5.0.15..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.ByteString.Lex.Internal ( src/Data/ByteString/Lex/Internal.hs, nothing )
[2 of 3] Compiling Data.ByteString.Lex.Integral ( src/Data/ByteString/Lex/Integral.hs, nothing )
[3 of 3] Compiling Data.ByteString.Lex.Fractional ( src/Data/ByteString/Lex/Fractional.hs, nothing )
Haddock coverage:
100% ( 14 / 14) in 'Data.ByteString.Lex.Integral'
100% ( 15 / 15) in 'Data.ByteString.Lex.Fractional'
Documentation created: dist/doc/html/bytestring-lexing/,
dist/doc/html/bytestring-lexing/bytestring-lexing.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bytestring-lexing-0.5.0.15-70yWI5ab2LCBsISOZMguBR
Completed bytestring-lexing-0.5.0.15
Configuring cabal-doctest-1.0.11...
Preprocessing library for cabal-doctest-1.0.11..
Building library for cabal-doctest-1.0.11..
[1 of 1] Compiling Distribution.Extra.Doctest ( src/Distribution/Extra/Doctest.hs, dist/build/Distribution/Extra/Doctest.o, dist/build/Distribution/Extra/Doctest.dyn_o )
Preprocessing library for cabal-doctest-1.0.11..
Running Haddock on library for cabal-doctest-1.0.11..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Distribution.Extra.Doctest ( src/Distribution/Extra/Doctest.hs, nothing )
Haddock coverage:
Warning: 'UserHooks' is ambiguous. It is defined
* in Distribution.Simple.UserHooks
* in Distribution.Simple.UserHooks
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Distribution.Simple.UserHooks
100% ( 6 / 6) in 'Distribution.Extra.Doctest'
Documentation created: dist/doc/html/cabal-doctest/,
dist/doc/html/cabal-doctest/cabal-doctest.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cabal-doctest-1.0.11-IvoWRFSTSKhGJZCaZeSFzU
Completed cabal-doctest-1.0.11
Configuring cereal-0.5.8.3...
Preprocessing library for cereal-0.5.8.3..
Building library for cereal-0.5.8.3..
[1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o, dist/build/Data/Serialize/Get.dyn_o )
[2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o, dist/build/Data/Serialize/Put.dyn_o )
[3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o, dist/build/Data/Serialize/IEEE754.dyn_o )
[4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.o, dist/build/Data/Serialize.dyn_o )
src/Data/Serialize.hs:702:22: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
| ^
src/Data/Serialize.hs:702:27: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
| ^
Preprocessing library for cereal-0.5.8.3..
Running Haddock on library for cereal-0.5.8.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, nothing )
[2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, nothing )
[3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, nothing )
[4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, nothing )
src/Data/Serialize.hs:702:22: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
| ^
src/Data/Serialize.hs:702:27: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
| ^
Haddock coverage:
93% ( 61 / 65) in 'Data.Serialize.Get'
Missing documentation for:
label (src/Data/Serialize/Get.hs:268)
getLazyByteString (src/Data/Serialize/Get.hs:509)
getShortByteString (src/Data/Serialize/Get.hs:513)
getTwoOf (src/Data/Serialize/Get.hs:761)
Warning: 'Put' is ambiguous. It is defined
* at src/Data/Serialize/Put.hs:140:18
* at src/Data/Serialize/Put.hs:143:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Serialize/Put.hs:143:1
75% ( 42 / 56) in 'Data.Serialize.Put'
Missing documentation for:
Putter (src/Data/Serialize/Put.hs:145)
putBuilder (src/Data/Serialize/Put.hs:202)
putShortByteString (src/Data/Serialize/Put.hs:260)
putTwoOf (src/Data/Serialize/Put.hs:400)
putListOf (src/Data/Serialize/Put.hs:404)
putIArrayOf (src/Data/Serialize/Put.hs:410)
putSeqOf (src/Data/Serialize/Put.hs:416)
putTreeOf (src/Data/Serialize/Put.hs:422)
putMapOf (src/Data/Serialize/Put.hs:429)
putIntMapOf (src/Data/Serialize/Put.hs:433)
putSetOf (src/Data/Serialize/Put.hs:437)
putIntSetOf (src/Data/Serialize/Put.hs:441)
putMaybeOf (src/Data/Serialize/Put.hs:445)
putEitherOf (src/Data/Serialize/Put.hs:450)
100% ( 11 / 11) in 'Data.Serialize.IEEE754'
Cannot find documentation for: $example
86% ( 13 / 15) in 'Data.Serialize'
Missing documentation for:
GSerializePut (src/Data/Serialize.hs:571)
GSerializeGet (src/Data/Serialize.hs:574)
Warning: Data.Serialize.Get: could not find link destinations for:
- Data.Serialize.Get.get
Warning: Data.Serialize.Put: could not find link destinations for:
- Data.Serialize.Put.PairS
Warning: Data.Serialize: could not find link destinations for:
- Data.Serialize.SumSize
- Data.Serialize.GetSum
- Data.Serialize.PutSum
Documentation created: dist/doc/html/cereal/, dist/doc/html/cereal/cereal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cereal-0.5.8.3-CdRifegrast6xnOPLq62pE
Completed cereal-0.5.8.3
Configuring character-ps-0.1...
Preprocessing library for character-ps-0.1..
Building library for character-ps-0.1..
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, dist/build/Data/Char/Patterns.o, dist/build/Data/Char/Patterns.dyn_o )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, dist/build/Data/Word16/Patterns.o, dist/build/Data/Word16/Patterns.dyn_o )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, dist/build/Data/Word8/Patterns.o, dist/build/Data/Word8/Patterns.dyn_o )
Preprocessing library for character-ps-0.1..
Running Haddock on library for character-ps-0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, nothing )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, nothing )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, nothing )
Haddock coverage:
100% (137 /137) in 'Data.Char.Patterns'
100% (137 /137) in 'Data.Word16.Patterns'
100% (137 /137) in 'Data.Word8.Patterns'
Documentation created: dist/doc/html/character-ps/,
dist/doc/html/character-ps/character-ps.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/character-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ
Completed character-ps-0.1
Configuring colour-2.3.6...
Preprocessing library for colour-2.3.6..
Building library for colour-2.3.6..
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o )
[ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o )
Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
| ^^^^
Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
129 | | otherwise = fst (head rx)
| ^^^^
[12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o )
[14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o )
Preprocessing library for colour-2.3.6..
Running Haddock on library for colour-2.3.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing )
[ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, nothing )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing )
Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
| ^^^^
Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
129 | | otherwise = fst (head rx)
| ^^^^
[12 of 14] Compiling Data.Colour ( Data/Colour.hs, nothing )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing )
[14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, nothing )
Haddock coverage:
100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
Warning: 'RGBGamut' is ambiguous. It is defined
* at Data/Colour/RGB.hs:54:17
* at Data/Colour/RGB.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:54:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSL'
Missing documentation for:
Module header
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSV'
Missing documentation for:
Module header
100% ( 6 / 6) in 'Data.Colour.SRGB.Linear'
Warning: 'RGBSpace' is ambiguous. It is defined
* at Data/Colour/RGBSpace.hs:122:19
* at Data/Colour/RGBSpace.hs:122:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGBSpace.hs:122:1
Warning: 'TransferFunction' is ambiguous. It is defined
* at Data/Colour/RGBSpace.hs:92:27
* at Data/Colour/RGBSpace.hs:92:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGBSpace.hs:92:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGBGamut' is ambiguous. It is defined
* at Data/Colour/RGB.hs:54:17
* at Data/Colour/RGB.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:54:1
83% ( 20 / 24) in 'Data.Colour.RGBSpace'
Missing documentation for:
primaries
whitePoint
gamut
transferFunction
100% ( 14 / 14) in 'Data.Colour.SRGB'
85% ( 17 / 20) in 'Data.Colour'
Missing documentation for:
black (Data/Colour/Internal.hs:53)
AffineSpace (Data/Colour/Internal.hs:110)
ColourOps (Data/Colour/Internal.hs:147)
0% ( 1 /149) in 'Data.Colour.Names'
Missing documentation for:
readColourName (Data/Colour/Names.hs:190)
aliceblue (Data/Colour/Names.hs:341)
antiquewhite (Data/Colour/Names.hs:344)
aqua (Data/Colour/Names.hs:347)
aquamarine (Data/Colour/Names.hs:350)
azure (Data/Colour/Names.hs:353)
beige (Data/Colour/Names.hs:356)
bisque (Data/Colour/Names.hs:359)
black (Data/Colour/Internal.hs:53)
blanchedalmond (Data/Colour/Names.hs:364)
blue (Data/Colour/Names.hs:367)
blueviolet (Data/Colour/Names.hs:370)
brown (Data/Colour/Names.hs:373)
burlywood (Data/Colour/Names.hs:376)
cadetblue (Data/Colour/Names.hs:379)
chartreuse (Data/Colour/Names.hs:382)
chocolate (Data/Colour/Names.hs:385)
coral (Data/Colour/Names.hs:388)
cornflowerblue (Data/Colour/Names.hs:391)
cornsilk (Data/Colour/Names.hs:394)
crimson (Data/Colour/Names.hs:397)
cyan (Data/Colour/Names.hs:400)
darkblue (Data/Colour/Names.hs:403)
darkcyan (Data/Colour/Names.hs:406)
darkgoldenrod (Data/Colour/Names.hs:409)
darkgray (Data/Colour/Names.hs:412)
darkgreen (Data/Colour/Names.hs:415)
darkgrey (Data/Colour/Names.hs:418)
darkkhaki (Data/Colour/Names.hs:421)
darkmagenta (Data/Colour/Names.hs:424)
darkolivegreen (Data/Colour/Names.hs:427)
darkorange (Data/Colour/Names.hs:430)
darkorchid (Data/Colour/Names.hs:433)
darkred (Data/Colour/Names.hs:436)
darksalmon (Data/Colour/Names.hs:439)
darkseagreen (Data/Colour/Names.hs:442)
darkslateblue (Data/Colour/Names.hs:445)
darkslategray (Data/Colour/Names.hs:448)
darkslategrey (Data/Colour/Names.hs:451)
darkturquoise (Data/Colour/Names.hs:454)
darkviolet (Data/Colour/Names.hs:457)
deeppink (Data/Colour/Names.hs:460)
deepskyblue (Data/Colour/Names.hs:463)
dimgray (Data/Colour/Names.hs:466)
dimgrey (Data/Colour/Names.hs:469)
dodgerblue (Data/Colour/Names.hs:472)
firebrick (Data/Colour/Names.hs:475)
floralwhite (Data/Colour/Names.hs:478)
forestgreen (Data/Colour/Names.hs:481)
fuchsia (Data/Colour/Names.hs:484)
gainsboro (Data/Colour/Names.hs:487)
ghostwhite (Data/Colour/Names.hs:490)
gold (Data/Colour/Names.hs:493)
goldenrod (Data/Colour/Names.hs:496)
gray (Data/Colour/Names.hs:499)
grey (Data/Colour/Names.hs:502)
green (Data/Colour/Names.hs:505)
greenyellow (Data/Colour/Names.hs:508)
honeydew (Data/Colour/Names.hs:511)
hotpink (Data/Colour/Names.hs:514)
indianred (Data/Colour/Names.hs:517)
indigo (Data/Colour/Names.hs:520)
ivory (Data/Colour/Names.hs:523)
khaki (Data/Colour/Names.hs:526)
lavender (Data/Colour/Names.hs:529)
lavenderblush (Data/Colour/Names.hs:532)
lawngreen (Data/Colour/Names.hs:535)
lemonchiffon (Data/Colour/Names.hs:538)
lightblue (Data/Colour/Names.hs:541)
lightcoral (Data/Colour/Names.hs:544)
lightcyan (Data/Colour/Names.hs:547)
lightgoldenrodyellow (Data/Colour/Names.hs:550)
lightgray (Data/Colour/Names.hs:553)
lightgreen (Data/Colour/Names.hs:556)
lightgrey (Data/Colour/Names.hs:559)
lightpink (Data/Colour/Names.hs:562)
lightsalmon (Data/Colour/Names.hs:565)
lightseagreen (Data/Colour/Names.hs:568)
lightskyblue (Data/Colour/Names.hs:571)
lightslategray (Data/Colour/Names.hs:574)
lightslategrey (Data/Colour/Names.hs:577)
lightsteelblue (Data/Colour/Names.hs:580)
lightyellow (Data/Colour/Names.hs:583)
lime (Data/Colour/Names.hs:586)
limegreen (Data/Colour/Names.hs:589)
linen (Data/Colour/Names.hs:592)
magenta (Data/Colour/Names.hs:595)
maroon (Data/Colour/Names.hs:598)
mediumaquamarine (Data/Colour/Names.hs:601)
mediumblue (Data/Colour/Names.hs:604)
mediumorchid (Data/Colour/Names.hs:607)
mediumpurple (Data/Colour/Names.hs:610)
mediumseagreen (Data/Colour/Names.hs:613)
mediumslateblue (Data/Colour/Names.hs:616)
mediumspringgreen (Data/Colour/Names.hs:619)
mediumturquoise (Data/Colour/Names.hs:622)
mediumvioletred (Data/Colour/Names.hs:625)
midnightblue (Data/Colour/Names.hs:628)
mintcream (Data/Colour/Names.hs:631)
mistyrose (Data/Colour/Names.hs:634)
moccasin (Data/Colour/Names.hs:637)
navajowhite (Data/Colour/Names.hs:640)
navy (Data/Colour/Names.hs:643)
oldlace (Data/Colour/Names.hs:646)
olive (Data/Colour/Names.hs:649)
olivedrab (Data/Colour/Names.hs:652)
orange (Data/Colour/Names.hs:655)
orangered (Data/Colour/Names.hs:658)
orchid (Data/Colour/Names.hs:661)
palegoldenrod (Data/Colour/Names.hs:664)
palegreen (Data/Colour/Names.hs:667)
paleturquoise (Data/Colour/Names.hs:670)
palevioletred (Data/Colour/Names.hs:673)
papayawhip (Data/Colour/Names.hs:676)
peachpuff (Data/Colour/Names.hs:679)
peru (Data/Colour/Names.hs:682)
pink (Data/Colour/Names.hs:685)
plum (Data/Colour/Names.hs:688)
powderblue (Data/Colour/Names.hs:691)
purple (Data/Colour/Names.hs:694)
red (Data/Colour/Names.hs:697)
rosybrown (Data/Colour/Names.hs:700)
royalblue (Data/Colour/Names.hs:703)
saddlebrown (Data/Colour/Names.hs:706)
salmon (Data/Colour/Names.hs:709)
sandybrown (Data/Colour/Names.hs:712)
seagreen (Data/Colour/Names.hs:715)
seashell (Data/Colour/Names.hs:718)
sienna (Data/Colour/Names.hs:721)
silver (Data/Colour/Names.hs:724)
skyblue (Data/Colour/Names.hs:727)
slateblue (Data/Colour/Names.hs:730)
slategray (Data/Colour/Names.hs:733)
slategrey (Data/Colour/Names.hs:736)
snow (Data/Colour/Names.hs:739)
springgreen (Data/Colour/Names.hs:742)
steelblue (Data/Colour/Names.hs:745)
tan (Data/Colour/Names.hs:748)
teal (Data/Colour/Names.hs:751)
thistle (Data/Colour/Names.hs:754)
tomato (Data/Colour/Names.hs:757)
turquoise (Data/Colour/Names.hs:760)
violet (Data/Colour/Names.hs:763)
wheat (Data/Colour/Names.hs:766)
white (Data/Colour/Names.hs:769)
whitesmoke (Data/Colour/Names.hs:772)
yellow (Data/Colour/Names.hs:775)
yellowgreen (Data/Colour/Names.hs:778)
Warning: 'toCIEXYZ' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cieXYZView' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 15 / 17) in 'Data.Colour.CIE'
Missing documentation for:
toCIEXYZ (Data/Colour/CIE.hs:65)
Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx
Completed colour-2.3.6
Configuring data-default-0.8.0.1...
Preprocessing library for data-default-0.8.0.1..
Building library for data-default-0.8.0.1..
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, dist/build/Data/Default/Internal.o, dist/build/Data/Default/Internal.dyn_o )
[2 of 2] Compiling Data.Default ( Data/Default.hs, dist/build/Data/Default.o, dist/build/Data/Default.dyn_o )
Preprocessing library for data-default-0.8.0.1..
Running Haddock on library for data-default-0.8.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, nothing )
[2 of 2] Compiling Data.Default ( Data/Default.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Data.Default.Internal'
100% ( 2 / 2) in 'Data.Default'
Documentation created: dist/doc/html/data-default/,
dist/doc/html/data-default/data-default.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-0.8.0.1-1xCv6D5orjY6O9aT2YDXOA
Completed data-default-0.8.0.1
Configuring digest-0.0.2.1...
Preprocessing library for digest-0.0.2.1..
Building library for digest-0.0.2.1..
[1 of 3] Compiling Data.Digest.Adler32 ( dist/build/Data/Digest/Adler32.hs, dist/build/Data/Digest/Adler32.o, dist/build/Data/Digest/Adler32.dyn_o )
[2 of 3] Compiling Data.Digest.CRC32 ( dist/build/Data/Digest/CRC32.hs, dist/build/Data/Digest/CRC32.o, dist/build/Data/Digest/CRC32.dyn_o )
[3 of 3] Compiling Data.Digest.CRC32C ( Data/Digest/CRC32C.hs, dist/build/Data/Digest/CRC32C.o, dist/build/Data/Digest/CRC32C.dyn_o )
Preprocessing library for digest-0.0.2.1..
Running Haddock on library for digest-0.0.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Digest.Adler32 ( dist/build/Data/Digest/Adler32.hs, nothing )
[2 of 3] Compiling Data.Digest.CRC32 ( dist/build/Data/Digest/CRC32.hs, nothing )
[3 of 3] Compiling Data.Digest.CRC32C ( Data/Digest/CRC32C.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Data.Digest.Adler32'
100% ( 4 / 4) in 'Data.Digest.CRC32'
50% ( 2 / 4) in 'Data.Digest.CRC32C'
Missing documentation for:
Module header
CRC32C (Data/Digest/CRC32C.hs:26)
Documentation created: dist/doc/html/digest/, dist/doc/html/digest/digest.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/digest-0.0.2.1-KOTjqt75xI3Le28DgqQG2Q
Completed digest-0.0.2.1
Configuring dlist-1.0...
Preprocessing library for dlist-1.0..
Building library for dlist-1.0..
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, dist/build/Data/DList/Internal.o, dist/build/Data/DList/Internal.dyn_o )
Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
642 | instance a ~ Char => IsString (DList a) where
| ^
[2 of 5] Compiling Data.DList ( Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, dist/build/Data/DList/DNonEmpty/Internal.o, dist/build/Data/DList/DNonEmpty/Internal.dyn_o )
Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
459 | instance a ~ Char => IsString (DNonEmpty a) where
| ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, dist/build/Data/DList/DNonEmpty.o, dist/build/Data/DList/DNonEmpty.dyn_o )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, dist/build/Data/DList/Unsafe.o, dist/build/Data/DList/Unsafe.dyn_o )
Preprocessing library for dlist-1.0..
Running Haddock on library for dlist-1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, nothing )
Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
642 | instance a ~ Char => IsString (DList a) where
| ^
[2 of 5] Compiling Data.DList ( Data/DList.hs, nothing )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, nothing )
Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
459 | instance a ~ Char => IsString (DNonEmpty a) where
| ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, nothing )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, nothing )
Haddock coverage:
100% ( 21 / 21) in 'Data.DList'
100% ( 17 / 17) in 'Data.DList.DNonEmpty'
Warning: Data.DList: could not find link destinations for:
- Data.DList.Internal.D:R:ItemDList
Warning: Data.DList.DNonEmpty: could not find link destinations for:
- Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty
Documentation created: dist/doc/html/dlist/, dist/doc/html/dlist/dlist.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dlist-1.0-64eJjLRuD1sLrW6rorjot6
Completed dlist-1.0
Configuring generically-0.1.1...
Preprocessing library for generically-0.1.1..
Building library for generically-0.1.1..
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, dist/build/GHC/Generics/Generically.o, dist/build/GHC/Generics/Generically.dyn_o )
Preprocessing library for generically-0.1.1..
Running Haddock on library for generically-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, nothing )
Haddock coverage:
Warning: 'Generically' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Generics
100% ( 3 / 3) in 'GHC.Generics.Generically'
Documentation created: dist/doc/html/generically/,
dist/doc/html/generically/generically.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP
Completed generically-0.1.1
Configuring ghc-tcplugins-extra-0.5...
Preprocessing library for ghc-tcplugins-extra-0.5..
Building library for ghc-tcplugins-extra-0.5..
[1 of 8] Compiling GhcApi.Constraint
[2 of 8] Compiling GhcApi.GhcPlugins
[3 of 8] Compiling GhcApi.Predicate
[4 of 8] Compiling Internal.Constraint
[5 of 8] Compiling Internal.Evidence
[6 of 8] Compiling Internal.Type
[7 of 8] Compiling Internal
[8 of 8] Compiling GHC.TcPluginM.Extra
Preprocessing library for ghc-tcplugins-extra-0.5..
Running Haddock on library for ghc-tcplugins-extra-0.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling GhcApi.Constraint
[2 of 8] Compiling GhcApi.GhcPlugins
[3 of 8] Compiling GhcApi.Predicate
[4 of 8] Compiling Internal.Constraint
[5 of 8] Compiling Internal.Evidence
[6 of 8] Compiling Internal.Type
[7 of 8] Compiling Internal
[8 of 8] Compiling GHC.TcPluginM.Extra
Haddock coverage:
Warning: 'tcPluginInit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'tcPluginStop' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Module' is ambiguous. It is defined
* in GHC.Unit.Types
* in GHC.Unit.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Unit.Types
100% ( 18 / 18) in 'GHC.TcPluginM.Extra'
Documentation created: dist/doc/html/ghc-tcplugins-extra/,
dist/doc/html/ghc-tcplugins-extra/ghc-tcplugins-extra.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-tcplugins-extra-0.5-CBl5wTkzAV73I6RhV28rpX
Completed ghc-tcplugins-extra-0.5
Configuring granite-0.3.0.4...
Preprocessing library for granite-0.3.0.4..
Building library for granite-0.3.0.4..
[1 of 2] Compiling Granite
[2 of 2] Compiling Granite.String
Preprocessing executable 'granite' for granite-0.3.0.4..
Building executable 'granite' for granite-0.3.0.4..
[1 of 1] Compiling Main ( app/Main.hs, dist/build/granite/granite-tmp/Main.o )
[2 of 2] Linking dist/build/granite/granite
Preprocessing library for granite-0.3.0.4..
Running Haddock on library for granite-0.3.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Granite
[2 of 2] Compiling Granite.String
Haddock coverage:
Warning: 'Bins' is ambiguous. It is defined
* at src/Granite.hs:505:13
* at src/Granite.hs:505:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Granite.hs:505:1
100% ( 22 / 22) in 'Granite'
100% ( 22 / 22) in 'Granite.String'
Documentation created: dist/doc/html/granite/,
dist/doc/html/granite/granite.txt
Preprocessing executable 'granite' for granite-0.3.0.4..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/granite-0.3.0.4-9BBfzXN1hvc8QJiXmyEuE9
Installing executable granite in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed granite-0.3.0.4
Configuring half-0.3.3...
Preprocessing library for half-0.3.3..
Building library for half-0.3.3..
[1 of 2] Compiling Numeric.Half.Internal ( src/Numeric/Half/Internal.hs, dist/build/Numeric/Half/Internal.o, dist/build/Numeric/Half/Internal.dyn_o )
[2 of 2] Compiling Numeric.Half ( src/Numeric/Half.hs, dist/build/Numeric/Half.o, dist/build/Numeric/Half.dyn_o )
Preprocessing library for half-0.3.3..
Running Haddock on library for half-0.3.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Numeric.Half.Internal ( src/Numeric/Half/Internal.hs, nothing )
[2 of 2] Compiling Numeric.Half ( src/Numeric/Half.hs, nothing )
Haddock coverage:
Warning: 'Half' is ambiguous. It is defined
* at src/Numeric/Half/Internal.hs:77:10
* at src/Numeric/Half/Internal.hs:75:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Numeric/Half/Internal.hs:75:1
100% ( 20 / 20) in 'Numeric.Half.Internal'
100% ( 17 / 17) in 'Numeric.Half'
Warning: Numeric.Half.Internal: could not find link destinations for:
- Numeric.Half.Internal.Rep_Half
Warning: Numeric.Half: could not find link destinations for:
- Numeric.Half.Internal.Rep_Half
Documentation created: dist/doc/html/half/, dist/doc/html/half/half.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/half-0.3.3-5jogMwHBtfLCbnyq0v5xYY
Completed half-0.3.3
Configuring hourglass-0.2.12...
Preprocessing library for hourglass-0.2.12..
Building library for hourglass-0.2.12..
[ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, dist/build/Data/Hourglass/Utils.o, dist/build/Data/Hourglass/Utils.dyn_o )
[ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, dist/build/Data/Hourglass/Zone.o, dist/build/Data/Hourglass/Zone.dyn_o )
[ 3 of 17] Compiling Time.Types ( Time/Types.hs, dist/build/Time/Types.o, dist/build/Time/Types.dyn_o )
[ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, dist/build/Data/Hourglass/Types.o, dist/build/Data/Hourglass/Types.dyn_o )
[ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, dist/build/Data/Hourglass/Internal/Unix.o, dist/build/Data/Hourglass/Internal/Unix.dyn_o )
Data/Hourglass/Internal/Unix.hs:24:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
24 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, dist/build/Data/Hourglass/Internal.o, dist/build/Data/Hourglass/Internal.dyn_o )
[ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, dist/build/Data/Hourglass/Calendar.o, dist/build/Data/Hourglass/Calendar.dyn_o )
[ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, dist/build/Data/Hourglass/Diff.o, dist/build/Data/Hourglass/Diff.dyn_o )
Data/Hourglass/Diff.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
23 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Data/Hourglass/Diff.hs:49:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid Period.
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Data/Hourglass/Diff.hs:70:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid Duration.
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, dist/build/Data/Hourglass/Time.o, dist/build/Data/Hourglass/Time.dyn_o )
[10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, dist/build/Data/Hourglass/Epoch.o, dist/build/Data/Hourglass/Epoch.dyn_o )
[11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, dist/build/Data/Hourglass/Local.o, dist/build/Data/Hourglass/Local.dyn_o )
[12 of 17] Compiling Time.System ( Time/System.hs, dist/build/Time/System.o, dist/build/Time/System.dyn_o )
Time/System.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
23 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, dist/build/System/Hourglass.o, dist/build/System/Hourglass.dyn_o )
[14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, dist/build/Data/Hourglass/Format.o, dist/build/Data/Hourglass/Format.dyn_o )
[15 of 17] Compiling Data.Hourglass ( Data/Hourglass.hs, dist/build/Data/Hourglass.o, dist/build/Data/Hourglass.dyn_o )
[16 of 17] Compiling Time.Compat ( Time/Compat.hs, dist/build/Time/Compat.o, dist/build/Time/Compat.dyn_o )
[17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, dist/build/Data/Hourglass/Compat.o, dist/build/Data/Hourglass/Compat.dyn_o )
Preprocessing library for hourglass-0.2.12..
Running Haddock on library for hourglass-0.2.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, nothing )
[ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, nothing )
[ 3 of 17] Compiling Time.Types ( Time/Types.hs, nothing )
[ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, nothing )
[ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, nothing )
Data/Hourglass/Internal/Unix.hs:24:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
24 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, nothing )
[ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, nothing )
[ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, nothing )
Data/Hourglass/Diff.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
23 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Data/Hourglass/Diff.hs:49:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid Period.
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Data/Hourglass/Diff.hs:70:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid Duration.
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, nothing )
[10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, nothing )
[11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, nothing )
[12 of 17] Compiling Time.System ( Time/System.hs, nothing )
Time/System.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
23 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, nothing )
[14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, nothing )
[15 of 17] Compiling Data.Hourglass ( Data/Hourglass.hs, nothing )
[16 of 17] Compiling Time.Compat ( Time/Compat.hs, nothing )
[17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, nothing )
Haddock coverage:
100% ( 23 / 23) in 'Time.Types'
100% ( 2 / 2) in 'Data.Hourglass.Types'
Warning: 'Duration' is ambiguous. It is defined
* at Data/Hourglass/Diff.hs:54:17
* at Data/Hourglass/Diff.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Hourglass/Diff.hs:54:1
100% ( 9 / 9) in 'Data.Hourglass.Epoch'
100% ( 10 / 10) in 'Time.System'
100% ( 2 / 2) in 'System.Hourglass'
Warning: 'Jan' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Feb' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 43 / 43) in 'Data.Hourglass'
100% ( 4 / 4) in 'Time.Compat'
100% ( 2 / 2) in 'Data.Hourglass.Compat'
Documentation created: dist/doc/html/hourglass/,
dist/doc/html/hourglass/hourglass.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hourglass-0.2.12-3LWw6zFlLnN26UCFObPVgQ
Completed hourglass-0.2.12
Configuring indexed-traversable-0.1.4...
Preprocessing library for indexed-traversable-0.1.4..
Building library for indexed-traversable-0.1.4..
[1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, dist/build/CoerceCompat.o, dist/build/CoerceCompat.dyn_o )
[2 of 7] Compiling GhcList ( src/GhcList.hs, dist/build/GhcList.o, dist/build/GhcList.dyn_o )
[3 of 7] Compiling WithIndex ( src/WithIndex.hs, dist/build/WithIndex.o, dist/build/WithIndex.dyn_o )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, dist/build/Data/Traversable/WithIndex.o, dist/build/Data/Traversable/WithIndex.dyn_o )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, dist/build/Data/Functor/WithIndex.o, dist/build/Data/Functor/WithIndex.dyn_o )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, dist/build/Data/Foldable1/WithIndex.o, dist/build/Data/Foldable1/WithIndex.dyn_o )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, dist/build/Data/Foldable/WithIndex.o, dist/build/Data/Foldable/WithIndex.dyn_o )
Preprocessing library for indexed-traversable-0.1.4..
Running Haddock on library for indexed-traversable-0.1.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, nothing )
[2 of 7] Compiling GhcList ( src/GhcList.hs, nothing )
[3 of 7] Compiling WithIndex ( src/WithIndex.hs, nothing )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, nothing )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, nothing )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, nothing )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, nothing )
Haddock coverage:
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'itraverseOf' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'itraversed' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '.' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'forM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 10 / 12) in 'Data.Traversable.WithIndex'
Missing documentation for:
imapDefault (src/WithIndex.hs:81)
ifoldMapDefault (src/WithIndex.hs:162)
66% ( 2 / 3) in 'Data.Functor.WithIndex'
Missing documentation for:
Module header
100% ( 3 / 3) in 'Data.Foldable1.WithIndex'
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'all' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'traverse_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedFold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'imapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iforM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'concatMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'find' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldrM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldlM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'snd' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Foldable.WithIndex'
Documentation created: dist/doc/html/indexed-traversable/,
dist/doc/html/indexed-traversable/indexed-traversable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G
Completed indexed-traversable-0.1.4
Configuring integer-logarithms-1.0.4...
Preprocessing library for integer-logarithms-1.0.4..
Building library for integer-logarithms-1.0.4..
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o )
Preprocessing library for integer-logarithms-1.0.4..
Running Haddock on library for integer-logarithms-1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, nothing )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, nothing )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, nothing )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, nothing )
Haddock coverage:
40% ( 2 / 5) in 'GHC.Integer.Logarithms.Compat'
Missing documentation for:
integerLogBase#
integerLog2#
wordLog2#
100% ( 17 / 17) in 'Math.NumberTheory.Logarithms'
100% ( 3 / 3) in 'Math.NumberTheory.Powers.Integer'
100% ( 3 / 3) in 'Math.NumberTheory.Powers.Natural'
Documentation created: dist/doc/html/integer-logarithms/,
dist/doc/html/integer-logarithms/integer-logarithms.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-logarithms-1.0.4-KzAgsevoV5Y6IrFUclFTyp
Completed integer-logarithms-1.0.4
Configuring lens-family-core-2.1.3...
Preprocessing library for lens-family-core-2.1.3..
Building library for lens-family-core-2.1.3..
[ 1 of 10] Compiling Lens.Family.Identical ( src/Lens/Family/Identical.hs, dist/build/Lens/Family/Identical.o, dist/build/Lens/Family/Identical.dyn_o )
[ 2 of 10] Compiling Lens.Family.Phantom ( src/Lens/Family/Phantom.hs, dist/build/Lens/Family/Phantom.o, dist/build/Lens/Family/Phantom.dyn_o )
[ 3 of 10] Compiling Lens.Family.State.Zoom ( src/Lens/Family/State/Zoom.hs, dist/build/Lens/Family/State/Zoom.o, dist/build/Lens/Family/State/Zoom.dyn_o )
[ 4 of 10] Compiling Lens.Family.Unchecked ( src/Lens/Family/Unchecked.hs, dist/build/Lens/Family/Unchecked.o, dist/build/Lens/Family/Unchecked.dyn_o )
[ 5 of 10] Compiling Lens.Family ( src/Lens/Family.hs, dist/build/Lens/Family.o, dist/build/Lens/Family.dyn_o )
src/Lens/Family.hs:499:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (First a).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
499 | (First Nothing) `mappend` b = b
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Lens/Family.hs:504:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Last a).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
504 | a `mappend` (Last Nothing) = a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Lens/Family.hs:508:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical (<>) = mappend definition detected
in the instance declaration for Semigroup (First a).
Suggested fix:
Move definition from mappend to (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
508 | (<>) = mappend
| ^^^^^^^^^^^^^^
src/Lens/Family.hs:511:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical (<>) = mappend definition detected
in the instance declaration for Semigroup (Last a).
Suggested fix:
Move definition from mappend to (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
511 | (<>) = mappend
| ^^^^^^^^^^^^^^
[ 6 of 10] Compiling Lens.Family.Stock ( src/Lens/Family/Stock.hs, dist/build/Lens/Family/Stock.o, dist/build/Lens/Family/Stock.dyn_o )
src/Lens/Family/Stock.hs:56:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
56 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 10] Compiling Lens.Family.State.Strict ( src/Lens/Family/State/Strict.hs, dist/build/Lens/Family/State/Strict.o, dist/build/Lens/Family/State/Strict.dyn_o )
[ 8 of 10] Compiling Lens.Family.State.Lazy ( src/Lens/Family/State/Lazy.hs, dist/build/Lens/Family/State/Lazy.o, dist/build/Lens/Family/State/Lazy.dyn_o )
[ 9 of 10] Compiling Lens.Family.State ( src/Lens/Family/State.hs, dist/build/Lens/Family/State.o, dist/build/Lens/Family/State.dyn_o )
[10 of 10] Compiling Lens.Family.Clone ( src/Lens/Family/Clone.hs, dist/build/Lens/Family/Clone.o, dist/build/Lens/Family/Clone.dyn_o )
Preprocessing library for lens-family-core-2.1.3..
Running Haddock on library for lens-family-core-2.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Lens.Family.Identical ( src/Lens/Family/Identical.hs, nothing )
[ 2 of 10] Compiling Lens.Family.Phantom ( src/Lens/Family/Phantom.hs, nothing )
[ 3 of 10] Compiling Lens.Family.State.Zoom ( src/Lens/Family/State/Zoom.hs, nothing )
[ 4 of 10] Compiling Lens.Family.Unchecked ( src/Lens/Family/Unchecked.hs, nothing )
[ 5 of 10] Compiling Lens.Family ( src/Lens/Family.hs, nothing )
src/Lens/Family.hs:499:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (First a).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
499 | (First Nothing) `mappend` b = b
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Lens/Family.hs:504:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Last a).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
504 | a `mappend` (Last Nothing) = a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Lens/Family.hs:508:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical (<>) = mappend definition detected
in the instance declaration for Semigroup (First a).
Suggested fix:
Move definition from mappend to (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
508 | (<>) = mappend
| ^^^^^^^^^^^^^^
src/Lens/Family.hs:511:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical (<>) = mappend definition detected
in the instance declaration for Semigroup (Last a).
Suggested fix:
Move definition from mappend to (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
511 | (<>) = mappend
| ^^^^^^^^^^^^^^
[ 6 of 10] Compiling Lens.Family.Stock ( src/Lens/Family/Stock.hs, nothing )
src/Lens/Family/Stock.hs:56:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
56 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 10] Compiling Lens.Family.State.Strict ( src/Lens/Family/State/Strict.hs, nothing )
[ 8 of 10] Compiling Lens.Family.State.Lazy ( src/Lens/Family/State/Lazy.hs, nothing )
[ 9 of 10] Compiling Lens.Family.State ( src/Lens/Family/State.hs, nothing )
[10 of 10] Compiling Lens.Family.Clone ( src/Lens/Family/Clone.hs, nothing )
Haddock coverage:
75% ( 21 / 28) in 'Lens.Family.Unchecked'
Missing documentation for:
AdapterLike (src/Lens/Family/Unchecked.hs:206)
AdapterLike' (src/Lens/Family/Unchecked.hs:207)
LensLike (src/Lens/Family/Unchecked.hs:208)
LensLike' (src/Lens/Family/Unchecked.hs:209)
GrateLike (src/Lens/Family/Unchecked.hs:210)
GrateLike' (src/Lens/Family/Unchecked.hs:211)
Identical (src/Lens/Family/Identical.hs:8)
66% ( 49 / 74) in 'Lens.Family'
Missing documentation for:
+~ (src/Lens/Family.hs:472)
*~ (src/Lens/Family.hs:474)
-~ (src/Lens/Family.hs:473)
//~ (src/Lens/Family.hs:479)
&&~ (src/Lens/Family.hs:484)
||~ (src/Lens/Family.hs:485)
AdapterLike (src/Lens/Family/Unchecked.hs:206)
AdapterLike' (src/Lens/Family/Unchecked.hs:207)
LensLike (src/Lens/Family/Unchecked.hs:208)
LensLike' (src/Lens/Family/Unchecked.hs:209)
FoldLike (src/Lens/Family.hs:189)
FoldLike' (src/Lens/Family.hs:190)
GrateLike (src/Lens/Family/Unchecked.hs:210)
GrateLike' (src/Lens/Family/Unchecked.hs:211)
AGrate (src/Lens/Family.hs:191)
AGrate' (src/Lens/Family.hs:192)
ASetter (src/Lens/Family.hs:193)
ASetter' (src/Lens/Family.hs:194)
AResetter (src/Lens/Family.hs:195)
AResetter' (src/Lens/Family.hs:196)
PCont (src/Lens/Family.hs:181)
First (src/Lens/Family.hs:494)
Last (src/Lens/Family.hs:495)
Phantom (src/Lens/Family/Phantom.hs:8)
Prod (src/Lens/Family.hs:180)
Warning: 'c' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
72% ( 50 / 69) in 'Lens.Family.Stock'
Missing documentation for:
AlongsideLeft (src/Lens/Family/Stock.hs:439)
AlongsideRight (src/Lens/Family/Stock.hs:447)
FromF (src/Lens/Family/Stock.hs:477)
FromG (src/Lens/Family/Stock.hs:485)
AdapterLike (src/Lens/Family/Unchecked.hs:206)
AdapterLike' (src/Lens/Family/Unchecked.hs:207)
LensLike (src/Lens/Family/Unchecked.hs:208)
LensLike' (src/Lens/Family/Unchecked.hs:209)
GrateLike (src/Lens/Family/Unchecked.hs:210)
GrateLike' (src/Lens/Family/Unchecked.hs:211)
Identical (src/Lens/Family/Identical.hs:8)
lft (src/Lens/Family/Stock.hs:514)
rgt (src/Lens/Family/Stock.hs:522)
some (src/Lens/Family/Stock.hs:530)
none (src/Lens/Family/Stock.hs:538)
lft_ (src/Lens/Family/Stock.hs:518)
rgt_ (src/Lens/Family/Stock.hs:526)
some_ (src/Lens/Family/Stock.hs:534)
none_ (src/Lens/Family/Stock.hs:542)
50% ( 19 / 38) in 'Lens.Family.State.Strict'
Missing documentation for:
+= (src/Lens/Family/State/Strict.hs:132)
-= (src/Lens/Family/State/Strict.hs:133)
*= (src/Lens/Family/State/Strict.hs:134)
//= (src/Lens/Family/State/Strict.hs:139)
&&= (src/Lens/Family/State/Strict.hs:144)
||= (src/Lens/Family/State/Strict.hs:145)
+!= (src/Lens/Family/State/Strict.hs:162)
-!= (src/Lens/Family/State/Strict.hs:163)
*!= (src/Lens/Family/State/Strict.hs:164)
//!= (src/Lens/Family/State/Strict.hs:169)
&&!= (src/Lens/Family/State/Strict.hs:174)
||!= (src/Lens/Family/State/Strict.hs:175)
<>!= (src/Lens/Family/State/Strict.hs:180)
Zooming (src/Lens/Family/State/Zoom.hs:5)
LensLike (src/Lens/Family/Unchecked.hs:208)
LensLike' (src/Lens/Family/Unchecked.hs:209)
FoldLike (src/Lens/Family.hs:189)
ASetter (src/Lens/Family.hs:193)
ASetter' (src/Lens/Family.hs:194)
50% ( 19 / 38) in 'Lens.Family.State.Lazy'
Missing documentation for:
+= (src/Lens/Family/State/Lazy.hs:132)
-= (src/Lens/Family/State/Lazy.hs:133)
*= (src/Lens/Family/State/Lazy.hs:134)
//= (src/Lens/Family/State/Lazy.hs:139)
&&= (src/Lens/Family/State/Lazy.hs:144)
||= (src/Lens/Family/State/Lazy.hs:145)
+!= (src/Lens/Family/State/Lazy.hs:162)
-!= (src/Lens/Family/State/Lazy.hs:163)
*!= (src/Lens/Family/State/Lazy.hs:164)
//!= (src/Lens/Family/State/Lazy.hs:169)
&&!= (src/Lens/Family/State/Lazy.hs:174)
||!= (src/Lens/Family/State/Lazy.hs:175)
<>!= (src/Lens/Family/State/Lazy.hs:180)
Zooming (src/Lens/Family/State/Zoom.hs:5)
LensLike (src/Lens/Family/Unchecked.hs:208)
LensLike' (src/Lens/Family/Unchecked.hs:209)
FoldLike (src/Lens/Family.hs:189)
ASetter (src/Lens/Family.hs:193)
ASetter' (src/Lens/Family.hs:194)
50% ( 1 / 2) in 'Lens.Family.State'
Missing documentation for:
Module header
Warning: 'Lens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
61% ( 21 / 34) in 'Lens.Family.Clone'
Missing documentation for:
PStore (src/Lens/Family/Clone.hs:61)
PKleeneStore (src/Lens/Family/Clone.hs:89)
LensLike (src/Lens/Family/Unchecked.hs:208)
LensLike' (src/Lens/Family/Unchecked.hs:209)
GrateLike (src/Lens/Family/Unchecked.hs:210)
GrateLike' (src/Lens/Family/Unchecked.hs:211)
FoldLike (src/Lens/Family.hs:189)
FoldLike' (src/Lens/Family.hs:190)
AGrate (src/Lens/Family.hs:191)
ASetter (src/Lens/Family.hs:193)
AResetter (src/Lens/Family.hs:195)
Phantom (src/Lens/Family/Phantom.hs:8)
Identical (src/Lens/Family/Identical.hs:8)
Warning: Lens.Family.Unchecked: could not find link destinations for:
- Lens.Family.Identical.extract
Warning: Lens.Family: could not find link destinations for:
- Data.Semigroup.Internal.Rep_Product
- Data.Semigroup.Internal.Rep1_Product
- Data.Semigroup.Internal.Rep_Sum
- Data.Semigroup.Internal.Rep1_Sum
- Data.Semigroup.Internal.Rep_Any
- Data.Semigroup.Internal.Rep_All
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
- Lens.Family.Identical.extract
- Data.Functor.Constant.Rep1_Constant
- Data.Functor.Constant.Rep_Constant
- Lens.Family.Phantom.coerce
Warning: Lens.Family.Stock: could not find link destinations for:
- Control.Applicative.Backwards.Rep1_Backwards
- Control.Applicative.Backwards.Rep_Backwards
- Lens.Family.Identical.extract
- Lens.Family.Phantom.coerce
Warning: Lens.Family.State.Strict: could not find link destinations for:
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
- Lens.Family.Identical.extract
- Data.Functor.Constant.Rep1_Constant
- Data.Functor.Constant.Rep_Constant
- Lens.Family.Phantom.coerce
- Control.Monad.Trans.State.Strict.Rep_StateT
Warning: Lens.Family.State.Lazy: could not find link destinations for:
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
- Lens.Family.Identical.extract
- Data.Functor.Constant.Rep1_Constant
- Data.Functor.Constant.Rep_Constant
- Lens.Family.Phantom.coerce
- Control.Monad.Trans.State.Lazy.Rep_StateT
Warning: Lens.Family.Clone: could not find link destinations for:
- Lens.Family.Identical.extract
- Lens.Family.Phantom.coerce
Documentation created: dist/doc/html/lens-family-core/,
dist/doc/html/lens-family-core/lens-family-core.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/lens-family-core-2.1.3-DYTeAjpHlkk3omV7C6H7O7
Completed lens-family-core-2.1.3
Configuring libtorch-ffi-helper-2.0.0.2...
Preprocessing library for libtorch-ffi-helper-2.0.0.2..
Building library for libtorch-ffi-helper-2.0.0.2..
[1 of 2] Compiling GHC.NotExport.Plugin ( src/GHC/NotExport/Plugin.hs, dist/build/GHC/NotExport/Plugin.o, dist/build/GHC/NotExport/Plugin.dyn_o )
[2 of 2] Compiling Torch.Internal.Unmanaged.Helper ( src/Torch/Internal/Unmanaged/Helper.hs, dist/build/Torch/Internal/Unmanaged/Helper.o, dist/build/Torch/Internal/Unmanaged/Helper.dyn_o )
Preprocessing library for libtorch-ffi-helper-2.0.0.2..
Running Haddock on library for libtorch-ffi-helper-2.0.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling GHC.NotExport.Plugin ( src/GHC/NotExport/Plugin.hs, nothing )
[2 of 2] Compiling Torch.Internal.Unmanaged.Helper ( src/Torch/Internal/Unmanaged/Helper.hs, nothing )
Haddock coverage:
0% ( 0 / 2) in 'GHC.NotExport.Plugin'
Missing documentation for:
Module header
plugin (src/GHC/NotExport/Plugin.hs:21)
0% ( 0 / 3) in 'Torch.Internal.Unmanaged.Helper'
Missing documentation for:
Module header
callbackHelper (src/Torch/Internal/Unmanaged/Helper.hs:7)
callbackHelper2 (src/Torch/Internal/Unmanaged/Helper.hs:9)
Documentation created: dist/doc/html/libtorch-ffi-helper/,
dist/doc/html/libtorch-ffi-helper/libtorch-ffi-helper.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/libtorch-ffi-helper-2.0.0.2-F1a2RLjgmkB73RSwR1nd6Y
Completed libtorch-ffi-helper-2.0.0.2
Configuring mime-types-0.1.2.0...
Preprocessing library for mime-types-0.1.2.0..
Building library for mime-types-0.1.2.0..
[1 of 1] Compiling Network.Mime ( Network/Mime.hs, dist/build/Network/Mime.o, dist/build/Network/Mime.dyn_o )
Preprocessing library for mime-types-0.1.2.0..
Running Haddock on library for mime-types-0.1.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.Mime ( Network/Mime.hs, nothing )
Haddock coverage:
93% ( 15 / 16) in 'Network.Mime'
Missing documentation for:
Module header
Documentation created: dist/doc/html/mime-types/,
dist/doc/html/mime-types/mime-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/mime-types-0.1.2.0-4E6woUmkAfrDilEbAOMAKU
Completed mime-types-0.1.2.0
Configuring network-3.2.8.0...
configure: WARNING: unrecognized options: --with-compiler
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for fcntl.h... yes
checking for sys/uio.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for sys/un.h... yes
checking for arpa/inet.h... yes
checking for netdb.h... yes
checking for net/if.h... yes
checking for netioapi.h... no
checking for struct ucred... yes
checking for gai_strerror... yes
checking for gethostent... yes
checking for accept4... yes
checking for getpeereid... no
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed
checking whether AI_ADDRCONFIG is declared... yes
checking whether AI_ALL is declared... yes
checking whether AI_NUMERICSERV is declared... yes
checking whether AI_V4MAPPED is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking whether IPPROTO_IP is declared... yes
checking whether IPPROTO_TCP is declared... yes
checking whether IPPROTO_IPV6 is declared... yes
checking whether SO_PEERCRED is declared... yes
checking whether IP_DONTFRAG is declared... no
checking whether IP_MTU_DISCOVER is declared... yes
checking for struct msghdr.msg_control... yes
checking for struct msghdr.msg_accrights... no
checking for struct sockaddr.sa_len... no
configure: creating ./network.buildinfo
configure: creating ./config.status
config.status: creating include/HsNetworkConfig.h
configure: WARNING: unrecognized options: --with-compiler
Preprocessing library for network-3.2.8.0..
Building library for network-3.2.8.0..
[ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, dist/build/Network/Socket/Imports.o, dist/build/Network/Socket/Imports.dyn_o )
[ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, dist/build/Network/Socket/If.o, dist/build/Network/Socket/If.dyn_o )
[ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, dist/build/Network/Socket/Flag.o, dist/build/Network/Socket/Flag.dyn_o )
[ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, dist/build/Network/Socket/Cbits.o, dist/build/Network/Socket/Cbits.dyn_o )
[ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, dist/build/Network/Socket/Fcntl.o, dist/build/Network/Socket/Fcntl.dyn_o )
[ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, dist/build/Network/Socket/Posix/IOVec.o, dist/build/Network/Socket/Posix/IOVec.dyn_o )
[ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, dist/build/Network/Socket/ReadShow.o, dist/build/Network/Socket/ReadShow.dyn_o )
[ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.o, dist/build/Network/Socket/Types.dyn_o )
[ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, dist/build/Network/Socket/STM.o, dist/build/Network/Socket/STM.dyn_o )
[10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, dist/build/Network/Socket/Posix/Cmsg.o, dist/build/Network/Socket/Posix/Cmsg.dyn_o )
[11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o, dist/build/Network/Socket/Internal.dyn_o )
[12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, dist/build/Network/Socket/Posix/MsgHdr.o, dist/build/Network/Socket/Posix/MsgHdr.dyn_o )
[13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, dist/build/Network/Socket/Posix/CmsgHdr.o, dist/build/Network/Socket/Posix/CmsgHdr.dyn_o )
[14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, dist/build/Network/Socket/Options.o, dist/build/Network/Socket/Options.dyn_o )
[15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, dist/build/Network/Socket/Syscall.o, dist/build/Network/Socket/Syscall.dyn_o )
[16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, dist/build/Network/Socket/Name.o, dist/build/Network/Socket/Name.dyn_o )
[17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, dist/build/Network/Socket/Info.o, dist/build/Network/Socket/Info.dyn_o )
[18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, dist/build/Network/Socket/Handle.o, dist/build/Network/Socket/Handle.dyn_o )
[19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o, dist/build/Network/Socket/ByteString/Internal.dyn_o )
[20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, dist/build/Network/Socket/Buffer.o, dist/build/Network/Socket/Buffer.dyn_o )
[21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, dist/build/Network/Socket/SockAddr.o, dist/build/Network/Socket/SockAddr.dyn_o )
[22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, dist/build/Network/Socket/Shutdown.o, dist/build/Network/Socket/Shutdown.dyn_o )
[23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, dist/build/Network/Socket/ByteString/IO.o, dist/build/Network/Socket/ByteString/IO.dyn_o )
[24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o, dist/build/Network/Socket/ByteString/Lazy/Posix.dyn_o )
[25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o, dist/build/Network/Socket/ByteString.dyn_o )
[26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, dist/build/Network/Socket/Address.o, dist/build/Network/Socket/Address.dyn_o )
[27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, dist/build/Network/Socket/Unix.o, dist/build/Network/Socket/Unix.dyn_o )
[28 of 29] Compiling Network.Socket ( Network/Socket.hs, dist/build/Network/Socket.o, dist/build/Network/Socket.dyn_o )
[29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o, dist/build/Network/Socket/ByteString/Lazy.dyn_o )
Preprocessing library for network-3.2.8.0..
Running Haddock on library for network-3.2.8.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, nothing )
[ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, nothing )
[ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, nothing )
[ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, nothing )
[ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, nothing )
[ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, nothing )
[ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, nothing )
[ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, nothing )
[ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, nothing )
[10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, nothing )
[11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, nothing )
[12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, nothing )
[13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, nothing )
[14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, nothing )
[15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, nothing )
[16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, nothing )
[17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, nothing )
[18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, nothing )
[19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, nothing )
[20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, nothing )
[21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, nothing )
[22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, nothing )
[23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, nothing )
[24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, nothing )
[25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, nothing )
[26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, nothing )
[27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, nothing )
[28 of 29] Compiling Network.Socket ( Network/Socket.hs, nothing )
[29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, nothing )
Haddock coverage:
Warning: 'Socket' is ambiguous. It is defined
* at dist/build/Network/Socket/Types.hs:112:15
* at dist/build/Network/Socket/Types.hs:112:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at dist/build/Network/Socket/Types.hs:112:1
Warning: 'getAddrInfo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CInt' is ambiguous. It is defined
* in Foreign.C.Types
* in Foreign.C.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Foreign.C.Types
Warning: 'Family' is ambiguous. It is defined
* at Network/Socket/Types.hsc:398:18
* at Network/Socket/Types.hsc:398:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Types.hsc:398:1
Warning: 'CmsgId' is ambiguous. It is defined
* at Network/Socket/Posix/Cmsg.hsc:38:15
* at Network/Socket/Posix/Cmsg.hsc:38:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:38:1
Warning: 'Fds' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IPv6PktInfo' is ambiguous. It is defined
* at Network/Socket/Posix/Cmsg.hsc:215:20
* at Network/Socket/Posix/Cmsg.hsc:215:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:215:1
Warning: 'IPv4PktInfo' is ambiguous. It is defined
* at Network/Socket/Posix/Cmsg.hsc:182:20
* at Network/Socket/Posix/Cmsg.hsc:182:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:182:1
Warning: 'IPv6TClass' is ambiguous. It is defined
* at Network/Socket/Posix/Cmsg.hsc:172:22
* at Network/Socket/Posix/Cmsg.hsc:172:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:172:1
Warning: 'IPv4TOS' is ambiguous. It is defined
* at Network/Socket/Posix/Cmsg.hsc:162:19
* at Network/Socket/Posix/Cmsg.hsc:162:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:162:1
Warning: 'IPv6HopLimit' is ambiguous. It is defined
* at Network/Socket/Posix/Cmsg.hsc:152:24
* at Network/Socket/Posix/Cmsg.hsc:152:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:152:1
Warning: 'IPv4TTL' is ambiguous. It is defined
* at Network/Socket/Posix/Cmsg.hsc:141:19
* at Network/Socket/Posix/Cmsg.hsc:141:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:141:1
100% ( 20 / 20) in 'Network.Socket.Internal'
Warning: 'sendmsg' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'StructLinger' is ambiguous. It is defined
* at Network/Socket/Options.hsc:500:21
* at Network/Socket/Options.hsc:500:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Options.hsc:500:1
Warning: 'CInt' is ambiguous. It is defined
* in Foreign.C.Types
* in Foreign.C.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Foreign.C.Types
Warning: 'setSocOptValue' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'SockOptValue' is ambiguous. It is defined
* at Network/Socket/Options.hsc:528:3
* at Network/Socket/Options.hsc:527:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Options.hsc:527:1
Warning: 'AddrInfo' is ambiguous. It is defined
* at Network/Socket/Info.hsc:104:17
* at Network/Socket/Info.hsc:104:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/Socket/Info.hsc:104:1
Warning: 'inet_ntop' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hClose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'gracefulClose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'socket' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Cannot find documentation for: $vectored
100% ( 17 / 17) in 'Network.Socket.ByteString'
100% ( 19 / 19) in 'Network.Socket.Address'
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% (127 /130) in 'Network.Socket'
Missing documentation for:
AddrInfo (Network/Socket/Info.hsc:104)
ShutdownCmd (Network/Socket/Shutdown.hs:28)
packFamily
75% ( 6 / 8) in 'Network.Socket.ByteString.Lazy'
Missing documentation for:
send (Network/Socket/ByteString/Lazy/Posix.hs:29)
sendAll (Network/Socket/ByteString/Lazy/Posix.hs:58)
Warning: Network.Socket: could not find link destinations for:
- Network.Socket.Info.GetAddrInfo
Documentation created: dist/doc/html/network/,
dist/doc/html/network/network.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-3.2.8.0-2mBD7NmHSYt6MqMlmsyIDz
Completed network-3.2.8.0
Configuring old-locale-1.0.0.7...
Preprocessing library for old-locale-1.0.0.7..
Building library for old-locale-1.0.0.7..
[1 of 1] Compiling System.Locale ( System/Locale.hs, dist/build/System/Locale.o, dist/build/System/Locale.dyn_o )
Preprocessing library for old-locale-1.0.0.7..
Running Haddock on library for old-locale-1.0.0.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.Locale ( System/Locale.hs, nothing )
Haddock coverage:
60% ( 3 / 5) in 'System.Locale'
Missing documentation for:
TimeLocale (System/Locale.hs:36)
defaultTimeLocale (System/Locale.hs:50)
Documentation created: dist/doc/html/old-locale/,
dist/doc/html/old-locale/old-locale.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/old-locale-1.0.0.7-2YowMuiAcJ5JaeIIGUyoRA
Completed old-locale-1.0.0.7
Configuring os-string-2.0.8...
Preprocessing library for os-string-2.0.8..
Building library for os-string-2.0.8..
[ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o )
[ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o )
[ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o )
[ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o )
[ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o )
System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports]
The import of try from module Control.Exception is redundant
|
23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate)
| ^^^
[ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, dist/build/System/OsString/Encoding.o, dist/build/System/OsString/Encoding.dyn_o )
[ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, dist/build/System/OsString/Internal/Types.o, dist/build/System/OsString/Internal/Types.dyn_o )
[ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, dist/build/System/OsString/Posix.o, dist/build/System/OsString/Posix.dyn_o )
[ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, dist/build/System/OsString/Internal.o, dist/build/System/OsString/Internal.dyn_o )
[10 of 11] Compiling System.OsString ( System/OsString.hs, dist/build/System/OsString.o, dist/build/System/OsString.dyn_o )
[11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, dist/build/System/OsString/Windows.o, dist/build/System/OsString/Windows.dyn_o )
Preprocessing library for os-string-2.0.8..
Running Haddock on library for os-string-2.0.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, nothing )
[ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, nothing )
[ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, nothing )
[ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, nothing )
[ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, nothing )
System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports]
The import of try from module Control.Exception is redundant
|
23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate)
| ^^^
[ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, nothing )
[ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, nothing )
[ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, nothing )
[ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, nothing )
[10 of 11] Compiling System.OsString ( System/OsString.hs, nothing )
[11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, nothing )
Haddock coverage:
Warning: 'ShortByteString' is ambiguous. It is defined
* in Data.ByteString.Short.Internal
* in Data.ByteString.Short.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.ByteString.Short.Internal
26% ( 11 / 41) in 'System.OsString.Data.ByteString.Short.Internal'
Missing documentation for:
_nul (System/OsString/Data/ByteString/Short/Internal.hs:60)
isSpace (System/OsString/Data/ByteString/Short/Internal.hs:63)
create (System/OsString/Data/ByteString/Short/Internal.hs:70)
asBA (System/OsString/Data/ByteString/Short/Internal.hs:80)
BA (System/OsString/Data/ByteString/Short/Internal.hs:84)
MBA (System/OsString/Data/ByteString/Short/Internal.hs:85)
newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:89)
newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:94)
copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:99)
unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:104)
copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:109)
moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:244)
moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:248)
packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:251)
packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:254)
unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:265)
packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:274)
packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:277)
indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:299)
word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:320)
word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:322)
setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:325)
copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:330)
createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:356)
createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:372)
findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:397)
assertEven (System/OsString/Data/ByteString/Short/Internal.hs:422)
errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:430)
moduleError (System/OsString/Data/ByteString/Short/Internal.hs:434)
compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:444)
Warning: 'ShortByteString' is ambiguous. It is defined
* in Data.ByteString.Short.Internal
* in Data.ByteString.Short.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.ByteString.Short.Internal
96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short'
Missing documentation for:
append
uncons2 (System/OsString/Data/ByteString/Short.hs:184)
concat
Warning: 'ShortByteString' is ambiguous. It is defined
* in Data.ByteString.Short.Internal
* in Data.ByteString.Short.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.ByteString.Short.Internal
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16'
Missing documentation for:
append
concat
breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:663)
Warning: 'try' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
33% ( 1 / 3) in 'System.OsString.Internal.Exception'
Missing documentation for:
Module header
isAsyncException (System/OsString/Internal/Exception.hs:17)
Warning: 'TextEncoding' is ambiguous. It is defined
* in GHC.IO.Encoding.Types
* in GHC.IO.Encoding.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IO.Encoding.Types
27% ( 9 / 33) in 'System.OsString.Encoding.Internal'
Missing documentation for:
Module header
ucs2le (System/OsString/Encoding/Internal.hs:42)
mkUcs2le (System/OsString/Encoding/Internal.hs:45)
ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:231)
cWcharsToChars (System/OsString/Encoding/Internal.hs:238)
charsToCWchars (System/OsString/Encoding/Internal.hs:248)
withWindowsString (System/OsString/Encoding/Internal.hs:264)
peekWindowsString (System/OsString/Encoding/Internal.hs:267)
withPosixString (System/OsString/Encoding/Internal.hs:272)
withPosixString' (System/OsString/Encoding/Internal.hs:275)
peekPosixString (System/OsString/Encoding/Internal.hs:278)
peekPosixString' (System/OsString/Encoding/Internal.hs:281)
EncodingException (System/OsString/Encoding/Internal.hs:340)
showEncodingException (System/OsString/Encoding/Internal.hs:348)
wNUL (System/OsString/Encoding/Internal.hs:367)
44% ( 11 / 25) in 'System.OsString.Encoding'
Missing documentation for:
Module header
EncodingException (System/OsString/Encoding/Internal.hs:340)
showEncodingException (System/OsString/Encoding/Internal.hs:348)
ucs2le (System/OsString/Encoding/Internal.hs:42)
mkUcs2le (System/OsString/Encoding/Internal.hs:45)
ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
Warning: 'WindowsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:60:25
* at System/OsString/Internal/Types.hs:60:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1
Warning: 'PosixString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:87:23
* at System/OsString/Internal/Types.hs:87:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1
Warning: 'ShortByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PosixChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:123:23
* at System/OsString/Internal/Types.hs:123:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:123:1
Warning: 'WindowsChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:117:23
* at System/OsString/Internal/Types.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:117:1
Warning: 'OsChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:210:18
* at System/OsString/Internal/Types.hs:210:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1
Warning: 'OsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:161:20
* at System/OsString/Internal/Types.hs:161:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1
Warning: '(</>)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 9 / 18) in 'System.OsString.Internal.Types'
Missing documentation for:
Module header
unWS (System/OsString/Internal/Types.hs:70)
unPS (System/OsString/Internal/Types.hs:96)
PlatformString (System/OsString/Internal/Types.hs:114)
WindowsChar (System/OsString/Internal/Types.hs:117)
unWW (System/OsString/Internal/Types.hs:131)
PosixChar (System/OsString/Internal/Types.hs:123)
unPW (System/OsString/Internal/Types.hs:139)
PlatformChar (System/OsString/Internal/Types.hs:148)
Warning: 'setFileSystemEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getLocaleEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PosixString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:87:23
* at System/OsString/Internal/Types.hs:87:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1
Warning: 'OsString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 95 /100) in 'System.OsString.Posix'
Missing documentation for:
Module header
PosixChar (System/OsString/Internal/Types.hs:123)
singleton (System/OsString/Common.hs:526)
empty (System/OsString/Common.hs:529)
concat (System/OsString/Common.hs:737)
Warning: 'setFileSystemEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafePerformIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getLocaleEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:161:20
* at System/OsString/Internal/Types.hs:161:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1
Warning: 'OsChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:210:18
* at System/OsString/Internal/Types.hs:210:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1
Warning: 'head' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:293:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:293:1
Warning: 'tail' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:277:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:277:1
Warning: 'init' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:302:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:302:1
Warning: 'last' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:268:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:268:1
Warning: 'map' is ambiguous. It is defined
* in GHC.Base
* at System/OsString/Internal.hs:332:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:332:1
Warning: 'reverse' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:338:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:338:1
Warning: 'foldl' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:354:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:354:1
Warning: 'foldl1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:368:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:368:1
Warning: 'foldr' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:384:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:384:1
Warning: 'foldr1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:398:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:398:1
Warning: 'all' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:412:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:412:1
Warning: 'any' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:419:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:419:1
Warning: 'replicate' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:434:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:434:1
Warning: 'take' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:476:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:476:1
Warning: 'length' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:325:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:325:1
Warning: 'drop' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:513:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:513:1
Warning: 'takeWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:507:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:507:1
Warning: 'dropWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:535:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:535:1
Warning: 'break' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:564:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:564:1
Warning: 'span' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:574:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:574:1
Warning: 'splitAt' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:599:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:599:1
Warning: 'elem' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:702:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:702:1
Warning: 'filter' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:720:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:720:1
94% ( 75 / 79) in 'System.OsString.Internal'
Missing documentation for:
Module header
empty (System/OsString/Internal.hs:233)
singleton (System/OsString/Internal.hs:236)
concat (System/OsString/Internal.hs:425)
Warning: 'setFileSystemEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafePerformIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 96 / 99) in 'System.OsString'
Missing documentation for:
empty (System/OsString/Internal.hs:233)
singleton (System/OsString/Internal.hs:236)
concat (System/OsString/Internal.hs:425)
Warning: 'unsafeDupablePerformIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'WindowsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:60:25
* at System/OsString/Internal/Types.hs:60:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1
Warning: 'OsString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 94 / 99) in 'System.OsString.Windows'
Missing documentation for:
Module header
WindowsChar (System/OsString/Internal/Types.hs:117)
singleton (System/OsString/Common.hs:526)
empty (System/OsString/Common.hs:529)
concat (System/OsString/Common.hs:737)
Warning: System.OsString.Data.ByteString.Short: could not find link destinations for:
- Data.ByteString.Short.Internal.Rep_ShortByteString
- Data.ByteString.Short.Internal.D:R:ItemShortByteString
Warning: System.OsString.Data.ByteString.Short.Word16: could not find link destinations for:
- Data.ByteString.Short.Internal.Rep_ShortByteString
- Data.ByteString.Short.Internal.D:R:ItemShortByteString
Warning: System.OsString.Internal.Types: could not find link destinations for:
- System.OsString.Internal.Types.Rep_OsChar
- System.OsString.Internal.Types.Rep_OsString
- System.OsString.Internal.Types.Rep_PosixChar
- System.OsString.Internal.Types.Rep_WindowsChar
- System.OsString.Internal.Types.Rep_PosixString
- System.OsString.Internal.Types.Rep_WindowsString
Warning: System.OsString.Posix: could not find link destinations for:
- System.OsString.Internal.Types.Rep_PosixChar
- System.OsString.Internal.Types.Rep_PosixString
Warning: System.OsString: could not find link destinations for:
- System.OsString.Internal.Types.Rep_OsChar
- System.OsString.Internal.Types.Rep_OsString
Warning: System.OsString.Windows: could not find link destinations for:
- System.OsString.Internal.Types.Rep_WindowsChar
- System.OsString.Internal.Types.Rep_WindowsString
Documentation created: dist/doc/html/os-string/,
dist/doc/html/os-string/os-string.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/os-string-2.0.8-JLOCx5syZ3qViIHERGXha
Completed os-string-2.0.8
Configuring parser-combinators-1.3.0...
Preprocessing library for parser-combinators-1.3.0..
Building library for parser-combinators-1.3.0..
[1 of 7] Compiling Control.Applicative.Combinators ( Control/Applicative/Combinators.hs, dist/build/Control/Applicative/Combinators.o, dist/build/Control/Applicative/Combinators.dyn_o )
Control/Applicative/Combinators.hs:87:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Foldable is redundant
except perhaps to import instances from Data.Foldable
To import instances alone, use: import Data.Foldable()
|
87 | import Data.Foldable
| ^^^^^^^^^^^^^^^^^^^^
[2 of 7] Compiling Control.Applicative.Combinators.NonEmpty ( Control/Applicative/Combinators/NonEmpty.hs, dist/build/Control/Applicative/Combinators/NonEmpty.o, dist/build/Control/Applicative/Combinators/NonEmpty.dyn_o )
[3 of 7] Compiling Control.Applicative.Permutations ( Control/Applicative/Permutations.hs, dist/build/Control/Applicative/Permutations.o, dist/build/Control/Applicative/Permutations.dyn_o )
[4 of 7] Compiling Control.Monad.Combinators ( Control/Monad/Combinators.hs, dist/build/Control/Monad/Combinators.o, dist/build/Control/Monad/Combinators.dyn_o )
[5 of 7] Compiling Control.Monad.Combinators.Expr ( Control/Monad/Combinators/Expr.hs, dist/build/Control/Monad/Combinators/Expr.o, dist/build/Control/Monad/Combinators/Expr.dyn_o )
[6 of 7] Compiling Control.Monad.Combinators.NonEmpty ( Control/Monad/Combinators/NonEmpty.hs, dist/build/Control/Monad/Combinators/NonEmpty.o, dist/build/Control/Monad/Combinators/NonEmpty.dyn_o )
[7 of 7] Compiling Control.Monad.Permutations ( Control/Monad/Permutations.hs, dist/build/Control/Monad/Permutations.o, dist/build/Control/Monad/Permutations.dyn_o )
Preprocessing library for parser-combinators-1.3.0..
Running Haddock on library for parser-combinators-1.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Control.Applicative.Combinators ( Control/Applicative/Combinators.hs, nothing )
Control/Applicative/Combinators.hs:87:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Foldable is redundant
except perhaps to import instances from Data.Foldable
To import instances alone, use: import Data.Foldable()
|
87 | import Data.Foldable
| ^^^^^^^^^^^^^^^^^^^^
[2 of 7] Compiling Control.Applicative.Combinators.NonEmpty ( Control/Applicative/Combinators/NonEmpty.hs, nothing )
[3 of 7] Compiling Control.Applicative.Permutations ( Control/Applicative/Permutations.hs, nothing )
[4 of 7] Compiling Control.Monad.Combinators ( Control/Monad/Combinators.hs, nothing )
[5 of 7] Compiling Control.Monad.Combinators.Expr ( Control/Monad/Combinators/Expr.hs, nothing )
[6 of 7] Compiling Control.Monad.Combinators.NonEmpty ( Control/Monad/Combinators/NonEmpty.hs, nothing )
[7 of 7] Compiling Control.Monad.Permutations ( Control/Monad/Permutations.hs, nothing )
Haddock coverage:
100% ( 34 / 34) in 'Control.Applicative.Combinators'
100% ( 6 / 6) in 'Control.Applicative.Combinators.NonEmpty'
100% ( 9 / 9) in 'Control.Applicative.Permutations'
100% ( 32 / 32) in 'Control.Monad.Combinators'
100% ( 3 / 3) in 'Control.Monad.Combinators.Expr'
100% ( 6 / 6) in 'Control.Monad.Combinators.NonEmpty'
100% ( 9 / 9) in 'Control.Monad.Permutations'
Documentation created: dist/doc/html/parser-combinators/,
dist/doc/html/parser-combinators/parser-combinators.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parser-combinators-1.3.0-FahW63iF2QD8c93hboguXT
Completed parser-combinators-1.3.0
Configuring prettyprinter-1.7.1...
Preprocessing library for prettyprinter-1.7.1..
Building library for prettyprinter-1.7.1..
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o )
src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
34 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o )
[14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o )
src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
"Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
|
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o )
Preprocessing library for prettyprinter-1.7.1..
Running Haddock on library for prettyprinter-1.7.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, nothing )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, nothing )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, nothing )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, nothing )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, nothing )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, nothing )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, nothing )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, nothing )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, nothing )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, nothing )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, nothing )
src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
34 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, nothing )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, nothing )
[14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, nothing )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, nothing )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, nothing )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, nothing )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, nothing )
src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
"Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
|
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, nothing )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, nothing )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, nothing )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, nothing )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, nothing )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, nothing )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, nothing )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, nothing )
Haddock coverage:
57% ( 4 / 7) in 'Prettyprinter.Render.Util.Panic'
Missing documentation for:
Module header
panicPeekedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
panicPoppedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
Warning: 'parens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'space' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'doc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'putDoc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hPutDoc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reAnnotateST' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'comma' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 77 / 78) in 'Prettyprinter.Internal'
Missing documentation for:
defaultPageWidth (src/Prettyprinter/Internal.hs:1778)
66% ( 2 / 3) in 'Prettyprinter.Render.String'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.String'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Prettyprinter.Internal.Type'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Type'
Missing documentation for:
Module header
75% ( 3 / 4) in 'Prettyprinter.Internal.Debug'
Missing documentation for:
diag' (src/Prettyprinter/Internal/Debug.hs:76)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Debug'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.Panic'
Missing documentation for:
Module header
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
100% ( 13 / 13) in 'Prettyprinter.Render.Util.StackMachine'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.StackMachine'
Missing documentation for:
Module header
100% ( 27 / 27) in 'Prettyprinter.Symbols.Ascii'
Warning: 'Keyword' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Red' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'color' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'colorDull' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColorDull' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% (112 /112) in 'Prettyprinter'
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
100% ( 11 / 11) in 'Prettyprinter.Render.Util.SimpleDocTree'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree'
Missing documentation for:
Module header
61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.TreeRenderingTutorial'
Missing documentation for:
SimpleHtml (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:40)
Color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:41)
bold (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:46)
italics (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:47)
paragraph (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:48)
headline (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:49)
color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:52)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial'
Missing documentation for:
Module header
61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.StackMachineTutorial'
Missing documentation for:
SimpleHtml (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:43)
Color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:44)
bold (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:49)
italics (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:50)
paragraph (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:51)
headline (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:52)
color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:55)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial'
Missing documentation for:
Module header
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
100% ( 9 / 9) in 'Prettyprinter.Render.Text'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Text'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Ascii'
Missing documentation for:
Module header
100% ( 30 / 30) in 'Prettyprinter.Symbols.Unicode'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Unicode'
Missing documentation for:
Module header
Warning: Prettyprinter.Util: Could not find documentation for exported module: Prettyprinter.Util
100% ( 4 / 4) in 'Prettyprinter.Util'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Util'
Missing documentation for:
Module header
Warning: Prettyprinter.Internal: could not find link destinations for:
- Prettyprinter.Internal.Rep_Doc
- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Internal.Type: could not find link destinations for:
- Prettyprinter.Internal.Rep_Doc
Warning: Prettyprinter: could not find link destinations for:
- Prettyprinter.Internal.Rep_Doc
- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Render.Util.SimpleDocTree: could not find link destinations for:
- Prettyprinter.Render.Util.SimpleDocTree.Rep_SimpleDocTree
Documentation created: dist/doc/html/prettyprinter/,
dist/doc/html/prettyprinter/prettyprinter.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-1.7.1-UnQFunVR8xJApG1SQhvgB
Completed prettyprinter-1.7.1
Configuring primitive-0.9.1.0...
Preprocessing library for primitive-0.9.1.0..
Building library for primitive-0.9.1.0..
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o )
[13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o )
Preprocessing library for primitive-0.9.1.0..
Running Haddock on library for primitive-0.9.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, nothing )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, nothing )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, nothing )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, nothing )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, nothing )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, nothing )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, nothing )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, nothing )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, nothing )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, nothing )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, nothing )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, nothing )
[13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, nothing )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, nothing )
Haddock coverage:
2% ( 1 / 35) in 'Data.Primitive.MachDeps'
Missing documentation for:
sIZEOF_CHAR (Data/Primitive/MachDeps.hs:68)
aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:69)
sIZEOF_INT (Data/Primitive/MachDeps.hs:71)
aLIGNMENT_INT (Data/Primitive/MachDeps.hs:72)
sIZEOF_WORD (Data/Primitive/MachDeps.hs:74)
aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:75)
sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:77)
aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:78)
sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:80)
aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:81)
sIZEOF_PTR (Data/Primitive/MachDeps.hs:83)
aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:84)
sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:86)
aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:87)
sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:89)
aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:90)
sIZEOF_INT8 (Data/Primitive/MachDeps.hs:92)
aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:93)
sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:95)
aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:96)
sIZEOF_INT16 (Data/Primitive/MachDeps.hs:98)
aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:99)
sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:101)
aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:102)
sIZEOF_INT32 (Data/Primitive/MachDeps.hs:104)
aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:105)
sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:107)
aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:108)
sIZEOF_INT64 (Data/Primitive/MachDeps.hs:110)
aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:111)
sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:113)
aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:114)
Word64_# (Data/Primitive/MachDeps.hs:117)
Int64_# (Data/Primitive/MachDeps.hs:118)
Warning: 'IO' is ambiguous. It is defined
* in GHC.Types
* in GHC.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Types
Warning: 'ST' is ambiguous. It is defined
* in GHC.ST
* in GHC.ST
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.ST
89% ( 26 / 29) in 'Control.Monad.Primitive'
Missing documentation for:
unsafeInterleave (Control/Monad/Primitive.hs:408)
unsafeDupableInterleave (Control/Monad/Primitive.hs:409)
noDuplicate (Control/Monad/Primitive.hs:401)
Warning: 'MVar' is ambiguous. It is defined
* at Data/Primitive/MVar.hs:41:17
* at Data/Primitive/MVar.hs:41:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/MVar.hs:41:1
100% ( 11 / 11) in 'Data.Primitive.MVar'
Warning: 'Array' is ambiguous. It is defined
* at Data/Primitive/Array.hs:65:16
* at Data/Primitive/Array.hs:65:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/Array.hs:65:1
Warning: 'MutableArray' is ambiguous. It is defined
* at Data/Primitive/Array.hs:108:25
* at Data/Primitive/Array.hs:108:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/Array.hs:108:1
100% ( 27 / 27) in 'Data.Primitive.Array'
Warning: 'MutVar' is ambiguous. It is defined
* at Data/Primitive/MutVar.hs:44:19
* at Data/Primitive/MutVar.hs:44:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/MutVar.hs:44:1
Warning: 'IORef' is ambiguous. It is defined
* in GHC.IORef
* in GHC.IORef
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IORef
Warning: 'STRef' is ambiguous. It is defined
* in GHC.STRef
* in GHC.STRef
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.STRef
100% ( 15 / 15) in 'Data.Primitive.MutVar'
Warning: 'SmallArray' is ambiguous. It is defined
* at Data/Primitive/SmallArray.hs:95:21
* at Data/Primitive/SmallArray.hs:95:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/SmallArray.hs:95:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'SmallMutableArray' is ambiguous. It is defined
* at Data/Primitive/SmallArray.hs:106:30
* at Data/Primitive/SmallArray.hs:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/SmallArray.hs:106:1
93% ( 27 / 29) in 'Data.Primitive.SmallArray'
Missing documentation for:
SmallArray (Data/Primitive/SmallArray.hs:95)
SmallMutableArray (Data/Primitive/SmallArray.hs:106)
100% ( 10 / 10) in 'Data.Primitive.Types'
Warning: 'MutableByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
98% ( 61 / 62) in 'Data.Primitive.ByteArray'
Missing documentation for:
createByteArray (Data/Primitive/ByteArray.hs:672)
Warning: 'PrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:144:20
* at Data/Primitive/PrimArray.hs:144:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimArray.hs:144:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:167:29
* at Data/Primitive/PrimArray.hs:167:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
100% ( 78 / 78) in 'Data.Primitive.PrimArray'
Warning: 'Ptr' is ambiguous. It is defined
* in GHC.Ptr
* in GHC.Ptr
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Ptr
100% ( 17 / 17) in 'Data.Primitive.Ptr'
100% ( 10 / 10) in 'Data.Primitive'
Warning: 'PrimVar' is ambiguous. It is defined
* at Data/Primitive/PrimVar.hs:49:23
* at Data/Primitive/PrimVar.hs:49:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimVar.hs:49:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:167:29
* at Data/Primitive/PrimArray.hs:167:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1
100% ( 22 / 22) in 'Data.Primitive.PrimVar'
Warning: Control.Monad.Primitive: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateIO
Warning: Data.Primitive.Array: could not find link destinations for:
- Data.Primitive.Array.D:R:ItemArray
Warning: Data.Primitive.SmallArray: could not find link destinations for:
- Data.Primitive.SmallArray.D:R:ItemSmallArray
Warning: Data.Primitive.Types: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Warning: Data.Primitive.ByteArray: could not find link destinations for:
- Data.Array.Byte.D:R:ItemByteArray
Warning: Data.Primitive.PrimArray: could not find link destinations for:
- Data.Primitive.PrimArray.D:R:ItemPrimArray
Warning: Data.Primitive.Ptr: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Documentation created: dist/doc/html/primitive/,
dist/doc/html/primitive/primitive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primitive-0.9.1.0-FI4ablStFrKABDqEidp4iv
Completed primitive-0.9.1.0
Configuring reflection-2.1.9...
Preprocessing library for reflection-2.1.9..
Building library for reflection-2.1.9..
[1 of 1] Compiling Data.Reflection ( fast/Data/Reflection.hs, dist/build/Data/Reflection.o, dist/build/Data/Reflection.dyn_o )
Preprocessing library for reflection-2.1.9..
Running Haddock on library for reflection-2.1.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Reflection ( fast/Data/Reflection.hs, nothing )
Haddock coverage:
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
76% ( 23 / 30) in 'Data.Reflection'
Missing documentation for:
Reifies (fast/Data/Reflection.hs:152)
ReifiedMonoid (fast/Data/Reflection.hs:553)
ReflectedMonoid (fast/Data/Reflection.hs:567)
reifyMonoid (fast/Data/Reflection.hs:573)
ReifiedApplicative (fast/Data/Reflection.hs:601)
ReflectedApplicative (fast/Data/Reflection.hs:603)
reifyApplicative (fast/Data/Reflection.hs:619)
Documentation created: dist/doc/html/reflection/,
dist/doc/html/reflection/reflection.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/reflection-2.1.9-HzKzfktnLbfKL6cdV3D8Rq
Completed reflection-2.1.9
Configuring safe-exceptions-0.1.7.4...
Preprocessing library for safe-exceptions-0.1.7.4..
Building library for safe-exceptions-0.1.7.4..
[1 of 1] Compiling Control.Exception.Safe ( src/Control/Exception/Safe.hs, dist/build/Control/Exception/Safe.o, dist/build/Control/Exception/Safe.dyn_o )
Preprocessing library for safe-exceptions-0.1.7.4..
Running Haddock on library for safe-exceptions-0.1.7.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Exception.Safe ( src/Control/Exception/Safe.hs, nothing )
Haddock coverage:
Warning: 'StringException' is ambiguous. It is defined
* at src/Control/Exception/Safe.hs:193:24
* at src/Control/Exception/Safe.hs:193:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Exception/Safe.hs:193:1
Warning: 'AsyncExceptionWrapper' is ambiguous. It is defined
* at src/Control/Exception/Safe.hs:553:30
* at src/Control/Exception/Safe.hs:553:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Exception/Safe.hs:553:1
Warning: 'SyncExceptionWrapper' is ambiguous. It is defined
* at src/Control/Exception/Safe.hs:523:29
* at src/Control/Exception/Safe.hs:523:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Exception/Safe.hs:523:1
100% ( 66 / 66) in 'Control.Exception.Safe'
Warning: Control.Exception.Safe: could not find link destinations for:
- GHC.IOPort.IOPortException
Documentation created: dist/doc/html/safe-exceptions/,
dist/doc/html/safe-exceptions/safe-exceptions.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/safe-exceptions-0.1.7.4-HEELpJrHsBu7dCqXXORL1I
Completed safe-exceptions-0.1.7.4
Configuring semigroups-0.20...
Preprocessing library for semigroups-0.20..
Building library for semigroups-0.20..
[1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, dist/build/Data/Semigroup/Generic.o, dist/build/Data/Semigroup/Generic.dyn_o )
Preprocessing library for semigroups-0.20..
Running Haddock on library for semigroups-0.20..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, nothing )
Haddock coverage:
Warning: 'GenericSemigroupMonoid' is ambiguous. It is defined
* at src/Data/Semigroup/Generic.hs:111:3
* at src/Data/Semigroup/Generic.hs:110:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Semigroup/Generic.hs:110:1
77% ( 7 / 9) in 'Data.Semigroup.Generic'
Missing documentation for:
GSemigroup (src/Data/Semigroup/Generic.hs:54)
GMonoid (src/Data/Semigroup/Generic.hs:84)
Warning: Data.Semigroup.Generic: could not find link destinations for:
- Data.Semigroup.Generic.gmempty'
- Data.Semigroup.Generic.gmappend'
Documentation created: dist/doc/html/semigroups/,
dist/doc/html/semigroups/semigroups.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroups-0.20-FhfuFxVvP7ZBtA37SUthhH
Completed semigroups-0.20
Configuring split-0.2.5...
Preprocessing library for split-0.2.5..
Building library for split-0.2.5..
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o, dist/build/Data/List/Split/Internals.dyn_o )
[2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, dist/build/Data/List/Split.o, dist/build/Data/List/Split.dyn_o )
Preprocessing library for split-0.2.5..
Running Haddock on library for split-0.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, nothing )
[2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, nothing )
Haddock coverage:
Warning: 'Splitter' is ambiguous. It is defined
* at src/Data/List/Split/Internals.hs:21:19
* at src/Data/List/Split/Internals.hs:21:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/List/Split/Internals.hs:21:1
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
91% ( 63 / 69) in 'Data.List.Split.Internals'
Warning: 'Splitter' is ambiguous. It is defined
* at src/Data/List/Split/Internals.hs:21:19
* at src/Data/List/Split/Internals.hs:21:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/List/Split/Internals.hs:21:1
90% ( 46 / 51) in 'Data.List.Split'
Documentation created: dist/doc/html/split/, dist/doc/html/split/split.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/split-0.2.5-HdqIBMrRyNiLuV2hi4AZF8
Completed split-0.2.5
Configuring splitmix-0.1.3.1...
Preprocessing library for splitmix-0.1.3.1..
Building library for splitmix-0.1.3.1..
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o )
Preprocessing library for splitmix-0.1.3.1..
Running Haddock on library for splitmix-0.1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing )
Haddock coverage:
Warning: 'SMGen' is ambiguous. It is defined
* at src/System/Random/SplitMix.hs:77:14
* at src/System/Random/SplitMix.hs:77:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1
100% ( 22 / 22) in 'System.Random.SplitMix'
Warning: 'SMGen' is ambiguous. It is defined
* at src/System/Random/SplitMix32.hs:61:14
* at src/System/Random/SplitMix32.hs:61:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/SplitMix32.hs:61:1
100% ( 22 / 22) in 'System.Random.SplitMix32'
Documentation created: dist/doc/html/splitmix/,
dist/doc/html/splitmix/splitmix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.3.1-FLXrwOMCBr82OHyMQoNXPe
Completed splitmix-0.1.3.1
Warning: stringsearch.cabal:93:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:90:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:90:55: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:91:42: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:91:68: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:86:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:86:55: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:87:42: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:87:68: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring stringsearch-0.3.6.6...
Preprocessing library for stringsearch-0.3.6.6..
Building library for stringsearch-0.3.6.6..
[ 1 of 15] Compiling Data.ByteString.Lazy.Search.KarpRabin ( Data/ByteString/Lazy/Search/KarpRabin.hs, dist/build/Data/ByteString/Lazy/Search/KarpRabin.o, dist/build/Data/ByteString/Lazy/Search/KarpRabin.dyn_o )
[ 2 of 15] Compiling Data.ByteString.Search.Internal.Utils ( Data/ByteString/Search/Internal/Utils.hs, dist/build/Data/ByteString/Search/Internal/Utils.o, dist/build/Data/ByteString/Search/Internal/Utils.dyn_o )
[ 3 of 15] Compiling Data.ByteString.Search.Internal.KnuthMorrisPratt ( Data/ByteString/Search/Internal/KnuthMorrisPratt.hs, dist/build/Data/ByteString/Search/Internal/KnuthMorrisPratt.o, dist/build/Data/ByteString/Search/Internal/KnuthMorrisPratt.dyn_o )
[ 4 of 15] Compiling Data.ByteString.Lazy.Search.KMP ( Data/ByteString/Lazy/Search/KMP.hs, dist/build/Data/ByteString/Lazy/Search/KMP.o, dist/build/Data/ByteString/Lazy/Search/KMP.dyn_o )
[ 5 of 15] Compiling Data.ByteString.Search.KMP ( Data/ByteString/Search/KMP.hs, dist/build/Data/ByteString/Search/KMP.o, dist/build/Data/ByteString/Search/KMP.dyn_o )
[ 6 of 15] Compiling Data.ByteString.Search.KarpRabin ( Data/ByteString/Search/KarpRabin.hs, dist/build/Data/ByteString/Search/KarpRabin.o, dist/build/Data/ByteString/Search/KarpRabin.dyn_o )
[ 7 of 15] Compiling Data.ByteString.Search.KnuthMorrisPratt ( Data/ByteString/Search/KnuthMorrisPratt.hs, dist/build/Data/ByteString/Search/KnuthMorrisPratt.o, dist/build/Data/ByteString/Search/KnuthMorrisPratt.dyn_o )
[ 8 of 15] Compiling Data.ByteString.Search.Substitution ( Data/ByteString/Search/Substitution.hs, dist/build/Data/ByteString/Search/Substitution.o, dist/build/Data/ByteString/Search/Substitution.dyn_o )
[ 9 of 15] Compiling Data.ByteString.Search.Internal.BoyerMoore ( Data/ByteString/Search/Internal/BoyerMoore.hs, dist/build/Data/ByteString/Search/Internal/BoyerMoore.o, dist/build/Data/ByteString/Search/Internal/BoyerMoore.dyn_o )
[10 of 15] Compiling Data.ByteString.Search.DFA ( Data/ByteString/Search/DFA.hs, dist/build/Data/ByteString/Search/DFA.o, dist/build/Data/ByteString/Search/DFA.dyn_o )
[11 of 15] Compiling Data.ByteString.Search ( Data/ByteString/Search.hs, dist/build/Data/ByteString/Search.o, dist/build/Data/ByteString/Search.dyn_o )
[12 of 15] Compiling Data.ByteString.Lazy.Search.Internal.BoyerMoore ( Data/ByteString/Lazy/Search/Internal/BoyerMoore.hs, dist/build/Data/ByteString/Lazy/Search/Internal/BoyerMoore.o, dist/build/Data/ByteString/Lazy/Search/Internal/BoyerMoore.dyn_o )
Data/ByteString/Lazy/Search/Internal/BoyerMoore.hs:714:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [[S.ByteString]] not matched: []
|
714 | else let (h : t) = splitter rst
| ^^^^^^^^^^^^^^^^^^^^^^
Data/ByteString/Lazy/Search/Internal/BoyerMoore.hs:727:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [[S.ByteString]] not matched: []
|
727 | let (h : t) = if null mtch
| ^^^^^^^^^^^^^^^^^^^^^^...
[13 of 15] Compiling Data.ByteString.Search.BoyerMoore ( Data/ByteString/Search/BoyerMoore.hs, dist/build/Data/ByteString/Search/BoyerMoore.o, dist/build/Data/ByteString/Search/BoyerMoore.dyn_o )
[14 of 15] Compiling Data.ByteString.Lazy.Search.DFA ( Data/ByteString/Lazy/Search/DFA.hs, dist/build/Data/ByteString/Lazy/Search/DFA.o, dist/build/Data/ByteString/Lazy/Search/DFA.dyn_o )
Data/ByteString/Lazy/Search/DFA.hs:312:40: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [[S.ByteString]] not matched: []
|
312 | else let (h : t) = splitter' rst
| ^^^^^^^^^^^^^^^^^^^^^^^
[15 of 15] Compiling Data.ByteString.Lazy.Search ( Data/ByteString/Lazy/Search.hs, dist/build/Data/ByteString/Lazy/Search.o, dist/build/Data/ByteString/Lazy/Search.dyn_o )
Preprocessing library for stringsearch-0.3.6.6..
Running Haddock on library for stringsearch-0.3.6.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Data.ByteString.Lazy.Search.KarpRabin ( Data/ByteString/Lazy/Search/KarpRabin.hs, nothing )
[ 2 of 15] Compiling Data.ByteString.Search.Internal.Utils ( Data/ByteString/Search/Internal/Utils.hs, nothing )
[ 3 of 15] Compiling Data.ByteString.Search.Internal.KnuthMorrisPratt ( Data/ByteString/Search/Internal/KnuthMorrisPratt.hs, nothing )
[ 4 of 15] Compiling Data.ByteString.Lazy.Search.KMP ( Data/ByteString/Lazy/Search/KMP.hs, nothing )
[ 5 of 15] Compiling Data.ByteString.Search.KMP ( Data/ByteString/Search/KMP.hs, nothing )
[ 6 of 15] Compiling Data.ByteString.Search.KarpRabin ( Data/ByteString/Search/KarpRabin.hs, nothing )
[ 7 of 15] Compiling Data.ByteString.Search.KnuthMorrisPratt ( Data/ByteString/Search/KnuthMorrisPratt.hs, nothing )
[ 8 of 15] Compiling Data.ByteString.Search.Substitution ( Data/ByteString/Search/Substitution.hs, nothing )
[ 9 of 15] Compiling Data.ByteString.Search.Internal.BoyerMoore ( Data/ByteString/Search/Internal/BoyerMoore.hs, nothing )
[10 of 15] Compiling Data.ByteString.Search.DFA ( Data/ByteString/Search/DFA.hs, nothing )
[11 of 15] Compiling Data.ByteString.Search ( Data/ByteString/Search.hs, nothing )
[12 of 15] Compiling Data.ByteString.Lazy.Search.Internal.BoyerMoore ( Data/ByteString/Lazy/Search/Internal/BoyerMoore.hs, nothing )
[13 of 15] Compiling Data.ByteString.Search.BoyerMoore ( Data/ByteString/Search/BoyerMoore.hs, nothing )
[14 of 15] Compiling Data.ByteString.Lazy.Search.DFA ( Data/ByteString/Lazy/Search/DFA.hs, nothing )
[15 of 15] Compiling Data.ByteString.Lazy.Search ( Data/ByteString/Lazy/Search.hs, nothing )
Haddock coverage:
100% ( 7 / 7) in 'Data.ByteString.Lazy.Search.KarpRabin'
100% ( 12 / 12) in 'Data.ByteString.Lazy.Search.KMP'
100% ( 10 / 10) in 'Data.ByteString.Search.KMP'
100% ( 7 / 7) in 'Data.ByteString.Search.KarpRabin'
100% ( 20 / 20) in 'Data.ByteString.Search.KnuthMorrisPratt'
100% ( 2 / 2) in 'Data.ByteString.Search.Substitution'
100% ( 19 / 19) in 'Data.ByteString.Search.DFA'
100% ( 21 / 21) in 'Data.ByteString.Search'
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int64' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 24 / 24) in 'Data.ByteString.Search.BoyerMoore'
100% ( 20 / 20) in 'Data.ByteString.Lazy.Search.DFA'
100% ( 28 / 28) in 'Data.ByteString.Lazy.Search'
Documentation created: dist/doc/html/stringsearch/,
dist/doc/html/stringsearch/stringsearch.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/stringsearch-0.3.6.6-GRnnN60Tty51XSWpr31Gc
Completed stringsearch-0.3.6.6
Configuring sysinfo-0.1.1...
Preprocessing library for sysinfo-0.1.1..
Building library for sysinfo-0.1.1..
[1 of 1] Compiling System.SysInfo ( dist/build/System/SysInfo.hs, dist/build/System/SysInfo.o, dist/build/System/SysInfo.dyn_o )
Preprocessing library for sysinfo-0.1.1..
Running Haddock on library for sysinfo-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.SysInfo ( dist/build/System/SysInfo.hs, nothing )
Haddock coverage:
66% ( 4 / 6) in 'System.SysInfo'
Missing documentation for:
Module header
Loads (src/System/SysInfo.hsc:56)
Documentation created: dist/doc/html/sysinfo/,
dist/doc/html/sysinfo/sysinfo.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/sysinfo-0.1.1-KuGUWsdd80cLdTm7NPrWqZ
Completed sysinfo-0.1.1
Configuring tagged-0.8.9...
Preprocessing library for tagged-0.8.9..
Building library for tagged-0.8.9..
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o )
Preprocessing library for tagged-0.8.9..
Running Haddock on library for tagged-0.8.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, nothing )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, nothing )
Haddock coverage:
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
66% ( 2 / 3) in 'Data.Proxy.TH'
Missing documentation for:
Module header
Warning: 'Tagged' is ambiguous. It is defined
* at src/Data/Tagged.hs:82:22
* at src/Data/Tagged.hs:82:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Tagged.hs:82:1
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
93% ( 14 / 15) in 'Data.Tagged'
Missing documentation for:
witness (src/Data/Tagged.hs:386)
Warning: Data.Tagged: could not find link destinations for:
- Data.Tagged.Rep_Tagged
- Data.Tagged.Rep1_Tagged
Documentation created: dist/doc/html/tagged/, dist/doc/html/tagged/tagged.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagged-0.8.9-6aZuwRISGvIHng66Gvw0LY
Completed tagged-0.8.9
Configuring th-abstraction-0.7.1.0...
Preprocessing library for th-abstraction-0.7.1.0..
Building library for th-abstraction-0.7.1.0..
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o )
Preprocessing library for th-abstraction-0.7.1.0..
Running Haddock on library for th-abstraction-0.7.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, nothing )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, nothing )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, nothing )
Haddock coverage:
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
76% ( 40 / 52) in 'Language.Haskell.TH.Datatype.TyVarBndr'
Missing documentation for:
TyVarBndrUnit
TyVarBndrSpec
TyVarBndrVis
Specificity
BndrVis
DefaultBndrFlag
plainTV
kindedTV
inferredSpec
specifiedSpec
bndrReq
bndrInvis
Warning: 'DatatypeInfo' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:184:21
* at src/Language/Haskell/TH/Datatype.hs:184:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:184:1
Warning: 'ConstructorInfo' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:229:24
* at src/Language/Haskell/TH/Datatype.hs:229:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:229:1
Warning: 'FieldStrictness' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:272:24
* at src/Language/Haskell/TH/Datatype.hs:272:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:272:1
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Strict' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* at src/Language/Haskell/TH/Datatype.hs:289:5
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:289:5
Warning: 'datatypeInstVars' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mbKind' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'resolveFixities' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FunArg' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fixity' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
92% ( 49 / 53) in 'Language.Haskell.TH.Datatype'
Missing documentation for:
arrowKCompat (src/Language/Haskell/TH/Datatype.hs:2260)
isStrictAnnot (src/Language/Haskell/TH/Datatype.hs:293)
notStrictAnnot (src/Language/Haskell/TH/Datatype.hs:294)
unpackedAnnot (src/Language/Haskell/TH/Datatype.hs:295)
Warning: Language.Haskell.TH.Datatype.TyVarBndr: could not find link destinations for:
- Language.Haskell.TH.Syntax.Rep_BndrVis
- Language.Haskell.TH.Syntax.Rep_Specificity
Warning: Language.Haskell.TH.Datatype: could not find link destinations for:
- Language.Haskell.TH.Datatype.Rep_DatatypeInfo
- Language.Haskell.TH.Datatype.Rep_ConstructorInfo
- Language.Haskell.TH.Datatype.Rep_FieldStrictness
- Language.Haskell.TH.Datatype.Rep_Strictness
- Language.Haskell.TH.Datatype.Rep_Unpackedness
- Language.Haskell.TH.Datatype.Rep_ConstructorVariant
- Language.Haskell.TH.Datatype.Rep_DatatypeVariant
Documentation created: dist/doc/html/th-abstraction/,
dist/doc/html/th-abstraction/th-abstraction.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-abstraction-0.7.1.0-5OEkekdo9oT3l4cxHWMApr
Completed th-abstraction-0.7.1.0
Configuring th-compat-0.1.6...
Preprocessing library for th-compat-0.1.6..
Building library for th-compat-0.1.6..
[1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o )
Preprocessing library for th-compat-0.1.6..
Running Haddock on library for th-compat-0.1.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, nothing )
Haddock coverage:
Warning: 'Code' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TExp' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'newNameQuote' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 45 / 46) in 'Language.Haskell.TH.Syntax.Compat'
Missing documentation for:
CodeQ
Documentation created: dist/doc/html/th-compat/,
dist/doc/html/th-compat/th-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-compat-0.1.6-3eCsLS8Ko2yHD4T0lSGAtv
Completed th-compat-0.1.6
Configuring transformers-compat-0.7.2...
Preprocessing library for transformers-compat-0.7.2..
Building library for transformers-compat-0.7.2..
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o, dist/build/Control/Monad/Trans/Instances.dyn_o )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, dist/build/Data/Functor/Classes/Generic/Internal.o, dist/build/Data/Functor/Classes/Generic/Internal.dyn_o )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, dist/build/Data/Functor/Classes/Generic.o, dist/build/Data/Functor/Classes/Generic.dyn_o )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o, dist/build/Paths_transformers_compat.dyn_o )
Preprocessing library for transformers-compat-0.7.2..
Running Haddock on library for transformers-compat-0.7.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, nothing )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, nothing )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, nothing )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, nothing )
Haddock coverage:
100% ( 1 / 1) in 'Control.Monad.Trans.Instances'
Warning: 'String' is ambiguous. It is defined
* in Text.Read.Lex
* in GHC.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Base
Warning: 'Options' is ambiguous. It is defined
* at generics/Data/Functor/Classes/Generic/Internal.hs:146:19
* at generics/Data/Functor/Classes/Generic/Internal.hs:146:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at generics/Data/Functor/Classes/Generic/Internal.hs:146:1
Warning: 'FunctorClassesDefault' is ambiguous. It is defined
* at generics/Data/Functor/Classes/Generic/Internal.hs:1231:3
* at generics/Data/Functor/Classes/Generic/Internal.hs:1230:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at generics/Data/Functor/Classes/Generic/Internal.hs:1230:1
100% ( 48 / 48) in 'Data.Functor.Classes.Generic.Internal'
Warning: 'Eq1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ord1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Read1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Show1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'GenericFunctorClasses' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'eq1Default' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'compare1Default' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readsPrec1Default' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'showsPrec1Default' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 21 / 21) in 'Data.Functor.Classes.Generic'
Warning: Data.Functor.Classes.Generic.Internal: could not find link destinations for:
- Data.Functor.Classes.Generic.Internal.GShowCon
- Data.Functor.Classes.Generic.Internal.GReadCon
Documentation created: dist/doc/html/transformers-compat/,
dist/doc/html/transformers-compat/transformers-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-compat-0.7.2-Kjd0KzrkeU5ax708EytP3
Completed transformers-compat-0.7.2
Configuring unliftio-core-0.2.1.0...
Preprocessing library for unliftio-core-0.2.1.0..
Building library for unliftio-core-0.2.1.0..
[1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, dist/build/Control/Monad/IO/Unlift.o, dist/build/Control/Monad/IO/Unlift.dyn_o )
[2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, dist/build/Paths_unliftio_core.o, dist/build/Paths_unliftio_core.dyn_o )
Preprocessing library for unliftio-core-0.2.1.0..
Running Haddock on library for unliftio-core-0.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, nothing )
[2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, nothing )
Haddock coverage:
Warning: 'ReaderT' is ambiguous. It is defined
* in Control.Monad.Trans.Reader
* in Control.Monad.Trans.Reader
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Reader
Warning: 'IdentityT' is ambiguous. It is defined
* in Control.Monad.Trans.Identity
* in Control.Monad.Trans.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Identity
Warning: 'UnliftIO' is ambiguous. It is defined
* at src/Control/Monad/IO/Unlift.hs:27:22
* at src/Control/Monad/IO/Unlift.hs:27:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/IO/Unlift.hs:27:1
100% ( 10 / 10) in 'Control.Monad.IO.Unlift'
Documentation created: dist/doc/html/unliftio-core/,
dist/doc/html/unliftio-core/unliftio-core.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unliftio-core-0.2.1.0-4RRDZLCPaiuAoQNEd4e5m9
Completed unliftio-core-0.2.1.0
Configuring vector-stream-0.1.0.1...
Preprocessing library for vector-stream-0.1.0.1..
Building library for vector-stream-0.1.0.1..
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, dist/build/Data/Stream/Monadic.o, dist/build/Data/Stream/Monadic.dyn_o )
Preprocessing library for vector-stream-0.1.0.1..
Running Haddock on library for vector-stream-0.1.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, nothing )
Haddock coverage:
Warning: 'Stream' is ambiguous. It is defined
* at src/Data/Stream/Monadic.hs:154:19
* at src/Data/Stream/Monadic.hs:154:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Stream/Monadic.hs:154:1
Warning: 'Bundle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
81% (110 /135) in 'Data.Stream.Monadic'
Missing documentation for:
liftBox (src/Data/Stream/Monadic.hs:130)
generate (src/Data/Stream/Monadic.hs:210)
unbox (src/Data/Stream/Monadic.hs:462)
concatMap (src/Data/Stream/Monadic.hs:1070)
zipWithM_ (src/Data/Stream/Monadic.hs:531)
zipWith3M (src/Data/Stream/Monadic.hs:535)
zipWith4M (src/Data/Stream/Monadic.hs:565)
zipWith5M (src/Data/Stream/Monadic.hs:572)
zipWith6M (src/Data/Stream/Monadic.hs:579)
zipWith (src/Data/Stream/Monadic.hs:585)
zipWith3 (src/Data/Stream/Monadic.hs:590)
zipWith4 (src/Data/Stream/Monadic.hs:596)
zipWith5 (src/Data/Stream/Monadic.hs:602)
zipWith6 (src/Data/Stream/Monadic.hs:608)
zip (src/Data/Stream/Monadic.hs:612)
zip3 (src/Data/Stream/Monadic.hs:616)
zip4 (src/Data/Stream/Monadic.hs:621)
zip5 (src/Data/Stream/Monadic.hs:626)
zip6 (src/Data/Stream/Monadic.hs:631)
mapMaybe (src/Data/Stream/Monadic.hs:702)
catMaybes (src/Data/Stream/Monadic.hs:716)
and (src/Data/Stream/Monadic.hs:1044)
or (src/Data/Stream/Monadic.hs:1057)
concatMapM (src/Data/Stream/Monadic.hs:1074)
unfoldrN (src/Data/Stream/Monadic.hs:1136)
Documentation created: dist/doc/html/vector-stream/,
dist/doc/html/vector-stream/vector-stream.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-stream-0.1.0.1-6z73n1LRnZvKlURnjwR3rr
Completed vector-stream-0.1.0.1
Configuring void-0.7.3...
Preprocessing library for void-0.7.3..
Building library for void-0.7.3..
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o, dist/build/Data/Void/Unsafe.dyn_o )
Preprocessing library for void-0.7.3..
Running Haddock on library for void-0.7.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Data.Void.Unsafe'
Documentation created: dist/doc/html/void/, dist/doc/html/void/void.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/void-0.7.3-F687xIBHTdI3hx1dnappcQ
Completed void-0.7.3
Configuring zlib-0.7.1.1...
Preprocessing library for zlib-0.7.1.1..
Building library for zlib-0.7.1.1..
[1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, dist/build/Codec/Compression/Zlib/ByteStringCompat.o, dist/build/Codec/Compression/Zlib/ByteStringCompat.dyn_o )
[2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o, dist/build/Codec/Compression/Zlib/Stream.dyn_o )
[3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.o, dist/build/Codec/Compression/Zlib/Internal.dyn_o )
[4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.o, dist/build/Codec/Compression/Zlib/Raw.dyn_o )
[5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.o, dist/build/Codec/Compression/Zlib.dyn_o )
[6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.o, dist/build/Codec/Compression/GZip.dyn_o )
Preprocessing library for zlib-0.7.1.1..
Running Haddock on library for zlib-0.7.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, nothing )
[2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, nothing )
[3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, nothing )
[4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, nothing )
[5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, nothing )
[6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, nothing )
Haddock coverage:
100% ( 53 / 53) in 'Codec.Compression.Zlib.Internal'
100% ( 35 / 35) in 'Codec.Compression.Zlib.Raw'
100% ( 36 / 36) in 'Codec.Compression.Zlib'
100% ( 36 / 36) in 'Codec.Compression.GZip'
Warning: Codec.Compression.Zlib.Internal: could not find link destinations for:
- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
- Codec.Compression.Zlib.Stream.Rep_WindowBits
- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
- Codec.Compression.Zlib.Stream.Rep_Method
- Codec.Compression.Zlib.Stream.Rep_Format
- Codec.Compression.Zlib.Internal.Rep_DecompressError
- Codec.Compression.Zlib.Internal.Rep_DecompressParams
- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.Zlib.Raw: could not find link destinations for:
- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
- Codec.Compression.Zlib.Stream.Rep_WindowBits
- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
- Codec.Compression.Zlib.Stream.Rep_Method
- Codec.Compression.Zlib.Internal.Rep_DecompressError
- Codec.Compression.Zlib.Internal.Rep_DecompressParams
- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.Zlib: could not find link destinations for:
- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
- Codec.Compression.Zlib.Stream.Rep_WindowBits
- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
- Codec.Compression.Zlib.Stream.Rep_Method
- Codec.Compression.Zlib.Internal.Rep_DecompressError
- Codec.Compression.Zlib.Internal.Rep_DecompressParams
- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.GZip: could not find link destinations for:
- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
- Codec.Compression.Zlib.Stream.Rep_WindowBits
- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
- Codec.Compression.Zlib.Stream.Rep_Method
- Codec.Compression.Zlib.Internal.Rep_DecompressError
- Codec.Compression.Zlib.Internal.Rep_DecompressParams
- Codec.Compression.Zlib.Internal.Rep_CompressParams
Documentation created: dist/doc/html/zlib/, dist/doc/html/zlib/zlib.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zlib-0.7.1.1-JJRWuCnd7LR9y9ey9xuk4f
Completed zlib-0.7.1.1
Configuring zstd-0.1.3.0...
Preprocessing library for zstd-0.1.3.0..
Building library for zstd-0.1.3.0..
[ 1 of 10] Compiling Codec.Compression.Zstd.FFI.Types ( dist/build/Codec/Compression/Zstd/FFI/Types.hs, dist/build/Codec/Compression/Zstd/FFI/Types.o, dist/build/Codec/Compression/Zstd/FFI/Types.dyn_o )
[ 2 of 10] Compiling Codec.Compression.Zstd.FFI ( Codec/Compression/Zstd/FFI.hs, dist/build/Codec/Compression/Zstd/FFI.o, dist/build/Codec/Compression/Zstd/FFI.dyn_o )
[ 3 of 10] Compiling Codec.Compression.Zstd.Base.Types ( Codec/Compression/Zstd/Base/Types.hs, dist/build/Codec/Compression/Zstd/Base/Types.o, dist/build/Codec/Compression/Zstd/Base/Types.dyn_o )
[ 4 of 10] Compiling Codec.Compression.Zstd.Base ( Codec/Compression/Zstd/Base.hs, dist/build/Codec/Compression/Zstd/Base.o, dist/build/Codec/Compression/Zstd/Base.dyn_o )
Codec/Compression/Zstd/Base.hs:88:19: warning: [GHC-38856] [-Wunused-imports]
The import of Word from module Data.Word is redundant
|
88 | import Data.Word (Word, Word64)
| ^^^^
[ 5 of 10] Compiling Codec.Compression.Zstd.Streaming ( Codec/Compression/Zstd/Streaming.hs, dist/build/Codec/Compression/Zstd/Streaming.o, dist/build/Codec/Compression/Zstd/Streaming.dyn_o )
Codec/Compression/Zstd/Streaming.hs:92:19: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: opos
|
92 | finish cfp obfp opos dfp = do
| ^^^^
Codec/Compression/Zstd/Streaming.hs:98:10: warning: [GHC-62161] [-Wincomplete-patterns]
Pattern match(es) are non-exhaustive
In a multi-way if alternative:
Guards do not cover entire pattern space
|
98 | if | leftover <= 0 -> do -- leftover will never be <0, but compiler does not know that
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 6 of 10] Compiling Codec.Compression.Zstd.Lazy ( Codec/Compression/Zstd/Lazy.hs, dist/build/Codec/Compression/Zstd/Lazy.o, dist/build/Codec/Compression/Zstd/Lazy.dyn_o )
[ 7 of 10] Compiling Codec.Compression.Zstd.Types ( Codec/Compression/Zstd/Types.hs, dist/build/Codec/Compression/Zstd/Types.o, dist/build/Codec/Compression/Zstd/Types.dyn_o )
[ 8 of 10] Compiling Codec.Compression.Zstd.Internal ( Codec/Compression/Zstd/Internal.hs, dist/build/Codec/Compression/Zstd/Internal.o, dist/build/Codec/Compression/Zstd/Internal.dyn_o )
Codec/Compression/Zstd/Internal.hs:38:19: warning: [GHC-38856] [-Wunused-imports]
The import of Word from module Data.Word is redundant
|
38 | import Data.Word (Word, Word8)
| ^^^^
Codec/Compression/Zstd/Internal.hs:68:36: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
68 | else B.create size $ \p -> B.memcpy p dst size
| ^^^^^^^^
Codec/Compression/Zstd/Internal.hs:167:40: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
167 | else B.create size $ \p -> B.memcpy p dict size
| ^^^^^^^^
[ 9 of 10] Compiling Codec.Compression.Zstd.Efficient ( Codec/Compression/Zstd/Efficient.hs, dist/build/Codec/Compression/Zstd/Efficient.o, dist/build/Codec/Compression/Zstd/Efficient.dyn_o )
[10 of 10] Compiling Codec.Compression.Zstd ( Codec/Compression/Zstd.hs, dist/build/Codec/Compression/Zstd.o, dist/build/Codec/Compression/Zstd.dyn_o )
Preprocessing library for zstd-0.1.3.0..
Running Haddock on library for zstd-0.1.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Codec.Compression.Zstd.FFI.Types ( dist/build/Codec/Compression/Zstd/FFI/Types.hs, nothing )
[ 2 of 10] Compiling Codec.Compression.Zstd.FFI ( Codec/Compression/Zstd/FFI.hs, nothing )
[ 3 of 10] Compiling Codec.Compression.Zstd.Base.Types ( Codec/Compression/Zstd/Base/Types.hs, nothing )
[ 4 of 10] Compiling Codec.Compression.Zstd.Base ( Codec/Compression/Zstd/Base.hs, nothing )
Codec/Compression/Zstd/Base.hs:88:19: warning: [GHC-38856] [-Wunused-imports]
The import of Word from module Data.Word is redundant
|
88 | import Data.Word (Word, Word64)
| ^^^^
[ 5 of 10] Compiling Codec.Compression.Zstd.Streaming ( Codec/Compression/Zstd/Streaming.hs, nothing )
Codec/Compression/Zstd/Streaming.hs:92:19: warning: [GHC-40910] [-Wunused-matches]
Defined but not used: opos
|
92 | finish cfp obfp opos dfp = do
| ^^^^
[ 6 of 10] Compiling Codec.Compression.Zstd.Lazy ( Codec/Compression/Zstd/Lazy.hs, nothing )
[ 7 of 10] Compiling Codec.Compression.Zstd.Types ( Codec/Compression/Zstd/Types.hs, nothing )
[ 8 of 10] Compiling Codec.Compression.Zstd.Internal ( Codec/Compression/Zstd/Internal.hs, nothing )
Codec/Compression/Zstd/Internal.hs:38:19: warning: [GHC-38856] [-Wunused-imports]
The import of Word from module Data.Word is redundant
|
38 | import Data.Word (Word, Word8)
| ^^^^
Codec/Compression/Zstd/Internal.hs:68:36: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
68 | else B.create size $ \p -> B.memcpy p dst size
| ^^^^^^^^
Codec/Compression/Zstd/Internal.hs:167:40: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
167 | else B.create size $ \p -> B.memcpy p dict size
| ^^^^^^^^
[ 9 of 10] Compiling Codec.Compression.Zstd.Efficient ( Codec/Compression/Zstd/Efficient.hs, nothing )
[10 of 10] Compiling Codec.Compression.Zstd ( Codec/Compression/Zstd.hs, nothing )
Haddock coverage:
Warning: 'Buffer' is ambiguous. It is defined
* at Codec/Compression/Zstd/FFI/Types.hsc:63:18
* at Codec/Compression/Zstd/FFI/Types.hsc:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Codec/Compression/Zstd/FFI/Types.hsc:63:1
Warning: 'getFrameParams' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IOError' is ambiguous. It is defined
* in GHC.IO.Exception
* in GHC.IO.Exception
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IO.Exception
Warning: 'CSize' is ambiguous. It is defined
* in Foreign.C.Types
* in Foreign.C.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Foreign.C.Types
100% ( 69 / 69) in 'Codec.Compression.Zstd.FFI'
100% ( 49 / 49) in 'Codec.Compression.Zstd.Base'
100% ( 5 / 5) in 'Codec.Compression.Zstd.Streaming'
100% ( 4 / 4) in 'Codec.Compression.Zstd.Lazy'
100% ( 4 / 4) in 'Codec.Compression.Zstd.Types'
Warning: 'compress' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 29 / 30) in 'Codec.Compression.Zstd.Efficient'
Missing documentation for:
fromDict
93% ( 15 / 16) in 'Codec.Compression.Zstd'
Missing documentation for:
fromDict
Documentation created: dist/doc/html/zstd/, dist/doc/html/zstd/zstd.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zstd-0.1.3.0-BO9EoROX2GgFZhFcaQSGOe
Completed zstd-0.1.3.0
Configuring indexed-list-literals-0.2.1.3...
Preprocessing library for indexed-list-literals-0.2.1.3..
Building library for indexed-list-literals-0.2.1.3..
src/Data/IndexedListLiterals.hs:4:5: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
4 | , TypeInType
| ^^^^^^^^^^
[1 of 1] Compiling Data.IndexedListLiterals ( src/Data/IndexedListLiterals.hs, dist/build/Data/IndexedListLiterals.o, dist/build/Data/IndexedListLiterals.dyn_o )
src/Data/IndexedListLiterals.hs:103:81: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
103 | ["instance " ++ className ++ " (" ++ tys ++ ") " ++ show length ++ " " ++ head types ++ " where"
| ^^^^
src/Data/IndexedListLiterals.hs:108:18: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
108 | dropOneTuple = tail
| ^^^^
Preprocessing library for indexed-list-literals-0.2.1.3..
Running Haddock on library for indexed-list-literals-0.2.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
src/Data/IndexedListLiterals.hs:4:5: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
4 | , TypeInType
| ^^^^^^^^^^
[1 of 1] Compiling Data.IndexedListLiterals ( src/Data/IndexedListLiterals.hs, nothing )
src/Data/IndexedListLiterals.hs:103:81: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
103 | ["instance " ++ className ++ " (" ++ tys ++ ") " ++ show length ++ " " ++ head types ++ " where"
| ^^^^
src/Data/IndexedListLiterals.hs:108:18: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
108 | dropOneTuple = tail
| ^^^^
Haddock coverage:
75% ( 6 / 8) in 'Data.IndexedListLiterals'
Missing documentation for:
Module header
len (src/Data/IndexedListLiterals.hs:49)
Documentation created: dist/doc/html/indexed-list-literals/,
dist/doc/html/indexed-list-literals/indexed-list-literals.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-list-literals-0.2.1.3-827R9KzNaWM36nNTgQ8M8s
Completed indexed-list-literals-0.2.1.3
Configuring contravariant-1.5.5...
Preprocessing library for contravariant-1.5.5..
Building library for contravariant-1.5.5..
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o, dist/build/Data/Functor/Contravariant/Divisible.dyn_o )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o, dist/build/Data/Functor/Contravariant/Compose.dyn_o )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o, dist/build/Data/Functor/Contravariant/Generic.dyn_o )
Preprocessing library for contravariant-1.5.5..
Running Haddock on library for contravariant-1.5.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, nothing )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, nothing )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, nothing )
Haddock coverage:
Warning: 'delta' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Functor.Contravariant.Divisible'
100% ( 4 / 4) in 'Data.Functor.Contravariant.Compose'
Warning: 'Comparison' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Contravariant
Warning: 'Equivalence' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Contravariant
100% ( 3 / 3) in 'Data.Functor.Contravariant.Generic'
Warning: Data.Functor.Contravariant.Generic: could not find link destinations for:
- Data.Functor.Contravariant.Generic.GDeciding1
- Data.Functor.Contravariant.Generic.GDeciding
- Data.Functor.Contravariant.Generic.GG
- Data.Functor.Contravariant.Generic.Rep1'
- Data.Functor.Contravariant.Generic.Rep'
Documentation created: dist/doc/html/contravariant/,
dist/doc/html/contravariant/contravariant.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/contravariant-1.5.5-9OZxSMGmONm3FLxTwjX4ym
Completed contravariant-1.5.5
Configuring memory-0.18.0...
Preprocessing library for memory-0.18.0..
Building library for memory-0.18.0..
[ 1 of 28] Compiling Data.Memory.ExtendedWords ( Data/Memory/ExtendedWords.hs, dist/build/Data/Memory/ExtendedWords.o, dist/build/Data/Memory/ExtendedWords.dyn_o )
[ 2 of 28] Compiling Data.Memory.Internal.Compat ( Data/Memory/Internal/Compat.hs, dist/build/Data/Memory/Internal/Compat.o, dist/build/Data/Memory/Internal/Compat.dyn_o )
[ 3 of 28] Compiling Data.Memory.Endian ( Data/Memory/Endian.hs, dist/build/Data/Memory/Endian.o, dist/build/Data/Memory/Endian.dyn_o )
[ 4 of 28] Compiling Data.Memory.Hash.SipHash ( Data/Memory/Hash/SipHash.hs, dist/build/Data/Memory/Hash/SipHash.o, dist/build/Data/Memory/Hash/SipHash.dyn_o )
[ 5 of 28] Compiling Data.Memory.Encoding.Base32 ( Data/Memory/Encoding/Base32.hs, dist/build/Data/Memory/Encoding/Base32.o, dist/build/Data/Memory/Encoding/Base32.dyn_o )
[ 6 of 28] Compiling Data.Memory.Encoding.Base16 ( Data/Memory/Encoding/Base16.hs, dist/build/Data/Memory/Encoding/Base16.o, dist/build/Data/Memory/Encoding/Base16.dyn_o )
[ 7 of 28] Compiling Data.Memory.Internal.CompatPrim ( Data/Memory/Internal/CompatPrim.hs, dist/build/Data/Memory/Internal/CompatPrim.o, dist/build/Data/Memory/Internal/CompatPrim.dyn_o )
[ 8 of 28] Compiling Data.Memory.Internal.CompatPrim64 ( Data/Memory/Internal/CompatPrim64.hs, dist/build/Data/Memory/Internal/CompatPrim64.o, dist/build/Data/Memory/Internal/CompatPrim64.dyn_o )
Data/Memory/Internal/CompatPrim64.hs:58:1: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: type constructor or class OutBool
|
58 | type OutBool = Int#
| ^^^^^^^^^^^^^^^^^^^
[ 9 of 28] Compiling Data.Memory.Internal.DeepSeq ( Data/Memory/Internal/DeepSeq.hs, dist/build/Data/Memory/Internal/DeepSeq.o, dist/build/Data/Memory/Internal/DeepSeq.dyn_o )
[10 of 28] Compiling Data.Memory.Internal.Imports ( Data/Memory/Internal/Imports.hs, dist/build/Data/Memory/Internal/Imports.o, dist/build/Data/Memory/Internal/Imports.dyn_o )
[11 of 28] Compiling Data.Memory.Hash.FNV ( Data/Memory/Hash/FNV.hs, dist/build/Data/Memory/Hash/FNV.o, dist/build/Data/Memory/Hash/FNV.dyn_o )
[12 of 28] Compiling Data.Memory.Encoding.Base64 ( Data/Memory/Encoding/Base64.hs, dist/build/Data/Memory/Encoding/Base64.o, dist/build/Data/Memory/Encoding/Base64.dyn_o )
[13 of 28] Compiling Data.Memory.MemMap.Posix ( dist/build/Data/Memory/MemMap/Posix.hs, dist/build/Data/Memory/MemMap/Posix.o, dist/build/Data/Memory/MemMap/Posix.dyn_o )
[14 of 28] Compiling Data.Memory.PtrMethods ( Data/Memory/PtrMethods.hs, dist/build/Data/Memory/PtrMethods.o, dist/build/Data/Memory/PtrMethods.dyn_o )
[15 of 28] Compiling Data.ByteArray.Types ( Data/ByteArray/Types.hs, dist/build/Data/ByteArray/Types.o, dist/build/Data/ByteArray/Types.dyn_o )
[16 of 28] Compiling Data.ByteArray.MemView ( Data/ByteArray/MemView.hs, dist/build/Data/ByteArray/MemView.o, dist/build/Data/ByteArray/MemView.dyn_o )
[17 of 28] Compiling Data.ByteArray.Pack.Internal ( Data/ByteArray/Pack/Internal.hs, dist/build/Data/ByteArray/Pack/Internal.o, dist/build/Data/ByteArray/Pack/Internal.dyn_o )
[18 of 28] Compiling Data.ByteArray.Hash ( Data/ByteArray/Hash.hs, dist/build/Data/ByteArray/Hash.o, dist/build/Data/ByteArray/Hash.dyn_o )
[19 of 28] Compiling Data.ByteArray.Sized ( Data/ByteArray/Sized.hs, dist/build/Data/ByteArray/Sized.o, dist/build/Data/ByteArray/Sized.dyn_o )
[20 of 28] Compiling Data.ByteArray.ScrubbedBytes ( Data/ByteArray/ScrubbedBytes.hs, dist/build/Data/ByteArray/ScrubbedBytes.o, dist/build/Data/ByteArray/ScrubbedBytes.dyn_o )
[21 of 28] Compiling Data.ByteArray.Methods ( Data/ByteArray/Methods.hs, dist/build/Data/ByteArray/Methods.o, dist/build/Data/ByteArray/Methods.dyn_o )
[22 of 28] Compiling Data.ByteArray.View ( Data/ByteArray/View.hs, dist/build/Data/ByteArray/View.o, dist/build/Data/ByteArray/View.dyn_o )
[23 of 28] Compiling Data.ByteArray.Parse ( Data/ByteArray/Parse.hs, dist/build/Data/ByteArray/Parse.o, dist/build/Data/ByteArray/Parse.dyn_o )
[24 of 28] Compiling Data.ByteArray.Mapping ( Data/ByteArray/Mapping.hs, dist/build/Data/ByteArray/Mapping.o, dist/build/Data/ByteArray/Mapping.dyn_o )
[25 of 28] Compiling Data.ByteArray.Encoding ( Data/ByteArray/Encoding.hs, dist/build/Data/ByteArray/Encoding.o, dist/build/Data/ByteArray/Encoding.dyn_o )
[26 of 28] Compiling Data.ByteArray.Bytes ( Data/ByteArray/Bytes.hs, dist/build/Data/ByteArray/Bytes.o, dist/build/Data/ByteArray/Bytes.dyn_o )
[27 of 28] Compiling Data.ByteArray ( Data/ByteArray.hs, dist/build/Data/ByteArray.o, dist/build/Data/ByteArray.dyn_o )
[28 of 28] Compiling Data.ByteArray.Pack ( Data/ByteArray/Pack.hs, dist/build/Data/ByteArray/Pack.o, dist/build/Data/ByteArray/Pack.dyn_o )
Preprocessing library for memory-0.18.0..
Running Haddock on library for memory-0.18.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 28] Compiling Data.Memory.ExtendedWords ( Data/Memory/ExtendedWords.hs, nothing )
[ 2 of 28] Compiling Data.Memory.Internal.Compat ( Data/Memory/Internal/Compat.hs, nothing )
[ 3 of 28] Compiling Data.Memory.Endian ( Data/Memory/Endian.hs, nothing )
[ 4 of 28] Compiling Data.Memory.Hash.SipHash ( Data/Memory/Hash/SipHash.hs, nothing )
[ 5 of 28] Compiling Data.Memory.Encoding.Base32 ( Data/Memory/Encoding/Base32.hs, nothing )
[ 6 of 28] Compiling Data.Memory.Encoding.Base16 ( Data/Memory/Encoding/Base16.hs, nothing )
[ 7 of 28] Compiling Data.Memory.Internal.CompatPrim ( Data/Memory/Internal/CompatPrim.hs, nothing )
[ 8 of 28] Compiling Data.Memory.Internal.CompatPrim64 ( Data/Memory/Internal/CompatPrim64.hs, nothing )
Data/Memory/Internal/CompatPrim64.hs:58:1: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: type constructor or class OutBool
|
58 | type OutBool = Int#
| ^^^^^^^^^^^^^^^^^^^
[ 9 of 28] Compiling Data.Memory.Internal.DeepSeq ( Data/Memory/Internal/DeepSeq.hs, nothing )
[10 of 28] Compiling Data.Memory.Internal.Imports ( Data/Memory/Internal/Imports.hs, nothing )
[11 of 28] Compiling Data.Memory.Hash.FNV ( Data/Memory/Hash/FNV.hs, nothing )
[12 of 28] Compiling Data.Memory.Encoding.Base64 ( Data/Memory/Encoding/Base64.hs, nothing )
[13 of 28] Compiling Data.Memory.MemMap.Posix ( dist/build/Data/Memory/MemMap/Posix.hs, nothing )
[14 of 28] Compiling Data.Memory.PtrMethods ( Data/Memory/PtrMethods.hs, nothing )
[15 of 28] Compiling Data.ByteArray.Types ( Data/ByteArray/Types.hs, nothing )
[16 of 28] Compiling Data.ByteArray.MemView ( Data/ByteArray/MemView.hs, nothing )
[17 of 28] Compiling Data.ByteArray.Pack.Internal ( Data/ByteArray/Pack/Internal.hs, nothing )
[18 of 28] Compiling Data.ByteArray.Hash ( Data/ByteArray/Hash.hs, nothing )
[19 of 28] Compiling Data.ByteArray.Sized ( Data/ByteArray/Sized.hs, nothing )
[20 of 28] Compiling Data.ByteArray.ScrubbedBytes ( Data/ByteArray/ScrubbedBytes.hs, nothing )
[21 of 28] Compiling Data.ByteArray.Methods ( Data/ByteArray/Methods.hs, nothing )
[22 of 28] Compiling Data.ByteArray.View ( Data/ByteArray/View.hs, nothing )
[23 of 28] Compiling Data.ByteArray.Parse ( Data/ByteArray/Parse.hs, nothing )
[24 of 28] Compiling Data.ByteArray.Mapping ( Data/ByteArray/Mapping.hs, nothing )
[25 of 28] Compiling Data.ByteArray.Encoding ( Data/ByteArray/Encoding.hs, nothing )
[26 of 28] Compiling Data.ByteArray.Bytes ( Data/ByteArray/Bytes.hs, nothing )
[27 of 28] Compiling Data.ByteArray ( Data/ByteArray.hs, nothing )
[28 of 28] Compiling Data.ByteArray.Pack ( Data/ByteArray/Pack.hs, nothing )
Haddock coverage:
100% ( 2 / 2) in 'Data.Memory.ExtendedWords'
100% ( 10 / 10) in 'Data.Memory.Endian'
100% ( 4 / 4) in 'Data.Memory.Encoding.Base32'
Warning: 'with' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Data.Memory.Encoding.Base16'
66% ( 6 / 9) in 'Data.Memory.Encoding.Base64'
Missing documentation for:
toBase64OpenBSD (Data/Memory/Encoding/Base64.hs:59)
fromBase64URLUnpadded (Data/Memory/Encoding/Base64.hs:140)
fromBase64OpenBSD (Data/Memory/Encoding/Base64.hs:137)
Warning: 'mmap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'munmap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'madvise' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mlock' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'munlock' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mprotect' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'msync' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sysconf' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Data.Memory.PtrMethods'
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ba' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sipHash' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 13 / 13) in 'Data.ByteArray.Hash'
Warning: 'SizedByteArray' is ambiguous. It is defined
* at Data/ByteArray/Sized.hs:101:40
* at Data/ByteArray/Sized.hs:101:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/ByteArray/Sized.hs:101:1
Warning: 'allocN' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'createN' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 29 / 31) in 'Data.ByteArray.Sized'
Missing documentation for:
unSizedByteArray
inlineUnsafeCreate (Data/ByteArray/Sized.hs:175)
94% ( 17 / 18) in 'Data.ByteArray.Parse'
Missing documentation for:
hasMore (Data/ByteArray/Parse.hs:158)
100% ( 6 / 6) in 'Data.ByteArray.Mapping'
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Data.ByteArray.Encoding'
100% ( 44 / 44) in 'Data.ByteArray'
Warning: 'memory' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.ByteArray.Pack'
Warning: Data.Memory.Endian: could not find link destinations for:
- Data.Memory.Endian.byteSwap
Documentation created: dist/doc/html/memory/, dist/doc/html/memory/memory.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/memory-0.18.0-1X1rVvdISfi3JxN0EDrWxU
Completed memory-0.18.0
Configuring ansi-terminal-types-1.1.3...
Preprocessing library for ansi-terminal-types-1.1.3..
Building library for ansi-terminal-types-1.1.3..
[1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o )
[2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o )
Preprocessing library for ansi-terminal-types-1.1.3..
Running Haddock on library for ansi-terminal-types-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing )
[2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing )
Haddock coverage:
100% ( 13 / 13) in 'System.Console.ANSI.Types'
66% ( 41 / 62) in 'System.Console.ANSI.Codes'
Missing documentation for:
cursorUpCode (src/System/Console/ANSI/Codes.hs:236)
cursorDownCode (src/System/Console/ANSI/Codes.hs:237)
cursorForwardCode (src/System/Console/ANSI/Codes.hs:238)
cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239)
cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245)
cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244)
clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312)
clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313)
clearScreenCode (src/System/Console/ANSI/Codes.hs:314)
clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315)
clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316)
clearLineCode (src/System/Console/ANSI/Codes.hs:317)
enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320)
disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321)
scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326)
scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327)
useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330)
useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331)
setSGRCode (src/System/Console/ANSI/Codes.hs:339)
hideCursorCode (src/System/Console/ANSI/Codes.hs:344)
showCursorCode (src/System/Console/ANSI/Codes.hs:345)
Documentation created: dist/doc/html/ansi-terminal-types/,
dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1.3-FbCvCegLPPTJZH2c3Rw7yn
Completed ansi-terminal-types-1.1.3
Configuring data-default-class-0.2.0.0...
Preprocessing library for data-default-class-0.2.0.0..
Building library for data-default-class-0.2.0.0..
[1 of 1] Compiling Data.Default.Class ( Data/Default/Class.hs, dist/build/Data/Default/Class.o, dist/build/Data/Default/Class.dyn_o )
Preprocessing library for data-default-class-0.2.0.0..
Running Haddock on library for data-default-class-0.2.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Default.Class ( Data/Default/Class.hs, nothing )
Haddock coverage:
100% ( 2 / 2) in 'Data.Default.Class'
Documentation created: dist/doc/html/data-default-class/,
dist/doc/html/data-default-class/data-default-class.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-class-0.2.0.0-CjoLsHLNRL5HOmbZU1FvV6
Completed data-default-class-0.2.0.0
Configuring ghc-typelits-natnormalise-0.7.12...
Preprocessing library for ghc-typelits-natnormalise-0.7.12..
Building library for ghc-typelits-natnormalise-0.7.12..
[1 of 3] Compiling GHC.TypeLits.Normalise.SOP ( src/GHC/TypeLits/Normalise/SOP.hs, dist/build/GHC/TypeLits/Normalise/SOP.o, dist/build/GHC/TypeLits/Normalise/SOP.dyn_o )
[2 of 3] Compiling GHC.TypeLits.Normalise.Unify ( src/GHC/TypeLits/Normalise/Unify.hs, dist/build/GHC/TypeLits/Normalise/Unify.o, dist/build/GHC/TypeLits/Normalise/Unify.dyn_o )
[3 of 3] Compiling GHC.TypeLits.Normalise ( src-ghc-9.4/GHC/TypeLits/Normalise.hs, dist/build/GHC/TypeLits/Normalise.o, dist/build/GHC/TypeLits/Normalise.dyn_o )
Preprocessing library for ghc-typelits-natnormalise-0.7.12..
Running Haddock on library for ghc-typelits-natnormalise-0.7.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling GHC.TypeLits.Normalise.SOP ( src/GHC/TypeLits/Normalise/SOP.hs, nothing )
[2 of 3] Compiling GHC.TypeLits.Normalise.Unify ( src/GHC/TypeLits/Normalise/Unify.hs, nothing )
[3 of 3] Compiling GHC.TypeLits.Normalise ( src-ghc-9.4/GHC/TypeLits/Normalise.hs, nothing )
Haddock coverage:
Warning: 'complex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
76% ( 10 / 13) in 'GHC.TypeLits.Normalise.SOP'
Missing documentation for:
Symbol (src/GHC/TypeLits/Normalise/SOP.hs:106)
Product (src/GHC/TypeLits/Normalise/SOP.hs:113)
SOP (src/GHC/TypeLits/Normalise/SOP.hs:122)
Warning: 'CoreSubst' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'x' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'y' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
78% ( 22 / 28) in 'GHC.TypeLits.Normalise.Unify'
Missing documentation for:
CType (src/GHC/TypeLits/Normalise/Unify.hs:126)
normaliseSimplifyNat (src/GHC/TypeLits/Normalise/Unify.hs:206)
UnifyItem (src/GHC/TypeLits/Normalise/Unify.hs:349)
subtractionToPred (src/GHC/TypeLits/Normalise/Unify.hs:329)
solvedInEqSmallestConstraint (src/GHC/TypeLits/Normalise/Unify.hs:726)
isNatural (src/GHC/TypeLits/Normalise/Unify.hs:654)
100% ( 2 / 2) in 'GHC.TypeLits.Normalise'
Warning: GHC.TypeLits.Normalise.Unify: could not find link destinations for:
- GHC.TypeLits.Normalise.Unify.Ineq
Documentation created: dist/doc/html/ghc-typelits-natnormalise/,
dist/doc/html/ghc-typelits-natnormalise/ghc-typelits-natnormalise.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-typelits-natnormalise-0.7.12-Io7HKNORxnJXHW8dV3m7V
Completed ghc-typelits-natnormalise-0.7.12
Configuring iproute-1.7.15...
Preprocessing library for iproute-1.7.15..
Building library for iproute-1.7.15..
[1 of 9] Compiling Data.IP.Addr ( Data/IP/Addr.hs, dist/build/Data/IP/Addr.o, dist/build/Data/IP/Addr.dyn_o )
Data/IP/Addr.hs:679:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Int] not matched:
[]
[_]
[_, _]
[_, _, _]
...
|
679 | [i1, i2, i3, i4] = fromIPv4 ip
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.IP.Builder ( Data/IP/Builder.hs, dist/build/Data/IP/Builder.o, dist/build/Data/IP/Builder.dyn_o )
[3 of 9] Compiling Data.IP.Mask ( Data/IP/Mask.hs, dist/build/Data/IP/Mask.o, dist/build/Data/IP/Mask.dyn_o )
[4 of 9] Compiling Data.IP.Range ( Data/IP/Range.hs, dist/build/Data/IP/Range.o, dist/build/Data/IP/Range.dyn_o )
[5 of 9] Compiling Data.IP.Op ( Data/IP/Op.hs, dist/build/Data/IP/Op.o, dist/build/Data/IP/Op.dyn_o )
Data/IP/Op.hs:103:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Int] not matched:
[]
[_]
[_, _]
[_, _, _]
...
|
103 | [i1, i2, i3, i4] = fromIPv4 ip
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[6 of 9] Compiling Data.IP.Internal ( Data/IP/Internal.hs, dist/build/Data/IP/Internal.o, dist/build/Data/IP/Internal.dyn_o )
[7 of 9] Compiling Data.IP ( Data/IP.hs, dist/build/Data/IP.o, dist/build/Data/IP.dyn_o )
[8 of 9] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, dist/build/Data/IP/RouteTable/Internal.o, dist/build/Data/IP/RouteTable/Internal.dyn_o )
[9 of 9] Compiling Data.IP.RouteTable ( Data/IP/RouteTable.hs, dist/build/Data/IP/RouteTable.o, dist/build/Data/IP/RouteTable.dyn_o )
Preprocessing library for iproute-1.7.15..
Running Haddock on library for iproute-1.7.15..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Data.IP.Addr ( Data/IP/Addr.hs, nothing )
[2 of 9] Compiling Data.IP.Builder ( Data/IP/Builder.hs, nothing )
[3 of 9] Compiling Data.IP.Mask ( Data/IP/Mask.hs, nothing )
[4 of 9] Compiling Data.IP.Range ( Data/IP/Range.hs, nothing )
[5 of 9] Compiling Data.IP.Op ( Data/IP/Op.hs, nothing )
[6 of 9] Compiling Data.IP.Internal ( Data/IP/Internal.hs, nothing )
[7 of 9] Compiling Data.IP ( Data/IP.hs, nothing )
[8 of 9] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, nothing )
[9 of 9] Compiling Data.IP.RouteTable ( Data/IP/RouteTable.hs, nothing )
Haddock coverage:
Warning: 'IPv6' is ambiguous. It is defined
* at Data/IP/Addr.hs:34:7
* at Data/IP/Addr.hs:105:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/Addr.hs:105:1
Warning: 'IPv4' is ambiguous. It is defined
* at Data/IP/Addr.hs:33:7
* at Data/IP/Addr.hs:84:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/Addr.hs:84:1
Warning: 'inet_ntop' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IPv4' is ambiguous. It is defined
* at Data/IP/Addr.hs:33:7
* at Data/IP/Addr.hs:84:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/Addr.hs:84:1
Warning: 'IPv6' is ambiguous. It is defined
* at Data/IP/Addr.hs:34:7
* at Data/IP/Addr.hs:105:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/Addr.hs:105:1
80% ( 4 / 5) in 'Data.IP.Builder'
Missing documentation for:
Module header
Warning: 'makeAddrRange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AddrRange' is ambiguous. It is defined
* at Data/IP/Range.hs:52:20
* at Data/IP/Range.hs:52:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/Range.hs:52:1
Warning: 'IPv4' is ambiguous. It is defined
* at Data/IP/Addr.hs:33:7
* at Data/IP/Addr.hs:84:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/Addr.hs:84:1
Warning: 'IPv6' is ambiguous. It is defined
* at Data/IP/Addr.hs:34:7
* at Data/IP/Addr.hs:105:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/Addr.hs:105:1
Warning: 'AddrRange' is ambiguous. It is defined
* at Data/IP/Range.hs:52:20
* at Data/IP/Range.hs:52:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/Range.hs:52:1
Warning: 'unmakeAddrRange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 3 / 6) in 'Data.IP.Internal'
Missing documentation for:
Module header
IPv4Addr (Data/IP/Addr.hs:75)
IPv6Addr (Data/IP/Addr.hs:76)
100% ( 35 / 35) in 'Data.IP'
Warning: 'AddrRange' is ambiguous. It is defined
* at Data/IP/Range.hs:52:20
* at Data/IP/Range.hs:52:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/Range.hs:52:1
Warning: 'IPrange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toList' is ambiguous. It is defined
* in Data.Foldable
* at Data/IP/RouteTable/Internal.hs:339:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/IP/RouteTable/Internal.hs:339:1
55% ( 15 / 27) in 'Data.IP.RouteTable.Internal'
Missing documentation for:
intToTBitIPv4 (Data/IP/RouteTable/Internal.hs:62)
intToTBitIPv6 (Data/IP/RouteTable/Internal.hs:65)
intToTBitsWord32 (Data/IP/RouteTable/Internal.hs:68)
intToTBitsIPv4 (Data/IP/RouteTable/Internal.hs:71)
intToTBitsIPv6 (Data/IP/RouteTable/Internal.hs:74)
link (Data/IP/RouteTable/Internal.hs:164)
glue (Data/IP/RouteTable/Internal.hs:173)
keyToTestBit (Data/IP/RouteTable/Internal.hs:180)
isLeft (Data/IP/RouteTable/Internal.hs:183)
node (Data/IP/RouteTable/Internal.hs:208)
search (Data/IP/RouteTable/Internal.hs:259)
foldt (Data/IP/RouteTable/Internal.hs:348)
Warning: 'IPRange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 18 / 18) in 'Data.IP.RouteTable'
Warning: Data.IP.Internal: could not find link destinations for:
- Data.IP.Addr.Rep_IPv6
- Data.IP.Addr.Rep_IPv4
- Data.IP.Range.Rep_AddrRange
Warning: Data.IP: could not find link destinations for:
- Data.IP.Addr.Rep_IP
- Data.IP.Addr.Rep_IPv6
- Data.IP.Addr.Rep_IPv4
- Data.IP.Range.Rep_IPRange
- Data.IP.Range.Rep_AddrRange
Warning: Data.IP.RouteTable.Internal: could not find link destinations for:
- Data.IP.RouteTable.Internal.Rep_IPRTable
- Data.IP.RouteTable.Internal.Rep1_IPRTable
Warning: Data.IP.RouteTable: could not find link destinations for:
- Data.IP.RouteTable.Internal.Rep_IPRTable
- Data.IP.RouteTable.Internal.Rep1_IPRTable
Documentation created: dist/doc/html/iproute/,
dist/doc/html/iproute/iproute.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/iproute-1.7.15-6WBgaJFy1dA8RDxUp3zrjZ
Completed iproute-1.7.15
Configuring crypton-socks-0.6.2...
Preprocessing library for crypton-socks-0.6.2..
Building library for crypton-socks-0.6.2..
[1 of 7] Compiling Network.Socks5.Parse ( src/Network/Socks5/Parse.hs, dist/build/Network/Socks5/Parse.o, dist/build/Network/Socks5/Parse.dyn_o )
[2 of 7] Compiling Network.Socks5.Types ( src/Network/Socks5/Types.hs, dist/build/Network/Socks5/Types.o, dist/build/Network/Socks5/Types.dyn_o )
[3 of 7] Compiling Network.Socks5.Conf ( src/Network/Socks5/Conf.hs, dist/build/Network/Socks5/Conf.o, dist/build/Network/Socks5/Conf.dyn_o )
[4 of 7] Compiling Network.Socks5.Wire ( src/Network/Socks5/Wire.hs, dist/build/Network/Socks5/Wire.o, dist/build/Network/Socks5/Wire.dyn_o )
[5 of 7] Compiling Network.Socks5.Command ( src/Network/Socks5/Command.hs, dist/build/Network/Socks5/Command.o, dist/build/Network/Socks5/Command.dyn_o )
[6 of 7] Compiling Network.Socks5.Lowlevel ( src/Network/Socks5/Lowlevel.hs, dist/build/Network/Socks5/Lowlevel.o, dist/build/Network/Socks5/Lowlevel.dyn_o )
[7 of 7] Compiling Network.Socks5 ( src/Network/Socks5.hs, dist/build/Network/Socks5.o, dist/build/Network/Socks5.dyn_o )
Preprocessing library for crypton-socks-0.6.2..
Running Haddock on library for crypton-socks-0.6.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Network.Socks5.Parse ( src/Network/Socks5/Parse.hs, nothing )
[2 of 7] Compiling Network.Socks5.Types ( src/Network/Socks5/Types.hs, nothing )
[3 of 7] Compiling Network.Socks5.Conf ( src/Network/Socks5/Conf.hs, nothing )
[4 of 7] Compiling Network.Socks5.Wire ( src/Network/Socks5/Wire.hs, nothing )
[5 of 7] Compiling Network.Socks5.Command ( src/Network/Socks5/Command.hs, nothing )
[6 of 7] Compiling Network.Socks5.Lowlevel ( src/Network/Socks5/Lowlevel.hs, nothing )
[7 of 7] Compiling Network.Socks5 ( src/Network/Socks5.hs, nothing )
Haddock coverage:
100% ( 10 / 10) in 'Network.Socks5.Types'
100% ( 17 / 17) in 'Network.Socks5.Lowlevel'
100% ( 16 / 16) in 'Network.Socks5'
Documentation created: dist/doc/html/crypton-socks/,
dist/doc/html/crypton-socks/crypton-socks.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-socks-0.6.2-2xU0ImZGJxL2TnlMnHopvf
Completed crypton-socks-0.6.2
Configuring old-time-1.1.0.4...
configure: WARNING: unrecognized options: --with-compiler
checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for sys/time.h... (cached) yes
checking for sys/timeb.h... yes
checking for time.h... yes
checking for ftime... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for gettimeofday... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed
checking for struct tm.tm_zone... yes
checking for sys/time.h... (cached) yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating include/HsTimeConfig.h
configure: WARNING: unrecognized options: --with-compiler
Preprocessing library for old-time-1.1.0.4..
Building library for old-time-1.1.0.4..
[1 of 1] Compiling System.Time ( dist/build/System/Time.hs, dist/build/System/Time.o, dist/build/System/Time.dyn_o )
Preprocessing library for old-time-1.1.0.4..
Running Haddock on library for old-time-1.1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.Time ( dist/build/System/Time.hs, nothing )
Haddock coverage:
Warning: 'CalendarTime' is ambiguous. It is defined
* at System/Time.hsc:186:4
* at System/Time.hsc:185:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/Time.hsc:185:1
Warning: 'TimeDiff' is ambiguous. It is defined
* at System/Time.hsc:208:4
* at System/Time.hsc:207:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/Time.hsc:207:1
95% ( 20 / 21) in 'System.Time'
Missing documentation for:
getClockTime (System/Time.hsc:248)
Documentation created: dist/doc/html/old-time/,
dist/doc/html/old-time/old-time.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/old-time-1.1.0.4-4pJyT14gXlf8eMFtx7lHTi
Completed old-time-1.1.0.4
Configuring hashable-1.5.0.0...
Preprocessing library for hashable-1.5.0.0..
Building library for hashable-1.5.0.0..
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )
src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
|
5 | {-# LANGUAGE Trustworthy #-}
| ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o )
[10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o )
Preprocessing library for hashable-1.5.0.0..
Running Haddock on library for hashable-1.5.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, nothing )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, nothing )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, nothing )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, nothing )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, nothing )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, nothing )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, nothing )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, nothing )
src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
|
5 | {-# LANGUAGE Trustworthy #-}
| ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing )
[10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, nothing )
Haddock coverage:
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'hash' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultHashWith' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Hashed' is ambiguous. It is defined
* at src/Data/Hashable/Class.hs:860:17
* at src/Data/Hashable/Class.hs:860:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Hashable/Class.hs:860:1
Warning: 'Arg' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 8 / 10) in 'Data.Hashable.Lifted'
Missing documentation for:
Hashable1 (src/Data/Hashable/Class.hs:252)
Hashable2 (src/Data/Hashable/Class.hs:267)
66% ( 6 / 9) in 'Data.Hashable.Generic'
Missing documentation for:
One (src/Data/Hashable/Class.hs:242)
Zero (src/Data/Hashable/Class.hs:241)
HashArgs (src/Data/Hashable/Class.hs:244)
Warning: 'Generic' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 31 / 31) in 'Data.Hashable'
Warning: Data.Hashable.Generic: could not find link destinations for:
- Data.Hashable.Class.D:R:HashArgsOnea0
- Data.Hashable.Class.D:R:HashArgsZeroa0
- Data.Hashable.Generic.Instances.GSum
Warning: Data.Hashable: could not find link destinations for:
- Data.Hashable.Mix.Salt
Documentation created: dist/doc/html/hashable/,
dist/doc/html/hashable/hashable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.5.0.0-J8fLvwSw9feFf65x5AcaWG
Completed hashable-1.5.0.0
Configuring integer-conversion-0.1.1...
Preprocessing library for integer-conversion-0.1.1..
Building library for integer-conversion-0.1.1..
[1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, dist/build/Data/Integer/Conversion.o, dist/build/Data/Integer/Conversion.dyn_o )
Preprocessing library for integer-conversion-0.1.1..
Running Haddock on library for integer-conversion-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, nothing )
Haddock coverage:
Warning: 'Text' is ambiguous. It is defined
* in Data.Text.Internal
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Text.Internal
100% ( 5 / 5) in 'Data.Integer.Conversion'
Documentation created: dist/doc/html/integer-conversion/,
dist/doc/html/integer-conversion/integer-conversion.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-conversion-0.1.1-CeDtdfh0tTJCMc72X6KfS8
Completed integer-conversion-0.1.1
Configuring cborg-0.2.10.0...
Preprocessing library for cborg-0.2.10.0..
Building library for cborg-0.2.10.0..
[ 1 of 14] Compiling Codec.CBOR.ByteArray.Internal ( src/Codec/CBOR/ByteArray/Internal.hs, dist/build/Codec/CBOR/ByteArray/Internal.o, dist/build/Codec/CBOR/ByteArray/Internal.dyn_o )
[ 2 of 14] Compiling Codec.CBOR.ByteArray.Sliced ( src/Codec/CBOR/ByteArray/Sliced.hs, dist/build/Codec/CBOR/ByteArray/Sliced.o, dist/build/Codec/CBOR/ByteArray/Sliced.dyn_o )
src/Codec/CBOR/ByteArray/Sliced.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.ByteString.Short.Internal is redundant
except perhaps to import instances from Data.ByteString.Short.Internal
To import instances alone, use: import Data.ByteString.Short.Internal()
|
44 | import qualified Data.ByteString.Short.Internal as BSS
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 14] Compiling Codec.CBOR.ByteArray ( src/Codec/CBOR/ByteArray.hs, dist/build/Codec/CBOR/ByteArray.o, dist/build/Codec/CBOR/ByteArray.dyn_o )
src/Codec/CBOR/ByteArray.hs:39:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.ByteString.Short.Internal is redundant
except perhaps to import instances from Data.ByteString.Short.Internal
To import instances alone, use: import Data.ByteString.Short.Internal()
|
39 | import qualified Data.ByteString.Short.Internal as BSS
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Codec.CBOR.Decoding ( src/Codec/CBOR/Decoding.hs, dist/build/Codec/CBOR/Decoding.o, dist/build/Codec/CBOR/Decoding.dyn_o )
[ 5 of 14] Compiling Codec.CBOR.Magic ( src/Codec/CBOR/Magic.hs, dist/build/Codec/CBOR/Magic.o, dist/build/Codec/CBOR/Magic.dyn_o )
[ 6 of 14] Compiling Codec.CBOR.Read ( src/Codec/CBOR/Read.hs, dist/build/Codec/CBOR/Read.o, dist/build/Codec/CBOR/Read.dyn_o )
[ 7 of 14] Compiling Codec.CBOR.Encoding[boot] ( src/Codec/CBOR/Encoding.hs-boot, dist/build/Codec/CBOR/Encoding.o-boot, dist/build/Codec/CBOR/Encoding.dyn_o-boot )
[ 8 of 14] Compiling Codec.CBOR.FlatTerm[boot] ( src/Codec/CBOR/FlatTerm.hs-boot, dist/build/Codec/CBOR/FlatTerm.o-boot, dist/build/Codec/CBOR/FlatTerm.dyn_o-boot )
[ 9 of 14] Compiling Codec.CBOR.Encoding ( src/Codec/CBOR/Encoding.hs, dist/build/Codec/CBOR/Encoding.o, dist/build/Codec/CBOR/Encoding.dyn_o )
[10 of 14] Compiling Codec.CBOR.FlatTerm ( src/Codec/CBOR/FlatTerm.hs, dist/build/Codec/CBOR/FlatTerm.o, dist/build/Codec/CBOR/FlatTerm.dyn_o )
[11 of 14] Compiling Codec.CBOR.Term ( src/Codec/CBOR/Term.hs, dist/build/Codec/CBOR/Term.o, dist/build/Codec/CBOR/Term.dyn_o )
[12 of 14] Compiling Codec.CBOR ( src/Codec/CBOR.hs, dist/build/Codec/CBOR.o, dist/build/Codec/CBOR.dyn_o )
[13 of 14] Compiling Codec.CBOR.Write ( src/Codec/CBOR/Write.hs, dist/build/Codec/CBOR/Write.o, dist/build/Codec/CBOR/Write.dyn_o )
[14 of 14] Compiling Codec.CBOR.Pretty ( src/Codec/CBOR/Pretty.hs, dist/build/Codec/CBOR/Pretty.o, dist/build/Codec/CBOR/Pretty.dyn_o )
Preprocessing library for cborg-0.2.10.0..
Running Haddock on library for cborg-0.2.10.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Codec.CBOR.ByteArray.Internal ( src/Codec/CBOR/ByteArray/Internal.hs, nothing )
[ 2 of 14] Compiling Codec.CBOR.ByteArray.Sliced ( src/Codec/CBOR/ByteArray/Sliced.hs, nothing )
src/Codec/CBOR/ByteArray/Sliced.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.ByteString.Short.Internal is redundant
except perhaps to import instances from Data.ByteString.Short.Internal
To import instances alone, use: import Data.ByteString.Short.Internal()
|
44 | import qualified Data.ByteString.Short.Internal as BSS
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 14] Compiling Codec.CBOR.ByteArray ( src/Codec/CBOR/ByteArray.hs, nothing )
src/Codec/CBOR/ByteArray.hs:39:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.ByteString.Short.Internal is redundant
except perhaps to import instances from Data.ByteString.Short.Internal
To import instances alone, use: import Data.ByteString.Short.Internal()
|
39 | import qualified Data.ByteString.Short.Internal as BSS
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Codec.CBOR.Decoding ( src/Codec/CBOR/Decoding.hs, nothing )
[ 5 of 14] Compiling Codec.CBOR.Magic ( src/Codec/CBOR/Magic.hs, nothing )
[ 6 of 14] Compiling Codec.CBOR.Read ( src/Codec/CBOR/Read.hs, nothing )
[ 7 of 14] Compiling Codec.CBOR.Encoding[boot] ( src/Codec/CBOR/Encoding.hs-boot, nothing )
[ 8 of 14] Compiling Codec.CBOR.FlatTerm[boot] ( src/Codec/CBOR/FlatTerm.hs-boot, nothing )
[ 9 of 14] Compiling Codec.CBOR.Encoding ( src/Codec/CBOR/Encoding.hs, nothing )
[10 of 14] Compiling Codec.CBOR.FlatTerm ( src/Codec/CBOR/FlatTerm.hs, nothing )
[11 of 14] Compiling Codec.CBOR.Term ( src/Codec/CBOR/Term.hs, nothing )
[12 of 14] Compiling Codec.CBOR ( src/Codec/CBOR.hs, nothing )
[13 of 14] Compiling Codec.CBOR.Write ( src/Codec/CBOR/Write.hs, nothing )
[14 of 14] Compiling Codec.CBOR.Pretty ( src/Codec/CBOR/Pretty.hs, nothing )
Haddock coverage:
33% ( 3 / 9) in 'Codec.CBOR.ByteArray.Sliced'
Missing documentation for:
SlicedByteArray (src/Codec/CBOR/ByteArray/Sliced.hs:50)
sizeofSlicedByteArray (src/Codec/CBOR/ByteArray/Sliced.hs:62)
fromShortByteString (src/Codec/CBOR/ByteArray/Sliced.hs:53)
fromByteString (src/Codec/CBOR/ByteArray/Sliced.hs:56)
fromByteArray (src/Codec/CBOR/ByteArray/Sliced.hs:59)
toBuilder (src/Codec/CBOR/ByteArray/Sliced.hs:87)
30% ( 3 / 10) in 'Codec.CBOR.ByteArray'
Missing documentation for:
ByteArray (src/Codec/CBOR/ByteArray.hs:45)
sizeofByteArray (src/Codec/CBOR/ByteArray.hs:49)
fromShortByteString (src/Codec/CBOR/ByteArray.hs:52)
toShortByteString (src/Codec/CBOR/ByteArray.hs:55)
fromByteString (src/Codec/CBOR/ByteArray.hs:58)
toBuilder (src/Codec/CBOR/ByteArray.hs:61)
toSliced (src/Codec/CBOR/ByteArray.hs:64)
Warning: 'Decoder' is ambiguous. It is defined
* at src/Codec/CBOR/Decoding.hs:137:23
* at src/Codec/CBOR/Decoding.hs:137:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/CBOR/Decoding.hs:137:1
Warning: 'simple' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 84 / 84) in 'Codec.CBOR.Decoding'
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.hs:83:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/CBOR/Encoding.hs:83:1
100% ( 37 / 37) in 'Codec.CBOR.Encoding'
Warning: 'ST' is ambiguous. It is defined
* in GHC.ST
* in GHC.ST
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.ST
Warning: 'Ptr' is ambiguous. It is defined
* in GHC.Ptr
* in GHC.Ptr
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Ptr
Warning: 'Counter' is ambiguous. It is defined
* at src/Codec/CBOR/Magic.hs:599:18
* at src/Codec/CBOR/Magic.hs:599:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/CBOR/Magic.hs:599:1
Warning: 'MutableByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
72% ( 31 / 43) in 'Codec.CBOR.Magic'
Missing documentation for:
word8ToWord (src/Codec/CBOR/Magic.hs:446)
word16ToWord (src/Codec/CBOR/Magic.hs:447)
word32ToWord (src/Codec/CBOR/Magic.hs:448)
word64ToWord (src/Codec/CBOR/Magic.hs:451)
word8ToInt (src/Codec/CBOR/Magic.hs:481)
word16ToInt (src/Codec/CBOR/Magic.hs:482)
word32ToInt (src/Codec/CBOR/Magic.hs:484)
word64ToInt (src/Codec/CBOR/Magic.hs:506)
intToWord (src/Codec/CBOR/Magic.hs:434)
intToInt64 (src/Codec/CBOR/Magic.hs:430)
intToWord64 (src/Codec/CBOR/Magic.hs:438)
int64ToWord64 (src/Codec/CBOR/Magic.hs:442)
Warning: 'DeserialiseFailure' is ambiguous. It is defined
* at src/Codec/CBOR/Read.hs:89:27
* at src/Codec/CBOR/Read.hs:89:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/CBOR/Read.hs:89:1
100% ( 7 / 7) in 'Codec.CBOR.Read'
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.hs:83:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/CBOR/Encoding.hs:83:1
88% ( 8 / 9) in 'Codec.CBOR.FlatTerm'
Missing documentation for:
decodeTermToken (src/Codec/CBOR/FlatTerm.hs:199)
Warning: 'Serialise' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'decode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'encode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.hs:83:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/CBOR/Encoding.hs:83:1
100% ( 4 / 4) in 'Codec.CBOR.Term'
100% ( 3 / 3) in 'Codec.CBOR'
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.hs:83:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/CBOR/Encoding.hs:83:1
100% ( 4 / 4) in 'Codec.CBOR.Write'
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.hs:83:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/CBOR/Encoding.hs:83:1
100% ( 2 / 2) in 'Codec.CBOR.Pretty'
Warning: Codec.CBOR.ByteArray.Sliced: could not find link destinations for:
- Codec.CBOR.ByteArray.Sliced.D:R:ItemSlicedByteArray
Warning: Codec.CBOR.ByteArray: could not find link destinations for:
- Codec.CBOR.ByteArray.D:R:ItemByteArray
Documentation created: dist/doc/html/cborg/, dist/doc/html/cborg/cborg.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cborg-0.2.10.0-FWBNB06GjA7ErRc5bvN4jn
Completed cborg-0.2.10.0
Configuring random-1.2.1.3...
Preprocessing library for random-1.2.1.3..
Building library for random-1.2.1.3..
[1 of 4] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o )
[2 of 4] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o )
[3 of 4] Compiling System.Random ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o )
[4 of 4] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o )
Preprocessing library for random-1.2.1.3..
Running Haddock on library for random-1.2.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, nothing )
[2 of 4] Compiling System.Random.Internal ( src/System/Random/Internal.hs, nothing )
[3 of 4] Compiling System.Random ( src/System/Random.hs, nothing )
[4 of 4] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, nothing )
Haddock coverage:
Warning: 'StateGenM' is ambiguous. It is defined
* at src/System/Random/Internal.hs:436:20
* at src/System/Random/Internal.hs:436:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:436:1
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:555:18
* at src/System/Random/Internal.hs:555:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:555:1
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Strict
* in Control.Monad.Trans.State.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.State.Strict
Warning: 'StdGen' is ambiguous. It is defined
* at src/System/Random/Internal.hs:555:18
* at src/System/Random/Internal.hs:555:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:555:1
100% ( 37 / 37) in 'System.Random'
Warning: 'TGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:562:19
* at src/System/Random/Stateful.hs:562:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:562:1
Warning: 'STGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:476:22
* at src/System/Random/Stateful.hs:476:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:476:1
Warning: 'StateGenM' is ambiguous. It is defined
* at src/System/Random/Internal.hs:436:20
* at src/System/Random/Internal.hs:436:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Internal.hs:436:1
Warning: 'IOGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:413:20
* at src/System/Random/Stateful.hs:413:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:413:1
Warning: 'AtomicGenM' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:328:24
* at src/System/Random/Stateful.hs:328:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:328:1
Warning: 'STGenM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'StateT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STGen' is ambiguous. It is defined
* at src/System/Random/Stateful.hs:481:19
* at src/System/Random/Stateful.hs:481:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/Stateful.hs:481:1
100% ( 75 / 75) in 'System.Random.Stateful'
Warning: System.Random: could not find link destinations for:
- System.Random.GFinite.cardinality
- System.Random.GFinite.toFinite
- System.Random.GFinite.fromFinite
- System.Random.GFinite.Cardinality
Warning: System.Random.Stateful: could not find link destinations for:
- System.Random.GFinite.GFinite
- System.Random.Internal.GUniform
- System.Random.Internal.D:R:MutableGenStateGenm
- System.Random.Stateful.D:R:MutableGenAtomicGenm
- System.Random.Stateful.D:R:MutableGenIOGenm
- System.Random.Stateful.D:R:MutableGenSTGenST
- System.Random.Stateful.D:R:MutableGenTGenSTM
Documentation created: dist/doc/html/random/, dist/doc/html/random/random.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/random-1.2.1.3-1foI9Mfx7Mi7yEazOJ5o1V
Completed random-1.2.1.3
Configuring finite-typelits-0.2.1.0...
Preprocessing library for finite-typelits-0.2.1.0..
Building library for finite-typelits-0.2.1.0..
[1 of 4] Compiling Data.Finite.Internal.Integral ( src/Data/Finite/Internal/Integral.hs, dist/build/Data/Finite/Internal/Integral.o, dist/build/Data/Finite/Internal/Integral.dyn_o )
[2 of 4] Compiling Data.Finite.Internal ( src/Data/Finite/Internal.hs, dist/build/Data/Finite/Internal.o, dist/build/Data/Finite/Internal.dyn_o )
[3 of 4] Compiling Data.Finite.Integral ( src/Data/Finite/Integral.hs, dist/build/Data/Finite/Integral.o, dist/build/Data/Finite/Integral.dyn_o )
[4 of 4] Compiling Data.Finite ( src/Data/Finite.hs, dist/build/Data/Finite.o, dist/build/Data/Finite.dyn_o )
Preprocessing library for finite-typelits-0.2.1.0..
Running Haddock on library for finite-typelits-0.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Finite.Internal.Integral ( src/Data/Finite/Internal/Integral.hs, nothing )
[2 of 4] Compiling Data.Finite.Internal ( src/Data/Finite/Internal.hs, nothing )
[3 of 4] Compiling Data.Finite.Integral ( src/Data/Finite/Integral.hs, nothing )
[4 of 4] Compiling Data.Finite ( src/Data/Finite.hs, nothing )
Haddock coverage:
Warning: 'Finite' is ambiguous. It is defined
* at src/Data/Finite/Internal/Integral.hs:290:31
* at src/Data/Finite/Internal/Integral.hs:290:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Finite/Internal/Integral.hs:290:1
100% ( 10 / 10) in 'Data.Finite.Internal.Integral'
Warning: 'Finite' is ambiguous. It is defined
* at src/Data/Finite/Internal.hs:34:1
* at src/Data/Finite/Internal.hs:29:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Finite/Internal.hs:29:1
80% ( 4 / 5) in 'Data.Finite.Internal'
Missing documentation for:
Finite (src/Data/Finite/Internal.hs:34)
Warning: 'Finite' is ambiguous. It is defined
* at src/Data/Finite/Internal/Integral.hs:290:31
* at src/Data/Finite/Internal/Integral.hs:290:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Finite/Internal/Integral.hs:290:1
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '(,)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
89% ( 41 / 46) in 'Data.Finite.Integral'
Missing documentation for:
weakenProxy (src/Data/Finite/Integral.hs:206)
strengthenProxy (src/Data/Finite/Integral.hs:212)
shiftProxy (src/Data/Finite/Integral.hs:222)
unshiftProxy (src/Data/Finite/Integral.hs:229)
separateOne (src/Data/Finite/Integral.hs:333)
Warning: 'Finite' is ambiguous. It is defined
* at src/Data/Finite/Internal.hs:34:1
* at src/Data/Finite/Internal.hs:29:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Finite/Internal.hs:29:1
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '(,)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
87% ( 35 / 40) in 'Data.Finite'
Missing documentation for:
weakenProxy (src/Data/Finite.hs:127)
strengthenProxy (src/Data/Finite.hs:132)
shiftProxy (src/Data/Finite.hs:137)
unshiftProxy (src/Data/Finite.hs:142)
separateOne (src/Data/Finite.hs:207)
Warning: Data.Finite.Internal.Integral: could not find link destinations for:
- Data.Finite.Internal.Integral.intVal_
- Data.Finite.Internal.Integral.LeqMaybe
- Data.Finite.Internal.Integral.D:R:LimitInt64
- Data.Finite.Internal.Integral.D:R:LimitWord64
- Data.Finite.Internal.Integral.D:R:LimitInt32
- Data.Finite.Internal.Integral.D:R:LimitWord32
- Data.Finite.Internal.Integral.D:R:LimitInt16
- Data.Finite.Internal.Integral.D:R:LimitWord16
- Data.Finite.Internal.Integral.D:R:LimitInt8
- Data.Finite.Internal.Integral.D:R:LimitWord8
- Data.Finite.Internal.Integral.D:R:LimitInt
- Data.Finite.Internal.Integral.D:R:LimitWord
- Data.Finite.Internal.Integral.D:R:LimitNatural
- Data.Finite.Internal.Integral.D:R:LimitInteger
Warning: Data.Finite.Integral: could not find link destinations for:
- Data.Finite.Internal.Integral.intVal_
- Data.Finite.Internal.Integral.LeqMaybe
- Data.Finite.Internal.Integral.D:R:LimitInt64
- Data.Finite.Internal.Integral.D:R:LimitWord64
- Data.Finite.Internal.Integral.D:R:LimitInt32
- Data.Finite.Internal.Integral.D:R:LimitWord32
- Data.Finite.Internal.Integral.D:R:LimitInt16
- Data.Finite.Internal.Integral.D:R:LimitWord16
- Data.Finite.Internal.Integral.D:R:LimitInt8
- Data.Finite.Internal.Integral.D:R:LimitWord8
- Data.Finite.Internal.Integral.D:R:LimitInt
- Data.Finite.Internal.Integral.D:R:LimitWord
- Data.Finite.Internal.Integral.D:R:LimitNatural
- Data.Finite.Internal.Integral.D:R:LimitInteger
Documentation created: dist/doc/html/finite-typelits/,
dist/doc/html/finite-typelits/finite-typelits.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/finite-typelits-0.2.1.0-BEEUanCQwCZAVmQC3cSeau
Completed finite-typelits-0.2.1.0
Configuring distributive-0.6.2.1...
Preprocessing library for distributive-0.6.2.1..
Building library for distributive-0.6.2.1..
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o )
src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
The prefix use of a $ would denote an untyped splice
were the TemplateHaskell extension enabled.
Suggested fix: Add whitespace after the $.
|
157 | distribute a e = fmap ($e) a
| ^
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o, dist/build/Data/Distributive/Generic.dyn_o )
Preprocessing library for distributive-0.6.2.1..
Running Haddock on library for distributive-0.6.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, nothing )
src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
The prefix use of a $ would denote an untyped splice
were the TemplateHaskell extension enabled.
Suggested fix: Add whitespace after the $.
|
157 | distribute a e = fmap ($e) a
| ^
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, nothing )
Haddock coverage:
Warning: 'Representable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
100% ( 4 / 4) in 'Data.Distributive'
75% ( 3 / 4) in 'Data.Distributive.Generic'
Missing documentation for:
GDistributive (src/Data/Distributive/Generic.hs:51)
Documentation created: dist/doc/html/distributive/,
dist/doc/html/distributive/distributive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/distributive-0.6.2.1-LYGC3cC7tAvDF84yagGUZw
Completed distributive-0.6.2.1
Configuring boring-0.2.2...
Preprocessing library for boring-0.2.2..
Building library for boring-0.2.2..
[1 of 1] Compiling Data.Boring ( src/Data/Boring.hs, dist/build/Data/Boring.o, dist/build/Data/Boring.dyn_o )
Preprocessing library for boring-0.2.2..
Running Haddock on library for boring-0.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Boring ( src/Data/Boring.hs, nothing )
Haddock coverage:
Warning: ':~:' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Data.Boring'
Warning: Data.Boring: could not find link destinations for:
- Data.Boring.gabsurd
- Data.Boring.gboring
Documentation created: dist/doc/html/boring/, dist/doc/html/boring/boring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/boring-0.2.2-53a7wDlC4l2H7dYl9a5jzk
Completed boring-0.2.2
Configuring network-uri-2.6.4.2...
Preprocessing library for network-uri-2.6.4.2..
Building library for network-uri-2.6.4.2..
[1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o, dist/build/Network/URI.dyn_o )
Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1131 | if head (uriPath ref) == '/' then
| ^^^^
Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1437 | query = orNull tail . uriQuery
| ^^^^
Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1441 | fragment = orNull tail . uriFragment
| ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o, dist/build/Network/URI/Lens.dyn_o )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o, dist/build/Network/URI/Static.dyn_o )
Preprocessing library for network-uri-2.6.4.2..
Running Haddock on library for network-uri-2.6.4.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Network.URI ( Network/URI.hs, nothing )
Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1131 | if head (uriPath ref) == '/' then
| ^^^^
Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1437 | query = orNull tail . uriQuery
| ^^^^
Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1441 | fragment = orNull tail . uriFragment
| ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, nothing )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, nothing )
Haddock coverage:
Warning: 'URI' is ambiguous. It is defined
* at Network/URI.hs:184:12
* at Network/URI.hs:184:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/URI.hs:184:1
77% ( 42 / 54) in 'Network.URI'
Missing documentation for:
uriIsAbsolute (Network/URI.hs:388)
uriIsRelative (Network/URI.hs:391)
uriAuthToString (Network/URI.hs:959)
parseabsoluteURI (Network/URI.hs:1400)
escapeString (Network/URI.hs:1404)
reserved (Network/URI.hs:1408)
unreserved (Network/URI.hs:1412)
scheme (Network/URI.hs:1418)
authority (Network/URI.hs:1425)
path (Network/URI.hs:1433)
query (Network/URI.hs:1437)
fragment (Network/URI.hs:1441)
11% ( 1 / 9) in 'Network.URI.Lens'
Missing documentation for:
uriRegNameLens (Network/URI/Lens.hs:32)
uriUserInfoLens (Network/URI/Lens.hs:35)
uriPortLens (Network/URI/Lens.hs:39)
uriAuthorityLens (Network/URI/Lens.hs:42)
uriSchemeLens (Network/URI/Lens.hs:46)
uriPathLens (Network/URI/Lens.hs:49)
uriQueryLens (Network/URI/Lens.hs:52)
uriFragmentLens (Network/URI/Lens.hs:55)
88% ( 8 / 9) in 'Network.URI.Static'
Missing documentation for:
Module header
Warning: Network.URI: could not find link destinations for:
- Network.URI.Rep_URI
- Network.URI.Rep_URIAuth
Warning: Network.URI.Lens: could not find link destinations for:
- Network.URI.Lens.Lens'
Documentation created: dist/doc/html/network-uri/,
dist/doc/html/network-uri/network-uri.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-uri-2.6.4.2-3nNQMBMIiS23GiQ0eN39ga
Completed network-uri-2.6.4.2
Configuring transformers-base-0.4.6...
Preprocessing library for transformers-base-0.4.6..
Building library for transformers-base-0.4.6..
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o, dist/build/Control/Monad/Base.dyn_o )
Preprocessing library for transformers-base-0.4.6..
Running Haddock on library for transformers-base-0.4.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, nothing )
Haddock coverage:
33% ( 1 / 3) in 'Control.Monad.Base'
Missing documentation for:
Module header
MonadBase (src/Control/Monad/Base.hs:60)
Documentation created: dist/doc/html/transformers-base/,
dist/doc/html/transformers-base/transformers-base.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-base-0.4.6-IL0Wd7HO1bp151a2hrrU7W
Completed transformers-base-0.4.6
Configuring mmorph-1.2.1...
Preprocessing library for mmorph-1.2.1..
Building library for mmorph-1.2.1..
[1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, dist/build/Control/Monad/Morph.o, dist/build/Control/Monad/Morph.dyn_o )
[2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, dist/build/Control/Monad/Trans/Compose.o, dist/build/Control/Monad/Trans/Compose.dyn_o )
src/Control/Monad/Trans/Compose.hs:45:25: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:30: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:36: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:41: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:51: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:56: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:62: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:67: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
Preprocessing library for mmorph-1.2.1..
Running Haddock on library for mmorph-1.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, nothing )
[2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, nothing )
src/Control/Monad/Trans/Compose.hs:45:25: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:30: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:36: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:41: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:51: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:56: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:62: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:67: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
Haddock coverage:
Warning: 'ErrorT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'program' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 22 / 22) in 'Control.Monad.Morph'
Warning: 'ComposeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Compose.hs:46:7
* at src/Control/Monad/Trans/Compose.hs:45:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Compose.hs:45:1
100% ( 4 / 4) in 'Control.Monad.Trans.Compose'
Documentation created: dist/doc/html/mmorph/, dist/doc/html/mmorph/mmorph.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/mmorph-1.2.1-IBVuXE5F3rv2Zik9iTRX7D
Completed mmorph-1.2.1
Configuring resourcet-1.3.0...
Preprocessing library for resourcet-1.3.0..
Building library for resourcet-1.3.0..
[1 of 5] Compiling Data.Acquire.Internal ( Data/Acquire/Internal.hs, dist/build/Data/Acquire/Internal.o, dist/build/Data/Acquire/Internal.dyn_o )
Data/Acquire/Internal.hs:17:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
17 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Control.Monad.Trans.Resource.Internal ( Control/Monad/Trans/Resource/Internal.hs, dist/build/Control/Monad/Trans/Resource/Internal.o, dist/build/Control/Monad/Trans/Resource/Internal.dyn_o )
Control/Monad/Trans/Resource/Internal.hs:28:29: warning: [GHC-38856] [-Wunused-imports]
The import of Applicative
from module Control.Applicative is redundant
|
28 | import Control.Applicative (Applicative (..), Alternative(..))
| ^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:57:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Class is redundant
except perhaps to import instances from Control.Monad.IO.Class
To import instances alone, use: import Control.Monad.IO.Class()
|
57 | import Control.Monad.IO.Class (MonadIO (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Word is redundant
except perhaps to import instances from Data.Word
To import instances alone, use: import Data.Word()
|
67 | import Data.Word(Word)
| ^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Data.Acquire ( Data/Acquire.hs, dist/build/Data/Acquire.o, dist/build/Data/Acquire.dyn_o )
[4 of 5] Compiling Control.Monad.Trans.Resource ( Control/Monad/Trans/Resource.hs, dist/build/Control/Monad/Trans/Resource.o, dist/build/Control/Monad/Trans/Resource.dyn_o )
[5 of 5] Compiling UnliftIO.Resource ( UnliftIO/Resource.hs, dist/build/UnliftIO/Resource.o, dist/build/UnliftIO/Resource.dyn_o )
Preprocessing library for resourcet-1.3.0..
Running Haddock on library for resourcet-1.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.Acquire.Internal ( Data/Acquire/Internal.hs, nothing )
Data/Acquire/Internal.hs:17:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
17 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Control.Monad.Trans.Resource.Internal ( Control/Monad/Trans/Resource/Internal.hs, nothing )
Control/Monad/Trans/Resource/Internal.hs:28:29: warning: [GHC-38856] [-Wunused-imports]
The import of Applicative
from module Control.Applicative is redundant
|
28 | import Control.Applicative (Applicative (..), Alternative(..))
| ^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:57:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Class is redundant
except perhaps to import instances from Control.Monad.IO.Class
To import instances alone, use: import Control.Monad.IO.Class()
|
57 | import Control.Monad.IO.Class (MonadIO (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Word is redundant
except perhaps to import instances from Data.Word
To import instances alone, use: import Data.Word()
|
67 | import Data.Word(Word)
| ^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Data.Acquire ( Data/Acquire.hs, nothing )
[4 of 5] Compiling Control.Monad.Trans.Resource ( Control/Monad/Trans/Resource.hs, nothing )
[5 of 5] Compiling UnliftIO.Resource ( UnliftIO/Resource.hs, nothing )
Haddock coverage:
71% ( 5 / 7) in 'Data.Acquire.Internal'
Missing documentation for:
Module header
Allocated (Data/Acquire/Internal.hs:37)
Warning: 'ResourceT' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:182:25
* at Control/Monad/Trans/Resource/Internal.hs:182:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Monad/Trans/Resource/Internal.hs:182:1
Warning: 'runResourceT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'register' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'allocate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'release' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hoist' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ResourceCleanupException' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:343:33
* at Control/Monad/Trans/Resource/Internal.hs:343:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Monad/Trans/Resource/Internal.hs:343:1
64% ( 9 / 14) in 'Control.Monad.Trans.Resource.Internal'
Missing documentation for:
Module header
ReleaseMap (Control/Monad/Trans/Resource/Internal.hs:98)
stateAlloc (Control/Monad/Trans/Resource/Internal.hs:289)
stateCleanup (Control/Monad/Trans/Resource/Internal.hs:297)
register' (Control/Monad/Trans/Resource/Internal.hs:317)
Warning: 'Acquire' is ambiguous. It is defined
* at Data/Acquire/Internal.hs:51:21
* at Data/Acquire/Internal.hs:51:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Acquire/Internal.hs:51:1
100% ( 10 / 10) in 'Data.Acquire'
Warning: 'ReleaseKey' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:92:19
* at Control/Monad/Trans/Resource/Internal.hs:92:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Monad/Trans/Resource/Internal.hs:92:1
Warning: 'ResourceT' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:182:25
* at Control/Monad/Trans/Resource/Internal.hs:182:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Monad/Trans/Resource/Internal.hs:182:1
Warning: 'ResourceCleanupException' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:343:33
* at Control/Monad/Trans/Resource/Internal.hs:343:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Monad/Trans/Resource/Internal.hs:343:1
Warning: 'concurrently' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'race' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'InvalidAccess' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:205:22
* at Control/Monad/Trans/Resource/Internal.hs:205:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Monad/Trans/Resource/Internal.hs:205:1
100% ( 40 / 40) in 'Control.Monad.Trans.Resource'
100% ( 13 / 13) in 'UnliftIO.Resource'
Warning: Control.Monad.Trans.Resource.Internal: could not find link destinations for:
- Control.Monad.Trans.Resource.Internal.NextKey
- Control.Monad.Trans.Resource.Internal.RefCount
- Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
Warning: Control.Monad.Trans.Resource: could not find link destinations for:
- Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
Warning: UnliftIO.Resource: could not find link destinations for:
- Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
Documentation created: dist/doc/html/resourcet/,
dist/doc/html/resourcet/resourcet.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/resourcet-1.3.0-JbK6FWjuH9wIRghP2zKnYA
Completed resourcet-1.3.0
Configuring zip-archive-0.4.3.2...
Preprocessing library for zip-archive-0.4.3.2..
Building library for zip-archive-0.4.3.2..
[1 of 1] Compiling Codec.Archive.Zip ( src/Codec/Archive/Zip.hs, dist/build/Codec/Archive/Zip.o, dist/build/Codec/Archive/Zip.dyn_o )
Preprocessing library for zip-archive-0.4.3.2..
Running Haddock on library for zip-archive-0.4.3.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Codec.Archive.Zip ( src/Codec/Archive/Zip.hs, nothing )
Haddock coverage:
Warning: 'Archive' is ambiguous. It is defined
* at src/Codec/Archive/Zip.hs:136:16
* at src/Codec/Archive/Zip.hs:136:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/Archive/Zip.hs:136:1
Warning: 'Entry' is ambiguous. It is defined
* at src/Codec/Archive/Zip.hs:147:14
* at src/Codec/Archive/Zip.hs:147:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/Archive/Zip.hs:147:1
Warning: 'OptPreserveSymbolicLinks' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CMode' is ambiguous. It is defined
* in System.Posix.Types
* in System.Posix.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in System.Posix.Types
Warning: 'FileMode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ClockTime' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 28 / 30) in 'Codec.Archive.Zip'
Missing documentation for:
EncryptionMethod (src/Codec/Archive/Zip.hs:168)
ZipException (src/Codec/Archive/Zip.hs:185)
Documentation created: dist/doc/html/zip-archive/,
dist/doc/html/zip-archive/zip-archive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zip-archive-0.4.3.2-2o0XJCKrMecsWnSm36c3o
Completed zip-archive-0.4.3.2
Configuring pem-0.2.4...
Preprocessing library for pem-0.2.4..
Building library for pem-0.2.4..
[1 of 4] Compiling Data.PEM.Types ( Data/PEM/Types.hs, dist/build/Data/PEM/Types.o, dist/build/Data/PEM/Types.dyn_o )
[2 of 4] Compiling Data.PEM.Parser ( Data/PEM/Parser.hs, dist/build/Data/PEM/Parser.o, dist/build/Data/PEM/Parser.dyn_o )
[3 of 4] Compiling Data.PEM.Writer ( Data/PEM/Writer.hs, dist/build/Data/PEM/Writer.o, dist/build/Data/PEM/Writer.dyn_o )
[4 of 4] Compiling Data.PEM ( Data/PEM.hs, dist/build/Data/PEM.o, dist/build/Data/PEM.dyn_o )
Preprocessing library for pem-0.2.4..
Running Haddock on library for pem-0.2.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.PEM.Types ( Data/PEM/Types.hs, nothing )
[2 of 4] Compiling Data.PEM.Parser ( Data/PEM/Parser.hs, nothing )
[3 of 4] Compiling Data.PEM.Writer ( Data/PEM/Writer.hs, nothing )
[4 of 4] Compiling Data.PEM ( Data/PEM.hs, nothing )
Haddock coverage:
100% ( 6 / 6) in 'Data.PEM'
Documentation created: dist/doc/html/pem/, dist/doc/html/pem/pem.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pem-0.2.4-IDB4GMA5RaO8gj5ENcYdW4
Completed pem-0.2.4
Configuring crypton-1.0.4...
Preprocessing library for crypton-1.0.4..
Building library for crypton-1.0.4..
[ 1 of 139] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, dist/build/Crypto/Cipher/DES/Primitive.o, dist/build/Crypto/Cipher/DES/Primitive.dyn_o )
[ 2 of 139] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, dist/build/Crypto/Data/Padding.o, dist/build/Crypto/Data/Padding.dyn_o )
[ 3 of 139] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, dist/build/Crypto/Error/Types.o, dist/build/Crypto/Error/Types.dyn_o )
[ 4 of 139] Compiling Crypto.Error ( Crypto/Error.hs, dist/build/Crypto/Error.o, dist/build/Crypto/Error.dyn_o )
[ 5 of 139] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, dist/build/Crypto/Internal/Compat.o, dist/build/Crypto/Internal/Compat.dyn_o )
[ 6 of 139] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, dist/build/Crypto/Internal/ByteArray.o, dist/build/Crypto/Internal/ByteArray.dyn_o )
[ 7 of 139] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, dist/build/Crypto/Cipher/Types/Utils.o, dist/build/Crypto/Cipher/Types/Utils.dyn_o )
[ 8 of 139] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, dist/build/Crypto/Internal/CompatPrim.o, dist/build/Crypto/Internal/CompatPrim.dyn_o )
[ 9 of 139] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, dist/build/Crypto/Internal/DeepSeq.o, dist/build/Crypto/Internal/DeepSeq.dyn_o )
[ 10 of 139] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, dist/build/Crypto/Cipher/Types/Base.o, dist/build/Crypto/Cipher/Types/Base.dyn_o )
[ 11 of 139] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, dist/build/Crypto/Cipher/Types/Stream.o, dist/build/Crypto/Cipher/Types/Stream.dyn_o )
[ 12 of 139] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, dist/build/Crypto/Internal/Imports.o, dist/build/Crypto/Internal/Imports.dyn_o )
[ 13 of 139] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, dist/build/Crypto/Internal/Builder.o, dist/build/Crypto/Internal/Builder.dyn_o )
[ 14 of 139] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, dist/build/Crypto/Hash/Types.o, dist/build/Crypto/Hash/Types.dyn_o )
[ 15 of 139] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, dist/build/Crypto/Hash/Whirlpool.o, dist/build/Crypto/Hash/Whirlpool.dyn_o )
[ 16 of 139] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.o, dist/build/Crypto/Hash/Tiger.dyn_o )
[ 17 of 139] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.o, dist/build/Crypto/Hash/Skein512.dyn_o )
[ 18 of 139] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.o, dist/build/Crypto/Hash/Skein256.dyn_o )
[ 19 of 139] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o, dist/build/Crypto/Hash/SHA512t.dyn_o )
[ 20 of 139] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o, dist/build/Crypto/Hash/SHA512.dyn_o )
[ 21 of 139] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o, dist/build/Crypto/Hash/SHA384.dyn_o )
[ 22 of 139] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, dist/build/Crypto/Hash/SHA3.o, dist/build/Crypto/Hash/SHA3.dyn_o )
[ 23 of 139] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.o, dist/build/Crypto/Hash/SHA256.dyn_o )
[ 24 of 139] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.o, dist/build/Crypto/Hash/SHA224.dyn_o )
[ 25 of 139] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.o, dist/build/Crypto/Hash/SHA1.dyn_o )
[ 26 of 139] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.o, dist/build/Crypto/Hash/RIPEMD160.dyn_o )
[ 27 of 139] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.o, dist/build/Crypto/Hash/MD5.dyn_o )
[ 28 of 139] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.o, dist/build/Crypto/Hash/MD4.dyn_o )
[ 29 of 139] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.o, dist/build/Crypto/Hash/MD2.dyn_o )
[ 30 of 139] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, dist/build/Crypto/Hash/Keccak.o, dist/build/Crypto/Hash/Keccak.dyn_o )
[ 31 of 139] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, dist/build/Crypto/Hash/IO.o, dist/build/Crypto/Hash/IO.dyn_o )
[ 32 of 139] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, dist/build/Crypto/Hash/Blake2sp.o, dist/build/Crypto/Hash/Blake2sp.dyn_o )
[ 33 of 139] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, dist/build/Crypto/Hash/Blake2s.o, dist/build/Crypto/Hash/Blake2s.dyn_o )
[ 34 of 139] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, dist/build/Crypto/Hash/Blake2bp.o, dist/build/Crypto/Hash/Blake2bp.dyn_o )
[ 35 of 139] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, dist/build/Crypto/Hash/Blake2b.o, dist/build/Crypto/Hash/Blake2b.dyn_o )
[ 36 of 139] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, dist/build/Crypto/Cipher/Types/GF.o, dist/build/Crypto/Cipher/Types/GF.dyn_o )
[ 37 of 139] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, dist/build/Crypto/Cipher/Types/AEAD.o, dist/build/Crypto/Cipher/Types/AEAD.dyn_o )
[ 38 of 139] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, dist/build/Crypto/Cipher/Types/Block.o, dist/build/Crypto/Cipher/Types/Block.dyn_o )
[ 39 of 139] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, dist/build/Crypto/Cipher/Types.o, dist/build/Crypto/Cipher/Types.dyn_o )
[ 40 of 139] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.o, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.dyn_o )
[ 41 of 139] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, dist/build/Crypto/Cipher/Utils.o, dist/build/Crypto/Cipher/Utils.dyn_o )
[ 42 of 139] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, dist/build/Crypto/Cipher/TripleDES.o, dist/build/Crypto/Cipher/TripleDES.dyn_o )
[ 43 of 139] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, dist/build/Crypto/Cipher/DES.o, dist/build/Crypto/Cipher/DES.dyn_o )
[ 44 of 139] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, dist/build/Crypto/Cipher/Salsa.o, dist/build/Crypto/Cipher/Salsa.dyn_o )
[ 45 of 139] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, dist/build/Crypto/Cipher/XSalsa.o, dist/build/Crypto/Cipher/XSalsa.dyn_o )
[ 46 of 139] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, dist/build/Crypto/Cipher/RC4.o, dist/build/Crypto/Cipher/RC4.dyn_o )
[ 47 of 139] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, dist/build/Crypto/Cipher/ChaCha.o, dist/build/Crypto/Cipher/ChaCha.dyn_o )
[ 48 of 139] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, dist/build/Crypto/Cipher/AES/Primitive.o, dist/build/Crypto/Cipher/AES/Primitive.dyn_o )
[ 49 of 139] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, dist/build/Crypto/Cipher/AES.o, dist/build/Crypto/Cipher/AES.dyn_o )
[ 50 of 139] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, dist/build/Crypto/Internal/Nat.o, dist/build/Crypto/Internal/Nat.dyn_o )
[ 51 of 139] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, dist/build/Crypto/Hash/SHAKE.o, dist/build/Crypto/Hash/SHAKE.dyn_o )
[ 52 of 139] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, dist/build/Crypto/Hash/Blake2.o, dist/build/Crypto/Hash/Blake2.dyn_o )
[ 53 of 139] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, dist/build/Crypto/Hash/Algorithms.o, dist/build/Crypto/Hash/Algorithms.dyn_o )
[ 54 of 139] Compiling Crypto.Hash ( Crypto/Hash.hs, dist/build/Crypto/Hash.o, dist/build/Crypto/Hash.dyn_o )
[ 55 of 139] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, dist/build/Crypto/Internal/WordArray.o, dist/build/Crypto/Internal/WordArray.dyn_o )
[ 56 of 139] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, dist/build/Crypto/Cipher/Twofish/Primitive.o, dist/build/Crypto/Cipher/Twofish/Primitive.dyn_o )
[ 57 of 139] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, dist/build/Crypto/Cipher/Twofish.o, dist/build/Crypto/Cipher/Twofish.dyn_o )
[ 58 of 139] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, dist/build/Crypto/Cipher/CAST5/Primitive.o, dist/build/Crypto/Cipher/CAST5/Primitive.dyn_o )
[ 59 of 139] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, dist/build/Crypto/Cipher/CAST5.o, dist/build/Crypto/Cipher/CAST5.dyn_o )
[ 60 of 139] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, dist/build/Crypto/Cipher/Blowfish/Box.o, dist/build/Crypto/Cipher/Blowfish/Box.dyn_o )
[ 61 of 139] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, dist/build/Crypto/Cipher/Blowfish/Primitive.o, dist/build/Crypto/Cipher/Blowfish/Primitive.dyn_o )
[ 62 of 139] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, dist/build/Crypto/Cipher/Blowfish.o, dist/build/Crypto/Cipher/Blowfish.dyn_o )
[ 63 of 139] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, dist/build/Crypto/Internal/Words.o, dist/build/Crypto/Internal/Words.dyn_o )
[ 64 of 139] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, dist/build/Crypto/Cipher/Camellia/Primitive.o, dist/build/Crypto/Cipher/Camellia/Primitive.dyn_o )
[ 65 of 139] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, dist/build/Crypto/Cipher/Camellia.o, dist/build/Crypto/Cipher/Camellia.dyn_o )
[ 66 of 139] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, dist/build/Crypto/KDF/Argon2.o, dist/build/Crypto/KDF/Argon2.dyn_o )
[ 67 of 139] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, dist/build/Crypto/KDF/BCryptPBKDF.o, dist/build/Crypto/KDF/BCryptPBKDF.dyn_o )
[ 68 of 139] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, dist/build/Crypto/MAC/CMAC.o, dist/build/Crypto/MAC/CMAC.dyn_o )
[ 69 of 139] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, dist/build/Crypto/MAC/HMAC.o, dist/build/Crypto/MAC/HMAC.dyn_o )
[ 70 of 139] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, dist/build/Crypto/KDF/PBKDF2.o, dist/build/Crypto/KDF/PBKDF2.dyn_o )
[ 71 of 139] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, dist/build/Crypto/KDF/Scrypt.o, dist/build/Crypto/KDF/Scrypt.dyn_o )
[ 72 of 139] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, dist/build/Crypto/KDF/HKDF.o, dist/build/Crypto/KDF/HKDF.dyn_o )
[ 73 of 139] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, dist/build/Crypto/MAC/KMAC.o, dist/build/Crypto/MAC/KMAC.dyn_o )
[ 74 of 139] Compiling Crypto.MAC.KeyedBlake2 ( Crypto/MAC/KeyedBlake2.hs, dist/build/Crypto/MAC/KeyedBlake2.o, dist/build/Crypto/MAC/KeyedBlake2.dyn_o )
[ 75 of 139] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, dist/build/Crypto/MAC/Poly1305.o, dist/build/Crypto/MAC/Poly1305.dyn_o )
[ 76 of 139] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, dist/build/Crypto/Cipher/ChaChaPoly1305.o, dist/build/Crypto/Cipher/ChaChaPoly1305.dyn_o )
[ 77 of 139] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, dist/build/Crypto/Number/Compat.o, dist/build/Crypto/Number/Compat.dyn_o )
[ 78 of 139] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, dist/build/Crypto/Number/Basic.o, dist/build/Crypto/Number/Basic.dyn_o )
[ 79 of 139] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, dist/build/Crypto/ECC/Simple/Types.o, dist/build/Crypto/ECC/Simple/Types.dyn_o )
[ 80 of 139] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, dist/build/Crypto/Number/F2m.o, dist/build/Crypto/Number/F2m.dyn_o )
[ 81 of 139] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, dist/build/Crypto/Number/ModArithmetic.o, dist/build/Crypto/Number/ModArithmetic.dyn_o )
[ 82 of 139] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, dist/build/Crypto/Number/Nat.o, dist/build/Crypto/Number/Nat.dyn_o )
[ 83 of 139] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, dist/build/Crypto/Number/Serialize/Internal.o, dist/build/Crypto/Number/Serialize/Internal.dyn_o )
[ 84 of 139] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, dist/build/Crypto/Number/Serialize.o, dist/build/Crypto/Number/Serialize.dyn_o )
[ 85 of 139] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, dist/build/Crypto/Number/Serialize/Internal/LE.o, dist/build/Crypto/Number/Serialize/Internal/LE.dyn_o )
[ 86 of 139] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, dist/build/Crypto/Number/Serialize/LE.o, dist/build/Crypto/Number/Serialize/LE.dyn_o )
[ 87 of 139] Compiling Crypto.OTP ( Crypto/OTP.hs, dist/build/Crypto/OTP.o, dist/build/Crypto/OTP.dyn_o )
[ 88 of 139] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, dist/build/Crypto/PubKey/ECC/Types.o, dist/build/Crypto/PubKey/ECC/Types.dyn_o )
[ 89 of 139] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, dist/build/Crypto/PubKey/Internal.o, dist/build/Crypto/PubKey/Internal.dyn_o )
[ 90 of 139] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, dist/build/Crypto/PubKey/MaskGenFunction.o, dist/build/Crypto/PubKey/MaskGenFunction.dyn_o )
[ 91 of 139] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, dist/build/Crypto/PubKey/RSA/Types.o, dist/build/Crypto/PubKey/RSA/Types.dyn_o )
[ 92 of 139] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, dist/build/Crypto/PubKey/RSA/Prim.o, dist/build/Crypto/PubKey/RSA/Prim.dyn_o )
[ 93 of 139] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.o, dist/build/Crypto/Random/Entropy/Source.dyn_o )
[ 94 of 139] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.o, dist/build/Crypto/Random/Entropy/RDRand.dyn_o )
[ 95 of 139] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.o, dist/build/Crypto/Random/Entropy/Unix.dyn_o )
[ 96 of 139] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, dist/build/Crypto/Random/Entropy/Backend.o, dist/build/Crypto/Random/Entropy/Backend.dyn_o )
[ 97 of 139] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, dist/build/Crypto/Random/Entropy/Unsafe.o, dist/build/Crypto/Random/Entropy/Unsafe.dyn_o )
[ 98 of 139] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.o, dist/build/Crypto/Random/Entropy.dyn_o )
[ 99 of 139] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, dist/build/Crypto/Random/EntropyPool.o, dist/build/Crypto/Random/EntropyPool.dyn_o )
[100 of 139] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, dist/build/Crypto/Random/Types.o, dist/build/Crypto/Random/Types.dyn_o )
[101 of 139] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, dist/build/Crypto/Random/SystemDRG.o, dist/build/Crypto/Random/SystemDRG.dyn_o )
[102 of 139] Compiling Crypto.Random.HmacDRG ( Crypto/Random/HmacDRG.hs, dist/build/Crypto/Random/HmacDRG.o, dist/build/Crypto/Random/HmacDRG.dyn_o )
[103 of 139] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, dist/build/Crypto/Random/ChaChaDRG.o, dist/build/Crypto/Random/ChaChaDRG.dyn_o )
[104 of 139] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.o, dist/build/Crypto/Random.dyn_o )
[105 of 139] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, dist/build/Crypto/Random/Probabilistic.o, dist/build/Crypto/Random/Probabilistic.dyn_o )
[106 of 139] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, dist/build/Crypto/PubKey/Ed448.o, dist/build/Crypto/PubKey/Ed448.dyn_o )
[107 of 139] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, dist/build/Crypto/PubKey/Ed25519.o, dist/build/Crypto/PubKey/Ed25519.dyn_o )
[108 of 139] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, dist/build/Crypto/PubKey/ECC/P256.o, dist/build/Crypto/PubKey/ECC/P256.dyn_o )
[109 of 139] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, dist/build/Crypto/PubKey/Curve448.o, dist/build/Crypto/PubKey/Curve448.dyn_o )
[110 of 139] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, dist/build/Crypto/PubKey/Curve25519.o, dist/build/Crypto/PubKey/Curve25519.dyn_o )
[111 of 139] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, dist/build/Crypto/KDF/BCrypt.o, dist/build/Crypto/KDF/BCrypt.dyn_o )
[112 of 139] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, dist/build/Crypto/ECC/Edwards25519.o, dist/build/Crypto/ECC/Edwards25519.dyn_o )
[113 of 139] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, dist/build/Crypto/Cipher/AESGCMSIV.o, dist/build/Crypto/Cipher/AESGCMSIV.dyn_o )
[114 of 139] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, dist/build/Crypto/Number/Generate.o, dist/build/Crypto/Number/Generate.dyn_o )
[115 of 139] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, dist/build/Crypto/PubKey/ECC/Prim.o, dist/build/Crypto/PubKey/ECC/Prim.dyn_o )
[116 of 139] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, dist/build/Crypto/PubKey/ECC/ECDSA.o, dist/build/Crypto/PubKey/ECC/ECDSA.dyn_o )
[117 of 139] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, dist/build/Crypto/PubKey/ECC/Generate.o, dist/build/Crypto/PubKey/ECC/Generate.dyn_o )
[118 of 139] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, dist/build/Crypto/PubKey/DSA.o, dist/build/Crypto/PubKey/DSA.dyn_o )
[119 of 139] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, dist/build/Crypto/Number/Prime.o, dist/build/Crypto/Number/Prime.dyn_o )
[120 of 139] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, dist/build/Crypto/PubKey/Rabin/Types.o, dist/build/Crypto/PubKey/Rabin/Types.dyn_o )
[121 of 139] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, dist/build/Crypto/PubKey/Rabin/OAEP.o, dist/build/Crypto/PubKey/Rabin/OAEP.dyn_o )
[122 of 139] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, dist/build/Crypto/PubKey/Rabin/RW.o, dist/build/Crypto/PubKey/Rabin/RW.dyn_o )
[123 of 139] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, dist/build/Crypto/PubKey/Rabin/Modified.o, dist/build/Crypto/PubKey/Rabin/Modified.dyn_o )
[124 of 139] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, dist/build/Crypto/PubKey/Rabin/Basic.o, dist/build/Crypto/PubKey/Rabin/Basic.dyn_o )
[125 of 139] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, dist/build/Crypto/PubKey/RSA.o, dist/build/Crypto/PubKey/RSA.dyn_o )
[126 of 139] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, dist/build/Crypto/PubKey/RSA/PSS.o, dist/build/Crypto/PubKey/RSA/PSS.dyn_o )
[127 of 139] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, dist/build/Crypto/PubKey/RSA/PKCS15.o, dist/build/Crypto/PubKey/RSA/PKCS15.dyn_o )
[128 of 139] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, dist/build/Crypto/PubKey/RSA/OAEP.o, dist/build/Crypto/PubKey/RSA/OAEP.dyn_o )
[129 of 139] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, dist/build/Crypto/PubKey/DH.o, dist/build/Crypto/PubKey/DH.dyn_o )
[130 of 139] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, dist/build/Crypto/PubKey/ElGamal.o, dist/build/Crypto/PubKey/ElGamal.dyn_o )
[131 of 139] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, dist/build/Crypto/PubKey/ECC/DH.o, dist/build/Crypto/PubKey/ECC/DH.dyn_o )
[132 of 139] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, dist/build/Crypto/ECC/Simple/Prim.o, dist/build/Crypto/ECC/Simple/Prim.dyn_o )
[133 of 139] Compiling Crypto.ECC ( Crypto/ECC.hs, dist/build/Crypto/ECC.o, dist/build/Crypto/ECC.dyn_o )
[134 of 139] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, dist/build/Crypto/PubKey/EdDSA.o, dist/build/Crypto/PubKey/EdDSA.dyn_o )
[135 of 139] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, dist/build/Crypto/PubKey/ECIES.o, dist/build/Crypto/PubKey/ECIES.dyn_o )
[136 of 139] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, dist/build/Crypto/PubKey/ECDSA.o, dist/build/Crypto/PubKey/ECDSA.dyn_o )
[137 of 139] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, dist/build/Crypto/Data/AFIS.o, dist/build/Crypto/Data/AFIS.dyn_o )
[138 of 139] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, dist/build/Crypto/System/CPU.o, dist/build/Crypto/System/CPU.dyn_o )
[139 of 139] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, dist/build/Crypto/Tutorial.o, dist/build/Crypto/Tutorial.dyn_o )
Preprocessing library for crypton-1.0.4..
Running Haddock on library for crypton-1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 139] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, nothing )
[ 2 of 139] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, nothing )
[ 3 of 139] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, nothing )
[ 4 of 139] Compiling Crypto.Error ( Crypto/Error.hs, nothing )
[ 5 of 139] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, nothing )
[ 6 of 139] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, nothing )
[ 7 of 139] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, nothing )
[ 8 of 139] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, nothing )
[ 9 of 139] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, nothing )
[ 10 of 139] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, nothing )
[ 11 of 139] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, nothing )
[ 12 of 139] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, nothing )
[ 13 of 139] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, nothing )
[ 14 of 139] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, nothing )
[ 15 of 139] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, nothing )
[ 16 of 139] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, nothing )
[ 17 of 139] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, nothing )
[ 18 of 139] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, nothing )
[ 19 of 139] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, nothing )
[ 20 of 139] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, nothing )
[ 21 of 139] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, nothing )
[ 22 of 139] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, nothing )
[ 23 of 139] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, nothing )
[ 24 of 139] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, nothing )
[ 25 of 139] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, nothing )
[ 26 of 139] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, nothing )
[ 27 of 139] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, nothing )
[ 28 of 139] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, nothing )
[ 29 of 139] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, nothing )
[ 30 of 139] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, nothing )
[ 31 of 139] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, nothing )
[ 32 of 139] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, nothing )
[ 33 of 139] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, nothing )
[ 34 of 139] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, nothing )
[ 35 of 139] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, nothing )
[ 36 of 139] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, nothing )
[ 37 of 139] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, nothing )
[ 38 of 139] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, nothing )
[ 39 of 139] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, nothing )
[ 40 of 139] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, nothing )
[ 41 of 139] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, nothing )
[ 42 of 139] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, nothing )
[ 43 of 139] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, nothing )
[ 44 of 139] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, nothing )
[ 45 of 139] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, nothing )
[ 46 of 139] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, nothing )
[ 47 of 139] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, nothing )
[ 48 of 139] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, nothing )
[ 49 of 139] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, nothing )
[ 50 of 139] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, nothing )
[ 51 of 139] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, nothing )
[ 52 of 139] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, nothing )
[ 53 of 139] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, nothing )
[ 54 of 139] Compiling Crypto.Hash ( Crypto/Hash.hs, nothing )
[ 55 of 139] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, nothing )
[ 56 of 139] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, nothing )
[ 57 of 139] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, nothing )
[ 58 of 139] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, nothing )
[ 59 of 139] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, nothing )
[ 60 of 139] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, nothing )
[ 61 of 139] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, nothing )
[ 62 of 139] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, nothing )
[ 63 of 139] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, nothing )
[ 64 of 139] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, nothing )
[ 65 of 139] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, nothing )
[ 66 of 139] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, nothing )
[ 67 of 139] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, nothing )
[ 68 of 139] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, nothing )
[ 69 of 139] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, nothing )
[ 70 of 139] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, nothing )
[ 71 of 139] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, nothing )
[ 72 of 139] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, nothing )
[ 73 of 139] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, nothing )
[ 74 of 139] Compiling Crypto.MAC.KeyedBlake2 ( Crypto/MAC/KeyedBlake2.hs, nothing )
[ 75 of 139] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, nothing )
[ 76 of 139] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, nothing )
[ 77 of 139] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, nothing )
[ 78 of 139] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, nothing )
[ 79 of 139] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, nothing )
[ 80 of 139] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, nothing )
[ 81 of 139] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, nothing )
[ 82 of 139] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, nothing )
[ 83 of 139] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, nothing )
[ 84 of 139] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, nothing )
[ 85 of 139] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, nothing )
[ 86 of 139] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, nothing )
[ 87 of 139] Compiling Crypto.OTP ( Crypto/OTP.hs, nothing )
[ 88 of 139] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, nothing )
[ 89 of 139] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, nothing )
[ 90 of 139] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, nothing )
[ 91 of 139] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, nothing )
[ 92 of 139] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, nothing )
[ 93 of 139] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, nothing )
[ 94 of 139] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, nothing )
[ 95 of 139] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, nothing )
[ 96 of 139] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, nothing )
[ 97 of 139] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, nothing )
[ 98 of 139] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, nothing )
[ 99 of 139] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, nothing )
[100 of 139] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, nothing )
[101 of 139] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, nothing )
[102 of 139] Compiling Crypto.Random.HmacDRG ( Crypto/Random/HmacDRG.hs, nothing )
[103 of 139] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, nothing )
[104 of 139] Compiling Crypto.Random ( Crypto/Random.hs, nothing )
[105 of 139] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, nothing )
[106 of 139] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, nothing )
[107 of 139] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, nothing )
[108 of 139] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, nothing )
[109 of 139] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, nothing )
[110 of 139] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, nothing )
[111 of 139] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, nothing )
[112 of 139] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, nothing )
[113 of 139] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, nothing )
[114 of 139] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, nothing )
[115 of 139] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, nothing )
[116 of 139] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, nothing )
[117 of 139] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, nothing )
[118 of 139] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, nothing )
[119 of 139] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, nothing )
[120 of 139] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, nothing )
[121 of 139] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, nothing )
[122 of 139] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, nothing )
[123 of 139] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, nothing )
[124 of 139] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, nothing )
[125 of 139] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, nothing )
[126 of 139] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, nothing )
[127 of 139] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, nothing )
[128 of 139] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, nothing )
[129 of 139] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, nothing )
[130 of 139] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, nothing )
[131 of 139] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, nothing )
[132 of 139] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, nothing )
[133 of 139] Compiling Crypto.ECC ( Crypto/ECC.hs, nothing )
[134 of 139] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, nothing )
[135 of 139] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, nothing )
[136 of 139] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, nothing )
[137 of 139] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, nothing )
[138 of 139] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, nothing )
[139 of 139] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Crypto.Data.Padding'
100% ( 8 / 8) in 'Crypto.Error'
100% ( 8 / 8) in 'Crypto.Hash.IO'
92% ( 25 / 27) in 'Crypto.Cipher.Types'
Missing documentation for:
CCM_M (Crypto/Cipher/Types/Base.hs:48)
CCM_L (Crypto/Cipher/Types/Base.hs:50)
75% ( 3 / 4) in 'Crypto.ConstructHash.MiyaguchiPreneel'
Missing documentation for:
MiyaguchiPreneel (Crypto/ConstructHash/MiyaguchiPreneel.hs:26)
0% ( 0 / 2) in 'Crypto.Cipher.Utils'
Missing documentation for:
Module header
validateKeySize (Crypto/Cipher/Utils.hs:12)
100% ( 5 / 5) in 'Crypto.Cipher.TripleDES'
100% ( 2 / 2) in 'Crypto.Cipher.DES'
100% ( 5 / 5) in 'Crypto.Cipher.Salsa'
100% ( 6 / 6) in 'Crypto.Cipher.XSalsa'
100% ( 5 / 5) in 'Crypto.Cipher.RC4'
100% ( 10 / 10) in 'Crypto.Cipher.ChaCha'
100% ( 4 / 4) in 'Crypto.Cipher.AES'
Warning: 'bitlen' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'SHAKE256' is ambiguous. It is defined
* at Crypto/Hash/SHAKE.hs:74:33
* at Crypto/Hash/SHAKE.hs:74:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/Hash/SHAKE.hs:74:1
Warning: 'SHAKE128' is ambiguous. It is defined
* at Crypto/Hash/SHAKE.hs:50:33
* at Crypto/Hash/SHAKE.hs:50:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/Hash/SHAKE.hs:50:1
95% ( 46 / 48) in 'Crypto.Hash.Algorithms'
Missing documentation for:
Blake2bp (Crypto/Hash/Blake2.hs:202)
Blake2sp (Crypto/Hash/Blake2.hs:160)
100% ( 23 / 23) in 'Crypto.Hash'
0% ( 0 / 4) in 'Crypto.Cipher.Twofish'
Missing documentation for:
Module header
Twofish128 (Crypto/Cipher/Twofish.hs:11)
Twofish192 (Crypto/Cipher/Twofish.hs:24)
Twofish256 (Crypto/Cipher/Twofish.hs:37)
100% ( 2 / 2) in 'Crypto.Cipher.CAST5'
100% ( 6 / 6) in 'Crypto.Cipher.Blowfish'
100% ( 2 / 2) in 'Crypto.Cipher.Camellia'
Warning: 'hashParallelism' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashMemory' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashIterations' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 8 / 10) in 'Crypto.KDF.Argon2'
Missing documentation for:
defaultOptions (Crypto/KDF/Argon2.hs:98)
hash (Crypto/KDF/Argon2.hs:114)
75% ( 3 / 4) in 'Crypto.KDF.BCryptPBKDF'
Missing documentation for:
Parameters (Crypto/KDF/BCryptPBKDF.hs:43)
100% ( 4 / 4) in 'Crypto.MAC.CMAC'
Warning: 'hmacFinalize' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Crypto.MAC.HMAC'
62% ( 5 / 8) in 'Crypto.KDF.PBKDF2'
Missing documentation for:
fastPBKDF2_SHA1 (Crypto/KDF/PBKDF2.hs:124)
fastPBKDF2_SHA256 (Crypto/KDF/PBKDF2.hs:143)
fastPBKDF2_SHA512 (Crypto/KDF/PBKDF2.hs:162)
100% ( 3 / 3) in 'Crypto.KDF.Scrypt'
83% ( 5 / 6) in 'Crypto.KDF.HKDF'
Missing documentation for:
toPRK (Crypto/KDF/HKDF.hs:103)
Warning: 'KMAC' is ambiguous. It is defined
* at Crypto/MAC/KMAC.hs:87:18
* at Crypto/MAC/KMAC.hs:87:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/MAC/KMAC.hs:87:1
100% ( 10 / 10) in 'Crypto.MAC.KMAC'
Warning: 'KeyedBlake2' is ambiguous. It is defined
* at Crypto/MAC/KeyedBlake2.hs:44:25
* at Crypto/MAC/KeyedBlake2.hs:44:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/MAC/KeyedBlake2.hs:44:1
100% ( 11 / 11) in 'Crypto.MAC.KeyedBlake2'
91% ( 11 / 12) in 'Crypto.MAC.Poly1305'
Missing documentation for:
authTag (Crypto/MAC/Poly1305.hs:59)
100% ( 19 / 19) in 'Crypto.Cipher.ChaChaPoly1305'
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 8 / 8) in 'Crypto.Number.Basic'
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 12 / 12) in 'Crypto.Number.F2m'
Warning: 'CoprimesAssertionError' is ambiguous. It is defined
* at Crypto/Number/ModArithmetic.hs:29:31
* at Crypto/Number/ModArithmetic.hs:29:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/Number/ModArithmetic.hs:29:1
Warning: 'ModulusAssertionError' is ambiguous. It is defined
* at Crypto/Number/ModArithmetic.hs:148:30
* at Crypto/Number/ModArithmetic.hs:148:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/Number/ModArithmetic.hs:148:1
100% ( 11 / 11) in 'Crypto.Number.ModArithmetic'
100% ( 7 / 7) in 'Crypto.Number.Nat'
100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal'
100% ( 5 / 5) in 'Crypto.Number.Serialize'
100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal.LE'
100% ( 5 / 5) in 'Crypto.Number.Serialize.LE'
75% ( 9 / 12) in 'Crypto.OTP'
Missing documentation for:
hotp (Crypto/OTP.hs:75)
TOTPParams (Crypto/OTP.hs:123)
ClockSkew (Crypto/OTP.hs:125)
100% ( 15 / 15) in 'Crypto.PubKey.ECC.Types'
100% ( 3 / 3) in 'Crypto.PubKey.MaskGenFunction'
100% ( 11 / 11) in 'Crypto.PubKey.RSA.Types'
100% ( 5 / 5) in 'Crypto.PubKey.RSA.Prim'
100% ( 5 / 5) in 'Crypto.Random.Entropy.Unsafe'
100% ( 2 / 2) in 'Crypto.Random.Entropy'
100% ( 5 / 5) in 'Crypto.Random.EntropyPool'
Warning: 'MonadPseudoRandom' is ambiguous. It is defined
* at Crypto/Random/Types.hs:31:35
* at Crypto/Random/Types.hs:31:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/Random/Types.hs:31:1
100% ( 5 / 5) in 'Crypto.Random.Types'
95% ( 20 / 21) in 'Crypto.Random'
Missing documentation for:
Seed (Crypto/Random.hs:46)
100% ( 18 / 18) in 'Crypto.PubKey.Ed448'
100% ( 18 / 18) in 'Crypto.PubKey.Ed25519'
Warning: 'Point' is ambiguous. It is defined
* at Crypto/PubKey/ECC/P256.hs:70:17
* at Crypto/PubKey/ECC/P256.hs:70:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/PubKey/ECC/P256.hs:70:1
Warning: 'Scalar' is ambiguous. It is defined
* at Crypto/PubKey/ECC/P256.hs:66:18
* at Crypto/PubKey/ECC/P256.hs:66:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/PubKey/ECC/P256.hs:66:1
100% ( 34 / 34) in 'Crypto.PubKey.ECC.P256'
100% ( 12 / 12) in 'Crypto.PubKey.Curve448'
100% ( 12 / 12) in 'Crypto.PubKey.Curve25519'
100% ( 5 / 5) in 'Crypto.KDF.BCrypt'
100% ( 21 / 21) in 'Crypto.ECC.Edwards25519'
100% ( 6 / 6) in 'Crypto.Cipher.AESGCMSIV'
100% ( 6 / 6) in 'Crypto.Number.Generate'
100% ( 12 / 12) in 'Crypto.PubKey.ECC.Prim'
100% ( 21 / 21) in 'Crypto.PubKey.ECC.ECDSA'
100% ( 3 / 3) in 'Crypto.PubKey.ECC.Generate'
100% ( 19 / 19) in 'Crypto.PubKey.DSA'
100% ( 10 / 10) in 'Crypto.Number.Prime'
100% ( 3 / 3) in 'Crypto.PubKey.Rabin.Types'
100% ( 5 / 5) in 'Crypto.PubKey.Rabin.OAEP'
100% ( 9 / 9) in 'Crypto.PubKey.Rabin.RW'
100% ( 6 / 6) in 'Crypto.PubKey.Rabin.Modified'
100% ( 11 / 11) in 'Crypto.PubKey.Rabin.Basic'
Warning: 'e' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Crypto.PubKey.RSA'
100% ( 13 / 13) in 'Crypto.PubKey.RSA.PSS'
100% ( 15 / 15) in 'Crypto.PubKey.RSA.PKCS15'
100% ( 9 / 9) in 'Crypto.PubKey.RSA.OAEP'
100% ( 10 / 10) in 'Crypto.PubKey.DH'
100% ( 8 / 8) in 'Crypto.PubKey.ECC.DH'
30% ( 4 / 13) in 'Crypto.ECC'
Missing documentation for:
Curve_P384R1 (Crypto/ECC.hs:218)
Curve_P521R1 (Crypto/ECC.hs:254)
Curve_X25519 (Crypto/ECC.hs:290)
Curve_X448 (Crypto/ECC.hs:313)
Curve_Edwards25519 (Crypto/ECC.hs:336)
EllipticCurve (Crypto/ECC.hs:70)
EllipticCurveDH (Crypto/ECC.hs:104)
EllipticCurveArith (Crypto/ECC.hs:128)
EllipticCurveBasepointArith (Crypto/ECC.hs:141)
100% ( 22 / 22) in 'Crypto.PubKey.EdDSA'
100% ( 3 / 3) in 'Crypto.PubKey.ECIES'
100% ( 22 / 22) in 'Crypto.PubKey.ECDSA'
100% ( 3 / 3) in 'Crypto.Data.AFIS'
100% ( 3 / 3) in 'Crypto.System.CPU'
100% ( 9 / 9) in 'Crypto.Tutorial'
Warning: Crypto.Error: could not find link destinations for:
- Crypto.Error.Types.D:R:FailureCryptoFailable
Warning: Crypto.Hash.IO: could not find link destinations for:
- Crypto.Hash.Whirlpool.D:R:HashBlockSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashDigestSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashInternalContextSizeWhirlpool
- Crypto.Hash.Tiger.D:R:HashBlockSizeTiger
- Crypto.Hash.Tiger.D:R:HashDigestSizeTiger
- Crypto.Hash.Tiger.D:R:HashInternalContextSizeTiger
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_512
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_256
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_256
- Crypto.Hash.SHA512.D:R:HashBlockSizeSHA512
- Crypto.Hash.SHA512.D:R:HashDigestSizeSHA512
- Crypto.Hash.SHA512.D:R:HashInternalContextSizeSHA512
- Crypto.Hash.SHA384.D:R:HashBlockSizeSHA384
- Crypto.Hash.SHA384.D:R:HashDigestSizeSHA384
- Crypto.Hash.SHA384.D:R:HashInternalContextSizeSHA384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_512
- Crypto.Hash.SHA256.D:R:HashBlockSizeSHA256
- Crypto.Hash.SHA256.D:R:HashDigestSizeSHA256
- Crypto.Hash.SHA256.D:R:HashInternalContextSizeSHA256
- Crypto.Hash.SHA224.D:R:HashBlockSizeSHA224
- Crypto.Hash.SHA224.D:R:HashDigestSizeSHA224
- Crypto.Hash.SHA224.D:R:HashInternalContextSizeSHA224
- Crypto.Hash.SHA1.D:R:HashBlockSizeSHA1
- Crypto.Hash.SHA1.D:R:HashDigestSizeSHA1
- Crypto.Hash.SHA1.D:R:HashInternalContextSizeSHA1
- Crypto.Hash.RIPEMD160.D:R:HashBlockSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashDigestSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashInternalContextSizeRIPEMD160
- Crypto.Hash.MD5.D:R:HashBlockSizeMD5
- Crypto.Hash.MD5.D:R:HashDigestSizeMD5
- Crypto.Hash.MD5.D:R:HashInternalContextSizeMD5
- Crypto.Hash.MD4.D:R:HashBlockSizeMD4
- Crypto.Hash.MD4.D:R:HashDigestSizeMD4
- Crypto.Hash.MD4.D:R:HashInternalContextSizeMD4
- Crypto.Hash.MD2.D:R:HashBlockSizeMD2
- Crypto.Hash.MD2.D:R:HashDigestSizeMD2
- Crypto.Hash.MD2.D:R:HashInternalContextSizeMD2
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_512
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_256
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_256
- Crypto.Hash.Blake2bp.D:R:HashBlockSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashDigestSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashInternalContextSizeBlake2bp_512
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_512
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE256
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2bp
Warning: Crypto.Hash.Algorithms: could not find link destinations for:
- Crypto.Hash.Types.hashInternalFinalizePrefix
- Crypto.Hash.Whirlpool.D:R:HashBlockSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashDigestSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashInternalContextSizeWhirlpool
- Crypto.Hash.Tiger.D:R:HashBlockSizeTiger
- Crypto.Hash.Tiger.D:R:HashDigestSizeTiger
- Crypto.Hash.Tiger.D:R:HashInternalContextSizeTiger
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_512
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_256
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_256
- Crypto.Hash.SHA512.D:R:HashBlockSizeSHA512
- Crypto.Hash.SHA512.D:R:HashDigestSizeSHA512
- Crypto.Hash.SHA512.D:R:HashInternalContextSizeSHA512
- Crypto.Hash.SHA384.D:R:HashBlockSizeSHA384
- Crypto.Hash.SHA384.D:R:HashDigestSizeSHA384
- Crypto.Hash.SHA384.D:R:HashInternalContextSizeSHA384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_512
- Crypto.Hash.SHA256.D:R:HashBlockSizeSHA256
- Crypto.Hash.SHA256.D:R:HashDigestSizeSHA256
- Crypto.Hash.SHA256.D:R:HashInternalContextSizeSHA256
- Crypto.Hash.SHA224.D:R:HashBlockSizeSHA224
- Crypto.Hash.SHA224.D:R:HashDigestSizeSHA224
- Crypto.Hash.SHA224.D:R:HashInternalContextSizeSHA224
- Crypto.Hash.SHA1.D:R:HashBlockSizeSHA1
- Crypto.Hash.SHA1.D:R:HashDigestSizeSHA1
- Crypto.Hash.SHA1.D:R:HashInternalContextSizeSHA1
- Crypto.Hash.RIPEMD160.D:R:HashBlockSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashDigestSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashInternalContextSizeRIPEMD160
- Crypto.Hash.MD5.D:R:HashBlockSizeMD5
- Crypto.Hash.MD5.D:R:HashDigestSizeMD5
- Crypto.Hash.MD5.D:R:HashInternalContextSizeMD5
- Crypto.Hash.MD4.D:R:HashBlockSizeMD4
- Crypto.Hash.MD4.D:R:HashDigestSizeMD4
- Crypto.Hash.MD4.D:R:HashInternalContextSizeMD4
- Crypto.Hash.MD2.D:R:HashBlockSizeMD2
- Crypto.Hash.MD2.D:R:HashDigestSizeMD2
- Crypto.Hash.MD2.D:R:HashInternalContextSizeMD2
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_512
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_256
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_256
- Crypto.Hash.Blake2bp.D:R:HashBlockSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashDigestSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashInternalContextSizeBlake2bp_512
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_512
- Crypto.Hash.SHAKE.cshakeInternalFinalize
- Crypto.Hash.SHAKE.cshakeOutputLength
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE256
- Crypto.Hash.Blake2.blake2InternalKeyedInit
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2bp
- Crypto.PubKey.RSA.PKCS15.hashDigestASN1
Warning: Crypto.MAC.KMAC: could not find link destinations for:
- Crypto.Hash.SHAKE.cshakeInternalFinalize
- Crypto.Hash.SHAKE.cshakeOutputLength
Warning: Crypto.MAC.KeyedBlake2: could not find link destinations for:
- Crypto.Hash.Blake2.blake2InternalKeyedInit
Warning: Crypto.Number.ModArithmetic: could not find link destinations for:
- Crypto.Number.ModArithmetic.ModulusAssertionError
- Crypto.Number.ModArithmetic.CoprimesAssertionError
Warning: Crypto.Number.Nat: could not find link destinations for:
- Crypto.Internal.Nat.IsDiv8
- Crypto.Internal.Nat.IsGE
- Crypto.Internal.Nat.IsLE
Warning: Crypto.PubKey.Rabin.Types: could not find link destinations for:
- Crypto.PubKey.Rabin.Types.PrimeCondition
Warning: Crypto.PubKey.RSA.PKCS15: could not find link destinations for:
- Crypto.PubKey.RSA.PKCS15.hashDigestASN1
Warning: Crypto.ECC: could not find link destinations for:
- Crypto.Internal.Builder.Builder
- Crypto.ECC.D:R:PointCurve_P256R1
- Crypto.ECC.D:R:ScalarCurve_P256R1
- Crypto.ECC.D:R:PointCurve_P384R1
- Crypto.ECC.D:R:ScalarCurve_P384R1
- Crypto.ECC.D:R:PointCurve_P521R1
- Crypto.ECC.D:R:ScalarCurve_P521R1
- Crypto.ECC.D:R:PointCurve_X25519
- Crypto.ECC.D:R:ScalarCurve_X25519
- Crypto.ECC.D:R:PointCurve_X448
- Crypto.ECC.D:R:ScalarCurve_X448
- Crypto.ECC.D:R:PointCurve_Edwards25519
- Crypto.ECC.D:R:ScalarCurve_Edwards25519
- Crypto.PubKey.EdDSA.hashWithDom
- Crypto.PubKey.EdDSA.pointPublic
- Crypto.PubKey.EdDSA.publicPoint
- Crypto.PubKey.EdDSA.encodeScalarLE
- Crypto.PubKey.EdDSA.decodeScalarLE
- Crypto.PubKey.EdDSA.scheduleSecret
- Crypto.PubKey.EdDSA.D:R:CurveDigestSizeCurve_Edwards25519
Warning: Crypto.PubKey.EdDSA: could not find link destinations for:
- Crypto.Internal.Builder.Builder
- Crypto.PubKey.EdDSA.hashWithDom
- Crypto.PubKey.EdDSA.pointPublic
- Crypto.PubKey.EdDSA.publicPoint
- Crypto.PubKey.EdDSA.encodeScalarLE
- Crypto.PubKey.EdDSA.decodeScalarLE
- Crypto.PubKey.EdDSA.scheduleSecret
- Crypto.PubKey.EdDSA.D:R:CurveDigestSizeCurve_Edwards25519
Documentation created: dist/doc/html/crypton/,
dist/doc/html/crypton/crypton.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-1.0.4-Acr3QKbFZR6LKeKsaKrRPf
Completed crypton-1.0.4
Warning: asn1-types.cabal:17:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring asn1-types-0.3.4...
Preprocessing library for asn1-types-0.3.4..
Building library for asn1-types-0.3.4..
[1 of 6] Compiling Data.ASN1.BitArray ( Data/ASN1/BitArray.hs, dist/build/Data/ASN1/BitArray.o, dist/build/Data/ASN1/BitArray.dyn_o )
[2 of 6] Compiling Data.ASN1.OID ( Data/ASN1/OID.hs, dist/build/Data/ASN1/OID.o, dist/build/Data/ASN1/OID.dyn_o )
[3 of 6] Compiling Data.ASN1.Types.Lowlevel ( Data/ASN1/Types/Lowlevel.hs, dist/build/Data/ASN1/Types/Lowlevel.o, dist/build/Data/ASN1/Types/Lowlevel.dyn_o )
[4 of 6] Compiling Data.ASN1.Types.String ( Data/ASN1/Types/String.hs, dist/build/Data/ASN1/Types/String.o, dist/build/Data/ASN1/Types/String.dyn_o )
[5 of 6] Compiling Data.ASN1.Types ( Data/ASN1/Types.hs, dist/build/Data/ASN1/Types.o, dist/build/Data/ASN1/Types.dyn_o )
[6 of 6] Compiling Data.ASN1.Pretty ( Data/ASN1/Pretty.hs, dist/build/Data/ASN1/Pretty.o, dist/build/Data/ASN1/Pretty.dyn_o )
Preprocessing library for asn1-types-0.3.4..
Running Haddock on library for asn1-types-0.3.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.ASN1.BitArray ( Data/ASN1/BitArray.hs, nothing )
[2 of 6] Compiling Data.ASN1.OID ( Data/ASN1/OID.hs, nothing )
[3 of 6] Compiling Data.ASN1.Types.Lowlevel ( Data/ASN1/Types/Lowlevel.hs, nothing )
[4 of 6] Compiling Data.ASN1.Types.String ( Data/ASN1/Types/String.hs, nothing )
[5 of 6] Compiling Data.ASN1.Types ( Data/ASN1/Types.hs, nothing )
[6 of 6] Compiling Data.ASN1.Pretty ( Data/ASN1/Pretty.hs, nothing )
Haddock coverage:
100% ( 10 / 10) in 'Data.ASN1.BitArray'
100% ( 5 / 5) in 'Data.ASN1.OID'
100% ( 8 / 8) in 'Data.ASN1.Types.Lowlevel'
Warning: 'ASN1CharacterString' is ambiguous. It is defined
* at Data/ASN1/Types/String.hs:73:28
* at Data/ASN1/Types/String.hs:73:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/ASN1/Types/String.hs:73:1
100% ( 5 / 5) in 'Data.ASN1.Types.String'
100% ( 13 / 13) in 'Data.ASN1.Types'
66% ( 2 / 3) in 'Data.ASN1.Pretty'
Missing documentation for:
PrettyType (Data/ASN1/Pretty.hs:19)
Documentation created: dist/doc/html/asn1-types/,
dist/doc/html/asn1-types/asn1-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/asn1-types-0.3.4-Aa1ZVoLBx5MJGI4oB0bhzz
Completed asn1-types-0.3.4
Configuring ansi-terminal-1.1.3...
Preprocessing library for ansi-terminal-1.1.3..
Building library for ansi-terminal-1.1.3..
[1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o )
[2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o )
Preprocessing library for ansi-terminal-1.1.3..
Running Haddock on library for ansi-terminal-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing )
[2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing )
Haddock coverage:
54% ( 85 /155) in 'System.Console.ANSI'
Missing documentation for:
cursorUp (src/System/Console/ANSI.hs:415)
cursorDown (src/System/Console/ANSI.hs:416)
cursorForward (src/System/Console/ANSI.hs:417)
cursorBackward (src/System/Console/ANSI.hs:418)
hCursorUp (src/System/Console/ANSI.hs:407)
hCursorDown (src/System/Console/ANSI.hs:408)
hCursorForward (src/System/Console/ANSI.hs:409)
hCursorBackward (src/System/Console/ANSI.hs:410)
cursorUpCode
cursorDownCode
cursorForwardCode
cursorBackwardCode
cursorUpLine (src/System/Console/ANSI.hs:431)
cursorDownLine (src/System/Console/ANSI.hs:430)
hCursorUpLine (src/System/Console/ANSI.hs:425)
hCursorDownLine (src/System/Console/ANSI.hs:424)
cursorUpLineCode
cursorDownLineCode
hSetCursorColumn (src/System/Console/ANSI.hs:437)
hSetCursorPosition (src/System/Console/ANSI.hs:451)
hSaveCursor (src/System/Console/ANSI.hs:462)
hRestoreCursor (src/System/Console/ANSI.hs:463)
hReportCursorPosition (src/System/Console/ANSI.hs:464)
clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1036)
clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1037)
clearScreen (src/System/Console/ANSI.hs:1038)
clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1048)
clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1049)
clearLine (src/System/Console/ANSI.hs:1050)
hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1030)
hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1031)
hClearScreen (src/System/Console/ANSI.hs:1033)
hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1043)
hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1044)
hClearLine (src/System/Console/ANSI.hs:1045)
clearFromCursorToScreenEndCode
clearFromCursorToScreenBeginningCode
clearScreenCode
clearFromCursorToLineEndCode
clearFromCursorToLineBeginningCode
clearLineCode
enableLineWrap (src/System/Console/ANSI.hs:1059)
disableLineWrap (src/System/Console/ANSI.hs:1060)
hEnableLineWrap (src/System/Console/ANSI.hs:1055)
hDisableLineWrap (src/System/Console/ANSI.hs:1056)
enableLineWrapCode
disableLineWrapCode
scrollPageUp (src/System/Console/ANSI.hs:1072)
scrollPageDown (src/System/Console/ANSI.hs:1073)
hScrollPageUp (src/System/Console/ANSI.hs:1066)
hScrollPageDown (src/System/Console/ANSI.hs:1067)
scrollPageUpCode
scrollPageDownCode
hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:508)
hUseNormalScreenBuffer (src/System/Console/ANSI.hs:511)
useAlternateScreenBufferCode
useNormalScreenBufferCode
hReportLayerColor (src/System/Console/ANSI.hs:815)
hSetSGR (src/System/Console/ANSI.hs:1016)
setSGRCode
hideCursor (src/System/Console/ANSI.hs:504)
showCursor (src/System/Console/ANSI.hs:505)
hHideCursor (src/System/Console/ANSI.hs:500)
hShowCursor (src/System/Console/ANSI.hs:501)
hideCursorCode
showCursorCode
hHyperlink (src/System/Console/ANSI.hs:570)
hHyperlinkWithId (src/System/Console/ANSI.hs:592)
hHyperlinkWithParams (src/System/Console/ANSI.hs:547)
hSetTitle (src/System/Console/ANSI.hs:612)
Documentation created: dist/doc/html/ansi-terminal/,
dist/doc/html/ansi-terminal/ansi-terminal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-1.1.3-9wpti7DRjVIBzQawv4Tcnx
Completed ansi-terminal-1.1.3
Configuring cookie-0.5.1...
Preprocessing library for cookie-0.5.1..
Building library for cookie-0.5.1..
[1 of 1] Compiling Web.Cookie ( Web/Cookie.hs, dist/build/Web/Cookie.o, dist/build/Web/Cookie.dyn_o )
Preprocessing library for cookie-0.5.1..
Running Haddock on library for cookie-0.5.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Web.Cookie ( Web/Cookie.hs, nothing )
Haddock coverage:
Warning: 'SetCookie' is ambiguous. It is defined
* at Web/Cookie.hs:151:18
* at Web/Cookie.hs:151:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Web/Cookie.hs:151:1
Warning: 'UTCTime' is ambiguous. It is defined
* in Data.Time.Clock.Internal.UTCTime
* in Data.Time.Clock.Internal.UTCTime
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Time.Clock.Internal.UTCTime
75% ( 28 / 37) in 'Web.Cookie'
Missing documentation for:
Module header
parseSetCookie (Web/Cookie.hs:269)
renderSetCookie (Web/Cookie.hs:228)
Cookies (Web/Cookie.hs:75)
renderCookies (Web/Cookie.hs:130)
parseCookiesText (Web/Cookie.hs:67)
renderCookiesText (Web/Cookie.hs:73)
expiresFormat (Web/Cookie.hs:295)
parseCookieExpires (Web/Cookie.hs:303)
Documentation created: dist/doc/html/cookie/, dist/doc/html/cookie/cookie.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cookie-0.5.1-7WjWdRAhou4BE339QV6XNE
Completed cookie-0.5.1
Configuring ghc-typelits-knownnat-0.7.13...
Preprocessing library for ghc-typelits-knownnat-0.7.13..
Building library for ghc-typelits-knownnat-0.7.13..
[1 of 3] Compiling GHC.TypeLits.KnownNat.TH ( src/GHC/TypeLits/KnownNat/TH.hs, dist/build/GHC/TypeLits/KnownNat/TH.o, dist/build/GHC/TypeLits/KnownNat/TH.dyn_o )
[2 of 3] Compiling GHC.TypeLits.KnownNat ( src-ghc-9.4/GHC/TypeLits/KnownNat.hs, dist/build/GHC/TypeLits/KnownNat.o, dist/build/GHC/TypeLits/KnownNat.dyn_o )
[3 of 3] Compiling GHC.TypeLits.KnownNat.Solver ( src-ghc-9.4/GHC/TypeLits/KnownNat/Solver.hs, dist/build/GHC/TypeLits/KnownNat/Solver.o, dist/build/GHC/TypeLits/KnownNat/Solver.dyn_o )
Preprocessing library for ghc-typelits-knownnat-0.7.13..
Running Haddock on library for ghc-typelits-knownnat-0.7.13..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling GHC.TypeLits.KnownNat.TH ( src/GHC/TypeLits/KnownNat/TH.hs, /tmp/ghc999219_0/ghc_6.o, /tmp/ghc999219_0/ghc_6.dyn_o )
[2 of 3] Compiling GHC.TypeLits.KnownNat ( src-ghc-9.4/GHC/TypeLits/KnownNat.hs, nothing )
[3 of 3] Compiling GHC.TypeLits.KnownNat.Solver ( src-ghc-9.4/GHC/TypeLits/KnownNat/Solver.hs, nothing )
Haddock coverage:
Warning: 'SNatKn' is ambiguous. It is defined
* at src-ghc-9.4/GHC/TypeLits/KnownNat.hs:147:32
* at src-ghc-9.4/GHC/TypeLits/KnownNat.hs:147:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src-ghc-9.4/GHC/TypeLits/KnownNat.hs:147:1
94% ( 17 / 18) in 'GHC.TypeLits.KnownNat'
Missing documentation for:
KnownBool (src-ghc-9.4/GHC/TypeLits/KnownNat.hs:211)
Warning: 'MaxSym0' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'GHC.TypeLits.KnownNat.Solver'
Documentation created: dist/doc/html/ghc-typelits-knownnat/,
dist/doc/html/ghc-typelits-knownnat/ghc-typelits-knownnat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-typelits-knownnat-0.7.13-HQya3lvEoDfHH223583XCB
Completed ghc-typelits-knownnat-0.7.13
Configuring unix-time-0.4.17...
checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to accept ISO C89... none needed
checking how to run the C preprocessor... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc -E
checking for grep that handles long lines and -e... /nix/store/0mqngkz34kv5z6hz91bbbgzgrnz56c4y-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/0mqngkz34kv5z6hz91bbbgzgrnz56c4y-gnugrep-3.11/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking for strptime_l... yes
checking for timegm... yes
checking whether _mkgmtime is declared... no
checking for _get_current_locale... no
checking for _create_locale... no
checking for strtol_l... yes
checking for strtoll_l... yes
checking for _isspace_l... no
checking for _isupper_l... no
checking for _isdigit_l... no
checking for _isblank_l... no
configure: creating ./config.status
config.status: creating cbits/config.h
Preprocessing library for unix-time-0.4.17..
Building library for unix-time-0.4.17..
[1 of 5] Compiling Data.UnixTime.Types ( dist/build/Data/UnixTime/Types.hs, dist/build/Data/UnixTime/Types.o, dist/build/Data/UnixTime/Types.dyn_o )
Data/UnixTime/Types.hsc:5:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
5 | import Control.Applicative ((<$>), (<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Data.UnixTime.Sys ( dist/build/Data/UnixTime/Sys.hs, dist/build/Data/UnixTime/Sys.o, dist/build/Data/UnixTime/Sys.dyn_o )
[3 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, dist/build/Data/UnixTime/Diff.o, dist/build/Data/UnixTime/Diff.dyn_o )
[4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, dist/build/Data/UnixTime/Conv.o, dist/build/Data/UnixTime/Conv.dyn_o )
Data/UnixTime/Conv.hs:17:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
17 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.UnixTime ( Data/UnixTime.hs, dist/build/Data/UnixTime.o, dist/build/Data/UnixTime.dyn_o )
Preprocessing library for unix-time-0.4.17..
Running Haddock on library for unix-time-0.4.17..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.UnixTime.Types ( dist/build/Data/UnixTime/Types.hs, nothing )
Data/UnixTime/Types.hsc:5:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
5 | import Control.Applicative ((<$>), (<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Data.UnixTime.Sys ( dist/build/Data/UnixTime/Sys.hs, nothing )
[3 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, nothing )
[4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, nothing )
Data/UnixTime/Conv.hs:17:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
17 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.UnixTime ( Data/UnixTime.hs, nothing )
Haddock coverage:
Warning: 'UnixDiffTime' is ambiguous. It is defined
* at Data/UnixTime/Types.hsc:115:21
* at Data/UnixTime/Types.hsc:115:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/UnixTime/Types.hsc:115:1
Warning: 'UnixTime' is ambiguous. It is defined
* at Data/UnixTime/Types.hsc:33:17
* at Data/UnixTime/Types.hsc:33:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/UnixTime/Types.hsc:33:1
Warning: 'UnixTime' is ambiguous. It is defined
* at Data/UnixTime/Types.hsc:33:17
* at Data/UnixTime/Types.hsc:33:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/UnixTime/Types.hsc:33:1
Warning: 'UnixTime' is ambiguous. It is defined
* at Data/UnixTime/Types.hsc:33:17
* at Data/UnixTime/Types.hsc:33:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/UnixTime/Types.hsc:33:1
96% ( 24 / 25) in 'Data.UnixTime'
Missing documentation for:
Module header
Warning: Data.UnixTime: could not find link destinations for:
- Data.UnixTime.Types.Rep_UnixTime
Documentation created: dist/doc/html/unix-time/,
dist/doc/html/unix-time/unix-time.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unix-time-0.4.17-EIF5s3rFCXX6vdCSU1LLb9
Completed unix-time-0.4.17
Configuring unordered-containers-0.2.20.1...
Preprocessing library for unordered-containers-0.2.20.1..
Building library for unordered-containers-0.2.20.1..
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
12 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o )
Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
83 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o )
[7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o )
Preprocessing library for unordered-containers-0.2.20.1..
Running Haddock on library for unordered-containers-0.2.20.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
12 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )
Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
83 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing )
[7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, nothing )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing )
Haddock coverage:
33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
Missing documentation for:
Array (Data/HashMap/Internal/Array.hs:125)
MArray (Data/HashMap/Internal/Array.hs:157)
new_ (Data/HashMap/Internal/Array.hs:208)
singleton (Data/HashMap/Internal/Array.hs:225)
singletonM (Data/HashMap/Internal/Array.hs:229)
snoc (Data/HashMap/Internal/Array.hs:233)
pair (Data/HashMap/Internal/Array.hs:242)
length (Data/HashMap/Internal/Array.hs:154)
lengthM (Data/HashMap/Internal/Array.hs:162)
read (Data/HashMap/Internal/Array.hs:249)
write (Data/HashMap/Internal/Array.hs:255)
index (Data/HashMap/Internal/Array.hs:262)
indexM (Data/HashMap/Internal/Array.hs:274)
index# (Data/HashMap/Internal/Array.hs:268)
sameArray1 (Data/HashMap/Internal/Array.hs:140)
unsafeFreeze (Data/HashMap/Internal/Array.hs:280)
unsafeThaw (Data/HashMap/Internal/Array.hs:286)
unsafeSameArray (Data/HashMap/Internal/Array.hs:136)
run (Data/HashMap/Internal/Array.hs:292)
cloneM (Data/HashMap/Internal/Array.hs:314)
foldl (Data/HashMap/Internal/Array.hs:404)
foldl' (Data/HashMap/Internal/Array.hs:375)
foldr (Data/HashMap/Internal/Array.hs:394)
foldr' (Data/HashMap/Internal/Array.hs:385)
foldMap (Data/HashMap/Internal/Array.hs:417)
thaw (Data/HashMap/Internal/Array.hs:436)
map (Data/HashMap/Internal/Array.hs:461)
traverse (Data/HashMap/Internal/Array.hs:537)
traverse' (Data/HashMap/Internal/Array.hs:553)
toList (Data/HashMap/Internal/Array.hs:529)
fromList (Data/HashMap/Internal/Array.hs:494)
fromList' (Data/HashMap/Internal/Array.hs:506)
25% ( 1 / 4) in 'Data.HashMap.Internal.List'
Missing documentation for:
isPermutationBy (Data/HashMap/Internal/List.hs:40)
deleteBy (Data/HashMap/Internal/List.hs:83)
unorderedCompare (Data/HashMap/Internal/List.hs:68)
Warning: 'Leaf' is ambiguous. It is defined
* at Data/HashMap/Internal.hs:227:7
* at Data/HashMap/Internal.hs:187:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashMap/Internal.hs:187:1
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 93 /105) in 'Data.HashMap.Internal'
Missing documentation for:
Leaf (Data/HashMap/Internal.hs:187)
intersectionWithKey# (Data/HashMap/Internal.hs:1859)
updateOrConcatWithKey (Data/HashMap/Internal.hs:2373)
equalKeys (Data/HashMap/Internal.hs:513)
equalKeys1 (Data/HashMap/Internal.hs:497)
lookupRecordCollision (Data/HashMap/Internal.hs:680)
LookupRes (Data/HashMap/Internal.hs:659)
lookupResToMaybe (Data/HashMap/Internal.hs:662)
insert' (Data/HashMap/Internal.hs:808)
delete' (Data/HashMap/Internal.hs:1126)
insertNewKey (Data/HashMap/Internal.hs:850)
insertKeyExists (Data/HashMap/Internal.hs:885)
50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
Missing documentation for:
valid (Data/HashMap/Internal/Debug.hs:98)
Validity (Data/HashMap/Internal/Debug.hs:43)
SubHashPath (Data/HashMap/Internal/Debug.hs:75)
Warning: 'lookup' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:112:21
* at Data/HashSet/Internal.hs:112:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
100% ( 35 / 35) in 'Data.HashSet.Internal'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:112:21
* at Data/HashSet/Internal.hs:112:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
100% ( 32 / 32) in 'Data.HashSet'
100% ( 69 / 69) in 'Data.HashMap.Strict'
100% ( 69 / 69) in 'Data.HashMap.Lazy'
Warning: Data.HashMap.Internal: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Internal.Strict: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashSet.Internal: could not find link destinations for:
- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashSet: could not find link destinations for:
- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashMap.Strict: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Lazy: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Documentation created: dist/doc/html/unordered-containers/,
dist/doc/html/unordered-containers/unordered-containers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unordered-containers-0.2.20.1-2zPIyeV4bf3B7OebcLriWP
Completed unordered-containers-0.2.20.1
Configuring time-compat-1.9.8...
Preprocessing library for time-compat-1.9.8..
Building library for time-compat-1.9.8..
[ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, dist/build/Data/Format.o, dist/build/Data/Format.dyn_o )
[ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.o, dist/build/Data/Time/Calendar/Month/Compat.dyn_o )
[ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.o, dist/build/Data/Time/Calendar/Quarter/Compat.dyn_o )
[ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.o, dist/build/Data/Time/Calendar/Types.dyn_o )
[ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.o, dist/build/Data/Time/Orphans.dyn_o )
[ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.o, dist/build/Data/Time/Format/ISO8601/Compat.dyn_o )
[ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.o, dist/build/Data/Time/Format/Compat.dyn_o )
[ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.o, dist/build/Data/Time/Clock/System/Compat.dyn_o )
[ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.o, dist/build/Data/Time/Clock/POSIX/Compat.dyn_o )
[10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.o, dist/build/Data/Time/Clock/Compat.dyn_o )
[11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.o, dist/build/Data/Time/Calendar/WeekDate/Compat.dyn_o )
[12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.o, dist/build/Data/Time/Calendar/Private.dyn_o )
[13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.o, dist/build/Data/Time/Calendar/OrdinalDate/Compat.dyn_o )
[14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.o, dist/build/Data/Time/Calendar/MonthDay/Compat.dyn_o )
[15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.o, dist/build/Data/Time/Calendar/Easter/Compat.dyn_o )
[16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.o, dist/build/Data/Time/Calendar/Compat.dyn_o )
[17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.o, dist/build/Data/Time/LocalTime/Compat.dyn_o )
[18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o, dist/build/Data/Time/Compat.dyn_o )
[19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.o, dist/build/Data/Time/Clock/TAI/Compat.dyn_o )
[20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.o, dist/build/Data/Time/Calendar/Julian/Compat.dyn_o )
Preprocessing library for time-compat-1.9.8..
Running Haddock on library for time-compat-1.9.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, nothing )
[ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, nothing )
[ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, nothing )
[ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, nothing )
[ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, nothing )
[ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, nothing )
[ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, nothing )
[ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, nothing )
[ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, nothing )
[10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, nothing )
[11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, nothing )
[12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, nothing )
[13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, nothing )
[14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, nothing )
[15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, nothing )
[16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, nothing )
[17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, nothing )
[18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, nothing )
[19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, nothing )
[20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, nothing )
Haddock coverage:
61% ( 8 / 13) in 'Data.Time.Calendar.Month.Compat'
Missing documentation for:
Module header
addMonths
diffMonths
fromYearMonthValid
fromMonthDayValid
75% ( 9 / 12) in 'Data.Time.Calendar.Quarter.Compat'
Missing documentation for:
Module header
addQuarters
diffQuarters
93% ( 44 / 47) in 'Data.Time.Format.ISO8601.Compat'
Missing documentation for:
Module header
ISO8601
FormatExtension
68% ( 13 / 19) in 'Data.Time.Format.Compat'
Missing documentation for:
Module header
FormatTime
parseTime (src/Data/Time/Format/Compat.hs:60)
readTime (src/Data/Time/Format/Compat.hs:68)
readsTime (src/Data/Time/Format/Compat.hs:75)
TimeLocale
87% ( 7 / 8) in 'Data.Time.Clock.System.Compat'
Missing documentation for:
Module header
50% ( 4 / 8) in 'Data.Time.Clock.POSIX.Compat'
Missing documentation for:
Module header
posixSecondsToUTCTime
utcTimeToPOSIXSeconds
systemToPOSIXTime
96% ( 25 / 26) in 'Data.Time.Clock.Compat'
Missing documentation for:
Module header
73% ( 11 / 15) in 'Data.Time.Calendar.WeekDate.Compat'
Missing documentation for:
Module header
DayOfWeek
dayOfWeek
FirstWeekType
82% ( 14 / 17) in 'Data.Time.Calendar.OrdinalDate.Compat'
Missing documentation for:
Module header
fromMondayStartWeekValid
fromSundayStartWeekValid
40% ( 8 / 20) in 'Data.Time.Calendar.MonthDay.Compat'
Missing documentation for:
Module header
January
February
March
April
May
June
July
August
September
October
November
83% ( 5 / 6) in 'Data.Time.Calendar.Easter.Compat'
Missing documentation for:
Module header
66% ( 41 / 62) in 'Data.Time.Calendar.Compat'
Missing documentation for:
Module header
addDays
diffDays
CalendarDiffDays
calendarDay
calendarWeek
calendarMonth
calendarYear
January
February
March
April
May
June
July
August
September
October
November
DayOfWeek
dayOfWeek
79% ( 35 / 44) in 'Data.Time.LocalTime.Compat'
Missing documentation for:
Module header
makeTimeOfDayValid
CalendarDiffTime
calendarTimeDays
calendarTimeTime
utcToZonedTime
zonedTimeToUTC
getZonedTime
utcToLocalZonedTime
80% ( 4 / 5) in 'Data.Time.Compat'
Missing documentation for:
Module header
64% ( 9 / 14) in 'Data.Time.Clock.TAI.Compat'
Missing documentation for:
Module header
taiNominalDayStart
utcDayLength
utcToTAITime
taiToUTCTime
91% ( 22 / 24) in 'Data.Time.Calendar.Julian.Compat'
Missing documentation for:
Module header
diffJulianDurationRollOver (src/Data/Time/Calendar/Julian/Compat.hs:68)
Warning: Data.Time.Calendar.Quarter.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_Quarter
Warning: Data.Time.Format.ISO8601.Compat: could not find link destinations for:
- Data.Format.isoMap
- Data.Format.Productish
- Data.Format.**>
- Data.Format.<**
- Data.Format.<**>
- Data.Format.pUnit
- Data.Format.Summish
- Data.Format.<++>
- Data.Format.pVoid
- Data.Format.IsoVariant
Warning: Data.Time.Clock.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_UniversalTime
- Data.Time.Orphans.Rep_UTCTime
Warning: Data.Time.Calendar.OrdinalDate.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_Day
Warning: Data.Time.Calendar.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_CalendarDiffDays
- Data.Time.Orphans.Rep_Day
Warning: Data.Time.LocalTime.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_CalendarDiffTime
- Data.Time.Orphans.Rep_ZonedTime
- Data.Time.Orphans.Rep_TimeZone
- Data.Time.Orphans.Rep_TimeOfDay
- Data.Time.Orphans.Rep_LocalTime
Documentation created: dist/doc/html/time-compat/,
dist/doc/html/time-compat/time-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/time-compat-1.9.8-G7gSbzqeYVdKyTcA2Kt3JF
Completed time-compat-1.9.8
Configuring these-1.2.1...
Preprocessing library for these-1.2.1..
Building library for these-1.2.1..
[1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, dist/build/Data/Functor/These.o, dist/build/Data/Functor/These.dyn_o )
[2 of 3] Compiling Data.These ( src/Data/These.hs, dist/build/Data/These.o, dist/build/Data/These.dyn_o )
[3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, dist/build/Data/These/Combinators.o, dist/build/Data/These/Combinators.dyn_o )
Preprocessing library for these-1.2.1..
Running Haddock on library for these-1.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, nothing )
[2 of 3] Compiling Data.These ( src/Data/These.hs, nothing )
[3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, nothing )
Haddock coverage:
0% ( 0 / 2) in 'Data.Functor.These'
Missing documentation for:
Module header
These1 (src/Data/Functor/These.hs:38)
Warning: 'These' is ambiguous. It is defined
* at src/Data/These.hs:75:36
* at src/Data/These.hs:75:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/These.hs:75:1
Warning: 'Maybe' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'here' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'there' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
76% ( 13 / 17) in 'Data.These'
Missing documentation for:
distrThesePair (src/Data/These.hs:158)
undistrThesePair (src/Data/These.hs:163)
distrPairThese (src/Data/These.hs:175)
undistrPairThese (src/Data/These.hs:180)
Warning: 'Bifunctor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'here' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'there' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bitraversable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'These' is ambiguous. It is defined
* at src/Data/These.hs:75:36
* at src/Data/These.hs:75:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/These.hs:75:1
Warning: 'id' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_This' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_That' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_These' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
78% ( 30 / 38) in 'Data.These.Combinators'
Missing documentation for:
justThis (src/Data/These/Combinators.hs:183)
justThat (src/Data/These/Combinators.hs:187)
justThese (src/Data/These/Combinators.hs:191)
catHere (src/Data/These/Combinators.hs:211)
catThere (src/Data/These/Combinators.hs:214)
mapThis (src/Data/These/Combinators.hs:242)
mapThat (src/Data/These/Combinators.hs:246)
mapThese (src/Data/These/Combinators.hs:250)
Warning: Data.Functor.These: could not find link destinations for:
- Data.Functor.These.Rep_These1
- Data.Functor.These.Rep1_These1
Warning: Data.These: could not find link destinations for:
- Data.These.Rep_These
- Data.These.Rep1_These
Documentation created: dist/doc/html/these/, dist/doc/html/these/these.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/these-1.2.1-ItKRGGFxjn8KIPmhqWpIvT
Completed these-1.2.1
Configuring text-short-0.1.6...
Preprocessing library for text-short-0.1.6..
Building library for text-short-0.1.6..
[1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, dist/build/PrimOps.o, dist/build/PrimOps.dyn_o )
[2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, dist/build/Data/Text/Short/Internal.o, dist/build/Data/Text/Short/Internal.dyn_o )
[3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, dist/build/Data/Text/Short/Unsafe.o, dist/build/Data/Text/Short/Unsafe.dyn_o )
[4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, dist/build/Data/Text/Short.o, dist/build/Data/Text/Short.dyn_o )
[5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, dist/build/Data/Text/Short/Partial.o, dist/build/Data/Text/Short/Partial.dyn_o )
Preprocessing library for text-short-0.1.6..
Running Haddock on library for text-short-0.1.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, nothing )
[2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, nothing )
[3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, nothing )
[4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, nothing )
[5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, nothing )
Haddock coverage:
Warning: 'ShortText' is ambiguous. It is defined
* at src/Data/Text/Short/Internal.hs:174:21
* at src/Data/Text/Short/Internal.hs:174:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Short/Internal.hs:174:1
Warning: 'CSize' is ambiguous. It is defined
* in Foreign.C.Types
* in Foreign.C.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Foreign.C.Types
100% ( 3 / 3) in 'Data.Text.Short.Unsafe'
Warning: 'ShortText' is ambiguous. It is defined
* at src/Data/Text/Short/Internal.hs:174:21
* at src/Data/Text/Short/Internal.hs:174:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Short/Internal.hs:174:1
100% ( 76 / 76) in 'Data.Text.Short'
Warning: 'ShortText' is ambiguous. It is defined
* at src/Data/Text/Short/Internal.hs:174:21
* at src/Data/Text/Short/Internal.hs:174:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Short/Internal.hs:174:1
100% ( 9 / 9) in 'Data.Text.Short.Partial'
Warning: Data.Text.Short: could not find link destinations for:
- Data.Text.Short.Internal.D:R:ItemShortText
Documentation created: dist/doc/html/text-short/,
dist/doc/html/text-short/text-short.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-short-0.1.6-Eux31jTj1aFdU2M0MQmhk
Completed text-short-0.1.6
Configuring scientific-0.3.8.0...
Preprocessing library for scientific-0.3.8.0..
Building library for scientific-0.3.8.0..
[1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, dist/build/GHC/Integer/Compat.o, dist/build/GHC/Integer/Compat.dyn_o )
[2 of 5] Compiling Utils ( src/Utils.hs, dist/build/Utils.o, dist/build/Utils.dyn_o )
[3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, dist/build/Data/Scientific.o, dist/build/Data/Scientific.dyn_o )
src/Data/Scientific.hs:1041:16: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Char] not matched:
[]
[]
[]
|
1041 | (d:ds') = map intToDigit (if ei > 0 then init is' else is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Scientific.hs:1057:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
1057 | d:ds' = map intToDigit (if ei > 0 then is' else 0:is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o, dist/build/Data/Text/Lazy/Builder/Scientific.dyn_o )
src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
19 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Text/Lazy/Builder/Scientific.hs:60:12: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Char] not matched:
[]
[]
[]
|
60 | (d:ds') = map i2d (if ei > 0 then init is' else is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Text/Lazy/Builder/Scientific.hs:88:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
88 | d:ds' = map i2d (if ei > 0 then is' else 0:is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o, dist/build/Data/ByteString/Builder/Scientific.dyn_o )
src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
20 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/ByteString/Builder/Scientific.hs:64:12: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Char] not matched:
[]
[]
[]
|
64 | (d:ds') = map i2d (if ei > 0 then init is' else is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/ByteString/Builder/Scientific.hs:94:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
94 | d:ds' = map i2d (if ei > 0 then is' else 0:is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for scientific-0.3.8.0..
Running Haddock on library for scientific-0.3.8.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, nothing )
[2 of 5] Compiling Utils ( src/Utils.hs, nothing )
[3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, nothing )
[4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, nothing )
src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
19 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, nothing )
src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
20 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'Scientific' is ambiguous. It is defined
* at src/Data/Scientific.hs:139:19
* at src/Data/Scientific.hs:139:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Scientific.hs:139:1
Warning: 'base10exponent' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'base10Exponent' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 31 / 31) in 'Data.Scientific'
75% ( 3 / 4) in 'Data.Text.Lazy.Builder.Scientific'
Missing documentation for:
Module header
75% ( 3 / 4) in 'Data.ByteString.Builder.Scientific'
Missing documentation for:
Module header
Documentation created: dist/doc/html/scientific/,
dist/doc/html/scientific/scientific.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/scientific-0.3.8.0-8vyHQZhJR567zEOxWyS20s
Completed scientific-0.3.8.0
Configuring data-fix-0.3.4...
Preprocessing library for data-fix-0.3.4..
Building library for data-fix-0.3.4..
[1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, dist/build/Data/Fix.o, dist/build/Data/Fix.dyn_o )
src/Data/Fix.hs:103:41: warning: [GHC-38856] [-Wunused-imports]
The import of hashWithSalt1
from module Data.Hashable.Lifted is redundant
|
103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1)
| ^^^^^^^^^^^^^
src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports]
The import of rnf1 from module Control.DeepSeq is redundant
|
109 | import Control.DeepSeq (NFData (..), NFData1, rnf1)
| ^^^^
Preprocessing library for data-fix-0.3.4..
Running Haddock on library for data-fix-0.3.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, nothing )
src/Data/Fix.hs:103:41: warning: [GHC-38856] [-Wunused-imports]
The import of hashWithSalt1
from module Data.Hashable.Lifted is redundant
|
103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1)
| ^^^^^^^^^^^^^
src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports]
The import of rnf1 from module Control.DeepSeq is redundant
|
109 | import Control.DeepSeq (NFData (..), NFData1, rnf1)
| ^^^^
Haddock coverage:
Warning: 'ListF' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fix' is ambiguous. It is defined
* at src/Data/Fix.hs:144:17
* at src/Data/Fix.hs:144:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Fix.hs:144:1
Warning: 'Mu' is ambiguous. It is defined
* at src/Data/Fix.hs:299:16
* at src/Data/Fix.hs:299:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Fix.hs:299:1
Warning: 'Nu' is ambiguous. It is defined
* at src/Data/Fix.hs:365:13
* at src/Data/Fix.hs:365:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Fix.hs:365:1
100% ( 36 / 36) in 'Data.Fix'
Warning: Data.Fix: could not find link destinations for:
- Data.Fix.Rep_Fix
Documentation created: dist/doc/html/data-fix/,
dist/doc/html/data-fix/data-fix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-fix-0.3.4-GpJ5pQXpT8dE6VAQqFvoqI
Completed data-fix-0.3.4
Configuring case-insensitive-1.2.1.0...
Preprocessing library for case-insensitive-1.2.1.0..
Building library for case-insensitive-1.2.1.0..
[1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, dist/build/Data/CaseInsensitive/Internal.o, dist/build/Data/CaseInsensitive/Internal.dyn_o )
Data/CaseInsensitive/Internal.hs:124:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (CI s).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.o, dist/build/Data/CaseInsensitive.dyn_o )
[3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, dist/build/Data/CaseInsensitive/Unsafe.o, dist/build/Data/CaseInsensitive/Unsafe.dyn_o )
Preprocessing library for case-insensitive-1.2.1.0..
Running Haddock on library for case-insensitive-1.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, nothing )
Data/CaseInsensitive/Internal.hs:124:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (CI s).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, nothing )
[3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, nothing )
Haddock coverage:
Warning: 'CI' is ambiguous. It is defined
* at Data/CaseInsensitive/Internal.hs:89:13
* at Data/CaseInsensitive/Internal.hs:89:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/CaseInsensitive/Internal.hs:89:1
Warning: 'String' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 8 / 8) in 'Data.CaseInsensitive'
100% ( 2 / 2) in 'Data.CaseInsensitive.Unsafe'
Warning: Data.CaseInsensitive: could not find link destinations for:
- Data.CaseInsensitive.Internal.foldCaseList
Documentation created: dist/doc/html/case-insensitive/,
dist/doc/html/case-insensitive/case-insensitive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/case-insensitive-1.2.1.0-I5miA1P9P08Ea6jPBHb3WY
Completed case-insensitive-1.2.1.0
Configuring async-2.2.5...
Preprocessing library for async-2.2.5..
Building library for async-2.2.5..
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o )
Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
50 | import Data.Semigroup (Semigroup((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
Preprocessing library for async-2.2.5..
Running Haddock on library for async-2.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, nothing )
Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
50 | import Data.Semigroup (Semigroup((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing )
Haddock coverage:
Warning: 'ThreadId' is ambiguous. It is defined
* in GHC.Conc.Sync
* in GHC.Conc.Sync
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Conc.Sync
Warning: 'Async' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:69:16
* at Control/Concurrent/Async/Internal.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1
Warning: 'ExceptionInLinkedThread' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:461:3
* at Control/Concurrent/Async/Internal.hs:460:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:460:1
Warning: 'AsyncCancelled' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:274:23
* at Control/Concurrent/Async/Internal.hs:274:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:274:1
Warning: 'IO' is ambiguous. It is defined
* in GHC.Types
* in GHC.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Types
86% ( 58 / 67) in 'Control.Concurrent.Async.Internal'
Missing documentation for:
asyncUsing (Control/Concurrent/Async/Internal.hs:124)
withAsyncUsing (Control/Concurrent/Async/Internal.hs:178)
ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
isCancel (Control/Concurrent/Async/Internal.hs:542)
concurrently' (Control/Concurrent/Async/Internal.hs:649)
catchAll (Control/Concurrent/Async/Internal.hs:858)
tryAll (Control/Concurrent/Async/Internal.hs:861)
rawForkIO (Control/Concurrent/Async/Internal.hs:868)
rawForkOn (Control/Concurrent/Async/Internal.hs:873)
Warning: 'forkIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Async' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:69:16
* at Control/Concurrent/Async/Internal.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1
Warning: 'Concurrently' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:775:26
* at Control/Concurrent/Async/Internal.hs:775:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:775:1
Warning: 'Alternative' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 70 / 71) in 'Control.Concurrent.Async'
Missing documentation for:
ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
Documentation created: dist/doc/html/async/, dist/doc/html/async/async.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/async-2.2.5-DRFV2Ni7wRk2vNEod8lEbg
Completed async-2.2.5
Configuring uuid-types-1.0.6...
Preprocessing library for uuid-types-1.0.6..
Building library for uuid-types-1.0.6..
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.o, dist/build/Data/UUID/Types/Internal/Builder.dyn_o )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.o, dist/build/Data/UUID/Types/Internal.dyn_o )
src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative ((<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor is redundant
except perhaps to import instances from Data.Functor
To import instances alone, use: import Data.Functor()
|
55 | import Data.Functor ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.o, dist/build/Data/UUID/Types.dyn_o )
Preprocessing library for uuid-types-1.0.6..
Running Haddock on library for uuid-types-1.0.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, nothing )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, nothing )
src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative ((<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor is redundant
except perhaps to import instances from Data.Functor
To import instances alone, use: import Data.Functor()
|
55 | import Data.Functor ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, nothing )
Haddock coverage:
Warning: 'UUID' is ambiguous. It is defined
* at src/Data/UUID/Types/Internal.hs:81:13
* at src/Data/UUID/Types/Internal.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1
Warning: 'u' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UUID' is ambiguous. It is defined
* at src/Data/UUID/Types/Internal.hs:81:13
* at src/Data/UUID/Types/Internal.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1
100% ( 23 / 23) in 'Data.UUID.Types'
Documentation created: dist/doc/html/uuid-types/,
dist/doc/html/uuid-types/uuid-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uuid-types-1.0.6-46piaxAkPIrJ1WhtKwQ1Uy
Completed uuid-types-1.0.6
Configuring temporary-1.3...
Preprocessing library for temporary-1.3..
Building library for temporary-1.3..
[1 of 1] Compiling System.IO.Temp ( System/IO/Temp.hs, dist/build/System/IO/Temp.o, dist/build/System/IO/Temp.dyn_o )
Preprocessing library for temporary-1.3..
Running Haddock on library for temporary-1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.IO.Temp ( System/IO/Temp.hs, nothing )
Haddock coverage:
100% ( 16 / 16) in 'System.IO.Temp'
Documentation created: dist/doc/html/temporary/,
dist/doc/html/temporary/temporary.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/temporary-1.3-KBEKuJmiFiIF6gf8qoySqT
Completed temporary-1.3
Configuring QuickCheck-2.16.0.0...
Preprocessing library for QuickCheck-2.16.0.0..
Building library for QuickCheck-2.16.0.0..
[ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o )
[ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o )
[ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o, dist/build/Test/QuickCheck/Gen.dyn_o )
[ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o, dist/build/Test/QuickCheck/Gen/Unsafe.dyn_o )
[ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o )
[ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o )
[ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o )
[ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o )
[ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o )
[10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o )
[11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o )
[12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o, dist/build/Test/QuickCheck/Test.dyn_o )
[13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, dist/build/Test/QuickCheck/Monoids.o, dist/build/Test/QuickCheck/Monoids.dyn_o )
[14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o )
[15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o )
[16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o )
[17 of 17] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o )
Preprocessing library for QuickCheck-2.16.0.0..
Running Haddock on library for QuickCheck-2.16.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, nothing )
[ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, nothing )
[ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, nothing )
[ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, nothing )
[ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, nothing )
[ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, nothing )
[ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, nothing )
[ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, nothing )
[ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, nothing )
[10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, nothing )
[11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, nothing )
[12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, nothing )
[13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, nothing )
[14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, nothing )
[15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, nothing )
[16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, nothing )
[17 of 17] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, nothing )
Haddock coverage:
92% ( 35 / 38) in 'Test.QuickCheck.Gen'
Missing documentation for:
chooseWord64 (src/Test/QuickCheck/Gen.hs:211)
chooseInt64 (src/Test/QuickCheck/Gen.hs:220)
chooseUpTo (src/Test/QuickCheck/Gen.hs:230)
80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe'
Missing documentation for:
Capture (src/Test/QuickCheck/Gen/Unsafe.hs:52)
Warning: '(:*:)' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Generics
Warning: 'Version' is ambiguous. It is defined
* in Data.Version
* in Data.Version
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Version
88% ( 45 / 51) in 'Test.QuickCheck.Arbitrary'
Missing documentation for:
arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:298)
shrink1 (src/Test/QuickCheck/Arbitrary.hs:301)
arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310)
shrink2 (src/Test/QuickCheck/Arbitrary.hs:313)
RecursivelyShrink (src/Test/QuickCheck/Arbitrary.hs:325)
GSubterms (src/Test/QuickCheck/Arbitrary.hs:356)
Warning: 'A' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:29:13
* at src/Test/QuickCheck/Poly.hs:29:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:29:1
Warning: 'B' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:44:13
* at src/Test/QuickCheck/Poly.hs:44:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:44:1
Warning: 'C' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:59:13
* at src/Test/QuickCheck/Poly.hs:59:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:59:1
Warning: 'OrdA' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:77:16
* at src/Test/QuickCheck/Poly.hs:77:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:77:1
Warning: 'OrdB' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:112:16
* at src/Test/QuickCheck/Poly.hs:112:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:112:1
Warning: 'OrdC' is ambiguous. It is defined
* at src/Test/QuickCheck/Poly.hs:146:16
* at src/Test/QuickCheck/Poly.hs:146:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:146:1
14% ( 1 / 7) in 'Test.QuickCheck.Poly'
Missing documentation for:
A (src/Test/QuickCheck/Poly.hs:29)
B (src/Test/QuickCheck/Poly.hs:44)
C (src/Test/QuickCheck/Poly.hs:59)
OrdA (src/Test/QuickCheck/Poly.hs:77)
OrdB (src/Test/QuickCheck/Poly.hs:112)
OrdC (src/Test/QuickCheck/Poly.hs:146)
Warning: 'Blind' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:94:19
* at src/Test/QuickCheck/Modifiers.hs:94:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:94:1
Warning: 'NonNegative' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:312:25
* at src/Test/QuickCheck/Modifiers.hs:312:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:312:1
Warning: 'Large' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:351:19
* at src/Test/QuickCheck/Modifiers.hs:351:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:351:1
95% ( 22 / 23) in 'Test.QuickCheck.Modifiers'
Missing documentation for:
ShrinkState (src/Test/QuickCheck/Modifiers.hs:487)
Warning: 'Fun' is ambiguous. It is defined
* at src/Test/QuickCheck/Function.hs:546:16
* at src/Test/QuickCheck/Function.hs:546:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Function.hs:546:1
100% ( 22 / 22) in 'Test.QuickCheck.Function'
Warning: 'Discard' is ambiguous. It is defined
* at src/Test/QuickCheck/Property.hs:114:16
* at src/Test/QuickCheck/Property.hs:114:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Property.hs:114:1
Warning: 'Confidence' is ambiguous. It is defined
* at src/Test/QuickCheck/State.hs:68:3
* at src/Test/QuickCheck/State.hs:67:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/State.hs:67:1
66% ( 2 / 3) in 'Test.QuickCheck.Monoids'
Missing documentation for:
Module header
83% ( 20 / 24) in 'Test.QuickCheck.Monadic'
Missing documentation for:
stop (src/Test/QuickCheck/Monadic.hs:163)
monadic (src/Test/QuickCheck/Monadic.hs:272)
monadic' (src/Test/QuickCheck/Monadic.hs:275)
runSTGen (src/Test/QuickCheck/Monadic.hs:314)
100% ( 10 / 10) in 'Test.QuickCheck.All'
Warning: 'Fun' is ambiguous. It is defined
* at src/Test/QuickCheck/Function.hs:546:16
* at src/Test/QuickCheck/Function.hs:546:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Function.hs:546:1
Warning: 'Blind' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:94:19
* at src/Test/QuickCheck/Modifiers.hs:94:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:94:1
Warning: 'NonNegative' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:312:25
* at src/Test/QuickCheck/Modifiers.hs:312:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:312:1
96% (203 /211) in 'Test.QuickCheck'
Missing documentation for:
arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:298)
shrink1 (src/Test/QuickCheck/Arbitrary.hs:301)
arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310)
shrink2 (src/Test/QuickCheck/Arbitrary.hs:313)
ShrinkState (src/Test/QuickCheck/Modifiers.hs:487)
Witness (src/Test/QuickCheck/Property.hs:262)
coerceWitness (src/Test/QuickCheck/Property.hs:268)
castWitness (src/Test/QuickCheck/Property.hs:273)
Warning: Test.QuickCheck.Gen: could not find link destinations for:
- Test.QuickCheck.Random.QCGen
Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
- Test.QuickCheck.Arbitrary.GCoArbitrary
- Test.QuickCheck.Arbitrary.GSubtermsIncl
- Test.QuickCheck.Arbitrary.gSubterms
- Test.QuickCheck.Arbitrary.grecursivelyShrink
Warning: Test.QuickCheck.Modifiers: could not find link destinations for:
- Test.QuickCheck.Modifiers.InfiniteListInternalData
Warning: Test.QuickCheck.Function: could not find link destinations for:
- Test.QuickCheck.Function.Shrunk
- Test.QuickCheck.Function.GFunction
Warning: Test.QuickCheck: could not find link destinations for:
- Test.QuickCheck.Exception.AnException
- Test.QuickCheck.Random.QCGen
- Test.QuickCheck.Arbitrary.GCoArbitrary
- Test.QuickCheck.Modifiers.InfiniteListInternalData
- Test.QuickCheck.Function.Shrunk
- Test.QuickCheck.Function.GFunction
- Test.QuickCheck.Property.Result
Documentation created: dist/doc/html/QuickCheck/,
dist/doc/html/QuickCheck/QuickCheck.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/QuickCheck-2.16.0.0-uoAHvhBtaqD4kTGsQObPE
Completed QuickCheck-2.16.0.0
Configuring comonad-5.0.9...
Preprocessing library for comonad-5.0.9..
Building library for comonad-5.0.9..
[ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o, dist/build/Control/Comonad.dyn_o )
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o, dist/build/Control/Comonad/Hoist/Class.dyn_o )
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o, dist/build/Control/Comonad/Trans/Class.dyn_o )
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o, dist/build/Control/Comonad/Trans/Env.dyn_o )
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o, dist/build/Control/Comonad/Trans/Identity.dyn_o )
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o, dist/build/Control/Comonad/Identity.dyn_o )
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o, dist/build/Control/Comonad/Trans/Store.dyn_o )
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o, dist/build/Control/Comonad/Trans/Traced.dyn_o )
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o, dist/build/Control/Comonad/Traced/Class.dyn_o )
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o, dist/build/Control/Comonad/Traced.dyn_o )
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o, dist/build/Control/Comonad/Store/Class.dyn_o )
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o, dist/build/Control/Comonad/Store.dyn_o )
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o, dist/build/Control/Comonad/Env/Class.dyn_o )
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o, dist/build/Control/Comonad/Env.dyn_o )
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o, dist/build/Data/Functor/Composition.dyn_o )
Preprocessing library for comonad-5.0.9..
Running Haddock on library for comonad-5.0.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, nothing )
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, nothing )
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, nothing )
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, nothing )
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, nothing )
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, nothing )
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, nothing )
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, nothing )
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, nothing )
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, nothing )
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, nothing )
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, nothing )
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, nothing )
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, nothing )
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, nothing )
Haddock coverage:
Warning: 'Cokleisli' is ambiguous. It is defined
* at src/Control/Comonad.hs:348:27
* at src/Control/Comonad.hs:348:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad.hs:348:1
100% ( 22 / 22) in 'Control.Comonad'
50% ( 1 / 2) in 'Control.Comonad.Hoist.Class'
Missing documentation for:
ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20)
50% ( 1 / 2) in 'Control.Comonad.Trans.Class'
Missing documentation for:
ComonadTrans (src/Control/Comonad/Trans/Class.hs:18)
69% ( 9 / 13) in 'Control.Comonad.Trans.Env'
Missing documentation for:
Env (src/Control/Comonad/Trans/Env.hs:92)
runEnv (src/Control/Comonad/Trans/Env.hs:100)
EnvT (src/Control/Comonad/Trans/Env.hs:93)
runEnvT (src/Control/Comonad/Trans/Env.hs:103)
100% ( 2 / 2) in 'Control.Comonad.Trans.Identity'
100% ( 4 / 4) in 'Control.Comonad.Identity'
73% ( 11 / 15) in 'Control.Comonad.Trans.Store'
Missing documentation for:
Store (src/Control/Comonad/Trans/Store.hs:87)
runStore (src/Control/Comonad/Trans/Store.hs:94)
StoreT (src/Control/Comonad/Trans/Store.hs:96)
runStoreT (src/Control/Comonad/Trans/Store.hs:99)
33% ( 4 / 12) in 'Control.Comonad.Trans.Traced'
Missing documentation for:
Traced (src/Control/Comonad/Trans/Traced.hs:55)
traced (src/Control/Comonad/Trans/Traced.hs:58)
runTraced (src/Control/Comonad/Trans/Traced.hs:61)
TracedT (src/Control/Comonad/Trans/Traced.hs:63)
trace (src/Control/Comonad/Trans/Traced.hs:97)
listen (src/Control/Comonad/Trans/Traced.hs:100)
listens (src/Control/Comonad/Trans/Traced.hs:103)
censor (src/Control/Comonad/Trans/Traced.hs:106)
33% ( 1 / 3) in 'Control.Comonad.Traced.Class'
Missing documentation for:
ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
traces (src/Control/Comonad/Traced/Class.hs:32)
57% ( 8 / 14) in 'Control.Comonad.Traced'
Missing documentation for:
ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
traces (src/Control/Comonad/Traced/Class.hs:32)
Traced (src/Control/Comonad/Trans/Traced.hs:55)
traced (src/Control/Comonad/Trans/Traced.hs:58)
runTraced (src/Control/Comonad/Trans/Traced.hs:61)
TracedT (src/Control/Comonad/Trans/Traced.hs:63)
25% ( 1 / 4) in 'Control.Comonad.Store.Class'
Missing documentation for:
ComonadStore (src/Control/Comonad/Store/Class.hs:29)
lowerPos (src/Control/Comonad/Store/Class.hs:54)
lowerPeek (src/Control/Comonad/Store/Class.hs:58)
61% ( 8 / 13) in 'Control.Comonad.Store'
Missing documentation for:
ComonadStore (src/Control/Comonad/Store/Class.hs:29)
Store (src/Control/Comonad/Trans/Store.hs:87)
runStore (src/Control/Comonad/Trans/Store.hs:94)
StoreT (src/Control/Comonad/Trans/Store.hs:96)
runStoreT (src/Control/Comonad/Trans/Store.hs:99)
33% ( 1 / 3) in 'Control.Comonad.Env.Class'
Missing documentation for:
ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
asks (src/Control/Comonad/Env/Class.hs:33)
60% ( 9 / 15) in 'Control.Comonad.Env'
Missing documentation for:
ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
asks (src/Control/Comonad/Env/Class.hs:33)
Env (src/Control/Comonad/Trans/Env.hs:92)
runEnv (src/Control/Comonad/Trans/Env.hs:100)
EnvT (src/Control/Comonad/Trans/Env.hs:93)
runEnvT (src/Control/Comonad/Trans/Env.hs:103)
50% ( 1 / 2) in 'Data.Functor.Composition'
Missing documentation for:
Module header
Warning: Control.Comonad: could not find link destinations for:
- WithIndex.Indexing
- Text.ParserCombinators.ReadP.P
- Data.Graph.SetM
Warning: Control.Comonad.Trans.Identity: could not find link destinations for:
- Control.Monad.Trans.Identity.Rep1_IdentityT
- Control.Monad.Trans.Identity.Rep_IdentityT
Documentation created: dist/doc/html/comonad/,
dist/doc/html/comonad/comonad.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/comonad-5.0.9-4TK9XQNRBF2DkssUp9SLRe
Completed comonad-5.0.9
Configuring constraints-0.14.2...
Preprocessing library for constraints-0.14.2..
Building library for constraints-0.14.2..
[1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, dist/build/Data/Constraint.o, dist/build/Data/Constraint.dyn_o )
[2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, dist/build/Data/Constraint/Deferrable.o, dist/build/Data/Constraint/Deferrable.dyn_o )
[3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, dist/build/Data/Constraint/Forall.o, dist/build/Data/Constraint/Forall.dyn_o )
[4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, dist/build/Data/Constraint/Lifting.o, dist/build/Data/Constraint/Lifting.dyn_o )
[5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, dist/build/Data/Constraint/Unsafe.o, dist/build/Data/Constraint/Unsafe.dyn_o )
[6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, dist/build/Data/Constraint/Nat.o, dist/build/Data/Constraint/Nat.dyn_o )
[7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, dist/build/Data/Constraint/Symbol.o, dist/build/Data/Constraint/Symbol.dyn_o )
[8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, dist/build/Data/Constraint/Char.o, dist/build/Data/Constraint/Char.dyn_o )
Preprocessing library for constraints-0.14.2..
Running Haddock on library for constraints-0.14.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, nothing )
[2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, nothing )
[3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, nothing )
[4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, nothing )
[5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, nothing )
[6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, nothing )
[7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, nothing )
[8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, nothing )
Haddock coverage:
Warning: 'Sat' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Dict' is ambiguous. It is defined
* at src/Data/Constraint.hs:112:3
* at src/Data/Constraint.hs:111:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Constraint.hs:111:1
Warning: 'Any' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '.' is ambiguous. It is defined
* in Control.Category
* in GHC.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Base
Warning: 'id' is ambiguous. It is defined
* in Control.Category
* in GHC.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Base
Warning: 'IncoherentInstances' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 30 / 32) in 'Data.Constraint'
Missing documentation for:
strengthen1 (src/Data/Constraint.hs:366)
strengthen2 (src/Data/Constraint.hs:369)
57% ( 4 / 7) in 'Data.Constraint.Deferrable'
Missing documentation for:
UnsatisfiedConstraint (src/Data/Constraint/Deferrable.hs:39)
defer (src/Data/Constraint/Deferrable.hs:53)
deferred (src/Data/Constraint/Deferrable.hs:50)
75% ( 9 / 12) in 'Data.Constraint.Forall'
Missing documentation for:
Forall (src/Data/Constraint/Forall.hs:41)
Forall1 (src/Data/Constraint/Forall.hs:88)
forall_ (src/Data/Constraint/Forall.hs:55)
0% ( 0 / 3) in 'Data.Constraint.Lifting'
Missing documentation for:
Module header
Lifting (src/Data/Constraint/Lifting.hs:50)
Lifting2 (src/Data/Constraint/Lifting.hs:356)
Warning: 'Nat' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Symbol' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Data.Constraint.Unsafe'
3% ( 4 /101) in 'Data.Constraint.Nat'
Missing documentation for:
Min (src/Data/Constraint/Nat.hs:66)
Max (src/Data/Constraint/Nat.hs:68)
Lcm (src/Data/Constraint/Nat.hs:72)
Gcd (src/Data/Constraint/Nat.hs:70)
Divides (src/Data/Constraint/Nat.hs:75)
plusNat (src/Data/Constraint/Nat.hs:132)
minusNat (src/Data/Constraint/Nat.hs:135)
timesNat (src/Data/Constraint/Nat.hs:144)
powNat (src/Data/Constraint/Nat.hs:147)
minNat (src/Data/Constraint/Nat.hs:138)
maxNat (src/Data/Constraint/Nat.hs:141)
gcdNat (src/Data/Constraint/Nat.hs:126)
lcmNat (src/Data/Constraint/Nat.hs:129)
divNat (src/Data/Constraint/Nat.hs:150)
modNat (src/Data/Constraint/Nat.hs:153)
log2Nat (src/Data/Constraint/Nat.hs:156)
plusZero (src/Data/Constraint/Nat.hs:166)
minusZero (src/Data/Constraint/Nat.hs:169)
timesZero (src/Data/Constraint/Nat.hs:172)
timesOne (src/Data/Constraint/Nat.hs:175)
powZero (src/Data/Constraint/Nat.hs:192)
powOne (src/Data/Constraint/Nat.hs:250)
maxZero (src/Data/Constraint/Nat.hs:186)
minZero (src/Data/Constraint/Nat.hs:179)
gcdZero (src/Data/Constraint/Nat.hs:114)
gcdOne (src/Data/Constraint/Nat.hs:117)
lcmZero (src/Data/Constraint/Nat.hs:120)
lcmOne (src/Data/Constraint/Nat.hs:123)
plusAssociates (src/Data/Constraint/Nat.hs:280)
timesAssociates (src/Data/Constraint/Nat.hs:283)
minAssociates (src/Data/Constraint/Nat.hs:286)
maxAssociates (src/Data/Constraint/Nat.hs:289)
gcdAssociates (src/Data/Constraint/Nat.hs:292)
lcmAssociates (src/Data/Constraint/Nat.hs:295)
plusCommutes (src/Data/Constraint/Nat.hs:268)
timesCommutes (src/Data/Constraint/Nat.hs:271)
minCommutes (src/Data/Constraint/Nat.hs:274)
maxCommutes (src/Data/Constraint/Nat.hs:277)
gcdCommutes (src/Data/Constraint/Nat.hs:108)
lcmCommutes (src/Data/Constraint/Nat.hs:111)
plusDistributesOverTimes (src/Data/Constraint/Nat.hs:340)
timesDistributesOverPow (src/Data/Constraint/Nat.hs:343)
timesDistributesOverGcd (src/Data/Constraint/Nat.hs:346)
timesDistributesOverLcm (src/Data/Constraint/Nat.hs:349)
minDistributesOverPlus (src/Data/Constraint/Nat.hs:310)
minDistributesOverTimes (src/Data/Constraint/Nat.hs:313)
minDistributesOverPow1 (src/Data/Constraint/Nat.hs:316)
minDistributesOverPow2 (src/Data/Constraint/Nat.hs:319)
minDistributesOverMax (src/Data/Constraint/Nat.hs:322)
maxDistributesOverPlus (src/Data/Constraint/Nat.hs:325)
maxDistributesOverTimes (src/Data/Constraint/Nat.hs:328)
maxDistributesOverPow1 (src/Data/Constraint/Nat.hs:331)
maxDistributesOverPow2 (src/Data/Constraint/Nat.hs:334)
maxDistributesOverMin (src/Data/Constraint/Nat.hs:337)
gcdDistributesOverLcm (src/Data/Constraint/Nat.hs:358)
lcmDistributesOverGcd (src/Data/Constraint/Nat.hs:361)
minIsIdempotent (src/Data/Constraint/Nat.hs:298)
maxIsIdempotent (src/Data/Constraint/Nat.hs:301)
lcmIsIdempotent (src/Data/Constraint/Nat.hs:307)
gcdIsIdempotent (src/Data/Constraint/Nat.hs:304)
plusIsCancellative (src/Data/Constraint/Nat.hs:352)
timesIsCancellative (src/Data/Constraint/Nat.hs:355)
dividesPlus (src/Data/Constraint/Nat.hs:364)
dividesTimes (src/Data/Constraint/Nat.hs:367)
dividesMin (src/Data/Constraint/Nat.hs:370)
dividesMax (src/Data/Constraint/Nat.hs:373)
dividesPow (src/Data/Constraint/Nat.hs:382)
dividesGcd (src/Data/Constraint/Nat.hs:102)
dividesLcm (src/Data/Constraint/Nat.hs:105)
plusMonotone1 (src/Data/Constraint/Nat.hs:214)
plusMonotone2 (src/Data/Constraint/Nat.hs:217)
timesMonotone1 (src/Data/Constraint/Nat.hs:232)
timesMonotone2 (src/Data/Constraint/Nat.hs:235)
powMonotone1 (src/Data/Constraint/Nat.hs:220)
powMonotone2 (src/Data/Constraint/Nat.hs:223)
minMonotone1 (src/Data/Constraint/Nat.hs:238)
minMonotone2 (src/Data/Constraint/Nat.hs:241)
maxMonotone1 (src/Data/Constraint/Nat.hs:244)
maxMonotone2 (src/Data/Constraint/Nat.hs:247)
divMonotone1 (src/Data/Constraint/Nat.hs:226)
divMonotone2 (src/Data/Constraint/Nat.hs:229)
euclideanNat (src/Data/Constraint/Nat.hs:265)
plusMod (src/Data/Constraint/Nat.hs:253)
timesMod (src/Data/Constraint/Nat.hs:256)
modBound (src/Data/Constraint/Nat.hs:259)
log2Pow (src/Data/Constraint/Nat.hs:262)
dividesDef (src/Data/Constraint/Nat.hs:379)
timesDiv (src/Data/Constraint/Nat.hs:385)
eqLe (src/Data/Constraint/Nat.hs:99)
leEq (src/Data/Constraint/Nat.hs:393)
leId (src/Data/Constraint/Nat.hs:390)
leTrans (src/Data/Constraint/Nat.hs:396)
leZero (src/Data/Constraint/Nat.hs:195)
zeroLe (src/Data/Constraint/Nat.hs:199)
plusMinusInverse1 (src/Data/Constraint/Nat.hs:205)
plusMinusInverse2 (src/Data/Constraint/Nat.hs:208)
plusMinusInverse3 (src/Data/Constraint/Nat.hs:211)
12% ( 3 / 24) in 'Data.Constraint.Symbol'
Missing documentation for:
Take (src/Data/Constraint/Symbol.hs:53)
Drop (src/Data/Constraint/Symbol.hs:54)
Length (src/Data/Constraint/Symbol.hs:55)
appendSymbol (src/Data/Constraint/Symbol.hs:87)
appendUnit1 (src/Data/Constraint/Symbol.hs:90)
appendUnit2 (src/Data/Constraint/Symbol.hs:93)
appendAssociates (src/Data/Constraint/Symbol.hs:96)
takeSymbol (src/Data/Constraint/Symbol.hs:99)
dropSymbol (src/Data/Constraint/Symbol.hs:102)
takeAppendDrop (src/Data/Constraint/Symbol.hs:105)
lengthSymbol (src/Data/Constraint/Symbol.hs:108)
takeLength (src/Data/Constraint/Symbol.hs:111)
take0 (src/Data/Constraint/Symbol.hs:114)
takeEmpty (src/Data/Constraint/Symbol.hs:117)
dropLength (src/Data/Constraint/Symbol.hs:120)
drop0 (src/Data/Constraint/Symbol.hs:123)
dropEmpty (src/Data/Constraint/Symbol.hs:126)
lengthTake (src/Data/Constraint/Symbol.hs:129)
lengthDrop (src/Data/Constraint/Symbol.hs:132)
dropDrop (src/Data/Constraint/Symbol.hs:135)
takeTake (src/Data/Constraint/Symbol.hs:138)
60% ( 3 / 5) in 'Data.Constraint.Char'
Missing documentation for:
charToNat (src/Data/Constraint/Char.hs:55)
natToChar (src/Data/Constraint/Char.hs:60)
Warning: Data.Constraint.Forall: could not find link destinations for:
- Data.Constraint.Forall.Q
- Data.Constraint.Forall.ComposeC
Documentation created: dist/doc/html/constraints/,
dist/doc/html/constraints/constraints.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/constraints-0.14.2-9s1k3MKHufHVHXpSsBBzh
Completed constraints-0.14.2
Configuring monad-control-1.0.3.1...
Preprocessing library for monad-control-1.0.3.1..
Building library for monad-control-1.0.3.1..
[1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o, dist/build/Control/Monad/Trans/Control.dyn_o )
src/Control/Monad/Trans/Control.hs:207:19: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
207 | type StT t a :: *
| ^
src/Control/Monad/Trans/Control.hs:546:21: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
546 | type StM m a :: *
| ^
Preprocessing library for monad-control-1.0.3.1..
Running Haddock on library for monad-control-1.0.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, nothing )
src/Control/Monad/Trans/Control.hs:207:19: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
207 | type StT t a :: *
| ^
src/Control/Monad/Trans/Control.hs:546:21: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
546 | type StM m a :: *
| ^
Haddock coverage:
Warning: 'IdentityT' is ambiguous. It is defined
* in Control.Monad.Trans.Identity
* in Control.Monad.Trans.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Identity
Warning: 'MaybeT' is ambiguous. It is defined
* in Control.Monad.Trans.Maybe
* in Control.Monad.Trans.Maybe
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Maybe
Warning: 'ErrorT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Error' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ExceptT' is ambiguous. It is defined
* in Control.Monad.Trans.Except
* in Control.Monad.Trans.Except
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Except
Warning: 'ListT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ReaderT' is ambiguous. It is defined
* in Control.Monad.Trans.Reader
* in Control.Monad.Trans.Reader
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Reader
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Lazy
* in Control.Monad.Trans.State.Lazy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.State.Lazy
Warning: 'WriterT' is ambiguous. It is defined
* in Control.Monad.Trans.Writer.Lazy
* in Control.Monad.Trans.Writer.Lazy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Writer.Lazy
Warning: 'RWST' is ambiguous. It is defined
* in Control.Monad.Trans.RWS.Lazy
* in Control.Monad.Trans.RWS.Lazy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.RWS.Lazy
Warning: 'liftIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftBase' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MonadIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'withFile' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 35 / 35) in 'Control.Monad.Trans.Control'
Warning: Control.Monad.Trans.Control: could not find link destinations for:
- Control.Monad.Trans.Control.D:R:StTMaybeTa
- Control.Monad.Trans.Control.D:R:StTIdentityTa
- Control.Monad.Trans.Control.D:R:StMSTMa
- Control.Monad.Trans.Control.D:R:StMIdentitya
- Control.Monad.Trans.Control.D:R:StMLista
- Control.Monad.Trans.Control.D:R:StMMaybea
- Control.Monad.Trans.Control.D:R:StMIOa
Documentation created: dist/doc/html/monad-control/,
dist/doc/html/monad-control/monad-control.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monad-control-1.0.3.1-FAFT25wsmcjJZRoEoOcnof
Completed monad-control-1.0.3.1
Configuring pipes-4.3.16...
Preprocessing library for pipes-4.3.16..
Building library for pipes-4.3.16..
[1 of 6] Compiling Pipes.Internal ( src/Pipes/Internal.hs, dist/build/Pipes/Internal.o, dist/build/Pipes/Internal.dyn_o )
src/Pipes/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative (Alternative(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Internal.hs:53:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
53 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^
[2 of 6] Compiling Pipes.Core ( src/Pipes/Core.hs, dist/build/Pipes/Core.o, dist/build/Pipes/Core.dyn_o )
[3 of 6] Compiling Pipes ( src/Pipes.hs, dist/build/Pipes.o, dist/build/Pipes.dyn_o )
src/Pipes.hs:69:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
69 | import Control.Monad.Fail (MonadFail(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes.hs:90:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
90 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^
[4 of 6] Compiling Pipes.Lift ( src/Pipes/Lift.hs, dist/build/Pipes/Lift.o, dist/build/Pipes/Lift.dyn_o )
[5 of 6] Compiling Pipes.Prelude ( src/Pipes/Prelude.hs, dist/build/Pipes/Prelude.o, dist/build/Pipes/Prelude.dyn_o )
[6 of 6] Compiling Pipes.Tutorial ( src/Pipes/Tutorial.hs, dist/build/Pipes/Tutorial.o, dist/build/Pipes/Tutorial.dyn_o )
Preprocessing library for pipes-4.3.16..
Running Haddock on library for pipes-4.3.16..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Pipes.Internal ( src/Pipes/Internal.hs, nothing )
src/Pipes/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative (Alternative(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Internal.hs:53:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
53 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^
[2 of 6] Compiling Pipes.Core ( src/Pipes/Core.hs, nothing )
[3 of 6] Compiling Pipes ( src/Pipes.hs, nothing )
src/Pipes.hs:69:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
69 | import Control.Monad.Fail (MonadFail(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes.hs:90:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
90 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^
[4 of 6] Compiling Pipes.Lift ( src/Pipes/Lift.hs, nothing )
[5 of 6] Compiling Pipes.Prelude ( src/Pipes/Prelude.hs, nothing )
[6 of 6] Compiling Pipes.Tutorial ( src/Pipes/Tutorial.hs, nothing )
Haddock coverage:
100% ( 7 / 7) in 'Pipes.Internal'
100% ( 55 / 55) in 'Pipes.Core'
100% ( 46 / 46) in 'Pipes'
Warning: 'Pipe' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Producer' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Strict
* in Control.Monad.Trans.State.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.State.Strict
100% ( 31 / 31) in 'Pipes.Lift'
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 75 / 75) in 'Pipes.Prelude'
Warning: 'doubleUp' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'take' is ambiguous. It is defined
* in GHC.List
* at src/Pipes/Prelude.hs:486:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Prelude.hs:486:1
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 23 / 23) in 'Pipes.Tutorial'
Warning: Pipes: could not find link destinations for:
- Text.ParserCombinators.ReadP.P
Documentation created: dist/doc/html/pipes/, dist/doc/html/pipes/pipes.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pipes-4.3.16-6PgQoiUJr0H6txmY9qpHpK
Completed pipes-4.3.16
Configuring asn1-encoding-0.9.6...
Preprocessing library for asn1-encoding-0.9.6..
Building library for asn1-encoding-0.9.6..
[ 1 of 12] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, dist/build/Data/ASN1/Error.o, dist/build/Data/ASN1/Error.dyn_o )
[ 2 of 12] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, dist/build/Data/ASN1/Get.o, dist/build/Data/ASN1/Get.dyn_o )
Data/ASN1/Get.hs:31:29: warning: [GHC-38856] [-Wunused-imports]
The import of Applicative
from module Control.Applicative is redundant
|
31 | import Control.Applicative (Applicative(..),Alternative(..))
| ^^^^^^^^^^^^^^^
Data/ASN1/Get.hs:92:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative Get.
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
92 | pure = return
| ^^^^^^^^^^^^^^
Data/ASN1/Get.hs:101:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad Get.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 12] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/Data/ASN1/Internal.o, dist/build/Data/ASN1/Internal.dyn_o )
Data/ASN1/Internal.hs:44:32: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
44 | | i > 0 = if testBit (head uints) 7 then 0 : uints else uints
| ^^^^
Data/ASN1/Internal.hs:46:32: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
46 | | otherwise = if testBit (head nints) 7 then nints else 0xff : nints
| ^^^^
[ 4 of 12] Compiling Data.ASN1.Object ( Data/ASN1/Object.hs, dist/build/Data/ASN1/Object.o, dist/build/Data/ASN1/Object.dyn_o )
[ 5 of 12] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, dist/build/Data/ASN1/Serialize.o, dist/build/Data/ASN1/Serialize.dyn_o )
Data/ASN1/Serialize.hs:17:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
17 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 12] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, dist/build/Data/ASN1/BinaryEncoding/Writer.o, dist/build/Data/ASN1/BinaryEncoding/Writer.dyn_o )
[ 7 of 12] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, dist/build/Data/ASN1/BinaryEncoding/Parse.o, dist/build/Data/ASN1/BinaryEncoding/Parse.dyn_o )
[ 8 of 12] Compiling Data.ASN1.BinaryEncoding.Raw ( Data/ASN1/BinaryEncoding/Raw.hs, dist/build/Data/ASN1/BinaryEncoding/Raw.o, dist/build/Data/ASN1/BinaryEncoding/Raw.dyn_o )
[ 9 of 12] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/Data/ASN1/Stream.o, dist/build/Data/ASN1/Stream.dyn_o )
[10 of 12] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, dist/build/Data/ASN1/Prim.o, dist/build/Data/ASN1/Prim.dyn_o )
Data/ASN1/Prim.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
55 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:65:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
65 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:259:11: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
259 | exponent = exp' - fromIntegral scaleFactor
| ^^^^^^^^
Data/ASN1/Prim.hs:296:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Word8] not matched: []
|
296 | (x:xs) = B.unpack s
| ^^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:428:9: warning: [GHC-63397] [-Wname-shadowing]
This binding for exp shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
428 | (man, exp) = decodeFloat d
| ^^^
Data/ASN1/Prim.hs:429:14: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
429 | (mantissa, exponent) = normalize (fromIntegral $ mkUnsigned man, exp)
| ^^^^^^^^
Data/ASN1/Prim.hs:441:22: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
441 | normalize (mantissa, exponent) = (mantissa `shiftR` sh, exponent + sh)
| ^^^^^^^^
[11 of 12] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, dist/build/Data/ASN1/Encoding.o, dist/build/Data/ASN1/Encoding.dyn_o )
[12 of 12] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, dist/build/Data/ASN1/BinaryEncoding.o, dist/build/Data/ASN1/BinaryEncoding.dyn_o )
Preprocessing library for asn1-encoding-0.9.6..
Running Haddock on library for asn1-encoding-0.9.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 12] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, nothing )
[ 2 of 12] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, nothing )
Data/ASN1/Get.hs:31:29: warning: [GHC-38856] [-Wunused-imports]
The import of Applicative
from module Control.Applicative is redundant
|
31 | import Control.Applicative (Applicative(..),Alternative(..))
| ^^^^^^^^^^^^^^^
Data/ASN1/Get.hs:92:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative Get.
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
92 | pure = return
| ^^^^^^^^^^^^^^
Data/ASN1/Get.hs:101:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad Get.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 12] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, nothing )
Data/ASN1/Internal.hs:44:32: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
44 | | i > 0 = if testBit (head uints) 7 then 0 : uints else uints
| ^^^^
Data/ASN1/Internal.hs:46:32: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
46 | | otherwise = if testBit (head nints) 7 then nints else 0xff : nints
| ^^^^
[ 4 of 12] Compiling Data.ASN1.Object ( Data/ASN1/Object.hs, nothing )
[ 5 of 12] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, nothing )
Data/ASN1/Serialize.hs:17:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
17 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 12] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, nothing )
[ 7 of 12] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, nothing )
[ 8 of 12] Compiling Data.ASN1.BinaryEncoding.Raw ( Data/ASN1/BinaryEncoding/Raw.hs, nothing )
[ 9 of 12] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, nothing )
[10 of 12] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, nothing )
Data/ASN1/Prim.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
55 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:65:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
65 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:259:11: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
259 | exponent = exp' - fromIntegral scaleFactor
| ^^^^^^^^
Data/ASN1/Prim.hs:428:9: warning: [GHC-63397] [-Wname-shadowing]
This binding for exp shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
428 | (man, exp) = decodeFloat d
| ^^^
Data/ASN1/Prim.hs:429:14: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
429 | (mantissa, exponent) = normalize (fromIntegral $ mkUnsigned man, exp)
| ^^^^^^^^
Data/ASN1/Prim.hs:441:22: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
441 | normalize (mantissa, exponent) = (mantissa `shiftR` sh, exponent + sh)
| ^^^^^^^^
[11 of 12] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, nothing )
[12 of 12] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Data.ASN1.Error'
Warning: 'get' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Data.ASN1.Object'
100% ( 13 / 13) in 'Data.ASN1.BinaryEncoding.Raw'
25% ( 1 / 4) in 'Data.ASN1.Stream'
Missing documentation for:
ASN1Repr (Data/ASN1/Stream.hs:20)
getConstructedEnd (Data/ASN1/Stream.hs:23)
getConstructedEndRepr (Data/ASN1/Stream.hs:31)
28% ( 8 / 28) in 'Data.ASN1.Prim'
Missing documentation for:
encodeHeader (Data/ASN1/Prim.hs:69)
encodePrimitiveHeader (Data/ASN1/Prim.hs:99)
encodePrimitive (Data/ASN1/Prim.hs:116)
decodePrimitive (Data/ASN1/Prim.hs:165)
encodeConstructed (Data/ASN1/Prim.hs:147)
encodeList (Data/ASN1/Prim.hs:133)
encodeOne (Data/ASN1/Prim.hs:129)
mkSmallestLength (Data/ASN1/Prim.hs:157)
getBoolean (Data/ASN1/Prim.hs:197)
getDouble (Data/ASN1/Prim.hs:229)
getBitString (Data/ASN1/Prim.hs:273)
getOctetString (Data/ASN1/Prim.hs:285)
getNull (Data/ASN1/Prim.hs:288)
getTime (Data/ASN1/Prim.hs:312)
putTime (Data/ASN1/Prim.hs:382)
putInteger (Data/ASN1/Prim.hs:394)
putDouble (Data/ASN1/Prim.hs:417)
putBitString (Data/ASN1/Prim.hs:397)
putString (Data/ASN1/Prim.hs:402)
putOID (Data/ASN1/Prim.hs:406)
100% ( 9 / 9) in 'Data.ASN1.Encoding'
100% ( 3 / 3) in 'Data.ASN1.BinaryEncoding'
Warning: Data.ASN1.Prim: could not find link destinations for:
- Data.ASN1.Prim.ASN1Ret
Documentation created: dist/doc/html/asn1-encoding/,
dist/doc/html/asn1-encoding/asn1-encoding.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/asn1-encoding-0.9.6-42gehzC4HLp2hS2Ub5r4vz
Completed asn1-encoding-0.9.6
Configuring prettyprinter-ansi-terminal-1.1.3...
Preprocessing library for prettyprinter-ansi-terminal-1.1.3..
Building library for prettyprinter-ansi-terminal-1.1.3..
[1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, dist/build/Prettyprinter/Render/Terminal/Internal.o, dist/build/Prettyprinter/Render/Terminal/Internal.dyn_o )
[2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, dist/build/Prettyprinter/Render/Terminal.o, dist/build/Prettyprinter/Render/Terminal.dyn_o )
[3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.dyn_o )
[4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.dyn_o )
Preprocessing library for prettyprinter-ansi-terminal-1.1.3..
Running Haddock on library for prettyprinter-ansi-terminal-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, nothing )
[2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, nothing )
[3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, nothing )
[4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, nothing )
Haddock coverage:
Warning: '...' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 24 / 27) in 'Prettyprinter.Render.Terminal.Internal'
Missing documentation for:
Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90)
Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91)
Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92)
Warning: 'SimpleDocStream' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdout' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
89% ( 25 / 28) in 'Prettyprinter.Render.Terminal'
Missing documentation for:
Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90)
Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91)
Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal.Internal'
Missing documentation for:
Module header
Documentation created: dist/doc/html/prettyprinter-ansi-terminal/,
dist/doc/html/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-ansi-terminal-1.1.3-P0eAzEqDTa2D4YDfE4MGj
Completed prettyprinter-ansi-terminal-1.1.3
Configuring ghc-typelits-extra-0.4.8...
Preprocessing library for ghc-typelits-extra-0.4.8..
Building library for ghc-typelits-extra-0.4.8..
[1 of 4] Compiling GHC.TypeLits.Extra ( src/GHC/TypeLits/Extra.hs, dist/build/GHC/TypeLits/Extra.o, dist/build/GHC/TypeLits/Extra.dyn_o )
[2 of 4] Compiling GHC.TypeLits.Extra.Solver.Operations ( src/GHC/TypeLits/Extra/Solver/Operations.hs, dist/build/GHC/TypeLits/Extra/Solver/Operations.o, dist/build/GHC/TypeLits/Extra/Solver/Operations.dyn_o )
[3 of 4] Compiling GHC.TypeLits.Extra.Solver.Unify ( src/GHC/TypeLits/Extra/Solver/Unify.hs, dist/build/GHC/TypeLits/Extra/Solver/Unify.o, dist/build/GHC/TypeLits/Extra/Solver/Unify.dyn_o )
[4 of 4] Compiling GHC.TypeLits.Extra.Solver ( src-ghc-9.4/GHC/TypeLits/Extra/Solver.hs, dist/build/GHC/TypeLits/Extra/Solver.o, dist/build/GHC/TypeLits/Extra/Solver.dyn_o )
Preprocessing library for ghc-typelits-extra-0.4.8..
Running Haddock on library for ghc-typelits-extra-0.4.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling GHC.TypeLits.Extra ( src/GHC/TypeLits/Extra.hs, nothing )
[2 of 4] Compiling GHC.TypeLits.Extra.Solver.Operations ( src/GHC/TypeLits/Extra/Solver/Operations.hs, nothing )
[3 of 4] Compiling GHC.TypeLits.Extra.Solver.Unify ( src/GHC/TypeLits/Extra/Solver/Unify.hs, nothing )
[4 of 4] Compiling GHC.TypeLits.Extra.Solver ( src-ghc-9.4/GHC/TypeLits/Extra/Solver.hs, nothing )
Haddock coverage:
100% ( 18 / 18) in 'GHC.TypeLits.Extra'
Warning: 'SOP' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Div' is ambiguous. It is defined
* at src/GHC/TypeLits/Extra/Solver/Operations.hs:78:5
* in GHC.TypeNats
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/GHC/TypeLits/Extra/Solver/Operations.hs:78:5
Warning: 'Mod' is ambiguous. It is defined
* at src/GHC/TypeLits/Extra/Solver/Operations.hs:79:5
* in GHC.TypeNats
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/GHC/TypeLits/Extra/Solver/Operations.hs:79:5
Warning: 'FLog' is ambiguous. It is defined
* at src/GHC/TypeLits/Extra.hs:166:1
* at src/GHC/TypeLits/Extra/Solver/Operations.hs:80:5
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/GHC/TypeLits/Extra.hs:166:1
Warning: 'CLog' is ambiguous. It is defined
* at src/GHC/TypeLits/Extra.hs:181:1
* at src/GHC/TypeLits/Extra/Solver/Operations.hs:81:5
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/GHC/TypeLits/Extra.hs:181:1
Warning: 'Log' is ambiguous. It is defined
* at src/GHC/TypeLits/Extra.hs:211:1
* at src/GHC/TypeLits/Extra/Solver/Operations.hs:82:5
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/GHC/TypeLits/Extra.hs:211:1
Warning: 'GCD' is ambiguous. It is defined
* at src/GHC/TypeLits/Extra.hs:221:1
* at src/GHC/TypeLits/Extra/Solver/Operations.hs:83:5
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/GHC/TypeLits/Extra.hs:221:1
Warning: 'LCM' is ambiguous. It is defined
* at src/GHC/TypeLits/Extra.hs:240:1
* at src/GHC/TypeLits/Extra/Solver/Operations.hs:84:5
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/GHC/TypeLits/Extra.hs:240:1
100% ( 2 / 2) in 'GHC.TypeLits.Extra.Solver'
Warning: GHC.TypeLits.Extra.Solver: could not find link destinations for:
- GHC.TypeLits.Extra.Solver.Operations.Div
- GHC.TypeLits.Extra.Solver.Operations.Mod
Documentation created: dist/doc/html/ghc-typelits-extra/,
dist/doc/html/ghc-typelits-extra/ghc-typelits-extra.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-typelits-extra-0.4.8-28lSLgAkNRqKhAPzL6gROk
Completed ghc-typelits-extra-0.4.8
Configuring charset-0.3.12...
Preprocessing library for charset-0.3.12..
Building library for charset-0.3.12..
[1 of 9] Compiling Data.CharSet.ByteSet ( src/Data/CharSet/ByteSet.hs, dist/build/Data/CharSet/ByteSet.o, dist/build/Data/CharSet/ByteSet.dyn_o )
[2 of 9] Compiling Data.CharSet ( src/Data/CharSet.hs, dist/build/Data/CharSet.o, dist/build/Data/CharSet.dyn_o )
[3 of 9] Compiling Data.CharSet.Common ( src/Data/CharSet/Common.hs, dist/build/Data/CharSet/Common.o, dist/build/Data/CharSet/Common.dyn_o )
[4 of 9] Compiling Data.CharSet.Posix.Ascii ( src/Data/CharSet/Posix/Ascii.hs, dist/build/Data/CharSet/Posix/Ascii.o, dist/build/Data/CharSet/Posix/Ascii.dyn_o )
[5 of 9] Compiling Data.CharSet.Unicode ( src/Data/CharSet/Unicode.hs, dist/build/Data/CharSet/Unicode.o, dist/build/Data/CharSet/Unicode.dyn_o )
[6 of 9] Compiling Data.CharSet.Unicode.Block ( src/Data/CharSet/Unicode/Block.hs, dist/build/Data/CharSet/Unicode/Block.o, dist/build/Data/CharSet/Unicode/Block.dyn_o )
[7 of 9] Compiling Data.CharSet.Unicode.Category ( src/Data/CharSet/Unicode/Category.hs, dist/build/Data/CharSet/Unicode/Category.o, dist/build/Data/CharSet/Unicode/Category.dyn_o )
[8 of 9] Compiling Data.CharSet.Posix.Unicode ( src/Data/CharSet/Posix/Unicode.hs, dist/build/Data/CharSet/Posix/Unicode.o, dist/build/Data/CharSet/Posix/Unicode.dyn_o )
[9 of 9] Compiling Data.CharSet.Posix ( src/Data/CharSet/Posix.hs, dist/build/Data/CharSet/Posix.o, dist/build/Data/CharSet/Posix.dyn_o )
Preprocessing library for charset-0.3.12..
Running Haddock on library for charset-0.3.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Data.CharSet.ByteSet ( src/Data/CharSet/ByteSet.hs, nothing )
[2 of 9] Compiling Data.CharSet ( src/Data/CharSet.hs, nothing )
[3 of 9] Compiling Data.CharSet.Common ( src/Data/CharSet/Common.hs, nothing )
[4 of 9] Compiling Data.CharSet.Posix.Ascii ( src/Data/CharSet/Posix/Ascii.hs, nothing )
[5 of 9] Compiling Data.CharSet.Unicode ( src/Data/CharSet/Unicode.hs, nothing )
[6 of 9] Compiling Data.CharSet.Unicode.Block ( src/Data/CharSet/Unicode/Block.hs, nothing )
[7 of 9] Compiling Data.CharSet.Unicode.Category ( src/Data/CharSet/Unicode/Category.hs, nothing )
[8 of 9] Compiling Data.CharSet.Posix.Unicode ( src/Data/CharSet/Posix/Unicode.hs, nothing )
[9 of 9] Compiling Data.CharSet.Posix ( src/Data/CharSet/Posix.hs, nothing )
Haddock coverage:
71% ( 5 / 7) in 'Data.CharSet.ByteSet'
Missing documentation for:
ByteSet (src/Data/CharSet/ByteSet.hs:46)
fromList (src/Data/CharSet/ByteSet.hs:66)
Warning: 'Char' is ambiguous. It is defined
* in Text.Read.Lex
* in GHC.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Types
39% ( 18 / 46) in 'Data.CharSet'
Missing documentation for:
\\ (src/Data/CharSet.hs:122)
member (src/Data/CharSet.hs:217)
notMember (src/Data/CharSet.hs:226)
overlaps (src/Data/CharSet.hs:247)
isSubsetOf (src/Data/CharSet.hs:254)
isComplemented (src/Data/CharSet.hs:139)
empty (src/Data/CharSet.hs:154)
singleton (src/Data/CharSet.hs:157)
full (src/Data/CharSet.hs:161)
insert (src/Data/CharSet.hs:176)
delete (src/Data/CharSet.hs:186)
complement (src/Data/CharSet.hs:191)
range (src/Data/CharSet.hs:181)
union (src/Data/CharSet.hs:196)
intersection (src/Data/CharSet.hs:203)
difference (src/Data/CharSet.hs:210)
filter (src/Data/CharSet.hs:235)
partition (src/Data/CharSet.hs:240)
map (src/Data/CharSet.hs:134)
fold (src/Data/CharSet.hs:230)
toList (src/Data/CharSet.hs:144)
fromList (src/Data/CharSet.hs:261)
toAscList (src/Data/CharSet.hs:149)
fromAscList (src/Data/CharSet.hs:265)
fromDistinctAscList (src/Data/CharSet.hs:269)
fromCharSet (src/Data/CharSet.hs:323)
toCharSet (src/Data/CharSet.hs:327)
toArray (src/Data/CharSet.hs:342)
Warning: 'CharSet' is ambiguous. It is defined
* at src/Data/CharSet.hs:96:16
* at src/Data/CharSet.hs:96:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/CharSet.hs:96:1
9% ( 2 / 21) in 'Data.CharSet.Common'
Missing documentation for:
control (src/Data/CharSet/Common.hs:47)
space (src/Data/CharSet/Common.hs:48)
lower (src/Data/CharSet/Common.hs:49)
upper (src/Data/CharSet/Common.hs:50)
alpha (src/Data/CharSet/Common.hs:51)
alphaNum (src/Data/CharSet/Common.hs:52)
print (src/Data/CharSet/Common.hs:53)
digit (src/Data/CharSet/Common.hs:54)
octDigit (src/Data/CharSet/Common.hs:55)
letter (src/Data/CharSet/Common.hs:56)
mark (src/Data/CharSet/Common.hs:57)
number (src/Data/CharSet/Common.hs:58)
punctuation (src/Data/CharSet/Common.hs:59)
symbol (src/Data/CharSet/Common.hs:60)
separator (src/Data/CharSet/Common.hs:61)
ascii (src/Data/CharSet/Common.hs:62)
latin1 (src/Data/CharSet/Common.hs:63)
asciiUpper (src/Data/CharSet/Common.hs:64)
asciiLower (src/Data/CharSet/Common.hs:65)
11% ( 2 / 18) in 'Data.CharSet.Posix.Ascii'
Missing documentation for:
posixAscii (src/Data/CharSet/Posix/Ascii.hs:43)
lookupPosixAsciiCharSet (src/Data/CharSet/Posix/Ascii.hs:61)
alnum (src/Data/CharSet/Posix/Ascii.hs:26)
alpha (src/Data/CharSet/Posix/Ascii.hs:27)
ascii (src/Data/CharSet/Posix/Ascii.hs:28)
blank (src/Data/CharSet/Posix/Ascii.hs:29)
cntrl (src/Data/CharSet/Posix/Ascii.hs:30)
digit (src/Data/CharSet/Posix/Ascii.hs:31)
graph (src/Data/CharSet/Posix/Ascii.hs:34)
print (src/Data/CharSet/Posix/Ascii.hs:35)
word (src/Data/CharSet/Posix/Ascii.hs:36)
punct (src/Data/CharSet/Posix/Ascii.hs:37)
space (src/Data/CharSet/Posix/Ascii.hs:38)
upper (src/Data/CharSet/Posix/Ascii.hs:33)
lower (src/Data/CharSet/Posix/Ascii.hs:32)
xdigit (src/Data/CharSet/Posix/Ascii.hs:39)
Warning: 'categories' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
23% ( 12 / 52) in 'Data.CharSet.Unicode'
Missing documentation for:
UnicodeCategory (src/Data/CharSet/Unicode.hs:46)
unicodeCategories (src/Data/CharSet/Unicode.hs:51)
modifierLetter (src/Data/CharSet/Unicode.hs:102)
otherLetter (src/Data/CharSet/Unicode.hs:103)
letter (src/Data/CharSet/Unicode.hs:104)
lowercaseLetter (src/Data/CharSet/Unicode.hs:96)
uppercaseLetter (src/Data/CharSet/Unicode.hs:97)
titlecaseLetter (src/Data/CharSet/Unicode.hs:98)
letterAnd (src/Data/CharSet/Unicode.hs:99)
nonSpacingMark (src/Data/CharSet/Unicode.hs:111)
spacingCombiningMark (src/Data/CharSet/Unicode.hs:112)
enclosingMark (src/Data/CharSet/Unicode.hs:113)
mark (src/Data/CharSet/Unicode.hs:114)
space (src/Data/CharSet/Unicode.hs:120)
lineSeparator (src/Data/CharSet/Unicode.hs:121)
paragraphSeparator (src/Data/CharSet/Unicode.hs:122)
separator (src/Data/CharSet/Unicode.hs:123)
mathSymbol (src/Data/CharSet/Unicode.hs:129)
currencySymbol (src/Data/CharSet/Unicode.hs:130)
modifierSymbol (src/Data/CharSet/Unicode.hs:131)
otherSymbol (src/Data/CharSet/Unicode.hs:132)
symbol (src/Data/CharSet/Unicode.hs:133)
decimalNumber (src/Data/CharSet/Unicode.hs:140)
letterNumber (src/Data/CharSet/Unicode.hs:141)
otherNumber (src/Data/CharSet/Unicode.hs:142)
number (src/Data/CharSet/Unicode.hs:143)
dashPunctuation (src/Data/CharSet/Unicode.hs:151)
openPunctuation (src/Data/CharSet/Unicode.hs:152)
closePunctuation (src/Data/CharSet/Unicode.hs:153)
initialQuote (src/Data/CharSet/Unicode.hs:154)
finalQuote (src/Data/CharSet/Unicode.hs:155)
connectorPunctuation (src/Data/CharSet/Unicode.hs:156)
otherPunctuation (src/Data/CharSet/Unicode.hs:157)
punctuation (src/Data/CharSet/Unicode.hs:158)
control (src/Data/CharSet/Unicode.hs:168)
format (src/Data/CharSet/Unicode.hs:169)
privateUse (src/Data/CharSet/Unicode.hs:170)
surrogate (src/Data/CharSet/Unicode.hs:171)
notAssigned (src/Data/CharSet/Unicode.hs:172)
other (src/Data/CharSet/Unicode.hs:173)
Warning: 'categories' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
3% ( 4 /113) in 'Data.CharSet.Unicode.Block'
Missing documentation for:
Block (src/Data/CharSet/Unicode/Block.hs:139)
blocks (src/Data/CharSet/Unicode/Block.hs:145)
lookupBlock (src/Data/CharSet/Unicode/Block.hs:269)
lookupBlockCharSet (src/Data/CharSet/Unicode/Block.hs:272)
basicLatin (src/Data/CharSet/Unicode/Block.hs:274)
latin1Supplement (src/Data/CharSet/Unicode/Block.hs:275)
latinExtendedA (src/Data/CharSet/Unicode/Block.hs:276)
latinExtendedB (src/Data/CharSet/Unicode/Block.hs:277)
ipaExtensions (src/Data/CharSet/Unicode/Block.hs:278)
spacingModifierLetters (src/Data/CharSet/Unicode/Block.hs:279)
combiningDiacriticalMarks (src/Data/CharSet/Unicode/Block.hs:280)
greekAndCoptic (src/Data/CharSet/Unicode/Block.hs:281)
cyrillic (src/Data/CharSet/Unicode/Block.hs:282)
cyrillicSupplementary (src/Data/CharSet/Unicode/Block.hs:283)
armenian (src/Data/CharSet/Unicode/Block.hs:284)
hebrew (src/Data/CharSet/Unicode/Block.hs:285)
arabic (src/Data/CharSet/Unicode/Block.hs:286)
syriac (src/Data/CharSet/Unicode/Block.hs:287)
thaana (src/Data/CharSet/Unicode/Block.hs:288)
devanagari (src/Data/CharSet/Unicode/Block.hs:289)
bengali (src/Data/CharSet/Unicode/Block.hs:290)
gurmukhi (src/Data/CharSet/Unicode/Block.hs:291)
gujarati (src/Data/CharSet/Unicode/Block.hs:292)
oriya (src/Data/CharSet/Unicode/Block.hs:293)
tamil (src/Data/CharSet/Unicode/Block.hs:294)
telugu (src/Data/CharSet/Unicode/Block.hs:295)
kannada (src/Data/CharSet/Unicode/Block.hs:296)
malayalam (src/Data/CharSet/Unicode/Block.hs:297)
sinhala (src/Data/CharSet/Unicode/Block.hs:298)
thai (src/Data/CharSet/Unicode/Block.hs:299)
lao (src/Data/CharSet/Unicode/Block.hs:300)
tibetan (src/Data/CharSet/Unicode/Block.hs:301)
myanmar (src/Data/CharSet/Unicode/Block.hs:302)
georgian (src/Data/CharSet/Unicode/Block.hs:303)
hangulJamo (src/Data/CharSet/Unicode/Block.hs:304)
ethiopic (src/Data/CharSet/Unicode/Block.hs:305)
cherokee (src/Data/CharSet/Unicode/Block.hs:306)
unifiedCanadianAboriginalSyllabics (src/Data/CharSet/Unicode/Block.hs:307)
ogham (src/Data/CharSet/Unicode/Block.hs:308)
runic (src/Data/CharSet/Unicode/Block.hs:309)
tagalog (src/Data/CharSet/Unicode/Block.hs:310)
hanunoo (src/Data/CharSet/Unicode/Block.hs:311)
buhid (src/Data/CharSet/Unicode/Block.hs:312)
tagbanwa (src/Data/CharSet/Unicode/Block.hs:313)
khmer (src/Data/CharSet/Unicode/Block.hs:314)
mongolian (src/Data/CharSet/Unicode/Block.hs:315)
limbu (src/Data/CharSet/Unicode/Block.hs:316)
taiLe (src/Data/CharSet/Unicode/Block.hs:317)
khmerSymbols (src/Data/CharSet/Unicode/Block.hs:318)
phoneticExtensions (src/Data/CharSet/Unicode/Block.hs:319)
latinExtendedAdditional (src/Data/CharSet/Unicode/Block.hs:320)
greekExtended (src/Data/CharSet/Unicode/Block.hs:321)
generalPunctuation (src/Data/CharSet/Unicode/Block.hs:322)
superscriptsAndSubscripts (src/Data/CharSet/Unicode/Block.hs:323)
currencySymbols (src/Data/CharSet/Unicode/Block.hs:324)
combiningDiacriticalMarksForSymbols (src/Data/CharSet/Unicode/Block.hs:325)
letterlikeSymbols (src/Data/CharSet/Unicode/Block.hs:326)
numberForms (src/Data/CharSet/Unicode/Block.hs:327)
arrows (src/Data/CharSet/Unicode/Block.hs:328)
mathematicalOperators (src/Data/CharSet/Unicode/Block.hs:329)
miscellaneousTechnical (src/Data/CharSet/Unicode/Block.hs:330)
controlPictures (src/Data/CharSet/Unicode/Block.hs:331)
opticalCharacterRecognition (src/Data/CharSet/Unicode/Block.hs:332)
enclosedAlphanumerics (src/Data/CharSet/Unicode/Block.hs:333)
boxDrawing (src/Data/CharSet/Unicode/Block.hs:334)
blockElements (src/Data/CharSet/Unicode/Block.hs:335)
geometricShapes (src/Data/CharSet/Unicode/Block.hs:336)
miscellaneousSymbols (src/Data/CharSet/Unicode/Block.hs:337)
dingbats (src/Data/CharSet/Unicode/Block.hs:338)
miscellaneousMathematicalSymbolsA (src/Data/CharSet/Unicode/Block.hs:339)
supplementalArrowsA (src/Data/CharSet/Unicode/Block.hs:340)
braillePatterns (src/Data/CharSet/Unicode/Block.hs:341)
supplementalArrowsB (src/Data/CharSet/Unicode/Block.hs:342)
miscellaneousMathematicalSymbolsB (src/Data/CharSet/Unicode/Block.hs:343)
supplementalMathematicalOperators (src/Data/CharSet/Unicode/Block.hs:344)
miscellaneousSymbolsAndArrows (src/Data/CharSet/Unicode/Block.hs:345)
cjkRadicalsSupplement (src/Data/CharSet/Unicode/Block.hs:346)
kangxiRadicals (src/Data/CharSet/Unicode/Block.hs:347)
ideographicDescriptionCharacters (src/Data/CharSet/Unicode/Block.hs:348)
cjkSymbolsAndPunctuation (src/Data/CharSet/Unicode/Block.hs:349)
hiragana (src/Data/CharSet/Unicode/Block.hs:350)
katakana (src/Data/CharSet/Unicode/Block.hs:351)
bopomofo (src/Data/CharSet/Unicode/Block.hs:352)
hangulCompatibilityJamo (src/Data/CharSet/Unicode/Block.hs:353)
kanbun (src/Data/CharSet/Unicode/Block.hs:354)
bopomofoExtended (src/Data/CharSet/Unicode/Block.hs:355)
katakanaPhoneticExtensions (src/Data/CharSet/Unicode/Block.hs:356)
enclosedCjkLettersAndMonths (src/Data/CharSet/Unicode/Block.hs:357)
cjkCompatibility (src/Data/CharSet/Unicode/Block.hs:358)
cjkUnifiedIdeographsExtensionA (src/Data/CharSet/Unicode/Block.hs:359)
yijingHexagramSymbols (src/Data/CharSet/Unicode/Block.hs:360)
cjkUnifiedIdeographs (src/Data/CharSet/Unicode/Block.hs:361)
yiSyllables (src/Data/CharSet/Unicode/Block.hs:362)
yiRadicals (src/Data/CharSet/Unicode/Block.hs:363)
hangulSyllables (src/Data/CharSet/Unicode/Block.hs:364)
highSurrogates (src/Data/CharSet/Unicode/Block.hs:365)
highPrivateUseSurrogates (src/Data/CharSet/Unicode/Block.hs:366)
lowSurrogates (src/Data/CharSet/Unicode/Block.hs:367)
privateUseArea (src/Data/CharSet/Unicode/Block.hs:368)
cjkCompatibilityIdeographs (src/Data/CharSet/Unicode/Block.hs:369)
alphabeticPresentationForms (src/Data/CharSet/Unicode/Block.hs:370)
arabicPresentationFormsA (src/Data/CharSet/Unicode/Block.hs:371)
variationSelectors (src/Data/CharSet/Unicode/Block.hs:372)
combiningHalfMarks (src/Data/CharSet/Unicode/Block.hs:373)
cjkCompatibilityForms (src/Data/CharSet/Unicode/Block.hs:374)
smallFormVariants (src/Data/CharSet/Unicode/Block.hs:375)
arabicPresentationFormsB (src/Data/CharSet/Unicode/Block.hs:376)
halfwidthAndFullwidthForms (src/Data/CharSet/Unicode/Block.hs:377)
specials (src/Data/CharSet/Unicode/Block.hs:378)
22% ( 12 / 54) in 'Data.CharSet.Unicode.Category'
Missing documentation for:
Category (src/Data/CharSet/Unicode/Category.hs:53)
categories (src/Data/CharSet/Unicode/Category.hs:62)
lookupCategory (src/Data/CharSet/Unicode/Category.hs:110)
lookupCategoryCharSet (src/Data/CharSet/Unicode/Category.hs:113)
modifierLetter (src/Data/CharSet/Unicode/Category.hs:137)
otherLetter (src/Data/CharSet/Unicode/Category.hs:138)
letter (src/Data/CharSet/Unicode/Category.hs:139)
lowercaseLetter (src/Data/CharSet/Unicode/Category.hs:131)
uppercaseLetter (src/Data/CharSet/Unicode/Category.hs:132)
titlecaseLetter (src/Data/CharSet/Unicode/Category.hs:133)
letterAnd (src/Data/CharSet/Unicode/Category.hs:134)
nonSpacingMark (src/Data/CharSet/Unicode/Category.hs:146)
spacingCombiningMark (src/Data/CharSet/Unicode/Category.hs:147)
enclosingMark (src/Data/CharSet/Unicode/Category.hs:148)
mark (src/Data/CharSet/Unicode/Category.hs:149)
space (src/Data/CharSet/Unicode/Category.hs:155)
lineSeparator (src/Data/CharSet/Unicode/Category.hs:156)
paragraphSeparator (src/Data/CharSet/Unicode/Category.hs:157)
separator (src/Data/CharSet/Unicode/Category.hs:158)
mathSymbol (src/Data/CharSet/Unicode/Category.hs:164)
currencySymbol (src/Data/CharSet/Unicode/Category.hs:165)
modifierSymbol (src/Data/CharSet/Unicode/Category.hs:166)
otherSymbol (src/Data/CharSet/Unicode/Category.hs:167)
symbol (src/Data/CharSet/Unicode/Category.hs:168)
decimalNumber (src/Data/CharSet/Unicode/Category.hs:175)
letterNumber (src/Data/CharSet/Unicode/Category.hs:176)
otherNumber (src/Data/CharSet/Unicode/Category.hs:177)
number (src/Data/CharSet/Unicode/Category.hs:178)
dashPunctuation (src/Data/CharSet/Unicode/Category.hs:186)
openPunctuation (src/Data/CharSet/Unicode/Category.hs:187)
closePunctuation (src/Data/CharSet/Unicode/Category.hs:188)
initialQuote (src/Data/CharSet/Unicode/Category.hs:189)
finalQuote (src/Data/CharSet/Unicode/Category.hs:190)
connectorPunctuation (src/Data/CharSet/Unicode/Category.hs:191)
otherPunctuation (src/Data/CharSet/Unicode/Category.hs:192)
punctuation (src/Data/CharSet/Unicode/Category.hs:193)
control (src/Data/CharSet/Unicode/Category.hs:203)
format (src/Data/CharSet/Unicode/Category.hs:204)
privateUse (src/Data/CharSet/Unicode/Category.hs:205)
surrogate (src/Data/CharSet/Unicode/Category.hs:206)
notAssigned (src/Data/CharSet/Unicode/Category.hs:207)
other (src/Data/CharSet/Unicode/Category.hs:208)
11% ( 2 / 18) in 'Data.CharSet.Posix.Unicode'
Missing documentation for:
posixUnicode (src/Data/CharSet/Posix/Unicode.hs:45)
lookupPosixUnicodeCharSet (src/Data/CharSet/Posix/Unicode.hs:63)
alnum (src/Data/CharSet/Posix/Unicode.hs:28)
alpha (src/Data/CharSet/Posix/Unicode.hs:30)
ascii (src/Data/CharSet/Posix/Unicode.hs:29)
blank (src/Data/CharSet/Posix/Unicode.hs:31)
cntrl (src/Data/CharSet/Posix/Unicode.hs:32)
digit (src/Data/CharSet/Posix/Unicode.hs:33)
graph (src/Data/CharSet/Posix/Unicode.hs:36)
print (src/Data/CharSet/Posix/Unicode.hs:37)
word (src/Data/CharSet/Posix/Unicode.hs:38)
punct (src/Data/CharSet/Posix/Unicode.hs:39)
space (src/Data/CharSet/Posix/Unicode.hs:40)
upper (src/Data/CharSet/Posix/Unicode.hs:35)
lower (src/Data/CharSet/Posix/Unicode.hs:34)
xdigit (src/Data/CharSet/Posix/Unicode.hs:41)
20% ( 1 / 5) in 'Data.CharSet.Posix'
Missing documentation for:
posixAscii (src/Data/CharSet/Posix/Ascii.hs:43)
lookupPosixAsciiCharSet (src/Data/CharSet/Posix/Ascii.hs:61)
posixUnicode (src/Data/CharSet/Posix/Unicode.hs:45)
lookupPosixUnicodeCharSet (src/Data/CharSet/Posix/Unicode.hs:63)
Documentation created: dist/doc/html/charset/,
dist/doc/html/charset/charset.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/charset-0.3.12-E7rNZW9k5tsRru735abhK
Completed charset-0.3.12
Configuring text-iso8601-0.1.1...
Preprocessing library for text-iso8601-0.1.1..
Building library for text-iso8601-0.1.1..
[1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, dist/build/Data/Time/FromText.o, dist/build/Data/Time/FromText.dyn_o )
[2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, dist/build/Data/Time/ToText.o, dist/build/Data/Time/ToText.dyn_o )
Preprocessing library for text-iso8601-0.1.1..
Running Haddock on library for text-iso8601-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, nothing )
[2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, nothing )
Haddock coverage:
Warning: 'zonedTime' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Data.Time.FromText'
9% ( 1 / 11) in 'Data.Time.ToText'
Missing documentation for:
Module header
buildDay (src/Data/Time/ToText.hs:38)
buildLocalTime (src/Data/Time/ToText.hs:122)
buildTimeOfDay (src/Data/Time/ToText.hs:74)
buildTimeZone (src/Data/Time/ToText.hs:106)
buildUTCTime (src/Data/Time/ToText.hs:118)
buildZonedTime (src/Data/Time/ToText.hs:126)
buildMonth (src/Data/Time/ToText.hs:43)
buildQuarter (src/Data/Time/ToText.hs:48)
buildQuarterOfYear (src/Data/Time/ToText.hs:53)
Documentation created: dist/doc/html/text-iso8601/,
dist/doc/html/text-iso8601/text-iso8601.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-iso8601-0.1.1-4Kc5OyZ1I6HB4G5jxLOO5u
Completed text-iso8601-0.1.1
Configuring strict-0.5.1...
Preprocessing library for strict-0.5.1..
Building library for strict-0.5.1..
[1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, dist/build/Data/Strict/Either.o, dist/build/Data/Strict/Either.dyn_o )
[2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.o, dist/build/Data/Strict/Maybe.dyn_o )
[3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, dist/build/Data/Strict/These.o, dist/build/Data/Strict/These.dyn_o )
[4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.o, dist/build/Data/Strict/Tuple.dyn_o )
src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Pair a b).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, dist/build/Data/Strict/Classes.o, dist/build/Data/Strict/Classes.dyn_o )
[6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, dist/build/Data/Strict.o, dist/build/Data/Strict.dyn_o )
[7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, dist/build/System/IO/Strict.o, dist/build/System/IO/Strict.dyn_o )
Preprocessing library for strict-0.5.1..
Running Haddock on library for strict-0.5.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, nothing )
[2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, nothing )
[3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, nothing )
[4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, nothing )
src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Pair a b).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, nothing )
[6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, nothing )
[7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, nothing )
Haddock coverage:
Warning: 'Either' is ambiguous. It is defined
* in Data.Either
* at src/Data/Strict/Either.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Strict/Either.hs:54:1
100% ( 10 / 10) in 'Data.Strict.Either'
Warning: 'Maybe' is ambiguous. It is defined
* at src/Data/Strict/Maybe.hs:58:1
* in GHC.Maybe
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Strict/Maybe.hs:58:1
Warning: '<*>' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Data.Strict.Maybe'
Warning: 'These' is ambiguous. It is defined
* at src/Data/Strict/These.hs:65:38
* at src/Data/Strict/These.hs:65:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Strict/These.hs:65:1
Warning: 'here' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'there' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
70% ( 12 / 17) in 'Data.Strict.These'
Missing documentation for:
Module header
distrThesePair (src/Data/Strict/These.hs:156)
undistrThesePair (src/Data/Strict/These.hs:161)
distrPairThese (src/Data/Strict/These.hs:173)
undistrPairThese (src/Data/Strict/These.hs:178)
90% ( 9 / 10) in 'Data.Strict.Tuple'
Missing documentation for:
:!: (src/Data/Strict/Tuple.hs:69)
50% ( 1 / 2) in 'Data.Strict.Classes'
Missing documentation for:
Module header
100% ( 6 / 6) in 'Data.Strict'
Warning: 'isEOFError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdin' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 7 / 7) in 'System.IO.Strict'
Warning: Data.Strict.Either: could not find link destinations for:
- Data.Strict.Either.Rep_Either
- Data.Strict.Either.Rep1_Either
Warning: Data.Strict.Maybe: could not find link destinations for:
- Data.Strict.Maybe.Rep_Maybe
- Data.Strict.Maybe.Rep1_Maybe
Warning: Data.Strict.These: could not find link destinations for:
- Data.Strict.These.Rep_These
- Data.Strict.These.Rep1_These
Warning: Data.Strict.Tuple: could not find link destinations for:
- Data.Strict.Tuple.Rep_Pair
- Data.Strict.Tuple.Rep1_Pair
Documentation created: dist/doc/html/strict/, dist/doc/html/strict/strict.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/strict-0.5.1-2ISnNguMtok96hucleaUNy
Completed strict-0.5.1
Configuring attoparsec-0.14.4...
Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4..
Building library 'attoparsec-internal' for attoparsec-0.14.4..
[1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.dyn_o )
internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations]
In the use of memset
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead"
|
97 | _ <- I.memset t 0 32
| ^^^^^^^^
[2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.dyn_o )
[3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.dyn_o )
[4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.dyn_o )
internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
62 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
121 | memcpy (ptr0 `plusPtr` (off0+len0))
| ^^^^^^
internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0)
| ^^^^^^
internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1)
| ^^^^^^
[5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.dyn_o )
internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
44 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.dyn_o )
Preprocessing library for attoparsec-0.14.4..
Building library for attoparsec-0.14.4..
[ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o, dist/build/Data/Attoparsec/Internal/Types.dyn_o )
Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports]
The import of <$> from module Control.Applicative is redundant
|
28 | import Control.Applicative as App (Applicative(..), (<$>))
| ^^^^^
Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
34 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o, dist/build/Data/Attoparsec/Internal.dyn_o )
[ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o, dist/build/Data/Attoparsec/Number.dyn_o )
[ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o, dist/build/Data/Attoparsec/Types.dyn_o )
[ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o, dist/build/Data/Attoparsec/Zepto.dyn_o )
Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
46 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o, dist/build/Data/Attoparsec/Combinator.dyn_o )
Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports]
The import of liftA2
from module Control.Applicative is redundant
|
46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>))
| ^^^^^^
[ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o, dist/build/Data/Attoparsec/Text/Internal.dyn_o )
Data/Attoparsec/Text/Internal.hs:68:1: warning: [GHC-38856] [-Wunused-imports]
The import of *>, <$>, pure
from module Control.Applicative is redundant
|
68 | import Control.Applicative ((<|>), (<$>), pure, (*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
91 | instance (a ~ Text) => IsString (Parser a) where
| ^
[ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o, dist/build/Data/Attoparsec/Text.dyn_o )
[ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o, dist/build/Data/Attoparsec/Text/Lazy.dyn_o )
[10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o, dist/build/Data/Attoparsec/ByteString/Internal.dyn_o )
[11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o, dist/build/Data/Attoparsec/ByteString.dyn_o )
[12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o, dist/build/Data/Attoparsec/ByteString/Lazy.dyn_o )
[13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o, dist/build/Data/Attoparsec/Lazy.dyn_o )
[14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o, dist/build/Data/Attoparsec/ByteString/Char8.dyn_o )
Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
154 | instance (a ~ B.ByteString) => IsString (Parser a) where
| ^
[15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o, dist/build/Data/Attoparsec/Char8.dyn_o )
[16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o, dist/build/Data/Attoparsec.dyn_o )
Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4..
Running Haddock on library 'attoparsec-internal' for attoparsec-0.14.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, nothing )
internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations]
In the use of memset
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead"
|
97 | _ <- I.memset t 0 32
| ^^^^^^^^
[2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, nothing )
[3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, nothing )
[4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, nothing )
internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
62 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
121 | memcpy (ptr0 `plusPtr` (off0+len0))
| ^^^^^^
internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0)
| ^^^^^^
internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations]
In the use of memcpy
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
|
133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1)
| ^^^^^^
[5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, nothing )
internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
44 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, nothing )
Haddock coverage:
69% ( 9 / 13) in 'Data.Attoparsec.ByteString.FastSet'
Missing documentation for:
FastSet (internal/Data/Attoparsec/ByteString/FastSet.hs:44)
fromList (internal/Data/Attoparsec/ByteString/FastSet.hs:63)
fromSet
charClass (internal/Data/Attoparsec/ByteString/FastSet.hs:109)
0% ( 0 / 3) in 'Data.Attoparsec.Internal.Compat'
Missing documentation for:
Module header
withPS (internal/Data/Attoparsec/Internal/Compat.hs:15)
mkPS (internal/Data/Attoparsec/Internal/Compat.hs:23)
50% ( 1 / 2) in 'Data.Attoparsec.Internal.Fhthagn'
Missing documentation for:
Module header
22% ( 2 / 9) in 'Data.Attoparsec.ByteString.Buffer'
Missing documentation for:
Buffer (internal/Data/Attoparsec/ByteString/Buffer.hs:71)
unbuffer (internal/Data/Attoparsec/ByteString/Buffer.hs:89)
pappend (internal/Data/Attoparsec/ByteString/Buffer.hs:105)
length (internal/Data/Attoparsec/ByteString/Buffer.hs:138)
unsafeIndex (internal/Data/Attoparsec/ByteString/Buffer.hs:142)
substring (internal/Data/Attoparsec/ByteString/Buffer.hs:147)
unsafeDrop (internal/Data/Attoparsec/ByteString/Buffer.hs:154)
33% ( 4 / 12) in 'Data.Attoparsec.Text.Buffer'
Missing documentation for:
Buffer (internal/Data/Attoparsec/Text/Buffer.hs:64)
unbuffer (internal/Data/Attoparsec/Text/Buffer.hs:82)
unbufferAt (internal/Data/Attoparsec/Text/Buffer.hs:85)
length (internal/Data/Attoparsec/Text/Buffer.hs:145)
pappend (internal/Data/Attoparsec/Text/Buffer.hs:105)
substring (internal/Data/Attoparsec/Text/Buffer.hs:149)
lengthCodeUnits (internal/Data/Attoparsec/Text/Buffer.hs:158)
dropCodeUnits (internal/Data/Attoparsec/Text/Buffer.hs:161)
60% ( 6 / 10) in 'Data.Attoparsec.Text.FastSet'
Missing documentation for:
FastSet (internal/Data/Attoparsec/Text/FastSet.hs:40)
fromList (internal/Data/Attoparsec/Text/FastSet.hs:83)
set (internal/Data/Attoparsec/Text/FastSet.hs:105)
charClass (internal/Data/Attoparsec/Text/FastSet.hs:118)
Documentation created: dist/doc/html/attoparsec/,
dist/doc/html/attoparsec/attoparsec.txt
Preprocessing library for attoparsec-0.14.4..
Running Haddock on library for attoparsec-0.14.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, nothing )
Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports]
The import of <$> from module Control.Applicative is redundant
|
28 | import Control.Applicative as App (Applicative(..), (<$>))
| ^^^^^
Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
34 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, nothing )
[ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, nothing )
[ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, nothing )
[ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, nothing )
Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
46 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, nothing )
Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports]
The import of liftA2
from module Control.Applicative is redundant
|
46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>))
| ^^^^^^
[ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, nothing )
Data/Attoparsec/Text/Internal.hs:68:1: warning: [GHC-38856] [-Wunused-imports]
The import of *>, <$>, pure
from module Control.Applicative is redundant
|
68 | import Control.Applicative ((<|>), (<$>), pure, (*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
91 | instance (a ~ Text) => IsString (Parser a) where
| ^
[ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, nothing )
[ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, nothing )
[10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, nothing )
[11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, nothing )
[12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, nothing )
[13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, nothing )
[14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, nothing )
Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
154 | instance (a ~ B.ByteString) => IsString (Parser a) where
| ^
[15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, nothing )
[16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, nothing )
Haddock coverage:
60% ( 6 / 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)
100% ( 10 / 10) in 'Data.Attoparsec.Internal'
100% ( 2 / 2) in 'Data.Attoparsec.Number'
100% ( 4 / 4) in 'Data.Attoparsec.Types'
88% ( 8 / 9) in 'Data.Attoparsec.Zepto'
Missing documentation for:
Parser (Data/Attoparsec/Zepto.hs:68)
Warning: 'liftM2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 24 / 24) in 'Data.Attoparsec.Combinator'
Warning: 'Text' is ambiguous. It is defined
* in Data.Text.Internal
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Text.Internal
Warning: 'Partial' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Lazy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 90 / 92) in 'Data.Attoparsec.Text'
Missing documentation for:
Parser (Data/Attoparsec/Text/Internal.hs:86)
Result (Data/Attoparsec/Text/Internal.hs:87)
Warning: 'Text' is ambiguous. It is defined
* in Data.Text.Internal
* in Data.Text.Internal.Lazy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Text.Internal.Lazy
98% ( 70 / 71) in 'Data.Attoparsec.Text.Lazy'
Missing documentation for:
Parser (Data/Attoparsec/Text/Internal.hs:86)
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 68 / 70) in 'Data.Attoparsec.ByteString'
Missing documentation for:
Parser (Data/Attoparsec/ByteString/Internal.hs:98)
Result (Data/Attoparsec/ByteString/Internal.hs:99)
Warning: 'ByteString' is ambiguous. It is defined
* in Data.ByteString.Internal.Type
* in Data.ByteString.Lazy.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.ByteString.Lazy.Internal
98% ( 53 / 54) in 'Data.Attoparsec.ByteString.Lazy'
Missing documentation for:
Parser (Data/Attoparsec/ByteString/Internal.hs:98)
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Data.Attoparsec.Lazy'
Warning: 'many' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 91 / 93) in 'Data.Attoparsec.ByteString.Char8'
Missing documentation for:
Parser (Data/Attoparsec/ByteString/Internal.hs:98)
Result (Data/Attoparsec/ByteString/Internal.hs:99)
100% ( 2 / 2) in 'Data.Attoparsec.Char8'
100% ( 2 / 2) in 'Data.Attoparsec'
Warning: Data.Attoparsec.Internal.Types: could not find link destinations for:
- Data.Attoparsec.Internal.Types.D:R:ChunkElemText
- Data.Attoparsec.Internal.Types.D:R:ChunkElemByteString
Warning: Data.Attoparsec.Types: could not find link destinations for:
- Data.Attoparsec.Internal.Types.D:R:ChunkElemText
- Data.Attoparsec.Internal.Types.D:R:ChunkElemByteString
Documentation created: dist/doc/html/attoparsec/,
dist/doc/html/attoparsec/attoparsec.txt
Installing internal library attoparsec-internal in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4-LDjhBprM6fk4GZghEfIU87
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4-LDjhBprM6fk4GZghEfIU87
Completed attoparsec-0.14.4
Configuring megaparsec-9.7.0...
Preprocessing library for megaparsec-9.7.0..
Building library for megaparsec-9.7.0..
[ 1 of 19] Compiling Text.Megaparsec.Pos ( Text/Megaparsec/Pos.hs, dist/build/Text/Megaparsec/Pos.o, dist/build/Text/Megaparsec/Pos.dyn_o )
[ 2 of 19] Compiling Text.Megaparsec.Unicode ( Text/Megaparsec/Unicode.hs, dist/build/Text/Megaparsec/Unicode.o, dist/build/Text/Megaparsec/Unicode.dyn_o )
[ 3 of 19] Compiling Text.Megaparsec.Error[boot] ( Text/Megaparsec/Error.hs-boot, dist/build/Text/Megaparsec/Error.o-boot, dist/build/Text/Megaparsec/Error.dyn_o-boot )
[ 4 of 19] Compiling Text.Megaparsec.State ( Text/Megaparsec/State.hs, dist/build/Text/Megaparsec/State.o, dist/build/Text/Megaparsec/State.dyn_o )
[ 5 of 19] Compiling Text.Megaparsec.Stream ( Text/Megaparsec/Stream.hs, dist/build/Text/Megaparsec/Stream.o, dist/build/Text/Megaparsec/Stream.dyn_o )
[ 6 of 19] Compiling Text.Megaparsec.Error ( Text/Megaparsec/Error.hs, dist/build/Text/Megaparsec/Error.o, dist/build/Text/Megaparsec/Error.dyn_o )
[ 7 of 19] Compiling Text.Megaparsec.Error.Builder ( Text/Megaparsec/Error/Builder.hs, dist/build/Text/Megaparsec/Error/Builder.o, dist/build/Text/Megaparsec/Error/Builder.dyn_o )
[ 8 of 19] Compiling Text.Megaparsec.Internal[boot] ( Text/Megaparsec/Internal.hs-boot, dist/build/Text/Megaparsec/Internal.o-boot, dist/build/Text/Megaparsec/Internal.dyn_o-boot )
[ 9 of 19] Compiling Text.Megaparsec.Class ( Text/Megaparsec/Class.hs, dist/build/Text/Megaparsec/Class.o, dist/build/Text/Megaparsec/Class.dyn_o )
[10 of 19] Compiling Text.Megaparsec.Internal ( Text/Megaparsec/Internal.hs, dist/build/Text/Megaparsec/Internal.o, dist/build/Text/Megaparsec/Internal.dyn_o )
[11 of 19] Compiling Text.Megaparsec.Debug ( Text/Megaparsec/Debug.hs, dist/build/Text/Megaparsec/Debug.o, dist/build/Text/Megaparsec/Debug.dyn_o )
[12 of 19] Compiling Text.Megaparsec ( Text/Megaparsec.hs, dist/build/Text/Megaparsec.o, dist/build/Text/Megaparsec.dyn_o )
[13 of 19] Compiling Text.Megaparsec.Common ( Text/Megaparsec/Common.hs, dist/build/Text/Megaparsec/Common.o, dist/build/Text/Megaparsec/Common.dyn_o )
[14 of 19] Compiling Text.Megaparsec.Lexer ( Text/Megaparsec/Lexer.hs, dist/build/Text/Megaparsec/Lexer.o, dist/build/Text/Megaparsec/Lexer.dyn_o )
[15 of 19] Compiling Text.Megaparsec.Char ( Text/Megaparsec/Char.hs, dist/build/Text/Megaparsec/Char.o, dist/build/Text/Megaparsec/Char.dyn_o )
[16 of 19] Compiling Text.Megaparsec.Char.Lexer ( Text/Megaparsec/Char/Lexer.hs, dist/build/Text/Megaparsec/Char/Lexer.o, dist/build/Text/Megaparsec/Char/Lexer.dyn_o )
[17 of 19] Compiling Text.Megaparsec.Byte.Binary ( Text/Megaparsec/Byte/Binary.hs, dist/build/Text/Megaparsec/Byte/Binary.o, dist/build/Text/Megaparsec/Byte/Binary.dyn_o )
[18 of 19] Compiling Text.Megaparsec.Byte ( Text/Megaparsec/Byte.hs, dist/build/Text/Megaparsec/Byte.o, dist/build/Text/Megaparsec/Byte.dyn_o )
[19 of 19] Compiling Text.Megaparsec.Byte.Lexer ( Text/Megaparsec/Byte/Lexer.hs, dist/build/Text/Megaparsec/Byte/Lexer.o, dist/build/Text/Megaparsec/Byte/Lexer.dyn_o )
Preprocessing library for megaparsec-9.7.0..
Running Haddock on library for megaparsec-9.7.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 19] Compiling Text.Megaparsec.Pos ( Text/Megaparsec/Pos.hs, nothing )
[ 2 of 19] Compiling Text.Megaparsec.Unicode ( Text/Megaparsec/Unicode.hs, nothing )
[ 3 of 19] Compiling Text.Megaparsec.Error[boot] ( Text/Megaparsec/Error.hs-boot, nothing )
[ 4 of 19] Compiling Text.Megaparsec.State ( Text/Megaparsec/State.hs, nothing )
[ 5 of 19] Compiling Text.Megaparsec.Stream ( Text/Megaparsec/Stream.hs, nothing )
[ 6 of 19] Compiling Text.Megaparsec.Error ( Text/Megaparsec/Error.hs, nothing )
[ 7 of 19] Compiling Text.Megaparsec.Error.Builder ( Text/Megaparsec/Error/Builder.hs, nothing )
[ 8 of 19] Compiling Text.Megaparsec.Internal[boot] ( Text/Megaparsec/Internal.hs-boot, nothing )
[ 9 of 19] Compiling Text.Megaparsec.Class ( Text/Megaparsec/Class.hs, nothing )
[10 of 19] Compiling Text.Megaparsec.Internal ( Text/Megaparsec/Internal.hs, nothing )
[11 of 19] Compiling Text.Megaparsec.Debug ( Text/Megaparsec/Debug.hs, nothing )
[12 of 19] Compiling Text.Megaparsec ( Text/Megaparsec.hs, nothing )
[13 of 19] Compiling Text.Megaparsec.Common ( Text/Megaparsec/Common.hs, nothing )
[14 of 19] Compiling Text.Megaparsec.Lexer ( Text/Megaparsec/Lexer.hs, nothing )
[15 of 19] Compiling Text.Megaparsec.Char ( Text/Megaparsec/Char.hs, nothing )
[16 of 19] Compiling Text.Megaparsec.Char.Lexer ( Text/Megaparsec/Char/Lexer.hs, nothing )
[17 of 19] Compiling Text.Megaparsec.Byte.Binary ( Text/Megaparsec/Byte/Binary.hs, nothing )
[18 of 19] Compiling Text.Megaparsec.Byte ( Text/Megaparsec/Byte.hs, nothing )
[19 of 19] Compiling Text.Megaparsec.Byte.Lexer ( Text/Megaparsec/Byte/Lexer.hs, nothing )
Haddock coverage:
Warning: 'SourcePos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:121:18
* at Text/Megaparsec/Pos.hs:121:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:121:1
Warning: 'Pos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:51:15
* at Text/Megaparsec/Pos.hs:51:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:51:1
Warning: 'InvalidPosException' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:107:5
* at Text/Megaparsec/Pos.hs:105:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:105:1
100% ( 12 / 12) in 'Text.Megaparsec.Pos'
Warning: 'State' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:39:18
* at Text/Megaparsec/State.hs:39:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:39:1
100% ( 5 / 5) in 'Text.Megaparsec.State'
100% ( 4 / 4) in 'Text.Megaparsec.Unicode'
Warning: 'SourcePos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:121:18
* at Text/Megaparsec/Pos.hs:121:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:121:1
Warning: 'PosState' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:101:19
* at Text/Megaparsec/State.hs:101:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:101:1
Warning: 'ShareInput' is ambiguous. It is defined
* at Text/Megaparsec/Stream.hs:187:24
* at Text/Megaparsec/Stream.hs:187:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Stream.hs:187:1
Warning: 'NoShareInput' is ambiguous. It is defined
* at Text/Megaparsec/Stream.hs:262:26
* at Text/Megaparsec/Stream.hs:262:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Stream.hs:262:1
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 6 / 6) in 'Text.Megaparsec.Stream'
Warning: 'PosState' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:101:19
* at Text/Megaparsec/State.hs:101:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:101:1
Warning: 'SourcePos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:121:18
* at Text/Megaparsec/Pos.hs:121:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:121:1
Warning: 'ParseErrorBundle' is ambiguous. It is defined
* at Text/Megaparsec/Error.hs:250:29
* at Text/Megaparsec/Error.hs:250:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Error.hs:250:1
100% ( 18 / 18) in 'Text.Megaparsec.Error'
Warning: 'ET' is ambiguous. It is defined
* at Text/Megaparsec/Error/Builder.hs:59:13
* at Text/Megaparsec/Error/Builder.hs:59:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Error/Builder.hs:59:1
100% ( 17 / 17) in 'Text.Megaparsec.Error.Builder'
Warning: 'State' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:39:18
* at Text/Megaparsec/State.hs:39:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:39:1
Warning: 'Reply' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:106:20
* at Text/Megaparsec/Internal.hs:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:106:1
Warning: 'ParsecT' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:131:27
* at Text/Megaparsec/Internal.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:131:1
Warning: 'Hints' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:92:19
* at Text/Megaparsec/Internal.hs:92:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:92:1
Warning: 'label' is ambiguous. It is defined
* at Text/Megaparsec/Class.hs:61:3
* in Control.Monad.Cont.Class
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Class.hs:61:3
100% ( 14 / 14) in 'Text.Megaparsec.Internal'
Warning: 'ParsecT' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:131:27
* at Text/Megaparsec/Internal.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:131:1
Warning: 'State' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:39:18
* at Text/Megaparsec/State.hs:39:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:39:1
100% ( 3 / 3) in 'Text.Megaparsec.Debug'
Warning: 'ParseErrorBundle' is ambiguous. It is defined
* at Text/Megaparsec/Error.hs:250:29
* at Text/Megaparsec/Error.hs:250:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Error.hs:250:1
Warning: 'ParsecT' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:131:27
* at Text/Megaparsec/Internal.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:131:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'SourcePos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:121:18
* at Text/Megaparsec/Pos.hs:121:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:121:1
100% ( 51 / 51) in 'Text.Megaparsec'
Warning: 'skipLineComment' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'skipBlockComment' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 37 / 37) in 'Text.Megaparsec.Char'
100% ( 27 / 27) in 'Text.Megaparsec.Char.Lexer'
100% ( 21 / 21) in 'Text.Megaparsec.Byte.Binary'
100% ( 29 / 29) in 'Text.Megaparsec.Byte'
100% ( 17 / 17) in 'Text.Megaparsec.Byte.Lexer'
Warning: Text.Megaparsec.Pos: could not find link destinations for:
- Text.Megaparsec.Pos.Rep_SourcePos
- Text.Megaparsec.Pos.Rep_InvalidPosException
- Text.Megaparsec.Pos.Rep_Pos
Warning: Text.Megaparsec.State: could not find link destinations for:
- Text.Megaparsec.State.Rep_State
- Text.Megaparsec.State.Rep_PosState
Warning: Text.Megaparsec.Stream: could not find link destinations for:
- Text.Megaparsec.Stream.D:R:TokenSeq
- Text.Megaparsec.Stream.D:R:TokensSeq
- Text.Megaparsec.Stream.D:R:TokenList
- Text.Megaparsec.Stream.D:R:TokensList
- Text.Megaparsec.Stream.D:R:TokenText
- Text.Megaparsec.Stream.D:R:TokensText
- Text.Megaparsec.Stream.D:R:TokenText0
- Text.Megaparsec.Stream.D:R:TokensText0
- Text.Megaparsec.Stream.D:R:TokenByteString
- Text.Megaparsec.Stream.D:R:TokensByteString
- Text.Megaparsec.Stream.D:R:TokenByteString0
- Text.Megaparsec.Stream.D:R:TokensByteString0
- Text.Megaparsec.Stream.D:R:TokenShareInput
- Text.Megaparsec.Stream.D:R:TokensShareInput
- Text.Megaparsec.Stream.D:R:TokenShareInput0
- Text.Megaparsec.Stream.D:R:TokensShareInput0
- Text.Megaparsec.Stream.D:R:TokenShareInput1
- Text.Megaparsec.Stream.D:R:TokensShareInput1
- Text.Megaparsec.Stream.D:R:TokenShareInput2
- Text.Megaparsec.Stream.D:R:TokensShareInput2
- Text.Megaparsec.Stream.D:R:TokenNoShareInput
- Text.Megaparsec.Stream.D:R:TokensNoShareInput
- Text.Megaparsec.Stream.D:R:TokenNoShareInput0
- Text.Megaparsec.Stream.D:R:TokensNoShareInput0
- Text.Megaparsec.Stream.D:R:TokenNoShareInput1
- Text.Megaparsec.Stream.D:R:TokensNoShareInput1
- Text.Megaparsec.Stream.D:R:TokenNoShareInput2
- Text.Megaparsec.Stream.D:R:TokensNoShareInput2
Warning: Text.Megaparsec.Error: could not find link destinations for:
- Text.Megaparsec.Error.Rep_ParseErrorBundle
- Text.Megaparsec.Error.Rep_ParseError
- Text.Megaparsec.Error.Rep_ErrorFancy
- Text.Megaparsec.Error.Rep_ErrorItem
Warning: Text.Megaparsec.Error.Builder: could not find link destinations for:
- Text.Megaparsec.Error.Builder.Rep_EF
- Text.Megaparsec.Error.Builder.Rep_ET
Warning: Text.Megaparsec: could not find link destinations for:
- Text.Megaparsec.State.Rep_State
- Text.Megaparsec.State.Rep_PosState
Documentation created: dist/doc/html/megaparsec/,
dist/doc/html/megaparsec/megaparsec.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/megaparsec-9.7.0-AZVb3OSPdl4TChiinRysA
Completed megaparsec-9.7.0
Configuring http-types-0.12.4...
Preprocessing library for http-types-0.12.4..
Building library for http-types-0.12.4..
[1 of 7] Compiling Network.HTTP.Types.Header ( Network/HTTP/Types/Header.hs, dist/build/Network/HTTP/Types/Header.o, dist/build/Network/HTTP/Types/Header.dyn_o )
[2 of 7] Compiling Network.HTTP.Types.Method ( Network/HTTP/Types/Method.hs, dist/build/Network/HTTP/Types/Method.o, dist/build/Network/HTTP/Types/Method.dyn_o )
[3 of 7] Compiling Network.HTTP.Types.Status ( Network/HTTP/Types/Status.hs, dist/build/Network/HTTP/Types/Status.o, dist/build/Network/HTTP/Types/Status.dyn_o )
[4 of 7] Compiling Network.HTTP.Types.URI ( Network/HTTP/Types/URI.hs, dist/build/Network/HTTP/Types/URI.o, dist/build/Network/HTTP/Types/URI.dyn_o )
[5 of 7] Compiling Network.HTTP.Types.QueryLike ( Network/HTTP/Types/QueryLike.hs, dist/build/Network/HTTP/Types/QueryLike.o, dist/build/Network/HTTP/Types/QueryLike.dyn_o )
[6 of 7] Compiling Network.HTTP.Types.Version ( Network/HTTP/Types/Version.hs, dist/build/Network/HTTP/Types/Version.o, dist/build/Network/HTTP/Types/Version.dyn_o )
[7 of 7] Compiling Network.HTTP.Types ( Network/HTTP/Types.hs, dist/build/Network/HTTP/Types.o, dist/build/Network/HTTP/Types.dyn_o )
Preprocessing library for http-types-0.12.4..
Running Haddock on library for http-types-0.12.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Network.HTTP.Types.Header ( Network/HTTP/Types/Header.hs, nothing )
[2 of 7] Compiling Network.HTTP.Types.Method ( Network/HTTP/Types/Method.hs, nothing )
[3 of 7] Compiling Network.HTTP.Types.Status ( Network/HTTP/Types/Status.hs, nothing )
[4 of 7] Compiling Network.HTTP.Types.URI ( Network/HTTP/Types/URI.hs, nothing )
[5 of 7] Compiling Network.HTTP.Types.QueryLike ( Network/HTTP/Types/QueryLike.hs, nothing )
[6 of 7] Compiling Network.HTTP.Types.Version ( Network/HTTP/Types/Version.hs, nothing )
[7 of 7] Compiling Network.HTTP.Types ( Network/HTTP/Types.hs, nothing )
Haddock coverage:
100% ( 71 / 71) in 'Network.HTTP.Types.Header'
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 19 / 19) in 'Network.HTTP.Types.Method'
Warning: 'Status' is ambiguous. It is defined
* at Network/HTTP/Types/Status.hs:140:15
* at Network/HTTP/Types/Status.hs:140:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Types/Status.hs:140:1
98% (107 /109) in 'Network.HTTP.Types.Status'
Missing documentation for:
statusCode
statusMessage
Warning: 'Builder' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 42 / 42) in 'Network.HTTP.Types.URI'
100% ( 4 / 4) in 'Network.HTTP.Types.QueryLike'
100% ( 6 / 6) in 'Network.HTTP.Types.Version'
99% (207 /208) in 'Network.HTTP.Types'
Missing documentation for:
Module header
Warning: Network.HTTP.Types.Header: could not find link destinations for:
- Network.HTTP.Types.Header.Rep_ByteRange
Warning: Network.HTTP.Types.Method: could not find link destinations for:
- Network.HTTP.Types.Method.Rep_StdMethod
Warning: Network.HTTP.Types.Status: could not find link destinations for:
- Network.HTTP.Types.Status.Rep_Status
Warning: Network.HTTP.Types.Version: could not find link destinations for:
- Network.HTTP.Types.Version.Rep_HttpVersion
Warning: Network.HTTP.Types: could not find link destinations for:
- Network.HTTP.Types.Header.Rep_ByteRange
- Network.HTTP.Types.Method.Rep_StdMethod
- Network.HTTP.Types.Status.Rep_Status
- Network.HTTP.Types.Version.Rep_HttpVersion
Documentation created: dist/doc/html/http-types/,
dist/doc/html/http-types/http-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/http-types-0.12.4-DtPHYKkWy3CLc5cwGZx5co
Completed http-types-0.12.4
Configuring typed-process-0.2.13.0...
Preprocessing library for typed-process-0.2.13.0..
Building library for typed-process-0.2.13.0..
[1 of 3] Compiling Paths_typed_process ( dist/build/autogen/Paths_typed_process.hs, dist/build/Paths_typed_process.o, dist/build/Paths_typed_process.dyn_o )
[2 of 3] Compiling System.Process.Typed.Internal ( src/System/Process/Typed/Internal.hs, dist/build/System/Process/Typed/Internal.o, dist/build/System/Process/Typed/Internal.dyn_o )
[3 of 3] Compiling System.Process.Typed ( src/System/Process/Typed.hs, dist/build/System/Process/Typed.o, dist/build/System/Process/Typed.dyn_o )
Preprocessing library for typed-process-0.2.13.0..
Running Haddock on library for typed-process-0.2.13.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Paths_typed_process ( dist/build/autogen/Paths_typed_process.hs, nothing )
[2 of 3] Compiling System.Process.Typed.Internal ( src/System/Process/Typed/Internal.hs, nothing )
[3 of 3] Compiling System.Process.Typed ( src/System/Process/Typed.hs, nothing )
Haddock coverage:
Warning: 'ExitCodeException' is ambiguous. It is defined
* at src/System/Process/Typed/Internal.hs:607:26
* at src/System/Process/Typed/Internal.hs:607:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Process/Typed/Internal.hs:607:1
Warning: 'StreamSpec' is ambiguous. It is defined
* at src/System/Process/Typed/Internal.hs:147:48
* at src/System/Process/Typed/Internal.hs:147:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Process/Typed/Internal.hs:147:1
Warning: 'Process' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ProcessConfig' is ambiguous. It is defined
* at src/System/Process/Typed/Internal.hs:70:42
* at src/System/Process/Typed/Internal.hs:70:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Process/Typed/Internal.hs:70:1
Warning: 'stopProcess' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteStringOutputException' is ambiguous. It is defined
* at src/System/Process/Typed/Internal.hs:639:34
* at src/System/Process/Typed/Internal.hs:639:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Process/Typed/Internal.hs:639:1
Warning: 'withProcessInterleave' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 42 / 44) in 'System.Process.Typed.Internal'
Missing documentation for:
bracket (src/System/Process/Typed/Internal.hs:644)
finally (src/System/Process/Typed/Internal.hs:647)
Warning: 'ProcessConfig' is ambiguous. It is defined
* at src/System/Process/Typed/Internal.hs:70:42
* at src/System/Process/Typed/Internal.hs:70:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Process/Typed/Internal.hs:70:1
Warning: 'ExitCodeException' is ambiguous. It is defined
* at src/System/Process/Typed/Internal.hs:607:26
* at src/System/Process/Typed/Internal.hs:607:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Process/Typed/Internal.hs:607:1
Warning: 'Process' is ambiguous. It is defined
* at src/System/Process/Typed.hs:167:36
* at src/System/Process/Typed.hs:167:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Process/Typed.hs:167:1
98% ( 91 / 92) in 'System.Process.Typed'
Missing documentation for:
StdStream
Warning: System.Process.Typed: could not find link destinations for:
- GHC.IO.Exception.Rep_ExitCode
Documentation created: dist/doc/html/typed-process/,
dist/doc/html/typed-process/typed-process.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/typed-process-0.2.13.0-9A9XYtsEOjBEe0NYl0oK4V
Completed typed-process-0.2.13.0
Configuring streaming-commons-0.2.3.0...
Preprocessing library for streaming-commons-0.2.3.0..
Building library for streaming-commons-0.2.3.0..
[ 1 of 11] Compiling Data.Streaming.ByteString.Builder.Buffer ( Data/Streaming/ByteString/Builder/Buffer.hs, dist/build/Data/Streaming/ByteString/Builder/Buffer.o, dist/build/Data/Streaming/ByteString/Builder/Buffer.dyn_o )
[ 2 of 11] Compiling Data.Streaming.ByteString.Builder ( Data/Streaming/ByteString/Builder.hs, dist/build/Data/Streaming/ByteString/Builder.o, dist/build/Data/Streaming/ByteString/Builder.dyn_o )
[ 3 of 11] Compiling Data.Streaming.FileRead ( Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.o, dist/build/Data/Streaming/FileRead.dyn_o )
[ 4 of 11] Compiling Data.Streaming.Filesystem ( Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.o, dist/build/Data/Streaming/Filesystem.dyn_o )
[ 5 of 11] Compiling Data.Streaming.Network.Internal ( Data/Streaming/Network/Internal.hs, dist/build/Data/Streaming/Network/Internal.o, dist/build/Data/Streaming/Network/Internal.dyn_o )
[ 6 of 11] Compiling Data.Streaming.Network ( Data/Streaming/Network.hs, dist/build/Data/Streaming/Network.o, dist/build/Data/Streaming/Network.dyn_o )
[ 7 of 11] Compiling Data.Streaming.Process.Internal ( Data/Streaming/Process/Internal.hs, dist/build/Data/Streaming/Process/Internal.o, dist/build/Data/Streaming/Process/Internal.dyn_o )
[ 8 of 11] Compiling Data.Streaming.Process ( Data/Streaming/Process.hs, dist/build/Data/Streaming/Process.o, dist/build/Data/Streaming/Process.dyn_o )
[ 9 of 11] Compiling Data.Streaming.Text ( Data/Streaming/Text.hs, dist/build/Data/Streaming/Text.o, dist/build/Data/Streaming/Text.dyn_o )
[10 of 11] Compiling Data.Streaming.Zlib.Lowlevel ( Data/Streaming/Zlib/Lowlevel.hs, dist/build/Data/Streaming/Zlib/Lowlevel.o, dist/build/Data/Streaming/Zlib/Lowlevel.dyn_o )
Data/Streaming/Zlib/Lowlevel.hs:105:1: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In an equation for wbToInt: wbToInt _ = ...
|
105 | wbToInt _ = 15
| ^^^^^^^^^^^^^^
[11 of 11] Compiling Data.Streaming.Zlib ( Data/Streaming/Zlib.hs, dist/build/Data/Streaming/Zlib.o, dist/build/Data/Streaming/Zlib.dyn_o )
Preprocessing library for streaming-commons-0.2.3.0..
Running Haddock on library for streaming-commons-0.2.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Data.Streaming.ByteString.Builder.Buffer ( Data/Streaming/ByteString/Builder/Buffer.hs, nothing )
[ 2 of 11] Compiling Data.Streaming.ByteString.Builder ( Data/Streaming/ByteString/Builder.hs, nothing )
[ 3 of 11] Compiling Data.Streaming.FileRead ( Data/Streaming/FileRead.hs, nothing )
[ 4 of 11] Compiling Data.Streaming.Filesystem ( Data/Streaming/Filesystem.hs, nothing )
[ 5 of 11] Compiling Data.Streaming.Network.Internal ( Data/Streaming/Network/Internal.hs, nothing )
[ 6 of 11] Compiling Data.Streaming.Network ( Data/Streaming/Network.hs, nothing )
[ 7 of 11] Compiling Data.Streaming.Process.Internal ( Data/Streaming/Process/Internal.hs, nothing )
[ 8 of 11] Compiling Data.Streaming.Process ( Data/Streaming/Process.hs, nothing )
[ 9 of 11] Compiling Data.Streaming.Text ( Data/Streaming/Text.hs, nothing )
[10 of 11] Compiling Data.Streaming.Zlib.Lowlevel ( Data/Streaming/Zlib/Lowlevel.hs, nothing )
[11 of 11] Compiling Data.Streaming.Zlib ( Data/Streaming/Zlib.hs, nothing )
Haddock coverage:
Warning: 'Builder' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 19 / 20) in 'Data.Streaming.ByteString.Builder.Buffer'
Missing documentation for:
defaultStrategy (Data/Streaming/ByteString/Builder/Buffer.hs:199)
Warning: 'toLazyByteStringWith' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
82% ( 23 / 28) in 'Data.Streaming.ByteString.Builder'
Missing documentation for:
BuilderRecv (Data/Streaming/ByteString/Builder.hs:75)
BuilderFinish (Data/Streaming/ByteString/Builder.hs:77)
newBuilderRecv (Data/Streaming/ByteString/Builder.hs:80)
newByteStringBuilderRecv (Data/Streaming/ByteString/Builder.hs:84)
defaultStrategy (Data/Streaming/ByteString/Builder/Buffer.hs:199)
20% ( 1 / 5) in 'Data.Streaming.FileRead'
Missing documentation for:
ReadHandle (Data/Streaming/FileRead.hs:26)
openFile (Data/Streaming/FileRead.hs:29)
closeFile (Data/Streaming/FileRead.hs:32)
readChunk (Data/Streaming/FileRead.hs:35)
42% ( 3 / 7) in 'Data.Streaming.Filesystem'
Missing documentation for:
DirStream
readDirStream (Data/Streaming/Filesystem.hs:67)
FileType (Data/Streaming/Filesystem.hs:94)
getFileType (Data/Streaming/Filesystem.hs:76)
88% ( 8 / 9) in 'Data.Streaming.Network.Internal'
Missing documentation for:
Module header
Warning: 'maxListenQueue' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
68% ( 52 / 76) in 'Data.Streaming.Network'
Missing documentation for:
Module header
message (Data/Streaming/Network.hs:451)
HasPort (Data/Streaming/Network.hs:453)
HasAfterBind (Data/Streaming/Network.hs:503)
HasReadWrite (Data/Streaming/Network.hs:617)
HasPath (Data/Streaming/Network.hs:484)
setPort (Data/Streaming/Network.hs:464)
setHost (Data/Streaming/Network.hs:467)
setAfterBind (Data/Streaming/Network.hs:514)
setNeedLocalAddr (Data/Streaming/Network.hs:498)
setPath (Data/Streaming/Network.hs:495)
getPort (Data/Streaming/Network.hs:461)
getHost (Data/Streaming/Network.hs:470)
getAfterBind (Data/Streaming/Network.hs:511)
getNeedLocalAddr (Data/Streaming/Network.hs:501)
getPath (Data/Streaming/Network.hs:492)
appRead (Data/Streaming/Network.hs:628)
appWrite (Data/Streaming/Network.hs:631)
appSockAddr (Data/Streaming/Network.hs:602)
appLocalAddr (Data/Streaming/Network.hs:599)
unassignedPorts (Data/Streaming/Network.hs:211)
safeRecv (Data/Streaming/Network.hs:317)
ConnectionHandle (Data/Streaming/Network.hs:544)
runTCPServerWithHandle (Data/Streaming/Network.hs:547)
75% ( 3 / 4) in 'Data.Streaming.Process.Internal'
Missing documentation for:
Module header
Warning: 'UseProvidedHandle' is ambiguous. It is defined
* at Data/Streaming/Process.hs:73:26
* at Data/Streaming/Process.hs:73:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Streaming/Process.hs:73:1
Warning: 'ProcessExitedUnsuccessfully' is ambiguous. It is defined
* at Data/Streaming/Process.hs:196:36
* at Data/Streaming/Process.hs:196:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Streaming/Process.hs:196:1
100% ( 24 / 24) in 'Data.Streaming.Process'
90% ( 9 / 10) in 'Data.Streaming.Text'
Missing documentation for:
DecodeResult (Data/Streaming/Text.hs:91)
0% ( 0 / 21) in 'Data.Streaming.Zlib.Lowlevel'
Missing documentation for:
Module header
ZStreamStruct (Data/Streaming/Zlib/Lowlevel.hs:31)
ZStream' (Data/Streaming/Zlib/Lowlevel.hs:32)
zstreamNew (Data/Streaming/Zlib/Lowlevel.hs:42)
Strategy (Data/Streaming/Zlib/Lowlevel.hs:34)
deflateInit2 (Data/Streaming/Zlib/Lowlevel.hs:50)
inflateInit2 (Data/Streaming/Zlib/Lowlevel.hs:59)
c_free_z_stream_inflate (Data/Streaming/Zlib/Lowlevel.hs:61)
c_free_z_stream_deflate (Data/Streaming/Zlib/Lowlevel.hs:64)
c_set_avail_in (Data/Streaming/Zlib/Lowlevel.hs:67)
c_set_avail_out (Data/Streaming/Zlib/Lowlevel.hs:70)
c_get_avail_out (Data/Streaming/Zlib/Lowlevel.hs:73)
c_get_avail_in (Data/Streaming/Zlib/Lowlevel.hs:76)
c_get_next_in (Data/Streaming/Zlib/Lowlevel.hs:79)
c_call_inflate_noflush (Data/Streaming/Zlib/Lowlevel.hs:82)
c_call_deflate_noflush (Data/Streaming/Zlib/Lowlevel.hs:85)
c_call_deflate_finish (Data/Streaming/Zlib/Lowlevel.hs:88)
c_call_deflate_flush (Data/Streaming/Zlib/Lowlevel.hs:91)
c_call_deflate_full_flush (Data/Streaming/Zlib/Lowlevel.hs:94)
c_call_deflate_set_dictionary (Data/Streaming/Zlib/Lowlevel.hs:97)
c_call_inflate_set_dictionary (Data/Streaming/Zlib/Lowlevel.hs:100)
Warning: 'WindowBits' is ambiguous. It is defined
* in Codec.Compression.Zlib.Stream
* in Codec.Compression.Zlib.Stream
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Codec.Compression.Zlib.Stream
Warning: 'Inflate' is ambiguous. It is defined
* at Data/Streaming/Zlib.hs:64:16
* at Data/Streaming/Zlib.hs:64:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Streaming/Zlib.hs:64:1
Warning: 'Deflate' is ambiguous. It is defined
* at Data/Streaming/Zlib.hs:72:19
* at Data/Streaming/Zlib.hs:72:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Streaming/Zlib.hs:72:1
95% ( 23 / 24) in 'Data.Streaming.Zlib'
Missing documentation for:
PopperRes (Data/Streaming/Zlib.hs:218)
Warning: Data.Streaming.Zlib: could not find link destinations for:
- Codec.Compression.Zlib.Stream.Rep_WindowBits
Documentation created: dist/doc/html/streaming-commons/,
dist/doc/html/streaming-commons/streaming-commons.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/streaming-commons-0.2.3.0-BzAMdPFvn585wsqVIYe6ZM
Completed streaming-commons-0.2.3.0
Configuring bifunctors-5.6.2...
Preprocessing library for bifunctors-5.6.2..
Building library for bifunctors-5.6.2..
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o )
Preprocessing library for bifunctors-5.6.2..
Running Haddock on library for bifunctors-5.6.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, nothing )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, nothing )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, nothing )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, nothing )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, nothing )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, nothing )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, nothing )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, nothing )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, nothing )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, nothing )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, nothing )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, nothing )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, nothing )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, nothing )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, nothing )
Haddock coverage:
70% ( 7 / 10) in 'Data.Biapplicative'
Missing documentation for:
Biapplicative (src/Data/Biapplicative.hs:44)
<<$>> (src/Data/Biapplicative.hs:41)
<<**>> (src/Data/Biapplicative.hs:74)
Warning: 'Biap' is ambiguous. It is defined
* at src/Data/Bifunctor/Biap.hs:67:23
* at src/Data/Bifunctor/Biap.hs:67:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bifunctor/Biap.hs:67:1
100% ( 2 / 2) in 'Data.Bifunctor.Biap'
100% ( 2 / 2) in 'Data.Bifunctor.Biff'
100% ( 2 / 2) in 'Data.Bifunctor.Clown'
100% ( 2 / 2) in 'Data.Bifunctor.Fix'
14% ( 1 / 7) in 'Data.Bifunctor.Functor'
Missing documentation for:
Module header
BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19)
BifunctorMonad (src/Data/Bifunctor/Functor.hs:22)
biliftM (src/Data/Bifunctor/Functor.hs:31)
BifunctorComonad (src/Data/Bifunctor/Functor.hs:34)
biliftW (src/Data/Bifunctor/Functor.hs:43)
100% ( 2 / 2) in 'Data.Bifunctor.Flip'
100% ( 2 / 2) in 'Data.Bifunctor.Join'
100% ( 2 / 2) in 'Data.Bifunctor.Joker'
100% ( 2 / 2) in 'Data.Bifunctor.Product'
0% ( 0 / 2) in 'Data.Bifunctor.Sum'
Missing documentation for:
Module header
Sum (src/Data/Bifunctor/Sum.hs:22)
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Options' is ambiguous. It is defined
* at src/Data/Bifunctor/TH.hs:77:19
* at src/Data/Bifunctor/TH.hs:77:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bifunctor/TH.hs:77:1
Warning: 'bimap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bitraverse' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequenceA' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'makeBitraverseA' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bimapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequence' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
96% ( 32 / 33) in 'Data.Bifunctor.TH'
Missing documentation for:
makeBifold (src/Data/Bifunctor/TH.hs:217)
100% ( 2 / 2) in 'Data.Bifunctor.Tannen'
100% ( 2 / 2) in 'Data.Bifunctor.Wrapped'
Warning: Data.Bifunctor.Biap: could not find link destinations for:
- Data.Bifunctor.Biap.Rep_Biap
- Data.Bifunctor.Biap.Rep1_Biap
Warning: Data.Bifunctor.Biff: could not find link destinations for:
- Data.Bifunctor.Biff.Rep1_Biff
- Data.Bifunctor.Biff.Rep_Biff
Warning: Data.Bifunctor.Clown: could not find link destinations for:
- Data.Bifunctor.Clown.Rep_Clown
- Data.Bifunctor.Clown.Rep1_Clown
Warning: Data.Bifunctor.Fix: could not find link destinations for:
- Data.Bifunctor.Fix.Rep_Fix
Warning: Data.Bifunctor.Flip: could not find link destinations for:
- Data.Bifunctor.Flip.Rep_Flip
Warning: Data.Bifunctor.Join: could not find link destinations for:
- Data.Bifunctor.Join.Rep_Join
Warning: Data.Bifunctor.Joker: could not find link destinations for:
- Data.Bifunctor.Joker.Rep_Joker
- Data.Bifunctor.Joker.Rep1_Joker
Warning: Data.Bifunctor.Product: could not find link destinations for:
- Data.Bifunctor.Product.Rep_Product
- Data.Bifunctor.Product.Rep1_Product
Warning: Data.Bifunctor.Sum: could not find link destinations for:
- Data.Bifunctor.Sum.Rep_Sum
- Data.Bifunctor.Sum.Rep1_Sum
Warning: Data.Bifunctor.TH: could not find link destinations for:
- Data.Bifunctor.TH.Bifunctor
- Data.Bifunctor.TH.Bifoldable
- Data.Bifunctor.TH.Bitraversable
Warning: Data.Bifunctor.Tannen: could not find link destinations for:
- Data.Bifunctor.Tannen.Rep1_Tannen
- Data.Bifunctor.Tannen.Rep_Tannen
Warning: Data.Bifunctor.Wrapped: could not find link destinations for:
- Data.Bifunctor.Wrapped.Rep_WrappedBifunctor
- Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor
Documentation created: dist/doc/html/bifunctors/,
dist/doc/html/bifunctors/bifunctors.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bifunctors-5.6.2-GFSN9WtyvrIH3Py3OMWv09
Completed bifunctors-5.6.2
Configuring lifted-base-0.2.3.12...
Preprocessing library for lifted-base-0.2.3.12..
Building library for lifted-base-0.2.3.12..
[1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o, dist/build/Control/Concurrent/Chan/Lifted.dyn_o )
[2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o, dist/build/Control/Concurrent/MVar/Lifted.dyn_o )
[3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o, dist/build/Control/Concurrent/QSem/Lifted.dyn_o )
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o, dist/build/Control/Concurrent/QSemN/Lifted.dyn_o )
[5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o, dist/build/Control/Exception/Lifted.dyn_o )
[6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o, dist/build/Control/Concurrent/Lifted.dyn_o )
[7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o, dist/build/Data/IORef/Lifted.dyn_o )
[8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o, dist/build/Foreign/Marshal/Utils/Lifted.dyn_o )
[9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o, dist/build/System/Timeout/Lifted.dyn_o )
Preprocessing library for lifted-base-0.2.3.12..
Running Haddock on library for lifted-base-0.2.3.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, nothing )
[2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, nothing )
[3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, nothing )
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, nothing )
[5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, nothing )
[6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, nothing )
[7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, nothing )
[8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, nothing )
[9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, nothing )
Haddock coverage:
100% ( 8 / 8) in 'Control.Concurrent.Chan.Lifted'
100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted'
100% ( 5 / 5) in 'Control.Concurrent.QSem.Lifted'
100% ( 5 / 5) in 'Control.Concurrent.QSemN.Lifted'
Warning: 'liftBaseOp' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 64 / 64) in 'Control.Exception.Lifted'
100% ( 36 / 36) in 'Control.Concurrent.Lifted'
100% ( 11 / 11) in 'Data.IORef.Lifted'
Warning: 'MonadBase' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Foreign.Marshal.Utils.Lifted'
100% ( 2 / 2) in 'System.Timeout.Lifted'
Warning: Control.Exception.Lifted: could not find link destinations for:
- GHC.IOPort.IOPortException
Documentation created: dist/doc/html/lifted-base/,
dist/doc/html/lifted-base/lifted-base.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/lifted-base-0.2.3.12-iHp5K1HUqL4vslGQBQOkt
Completed lifted-base-0.2.3.12
Configuring pipes-safe-2.3.5...
Preprocessing library for pipes-safe-2.3.5..
Building library for pipes-safe-2.3.5..
[1 of 2] Compiling Pipes.Safe ( src/Pipes/Safe.hs, dist/build/Pipes/Safe.o, dist/build/Pipes/Safe.dyn_o )
[2 of 2] Compiling Pipes.Safe.Prelude ( src/Pipes/Safe/Prelude.hs, dist/build/Pipes/Safe/Prelude.o, dist/build/Pipes/Safe/Prelude.dyn_o )
Preprocessing library for pipes-safe-2.3.5..
Running Haddock on library for pipes-safe-2.3.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Pipes.Safe ( src/Pipes/Safe.hs, nothing )
[2 of 2] Compiling Pipes.Safe.Prelude ( src/Pipes/Safe/Prelude.hs, nothing )
Haddock coverage:
Warning: 'SafeT' is ambiguous. It is defined
* at src/Pipes/Safe.hs:229:7
* at src/Pipes/Safe.hs:221:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Safe.hs:221:1
Warning: 'ReleaseKey' is ambiguous. It is defined
* at src/Pipes/Safe.hs:292:22
* at src/Pipes/Safe.hs:292:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Safe.hs:292:1
Warning: 'Env' is ambiguous. It is defined
* at src/Pipes/Safe.hs:213:17
* at src/Pipes/Safe.hs:213:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Safe.hs:213:1
Warning: 'SomeException' is ambiguous. It is defined
* in GHC.Exception.Type
* in GHC.Exception.Type
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Exception.Type
100% ( 43 / 43) in 'Pipes.Safe'
100% ( 13 / 13) in 'Pipes.Safe.Prelude'
Warning: Pipes.Safe: could not find link destinations for:
- Pipes.Safe.D:R:PrimStateSafeT
- Pipes.Safe.D:R:BaseRWST
- Pipes.Safe.D:R:BaseRWST0
- Pipes.Safe.D:R:BaseWriterT
- Pipes.Safe.D:R:BaseWriterT0
- Pipes.Safe.D:R:BaseStateT
- Pipes.Safe.D:R:BaseStateT0
- Pipes.Safe.D:R:BaseReaderT
- Pipes.Safe.D:R:BaseCatchT
- Pipes.Safe.D:R:BaseIdentityT
- Pipes.Safe.D:R:BaseProxy
- Pipes.Safe.D:R:BaseSafeT
- GHC.IOPort.IOPortException
Documentation created: dist/doc/html/pipes-safe/,
dist/doc/html/pipes-safe/pipes-safe.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pipes-safe-2.3.5-DmwPJDTFSPt4hLM5xTihUM
Completed pipes-safe-2.3.5
Configuring pipes-parse-3.0.9...
Preprocessing library for pipes-parse-3.0.9..
Building library for pipes-parse-3.0.9..
[1 of 2] Compiling Pipes.Parse ( src/Pipes/Parse.hs, dist/build/Pipes/Parse.o, dist/build/Pipes/Parse.dyn_o )
[2 of 2] Compiling Pipes.Parse.Tutorial ( src/Pipes/Parse/Tutorial.hs, dist/build/Pipes/Parse/Tutorial.o, dist/build/Pipes/Parse/Tutorial.dyn_o )
Preprocessing library for pipes-parse-3.0.9..
Running Haddock on library for pipes-parse-3.0.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Pipes.Parse ( src/Pipes/Parse.hs, nothing )
[2 of 2] Compiling Pipes.Parse.Tutorial ( src/Pipes/Parse/Tutorial.hs, nothing )
Haddock coverage:
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Strict
* in Control.Monad.Trans.State.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.State.Strict
100% ( 35 / 35) in 'Pipes.Parse'
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Strict
* in Control.Monad.Trans.State.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.State.Strict
Warning: 'splitAt' is ambiguous. It is defined
* in GHC.List
* at src/Pipes/Parse.hs:265:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Parse.hs:265:1
Warning: 'span' is ambiguous. It is defined
* in GHC.List
* at src/Pipes/Parse.hs:244:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Parse.hs:244:1
100% ( 13 / 13) in 'Pipes.Parse.Tutorial'
Warning: Pipes.Parse: could not find link destinations for:
- Control.Monad.Trans.State.Strict.Rep_StateT
- Pipes.Parse.Lens'
Documentation created: dist/doc/html/pipes-parse/,
dist/doc/html/pipes-parse/pipes-parse.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pipes-parse-3.0.9-AqoaLHeMeNhKayGw98YkQs
Completed pipes-parse-3.0.9
Configuring pipes-concurrency-2.0.14...
Preprocessing library for pipes-concurrency-2.0.14..
Building library for pipes-concurrency-2.0.14..
[1 of 2] Compiling Pipes.Concurrent ( src/Pipes/Concurrent.hs, dist/build/Pipes/Concurrent.o, dist/build/Pipes/Concurrent.dyn_o )
src/Pipes/Concurrent.hs:39:1: warning: [GHC-38856] [-Wunused-imports]
The import of *>, <$>, <*, <*>, Applicative, pure
from module Control.Applicative is redundant
|
39 | import Control.Applicative (
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Pipes/Concurrent.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
48 | import Data.Monoid (Monoid(mempty, mappend))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent.hs:74:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad Input.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
74 | return r = Input (return (return r))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Pipes.Concurrent.Tutorial ( src/Pipes/Concurrent/Tutorial.hs, dist/build/Pipes/Concurrent/Tutorial.o, dist/build/Pipes/Concurrent/Tutorial.dyn_o )
src/Pipes/Concurrent/Tutorial.hs:42:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Concurrent is redundant
except perhaps to import instances from Control.Concurrent
To import instances alone, use: import Control.Concurrent()
|
42 | import Control.Concurrent
| ^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:43:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad is redundant
except perhaps to import instances from Control.Monad
To import instances alone, use: import Control.Monad()
|
43 | import Control.Monad
| ^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The import of Pipes is redundant
except perhaps to import instances from Pipes
To import instances alone, use: import Pipes()
|
44 | import Pipes
| ^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:45:1: warning: [GHC-66111] [-Wunused-imports]
The import of Pipes.Concurrent is redundant
except perhaps to import instances from Pipes.Concurrent
To import instances alone, use: import Pipes.Concurrent()
|
45 | import Pipes.Concurrent
| ^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Pipes.Prelude is redundant
except perhaps to import instances from Pipes.Prelude
To import instances alone, use: import Pipes.Prelude()
|
46 | import qualified Pipes.Prelude as P
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:47:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
47 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Preprocessing library for pipes-concurrency-2.0.14..
Running Haddock on library for pipes-concurrency-2.0.14..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Pipes.Concurrent ( src/Pipes/Concurrent.hs, nothing )
src/Pipes/Concurrent.hs:39:1: warning: [GHC-38856] [-Wunused-imports]
The import of *>, <$>, <*, <*>, Applicative, pure
from module Control.Applicative is redundant
|
39 | import Control.Applicative (
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Pipes/Concurrent.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
48 | import Data.Monoid (Monoid(mempty, mappend))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent.hs:74:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad Input.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
74 | return r = Input (return (return r))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Pipes.Concurrent.Tutorial ( src/Pipes/Concurrent/Tutorial.hs, nothing )
src/Pipes/Concurrent/Tutorial.hs:42:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Concurrent is redundant
except perhaps to import instances from Control.Concurrent
To import instances alone, use: import Control.Concurrent()
|
42 | import Control.Concurrent
| ^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:43:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad is redundant
except perhaps to import instances from Control.Monad
To import instances alone, use: import Control.Monad()
|
43 | import Control.Monad
| ^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The import of Pipes is redundant
except perhaps to import instances from Pipes
To import instances alone, use: import Pipes()
|
44 | import Pipes
| ^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:45:1: warning: [GHC-66111] [-Wunused-imports]
The import of Pipes.Concurrent is redundant
except perhaps to import instances from Pipes.Concurrent
To import instances alone, use: import Pipes.Concurrent()
|
45 | import Pipes.Concurrent
| ^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Pipes.Prelude is redundant
except perhaps to import instances from Pipes.Prelude
To import instances alone, use: import Pipes.Prelude()
|
46 | import qualified Pipes.Prelude as P
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/Concurrent/Tutorial.hs:47:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
47 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'Output' is ambiguous. It is defined
* at src/Pipes/Concurrent.hs:107:20
* at src/Pipes/Concurrent.hs:107:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Concurrent.hs:107:1
Warning: 'Input' is ambiguous. It is defined
* at src/Pipes/Concurrent.hs:63:19
* at src/Pipes/Concurrent.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Concurrent.hs:63:1
100% ( 32 / 32) in 'Pipes.Concurrent'
Warning: 'Output' is ambiguous. It is defined
* at src/Pipes/Concurrent.hs:107:20
* at src/Pipes/Concurrent.hs:107:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Concurrent.hs:107:1
Warning: 'Input' is ambiguous. It is defined
* at src/Pipes/Concurrent.hs:63:19
* at src/Pipes/Concurrent.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Pipes/Concurrent.hs:63:1
Warning: 'takeB_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 21 / 21) in 'Pipes.Concurrent.Tutorial'
Documentation created: dist/doc/html/pipes-concurrency/,
dist/doc/html/pipes-concurrency/pipes-concurrency.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pipes-concurrency-2.0.14-KFejaei7J20AlTrIwsOTYj
Completed pipes-concurrency-2.0.14
Warning: asn1-parse.cabal:17:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: asn1-parse.cabal:19:42: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring asn1-parse-0.9.5...
Preprocessing library for asn1-parse-0.9.5..
Building library for asn1-parse-0.9.5..
[1 of 1] Compiling Data.ASN1.Parse ( Data/ASN1/Parse.hs, dist/build/Data/ASN1/Parse.o, dist/build/Data/ASN1/Parse.dyn_o )
Data/ASN1/Parse.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
35 | import Control.Monad.Fail
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ASN1/Parse.hs:52:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad ParseASN1.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
52 | return a = pure a
| ^^^^^^^^^^^^^^^^^^^^
Preprocessing library for asn1-parse-0.9.5..
Running Haddock on library for asn1-parse-0.9.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.ASN1.Parse ( Data/ASN1/Parse.hs, nothing )
Data/ASN1/Parse.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
35 | import Control.Monad.Fail
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ASN1/Parse.hs:52:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad ParseASN1.
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
52 | return a = pure a
| ^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
93% ( 15 / 16) in 'Data.ASN1.Parse'
Missing documentation for:
ParseASN1 (Data/ASN1/Parse.hs:38)
Documentation created: dist/doc/html/asn1-parse/,
dist/doc/html/asn1-parse/asn1-parse.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/asn1-parse-0.9.5-HAD06O2JRT6FuM0b1GIQ8l
Completed asn1-parse-0.9.5
Configuring optparse-applicative-0.18.1.0...
Preprocessing library for optparse-applicative-0.18.1.0..
Building library for optparse-applicative-0.18.1.0..
[ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, dist/build/Options/Applicative/Help/Levenshtein.o, dist/build/Options/Applicative/Help/Levenshtein.dyn_o )
src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
24 | oneDiag a b (head uppers) (-1 : head lowers)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
24 | oneDiag a b (head uppers) (-1 : head lowers)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
48 | 1 + min3 (head w) nw (head n)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
48 | 1 + min3 (head w) nw (head n)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
50 | me : doDiag as bs me (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
50 | me : doDiag as bs me (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
52 | firstelt = 1 + head diagBelow
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
59 | nextDiag = head (tail diags)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
59 | nextDiag = head (tail diags)
| ^^^^
[ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, dist/build/Options/Applicative/Help/Pretty.o, dist/build/Options/Applicative/Help/Pretty.dyn_o )
[ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, dist/build/Options/Applicative/Help/Chunk.o, dist/build/Options/Applicative/Help/Chunk.dyn_o )
[ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, dist/build/Options/Applicative/Help/Types.o, dist/build/Options/Applicative/Help/Types.dyn_o )
[ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, dist/build/Options/Applicative/Types.o, dist/build/Options/Applicative/Types.dyn_o )
src/Options/Applicative/Types.hs:58:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
58 | import Data.Semigroup hiding (Option)
| ^^^^^^
[ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, dist/build/Options/Applicative/NonEmpty.o, dist/build/Options/Applicative/NonEmpty.dyn_o )
[ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, dist/build/Options/Applicative/Internal.o, dist/build/Options/Applicative/Internal.dyn_o )
[ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, dist/build/Options/Applicative/Common.o, dist/build/Options/Applicative/Common.dyn_o )
[ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, dist/build/Options/Applicative/Help/Core.o, dist/build/Options/Applicative/Help/Core.dyn_o )
[10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, dist/build/Options/Applicative/Help.o, dist/build/Options/Applicative/Help.dyn_o )
[11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, dist/build/Options/Applicative/Builder/Internal.o, dist/build/Options/Applicative/Builder/Internal.dyn_o )
src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
29 | import Data.Semigroup hiding (Option)
| ^^^^^^
[12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, dist/build/Options/Applicative/Builder/Completer.o, dist/build/Options/Applicative/Builder/Completer.dyn_o )
[13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, dist/build/Options/Applicative/Builder.o, dist/build/Options/Applicative/Builder.dyn_o )
[14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, dist/build/Options/Applicative/BashCompletion.o, dist/build/Options/Applicative/BashCompletion.dyn_o )
src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Foldable is redundant
except perhaps to import instances from Data.Foldable
To import instances alone, use: import Data.Foldable()
|
16 | import Data.Foldable ( asum )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, dist/build/Options/Applicative/Extra.o, dist/build/Options/Applicative/Extra.dyn_o )
[16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, dist/build/Options/Applicative.o, dist/build/Options/Applicative.dyn_o )
[17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, dist/build/Options/Applicative/Arrows.o, dist/build/Options/Applicative/Arrows.dyn_o )
Preprocessing library for optparse-applicative-0.18.1.0..
Running Haddock on library for optparse-applicative-0.18.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, nothing )
src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
24 | oneDiag a b (head uppers) (-1 : head lowers)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
24 | oneDiag a b (head uppers) (-1 : head lowers)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
48 | 1 + min3 (head w) nw (head n)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
48 | 1 + min3 (head w) nw (head n)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
50 | me : doDiag as bs me (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
50 | me : doDiag as bs me (tail n) (tail w)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
52 | firstelt = 1 + head diagBelow
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
59 | nextDiag = head (tail diags)
| ^^^^
src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
59 | nextDiag = head (tail diags)
| ^^^^
[ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, nothing )
[ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, nothing )
[ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, nothing )
[ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, nothing )
src/Options/Applicative/Types.hs:58:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
58 | import Data.Semigroup hiding (Option)
| ^^^^^^
[ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, nothing )
[ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, nothing )
[ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, nothing )
[ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, nothing )
[10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, nothing )
[11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, nothing )
src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
29 | import Data.Semigroup hiding (Option)
| ^^^^^^
[12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, nothing )
[13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, nothing )
[14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, nothing )
src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Foldable is redundant
except perhaps to import instances from Data.Foldable
To import instances alone, use: import Data.Foldable()
|
16 | import Data.Foldable ( asum )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, nothing )
[16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, nothing )
[17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Options.Applicative.Help.Levenshtein'
Missing documentation for:
Module header
93% ( 85 / 91) in 'Options.Applicative.Help.Pretty'
Missing documentation for:
Module header
Doc (src/Options/Applicative/Help/Pretty.hs:29)
SimpleDoc (src/Options/Applicative/Help/Pretty.hs:30)
.$. (src/Options/Applicative/Help/Pretty.hs:36)
</> (src/Options/Applicative/Help/Pretty.hs:38)
prettyString (src/Options/Applicative/Help/Pretty.hs:113)
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Chunk' is ambiguous. It is defined
* at src/Options/Applicative/Help/Chunk.hs:26:19
* at src/Options/Applicative/Help/Chunk.hs:26:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Help/Chunk.hs:26:1
92% ( 12 / 13) in 'Options.Applicative.Help.Chunk'
Missing documentation for:
Module header
33% ( 1 / 3) in 'Options.Applicative.Help.Types'
Missing documentation for:
Module header
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
Warning: 'execParserPure' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OptReader' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:239:5
* at src/Options/Applicative/Types.hs:238:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:238:1
Warning: 'name' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Completer' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:310:21
* at src/Options/Applicative/Types.hs:310:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:310:1
38% ( 17 / 44) in 'Options.Applicative.Types'
Missing documentation for:
Module header
ParseError (src/Options/Applicative/Types.hs:68)
OptName (src/Options/Applicative/Types.hs:132)
isShortName (src/Options/Applicative/Types.hs:137)
isLongName (src/Options/Applicative/Types.hs:141)
Backtracking (src/Options/Applicative/Types.hs:104)
CReader (src/Options/Applicative/Types.hs:230)
ParserM (src/Options/Applicative/Types.hs:273)
CompletionResult (src/Options/Applicative/Types.hs:325)
ParserFailure (src/Options/Applicative/Types.hs:332)
overFailure (src/Options/Applicative/Types.hs:359)
Args (src/Options/Applicative/Types.hs:374)
ArgumentReachability (src/Options/Applicative/Types.hs:401)
OptTree (src/Options/Applicative/Types.hs:411)
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
SomeParser (src/Options/Applicative/Types.hs:176)
IsCmdStart (src/Options/Applicative/Types.hs:77)
fromM (src/Options/Applicative/Types.hs:288)
oneM (src/Options/Applicative/Types.hs:291)
manyM (src/Options/Applicative/Types.hs:294)
someM (src/Options/Applicative/Types.hs:301)
filterOptional (src/Options/Applicative/Types.hs:419)
optVisibility (src/Options/Applicative/Types.hs:432)
optMetaVar (src/Options/Applicative/Types.hs:438)
optHelp (src/Options/Applicative/Types.hs:435)
optShowDefault (src/Options/Applicative/Types.hs:441)
optDescMod (src/Options/Applicative/Types.hs:444)
50% ( 1 / 2) in 'Options.Applicative.NonEmpty'
Missing documentation for:
Module header
0% ( 0 / 21) in 'Options.Applicative.Internal'
Missing documentation for:
Module header
P (src/Options/Applicative/Internal.hs:50)
MonadP (src/Options/Applicative/Internal.hs:41)
ParseError (src/Options/Applicative/Types.hs:68)
uncons (src/Options/Applicative/Internal.hs:95)
hoistMaybe (src/Options/Applicative/Internal.hs:86)
hoistEither (src/Options/Applicative/Internal.hs:89)
runReadM (src/Options/Applicative/Internal.hs:99)
withReadM (src/Options/Applicative/Internal.hs:102)
runP (src/Options/Applicative/Internal.hs:92)
Completion (src/Options/Applicative/Internal.hs:126)
runCompletion (src/Options/Applicative/Internal.hs:158)
contextNames (src/Options/Applicative/Internal.hs:72)
ListT (src/Options/Applicative/Internal.hs:165)
takeListT (src/Options/Applicative/Internal.hs:177)
runListT (src/Options/Applicative/Internal.hs:181)
hoistList (src/Options/Applicative/Internal.hs:266)
NondetT (src/Options/Applicative/Internal.hs:221)
cut (src/Options/Applicative/Internal.hs:253)
<!> (src/Options/Applicative/Internal.hs:247)
disamb (src/Options/Applicative/Internal.hs:256)
68% ( 13 / 19) in 'Options.Applicative.Common'
Missing documentation for:
Module header
showOption (src/Options/Applicative/Common.hs:66)
runParserInfo (src/Options/Applicative/Common.hs:238)
runParserFully (src/Options/Applicative/Common.hs:241)
runParserStep (src/Options/Applicative/Common.hs:228)
optionNames (src/Options/Applicative/Common.hs:70)
38% ( 7 / 18) in 'Options.Applicative.Help.Core'
Missing documentation for:
Module header
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
errorHelp (src/Options/Applicative/Help/Core.hs:214)
headerHelp (src/Options/Applicative/Help/Core.hs:217)
suggestionsHelp (src/Options/Applicative/Help/Core.hs:220)
usageHelp (src/Options/Applicative/Help/Core.hs:226)
descriptionHelp (src/Options/Applicative/Help/Core.hs:229)
bodyHelp (src/Options/Applicative/Help/Core.hs:232)
footerHelp (src/Options/Applicative/Help/Core.hs:235)
globalsHelp (src/Options/Applicative/Help/Core.hs:223)
parserGlobals (src/Options/Applicative/Help/Core.hs:257)
91% ( 11 / 12) in 'Options.Applicative.Help'
Missing documentation for:
Module header
Warning: 'OptionFields' is ambiguous. It is defined
* at src/Options/Applicative/Builder/Internal.hs:35:23
* at src/Options/Applicative/Builder/Internal.hs:35:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Builder/Internal.hs:35:1
Warning: 'FlagFields' is ambiguous. It is defined
* at src/Options/Applicative/Builder/Internal.hs:40:21
* at src/Options/Applicative/Builder/Internal.hs:40:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Builder/Internal.hs:40:1
Warning: 'strOption' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flag' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hidden' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
23% ( 5 / 21) in 'Options.Applicative.Builder.Internal'
Missing documentation for:
Module header
HasName (src/Options/Applicative/Builder/Internal.hs:51)
HasCompleter (src/Options/Applicative/Builder/Internal.hs:60)
HasValue (src/Options/Applicative/Builder/Internal.hs:69)
HasMetavar (src/Options/Applicative/Builder/Internal.hs:77)
OptionFields (src/Options/Applicative/Builder/Internal.hs:35)
FlagFields (src/Options/Applicative/Builder/Internal.hs:40)
CommandFields (src/Options/Applicative/Builder/Internal.hs:44)
ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48)
DefaultProp (src/Options/Applicative/Builder/Internal.hs:88)
optionMod (src/Options/Applicative/Builder/Internal.hs:130)
fieldMod (src/Options/Applicative/Builder/Internal.hs:133)
mkCommand (src/Options/Applicative/Builder/Internal.hs:156)
mkParser (src/Options/Applicative/Builder/Internal.hs:165)
mkOption (src/Options/Applicative/Builder/Internal.hs:175)
mkProps (src/Options/Applicative/Builder/Internal.hs:180)
Warning: 'Completer' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:310:21
* at src/Options/Applicative/Types.hs:310:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:310:1
85% ( 6 / 7) in 'Options.Applicative.Builder.Completer'
Missing documentation for:
Module header
Warning: 'ParserInfo' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:89:21
* at src/Options/Applicative/Types.hs:89:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:89:1
Warning: 'Option' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:171:17
* at src/Options/Applicative/Types.hs:171:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:171:1
Warning: 'ParserPrefs' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:111:20
* at src/Options/Applicative/Types.hs:111:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:111:1
86% ( 72 / 83) in 'Options.Applicative.Builder'
Missing documentation for:
Module header
ParseError (src/Options/Applicative/Types.hs:68)
PrefsMod (src/Options/Applicative/Builder.hs:470)
OptionFields (src/Options/Applicative/Builder/Internal.hs:35)
FlagFields (src/Options/Applicative/Builder/Internal.hs:40)
ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48)
CommandFields (src/Options/Applicative/Builder/Internal.hs:44)
HasName (src/Options/Applicative/Builder/Internal.hs:51)
HasCompleter (src/Options/Applicative/Builder/Internal.hs:60)
HasValue (src/Options/Applicative/Builder/Internal.hs:69)
HasMetavar (src/Options/Applicative/Builder/Internal.hs:77)
80% ( 4 / 5) in 'Options.Applicative.BashCompletion'
Missing documentation for:
bashCompletionParser (src/Options/Applicative/BashCompletion.hs:39)
Warning: 'ParserInfo' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:89:21
* at src/Options/Applicative/Types.hs:89:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:89:1
Warning: 'ParserFailure' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:332:27
* at src/Options/Applicative/Types.hs:332:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:332:1
Warning: 'Context' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:180:16
* at src/Options/Applicative/Types.hs:180:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:180:1
73% ( 14 / 19) in 'Options.Applicative.Extra'
Missing documentation for:
Module header
renderFailure (src/Options/Applicative/Extra.hs:345)
ParserFailure (src/Options/Applicative/Types.hs:332)
overFailure (src/Options/Applicative/Types.hs:359)
CompletionResult (src/Options/Applicative/Types.hs:325)
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Parsec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ParserInfo' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:89:21
* at src/Options/Applicative/Types.hs:89:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:89:1
Warning: 'ParserPrefs' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:111:20
* at src/Options/Applicative/Types.hs:111:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:111:1
Warning: 'Completer' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:310:21
* at src/Options/Applicative/Types.hs:310:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Types.hs:310:1
86% (105 /121) in 'Options.Applicative'
Missing documentation for:
Module header
OptionFields (src/Options/Applicative/Builder/Internal.hs:35)
FlagFields (src/Options/Applicative/Builder/Internal.hs:40)
ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48)
CommandFields (src/Options/Applicative/Builder/Internal.hs:44)
HasName (src/Options/Applicative/Builder/Internal.hs:51)
HasCompleter (src/Options/Applicative/Builder/Internal.hs:60)
HasValue (src/Options/Applicative/Builder/Internal.hs:69)
HasMetavar (src/Options/Applicative/Builder/Internal.hs:77)
renderFailure (src/Options/Applicative/Extra.hs:345)
overFailure (src/Options/Applicative/Types.hs:359)
PrefsMod (src/Options/Applicative/Builder.hs:470)
ParseError (src/Options/Applicative/Types.hs:68)
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
ParserFailure (src/Options/Applicative/Types.hs:332)
CompletionResult (src/Options/Applicative/Types.hs:325)
Warning: 'A' is ambiguous. It is defined
* at src/Options/Applicative/Arrows.hs:47:19
* at src/Options/Applicative/Arrows.hs:47:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Options/Applicative/Arrows.hs:47:1
100% ( 6 / 6) in 'Options.Applicative.Arrows'
Warning: Options.Applicative.Help.Pretty: could not find link destinations for:
- Prettyprinter.Internal.Rep_SimpleDocStream
Documentation created: dist/doc/html/optparse-applicative/,
dist/doc/html/optparse-applicative/optparse-applicative.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optparse-applicative-0.18.1.0-JZFvEd6ilMM8rChIjDZ5Ju
Completed optparse-applicative-0.18.1.0
Configuring parsers-0.12.12...
Preprocessing library for parsers-0.12.12..
Building library for parsers-0.12.12..
[1 of 8] Compiling Text.Parser.Combinators ( src/Text/Parser/Combinators.hs, dist/build/Text/Parser/Combinators.o, dist/build/Text/Parser/Combinators.dyn_o )
[2 of 8] Compiling Text.Parser.Char ( src/Text/Parser/Char.hs, dist/build/Text/Parser/Char.o, dist/build/Text/Parser/Char.dyn_o )
[3 of 8] Compiling Text.Parser.Expression ( src/Text/Parser/Expression.hs, dist/build/Text/Parser/Expression.o, dist/build/Text/Parser/Expression.dyn_o )
[4 of 8] Compiling Text.Parser.LookAhead ( src/Text/Parser/LookAhead.hs, dist/build/Text/Parser/LookAhead.o, dist/build/Text/Parser/LookAhead.dyn_o )
[5 of 8] Compiling Text.Parser.Permutation ( src/Text/Parser/Permutation.hs, dist/build/Text/Parser/Permutation.o, dist/build/Text/Parser/Permutation.dyn_o )
[6 of 8] Compiling Text.Parser.Token.Highlight ( src/Text/Parser/Token/Highlight.hs, dist/build/Text/Parser/Token/Highlight.o, dist/build/Text/Parser/Token/Highlight.dyn_o )
[7 of 8] Compiling Text.Parser.Token ( src/Text/Parser/Token.hs, dist/build/Text/Parser/Token.o, dist/build/Text/Parser/Token.dyn_o )
[8 of 8] Compiling Text.Parser.Token.Style ( src/Text/Parser/Token/Style.hs, dist/build/Text/Parser/Token/Style.o, dist/build/Text/Parser/Token/Style.dyn_o )
Preprocessing library for parsers-0.12.12..
Running Haddock on library for parsers-0.12.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Text.Parser.Combinators ( src/Text/Parser/Combinators.hs, nothing )
[2 of 8] Compiling Text.Parser.Char ( src/Text/Parser/Char.hs, nothing )
[3 of 8] Compiling Text.Parser.Expression ( src/Text/Parser/Expression.hs, nothing )
[4 of 8] Compiling Text.Parser.LookAhead ( src/Text/Parser/LookAhead.hs, nothing )
[5 of 8] Compiling Text.Parser.Permutation ( src/Text/Parser/Permutation.hs, nothing )
[6 of 8] Compiling Text.Parser.Token.Highlight ( src/Text/Parser/Token/Highlight.hs, nothing )
[7 of 8] Compiling Text.Parser.Token ( src/Text/Parser/Token.hs, nothing )
[8 of 8] Compiling Text.Parser.Token.Style ( src/Text/Parser/Token/Style.hs, nothing )
Haddock coverage:
100% ( 27 / 27) in 'Text.Parser.Combinators'
95% ( 19 / 20) in 'Text.Parser.Char'
Missing documentation for:
satisfyRange (src/Text/Parser/Char.hs:172)
100% ( 5 / 5) in 'Text.Parser.Expression'
100% ( 3 / 3) in 'Text.Parser.LookAhead'
100% ( 7 / 7) in 'Text.Parser.Permutation'
100% ( 2 / 2) in 'Text.Parser.Token.Highlight'
Warning: 'float' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IdentifierStyle' is ambiguous. It is defined
* at src/Text/Parser/Token.hs:488:26
* at src/Text/Parser/Token.hs:488:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Parser/Token.hs:488:1
100% ( 55 / 55) in 'Text.Parser.Token'
Warning: 'CommentStyle' is ambiguous. It is defined
* at src/Text/Parser/Token/Style.hs:52:21
* at src/Text/Parser/Token/Style.hs:52:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Parser/Token/Style.hs:52:1
100% ( 22 / 22) in 'Text.Parser.Token.Style'
Documentation created: dist/doc/html/parsers/,
dist/doc/html/parsers/parsers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parsers-0.12.12-KUkUw4bJqODDmdGM026waf
Completed parsers-0.12.12
Configuring http-client-0.7.19...
Preprocessing library for http-client-0.7.19..
Building library for http-client-0.7.19..
[ 1 of 19] Compiling Data.KeyedPool ( Data/KeyedPool.hs, dist/build/Data/KeyedPool.o, dist/build/Data/KeyedPool.dyn_o )
[ 2 of 19] Compiling Network.HTTP.Client.Types ( Network/HTTP/Client/Types.hs, dist/build/Network/HTTP/Client/Types.o, dist/build/Network/HTTP/Client/Types.dyn_o )
[ 3 of 19] Compiling Network.HTTP.Client.Connection ( Network/HTTP/Client/Connection.hs, dist/build/Network/HTTP/Client/Connection.o, dist/build/Network/HTTP/Client/Connection.dyn_o )
[ 4 of 19] Compiling Network.HTTP.Client.Headers ( Network/HTTP/Client/Headers.hs, dist/build/Network/HTTP/Client/Headers.o, dist/build/Network/HTTP/Client/Headers.dyn_o )
[ 5 of 19] Compiling Network.HTTP.Client.Body ( Network/HTTP/Client/Body.hs, dist/build/Network/HTTP/Client/Body.o, dist/build/Network/HTTP/Client/Body.dyn_o )
[ 6 of 19] Compiling Network.HTTP.Client.Util ( Network/HTTP/Client/Util.hs, dist/build/Network/HTTP/Client/Util.o, dist/build/Network/HTTP/Client/Util.dyn_o )
[ 7 of 19] Compiling Network.HTTP.Client.Request ( Network/HTTP/Client/Request.hs, dist/build/Network/HTTP/Client/Request.o, dist/build/Network/HTTP/Client/Request.dyn_o )
[ 8 of 19] Compiling Network.HTTP.Client.Response ( Network/HTTP/Client/Response.hs, dist/build/Network/HTTP/Client/Response.o, dist/build/Network/HTTP/Client/Response.dyn_o )
[ 9 of 19] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, dist/build/Network/HTTP/Proxy.o, dist/build/Network/HTTP/Proxy.dyn_o )
[10 of 19] Compiling Network.HTTP.Client.Manager ( Network/HTTP/Client/Manager.hs, dist/build/Network/HTTP/Client/Manager.o, dist/build/Network/HTTP/Client/Manager.dyn_o )
[11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, dist/build/Network/PublicSuffixList/Types.o, dist/build/Network/PublicSuffixList/Types.dyn_o )
[12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, dist/build/Network/PublicSuffixList/Serialize.o, dist/build/Network/PublicSuffixList/Serialize.dyn_o )
[13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, dist/build/Network/PublicSuffixList/DataStructure.o, dist/build/Network/PublicSuffixList/DataStructure.dyn_o )
[14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, dist/build/Network/PublicSuffixList/Lookup.o, dist/build/Network/PublicSuffixList/Lookup.dyn_o )
publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
| ^^^^
[15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, dist/build/Network/HTTP/Client/Cookies.o, dist/build/Network/HTTP/Client/Cookies.dyn_o )
[16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, dist/build/Network/HTTP/Client/Core.o, dist/build/Network/HTTP/Client/Core.dyn_o )
[17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, dist/build/Network/HTTP/Client/Internal.o, dist/build/Network/HTTP/Client/Internal.dyn_o )
[18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, dist/build/Network/HTTP/Client.o, dist/build/Network/HTTP/Client.dyn_o )
[19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, dist/build/Network/HTTP/Client/MultipartFormData.o, dist/build/Network/HTTP/Client/MultipartFormData.dyn_o )
Preprocessing library for http-client-0.7.19..
Running Haddock on library for http-client-0.7.19..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 19] Compiling Data.KeyedPool ( Data/KeyedPool.hs, nothing )
[ 2 of 19] Compiling Network.HTTP.Client.Types ( Network/HTTP/Client/Types.hs, nothing )
[ 3 of 19] Compiling Network.HTTP.Client.Connection ( Network/HTTP/Client/Connection.hs, nothing )
[ 4 of 19] Compiling Network.HTTP.Client.Headers ( Network/HTTP/Client/Headers.hs, nothing )
[ 5 of 19] Compiling Network.HTTP.Client.Body ( Network/HTTP/Client/Body.hs, nothing )
[ 6 of 19] Compiling Network.HTTP.Client.Util ( Network/HTTP/Client/Util.hs, nothing )
[ 7 of 19] Compiling Network.HTTP.Client.Request ( Network/HTTP/Client/Request.hs, nothing )
[ 8 of 19] Compiling Network.HTTP.Client.Response ( Network/HTTP/Client/Response.hs, nothing )
[ 9 of 19] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, nothing )
[10 of 19] Compiling Network.HTTP.Client.Manager ( Network/HTTP/Client/Manager.hs, nothing )
[11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, nothing )
[12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, nothing )
[13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, nothing )
[14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, nothing )
publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
| ^^^^
[15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, nothing )
[16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, nothing )
[17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, nothing )
[18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, nothing )
[19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, nothing )
Haddock coverage:
Warning: 'KeyedPool' is ambiguous. It is defined
* at Data/KeyedPool.hs:54:31
* at Data/KeyedPool.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/KeyedPool.hs:54:1
Warning: 'Managed' is ambiguous. It is defined
* at Data/KeyedPool.hs:288:25
* at Data/KeyedPool.hs:288:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/KeyedPool.hs:288:1
Warning: 'Reuse' is ambiguous. It is defined
* at Data/KeyedPool.hs:309:14
* at Data/KeyedPool.hs:309:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/KeyedPool.hs:309:1
Warning: 'Manager' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:855:16
* at Network/HTTP/Client/Types.hs:855:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
Warning: 'managerProxy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultManagerSettings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'parseRequest' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultRequest' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ResponseTimeout' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:160:22
* at Network/HTTP/Client/Types.hs:652:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:652:1
Warning: 'alwaysDecompress' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'browserDecompress' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'strippedHostName' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Connection' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:81:19
* at Network/HTTP/Client/Types.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:81:1
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
Warning: 'equal' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'equiv' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Cookie' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:260:15
* at Network/HTTP/Client/Types.hs:260:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:260:1
Warning: 'Connection' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:81:19
* at Network/HTTP/Client/Types.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:81:1
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
Warning: 'URI' is ambiguous. It is defined
* in Network.URI
* in Network.URI
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Network.URI
Warning: 'PopObserver' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'location' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Response' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:692:22
* at Network/HTTP/Client/Types.hs:692:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:692:1
Warning: 'Source' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
Warning: 'Manager' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:855:16
* at Network/HTTP/Client/Types.hs:855:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
Warning: 'publicsuffixlistcreate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isSuffix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Response' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:692:22
* at Network/HTTP/Client/Types.hs:692:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:692:1
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
Warning: 'Manager' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:855:16
* at Network/HTTP/Client/Types.hs:855:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
75% (112 /149) in 'Network.HTTP.Client.Internal'
Missing documentation for:
makeChunkedReader (Network/HTTP/Client/Body.hs:156)
makeLengthReader (Network/HTTP/Client/Body.hs:126)
makeGzipReader (Network/HTTP/Client/Body.hs:78)
makeUnlimitedReader (Network/HTTP/Client/Body.hs:112)
brEmpty (Network/HTTP/Client/Body.hs:54)
constBodyReader (Network/HTTP/Client/Body.hs:57)
connectionReadLine (Network/HTTP/Client/Connection.hs:35)
connectionReadLineWith (Network/HTTP/Client/Connection.hs:47)
connectionUnreadLine (Network/HTTP/Client/Connection.hs:65)
openSocketConnection (Network/HTTP/Client/Connection.hs:153)
openSocketConnectionSize (Network/HTTP/Client/Connection.hs:161)
withSocket (Network/HTTP/Client/Connection.hs:189)
createCookieJar (Network/HTTP/Client/Cookies.hs:92)
destroyCookieJar (Network/HTTP/Client/Cookies.hs:95)
removeExistingCookieFromCookieJar (Network/HTTP/Client/Cookies.hs:102)
isIpAddress (Network/HTTP/Client/Cookies.hs:42)
requestAction (Network/HTTP/Client/Core.hs:118)
handleClosedRead (Network/HTTP/Client/Core.hs:264)
parseStatusHeaders (Network/HTTP/Client/Headers.hs:32)
validateHeaders (Network/HTTP/Client/Headers.hs:142)
HeadersValidationResult (Network/HTTP/Client/Headers.hs:137)
needsGunzip (Network/HTTP/Client/Request.hs:417)
requestBuilder (Network/HTTP/Client/Request.hs:436)
getResponse (Network/HTTP/Client/Response.hs:123)
getConn (Network/HTTP/Client/Manager.hs:208)
NonEmptyList (Network/HTTP/Client/Types.hs:879)
HasHttpManager (Network/HTTP/Client/Types.hs:870)
HttpExceptionContent (Network/HTTP/Client/Types.hs:133)
Cookie (Network/HTTP/Client/Types.hs:260)
CookieJar (Network/HTTP/Client/Types.hs:275)
Connection (Network/HTTP/Client/Types.hs:81)
StatusHeaders (Network/HTTP/Client/Types.hs:95)
unHttpExceptionContentWrapper
throwHttp (Network/HTTP/Client/Types.hs:111)
toHttpException (Network/HTTP/Client/Types.hs:114)
ResponseClose (Network/HTTP/Client/Types.hs:741)
ConnsMap (Network/HTTP/Client/Types.hs:875)
Warning: 'Manager' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:855:16
* at Network/HTTP/Client/Types.hs:855:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
Warning: 'Response' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:692:22
* at Network/HTTP/Client/Types.hs:692:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:692:1
Warning: 'tlsManagerSettings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ManagerSettings' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:750:24
* at Network/HTTP/Client/Types.hs:750:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/Types.hs:750:1
93% (139 /149) in 'Network.HTTP.Client'
Missing documentation for:
HasHttpManager (Network/HTTP/Client/Types.hs:870)
managerSetMaxHeaderLength (Network/HTTP/Client.hs:327)
managerSetMaxNumberHeaders (Network/HTTP/Client.hs:332)
HttpExceptionContent (Network/HTTP/Client/Types.hs:133)
Cookie (Network/HTTP/Client/Types.hs:260)
CookieJar (Network/HTTP/Client/Types.hs:275)
createCookieJar (Network/HTTP/Client/Cookies.hs:92)
destroyCookieJar (Network/HTTP/Client/Cookies.hs:95)
removeExistingCookieFromCookieJar (Network/HTTP/Client/Cookies.hs:102)
isIpAddress (Network/HTTP/Client/Cookies.hs:42)
Warning: 'Part' is ambiguous. It is defined
* at Network/HTTP/Client/MultipartFormData.hs:84:16
* at Network/HTTP/Client/MultipartFormData.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/MultipartFormData.hs:81:1
89% ( 25 / 28) in 'Network.HTTP.Client.MultipartFormData'
Missing documentation for:
Part (Network/HTTP/Client/MultipartFormData.hs:81)
webkitBoundaryPure (Network/HTTP/Client/MultipartFormData.hs:255)
renderPart (Network/HTTP/Client/MultipartFormData.hs:220)
Warning: Network.HTTP.Client.Internal: could not find link destinations for:
- Data.KeyedPool.Managed
- Data.KeyedPool.KeyedPool
- Network.HTTP.Client.Types.HttpExceptionContentWrapper
Warning: Network.HTTP.Client: could not find link destinations for:
- Network.HTTP.Client.Rep_HistoriedResponse
Documentation created: dist/doc/html/http-client/,
dist/doc/html/http-client/http-client.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/http-client-0.7.19-B25DxbkCFp77qvkAHA4uWn
Completed http-client-0.7.19
Configuring semigroupoids-6.0.1...
Preprocessing library for semigroupoids-6.0.1..
Building library for semigroupoids-6.0.1..
[ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o, dist/build/Data/Functor/Extend.dyn_o )
[ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o, dist/build/Data/Semigroup/Foldable/Class.dyn_o )
[ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o, dist/build/Data/Traversable/Instances.dyn_o )
[ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o )
[ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o, dist/build/Data/Functor/Bind/Class.dyn_o )
[ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o, dist/build/Data/Functor/Apply.dyn_o )
[ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o, dist/build/Data/Semigroup/Bifoldable.dyn_o )
[ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.o, dist/build/Data/Functor/Contravariant/Divise.dyn_o )
[ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.o, dist/build/Data/Functor/Contravariant/Decide.dyn_o )
[10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.o, dist/build/Data/Functor/Contravariant/Conclude.dyn_o )
[11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o, dist/build/Data/Functor/Bind.dyn_o )
[12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o )
[13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o, dist/build/Data/Semigroupoid/Ob.dyn_o )
[14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o, dist/build/Data/Semigroupoid/Dual.dyn_o )
[15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.o, dist/build/Data/Semigroupoid/Categorical.dyn_o )
[16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o )
[17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o )
[18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o, dist/build/Data/Functor/Bind/Trans.dyn_o )
[19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o, dist/build/Data/Bifunctor/Apply.dyn_o )
[20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o, dist/build/Data/Functor/Alt.dyn_o )
[21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o, dist/build/Data/Semigroup/Foldable.dyn_o )
[22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o, dist/build/Data/Semigroup/Traversable/Class.dyn_o )
[23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o, dist/build/Data/Semigroup/Traversable.dyn_o )
[24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o, dist/build/Data/Semigroup/Bitraversable.dyn_o )
[25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o, dist/build/Data/Functor/Plus.dyn_o )
[26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o )
[27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o, dist/build/Data/Semigroupoid/Static.dyn_o )
Preprocessing library for semigroupoids-6.0.1..
Running Haddock on library for semigroupoids-6.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, nothing )
[ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, nothing )
[ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, nothing )
[ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, nothing )
[ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, nothing )
[ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, nothing )
[ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, nothing )
[ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, nothing )
[ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, nothing )
[10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, nothing )
[11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, nothing )
[12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, nothing )
[13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, nothing )
[14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, nothing )
[15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, nothing )
[16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, nothing )
[17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, nothing )
[18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, nothing )
[19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, nothing )
[20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, nothing )
[21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, nothing )
[22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, nothing )
[23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, nothing )
[24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, nothing )
[25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, nothing )
[26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, nothing )
[27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, nothing )
Haddock coverage:
83% ( 5 / 6) in 'Data.Functor.Extend'
Missing documentation for:
Extend (src/Data/Functor/Extend.hs:55)
66% ( 2 / 3) in 'Data.Semigroup.Foldable.Class'
Missing documentation for:
Bifoldable1
100% ( 1 / 1) in 'Data.Traversable.Instances'
Warning: 'MaybeApply' is ambiguous. It is defined
* at src/Data/Functor/Bind/Class.hs:411:26
* at src/Data/Functor/Bind/Class.hs:411:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Bind/Class.hs:411:1
Warning: 'K1' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Generics
Warning: 'StoreT' is ambiguous. It is defined
* in Control.Comonad.Trans.Store
* in Control.Comonad.Trans.Store
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Comonad.Trans.Store
Warning: 'EnvT' is ambiguous. It is defined
* in Control.Comonad.Trans.Env
* in Control.Comonad.Trans.Env
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Comonad.Trans.Env
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: '(,)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Constant' is ambiguous. It is defined
* in Data.Functor.Constant
* in Data.Functor.Constant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Constant
80% ( 12 / 15) in 'Data.Functor.Bind.Class'
Missing documentation for:
apDefault (src/Data/Functor/Bind/Class.hs:540)
returning (src/Data/Functor/Bind/Class.hs:537)
Biapply (src/Data/Functor/Bind/Class.hs:753)
100% ( 16 / 16) in 'Data.Functor.Apply'
33% ( 2 / 6) in 'Data.Semigroup.Bifoldable'
Missing documentation for:
Bifoldable1
bitraverse1_ (src/Data/Semigroup/Bifoldable.hs:46)
bifor1_ (src/Data/Semigroup/Bifoldable.hs:50)
bisequenceA1_ (src/Data/Semigroup/Bifoldable.hs:58)
Warning: 'Day' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 6 / 6) in 'Data.Functor.Contravariant.Divise'
Warning: 'Alt' is ambiguous. It is defined
* in Data.Semigroup.Internal
* in Data.Semigroup.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Semigroup.Internal
Warning: 'EitherDay' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Conclude' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Data.Functor.Contravariant.Decide'
Warning: 'Plus' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Data.Functor.Contravariant.Conclude'
Warning: ':*:' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Generics
75% ( 15 / 20) in 'Data.Functor.Bind'
Missing documentation for:
-<< (src/Data/Functor/Bind.hs:53)
-<- (src/Data/Functor/Bind.hs:59)
->- (src/Data/Functor/Bind.hs:56)
apDefault (src/Data/Functor/Bind/Class.hs:540)
returning (src/Data/Functor/Bind/Class.hs:537)
50% ( 2 / 4) in 'Data.Semigroupoid'
Missing documentation for:
WrappedCategory (src/Data/Semigroupoid.hs:71)
Semi (src/Data/Semigroupoid.hs:80)
50% ( 1 / 2) in 'Data.Semigroupoid.Ob'
Missing documentation for:
Ob (src/Data/Semigroupoid/Ob.hs:29)
50% ( 1 / 2) in 'Data.Semigroupoid.Dual'
Missing documentation for:
Dual (src/Data/Semigroupoid/Dual.hs:21)
100% ( 3 / 3) in 'Data.Semigroupoid.Categorical'
100% ( 2 / 2) in 'Data.Groupoid'
50% ( 1 / 2) in 'Data.Isomorphism'
Missing documentation for:
Iso (src/Data/Isomorphism.hs:23)
100% ( 2 / 2) in 'Data.Functor.Bind.Trans'
62% ( 5 / 8) in 'Data.Bifunctor.Apply'
Missing documentation for:
Biapply (src/Data/Functor/Bind/Class.hs:753)
<<$>>
<<..>> (src/Data/Bifunctor/Apply.hs:28)
Warning: 'ExceptT' is ambiguous. It is defined
* in Control.Monad.Trans.Except
* in Control.Monad.Trans.Except
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Except
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'Bind' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Data.Functor.Alt'
71% ( 10 / 14) in 'Data.Semigroup.Foldable'
Missing documentation for:
traverse1_ (src/Data/Semigroup/Foldable.hs:78)
for1_ (src/Data/Semigroup/Foldable.hs:82)
sequenceA1_ (src/Data/Semigroup/Foldable.hs:86)
asum1 (src/Data/Semigroup/Foldable.hs:104)
33% ( 1 / 3) in 'Data.Semigroup.Traversable.Class'
Missing documentation for:
Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
Warning: 'foldMap1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 8 / 9) in 'Data.Semigroup.Traversable'
Missing documentation for:
Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
33% ( 1 / 3) in 'Data.Semigroup.Bitraversable'
Missing documentation for:
Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
bifoldMap1Default (src/Data/Semigroup/Bitraversable.hs:25)
100% ( 5 / 5) in 'Data.Functor.Plus'
Warning: 'Applicative' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Monad' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
90% ( 10 / 11) in 'Semigroupoids.Do'
Missing documentation for:
join
50% ( 1 / 2) in 'Data.Semigroupoid.Static'
Missing documentation for:
Static (src/Data/Semigroupoid/Static.hs:35)
Warning: Data.Functor.Apply: could not find link destinations for:
- Text.ParserCombinators.ReadP.P
- Data.Biapplicative.Mag
- Data.Graph.SetM
Warning: Data.Functor.Bind: could not find link destinations for:
- Text.ParserCombinators.ReadP.P
- Data.Biapplicative.Mag
- Data.Graph.SetM
Documentation created: dist/doc/html/semigroupoids/,
dist/doc/html/semigroupoids/semigroupoids.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroupoids-6.0.1-7B2lIORcvon6pcnJZP4UED
Completed semigroupoids-6.0.1
Configuring profunctors-5.6.3...
Preprocessing library for profunctors-5.6.3..
Building library for profunctors-5.6.3..
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o, dist/build/Data/Profunctor/Unsafe.dyn_o )
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o, dist/build/Data/Profunctor/Types.dyn_o )
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o, dist/build/Data/Profunctor/Monad.dyn_o )
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o, dist/build/Data/Profunctor/Adjunction.dyn_o )
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o, dist/build/Data/Profunctor/Strong.dyn_o )
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o, dist/build/Data/Profunctor/Closed.dyn_o )
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o, dist/build/Data/Profunctor/Choice.dyn_o )
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o, dist/build/Data/Profunctor/Traversing.dyn_o )
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o, dist/build/Data/Profunctor/Mapping.dyn_o )
[10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o )
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o, dist/build/Data/Profunctor/Sieve.dyn_o )
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o, dist/build/Data/Profunctor/Rep.dyn_o )
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o, dist/build/Data/Profunctor/Composition.dyn_o )
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o, dist/build/Data/Profunctor/Ran.dyn_o )
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o, dist/build/Data/Profunctor/Cayley.dyn_o )
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o, dist/build/Data/Profunctor/Yoneda.dyn_o )
Preprocessing library for profunctors-5.6.3..
Running Haddock on library for profunctors-5.6.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, nothing )
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, nothing )
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, nothing )
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, nothing )
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, nothing )
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, nothing )
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, nothing )
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, nothing )
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, nothing )
[10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, nothing )
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, nothing )
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, nothing )
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, nothing )
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, nothing )
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, nothing )
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, nothing )
Haddock coverage:
Warning: 'unsafeCoerce' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 3 / 3) in 'Data.Profunctor.Unsafe'
Warning: 'Forget' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:221:24
* at src/Data/Profunctor/Types.hs:221:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:221:1
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
100% ( 7 / 7) in 'Data.Profunctor.Types'
100% ( 4 / 4) in 'Data.Profunctor.Monad'
100% ( 2 / 2) in 'Data.Profunctor.Adjunction'
Warning: 'Procompose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Pastro' is ambiguous. It is defined
* at src/Data/Profunctor/Strong.hs:274:3
* at src/Data/Profunctor/Strong.hs:273:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Strong.hs:273:1
Warning: 'Tambara' is ambiguous. It is defined
* at src/Data/Profunctor/Strong.hs:170:25
* at src/Data/Profunctor/Strong.hs:170:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Strong.hs:170:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
88% ( 15 / 17) in 'Data.Profunctor.Strong'
Missing documentation for:
uncurry' (src/Data/Profunctor/Strong.hs:98)
strong (src/Data/Profunctor/Strong.hs:102)
Warning: 'Closure' is ambiguous. It is defined
* at src/Data/Profunctor/Closed.hs:106:25
* at src/Data/Profunctor/Closed.hs:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Closed.hs:106:1
71% ( 5 / 7) in 'Data.Profunctor.Closed'
Missing documentation for:
Environment (src/Data/Profunctor/Closed.hs:195)
curry' (src/Data/Profunctor/Closed.hs:96)
Warning: 'CopastroSum' is ambiguous. It is defined
* at src/Data/Profunctor/Choice.hs:422:29
* at src/Data/Profunctor/Choice.hs:422:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Choice.hs:422:1
Warning: 'CotambaraSum' is ambiguous. It is defined
* at src/Data/Profunctor/Choice.hs:378:5
* at src/Data/Profunctor/Choice.hs:377:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Choice.hs:377:1
Warning: 'absurd' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'costrength' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 12 / 13) in 'Data.Profunctor.Choice'
Missing documentation for:
Cochoice (src/Data/Profunctor/Choice.hs:294)
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
57% ( 8 / 14) in 'Data.Profunctor.Traversing'
Missing documentation for:
Module header
CofreeTraversing (src/Data/Profunctor/Traversing.hs:137)
firstTraversing (src/Data/Profunctor/Traversing.hs:36)
secondTraversing (src/Data/Profunctor/Traversing.hs:39)
leftTraversing (src/Data/Profunctor/Traversing.hs:60)
rightTraversing (src/Data/Profunctor/Traversing.hs:63)
44% ( 4 / 9) in 'Data.Profunctor.Mapping'
Missing documentation for:
Mapping (src/Data/Profunctor/Mapping.hs:39)
CofreeMapping (src/Data/Profunctor/Mapping.hs:89)
wanderMapping (src/Data/Profunctor/Mapping.hs:81)
traverseMapping (src/Data/Profunctor/Mapping.hs:84)
closedMapping (src/Data/Profunctor/Mapping.hs:87)
80% ( 16 / 20) in 'Data.Profunctor'
Missing documentation for:
uncurry' (src/Data/Profunctor/Strong.hs:98)
curry' (src/Data/Profunctor/Closed.hs:96)
Mapping (src/Data/Profunctor/Mapping.hs:39)
Cochoice (src/Data/Profunctor/Choice.hs:294)
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
100% ( 3 / 3) in 'Data.Profunctor.Sieve'
Warning: 'Prep' is ambiguous. It is defined
* at src/Data/Profunctor/Rep.hs:188:3
* at src/Data/Profunctor/Rep.hs:187:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Rep.hs:187:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Coprep' is ambiguous. It is defined
* at src/Data/Profunctor/Rep.hs:224:22
* at src/Data/Profunctor/Rep.hs:224:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Rep.hs:224:1
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
70% ( 17 / 24) in 'Data.Profunctor.Rep'
Missing documentation for:
prepAdj (src/Data/Profunctor/Rep.hs:206)
unprepAdj (src/Data/Profunctor/Rep.hs:209)
prepUnit (src/Data/Profunctor/Rep.hs:212)
prepCounit (src/Data/Profunctor/Rep.hs:215)
uncoprepAdj (src/Data/Profunctor/Rep.hs:240)
coprepUnit (src/Data/Profunctor/Rep.hs:243)
coprepCounit (src/Data/Profunctor/Rep.hs:246)
Warning: 'Rift' is ambiguous. It is defined
* at src/Data/Profunctor/Composition.hs:255:24
* at src/Data/Profunctor/Composition.hs:255:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Composition.hs:255:1
Warning: 'Procompose' is ambiguous. It is defined
* at src/Data/Profunctor/Composition.hs:70:3
* at src/Data/Profunctor/Composition.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Composition.hs:69:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'Kleisli' is ambiguous. It is defined
* in Control.Arrow
* in Control.Arrow
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Arrow
Warning: 'Cokleisli' is ambiguous. It is defined
* in Control.Comonad
* in Control.Comonad
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Comonad
89% ( 17 / 19) in 'Data.Profunctor.Composition'
Missing documentation for:
procomposed (src/Data/Profunctor/Composition.hs:80)
mu (src/Data/Profunctor/Composition.hs:311)
Warning: 'Codensity' is ambiguous. It is defined
* at src/Data/Profunctor/Ran.hs:108:27
* at src/Data/Profunctor/Ran.hs:108:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Ran.hs:108:1
Warning: 'Ran' is ambiguous. It is defined
* at src/Data/Profunctor/Ran.hs:46:23
* at src/Data/Profunctor/Ran.hs:46:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Ran.hs:46:1
Warning: 'counit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 4 / 8) in 'Data.Profunctor.Ran'
Missing documentation for:
precomposeRan (src/Data/Profunctor/Ran.hs:86)
curryRan (src/Data/Profunctor/Ran.hs:90)
uncurryRan (src/Data/Profunctor/Ran.hs:94)
decomposeCodensity (src/Data/Profunctor/Ran.hs:133)
Warning: 'Cayley' is ambiguous. It is defined
* at src/Data/Profunctor/Cayley.hs:32:26
* at src/Data/Profunctor/Cayley.hs:32:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Cayley.hs:32:1
66% ( 2 / 3) in 'Data.Profunctor.Cayley'
Missing documentation for:
mapCayley (src/Data/Profunctor/Cayley.hs:108)
85% ( 6 / 7) in 'Data.Profunctor.Yoneda'
Missing documentation for:
Coyoneda (src/Data/Profunctor/Yoneda.hs:135)
Warning: Data.Profunctor.Types: could not find link destinations for:
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Rep.D:R:CorepCostar
Warning: Data.Profunctor: could not find link destinations for:
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Rep.D:R:CorepCostar
Warning: Data.Profunctor.Rep: could not find link destinations for:
- Data.Profunctor.Rep.Iso
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Rep.D:R:RepKleisli
- Data.Profunctor.Rep.D:R:RepFUN
- Data.Profunctor.Rep.D:R:CorepCostar
- Data.Profunctor.Rep.D:R:CorepTagged
- Data.Profunctor.Rep.D:R:CorepCokleisli
- Data.Profunctor.Rep.D:R:CorepFUN
- Data.Profunctor.Composition.D:R:CorepProcompose
- Data.Profunctor.Composition.D:R:RepProcompose
Warning: Data.Profunctor.Composition: could not find link destinations for:
- Data.Profunctor.Composition.Iso
- Data.Profunctor.Composition.D:R:CorepProcompose
- Data.Profunctor.Composition.D:R:RepProcompose
Documentation created: dist/doc/html/profunctors/,
dist/doc/html/profunctors/profunctors.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/profunctors-5.6.3-5Z8Eg1EvBZ75eKuvG3fHa9
Completed profunctors-5.6.3
Configuring lifted-async-0.10.2.7...
Preprocessing library for lifted-async-0.10.2.7..
Building library for lifted-async-0.10.2.7..
[1 of 2] Compiling Control.Concurrent.Async.Lifted ( src/Control/Concurrent/Async/Lifted.hs, dist/build/Control/Concurrent/Async/Lifted.o, dist/build/Control/Concurrent/Async/Lifted.dyn_o )
[2 of 2] Compiling Control.Concurrent.Async.Lifted.Safe ( src/Control/Concurrent/Async/Lifted/Safe.hs, dist/build/Control/Concurrent/Async/Lifted/Safe.o, dist/build/Control/Concurrent/Async/Lifted/Safe.dyn_o )
Preprocessing library for lifted-async-0.10.2.7..
Running Haddock on library for lifted-async-0.10.2.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Concurrent.Async.Lifted ( src/Control/Concurrent/Async/Lifted.hs, nothing )
[2 of 2] Compiling Control.Concurrent.Async.Lifted.Safe ( src/Control/Concurrent/Async/Lifted/Safe.hs, nothing )
Haddock coverage:
Warning: 'Concurrently' is ambiguous. It is defined
* in Control.Concurrent.Async.Internal
* in Control.Concurrent.Async.Internal
* at src/Control/Concurrent/Async/Lifted.hs:448:28
* at src/Control/Concurrent/Async/Lifted.hs:448:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Concurrent/Async/Lifted.hs:448:1
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 62 / 63) in 'Control.Concurrent.Async.Lifted'
Missing documentation for:
ExceptionInLinkedThread
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Concurrently' is ambiguous. It is defined
* in Control.Concurrent.Async.Internal
* in Control.Concurrent.Async.Internal
* at src/Control/Concurrent/Async/Lifted/Safe.hs:413:3
* at src/Control/Concurrent/Async/Lifted/Safe.hs:412:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Concurrent/Async/Lifted/Safe.hs:412:1
96% ( 63 / 65) in 'Control.Concurrent.Async.Lifted.Safe'
Missing documentation for:
Forall
ExceptionInLinkedThread
Documentation created: dist/doc/html/lifted-async/,
dist/doc/html/lifted-async/lifted-async.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/lifted-async-0.10.2.7-BwwlwGplFacEDpPMhDTuSU
Completed lifted-async-0.10.2.7
Configuring crypton-x509-1.7.7...
Preprocessing library for crypton-x509-1.7.7..
Building library for crypton-x509-1.7.7..
[ 1 of 14] Compiling Data.X509.AlgorithmIdentifier ( Data/X509/AlgorithmIdentifier.hs, dist/build/Data/X509/AlgorithmIdentifier.o, dist/build/Data/X509/AlgorithmIdentifier.dyn_o )
[ 2 of 14] Compiling Data.X509.Internal ( Data/X509/Internal.hs, dist/build/Data/X509/Internal.o, dist/build/Data/X509/Internal.dyn_o )
[ 3 of 14] Compiling Data.X509.ExtensionRaw ( Data/X509/ExtensionRaw.hs, dist/build/Data/X509/ExtensionRaw.o, dist/build/Data/X509/ExtensionRaw.dyn_o )
Data/X509/ExtensionRaw.hs:17:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
17 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Data.X509.DistinguishedName ( Data/X509/DistinguishedName.hs, dist/build/Data/X509/DistinguishedName.o, dist/build/Data/X509/DistinguishedName.dyn_o )
Data/X509/DistinguishedName.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
20 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/DistinguishedName.hs:22:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
22 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 14] Compiling Data.X509.Ext ( Data/X509/Ext.hs, dist/build/Data/X509/Ext.o, dist/build/Data/X509/Ext.dyn_o )
Data/X509/Ext.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
46 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 14] Compiling Data.X509.CRL ( Data/X509/CRL.hs, dist/build/Data/X509/CRL.o, dist/build/Data/X509/CRL.dyn_o )
Data/X509/CRL.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
19 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.X509.OID ( Data/X509/OID.hs, dist/build/Data/X509/OID.o, dist/build/Data/X509/OID.dyn_o )
Data/X509/OID.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
15 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 14] Compiling Data.X509.PublicKey ( Data/X509/PublicKey.hs, dist/build/Data/X509/PublicKey.o, dist/build/Data/X509/PublicKey.dyn_o )
Data/X509/PublicKey.hs:274:32: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
274 | bytesOfInt n = if testBit (head nints) 7 then nints else 0xff : nints
| ^^^^
[ 9 of 14] Compiling Data.X509.PrivateKey ( Data/X509/PrivateKey.hs, dist/build/Data/X509/PrivateKey.o, dist/build/Data/X509/PrivateKey.dyn_o )
Data/X509/PrivateKey.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
16 | import Control.Applicative ((<$>), pure)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/PrivateKey.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Word is redundant
except perhaps to import instances from Data.Word
To import instances alone, use: import Data.Word()
|
18 | import Data.Word (Word)
| ^^^^^^^^^^^^^^^^^^^^^^^
[10 of 14] Compiling Data.X509.EC ( Data/X509/EC.hs, dist/build/Data/X509/EC.o, dist/build/Data/X509/EC.dyn_o )
[11 of 14] Compiling Data.X509.Cert ( Data/X509/Cert.hs, dist/build/Data/X509/Cert.o, dist/build/Data/X509/Cert.dyn_o )
Data/X509/Cert.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
15 | import Control.Applicative ((<$>), (<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 14] Compiling Data.X509.Signed ( Data/X509/Signed.hs, dist/build/Data/X509/Signed.o, dist/build/Data/X509/Signed.dyn_o )
[13 of 14] Compiling Data.X509.CertificateChain ( Data/X509/CertificateChain.hs, dist/build/Data/X509/CertificateChain.o, dist/build/Data/X509/CertificateChain.dyn_o )
[14 of 14] Compiling Data.X509 ( Data/X509.hs, dist/build/Data/X509.o, dist/build/Data/X509.dyn_o )
Preprocessing library for crypton-x509-1.7.7..
Running Haddock on library for crypton-x509-1.7.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.X509.AlgorithmIdentifier ( Data/X509/AlgorithmIdentifier.hs, nothing )
[ 2 of 14] Compiling Data.X509.Internal ( Data/X509/Internal.hs, nothing )
[ 3 of 14] Compiling Data.X509.ExtensionRaw ( Data/X509/ExtensionRaw.hs, nothing )
Data/X509/ExtensionRaw.hs:17:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
17 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Data.X509.DistinguishedName ( Data/X509/DistinguishedName.hs, nothing )
Data/X509/DistinguishedName.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
20 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/DistinguishedName.hs:22:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
22 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 14] Compiling Data.X509.Ext ( Data/X509/Ext.hs, nothing )
Data/X509/Ext.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
46 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 14] Compiling Data.X509.CRL ( Data/X509/CRL.hs, nothing )
Data/X509/CRL.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
19 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.X509.OID ( Data/X509/OID.hs, nothing )
Data/X509/OID.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
15 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 14] Compiling Data.X509.PublicKey ( Data/X509/PublicKey.hs, nothing )
Data/X509/PublicKey.hs:274:32: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
274 | bytesOfInt n = if testBit (head nints) 7 then nints else 0xff : nints
| ^^^^
[ 9 of 14] Compiling Data.X509.PrivateKey ( Data/X509/PrivateKey.hs, nothing )
Data/X509/PrivateKey.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
16 | import Control.Applicative ((<$>), pure)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/PrivateKey.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Word is redundant
except perhaps to import instances from Data.Word
To import instances alone, use: import Data.Word()
|
18 | import Data.Word (Word)
| ^^^^^^^^^^^^^^^^^^^^^^^
[10 of 14] Compiling Data.X509.EC ( Data/X509/EC.hs, nothing )
[11 of 14] Compiling Data.X509.Cert ( Data/X509/Cert.hs, nothing )
Data/X509/Cert.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
15 | import Control.Applicative ((<$>), (<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 14] Compiling Data.X509.Signed ( Data/X509/Signed.hs, nothing )
[13 of 14] Compiling Data.X509.CertificateChain ( Data/X509/CertificateChain.hs, nothing )
[14 of 14] Compiling Data.X509 ( Data/X509.hs, nothing )
Haddock coverage:
Warning: 'ExtensionRaw' is ambiguous. It is defined
* at Data/X509/ExtensionRaw.hs:25:21
* at Data/X509/ExtensionRaw.hs:25:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/X509/ExtensionRaw.hs:25:1
Warning: 'DistinguishedName' is ambiguous. It is defined
* at Data/X509/DistinguishedName.hs:30:29
* at Data/X509/DistinguishedName.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/X509/DistinguishedName.hs:30:1
100% ( 7 / 7) in 'Data.X509.EC'
Warning: 'SignedExact' is ambiguous. It is defined
* at Data/X509/Signed.hs:66:54
* at Data/X509/Signed.hs:66:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/X509/Signed.hs:66:1
Warning: 'Signed' is ambiguous. It is defined
* at Data/X509/Signed.hs:58:49
* at Data/X509/Signed.hs:58:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/X509/Signed.hs:58:1
95% ( 64 / 67) in 'Data.X509'
Missing documentation for:
ExtNetscapeComment (Data/X509/Ext.hs:341)
tryExtRawASN1 (Data/X509/ExtensionRaw.hs:32)
extRawASN1 (Data/X509/ExtensionRaw.hs:38)
Documentation created: dist/doc/html/crypton-x509/,
dist/doc/html/crypton-x509/crypton-x509.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-x509-1.7.7-9IykhOoN2s15OsKZhK8JGJ
Completed crypton-x509-1.7.7
Configuring tasty-1.5.3...
Preprocessing library for tasty-1.5.3..
Building library for tasty-1.5.3..
[ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
[ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, dist/build/Test/Tasty/Options.o, dist/build/Test/Tasty/Options.dyn_o )
[ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, dist/build/Test/Tasty/Parallel.o, dist/build/Test/Tasty/Parallel.dyn_o )
[ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, dist/build/Test/Tasty/Patterns/Expr.o, dist/build/Test/Tasty/Patterns/Expr.dyn_o )
[ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, dist/build/Test/Tasty/Patterns/Types.o, dist/build/Test/Tasty/Patterns/Types.dyn_o )
[ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, dist/build/Test/Tasty/Patterns/Printer.o, dist/build/Test/Tasty/Patterns/Printer.dyn_o )
[ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, dist/build/Test/Tasty/Patterns/Parser.o, dist/build/Test/Tasty/Patterns/Parser.dyn_o )
[ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, dist/build/Test/Tasty/Patterns/Eval.o, dist/build/Test/Tasty/Patterns/Eval.dyn_o )
[ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, dist/build/Test/Tasty/Patterns.o, dist/build/Test/Tasty/Patterns.dyn_o )
[10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, dist/build/Test/Tasty/Options/Core.o, dist/build/Test/Tasty/Options/Core.dyn_o )
[11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, dist/build/Test/Tasty/Providers/ConsoleFormat.o, dist/build/Test/Tasty/Providers/ConsoleFormat.dyn_o )
[12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, dist/build/Test/Tasty/Core.o, dist/build/Test/Tasty/Core.dyn_o )
[13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, dist/build/Test/Tasty/Providers.o, dist/build/Test/Tasty/Providers.dyn_o )
[14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, dist/build/Test/Tasty/Runners/Reducers.o, dist/build/Test/Tasty/Runners/Reducers.dyn_o )
[15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, dist/build/Test/Tasty/Runners/Utils.o, dist/build/Test/Tasty/Runners/Utils.dyn_o )
[16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, dist/build/Test/Tasty/Run.o, dist/build/Test/Tasty/Run.dyn_o )
[17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, dist/build/Test/Tasty/Ingredients.o, dist/build/Test/Tasty/Ingredients.dyn_o )
[18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, dist/build/Test/Tasty/Options/Env.o, dist/build/Test/Tasty/Options/Env.dyn_o )
[19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, dist/build/Test/Tasty/Ingredients/ListTests.o, dist/build/Test/Tasty/Ingredients/ListTests.dyn_o )
[20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, dist/build/Test/Tasty/Ingredients/IncludingOptions.o, dist/build/Test/Tasty/Ingredients/IncludingOptions.dyn_o )
[21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, dist/build/Test/Tasty/Ingredients/ConsoleReporter.o, dist/build/Test/Tasty/Ingredients/ConsoleReporter.dyn_o )
[22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, dist/build/Test/Tasty/Ingredients/Basic.o, dist/build/Test/Tasty/Ingredients/Basic.dyn_o )
[23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, dist/build/Test/Tasty/CmdLine.o, dist/build/Test/Tasty/CmdLine.dyn_o )
[24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, dist/build/Test/Tasty/Runners.o, dist/build/Test/Tasty/Runners.dyn_o )
[25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, dist/build/Test/Tasty.o, dist/build/Test/Tasty.dyn_o )
Preprocessing library for tasty-1.5.3..
Running Haddock on library for tasty-1.5.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing )
[ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, nothing )
[ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, nothing )
[ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, nothing )
[ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, nothing )
[ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, nothing )
[ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, nothing )
[ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, nothing )
[ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, nothing )
[10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, nothing )
[11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, nothing )
[12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, nothing )
[13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, nothing )
[14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, nothing )
[15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, nothing )
[16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, nothing )
[17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, nothing )
[18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, nothing )
[19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, nothing )
[20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, nothing )
[21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, nothing )
[22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, nothing )
[23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, nothing )
[24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, nothing )
[25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, nothing )
Haddock coverage:
Warning: 'ThreadId' is ambiguous. It is defined
* in GHC.Conc.Sync
* in GHC.Conc.Sync
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Conc.Sync
Warning: 'Async' is ambiguous. It is defined
* at Control/Concurrent/Async.hs:60:16
* at Control/Concurrent/Async.hs:60:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async.hs:60:1
Warning: 'OptionSet' is ambiguous. It is defined
* at Test/Tasty/Options.hs:101:21
* at Test/Tasty/Options.hs:101:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Options.hs:101:1
100% ( 17 / 17) in 'Test.Tasty.Options'
Warning: 'Action' is ambiguous. It is defined
* at Test/Tasty/Parallel.hs:21:15
* at Test/Tasty/Parallel.hs:21:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Parallel.hs:21:1
100% ( 2 / 2) in 'Test.Tasty.Patterns.Types'
100% ( 2 / 2) in 'Test.Tasty.Patterns.Printer'
Warning: 'Parser' is ambiguous. It is defined
* at Test/Tasty/Patterns/Parser.hs:32:20
* at Test/Tasty/Patterns/Parser.hs:32:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Patterns/Parser.hs:32:1
100% ( 6 / 6) in 'Test.Tasty.Patterns.Parser'
100% ( 5 / 5) in 'Test.Tasty.Patterns.Eval'
Warning: 'Timeout' is ambiguous. It is defined
* at Test/Tasty/Options/Core.hs:56:5
* at Test/Tasty/Options/Core.hs:55:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Options/Core.hs:55:1
Warning: 'TestPattern' is ambiguous. It is defined
* at Test/Tasty/Patterns.hs:33:3
* at Test/Tasty/Patterns.hs:31:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Patterns.hs:31:1
Warning: 'Map' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Test.Tasty.Providers.ConsoleFormat'
Warning: 'ResourceSpec' is ambiguous. It is defined
* at Test/Tasty/Core.hs:226:23
* at Test/Tasty/Core.hs:226:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Core.hs:226:1
Warning: 'Result' is ambiguous. It is defined
* at Test/Tasty/Core.hs:91:15
* at Test/Tasty/Core.hs:91:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Core.hs:91:1
Warning: 'Result' is ambiguous. It is defined
* at Test/Tasty/Core.hs:91:15
* at Test/Tasty/Core.hs:91:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Core.hs:91:1
100% ( 10 / 10) in 'Test.Tasty.Providers'
Warning: 'SignalException' is ambiguous. It is defined
* at Test/Tasty/Runners/Utils.hs:104:27
* at Test/Tasty/Runners/Utils.hs:104:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Runners/Utils.hs:104:1
Warning: 'TestAction' is ambiguous. It is defined
* at Test/Tasty/Run.hs:305:23
* at Test/Tasty/Run.hs:305:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Run.hs:305:1
Warning: 'Initializer' is ambiguous. It is defined
* at Test/Tasty/Run.hs:96:5
* at Test/Tasty/Run.hs:95:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Run.hs:95:1
Warning: 'Finalizer' is ambiguous. It is defined
* at Test/Tasty/Run.hs:100:5
* at Test/Tasty/Run.hs:99:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Run.hs:99:1
Warning: 'Action' is ambiguous. It is defined
* at Test/Tasty/Parallel.hs:21:15
* at Test/Tasty/Parallel.hs:21:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Parallel.hs:21:1
Warning: 'Dependency' is ambiguous. It is defined
* at Test/Tasty/Run.hs:282:19
* at Test/Tasty/Run.hs:282:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Run.hs:282:1
Warning: 'NumThreads' is ambiguous. It is defined
* at Test/Tasty/Options/Core.hs:38:22
* at Test/Tasty/Options/Core.hs:38:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Options/Core.hs:38:1
Warning: 'NumThreads' is ambiguous. It is defined
* at Test/Tasty/Options/Core.hs:38:22
* at Test/Tasty/Options/Core.hs:38:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Options/Core.hs:38:1
100% ( 7 / 7) in 'Test.Tasty.Ingredients'
Warning: 'Statistics' is ambiguous. It is defined
* at Test/Tasty/Ingredients/ConsoleReporter.hs:382:19
* at Test/Tasty/Ingredients/ConsoleReporter.hs:382:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Ingredients/ConsoleReporter.hs:382:1
Warning: 'Result' is ambiguous. It is defined
* at Test/Tasty/Core.hs:91:15
* at Test/Tasty/Core.hs:91:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/Core.hs:91:1
100% ( 22 / 22) in 'Test.Tasty.Ingredients.ConsoleReporter'
100% ( 12 / 12) in 'Test.Tasty.Ingredients.Basic'
100% ( 58 / 58) in 'Test.Tasty.Runners'
100% ( 26 / 26) in 'Test.Tasty'
Warning: Test.Tasty.Patterns.Types: could not find link destinations for:
- Test.Tasty.Patterns.Types.Rep_Expr
Warning: Test.Tasty.Patterns.Eval: could not find link destinations for:
- Test.Tasty.Patterns.Eval.M
- Test.Tasty.Patterns.Eval.Value
Warning: Test.Tasty.Runners: could not find link destinations for:
- Test.Tasty.Core.Rep_Outcome
Documentation created: dist/doc/html/tasty/, dist/doc/html/tasty/tasty.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tasty-1.5.3-mHEoMPBZoEBUcTf860osq
Completed tasty-1.5.3
Configuring free-5.2...
Preprocessing library for free-5.2..
Building library for free-5.2..
[ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.o, dist/build/Control/Alternative/Free.dyn_o )
[ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.o, dist/build/Control/Alternative/Free/Final.dyn_o )
[ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.o, dist/build/Control/Applicative/Free.dyn_o )
[ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.o, dist/build/Control/Applicative/Free/Fast.dyn_o )
[ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.o, dist/build/Control/Applicative/Free/Final.dyn_o )
[ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.o, dist/build/Control/Applicative/Trans/Free.dyn_o )
[ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.o, dist/build/Control/Comonad/Cofree/Class.dyn_o )
[ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.o, dist/build/Control/Comonad/Cofree.dyn_o )
[ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.o, dist/build/Control/Comonad/Trans/Cofree.dyn_o )
[10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.o, dist/build/Control/Comonad/Trans/Coiter.dyn_o )
[11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.o, dist/build/Control/Monad/Free/Class.dyn_o )
[12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.o, dist/build/Control/Monad/Free/TH.dyn_o )
[13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.o, dist/build/Control/Monad/Trans/Free.dyn_o )
[14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.o, dist/build/Control/Monad/Free.dyn_o )
[15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.o, dist/build/Control/Monad/Free/Church.dyn_o )
[16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, dist/build/Control/Monad/Trans/Free/Ap.o, dist/build/Control/Monad/Trans/Free/Ap.dyn_o )
[17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.o, dist/build/Control/Monad/Free/Ap.dyn_o )
[18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/build/Control/Monad/Trans/Free/Church.o, dist/build/Control/Monad/Trans/Free/Church.dyn_o )
[19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.o, dist/build/Control/Monad/Trans/Iter.dyn_o )
Preprocessing library for free-5.2..
Running Haddock on library for free-5.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, nothing )
[ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, nothing )
[ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, nothing )
[ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, nothing )
[ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, nothing )
[ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, nothing )
[ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, nothing )
[ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, nothing )
[ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, nothing )
[10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, nothing )
[11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, nothing )
[12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, nothing )
[13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, nothing )
[14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, nothing )
[15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, nothing )
[16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, nothing )
[17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, nothing )
[18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, nothing )
[19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, nothing )
Haddock coverage:
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Alt' is ambiguous. It is defined
* at src/Control/Alternative/Free.hs:43:19
* at src/Control/Alternative/Free.hs:43:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Alternative/Free.hs:43:1
66% ( 4 / 6) in 'Control.Alternative.Free'
Missing documentation for:
Alt (src/Control/Alternative/Free.hs:43)
AltF (src/Control/Alternative/Free.hs:39)
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Alt' is ambiguous. It is defined
* at src/Control/Alternative/Free/Final.hs:34:19
* at src/Control/Alternative/Free/Final.hs:34:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Alternative/Free/Final.hs:34:1
100% ( 5 / 5) in 'Control.Alternative.Free.Final'
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Free.hs:50:3
* at src/Control/Applicative/Free.hs:48:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Free.hs:48:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Control.Applicative.Free'
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Free/Fast.hs:69:18
* at src/Control/Applicative/Free/Fast.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Free/Fast.hs:69:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 14 / 14) in 'Control.Applicative.Free.Fast'
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Free/Final.hs:37:18
* at src/Control/Applicative/Free/Final.hs:37:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Free/Final.hs:37:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Control.Applicative.Free.Final'
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ApT' is ambiguous. It is defined
* at src/Control/Applicative/Trans/Free.hs:59:21
* at src/Control/Applicative/Trans/Free.hs:59:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:59:1
Warning: 'getSum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Sum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Trans/Free.hs:55:3
* at src/Control/Applicative/Trans/Free.hs:157:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:157:1
100% ( 22 / 22) in 'Control.Applicative.Trans.Free'
100% ( 2 / 2) in 'Control.Comonad.Cofree.Class'
Warning: 'cofree' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: 'Identity' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 15 / 16) in 'Control.Comonad.Cofree'
Missing documentation for:
hoistCofree (src/Control/Comonad/Cofree.hs:136)
Warning: 'CofreeT' is ambiguous. It is defined
* at src/Control/Comonad/Trans/Cofree.hs:127:25
* at src/Control/Comonad/Trans/Cofree.hs:127:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad/Trans/Cofree.hs:127:1
100% ( 11 / 11) in 'Control.Comonad.Trans.Cofree'
Warning: 'CoiterT' is ambiguous. It is defined
* at src/Control/Comonad/Trans/Coiter.hs:65:23
* at src/Control/Comonad/Trans/Coiter.hs:65:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad/Trans/Coiter.hs:65:1
100% ( 14 / 14) in 'Control.Comonad.Trans.Coiter'
Warning: 'Tree' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Control.Monad.Free.Class'
100% ( 10 / 10) in 'Control.Monad.Free.TH'
Warning: 'FreeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:150:23
* at src/Control/Monad/Trans/Free.hs:150:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:150:1
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:77:29
* at src/Control/Monad/Trans/Free.hs:153:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:153:1
100% ( 28 / 28) in 'Control.Monad.Trans.Free'
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Free.hs:117:26
* at src/Control/Monad/Free.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free.hs:117:1
100% ( 16 / 16) in 'Control.Monad.Free'
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Free.hs:117:26
* at src/Control/Monad/Free.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free.hs:117:1
Warning: 'F' is ambiguous. It is defined
* at src/Control/Monad/Free/Church.hs:89:17
* at src/Control/Monad/Free/Church.hs:89:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free/Church.hs:89:1
100% ( 13 / 13) in 'Control.Monad.Free.Church'
Warning: 'FreeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free/Ap.hs:140:23
* at src/Control/Monad/Trans/Free/Ap.hs:140:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:140:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free/Ap.hs:67:29
* at src/Control/Monad/Trans/Free/Ap.hs:143:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:143:1
100% ( 27 / 27) in 'Control.Monad.Trans.Free.Ap'
Warning: '(\<*\>)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Free/Ap.hs:81:26
* at src/Control/Monad/Free/Ap.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free/Ap.hs:81:1
100% ( 16 / 16) in 'Control.Monad.Free.Ap'
Warning: 'FreeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:150:23
* at src/Control/Monad/Trans/Free.hs:150:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:150:1
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:77:29
* at src/Control/Monad/Trans/Free.hs:153:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:153:1
Warning: 'FT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free/Church.hs:69:20
* at src/Control/Monad/Trans/Free/Church.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free/Church.hs:69:1
100% ( 28 / 28) in 'Control.Monad.Trans.Free.Church'
Warning: 'Free' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IterT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Iter.hs:105:21
* at src/Control/Monad/Trans/Iter.hs:105:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Iter.hs:105:1
Warning: 'FreeT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'void' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'race' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 25 / 25) in 'Control.Monad.Trans.Iter'
Warning: Control.Comonad.Cofree: could not find link destinations for:
- Control.Comonad.Cofree.Rep_Cofree
- Control.Comonad.Cofree.Rep1_Cofree
Warning: Control.Comonad.Trans.Cofree: could not find link destinations for:
- Control.Comonad.Trans.Cofree.Rep_CofreeF
- Control.Comonad.Trans.Cofree.Rep1_CofreeF
Warning: Control.Monad.Trans.Free: could not find link destinations for:
- Control.Monad.Trans.Free.Rep_FreeF
- Control.Monad.Trans.Free.Rep1_FreeF
Warning: Control.Monad.Free: could not find link destinations for:
- Control.Monad.Free.Rep_Free
- Control.Monad.Free.Rep1_Free
Warning: Control.Monad.Trans.Free.Ap: could not find link destinations for:
- Control.Monad.Trans.Free.Ap.Rep_FreeF
- Control.Monad.Trans.Free.Ap.Rep1_FreeF
Warning: Control.Monad.Free.Ap: could not find link destinations for:
- Control.Monad.Free.Ap.Rep_Free
- Control.Monad.Free.Ap.Rep1_Free
Documentation created: dist/doc/html/free/, dist/doc/html/free/free.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/free-5.2-IgGCteD40iFKmy1o4DCjBp
Completed free-5.2
Configuring crypton-x509-store-1.6.11...
Preprocessing library for crypton-x509-store-1.6.11..
Building library for crypton-x509-store-1.6.11..
[1 of 3] Compiling Data.X509.CertificateStore ( Data/X509/CertificateStore.hs, dist/build/Data/X509/CertificateStore.o, dist/build/Data/X509/CertificateStore.dyn_o )
Data/X509/CertificateStore.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
19 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/CertificateStore.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
23 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.X509.Memory ( Data/X509/Memory.hs, dist/build/Data/X509/Memory.o, dist/build/Data/X509/Memory.dyn_o )
[3 of 3] Compiling Data.X509.File ( Data/X509/File.hs, dist/build/Data/X509/File.o, dist/build/Data/X509/File.dyn_o )
Data/X509/File.hs:7:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
7 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.ASN1.BinaryEncoding is redundant
except perhaps to import instances from Data.ASN1.BinaryEncoding
To import instances alone, use: import Data.ASN1.BinaryEncoding()
|
9 | import Data.ASN1.BinaryEncoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:10:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.ASN1.Encoding is redundant
except perhaps to import instances from Data.ASN1.Encoding
To import instances alone, use: import Data.ASN1.Encoding()
|
10 | import Data.ASN1.Encoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:14:35: warning: [GHC-38856] [-Wunused-imports]
The import of PEM(pemName) from module Data.PEM is redundant
|
14 | import Data.PEM (PEM, pemContent, pemName, pemParseLBS)
| ^^^^^^^
Preprocessing library for crypton-x509-store-1.6.11..
Running Haddock on library for crypton-x509-store-1.6.11..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.X509.CertificateStore ( Data/X509/CertificateStore.hs, nothing )
Data/X509/CertificateStore.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
19 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/CertificateStore.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
23 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.X509.Memory ( Data/X509/Memory.hs, nothing )
[3 of 3] Compiling Data.X509.File ( Data/X509/File.hs, nothing )
Data/X509/File.hs:7:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
7 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.ASN1.BinaryEncoding is redundant
except perhaps to import instances from Data.ASN1.BinaryEncoding
To import instances alone, use: import Data.ASN1.BinaryEncoding()
|
9 | import Data.ASN1.BinaryEncoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:10:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.ASN1.Encoding is redundant
except perhaps to import instances from Data.ASN1.Encoding
To import instances alone, use: import Data.ASN1.Encoding()
|
10 | import Data.ASN1.Encoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:14:35: warning: [GHC-38856] [-Wunused-imports]
The import of PEM(pemName) from module Data.PEM is redundant
|
14 | import Data.PEM (PEM, pemContent, pemName, pemParseLBS)
| ^^^^^^^
Haddock coverage:
66% ( 6 / 9) in 'Data.X509.CertificateStore'
Missing documentation for:
Module header
isEmptyCertificateStore (Data/X509/CertificateStore.hs:43)
readCertificates (Data/X509/CertificateStore.hs:109)
25% ( 1 / 4) in 'Data.X509.Memory'
Missing documentation for:
readKeyFileFromMemory (Data/X509/Memory.hs:30)
readSignedObjectFromMemory (Data/X509/Memory.hs:36)
pemToKey (Data/X509/Memory.hs:41)
50% ( 2 / 4) in 'Data.X509.File'
Missing documentation for:
Module header
PEMError (Data/X509/File.hs:18)
Documentation created: dist/doc/html/crypton-x509-store/,
dist/doc/html/crypton-x509-store/crypton-x509-store.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-x509-store-1.6.11-FSJoSEdQgai2Z5uOiYRNNZ
Completed crypton-x509-store-1.6.11
Configuring vector-0.13.2.0...
Preprocessing library for vector-0.13.2.0..
Building library for vector-0.13.2.0..
[ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o, dist/build/Data/Vector/Fusion/Stream/Monadic.dyn_o )
[ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o, dist/build/Data/Vector/Fusion/Util.dyn_o )
[ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o, dist/build/Data/Vector/Fusion/Bundle/Size.dyn_o )
[ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o, dist/build/Data/Vector/Generic/Mutable/Base.dyn_o )
[ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o, dist/build/Data/Vector/Generic/Base.dyn_o )
[ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o, dist/build/Data/Vector/Internal/Check.dyn_o )
[ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o, dist/build/Data/Vector/Fusion/Bundle/Monadic.dyn_o )
[ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o, dist/build/Data/Vector/Fusion/Bundle.dyn_o )
[ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o, dist/build/Data/Vector/Generic/Mutable.dyn_o )
[10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o, dist/build/Data/Vector/Generic/New.dyn_o )
[11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o, dist/build/Data/Vector/Generic.dyn_o )
[12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o, dist/build/Data/Vector/Mutable.dyn_o )
[13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, dist/build/Data/Vector.o, dist/build/Data/Vector.dyn_o )
[14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o, dist/build/Data/Vector/Primitive/Mutable.dyn_o )
[15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o, dist/build/Data/Vector/Primitive.dyn_o )
[16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o, dist/build/Data/Vector/Storable/Internal.dyn_o )
[17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o, dist/build/Data/Vector/Storable/Mutable.dyn_o )
[18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o, dist/build/Data/Vector/Storable.dyn_o )
[19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, dist/build/Data/Vector/Strict/Mutable.o, dist/build/Data/Vector/Strict/Mutable.dyn_o )
[20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, dist/build/Data/Vector/Strict.o, dist/build/Data/Vector/Strict.dyn_o )
[21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o, dist/build/Data/Vector/Unboxed/Base.dyn_o )
[22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o, dist/build/Data/Vector/Unboxed.dyn_o )
[23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o, dist/build/Data/Vector/Unboxed/Mutable.dyn_o )
Preprocessing library 'benchmarks-O2' for vector-0.13.2.0..
Building library 'benchmarks-O2' for vector-0.13.2.0..
[ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.dyn_o )
[ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.o, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.dyn_o )
[ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.dyn_o )
[ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.dyn_o )
[ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.o, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.dyn_o )
[ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.o, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.dyn_o )
[ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.o, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.dyn_o )
[ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.dyn_o )
[ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.dyn_o )
[10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.dyn_o )
[11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.dyn_o )
[12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, dist/build/benchmarks-O2/Bench/Vector/Tasty.o, dist/build/benchmarks-O2/Bench/Vector/Tasty.dyn_o )
[13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.o, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.dyn_o )
[14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.o, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.dyn_o )
Preprocessing library for vector-0.13.2.0..
Running Haddock on library for vector-0.13.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, nothing )
[ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, nothing )
[ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, nothing )
[ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, nothing )
[ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, nothing )
[ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, nothing )
[ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, nothing )
[ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, nothing )
[ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, nothing )
[10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, nothing )
[11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, nothing )
[12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, nothing )
[13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, nothing )
[14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, nothing )
[15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, nothing )
[16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, nothing )
[17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, nothing )
[18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, nothing )
[19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, nothing )
[20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, nothing )
[21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, nothing )
[22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, nothing )
[23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, nothing )
Haddock coverage:
100% ( 2 / 2) in 'Data.Vector.Fusion.Stream.Monadic'
83% ( 5 / 6) in 'Data.Vector.Fusion.Util'
Missing documentation for:
liftBox
100% ( 9 / 9) in 'Data.Vector.Fusion.Bundle.Size'
Warning: 'unsafeSlice' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'overlaps' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeNew' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeRead' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeWrite' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'clear' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'set' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeCopy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeMove' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'grow' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeGrow' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Data.Vector.Generic.Mutable.Base'
Warning: 'basicUnsafeWrite' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bundle' is ambiguous. It is defined
* at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:21
* at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:1
79% (110 /139) in 'Data.Vector.Fusion.Bundle.Monadic'
Missing documentation for:
Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
generate (src/Data/Vector/Fusion/Bundle/Monadic.hs:207)
unbox (src/Data/Vector/Fusion/Bundle/Monadic.hs:320)
concatMap (src/Data/Vector/Fusion/Bundle/Monadic.hs:629)
zipWithM_ (src/Data/Vector/Fusion/Bundle/Monadic.hs:351)
zipWith3M (src/Data/Vector/Fusion/Bundle/Monadic.hs:355)
zipWith4M (src/Data/Vector/Fusion/Bundle/Monadic.hs:364)
zipWith5M (src/Data/Vector/Fusion/Bundle/Monadic.hs:371)
zipWith6M (src/Data/Vector/Fusion/Bundle/Monadic.hs:378)
zipWith (src/Data/Vector/Fusion/Bundle/Monadic.hs:384)
zipWith3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:389)
zipWith4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:395)
zipWith5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:401)
zipWith6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:407)
zip (src/Data/Vector/Fusion/Bundle/Monadic.hs:411)
zip3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:415)
zip4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:420)
zip5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:425)
zip6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:430)
and (src/Data/Vector/Fusion/Bundle/Monadic.hs:621)
or (src/Data/Vector/Fusion/Bundle/Monadic.hs:625)
concatMapM (src/Data/Vector/Fusion/Bundle/Monadic.hs:633)
fromVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1086)
reVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1166)
fromVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1105)
concatVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1133)
fromStream (src/Data/Vector/Fusion/Bundle/Monadic.hs:136)
chunks (src/Data/Vector/Fusion/Bundle/Monadic.hs:143)
elements (src/Data/Vector/Fusion/Bundle/Monadic.hs:147)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
79% ( 90 /113) in 'Data.Vector.Fusion.Bundle'
Missing documentation for:
Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
inplace (src/Data/Vector/Fusion/Bundle.hs:113)
concatMap (src/Data/Vector/Fusion/Bundle.hs:256)
unbox (src/Data/Vector/Fusion/Bundle.hs:252)
zipWith4 (src/Data/Vector/Fusion/Bundle.hs:286)
zipWith5 (src/Data/Vector/Fusion/Bundle.hs:292)
zipWith6 (src/Data/Vector/Fusion/Bundle.hs:298)
zip (src/Data/Vector/Fusion/Bundle.hs:302)
zip3 (src/Data/Vector/Fusion/Bundle.hs:306)
zip4 (src/Data/Vector/Fusion/Bundle.hs:311)
zip5 (src/Data/Vector/Fusion/Bundle.hs:316)
zip6 (src/Data/Vector/Fusion/Bundle.hs:321)
and (src/Data/Vector/Fusion/Bundle.hs:406)
or (src/Data/Vector/Fusion/Bundle.hs:410)
unsafeFromList (src/Data/Vector/Fusion/Bundle.hs:632)
fromVector (src/Data/Vector/Fusion/Bundle.hs:636)
reVector (src/Data/Vector/Fusion/Bundle.hs:640)
fromVectors (src/Data/Vector/Fusion/Bundle.hs:644)
concatVectors (src/Data/Vector/Fusion/Bundle.hs:648)
zipWithM (src/Data/Vector/Fusion/Bundle.hs:535)
zipWithM_ (src/Data/Vector/Fusion/Bundle.hs:539)
eqBy (src/Data/Vector/Fusion/Bundle.hs:492)
cmpBy (src/Data/Vector/Fusion/Bundle.hs:501)
86% ( 93 /108) in 'Data.Vector.Generic.Mutable'
Missing documentation for:
mstream (src/Data/Vector/Generic/Mutable.hs:139)
mstreamR (src/Data/Vector/Generic/Mutable.hs:168)
transform (src/Data/Vector/Generic/Mutable.hs:164)
transformR (src/Data/Vector/Generic/Mutable.hs:199)
fill (src/Data/Vector/Generic/Mutable.hs:151)
fillR (src/Data/Vector/Generic/Mutable.hs:182)
unsafeAccum (src/Data/Vector/Generic/Mutable.hs:1020)
accum (src/Data/Vector/Generic/Mutable.hs:997)
unsafeUpdate (src/Data/Vector/Generic/Mutable.hs:1031)
update (src/Data/Vector/Generic/Mutable.hs:1009)
reverse (src/Data/Vector/Generic/Mutable.hs:1039)
unstablePartition (src/Data/Vector/Generic/Mutable.hs:1049)
unstablePartitionBundle (src/Data/Vector/Generic/Mutable.hs:1078)
partitionBundle (src/Data/Vector/Generic/Mutable.hs:1105)
partitionWithBundle (src/Data/Vector/Generic/Mutable.hs:1165)
21% ( 5 / 23) in 'Data.Vector.Generic.New'
Missing documentation for:
create (src/Data/Vector/Generic/New.hs:62)
run (src/Data/Vector/Generic/New.hs:66)
runPrim (src/Data/Vector/Generic/New.hs:70)
apply (src/Data/Vector/Generic/New.hs:74)
modify (src/Data/Vector/Generic/New.hs:78)
modifyWithBundle (src/Data/Vector/Generic/New.hs:83)
unstream (src/Data/Vector/Generic/New.hs:87)
transform (src/Data/Vector/Generic/New.hs:93)
unstreamR (src/Data/Vector/Generic/New.hs:113)
transformR (src/Data/Vector/Generic/New.hs:119)
slice (src/Data/Vector/Generic/New.hs:139)
init (src/Data/Vector/Generic/New.hs:143)
tail (src/Data/Vector/Generic/New.hs:147)
take (src/Data/Vector/Generic/New.hs:151)
drop (src/Data/Vector/Generic/New.hs:155)
unsafeSlice (src/Data/Vector/Generic/New.hs:159)
unsafeInit (src/Data/Vector/Generic/New.hs:163)
unsafeTail (src/Data/Vector/Generic/New.hs:167)
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% (259 /278) in 'Data.Vector.Generic'
Missing documentation for:
zipWith4 (src/Data/Vector/Generic.hs:1190)
zipWith5 (src/Data/Vector/Generic.hs:1201)
zipWith6 (src/Data/Vector/Generic.hs:1213)
izipWith4 (src/Data/Vector/Generic.hs:1242)
izipWith5 (src/Data/Vector/Generic.hs:1253)
izipWith6 (src/Data/Vector/Generic.hs:1265)
zip4 (src/Data/Vector/Generic.hs:1287)
zip5 (src/Data/Vector/Generic.hs:1293)
zip6 (src/Data/Vector/Generic.hs:1299)
unzip3 (src/Data/Vector/Generic.hs:1348)
unzip4 (src/Data/Vector/Generic.hs:1356)
unzip5 (src/Data/Vector/Generic.hs:1365)
unzip6 (src/Data/Vector/Generic.hs:1375)
liftShowsPrec (src/Data/Vector/Generic.hs:2686)
gunfold (src/Data/Vector/Generic.hs:2728)
dataCast (src/Data/Vector/Generic.hs:2735)
mkVecType (src/Data/Vector/Generic.hs:2717)
mkVecConstr (src/Data/Vector/Generic.hs:2713)
mkType (src/Data/Vector/Generic.hs:2722)
Warning: 'IO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ST' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 88 / 90) in 'Data.Vector.Mutable'
Missing documentation for:
IOVector (src/Data/Vector/Mutable.hs:101)
STVector (src/Data/Vector/Mutable.hs:102)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Array' is ambiguous. It is defined
* in Data.Primitive.Array
* in Data.Primitive.Array
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Primitive.Array
94% (245 /258) in 'Data.Vector'
Missing documentation for:
zipWith4 (src/Data/Vector.hs:1173)
zipWith5 (src/Data/Vector.hs:1179)
zipWith6 (src/Data/Vector.hs:1185)
izipWith4 (src/Data/Vector.hs:1202)
izipWith5 (src/Data/Vector.hs:1208)
izipWith6 (src/Data/Vector.hs:1214)
zip4 (src/Data/Vector.hs:1229)
zip5 (src/Data/Vector.hs:1234)
zip6 (src/Data/Vector.hs:1239)
unzip3 (src/Data/Vector.hs:1251)
unzip4 (src/Data/Vector.hs:1255)
unzip5 (src/Data/Vector.hs:1260)
unzip6 (src/Data/Vector.hs:1265)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 89 / 91) in 'Data.Vector.Primitive.Mutable'
Missing documentation for:
IOVector (src/Data/Vector/Primitive/Mutable.hs:117)
STVector (src/Data/Vector/Primitive/Mutable.hs:118)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% (228 /234) in 'Data.Vector.Primitive'
Missing documentation for:
zipWith4 (src/Data/Vector/Primitive.hs:967)
zipWith5 (src/Data/Vector/Primitive.hs:975)
zipWith6 (src/Data/Vector/Primitive.hs:983)
izipWith4 (src/Data/Vector/Primitive.hs:1003)
izipWith5 (src/Data/Vector/Primitive.hs:1011)
izipWith6 (src/Data/Vector/Primitive.hs:1019)
Warning: 'Storable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 95 / 97) in 'Data.Vector.Storable.Mutable'
Missing documentation for:
IOVector (src/Data/Vector/Storable/Mutable.hs:136)
STVector (src/Data/Vector/Storable/Mutable.hs:137)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% (239 /245) in 'Data.Vector.Storable'
Missing documentation for:
zipWith4 (src/Data/Vector/Storable.hs:978)
zipWith5 (src/Data/Vector/Storable.hs:986)
zipWith6 (src/Data/Vector/Storable.hs:994)
izipWith4 (src/Data/Vector/Storable.hs:1014)
izipWith5 (src/Data/Vector/Storable.hs:1022)
izipWith6 (src/Data/Vector/Storable.hs:1030)
Warning: 'IO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ST' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 91 / 93) in 'Data.Vector.Strict.Mutable'
Missing documentation for:
IOVector (src/Data/Vector/Strict/Mutable.hs:99)
STVector (src/Data/Vector/Strict/Mutable.hs:100)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Array' is ambiguous. It is defined
* in Data.Primitive.Array
* in Data.Primitive.Array
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Primitive.Array
95% (248 /261) in 'Data.Vector.Strict'
Missing documentation for:
zipWith4 (src/Data/Vector/Strict.hs:1267)
zipWith5 (src/Data/Vector/Strict.hs:1273)
zipWith6 (src/Data/Vector/Strict.hs:1279)
izipWith4 (src/Data/Vector/Strict.hs:1300)
izipWith5 (src/Data/Vector/Strict.hs:1306)
izipWith6 (src/Data/Vector/Strict.hs:1312)
zip4 (src/Data/Vector/Strict.hs:1331)
zip5 (src/Data/Vector/Strict.hs:1336)
zip6 (src/Data/Vector/Strict.hs:1341)
unzip3 (src/Data/Vector/Strict.hs:1355)
unzip4 (src/Data/Vector/Strict.hs:1359)
unzip5 (src/Data/Vector/Strict.hs:1364)
unzip6 (src/Data/Vector/Strict.hs:1369)
Warning: 'DoNotUnboxLazy' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:810:28
* at src/Data/Vector/Unboxed/Base.hs:810:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:810:1
Warning: 'DoNotUnboxStrict' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:895:30
* at src/Data/Vector/Unboxed/Base.hs:895:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:895:1
Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:981:34
* at src/Data/Vector/Unboxed/Base.hs:981:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:981:1
Warning: 'As' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:350:38
* at src/Data/Vector/Unboxed/Base.hs:350:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:350:1
Warning: 'As' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:350:38
* at src/Data/Vector/Unboxed/Base.hs:350:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:350:1
Warning: 'UnboxViaPrim' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:223:26
* at src/Data/Vector/Unboxed/Base.hs:223:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:223:1
Warning: 'DoNotUnboxStrict' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:895:30
* at src/Data/Vector/Unboxed/Base.hs:895:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:895:1
Warning: 'DoNotUnboxLazy' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:810:28
* at src/Data/Vector/Unboxed/Base.hs:810:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:810:1
Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined
* at src/Data/Vector/Unboxed/Base.hs:981:34
* at src/Data/Vector/Unboxed/Base.hs:981:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:981:1
Warning: 'Complex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'RealFloat' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% (253 /262) in 'Data.Vector.Unboxed'
Missing documentation for:
Vector (src/Data/Vector/Unboxed/Base.hs:73)
MVector (src/Data/Vector/Unboxed/Base.hs:72)
Unbox (src/Data/Vector/Unboxed/Base.hs:80)
zipWith4 (src/Data/Vector/Unboxed.hs:1027)
zipWith5 (src/Data/Vector/Unboxed.hs:1034)
zipWith6 (src/Data/Vector/Unboxed.hs:1041)
izipWith4 (src/Data/Vector/Unboxed.hs:1061)
izipWith5 (src/Data/Vector/Unboxed.hs:1068)
izipWith6 (src/Data/Vector/Unboxed.hs:1075)
Warning: 'Nothing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 96 /100) in 'Data.Vector.Unboxed.Mutable'
Missing documentation for:
MVector (src/Data/Vector/Unboxed/Base.hs:72)
IOVector (src/Data/Vector/Unboxed/Base.hs:75)
STVector (src/Data/Vector/Unboxed/Base.hs:76)
Unbox (src/Data/Vector/Unboxed/Base.hs:80)
Warning: Data.Vector.Generic.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector: could not find link destinations for:
- Data.Vector.D:R:ItemVector
Warning: Data.Vector.Primitive.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Primitive: could not find link destinations for:
- Data.Vector.Primitive.D:R:ItemVector
Warning: Data.Vector.Storable.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Storable: could not find link destinations for:
- Data.Vector.Storable.D:R:ItemVector
Warning: Data.Vector.Strict.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Strict: could not find link destinations for:
- Data.Vector.Strict.D:R:ItemVector
Warning: Data.Vector.Unboxed: could not find link destinations for:
- Data.Vector.Unboxed.Base.V_6
- Data.Vector.Unboxed.Base.V_5
- Data.Vector.Unboxed.Base.V_4
- Data.Vector.Unboxed.Base.V_3
- Data.Vector.Unboxed.Base.V_2
- Data.Vector.Unboxed.Base.V_Compose
- Data.Vector.Unboxed.Base.V_Alt
- Data.Vector.Unboxed.Base.V_Const
- Data.Vector.Unboxed.Base.V_All
- Data.Vector.Unboxed.Base.V_Any
- Data.Vector.Unboxed.Base.V_DoNotUnboxNormalForm
- Data.Vector.Unboxed.Base.V_DoNotUnboxStrict
- Data.Vector.Unboxed.Base.V_DoNotUnboxLazy
- Data.Vector.Unboxed.Base.V_Arg
- Data.Vector.Unboxed.Base.V_WrappedMonoid
- Data.Vector.Unboxed.Base.V_Last
- Data.Vector.Unboxed.Base.V_First
- Data.Vector.Unboxed.Base.V_Max
- Data.Vector.Unboxed.Base.V_Min
- Data.Vector.Unboxed.Base.V_Product
- Data.Vector.Unboxed.Base.V_Sum
- Data.Vector.Unboxed.Base.V_Dual
- Data.Vector.Unboxed.Base.V_Down
- Data.Vector.Unboxed.Base.V_Identity
- Data.Vector.Unboxed.Base.V_Complex
- Data.Vector.Unboxed.Base.V_Bool
- Data.Vector.Unboxed.Base.V_Char
- Data.Vector.Unboxed.Base.V_Double
- Data.Vector.Unboxed.Base.V_Float
- Data.Vector.Unboxed.Base.V_Word64
- Data.Vector.Unboxed.Base.V_Word32
- Data.Vector.Unboxed.Base.V_Word16
- Data.Vector.Unboxed.Base.V_Word8
- Data.Vector.Unboxed.Base.V_Word
- Data.Vector.Unboxed.Base.V_Int64
- Data.Vector.Unboxed.Base.V_Int32
- Data.Vector.Unboxed.Base.V_Int16
- Data.Vector.Unboxed.Base.V_Int8
- Data.Vector.Unboxed.Base.V_Int
- Data.Vector.Unboxed.Base.V_Unit
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple60
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple50
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple40
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple30
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple20
- Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
- Data.Vector.Unboxed.Base.D:R:MVectorsAll0
- Data.Vector.Unboxed.Base.D:R:MVectorsAny0
- Data.Vector.Unboxed.Base.D:R:MVectorsArg0
- Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
- Data.Vector.Unboxed.Base.D:R:MVectorsLast0
- Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
- Data.Vector.Unboxed.Base.D:R:MVectorsMax0
- Data.Vector.Unboxed.Base.D:R:MVectorsMin0
- Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
- Data.Vector.Unboxed.Base.D:R:MVectorsSum0
- Data.Vector.Unboxed.Base.D:R:MVectorsDual0
- Data.Vector.Unboxed.Base.D:R:MVectorsDown0
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
- Data.Vector.Unboxed.Base.D:R:MVectorsBool0
- Data.Vector.Unboxed.Base.D:R:MVectorsChar0
- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord640
- Data.Vector.Unboxed.Base.D:R:MVectorsWord320
- Data.Vector.Unboxed.Base.D:R:MVectorsWord160
- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt640
- Data.Vector.Unboxed.Base.D:R:MVectorsInt320
- Data.Vector.Unboxed.Base.D:R:MVectorsInt160
- Data.Vector.Unboxed.Base.D:R:MVectorsInt80
- Data.Vector.Unboxed.Base.D:R:MVectorsInt0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnit0
- Data.Vector.Unboxed.Base.D:R:VectorTuple60
- Data.Vector.Unboxed.Base.D:R:VectorTuple50
- Data.Vector.Unboxed.Base.D:R:VectorTuple40
- Data.Vector.Unboxed.Base.D:R:VectorTuple30
- Data.Vector.Unboxed.Base.D:R:VectorTuple20
- Data.Vector.Unboxed.Base.D:R:VectorCompose0
- Data.Vector.Unboxed.Base.D:R:VectorAlt0
- Data.Vector.Unboxed.Base.D:R:VectorConst0
- Data.Vector.Unboxed.Base.D:R:VectorAll0
- Data.Vector.Unboxed.Base.D:R:VectorAny0
- Data.Vector.Unboxed.Base.D:R:VectorArg0
- Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0
- Data.Vector.Unboxed.Base.D:R:VectorLast0
- Data.Vector.Unboxed.Base.D:R:VectorFirst0
- Data.Vector.Unboxed.Base.D:R:VectorMax0
- Data.Vector.Unboxed.Base.D:R:VectorMin0
- Data.Vector.Unboxed.Base.D:R:VectorProduct0
- Data.Vector.Unboxed.Base.D:R:VectorSum0
- Data.Vector.Unboxed.Base.D:R:VectorDual0
- Data.Vector.Unboxed.Base.D:R:VectorDown0
- Data.Vector.Unboxed.Base.D:R:VectorIdentity0
- Data.Vector.Unboxed.Base.D:R:VectorComplex0
- Data.Vector.Unboxed.Base.D:R:VectorBool0
- Data.Vector.Unboxed.Base.D:R:VectorChar0
- Data.Vector.Unboxed.Base.D:R:VectorDouble0
- Data.Vector.Unboxed.Base.D:R:VectorFloat0
- Data.Vector.Unboxed.Base.D:R:VectorWord640
- Data.Vector.Unboxed.Base.D:R:VectorWord320
- Data.Vector.Unboxed.Base.D:R:VectorWord160
- Data.Vector.Unboxed.Base.D:R:VectorWord80
- Data.Vector.Unboxed.Base.D:R:VectorWord0
- Data.Vector.Unboxed.Base.D:R:VectorInt640
- Data.Vector.Unboxed.Base.D:R:VectorInt320
- Data.Vector.Unboxed.Base.D:R:VectorInt160
- Data.Vector.Unboxed.Base.D:R:VectorInt80
- Data.Vector.Unboxed.Base.D:R:VectorInt0
- Data.Vector.Unboxed.Base.D:R:VectorUnit0
- Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:VectorAs0
- Data.Vector.Unboxed.Base.D:R:MVectorsAs0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxNormalForm0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0
- Data.Vector.Unboxed.D:R:ItemVector
Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple60
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple50
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple40
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple30
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple20
- Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
- Data.Vector.Unboxed.Base.D:R:MVectorsAll0
- Data.Vector.Unboxed.Base.D:R:MVectorsAny0
- Data.Vector.Unboxed.Base.D:R:MVectorsArg0
- Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
- Data.Vector.Unboxed.Base.D:R:MVectorsLast0
- Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
- Data.Vector.Unboxed.Base.D:R:MVectorsMax0
- Data.Vector.Unboxed.Base.D:R:MVectorsMin0
- Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
- Data.Vector.Unboxed.Base.D:R:MVectorsSum0
- Data.Vector.Unboxed.Base.D:R:MVectorsDual0
- Data.Vector.Unboxed.Base.D:R:MVectorsDown0
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
- Data.Vector.Unboxed.Base.D:R:MVectorsBool0
- Data.Vector.Unboxed.Base.D:R:MVectorsChar0
- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord640
- Data.Vector.Unboxed.Base.D:R:MVectorsWord320
- Data.Vector.Unboxed.Base.D:R:MVectorsWord160
- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt640
- Data.Vector.Unboxed.Base.D:R:MVectorsInt320
- Data.Vector.Unboxed.Base.D:R:MVectorsInt160
- Data.Vector.Unboxed.Base.D:R:MVectorsInt80
- Data.Vector.Unboxed.Base.D:R:MVectorsInt0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnit0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:MVectorsAs0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0
Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt
Preprocessing library 'benchmarks-O2' for vector-0.13.2.0..
Running Haddock on library 'benchmarks-O2' for vector-0.13.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, nothing )
[ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, nothing )
[ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, nothing )
[ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, nothing )
[ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, nothing )
[ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, nothing )
[ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, nothing )
[ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, nothing )
[ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, nothing )
[10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, nothing )
[11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, nothing )
[12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, nothing )
[13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, nothing )
[14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, nothing )
Haddock coverage:
0% ( 0 / 2) in 'Bench.Vector.Algo.AwShCC'
Missing documentation for:
Module header
awshcc (benchlib/Bench/Vector/Algo/AwShCC.hs:8)
0% ( 0 / 4) in 'Bench.Vector.Algo.FindIndexR'
Missing documentation for:
Module header
findIndexR (benchlib/Bench/Vector/Algo/FindIndexR.hs:9)
findIndexR_naive (benchlib/Bench/Vector/Algo/FindIndexR.hs:13)
findIndexR_manual (benchlib/Bench/Vector/Algo/FindIndexR.hs:20)
0% ( 0 / 2) in 'Bench.Vector.Algo.HybCC'
Missing documentation for:
Module header
hybcc (benchlib/Bench/Vector/Algo/HybCC.hs:7)
0% ( 0 / 2) in 'Bench.Vector.Algo.Leaffix'
Missing documentation for:
Module header
leaffix (benchlib/Bench/Vector/Algo/Leaffix.hs:7)
0% ( 0 / 2) in 'Bench.Vector.Algo.ListRank'
Missing documentation for:
Module header
listRank (benchlib/Bench/Vector/Algo/ListRank.hs:8)
0% ( 0 / 2) in 'Bench.Vector.Algo.MutableSet'
Missing documentation for:
Module header
mutableSet (benchlib/Bench/Vector/Algo/MutableSet.hs:12)
Warning: 'Int32' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Bench.Vector.Algo.NextPermutation'
Missing documentation for:
Module header
0% ( 0 / 2) in 'Bench.Vector.Algo.Quickhull'
Missing documentation for:
Module header
quickhull (benchlib/Bench/Vector/Algo/Quickhull.hs:7)
0% ( 0 / 2) in 'Bench.Vector.Algo.Rootfix'
Missing documentation for:
Module header
rootfix (benchlib/Bench/Vector/Algo/Rootfix.hs:7)
0% ( 0 / 2) in 'Bench.Vector.Algo.Spectral'
Missing documentation for:
Module header
spectral (benchlib/Bench/Vector/Algo/Spectral.hs:9)
0% ( 0 / 2) in 'Bench.Vector.Algo.Tridiag'
Missing documentation for:
Module header
tridiag (benchlib/Bench/Vector/Algo/Tridiag.hs:8)
100% ( 3 / 3) in 'Bench.Vector.Tasty'
0% ( 0 / 2) in 'Bench.Vector.TestData.Graph'
Missing documentation for:
Module header
randomGraph (benchlib/Bench/Vector/TestData/Graph.hs:15)
0% ( 0 / 2) in 'Bench.Vector.TestData.ParenTree'
Missing documentation for:
Module header
parenTree (benchlib/Bench/Vector/TestData/ParenTree.hs:6)
Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-9JwYQKpmlMtIDzSa0z3NXx
Installing internal library benchmarks-O2 in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-9JwYQKpmlMtIDzSa0z3NXx
Completed vector-0.13.2.0
Configuring pipes-group-1.0.12...
Preprocessing library for pipes-group-1.0.12..
Building library for pipes-group-1.0.12..
[1 of 2] Compiling Pipes.Group ( src/Pipes/Group.hs, dist/build/Pipes/Group.o, dist/build/Pipes/Group.dyn_o )
[2 of 2] Compiling Pipes.Group.Tutorial ( src/Pipes/Group/Tutorial.hs, dist/build/Pipes/Group/Tutorial.o, dist/build/Pipes/Group/Tutorial.dyn_o )
Preprocessing library for pipes-group-1.0.12..
Running Haddock on library for pipes-group-1.0.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Pipes.Group ( src/Pipes/Group.hs, nothing )
[2 of 2] Compiling Pipes.Group.Tutorial ( src/Pipes/Group/Tutorial.hs, nothing )
Haddock coverage:
Warning: 'FreeT' is ambiguous. It is defined
* in Control.Monad.Trans.Free
* in Control.Monad.Trans.Free
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Free
100% ( 27 / 27) in 'Pipes.Group'
Warning: 'FreeT' is ambiguous. It is defined
* in Control.Monad.Trans.Free
* in Control.Monad.Trans.Free
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Free
Warning: 'over' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Pipes.Group.Tutorial'
Warning: Pipes.Group: could not find link destinations for:
- Control.Monad.Trans.Free.Rep1_FreeF
- Control.Monad.Trans.Free.Rep_FreeF
- Pipes.Group.Setter
- Pipes.Group.Lens
Documentation created: dist/doc/html/pipes-group/,
dist/doc/html/pipes-group/pipes-group.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pipes-group-1.0.12-298k062OzHAGBmv8y8UwYX
Completed pipes-group-1.0.12
Configuring adjunctions-4.4.3...
Preprocessing library for adjunctions-4.4.3..
Building library for adjunctions-4.4.3..
[ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, dist/build/Control/Monad/Trans/Conts.o, dist/build/Control/Monad/Trans/Conts.dyn_o )
[ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, dist/build/Data/Functor/Contravariant/Rep.o, dist/build/Data/Functor/Contravariant/Rep.dyn_o )
[ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, dist/build/Data/Functor/Contravariant/Adjunction.o, dist/build/Data/Functor/Contravariant/Adjunction.dyn_o )
[ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, dist/build/Control/Monad/Trans/Contravariant/Adjoint.o, dist/build/Control/Monad/Trans/Contravariant/Adjoint.dyn_o )
[ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, dist/build/Data/Functor/Rep.o, dist/build/Data/Functor/Rep.dyn_o )
[ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, dist/build/Data/Functor/Adjunction.o, dist/build/Data/Functor/Adjunction.dyn_o )
[ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, dist/build/Control/Monad/Trans/Adjoint.o, dist/build/Control/Monad/Trans/Adjoint.dyn_o )
[ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, dist/build/Control/Comonad/Trans/Adjoint.o, dist/build/Control/Comonad/Trans/Adjoint.dyn_o )
[ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, dist/build/Control/Monad/Representable/State.o, dist/build/Control/Monad/Representable/State.dyn_o )
[10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, dist/build/Control/Monad/Representable/Reader.o, dist/build/Control/Monad/Representable/Reader.dyn_o )
[11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, dist/build/Control/Comonad/Representable/Store.o, dist/build/Control/Comonad/Representable/Store.dyn_o )
Preprocessing library for adjunctions-4.4.3..
Running Haddock on library for adjunctions-4.4.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, nothing )
[ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, nothing )
[ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, nothing )
[ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, nothing )
[ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, nothing )
[ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, nothing )
[ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, nothing )
[ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, nothing )
[ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, nothing )
[10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, nothing )
[11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, nothing )
Haddock coverage:
33% ( 4 / 12) in 'Control.Monad.Trans.Conts'
Missing documentation for:
Cont (src/Control/Monad/Trans/Conts.hs:38)
cont (src/Control/Monad/Trans/Conts.hs:41)
runCont (src/Control/Monad/Trans/Conts.hs:44)
Conts (src/Control/Monad/Trans/Conts.hs:46)
runConts (src/Control/Monad/Trans/Conts.hs:52)
conts (src/Control/Monad/Trans/Conts.hs:49)
ContsT (src/Control/Monad/Trans/Conts.hs:54)
callCC (src/Control/Monad/Trans/Conts.hs:71)
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 5 / 6) in 'Data.Functor.Contravariant.Rep'
Missing documentation for:
contramapRep (src/Data/Functor/Contravariant/Rep.hs:71)
Warning: 'Op' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Contravariant
Warning: 'Hask' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 4 / 5) in 'Data.Functor.Contravariant.Adjunction'
Missing documentation for:
coindexAdjunction (src/Data/Functor/Contravariant/Adjunction.hs:74)
20% ( 1 / 5) in 'Control.Monad.Trans.Contravariant.Adjoint'
Missing documentation for:
Adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:40)
runAdjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:48)
adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:45)
AdjointT (src/Control/Monad/Trans/Contravariant/Adjoint.hs:42)
Warning: 'WrappedRec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
46% ( 22 / 47) in 'Data.Functor.Rep'
Missing documentation for:
Co (src/Data/Functor/Rep.hs:437)
fmapRep (src/Data/Functor/Rep.hs:254)
distributeRep (src/Data/Functor/Rep.hs:281)
collectRep (src/Data/Functor/Rep.hs:284)
apRep (src/Data/Functor/Rep.hs:278)
pureRep (src/Data/Functor/Rep.hs:257)
liftR2 (src/Data/Functor/Rep.hs:477)
liftR3 (src/Data/Functor/Rep.hs:480)
bindRep (src/Data/Functor/Rep.hs:260)
mfixRep (src/Data/Functor/Rep.hs:263)
mzipRep (src/Data/Functor/Rep.hs:269)
mzipWithRep (src/Data/Functor/Rep.hs:266)
askRep (src/Data/Functor/Rep.hs:272)
localRep (src/Data/Functor/Rep.hs:275)
duplicatedRep (src/Data/Functor/Rep.hs:296)
extendedRep (src/Data/Functor/Rep.hs:299)
duplicateRep (src/Data/Functor/Rep.hs:302)
extendRep (src/Data/Functor/Rep.hs:305)
extractRep (src/Data/Functor/Rep.hs:308)
duplicateRepBy (src/Data/Functor/Rep.hs:287)
extendRepBy (src/Data/Functor/Rep.hs:290)
extractRepBy (src/Data/Functor/Rep.hs:293)
imapRep (src/Data/Functor/Rep.hs:311)
ifoldMapRep (src/Data/Functor/Rep.hs:315)
itraverseRep (src/Data/Functor/Rep.hs:319)
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'uncozipping' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
62% ( 10 / 16) in 'Data.Functor.Adjunction'
Missing documentation for:
zapWithAdjunction (src/Data/Functor/Adjunction.hs:108)
absurdL (src/Data/Functor/Adjunction.hs:132)
extractL (src/Data/Functor/Adjunction.hs:117)
duplicateL (src/Data/Functor/Adjunction.hs:120)
splitL (src/Data/Functor/Adjunction.hs:111)
unsplitL (src/Data/Functor/Adjunction.hs:114)
20% ( 1 / 5) in 'Control.Monad.Trans.Adjoint'
Missing documentation for:
Adjoint (src/Control/Monad/Trans/Adjoint.hs:27)
runAdjoint (src/Control/Monad/Trans/Adjoint.hs:35)
adjoint (src/Control/Monad/Trans/Adjoint.hs:32)
AdjointT (src/Control/Monad/Trans/Adjoint.hs:29)
20% ( 1 / 5) in 'Control.Comonad.Trans.Adjoint'
Missing documentation for:
Adjoint (src/Control/Comonad/Trans/Adjoint.hs:28)
runAdjoint (src/Control/Comonad/Trans/Adjoint.hs:36)
adjoint (src/Control/Comonad/Trans/Adjoint.hs:33)
AdjointT (src/Control/Comonad/Trans/Adjoint.hs:30)
80% ( 12 / 15) in 'Control.Monad.Representable.State'
Missing documentation for:
stateT (src/Control/Monad/Representable/State.hs:107)
runStateT (src/Control/Monad/Representable/State.hs:110)
mapStateT (src/Control/Monad/Representable/State.hs:113)
50% ( 5 / 10) in 'Control.Monad.Representable.Reader'
Missing documentation for:
Reader (src/Control/Monad/Representable/Reader.hs:46)
runReader (src/Control/Monad/Representable/Reader.hs:49)
ReaderT (src/Control/Monad/Representable/Reader.hs:53)
readerT (src/Control/Monad/Representable/Reader.hs:56)
runReaderT (src/Control/Monad/Representable/Reader.hs:59)
62% ( 5 / 8) in 'Control.Comonad.Representable.Store'
Missing documentation for:
storeT (src/Control/Comonad/Representable/Store.hs:77)
runStoreT (src/Control/Comonad/Representable/Store.hs:80)
ComonadStore
Warning: Data.Functor.Contravariant.Rep: could not find link destinations for:
- Data.Functor.Contravariant.Rep.D:R:Rep:*:
- Data.Functor.Contravariant.Rep.D:R:RepU1
- Data.Functor.Contravariant.Rep.D:R:RepProduct
- Data.Functor.Contravariant.Rep.D:R:RepPredicate
- Data.Functor.Contravariant.Rep.D:R:RepOp
- Data.Functor.Contravariant.Rep.D:R:RepProxy
Warning: Data.Functor.Rep: could not find link destinations for:
- Data.Functor.Rep.GIndex
- Data.Functor.Rep.GTabulate
- Data.Functor.Rep.GRep'
- Data.Functor.Rep.D:R:RepM1
- Data.Functor.Rep.D:R:RepRec1
- Data.Functor.Rep.D:R:RepPar1
- Data.Functor.Rep.D:R:Rep:.:
- Data.Functor.Rep.D:R:Rep:*:
- Data.Functor.Rep.D:R:RepU1
- Data.Functor.Rep.D:R:RepComplex
- Data.Functor.Rep.D:R:RepSum
- Data.Functor.Rep.D:R:RepProduct
- Data.Functor.Rep.D:R:RepDual
- Data.Functor.Rep.D:R:RepReverse
- Data.Functor.Rep.D:R:RepBackwards
- Data.Functor.Rep.D:R:RepCofree
- Data.Functor.Rep.D:R:RepProduct0
- Data.Functor.Rep.D:R:RepCompose
- Data.Functor.Rep.D:R:RepReaderT
- Data.Functor.Rep.D:R:RepFUN
- Data.Functor.Rep.D:R:RepIdentityT
- Data.Functor.Rep.D:R:RepTagged
- Data.Functor.Rep.D:R:RepIdentity
- Data.Functor.Rep.D:R:RepProxy
- Data.Functor.Rep.D:R:RepCo
- Data.Functor.Rep.D:R:RepTracedT
- Control.Monad.Representable.Reader.D:R:RepReaderT
Warning: Control.Monad.Representable.Reader: could not find link destinations for:
- Control.Monad.Representable.Reader.D:R:RepReaderT
Documentation created: dist/doc/html/adjunctions/,
dist/doc/html/adjunctions/adjunctions.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/adjunctions-4.4.3-5GHxQ4sZQOoLDjNpMIgzos
Completed adjunctions-4.4.3
Configuring crypton-x509-validation-1.6.14...
Preprocessing library for crypton-x509-validation-1.6.14..
Building library for crypton-x509-validation-1.6.14..
[1 of 5] Compiling Data.X509.Validation.Fingerprint ( Data/X509/Validation/Fingerprint.hs, dist/build/Data/X509/Validation/Fingerprint.o, dist/build/Data/X509/Validation/Fingerprint.dyn_o )
[2 of 5] Compiling Data.X509.Validation.Signature ( Data/X509/Validation/Signature.hs, dist/build/Data/X509/Validation/Signature.o, dist/build/Data/X509/Validation/Signature.dyn_o )
[3 of 5] Compiling Data.X509.Validation.Types ( Data/X509/Validation/Types.hs, dist/build/Data/X509/Validation/Types.o, dist/build/Data/X509/Validation/Types.dyn_o )
[4 of 5] Compiling Data.X509.Validation.Cache ( Data/X509/Validation/Cache.hs, dist/build/Data/X509/Validation/Cache.o, dist/build/Data/X509/Validation/Cache.dyn_o )
[5 of 5] Compiling Data.X509.Validation ( Data/X509/Validation.hs, dist/build/Data/X509/Validation.o, dist/build/Data/X509/Validation.dyn_o )
Data/X509/Validation.hs:483:15: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Data.List, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
483 | | head l == "*" -> wildcardMatch (drop 1 l)
| ^^^^
Preprocessing library for crypton-x509-validation-1.6.14..
Running Haddock on library for crypton-x509-validation-1.6.14..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.X509.Validation.Fingerprint ( Data/X509/Validation/Fingerprint.hs, nothing )
[2 of 5] Compiling Data.X509.Validation.Signature ( Data/X509/Validation/Signature.hs, nothing )
[3 of 5] Compiling Data.X509.Validation.Types ( Data/X509/Validation/Types.hs, nothing )
[4 of 5] Compiling Data.X509.Validation.Cache ( Data/X509/Validation/Cache.hs, nothing )
[5 of 5] Compiling Data.X509.Validation ( Data/X509/Validation.hs, nothing )
Data/X509/Validation.hs:483:15: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Data.List, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
483 | | head l == "*" -> wildcardMatch (drop 1 l)
| ^^^^
Haddock coverage:
Warning: 'DistinguishedName' is ambiguous. It is defined
* in Data.X509.DistinguishedName
* in Data.X509.DistinguishedName
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.X509.DistinguishedName
Warning: 'subject' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'issuer' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 28 / 30) in 'Data.X509.Validation'
Missing documentation for:
HostName (Data/X509/Validation/Types.hs:16)
defaultValidationCache (Data/X509/Validation/Cache.hs:71)
Documentation created: dist/doc/html/crypton-x509-validation/,
dist/doc/html/crypton-x509-validation/crypton-x509-validation.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-x509-validation-1.6.14-E98AyRCMaWU8lYqWwYiKRy
Completed crypton-x509-validation-1.6.14
Configuring crypton-x509-system-1.6.7...
Preprocessing library for crypton-x509-system-1.6.7..
Building library for crypton-x509-system-1.6.7..
[1 of 3] Compiling System.X509.MacOS ( System/X509/MacOS.hs, dist/build/System/X509/MacOS.o, dist/build/System/X509/MacOS.dyn_o )
System/X509/MacOS.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
8 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling System.X509.Unix ( System/X509/Unix.hs, dist/build/System/X509/Unix.o, dist/build/System/X509/Unix.dyn_o )
System/X509/Unix.hs:22:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
22 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/X509/Unix.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
26 | import Data.Monoid (mconcat)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling System.X509 ( System/X509.hs, dist/build/System/X509.o, dist/build/System/X509.dyn_o )
Preprocessing library for crypton-x509-system-1.6.7..
Running Haddock on library for crypton-x509-system-1.6.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.X509.MacOS ( System/X509/MacOS.hs, nothing )
System/X509/MacOS.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
8 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling System.X509.Unix ( System/X509/Unix.hs, nothing )
System/X509/Unix.hs:22:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
22 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/X509/Unix.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
26 | import Data.Monoid (mconcat)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling System.X509 ( System/X509.hs, nothing )
Haddock coverage:
0% ( 0 / 2) in 'System.X509.MacOS'
Missing documentation for:
Module header
getSystemCertificateStore (System/X509/MacOS.hs:29)
50% ( 1 / 2) in 'System.X509.Unix'
Missing documentation for:
getSystemCertificateStore (System/X509/Unix.hs:40)
50% ( 1 / 2) in 'System.X509'
Missing documentation for:
getSystemCertificateStore (System/X509/Unix.hs:40)
Documentation created: dist/doc/html/crypton-x509-system/,
dist/doc/html/crypton-x509-system/crypton-x509-system.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-x509-system-1.6.7-JMxw3JzjaQxLsXXSo9Dq73
Completed crypton-x509-system-1.6.7
Configuring snappy-hs-0.1.0.4...
Preprocessing library for snappy-hs-0.1.0.4..
Building library for snappy-hs-0.1.0.4..
[1 of 1] Compiling Snappy ( src/Snappy.hs, dist/build/Snappy.o, dist/build/Snappy.dyn_o )
Preprocessing executable 'snappy-hs' for snappy-hs-0.1.0.4..
Building executable 'snappy-hs' for snappy-hs-0.1.0.4..
[1 of 1] Compiling Main ( app/Main.hs, dist/build/snappy-hs/snappy-hs-tmp/Main.o )
[2 of 2] Linking dist/build/snappy-hs/snappy-hs
Preprocessing library for snappy-hs-0.1.0.4..
Running Haddock on library for snappy-hs-0.1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Snappy ( src/Snappy.hs, nothing )
Haddock coverage:
0% ( 0 / 4) in 'Snappy'
Missing documentation for:
Module header
compress (src/Snappy.hs:162)
decompress (src/Snappy.hs:20)
DecodeError (src/Snappy.hs:28)
Documentation created: dist/doc/html/snappy-hs/,
dist/doc/html/snappy-hs/snappy-hs.txt
Preprocessing executable 'snappy-hs' for snappy-hs-0.1.0.4..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/snappy-hs-0.1.0.4-8dzi8qcmsRiF5jgvJh73cr
Installing executable snappy-hs in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed snappy-hs-0.1.0.4
Configuring serialise-0.2.6.1...
Preprocessing library for serialise-0.2.6.1..
Building library for serialise-0.2.6.1..
[1 of 8] Compiling Codec.Serialise.Decoding ( src/Codec/Serialise/Decoding.hs, dist/build/Codec/Serialise/Decoding.o, dist/build/Codec/Serialise/Decoding.dyn_o )
[2 of 8] Compiling Codec.Serialise.Encoding ( src/Codec/Serialise/Encoding.hs, dist/build/Codec/Serialise/Encoding.o, dist/build/Codec/Serialise/Encoding.dyn_o )
[3 of 8] Compiling Codec.Serialise.Internal.GeneralisedUTF8 ( src/Codec/Serialise/Internal/GeneralisedUTF8.hs, dist/build/Codec/Serialise/Internal/GeneralisedUTF8.o, dist/build/Codec/Serialise/Internal/GeneralisedUTF8.dyn_o )
src/Codec/Serialise/Internal/GeneralisedUTF8.hs:78:15: warning: [GHC-68441] [-Wdeprecations]
In the use of sizeofMutableByteArray
(imported from Data.Primitive.ByteArray):
Deprecated: "use getSizeofMutableByteArray instead"
|
78 | cap = sizeofMutableByteArray ba
| ^^^^^^^^^^^^^^^^^^^^^^
[4 of 8] Compiling Codec.Serialise.Class ( src/Codec/Serialise/Class.hs, dist/build/Codec/Serialise/Class.o, dist/build/Codec/Serialise/Class.dyn_o )
src/Codec/Serialise/Class.hs:1370:1: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In an equation for encodeTypeRep:
encodeTypeRep (Fun arg res) = ...
|
1370 | encodeTypeRep (Fun arg res)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[5 of 8] Compiling Codec.Serialise ( src/Codec/Serialise.hs, dist/build/Codec/Serialise.o, dist/build/Codec/Serialise.dyn_o )
[6 of 8] Compiling Codec.Serialise.IO ( src/Codec/Serialise/IO.hs, dist/build/Codec/Serialise/IO.o, dist/build/Codec/Serialise/IO.dyn_o )
[7 of 8] Compiling Codec.Serialise.Properties ( src/Codec/Serialise/Properties.hs, dist/build/Codec/Serialise/Properties.o, dist/build/Codec/Serialise/Properties.dyn_o )
[8 of 8] Compiling Codec.Serialise.Tutorial ( src/Codec/Serialise/Tutorial.hs, dist/build/Codec/Serialise/Tutorial.o, dist/build/Codec/Serialise/Tutorial.dyn_o )
Preprocessing library for serialise-0.2.6.1..
Running Haddock on library for serialise-0.2.6.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Codec.Serialise.Decoding ( src/Codec/Serialise/Decoding.hs, nothing )
[2 of 8] Compiling Codec.Serialise.Encoding ( src/Codec/Serialise/Encoding.hs, nothing )
[3 of 8] Compiling Codec.Serialise.Internal.GeneralisedUTF8 ( src/Codec/Serialise/Internal/GeneralisedUTF8.hs, nothing )
src/Codec/Serialise/Internal/GeneralisedUTF8.hs:78:15: warning: [GHC-68441] [-Wdeprecations]
In the use of sizeofMutableByteArray
(imported from Data.Primitive.ByteArray):
Deprecated: "use getSizeofMutableByteArray instead"
|
78 | cap = sizeofMutableByteArray ba
| ^^^^^^^^^^^^^^^^^^^^^^
[4 of 8] Compiling Codec.Serialise.Class ( src/Codec/Serialise/Class.hs, nothing )
[5 of 8] Compiling Codec.Serialise ( src/Codec/Serialise.hs, nothing )
[6 of 8] Compiling Codec.Serialise.IO ( src/Codec/Serialise/IO.hs, nothing )
[7 of 8] Compiling Codec.Serialise.Properties ( src/Codec/Serialise/Properties.hs, nothing )
[8 of 8] Compiling Codec.Serialise.Tutorial ( src/Codec/Serialise/Tutorial.hs, nothing )
Haddock coverage:
100% ( 51 / 51) in 'Codec.Serialise.Decoding'
Warning: 'Encoding' is ambiguous. It is defined
* in Codec.CBOR.Encoding
* in Codec.CBOR.Encoding
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Codec.CBOR.Encoding
100% ( 36 / 36) in 'Codec.Serialise.Encoding'
57% ( 4 / 7) in 'Codec.Serialise.Internal.GeneralisedUTF8'
Missing documentation for:
Module header
UTF8Encoding (src/Codec/Serialise/Internal/GeneralisedUTF8.hs:19)
decodeGenUTF8 (src/Codec/Serialise/Internal/GeneralisedUTF8.hs:84)
Warning: 'Encoding' is ambiguous. It is defined
* in Codec.CBOR.Encoding
* in Codec.CBOR.Encoding
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Codec.CBOR.Encoding
Warning: 'UTCTime' is ambiguous. It is defined
* in Data.Time.Clock.Internal.UTCTime
* in Data.Time.Clock.Internal.UTCTime
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Time.Clock.Internal.UTCTime
100% ( 12 / 12) in 'Codec.Serialise.Class'
Warning: 'DeserialiseFailure' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 22 / 22) in 'Codec.Serialise'
100% ( 6 / 6) in 'Codec.Serialise.IO'
100% ( 6 / 6) in 'Codec.Serialise.Properties'
Warning: 'UTCTime' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Generic' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 21 / 21) in 'Codec.Serialise.Tutorial'
Warning: Codec.Serialise.Class: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Generic.Base.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Primitive.Vector
Warning: Codec.Serialise: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Primitive.Vector
Documentation created: dist/doc/html/serialise/,
dist/doc/html/serialise/serialise.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/serialise-0.2.6.1-5o6KgSlxZvR3ncgyZavLXb
Completed serialise-0.2.6.1
Configuring inline-c-0.9.1.10...
Preprocessing library for inline-c-0.9.1.10..
Building library for inline-c-0.9.1.10..
[1 of 9] Compiling Language.C.Inline.FunPtr ( src/Language/C/Inline/FunPtr.hs, dist/build/Language/C/Inline/FunPtr.o, dist/build/Language/C/Inline/FunPtr.dyn_o )
[2 of 9] Compiling Language.C.Types.Parse ( src/Language/C/Types/Parse.hs, dist/build/Language/C/Types/Parse.o, dist/build/Language/C/Types/Parse.dyn_o )
src/Language/C/Types/Parse.hs:96:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
96 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/C/Types/Parse.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Prettyprinter is redundant
except perhaps to import instances from Prettyprinter
To import instances alone, use: import Prettyprinter()
|
106 | import qualified Prettyprinter as PP
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 9] Compiling Language.C.Types ( src/Language/C/Types.hs, dist/build/Language/C/Types.o, dist/build/Language/C/Types.dyn_o )
src/Language/C/Types.hs:77:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
77 | import Data.Semigroup (Semigroup, (<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/C/Types.hs:420:54: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
420 | TemplatePointer type' -> [P.TemplatePointer (head (pTySpecs type'))]
| ^^^^
[4 of 9] Compiling Language.C.Inline.HaskellIdentifier ( src/Language/C/Inline/HaskellIdentifier.hs, dist/build/Language/C/Inline/HaskellIdentifier.o, dist/build/Language/C/Inline/HaskellIdentifier.dyn_o )
src/Language/C/Inline/HaskellIdentifier.hs:25:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
25 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 9] Compiling Language.C.Inline.Context ( src/Language/C/Inline/Context.hs, dist/build/Language/C/Inline/Context.o, dist/build/Language/C/Inline/Context.dyn_o )
src/Language/C/Inline/Context.hs:75:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
75 | import Data.Semigroup (Semigroup, (<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/C/Inline/Context.hs:296:33: warning: [GHC-63397] [-Wname-shadowing]
This binding for tuple shadows the existing binding
bound at src/Language/C/Inline/Context.hs:296:17
|
296 | let tuple = foldl (\tuple arg -> TH.AppT tuple arg) (TH.PromotedTupleT (length other)) other
| ^^^^^
src/Language/C/Inline/Context.hs:461:26: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
461 | type VecCtxScalar a :: *
| ^
[6 of 9] Compiling Language.C.Inline.Internal ( src/Language/C/Inline/Internal.hs, dist/build/Language/C/Inline/Internal.o, dist/build/Language/C/Inline/Internal.dyn_o )
src/Language/C/Inline/Internal.hs:80:36: warning: [GHC-38856] [-Wunused-imports]
The import of unsafePerformIO
from module System.IO.Unsafe is redundant
|
80 | import System.IO.Unsafe (unsafePerformIO, unsafeDupablePerformIO)
| ^^^^^^^^^^^^^^^
src/Language/C/Inline/Internal.hs:664:5: warning: [GHC-63397] [-Wname-shadowing]
This binding for here shadows the existing binding
defined at src/Language/C/Inline/Internal.hs:839:1
|
664 | here <- TH.location
| ^^^^
[7 of 9] Compiling Language.C.Inline.Unsafe ( src/Language/C/Inline/Unsafe.hs, dist/build/Language/C/Inline/Unsafe.o, dist/build/Language/C/Inline/Unsafe.dyn_o )
[8 of 9] Compiling Language.C.Inline.Interruptible ( src/Language/C/Inline/Interruptible.hs, dist/build/Language/C/Inline/Interruptible.o, dist/build/Language/C/Inline/Interruptible.dyn_o )
[9 of 9] Compiling Language.C.Inline ( src/Language/C/Inline.hs, dist/build/Language/C/Inline.o, dist/build/Language/C/Inline.dyn_o )
src/Language/C/Inline.hs:312:5: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
312 | | head s == '<' = verbatim $ "#include " ++ s
| ^^^^
src/Language/C/Inline.hs:348:26: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
348 | type WithPtrsPtrs a :: *
| ^
Preprocessing library for inline-c-0.9.1.10..
Running Haddock on library for inline-c-0.9.1.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Language.C.Inline.FunPtr ( src/Language/C/Inline/FunPtr.hs, /tmp/ghc1269106_0/ghc_22.o, /tmp/ghc1269106_0/ghc_22.dyn_o )
[2 of 9] Compiling Language.C.Types.Parse ( src/Language/C/Types/Parse.hs, /tmp/ghc1269106_0/ghc_30.o, /tmp/ghc1269106_0/ghc_30.dyn_o )
src/Language/C/Types/Parse.hs:96:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
96 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/C/Types/Parse.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Prettyprinter is redundant
except perhaps to import instances from Prettyprinter
To import instances alone, use: import Prettyprinter()
|
106 | import qualified Prettyprinter as PP
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 9] Compiling Language.C.Types ( src/Language/C/Types.hs, /tmp/ghc1269106_0/ghc_28.o, /tmp/ghc1269106_0/ghc_28.dyn_o )
src/Language/C/Types.hs:77:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
77 | import Data.Semigroup (Semigroup, (<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/C/Types.hs:420:54: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
420 | TemplatePointer type' -> [P.TemplatePointer (head (pTySpecs type'))]
| ^^^^
[4 of 9] Compiling Language.C.Inline.HaskellIdentifier ( src/Language/C/Inline/HaskellIdentifier.hs, /tmp/ghc1269106_0/ghc_24.o, /tmp/ghc1269106_0/ghc_24.dyn_o )
src/Language/C/Inline/HaskellIdentifier.hs:25:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
25 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 9] Compiling Language.C.Inline.Context ( src/Language/C/Inline/Context.hs, /tmp/ghc1269106_0/ghc_20.o, /tmp/ghc1269106_0/ghc_20.dyn_o )
src/Language/C/Inline/Context.hs:75:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
75 | import Data.Semigroup (Semigroup, (<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Language/C/Inline/Context.hs:296:33: warning: [GHC-63397] [-Wname-shadowing]
This binding for tuple shadows the existing binding
bound at src/Language/C/Inline/Context.hs:296:17
|
296 | let tuple = foldl (\tuple arg -> TH.AppT tuple arg) (TH.PromotedTupleT (length other)) other
| ^^^^^
src/Language/C/Inline/Context.hs:461:26: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
461 | type VecCtxScalar a :: *
| ^
[6 of 9] Compiling Language.C.Inline.Internal ( src/Language/C/Inline/Internal.hs, /tmp/ghc1269106_0/ghc_26.o, /tmp/ghc1269106_0/ghc_26.dyn_o )
src/Language/C/Inline/Internal.hs:80:36: warning: [GHC-38856] [-Wunused-imports]
The import of unsafePerformIO
from module System.IO.Unsafe is redundant
|
80 | import System.IO.Unsafe (unsafePerformIO, unsafeDupablePerformIO)
| ^^^^^^^^^^^^^^^
src/Language/C/Inline/Internal.hs:664:5: warning: [GHC-63397] [-Wname-shadowing]
This binding for here shadows the existing binding
defined at src/Language/C/Inline/Internal.hs:839:1
|
664 | here <- TH.location
| ^^^^
[7 of 9] Compiling Language.C.Inline.Unsafe ( src/Language/C/Inline/Unsafe.hs, nothing )
[8 of 9] Compiling Language.C.Inline.Interruptible ( src/Language/C/Inline/Interruptible.hs, nothing )
[9 of 9] Compiling Language.C.Inline ( src/Language/C/Inline.hs, nothing )
src/Language/C/Inline.hs:312:5: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
312 | | head s == '<' = verbatim $ "#include " ++ s
| ^^^^
src/Language/C/Inline.hs:348:26: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
348 | type WithPtrsPtrs a :: *
| ^
Haddock coverage:
Warning: 'CDouble' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CParserContext' is ambiguous. It is defined
* at src/Language/C/Types/Parse.hs:119:25
* at src/Language/C/Types/Parse.hs:119:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Types/Parse.hs:119:1
Warning: 'CIdentifier' is ambiguous. It is defined
* at src/Language/C/Types/Parse.hs:130:23
* at src/Language/C/Types/Parse.hs:130:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Types/Parse.hs:130:1
27% ( 14 / 51) in 'Language.C.Types.Parse'
Missing documentation for:
CParserContext (src/Language/C/Types/Parse.hs:119)
unCIdentifier
cIdentifierFromString (src/Language/C/Types/Parse.hs:134)
cCParserContext (src/Language/C/Types/Parse.hs:152)
identifier_no_lex (src/Language/C/Types/Parse.hs:335)
DeclarationSpecifier (src/Language/C/Types/Parse.hs:255)
declaration_specifiers (src/Language/C/Types/Parse.hs:263)
StorageClassSpecifier (src/Language/C/Types/Parse.hs:270)
storage_class_specifier (src/Language/C/Types/Parse.hs:279)
TypeSpecifier (src/Language/C/Types/Parse.hs:287)
type_specifier (src/Language/C/Types/Parse.hs:307)
TypeQualifier (src/Language/C/Types/Parse.hs:395)
type_qualifier (src/Language/C/Types/Parse.hs:402)
FunctionSpecifier (src/Language/C/Types/Parse.hs:408)
function_specifier (src/Language/C/Types/Parse.hs:413)
Declarator (src/Language/C/Types/Parse.hs:417)
declarator (src/Language/C/Types/Parse.hs:423)
DirectDeclarator (src/Language/C/Types/Parse.hs:425)
direct_declarator (src/Language/C/Types/Parse.hs:459)
ArrayOrProto (src/Language/C/Types/Parse.hs:431)
array_or_proto (src/Language/C/Types/Parse.hs:437)
ArrayType (src/Language/C/Types/Parse.hs:443)
array_type (src/Language/C/Types/Parse.hs:451)
Pointer (src/Language/C/Types/Parse.hs:467)
pointer (src/Language/C/Types/Parse.hs:472)
ParameterDeclaration (src/Language/C/Types/Parse.hs:480)
DeclaratorOrAbstractDeclarator (src/Language/C/Types/Parse.hs:485)
parameter_declaration (src/Language/C/Types/Parse.hs:491)
parameter_list (src/Language/C/Types/Parse.hs:477)
AbstractDeclarator (src/Language/C/Types/Parse.hs:501)
abstract_declarator (src/Language/C/Types/Parse.hs:507)
DirectAbstractDeclarator (src/Language/C/Types/Parse.hs:515)
direct_abstract_declarator (src/Language/C/Types/Parse.hs:522)
cIdentStart (src/Language/C/Types/Parse.hs:240)
cIdentLetter (src/Language/C/Types/Parse.hs:243)
cReservedWords (src/Language/C/Types/Parse.hs:228)
isTypeName (src/Language/C/Types/Parse.hs:328)
Warning: 'ParameterDeclaration' is ambiguous. It is defined
* at src/Language/C/Types.hs:145:31
* at src/Language/C/Types.hs:145:1
* at src/Language/C/Types/Parse.hs:480:31
* at src/Language/C/Types/Parse.hs:480:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Types/Parse.hs:480:1
32% ( 11 / 34) in 'Language.C.Types'
Missing documentation for:
unCIdentifier
cIdentifierFromString (src/Language/C/Types/Parse.hs:134)
StorageClassSpecifier (src/Language/C/Types/Parse.hs:270)
TypeQualifier (src/Language/C/Types/Parse.hs:395)
FunctionSpecifier (src/Language/C/Types/Parse.hs:408)
ArrayType (src/Language/C/Types/Parse.hs:443)
Specifiers (src/Language/C/Types.hs:113)
Type (src/Language/C/Types.hs:133)
TypeSpecifier (src/Language/C/Types.hs:94)
Sign (src/Language/C/Types.hs:140)
ParameterDeclaration (src/Language/C/Types.hs:145)
CParserContext (src/Language/C/Types/Parse.hs:119)
cCParserContext (src/Language/C/Types/Parse.hs:152)
parseParameterDeclaration (src/Language/C/Types.hs:480)
parseParameterList (src/Language/C/Types.hs:486)
parseIdentifier (src/Language/C/Types.hs:490)
parseEnableCpp (src/Language/C/Types.hs:493)
parseType (src/Language/C/Types.hs:498)
UntangleErr (src/Language/C/Types.hs:153)
untangleParameterDeclaration (src/Language/C/Types.hs:164)
tangleParameterDeclaration (src/Language/C/Types.hs:322)
describeParameterDeclaration (src/Language/C/Types.hs:430)
describeType (src/Language/C/Types.hs:437)
Warning: 'HaskellIdentifier' is ambiguous. It is defined
* at src/Language/C/Inline/HaskellIdentifier.hs:42:29
* at src/Language/C/Inline/HaskellIdentifier.hs:42:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Inline/HaskellIdentifier.hs:42:1
44% ( 4 / 9) in 'Language.C.Inline.HaskellIdentifier'
Missing documentation for:
Module header
unHaskellIdentifier
haskellIdentifierFromString (src/Language/C/Inline/HaskellIdentifier.hs:55)
haskellCParserContext (src/Language/C/Inline/HaskellIdentifier.hs:63)
haskellReservedWords (src/Language/C/Inline/HaskellIdentifier.hs:88)
Warning: 'Context' is ambiguous. It is defined
* at src/Language/C/Inline/Context.hs:152:16
* at src/Language/C/Inline/Context.hs:152:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Inline/Context.hs:152:1
Warning: 'AntiQuoter' is ambiguous. It is defined
* at src/Language/C/Inline/Context.hs:110:21
* at src/Language/C/Inline/Context.hs:110:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Inline/Context.hs:110:1
Warning: 'Void' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ForeignPtr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hs_free_fun_ptr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CInt' is ambiguous. It is defined
* in Foreign.C.Types
* in Foreign.C.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Foreign.C.Types
85% ( 17 / 20) in 'Language.C.Inline.Context'
Missing documentation for:
typeNamesFromTypesTable (src/Language/C/Inline/Context.hs:331)
AntiQuoter (src/Language/C/Inline/Context.hs:110)
AntiQuoters (src/Language/C/Inline/Context.hs:145)
Warning: 'funPtr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'moduleStatesVar' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Context' is ambiguous. It is defined
* at src/Language/C/Inline/Context.hs:152:16
* at src/Language/C/Inline/Context.hs:152:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Inline/Context.hs:152:1
Warning: 'inlineCItems' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Code' is ambiguous. It is defined
* at src/Language/C/Inline/Internal.hs:272:13
* at src/Language/C/Inline/Internal.hs:272:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Inline/Internal.hs:272:1
66% ( 24 / 36) in 'Language.C.Inline.Internal'
Missing documentation for:
Module header
Substitutions (src/Language/C/Inline/Internal.hs:502)
SomeEq (src/Language/C/Inline/Internal.hs:475)
toSomeEq (src/Language/C/Inline/Internal.hs:486)
fromSomeEq (src/Language/C/Inline/Internal.hs:489)
ParameterType (src/Language/C/Inline/Internal.hs:491)
ParseTypedC (src/Language/C/Inline/Internal.hs:496)
parseTypedC (src/Language/C/Inline/Internal.hs:550)
runParserInQ (src/Language/C/Inline/Internal.hs:463)
shiftLines (src/Language/C/Inline/Internal.hs:850)
genericQuote (src/Language/C/Inline/Internal.hs:662)
funPtrQuote (src/Language/C/Inline/Internal.hs:755)
100% ( 4 / 4) in 'Language.C.Inline.Unsafe'
100% ( 4 / 4) in 'Language.C.Inline.Interruptible'
Warning: 'FunPtr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'newForeignPtr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Context' is ambiguous. It is defined
* at src/Language/C/Inline/Context.hs:152:16
* at src/Language/C/Inline/Context.hs:152:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Inline/Context.hs:152:1
Warning: 'CDouble' is ambiguous. It is defined
* in Foreign.C.Types
* in Foreign.C.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Foreign.C.Types
Warning: 'convertCType' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IO' is ambiguous. It is defined
* in GHC.Types
* at src/Language/C/Inline/Context.hs:97:5
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/C/Inline/Context.hs:97:5
Warning: 'CInt' is ambiguous. It is defined
* in Foreign.C.Types
* in Foreign.C.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Foreign.C.Types
97% ( 33 / 34) in 'Language.C.Inline'
Missing documentation for:
withPtr_ (src/Language/C/Inline.hs:335)
Warning: Language.C.Inline.Context: could not find link destinations for:
- Data.Vector.Storable.Vector
- Data.Vector.Storable.Mutable.IOVector
- Language.C.Inline.Context.D:R:VecCtxScalarMVector
- Language.C.Inline.Context.D:R:VecCtxScalarVector
Warning: Language.C.Inline: could not find link destinations for:
- Language.C.Inline.D:R:WithPtrsPtrsTuple7
- Language.C.Inline.D:R:WithPtrsPtrsTuple6
- Language.C.Inline.D:R:WithPtrsPtrsTuple5
- Language.C.Inline.D:R:WithPtrsPtrsTuple4
- Language.C.Inline.D:R:WithPtrsPtrsTuple3
- Language.C.Inline.D:R:WithPtrsPtrsTuple2
Documentation created: dist/doc/html/inline-c/,
dist/doc/html/inline-c/inline-c.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/inline-c-0.9.1.10-9czJHPvJP6J7TrZmlSjTGL
Completed inline-c-0.9.1.10
Configuring indexed-traversable-instances-0.1.2...
Preprocessing library for indexed-traversable-instances-0.1.2..
Building library for indexed-traversable-instances-0.1.2..
[1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, dist/build/Data/Functor/WithIndex/Instances.o, dist/build/Data/Functor/WithIndex/Instances.dyn_o )
Preprocessing library for indexed-traversable-instances-0.1.2..
Running Haddock on library for indexed-traversable-instances-0.1.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, nothing )
Haddock coverage:
100% ( 1 / 1) in 'Data.Functor.WithIndex.Instances'
Warning: Data.Functor.WithIndex.Instances: could not find link destinations for:
- Data.Vector.Vector
Documentation created: dist/doc/html/indexed-traversable-instances/,
dist/doc/html/indexed-traversable-instances/indexed-traversable-instances.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-instances-0.1.2-HOrp51MaXrx1Rna2zNnMko
Completed indexed-traversable-instances-0.1.2
Configuring foldl-1.4.18...
Preprocessing library for foldl-1.4.18..
Building library for foldl-1.4.18..
[1 of 9] Compiling Control.Foldl.Internal ( src/Control/Foldl/Internal.hs, dist/build/Control/Foldl/Internal.o, dist/build/Control/Foldl/Internal.dyn_o )
[2 of 9] Compiling Control.Foldl.Optics ( src/Control/Foldl/Optics.hs, dist/build/Control/Foldl/Optics.o, dist/build/Control/Foldl/Optics.dyn_o )
[3 of 9] Compiling Control.Foldl.Util.MVector ( src/Control/Foldl/Util/MVector.hs, dist/build/Control/Foldl/Util/MVector.o, dist/build/Control/Foldl/Util/MVector.dyn_o )
[4 of 9] Compiling Control.Foldl.Util.Vector ( src/Control/Foldl/Util/Vector.hs, dist/build/Control/Foldl/Util/Vector.o, dist/build/Control/Foldl/Util/Vector.dyn_o )
[5 of 9] Compiling Control.Foldl ( src/Control/Foldl.hs, dist/build/Control/Foldl.o, dist/build/Control/Foldl.dyn_o )
[6 of 9] Compiling Control.Foldl.Text ( src/Control/Foldl/Text.hs, dist/build/Control/Foldl/Text.o, dist/build/Control/Foldl/Text.dyn_o )
[7 of 9] Compiling Control.Foldl.NonEmpty ( src/Control/Foldl/NonEmpty.hs, dist/build/Control/Foldl/NonEmpty.o, dist/build/Control/Foldl/NonEmpty.dyn_o )
src/Control/Foldl/NonEmpty.hs:64:29: warning: [GHC-38856] [-Wunused-imports]
The import of liftA2
from module Control.Applicative is redundant
|
64 | import Control.Applicative (liftA2, Const(..))
| ^^^^^^
[8 of 9] Compiling Control.Foldl.ByteString ( src/Control/Foldl/ByteString.hs, dist/build/Control/Foldl/ByteString.o, dist/build/Control/Foldl/ByteString.dyn_o )
[9 of 9] Compiling Control.Scanl ( src/Control/Scanl.hs, dist/build/Control/Scanl.o, dist/build/Control/Scanl.dyn_o )
Preprocessing library for foldl-1.4.18..
Running Haddock on library for foldl-1.4.18..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Control.Foldl.Internal ( src/Control/Foldl/Internal.hs, nothing )
[2 of 9] Compiling Control.Foldl.Optics ( src/Control/Foldl/Optics.hs, nothing )
[3 of 9] Compiling Control.Foldl.Util.MVector ( src/Control/Foldl/Util/MVector.hs, nothing )
[4 of 9] Compiling Control.Foldl.Util.Vector ( src/Control/Foldl/Util/Vector.hs, nothing )
[5 of 9] Compiling Control.Foldl ( src/Control/Foldl.hs, nothing )
[6 of 9] Compiling Control.Foldl.Text ( src/Control/Foldl/Text.hs, nothing )
[7 of 9] Compiling Control.Foldl.NonEmpty ( src/Control/Foldl/NonEmpty.hs, nothing )
src/Control/Foldl/NonEmpty.hs:64:29: warning: [GHC-38856] [-Wunused-imports]
The import of liftA2
from module Control.Applicative is redundant
|
64 | import Control.Applicative (liftA2, Const(..))
| ^^^^^^
[8 of 9] Compiling Control.Foldl.ByteString ( src/Control/Foldl/ByteString.hs, nothing )
[9 of 9] Compiling Control.Scanl ( src/Control/Scanl.hs, nothing )
Haddock coverage:
Warning: 'Fold' is ambiguous. It is defined
* at src/Control/Foldl.hs:239:5
* at src/Control/Foldl.hs:237:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Foldl.hs:237:1
Warning: 'FoldM' is ambiguous. It is defined
* at src/Control/Foldl.hs:407:3
* at src/Control/Foldl.hs:405:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Foldl.hs:405:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'None' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Control.Foldl: Could not find documentation for exported module: Data.Vector.Generic
Warning: Control.Foldl: Couldn't find .haddock for export Vector
Warning: Control.Foldl: Couldn't find .haddock for export Mutable
97% ( 97 / 99) in 'Control.Foldl'
Missing documentation for:
Vector
Mutable
100% ( 27 / 27) in 'Control.Foldl.Text'
Warning: 'Fold1' is ambiguous. It is defined
* at src/Control/Foldl/NonEmpty.hs:102:18
* at src/Control/Foldl/NonEmpty.hs:102:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Foldl/NonEmpty.hs:102:1
Warning: 'Fold' is ambiguous. It is defined
* at src/Control/Foldl.hs:239:5
* at src/Control/Foldl.hs:237:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Foldl.hs:237:1
Warning: 'fold1' is ambiguous. It is defined
* in Data.Foldable1
* at src/Control/Foldl/NonEmpty.hs:302:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Foldl/NonEmpty.hs:302:1
100% ( 28 / 28) in 'Control.Foldl.NonEmpty'
100% ( 28 / 28) in 'Control.Foldl.ByteString'
Warning: 'Scan' is ambiguous. It is defined
* at src/Control/Scanl.hs:101:5
* at src/Control/Scanl.hs:99:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Scanl.hs:99:1
Warning: 'Fold' is ambiguous. It is defined
* at src/Control/Foldl.hs:239:5
* at src/Control/Foldl.hs:237:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Foldl.hs:237:1
Warning: 'Comonad' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ScanM' is ambiguous. It is defined
* at src/Control/Scanl.hs:249:3
* at src/Control/Scanl.hs:247:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Scanl.hs:247:1
Warning: 'liftIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 21 / 22) in 'Control.Scanl'
Missing documentation for:
arrM (src/Control/Scanl.hs:439)
Warning: Control.Foldl: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Profunctor.Traversing.Baz
- Data.Vector.Vector
- Data.Vector.Mutable.MVector
- Data.Vector.Primitive.Vector
- Data.Vector.Primitive.Mutable.MVector
- Data.Vector.Storable.Vector
- Data.Vector.Storable.Mutable.MVector
- Data.Vector.Strict.Vector
- Data.Vector.Strict.Mutable.MVector
- Data.Vector.Unboxed.Base.As
- Data.Vector.Unboxed.Base.DoNotUnboxLazy
- Data.Vector.Unboxed.Base.DoNotUnboxNormalForm
- Data.Vector.Unboxed.Base.DoNotUnboxStrict
- Data.Vector.Unboxed.Base.IsoUnbox
- Data.Vector.Unboxed.Base.MVector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.UnboxViaPrim
- Data.Vector.Unboxed.Base.Vector
Warning: Control.Foldl.Text: could not find link destinations for:
- Data.Profunctor.Traversing.Baz
- Data.Vector.Vector
- Data.Vector.Strict.Vector
Warning: Control.Foldl.ByteString: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.ByteString.Internal.Type.D:R:ItemByteString
- Data.Profunctor.Traversing.Baz
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Primitive.Mutable.MVector
- Data.Vector.Strict.Vector
- Data.Vector.Unboxed.Base.MVector
- Data.Vector.Unboxed.Base.MV_Word8
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Unboxed.Base.V_Word8
- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
- Data.Vector.Unboxed.Base.D:R:VectorWord80
Documentation created: dist/doc/html/foldl/, dist/doc/html/foldl/foldl.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/foldl-1.4.18-6tLq8lezSIbG7Z5rAGxOff
Completed foldl-1.4.18
Configuring cassava-0.5.4.1...
Preprocessing library for cassava-0.5.4.1..
Building library for cassava-0.5.4.1..
[ 1 of 10] Compiling Data.Csv.Types ( src/Data/Csv/Types.hs, dist/build/Data/Csv/Types.o, dist/build/Data/Csv/Types.dyn_o )
[ 2 of 10] Compiling Data.Csv.Util ( src/Data/Csv/Util.hs, dist/build/Data/Csv/Util.o, dist/build/Data/Csv/Util.dyn_o )
[ 3 of 10] Compiling Data.Csv.Parser ( src/Data/Csv/Parser.hs, dist/build/Data/Csv/Parser.o, dist/build/Data/Csv/Parser.dyn_o )
[ 4 of 10] Compiling Data.Csv.Conversion.Internal ( src/Data/Csv/Conversion/Internal.hs, dist/build/Data/Csv/Conversion/Internal.o, dist/build/Data/Csv/Conversion/Internal.dyn_o )
[ 5 of 10] Compiling Data.Csv.Conversion ( src/Data/Csv/Conversion.hs, dist/build/Data/Csv/Conversion.o, dist/build/Data/Csv/Conversion.dyn_o )
[ 6 of 10] Compiling Data.Csv.Encoding ( src/Data/Csv/Encoding.hs, dist/build/Data/Csv/Encoding.o, dist/build/Data/Csv/Encoding.dyn_o )
[ 7 of 10] Compiling Data.Csv.Incremental ( src/Data/Csv/Incremental.hs, dist/build/Data/Csv/Incremental.o, dist/build/Data/Csv/Incremental.dyn_o )
[ 8 of 10] Compiling Data.Csv.Streaming ( src/Data/Csv/Streaming.hs, dist/build/Data/Csv/Streaming.o, dist/build/Data/Csv/Streaming.dyn_o )
[ 9 of 10] Compiling Data.Csv.Builder ( src/Data/Csv/Builder.hs, dist/build/Data/Csv/Builder.o, dist/build/Data/Csv/Builder.dyn_o )
[10 of 10] Compiling Data.Csv ( src/Data/Csv.hs, dist/build/Data/Csv.o, dist/build/Data/Csv.dyn_o )
Preprocessing library for cassava-0.5.4.1..
Running Haddock on library for cassava-0.5.4.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Data.Csv.Types ( src/Data/Csv/Types.hs, nothing )
[ 2 of 10] Compiling Data.Csv.Util ( src/Data/Csv/Util.hs, nothing )
[ 3 of 10] Compiling Data.Csv.Parser ( src/Data/Csv/Parser.hs, nothing )
[ 4 of 10] Compiling Data.Csv.Conversion.Internal ( src/Data/Csv/Conversion/Internal.hs, nothing )
[ 5 of 10] Compiling Data.Csv.Conversion ( src/Data/Csv/Conversion.hs, nothing )
[ 6 of 10] Compiling Data.Csv.Encoding ( src/Data/Csv/Encoding.hs, nothing )
[ 7 of 10] Compiling Data.Csv.Incremental ( src/Data/Csv/Incremental.hs, nothing )
[ 8 of 10] Compiling Data.Csv.Streaming ( src/Data/Csv/Streaming.hs, nothing )
[ 9 of 10] Compiling Data.Csv.Builder ( src/Data/Csv/Builder.hs, nothing )
[10 of 10] Compiling Data.Csv ( src/Data/Csv.hs, nothing )
Haddock coverage:
Warning: 'liftM2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DecodeOptions' is ambiguous. It is defined
* at src/Data/Csv/Parser.hs:52:22
* at src/Data/Csv/Parser.hs:52:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Csv/Parser.hs:52:1
Warning: 'sepBy1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Data.Csv.Parser'
Warning: 'Parser' is ambiguous. It is defined
* at src/Data/Csv/Conversion.hs:1169:20
* at src/Data/Csv/Conversion.hs:1169:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Csv/Conversion.hs:1169:1
Warning: 'toNamedRecord' is ambiguous. It is defined
* at src/Data/Csv/Conversion.hs:633:5
* at src/Data/Csv/Types.hs:46:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Csv/Types.hs:46:1
Warning: 'rational' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'EncodeOptions' is ambiguous. It is defined
* at src/Data/Csv/Encoding.hs:200:22
* at src/Data/Csv/Encoding.hs:200:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Csv/Encoding.hs:200:1
Warning: 'decodeWith'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hasHeader' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HasHeader' is ambiguous. It is defined
* at src/Data/Csv/Types.hs:49:18
* at src/Data/Csv/Types.hs:49:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Csv/Types.hs:49:1
Warning: 'foldl'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultEncodeOptions' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 33 / 33) in 'Data.Csv.Incremental'
100% ( 19 / 19) in 'Data.Csv.Streaming'
100% ( 11 / 11) in 'Data.Csv.Builder'
Warning: 'Vector' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Generic' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 87 / 91) in 'Data.Csv'
Missing documentation for:
GFromRecord (src/Data/Csv/Conversion.hs:1253)
GToRecord (src/Data/Csv/Conversion.hs:1312)
GFromNamedRecord (src/Data/Csv/Conversion.hs:1264)
GToNamedRecordHeader (src/Data/Csv/Conversion.hs:1345)
Warning: Data.Csv.Parser: could not find link destinations for:
- Data.Vector.Vector
- Data.Csv.Util.endOfLine
Warning: Data.Csv: could not find link destinations for:
- Data.Vector.!
- Data.Vector.Vector
- Data.Csv.Types.toNamedRecord
- Data.Tuple.Only.Rep_Only
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Csv.Conversion.gtoNamedRecordHeader
- Data.Csv.Conversion.gtoRecord
- Data.Csv.Conversion.GFromRecordSum
- Data.Csv.Conversion.gparseNamedRecord
- Data.Csv.Conversion.gparseRecord
Documentation created: dist/doc/html/cassava/,
dist/doc/html/cassava/cassava.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cassava-0.5.4.1-3OkDAqMxoTnH64TbvqU4uZ
Completed cassava-0.5.4.1
Configuring bitvec-1.1.5.0...
Preprocessing library for bitvec-1.1.5.0..
Building library for bitvec-1.1.5.0..
[ 1 of 13] Compiling Data.Bit.PdepPext ( src/Data/Bit/PdepPext.hs, dist/build/Data/Bit/PdepPext.o, dist/build/Data/Bit/PdepPext.dyn_o )
[ 2 of 13] Compiling Data.Bit.SIMD ( src/Data/Bit/SIMD.hs, dist/build/Data/Bit/SIMD.o, dist/build/Data/Bit/SIMD.dyn_o )
[ 3 of 13] Compiling Data.Bit.Utils ( src/Data/Bit/Utils.hs, dist/build/Data/Bit/Utils.o, dist/build/Data/Bit/Utils.dyn_o )
[ 4 of 13] Compiling Data.Bit.InternalTS ( src/Data/Bit/InternalTS.hs, dist/build/Data/Bit/InternalTS.o, dist/build/Data/Bit/InternalTS.dyn_o )
[ 5 of 13] Compiling Data.Bit.MutableTS ( src/Data/Bit/MutableTS.hs, dist/build/Data/Bit/MutableTS.o, dist/build/Data/Bit/MutableTS.dyn_o )
[ 6 of 13] Compiling Data.Bit.Internal ( src/Data/Bit/Internal.hs, dist/build/Data/Bit/Internal.o, dist/build/Data/Bit/Internal.dyn_o )
[ 7 of 13] Compiling Data.Bit.Mutable ( src/Data/Bit/Mutable.hs, dist/build/Data/Bit/Mutable.o, dist/build/Data/Bit/Mutable.dyn_o )
[ 8 of 13] Compiling Data.Bit.ImmutableTS ( src/Data/Bit/ImmutableTS.hs, dist/build/Data/Bit/ImmutableTS.o, dist/build/Data/Bit/ImmutableTS.dyn_o )
[ 9 of 13] Compiling Data.Bit.Immutable ( src/Data/Bit/Immutable.hs, dist/build/Data/Bit/Immutable.o, dist/build/Data/Bit/Immutable.dyn_o )
[10 of 13] Compiling Data.Bit.F2PolyTS ( src/Data/Bit/F2PolyTS.hs, dist/build/Data/Bit/F2PolyTS.o, dist/build/Data/Bit/F2PolyTS.dyn_o )
[11 of 13] Compiling Data.Bit.ThreadSafe ( src/Data/Bit/ThreadSafe.hs, dist/build/Data/Bit/ThreadSafe.o, dist/build/Data/Bit/ThreadSafe.dyn_o )
[12 of 13] Compiling Data.Bit.F2Poly ( src/Data/Bit/F2Poly.hs, dist/build/Data/Bit/F2Poly.o, dist/build/Data/Bit/F2Poly.dyn_o )
[13 of 13] Compiling Data.Bit ( src/Data/Bit.hs, dist/build/Data/Bit.o, dist/build/Data/Bit.dyn_o )
Preprocessing library for bitvec-1.1.5.0..
Running Haddock on library for bitvec-1.1.5.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 13] Compiling Data.Bit.PdepPext ( src/Data/Bit/PdepPext.hs, nothing )
[ 2 of 13] Compiling Data.Bit.SIMD ( src/Data/Bit/SIMD.hs, nothing )
[ 3 of 13] Compiling Data.Bit.Utils ( src/Data/Bit/Utils.hs, nothing )
[ 4 of 13] Compiling Data.Bit.InternalTS ( src/Data/Bit/InternalTS.hs, nothing )
[ 5 of 13] Compiling Data.Bit.MutableTS ( src/Data/Bit/MutableTS.hs, nothing )
[ 6 of 13] Compiling Data.Bit.Internal ( src/Data/Bit/Internal.hs, nothing )
[ 7 of 13] Compiling Data.Bit.Mutable ( src/Data/Bit/Mutable.hs, nothing )
[ 8 of 13] Compiling Data.Bit.ImmutableTS ( src/Data/Bit/ImmutableTS.hs, nothing )
[ 9 of 13] Compiling Data.Bit.Immutable ( src/Data/Bit/Immutable.hs, nothing )
[10 of 13] Compiling Data.Bit.F2PolyTS ( src/Data/Bit/F2PolyTS.hs, nothing )
[11 of 13] Compiling Data.Bit.ThreadSafe ( src/Data/Bit/ThreadSafe.hs, nothing )
[12 of 13] Compiling Data.Bit.F2Poly ( src/Data/Bit/F2Poly.hs, nothing )
[13 of 13] Compiling Data.Bit ( src/Data/Bit.hs, nothing )
Haddock coverage:
Warning: 'Bit' is ambiguous. It is defined
* at src/Data/Bit/Internal.hs:81:15
* at src/Data/Bit/Internal.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bit/Internal.hs:81:1
Warning: Data.Bit.InternalTS: Couldn't find .haddock for export Vector
Warning: Data.Bit.InternalTS: Couldn't find .haddock for export MVector
Warning: 'Bit' is ambiguous. It is defined
* at src/Data/Bit/Internal.hs:63:15
* at src/Data/Bit/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bit/Internal.hs:63:1
Warning: Data.Bit.Internal: Couldn't find .haddock for export Vector
Warning: Data.Bit.Internal: Couldn't find .haddock for export MVector
Warning: 'Bit' is ambiguous. It is defined
* at src/Data/Bit/Internal.hs:81:15
* at src/Data/Bit/Internal.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bit/Internal.hs:81:1
Warning: 'F2Poly' is ambiguous. It is defined
* at src/Data/Bit/F2Poly.hs:69:18
* at src/Data/Bit/F2Poly.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bit/F2Poly.hs:69:1
Warning: Data.Bit.ThreadSafe: Couldn't find .haddock for export Vector
Warning: Data.Bit.ThreadSafe: Couldn't find .haddock for export MVector
95% ( 40 / 42) in 'Data.Bit.ThreadSafe'
Warning: 'Bit' is ambiguous. It is defined
* at src/Data/Bit/Internal.hs:63:15
* at src/Data/Bit/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bit/Internal.hs:63:1
Warning: 'F2Poly' is ambiguous. It is defined
* at src/Data/Bit/F2Poly.hs:69:18
* at src/Data/Bit/F2Poly.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bit/F2Poly.hs:69:1
Warning: Data.Bit: Couldn't find .haddock for export Vector
Warning: Data.Bit: Couldn't find .haddock for export MVector
95% ( 40 / 42) in 'Data.Bit'
Warning: Data.Bit.ThreadSafe: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Bit.InternalTS.D:R:VectorBit0
- Data.Bit.InternalTS.D:R:MVectorsBit0
- Data.Bit.InternalTS.Rep_Bit
- Data.Bit.F2PolyTS.Rep_F2Poly
Warning: Data.Bit: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Bit.Internal.D:R:VectorBit0
- Data.Bit.Internal.D:R:MVectorsBit0
- Data.Bit.Internal.Rep_Bit
- Data.Bit.F2Poly.Rep_F2Poly
Documentation created: dist/doc/html/bitvec/, dist/doc/html/bitvec/bitvec.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bitvec-1.1.5.0-JhYwPjgJoSuKjzkSbvFVUI
Completed bitvec-1.1.5.0
Configuring JuicyPixels-3.3.9...
Preprocessing library for JuicyPixels-3.3.9..
Building library for JuicyPixels-3.3.9..
[ 1 of 30] Compiling Codec.Picture.InternalHelper ( src/Codec/Picture/InternalHelper.hs, dist/build/Codec/Picture/InternalHelper.o, dist/build/Codec/Picture/InternalHelper.dyn_o )
[ 2 of 30] Compiling Codec.Picture.Metadata.Exif ( src/Codec/Picture/Metadata/Exif.hs, dist/build/Codec/Picture/Metadata/Exif.o, dist/build/Codec/Picture/Metadata/Exif.dyn_o )
[ 3 of 30] Compiling Codec.Picture.Metadata ( src/Codec/Picture/Metadata.hs, dist/build/Codec/Picture/Metadata.o, dist/build/Codec/Picture/Metadata.dyn_o )
[ 4 of 30] Compiling Codec.Picture.Tiff.Internal.Types ( src/Codec/Picture/Tiff/Internal/Types.hs, dist/build/Codec/Picture/Tiff/Internal/Types.o, dist/build/Codec/Picture/Tiff/Internal/Types.dyn_o )
[ 5 of 30] Compiling Codec.Picture.Tiff.Internal.Metadata ( src/Codec/Picture/Tiff/Internal/Metadata.hs, dist/build/Codec/Picture/Tiff/Internal/Metadata.o, dist/build/Codec/Picture/Tiff/Internal/Metadata.dyn_o )
[ 6 of 30] Compiling Codec.Picture.Types ( src/Codec/Picture/Types.hs, dist/build/Codec/Picture/Types.o, dist/build/Codec/Picture/Types.dyn_o )
src/Codec/Picture/Types.hs:705:34: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
705 | type PixelBaseComponent a :: *
| ^
[ 7 of 30] Compiling Codec.Picture.Png.Internal.Type ( src/Codec/Picture/Png/Internal/Type.hs, dist/build/Codec/Picture/Png/Internal/Type.o, dist/build/Codec/Picture/Png/Internal/Type.dyn_o )
[ 8 of 30] Compiling Codec.Picture.Png.Internal.Metadata ( src/Codec/Picture/Png/Internal/Metadata.hs, dist/build/Codec/Picture/Png/Internal/Metadata.o, dist/build/Codec/Picture/Png/Internal/Metadata.dyn_o )
[ 9 of 30] Compiling Codec.Picture.VectorByteConversion ( src/Codec/Picture/VectorByteConversion.hs, dist/build/Codec/Picture/VectorByteConversion.o, dist/build/Codec/Picture/VectorByteConversion.dyn_o )
[10 of 30] Compiling Codec.Picture.Tga ( src/Codec/Picture/Tga.hs, dist/build/Codec/Picture/Tga.o, dist/build/Codec/Picture/Tga.dyn_o )
[11 of 30] Compiling Codec.Picture.Png.Internal.Export ( src/Codec/Picture/Png/Internal/Export.hs, dist/build/Codec/Picture/Png/Internal/Export.o, dist/build/Codec/Picture/Png/Internal/Export.dyn_o )
[12 of 30] Compiling Codec.Picture.Png ( src/Codec/Picture/Png.hs, dist/build/Codec/Picture/Png.o, dist/build/Codec/Picture/Png.dyn_o )
[13 of 30] Compiling Codec.Picture.HDR ( src/Codec/Picture/HDR.hs, dist/build/Codec/Picture/HDR.o, dist/build/Codec/Picture/HDR.dyn_o )
[14 of 30] Compiling Codec.Picture.Bitmap ( src/Codec/Picture/Bitmap.hs, dist/build/Codec/Picture/Bitmap.o, dist/build/Codec/Picture/Bitmap.dyn_o )
[15 of 30] Compiling Codec.Picture.BitWriter ( src/Codec/Picture/BitWriter.hs, dist/build/Codec/Picture/BitWriter.o, dist/build/Codec/Picture/BitWriter.dyn_o )
[16 of 30] Compiling Codec.Picture.Jpg.Internal.DefaultTable ( src/Codec/Picture/Jpg/Internal/DefaultTable.hs, dist/build/Codec/Picture/Jpg/Internal/DefaultTable.o, dist/build/Codec/Picture/Jpg/Internal/DefaultTable.dyn_o )
[17 of 30] Compiling Codec.Picture.Jpg.Internal.Types ( src/Codec/Picture/Jpg/Internal/Types.hs, dist/build/Codec/Picture/Jpg/Internal/Types.o, dist/build/Codec/Picture/Jpg/Internal/Types.dyn_o )
[18 of 30] Compiling Codec.Picture.Jpg.Internal.Metadata ( src/Codec/Picture/Jpg/Internal/Metadata.hs, dist/build/Codec/Picture/Jpg/Internal/Metadata.o, dist/build/Codec/Picture/Jpg/Internal/Metadata.dyn_o )
[19 of 30] Compiling Codec.Picture.Jpg.Internal.FastIdct ( src/Codec/Picture/Jpg/Internal/FastIdct.hs, dist/build/Codec/Picture/Jpg/Internal/FastIdct.o, dist/build/Codec/Picture/Jpg/Internal/FastIdct.dyn_o )
[20 of 30] Compiling Codec.Picture.Jpg.Internal.FastDct ( src/Codec/Picture/Jpg/Internal/FastDct.hs, dist/build/Codec/Picture/Jpg/Internal/FastDct.o, dist/build/Codec/Picture/Jpg/Internal/FastDct.dyn_o )
[21 of 30] Compiling Codec.Picture.Jpg.Internal.Common ( src/Codec/Picture/Jpg/Internal/Common.hs, dist/build/Codec/Picture/Jpg/Internal/Common.o, dist/build/Codec/Picture/Jpg/Internal/Common.dyn_o )
[22 of 30] Compiling Codec.Picture.Jpg.Internal.Progressive ( src/Codec/Picture/Jpg/Internal/Progressive.hs, dist/build/Codec/Picture/Jpg/Internal/Progressive.o, dist/build/Codec/Picture/Jpg/Internal/Progressive.dyn_o )
[23 of 30] Compiling Codec.Picture.Jpg ( src/Codec/Picture/Jpg.hs, dist/build/Codec/Picture/Jpg.o, dist/build/Codec/Picture/Jpg.dyn_o )
src/Codec/Picture/Jpg.hs:495:22: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
495 | gatherScanInfo img = head [(a, b) | JpgScans a b <- jpgFrame img]
| ^^^^
src/Codec/Picture/Jpg.hs:613:13: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe JpgFrameHeader not matched: Nothing
|
613 | Just fHdr = currentFrame st
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Codec/Picture/Jpg.hs:627:13: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe JpgFrameHeader not matched: Nothing
|
627 | Just fHdr = currentFrame st
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[24 of 30] Compiling Codec.Picture.Gif.Internal.LZWEncoding ( src/Codec/Picture/Gif/Internal/LZWEncoding.hs, dist/build/Codec/Picture/Gif/Internal/LZWEncoding.o, dist/build/Codec/Picture/Gif/Internal/LZWEncoding.dyn_o )
[25 of 30] Compiling Codec.Picture.Gif.Internal.LZW ( src/Codec/Picture/Gif/Internal/LZW.hs, dist/build/Codec/Picture/Gif/Internal/LZW.o, dist/build/Codec/Picture/Gif/Internal/LZW.dyn_o )
[26 of 30] Compiling Codec.Picture.Tiff ( src/Codec/Picture/Tiff.hs, dist/build/Codec/Picture/Tiff.o, dist/build/Codec/Picture/Tiff.dyn_o )
src/Codec/Picture/Tiff.hs:212:27: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
212 | type StorageType a :: *
| ^
[27 of 30] Compiling Codec.Picture.Gif ( src/Codec/Picture/Gif.hs, dist/build/Codec/Picture/Gif.o, dist/build/Codec/Picture/Gif.dyn_o )
src/Codec/Picture/Gif.hs:636:58: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
636 | [TrueColorImage $ ImageRGB8 img | (_, _, img) <- tail $ scanl scanner initState rest]
| ^^^^
[28 of 30] Compiling Codec.Picture.ColorQuant ( src/Codec/Picture/ColorQuant.hs, dist/build/Codec/Picture/ColorQuant.o, dist/build/Codec/Picture/ColorQuant.dyn_o )
[29 of 30] Compiling Codec.Picture.Saving ( src/Codec/Picture/Saving.hs, dist/build/Codec/Picture/Saving.o, dist/build/Codec/Picture/Saving.dyn_o )
[30 of 30] Compiling Codec.Picture ( src/Codec/Picture.hs, dist/build/Codec/Picture.o, dist/build/Codec/Picture.dyn_o )
Preprocessing library for JuicyPixels-3.3.9..
Running Haddock on library for JuicyPixels-3.3.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 30] Compiling Codec.Picture.InternalHelper ( src/Codec/Picture/InternalHelper.hs, nothing )
[ 2 of 30] Compiling Codec.Picture.Metadata.Exif ( src/Codec/Picture/Metadata/Exif.hs, nothing )
[ 3 of 30] Compiling Codec.Picture.Metadata ( src/Codec/Picture/Metadata.hs, nothing )
[ 4 of 30] Compiling Codec.Picture.Tiff.Internal.Types ( src/Codec/Picture/Tiff/Internal/Types.hs, nothing )
[ 5 of 30] Compiling Codec.Picture.Tiff.Internal.Metadata ( src/Codec/Picture/Tiff/Internal/Metadata.hs, nothing )
[ 6 of 30] Compiling Codec.Picture.Types ( src/Codec/Picture/Types.hs, nothing )
src/Codec/Picture/Types.hs:705:34: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
705 | type PixelBaseComponent a :: *
| ^
[ 7 of 30] Compiling Codec.Picture.Png.Internal.Type ( src/Codec/Picture/Png/Internal/Type.hs, nothing )
[ 8 of 30] Compiling Codec.Picture.Png.Internal.Metadata ( src/Codec/Picture/Png/Internal/Metadata.hs, nothing )
[ 9 of 30] Compiling Codec.Picture.VectorByteConversion ( src/Codec/Picture/VectorByteConversion.hs, nothing )
[10 of 30] Compiling Codec.Picture.Tga ( src/Codec/Picture/Tga.hs, nothing )
[11 of 30] Compiling Codec.Picture.Png.Internal.Export ( src/Codec/Picture/Png/Internal/Export.hs, nothing )
[12 of 30] Compiling Codec.Picture.Png ( src/Codec/Picture/Png.hs, nothing )
[13 of 30] Compiling Codec.Picture.HDR ( src/Codec/Picture/HDR.hs, nothing )
[14 of 30] Compiling Codec.Picture.Bitmap ( src/Codec/Picture/Bitmap.hs, nothing )
[15 of 30] Compiling Codec.Picture.BitWriter ( src/Codec/Picture/BitWriter.hs, nothing )
[16 of 30] Compiling Codec.Picture.Jpg.Internal.DefaultTable ( src/Codec/Picture/Jpg/Internal/DefaultTable.hs, nothing )
[17 of 30] Compiling Codec.Picture.Jpg.Internal.Types ( src/Codec/Picture/Jpg/Internal/Types.hs, nothing )
[18 of 30] Compiling Codec.Picture.Jpg.Internal.Metadata ( src/Codec/Picture/Jpg/Internal/Metadata.hs, nothing )
[19 of 30] Compiling Codec.Picture.Jpg.Internal.FastIdct ( src/Codec/Picture/Jpg/Internal/FastIdct.hs, nothing )
[20 of 30] Compiling Codec.Picture.Jpg.Internal.FastDct ( src/Codec/Picture/Jpg/Internal/FastDct.hs, nothing )
[21 of 30] Compiling Codec.Picture.Jpg.Internal.Common ( src/Codec/Picture/Jpg/Internal/Common.hs, nothing )
[22 of 30] Compiling Codec.Picture.Jpg.Internal.Progressive ( src/Codec/Picture/Jpg/Internal/Progressive.hs, nothing )
[23 of 30] Compiling Codec.Picture.Jpg ( src/Codec/Picture/Jpg.hs, nothing )
src/Codec/Picture/Jpg.hs:495:22: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
495 | gatherScanInfo img = head [(a, b) | JpgScans a b <- jpgFrame img]
| ^^^^
[24 of 30] Compiling Codec.Picture.Gif.Internal.LZWEncoding ( src/Codec/Picture/Gif/Internal/LZWEncoding.hs, nothing )
[25 of 30] Compiling Codec.Picture.Gif.Internal.LZW ( src/Codec/Picture/Gif/Internal/LZW.hs, nothing )
[26 of 30] Compiling Codec.Picture.Tiff ( src/Codec/Picture/Tiff.hs, nothing )
src/Codec/Picture/Tiff.hs:212:27: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
212 | type StorageType a :: *
| ^
[27 of 30] Compiling Codec.Picture.Gif ( src/Codec/Picture/Gif.hs, nothing )
src/Codec/Picture/Gif.hs:636:58: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
636 | [TrueColorImage $ ImageRGB8 img | (_, _, img) <- tail $ scanl scanner initState rest]
| ^^^^
[28 of 30] Compiling Codec.Picture.ColorQuant ( src/Codec/Picture/ColorQuant.hs, nothing )
[29 of 30] Compiling Codec.Picture.Saving ( src/Codec/Picture/Saving.hs, nothing )
[30 of 30] Compiling Codec.Picture ( src/Codec/Picture.hs, nothing )
Haddock coverage:
83% ( 5 / 6) in 'Codec.Picture.Metadata.Exif'
Missing documentation for:
isInIFD0 (src/Codec/Picture/Metadata/Exif.hs:197)
Warning: 'ColorProfile' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 27 / 27) in 'Codec.Picture.Metadata'
8% ( 2 / 23) in 'Codec.Picture.Tiff.Internal.Types'
Missing documentation for:
Module header
Endianness (src/Codec/Picture/Tiff/Internal/Types.hs:63)
TiffHeader (src/Codec/Picture/Tiff/Internal/Types.hs:87)
TiffPlanarConfiguration (src/Codec/Picture/Tiff/Internal/Types.hs:126)
TiffCompression (src/Codec/Picture/Tiff/Internal/Types.hs:140)
IfdType (src/Codec/Picture/Tiff/Internal/Types.hs:147)
TiffColorspace (src/Codec/Picture/Tiff/Internal/Types.hs:442)
TiffSampleFormat (src/Codec/Picture/Tiff/Internal/Types.hs:382)
ImageFileDirectory (src/Codec/Picture/Tiff/Internal/Types.hs:403)
ExtraSample (src/Codec/Picture/Tiff/Internal/Types.hs:476)
Predictor (src/Codec/Picture/Tiff/Internal/Types.hs:201)
planarConfgOfConstant (src/Codec/Picture/Tiff/Internal/Types.hs:131)
constantToPlaneConfiguration (src/Codec/Picture/Tiff/Internal/Types.hs:137)
unpackSampleFormat (src/Codec/Picture/Tiff/Internal/Types.hs:390)
packSampleFormat (src/Codec/Picture/Tiff/Internal/Types.hs:398)
unpackPhotometricInterpretation (src/Codec/Picture/Tiff/Internal/Types.hs:465)
packPhotometricInterpretation (src/Codec/Picture/Tiff/Internal/Types.hs:454)
codeOfExtraSample (src/Codec/Picture/Tiff/Internal/Types.hs:482)
unPackCompression (src/Codec/Picture/Tiff/Internal/Types.hs:488)
packCompression (src/Codec/Picture/Tiff/Internal/Types.hs:498)
predictorOfConstant (src/Codec/Picture/Tiff/Internal/Types.hs:207)
0% ( 0 / 4) in 'Codec.Picture.Tiff.Internal.Metadata'
Missing documentation for:
Module header
extractTiffMetadata (src/Codec/Picture/Tiff/Internal/Metadata.hs:238)
encodeTiffStringMetadata (src/Codec/Picture/Tiff/Internal/Metadata.hs:140)
exifOffsetIfd (src/Codec/Picture/Tiff/Internal/Metadata.hs:32)
Warning: 'x' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'y' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 81 / 81) in 'Codec.Picture.Types'
Warning: 'adam7Reordering' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
61% ( 21 / 34) in 'Codec.Picture.Png.Internal.Type'
Missing documentation for:
PngPhysicalDimension (src/Codec/Picture/Png/Internal/Type.hs:99)
PngGamma (src/Codec/Picture/Png/Internal/Type.hs:110)
PngUnit (src/Codec/Picture/Png/Internal/Type.hs:83)
APngAnimationControl (src/Codec/Picture/Png/Internal/Type.hs:116)
APngFrameControl (src/Codec/Picture/Png/Internal/Type.hs:146)
tRNSSignature (src/Codec/Picture/Png/Internal/Type.hs:398)
tEXtSignature (src/Codec/Picture/Png/Internal/Type.hs:407)
zTXtSignature (src/Codec/Picture/Png/Internal/Type.hs:410)
gammaSignature (src/Codec/Picture/Png/Internal/Type.hs:401)
pHYsSignature (src/Codec/Picture/Png/Internal/Type.hs:404)
animationControlSignature (src/Codec/Picture/Png/Internal/Type.hs:413)
chunksWithSig (src/Codec/Picture/Png/Internal/Type.hs:450)
mkRawChunk (src/Codec/Picture/Png/Internal/Type.hs:196)
0% ( 0 / 3) in 'Codec.Picture.Png.Internal.Metadata'
Missing documentation for:
Module header
extractMetadatas (src/Codec/Picture/Png/Internal/Metadata.hs:123)
encodeMetadatas (src/Codec/Picture/Png/Internal/Metadata.hs:166)
100% ( 7 / 7) in 'Codec.Picture.Tga'
Warning: 'tEXt' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'gAMA' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'pHYs' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PixelRGB8' is ambiguous. It is defined
* at src/Codec/Picture/Types.hs:565:18
* at src/Codec/Picture/Types.hs:565:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/Picture/Types.hs:565:1
Warning: 'PixelRGBA8' is ambiguous. It is defined
* at src/Codec/Picture/Types.hs:675:19
* at src/Codec/Picture/Types.hs:675:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/Picture/Types.hs:675:1
100% ( 6 / 6) in 'Codec.Picture.Png.Internal.Export'
100% ( 10 / 10) in 'Codec.Picture.Png'
100% ( 8 / 8) in 'Codec.Picture.HDR'
Warning: 'importantColors' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'BitField' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 13 / 13) in 'Codec.Picture.Bitmap'
37% ( 9 / 24) in 'Codec.Picture.Jpg.Internal.DefaultTable'
Missing documentation for:
HuffmanTable (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:262)
HuffmanPackedTree (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:57)
QuantificationTable (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:106)
HuffmanWriterCode (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:59)
scaleQuantisationMatrix (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:135)
makeInverseTable (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:94)
packHuffmanTree (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:62)
huffmanPackedDecode (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:149)
defaultChromaQuantizationTable (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:171)
defaultLumaQuantizationTable (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:159)
defaultAcChromaHuffmanTree (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:265)
defaultAcChromaHuffmanTable (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:268)
defaultAcLumaHuffmanTree (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:231)
defaultDcChromaHuffmanTree (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:207)
defaultDcLumaHuffmanTree (src/Codec/Picture/Jpg/Internal/DefaultTable.hs:183)
Warning: 'JpgScan' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'parseNextFrameStrict' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hugeImageByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'parseNextFrameLazy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'JpgFrameHeader' is ambiguous. It is defined
* at src/Codec/Picture/Jpg/Internal/Types.hs:287:23
* at src/Codec/Picture/Jpg/Internal/Types.hs:287:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/Picture/Jpg/Internal/Types.hs:287:1
38% ( 13 / 34) in 'Codec.Picture.Jpg.Internal.Types'
Missing documentation for:
printMacroBlock (src/Codec/Picture/Jpg/Internal/Types.hs:1055)
printPureMacroBlock (src/Codec/Picture/Jpg/Internal/Types.hs:1063)
JpgImage (src/Codec/Picture/Jpg/Internal/Types.hs:317)
JpgComponent (src/Codec/Picture/Jpg/Internal/Types.hs:303)
JpgFrameHeader (src/Codec/Picture/Jpg/Internal/Types.hs:287)
JpgFrame (src/Codec/Picture/Jpg/Internal/Types.hs:139)
JpgFrameKind (src/Codec/Picture/Jpg/Internal/Types.hs:113)
JpgScanHeader (src/Codec/Picture/Jpg/Internal/Types.hs:335)
JpgQuantTableSpec (src/Codec/Picture/Jpg/Internal/Types.hs:358)
JpgHuffmanTableSpec (src/Codec/Picture/Jpg/Internal/Types.hs:414)
JpgImageKind (src/Codec/Picture/Jpg/Internal/Types.hs:914)
JpgScanSpecification (src/Codec/Picture/Jpg/Internal/Types.hs:321)
JpgColorSpace (src/Codec/Picture/Jpg/Internal/Types.hs:153)
AdobeTransform (src/Codec/Picture/Jpg/Internal/Types.hs:166)
JpgAdobeApp14 (src/Codec/Picture/Jpg/Internal/Types.hs:173)
JpgJFIFApp0 (src/Codec/Picture/Jpg/Internal/Types.hs:203)
RestartInterval (src/Codec/Picture/Jpg/Internal/Types.hs:954)
calculateSize
dctBlockSize (src/Codec/Picture/Jpg/Internal/Types.hs:1073)
skipUntilFrames (src/Codec/Picture/Jpg/Internal/Types.hs:475)
skipFrameMarker (src/Codec/Picture/Jpg/Internal/Types.hs:702)
0% ( 0 / 3) in 'Codec.Picture.Jpg.Internal.Metadata'
Missing documentation for:
Module header
extractMetadatas (src/Codec/Picture/Jpg/Internal/Metadata.hs:24)
encodeMetadatas (src/Codec/Picture/Jpg/Internal/Metadata.hs:32)
Warning: 'fast' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Codec.Picture.Jpg.Internal.FastIdct'
66% ( 2 / 3) in 'Codec.Picture.Jpg.Internal.FastDct'
Missing documentation for:
Module header
29% ( 5 / 17) in 'Codec.Picture.Jpg.Internal.Common'
Missing documentation for:
Module header
JpgUnpackerParameter (src/Codec/Picture/Jpg/Internal/Common.hs:46)
decodeInt (src/Codec/Picture/Jpg/Internal/Common.hs:85)
dcCoefficientDecode (src/Codec/Picture/Jpg/Internal/Common.hs:103)
decodeRrrrSsss (src/Codec/Picture/Jpg/Internal/Common.hs:96)
zigZagReorderForward (src/Codec/Picture/Jpg/Internal/Common.hs:161)
zigZagReorderForwardv (src/Codec/Picture/Jpg/Internal/Common.hs:139)
zigZagReorder (src/Codec/Picture/Jpg/Internal/Common.hs:172)
inverseDirectCosineTransform (src/Codec/Picture/Jpg/Internal/Common.hs:123)
rasterMap (src/Codec/Picture/Jpg/Internal/Common.hs:192)
decodeRestartInterval (src/Codec/Picture/Jpg/Internal/Common.hs:74)
toBlockSize (src/Codec/Picture/Jpg/Internal/Common.hs:71)
0% ( 0 / 3) in 'Codec.Picture.Jpg.Internal.Progressive'
Missing documentation for:
Module header
JpgUnpackerParameter (src/Codec/Picture/Jpg/Internal/Common.hs:46)
progressiveUnpack (src/Codec/Picture/Jpg/Internal/Progressive.hs:222)
Warning: 'PixelRGB8' is ambiguous. It is defined
* at src/Codec/Picture/Types.hs:565:18
* at src/Codec/Picture/Types.hs:565:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/Picture/Types.hs:565:1
Warning: 'PixelCMYK8' is ambiguous. It is defined
* at src/Codec/Picture/Types.hs:640:19
* at src/Codec/Picture/Types.hs:640:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/Picture/Types.hs:640:1
100% ( 8 / 8) in 'Codec.Picture.Jpg'
0% ( 0 / 2) in 'Codec.Picture.Gif.Internal.LZWEncoding'
Missing documentation for:
Module header
lzwEncode (src/Codec/Picture/Gif/Internal/LZWEncoding.hs:66)
0% ( 0 / 3) in 'Codec.Picture.Gif.Internal.LZW'
Missing documentation for:
Module header
decodeLzw (src/Codec/Picture/Gif/Internal/LZW.hs:63)
decodeLzwTiff (src/Codec/Picture/Gif/Internal/LZW.hs:74)
100% ( 7 / 7) in 'Codec.Picture.Tiff'
90% ( 20 / 22) in 'Codec.Picture.Gif'
Missing documentation for:
GifDisposalMethod (src/Codec/Picture/Gif.hs:271)
writeComplexGifImage (src/Codec/Picture/Gif.hs:1006)
Warning: 'PaletteOptions' is ambiguous. It is defined
* at src/Codec/Picture/ColorQuant.hs:52:23
* at src/Codec/Picture/ColorQuant.hs:52:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/Picture/ColorQuant.hs:52:1
Warning: 'Fold' is ambiguous. It is defined
* at src/Codec/Picture/ColorQuant.hs:236:17
* at src/Codec/Picture/ColorQuant.hs:236:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/Picture/ColorQuant.hs:236:1
100% ( 6 / 6) in 'Codec.Picture.ColorQuant'
Warning: 'decodeImage' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 8 / 8) in 'Codec.Picture.Saving'
Warning: 'colorSpaceConversion' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Cannot find documentation for: $graph
100% (113 /113) in 'Codec.Picture'
Warning: Codec.Picture.Metadata.Exif: could not find link destinations for:
- Data.Vector.Vector
- Codec.Picture.Metadata.Exif.Rep_ExifData
- Codec.Picture.Metadata.Exif.Rep_ExifTag
Warning: Codec.Picture.Tiff.Internal.Types: could not find link destinations for:
- Codec.Picture.Tiff.Internal.Types.Rep_ImageFileDirectory
- Codec.Picture.Tiff.Internal.Types.Rep_IfdType
Warning: Codec.Picture.Types: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Storable.Mutable.STVector
- Codec.Picture.Types.toComponentIndex
- Codec.Picture.Types.D:R:PixelBaseComponentPixelCMYK16
- Codec.Picture.Types.D:R:PixelBaseComponentPixelYCbCrK8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelCMYK8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelYCbCr8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGBA16
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGBA8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGB8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGB16
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGBF
- Codec.Picture.Types.D:R:PixelBaseComponentPixelYA16
- Codec.Picture.Types.D:R:PixelBaseComponentPixelYA8
- Codec.Picture.Types.D:R:PixelBaseComponentFloat
- Codec.Picture.Types.D:R:PixelBaseComponentWord32
- Codec.Picture.Types.D:R:PixelBaseComponentWord16
- Codec.Picture.Types.D:R:PixelBaseComponentWord8
- Codec.Picture.Types.D:R:PackedRepresentationPixelYA8
- Codec.Picture.Types.D:R:PackedRepresentationPixelYA16
- Codec.Picture.Types.D:R:PackedRepresentationPixelCMYK16
- Codec.Picture.Types.D:R:PackedRepresentationPixelCMYK8
- Codec.Picture.Types.D:R:PackedRepresentationPixelRGBA16
- Codec.Picture.Types.D:R:PackedRepresentationPixelRGBA8
- Codec.Picture.Types.D:R:PackedRepresentationFloat
- Codec.Picture.Types.D:R:PackedRepresentationWord32
- Codec.Picture.Types.D:R:PackedRepresentationWord16
- Codec.Picture.Types.D:R:PackedRepresentationWord8
- Codec.Picture.Tga.tgaDataOfImage
- Codec.Picture.Tga.tgaPixelDepthOfImage
- Codec.Picture.Tga.tgaTypeOfImage
- Codec.Picture.Tga.TgaImageType
- Codec.Picture.Bitmap.bitsPerPixel
- Codec.Picture.Bitmap.bmpEncode
- Codec.Picture.Bitmap.hasAlpha
- Codec.Picture.Bitmap.defaultPalette
- Codec.Picture.Bitmap.BmpPalette
- Codec.Picture.Jpg.additionalBlocks
- Codec.Picture.Jpg.componentsOfColorSpace
- Codec.Picture.Jpg.encodingState
- Codec.Picture.Jpg.imageHuffmanTables
- Codec.Picture.Jpg.scanSpecificationOfColorSpace
- Codec.Picture.Jpg.quantTableSpec
- Codec.Picture.Jpg.maximumSubSamplingOf
- Codec.Picture.Jpg.EncoderState
- Codec.Picture.Tiff.colorSpaceOfPixel
- Codec.Picture.Tiff.extraSampleCodeOfPixel
- Codec.Picture.Tiff.subSamplingInfo
- Codec.Picture.Tiff.sampleFormat
Warning: Codec.Picture.Tga: could not find link destinations for:
- Codec.Picture.Tga.tgaDataOfImage
- Codec.Picture.Tga.tgaPixelDepthOfImage
- Codec.Picture.Tga.tgaTypeOfImage
- Codec.Picture.Tga.TgaImageType
Warning: Codec.Picture.Bitmap: could not find link destinations for:
- Codec.Picture.Bitmap.bitsPerPixel
- Codec.Picture.Bitmap.bmpEncode
- Codec.Picture.Bitmap.hasAlpha
- Codec.Picture.Bitmap.defaultPalette
- Codec.Picture.Bitmap.BmpPalette
- Codec.Picture.Bitmap.encodeBitmapWithPalette
Warning: Codec.Picture.Jpg.Internal.DefaultTable: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Storable.Vector
- Codec.Picture.BitWriter.BoolReader
- Codec.Picture.Jpg.Internal.DefaultTable.Rep_DctComponent
Warning: Codec.Picture.Jpg.Internal.Types: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Storable.Mutable.STVector
- Data.Vector.Unboxed.Base.Vector
- Codec.Picture.Jpg.Internal.Types.SizeCalculable
- Codec.Picture.Jpg.Internal.Types.Rep_JpgImage
- Codec.Picture.Jpg.Internal.Types.Rep_JpgFrame
- Codec.Picture.Jpg.Internal.Types.Rep_JpgHuffmanTableSpec
- Codec.Picture.Jpg.Internal.Types.Rep_JpgQuantTableSpec
- Codec.Picture.Jpg.Internal.Types.Rep_JpgScanHeader
- Codec.Picture.Jpg.Internal.Types.Rep_JpgScanSpecification
- Codec.Picture.Jpg.Internal.Types.Rep_JpgFrameHeader
- Codec.Picture.Jpg.Internal.Types.Rep_JpgComponent
- Codec.Picture.Jpg.Internal.Types.Rep_JpgJFIFApp0
- Codec.Picture.Jpg.Internal.Types.Rep_JFifUnit
- Codec.Picture.Jpg.Internal.Types.Rep_JpgAdobeApp14
- Codec.Picture.Jpg.Internal.Types.Rep_AdobeTransform
- Codec.Picture.Jpg.Internal.Types.Rep_JpgColorSpace
- Codec.Picture.Jpg.Internal.Types.Rep_JpgFrameKind
Warning: Codec.Picture.Jpg.Internal.FastIdct: could not find link destinations for:
- Data.Vector.Storable.Mutable.STVector
Warning: Codec.Picture.Jpg.Internal.Common: could not find link destinations for:
- Data.Vector.Storable.Vector
- Codec.Picture.BitWriter.BoolReader
Warning: Codec.Picture.Jpg.Internal.Progressive: could not find link destinations for:
- Data.Vector.Vector
Warning: Codec.Picture.Jpg: could not find link destinations for:
- Data.Vector.Vector
- Codec.Picture.Jpg.additionalBlocks
- Codec.Picture.Jpg.componentsOfColorSpace
- Codec.Picture.Jpg.encodingState
- Codec.Picture.Jpg.imageHuffmanTables
- Codec.Picture.Jpg.scanSpecificationOfColorSpace
- Codec.Picture.Jpg.quantTableSpec
- Codec.Picture.Jpg.maximumSubSamplingOf
- Codec.Picture.Jpg.EncoderState
Warning: Codec.Picture.Gif.Internal.LZWEncoding: could not find link destinations for:
- Data.Vector.Storable.Vector
Warning: Codec.Picture.Gif.Internal.LZW: could not find link destinations for:
- Data.Vector.Storable.Mutable.STVector
- Codec.Picture.BitWriter.BoolReader
Warning: Codec.Picture.Tiff: could not find link destinations for:
- Data.Vector.Vector
- Codec.Picture.Tiff.colorSpaceOfPixel
- Codec.Picture.Tiff.extraSampleCodeOfPixel
- Codec.Picture.Tiff.subSamplingInfo
- Codec.Picture.Tiff.sampleFormat
Warning: Codec.Picture: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Storable.Mutable.STVector
- Codec.Picture.Types.toComponentIndex
- Codec.Picture.Types.D:R:PixelBaseComponentPixelCMYK16
- Codec.Picture.Types.D:R:PixelBaseComponentPixelYCbCrK8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelCMYK8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelYCbCr8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGBA16
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGBA8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGB8
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGB16
- Codec.Picture.Types.D:R:PixelBaseComponentPixelRGBF
- Codec.Picture.Types.D:R:PixelBaseComponentPixelYA16
- Codec.Picture.Types.D:R:PixelBaseComponentPixelYA8
- Codec.Picture.Types.D:R:PixelBaseComponentFloat
- Codec.Picture.Types.D:R:PixelBaseComponentWord32
- Codec.Picture.Types.D:R:PixelBaseComponentWord16
- Codec.Picture.Types.D:R:PixelBaseComponentWord8
- Codec.Picture.Types.D:R:PackedRepresentationPixelYA8
- Codec.Picture.Types.D:R:PackedRepresentationPixelYA16
- Codec.Picture.Types.D:R:PackedRepresentationPixelCMYK16
- Codec.Picture.Types.D:R:PackedRepresentationPixelCMYK8
- Codec.Picture.Types.D:R:PackedRepresentationPixelRGBA16
- Codec.Picture.Types.D:R:PackedRepresentationPixelRGBA8
- Codec.Picture.Tga.tgaDataOfImage
- Codec.Picture.Tga.tgaPixelDepthOfImage
- Codec.Picture.Tga.tgaTypeOfImage
- Codec.Picture.Tga.TgaImageType
- Codec.Picture.Bitmap.bitsPerPixel
- Codec.Picture.Bitmap.bmpEncode
- Codec.Picture.Bitmap.hasAlpha
- Codec.Picture.Bitmap.defaultPalette
- Codec.Picture.Bitmap.BmpPalette
- Codec.Picture.Jpg.additionalBlocks
- Codec.Picture.Jpg.componentsOfColorSpace
- Codec.Picture.Jpg.encodingState
- Codec.Picture.Jpg.imageHuffmanTables
- Codec.Picture.Jpg.scanSpecificationOfColorSpace
- Codec.Picture.Jpg.quantTableSpec
- Codec.Picture.Jpg.maximumSubSamplingOf
- Codec.Picture.Jpg.EncoderState
- Codec.Picture.Tiff.colorSpaceOfPixel
- Codec.Picture.Tiff.extraSampleCodeOfPixel
- Codec.Picture.Tiff.subSamplingInfo
- Codec.Picture.Tiff.sampleFormat
Documentation created: dist/doc/html/JuicyPixels/,
dist/doc/html/JuicyPixels/JuicyPixels.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/JuicyPixels-3.3.9-C8lNxCxXY05625i48RDnUg
Completed JuicyPixels-3.3.9
Configuring pipes-bytestring-2.1.7...
Preprocessing library for pipes-bytestring-2.1.7..
Building library for pipes-bytestring-2.1.7..
[1 of 1] Compiling Pipes.ByteString ( src/Pipes/ByteString.hs, dist/build/Pipes/ByteString.o, dist/build/Pipes/ByteString.dyn_o )
src/Pipes/ByteString.hs:147:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
147 | import Control.Applicative ((<*))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/ByteString.hs:159:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
159 | import Data.Monoid (mempty, (<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/ByteString.hs:289:8: warning: [GHC-63397] [-Wname-shadowing]
This binding for size shadows the existing binding
bound at src/Pipes/ByteString.hs:287:13
|
289 | go size = do
| ^^^^
src/Pipes/ByteString.hs:302:8: warning: [GHC-63397] [-Wname-shadowing]
This binding for size shadows the existing binding
bound at src/Pipes/ByteString.hs:300:9
|
302 | go size = do
| ^^^^
Preprocessing library for pipes-bytestring-2.1.7..
Running Haddock on library for pipes-bytestring-2.1.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Pipes.ByteString ( src/Pipes/ByteString.hs, nothing )
src/Pipes/ByteString.hs:147:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
147 | import Control.Applicative ((<*))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/ByteString.hs:159:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
159 | import Data.Monoid (mempty, (<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Pipes/ByteString.hs:289:8: warning: [GHC-63397] [-Wname-shadowing]
This binding for size shadows the existing binding
bound at src/Pipes/ByteString.hs:287:13
|
289 | go size = do
| ^^^^
src/Pipes/ByteString.hs:302:8: warning: [GHC-63397] [-Wname-shadowing]
This binding for size shadows the existing binding
bound at src/Pipes/ByteString.hs:300:9
|
302 | go size = do
| ^^^^
Haddock coverage:
Warning: 'ByteString' is ambiguous. It is defined
* in Data.ByteString.Internal.Type
* in Data.ByteString.Lazy.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.ByteString.Lazy.Internal
Warning: 'Handle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 86 / 86) in 'Pipes.ByteString'
Warning: Pipes.ByteString: could not find link destinations for:
- Data.ByteString.Internal.Type.D:R:ItemByteString
- Pipes.ByteString.Lens'
Documentation created: dist/doc/html/pipes-bytestring/,
dist/doc/html/pipes-bytestring/pipes-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pipes-bytestring-2.1.7-AAwVS9O9dMx9n5qP59K3mg
Completed pipes-bytestring-2.1.7
Configuring vector-sized-1.6.1...
Preprocessing library for vector-sized-1.6.1..
Building library for vector-sized-1.6.1..
[ 1 of 12] Compiling Data.Vector.Generic.Mutable.Sized.Internal ( src/Data/Vector/Generic/Mutable/Sized/Internal.hs, dist/build/Data/Vector/Generic/Mutable/Sized/Internal.o, dist/build/Data/Vector/Generic/Mutable/Sized/Internal.dyn_o )
[ 2 of 12] Compiling Data.Vector.Generic.Mutable.Sized ( src/Data/Vector/Generic/Mutable/Sized.hs, dist/build/Data/Vector/Generic/Mutable/Sized.o, dist/build/Data/Vector/Generic/Mutable/Sized.dyn_o )
[ 3 of 12] Compiling Data.Vector.Generic.Sized.Internal ( src/Data/Vector/Generic/Sized/Internal.hs, dist/build/Data/Vector/Generic/Sized/Internal.o, dist/build/Data/Vector/Generic/Sized/Internal.dyn_o )
[ 4 of 12] Compiling Data.Vector.Generic.Sized ( src/Data/Vector/Generic/Sized.hs, dist/build/Data/Vector/Generic/Sized.o, dist/build/Data/Vector/Generic/Sized.dyn_o )
[ 5 of 12] Compiling Data.Vector.Mutable.Sized ( src/Data/Vector/Mutable/Sized.hs, dist/build/Data/Vector/Mutable/Sized.o, dist/build/Data/Vector/Mutable/Sized.dyn_o )
[ 6 of 12] Compiling Data.Vector.Primitive.Mutable.Sized ( src/Data/Vector/Primitive/Mutable/Sized.hs, dist/build/Data/Vector/Primitive/Mutable/Sized.o, dist/build/Data/Vector/Primitive/Mutable/Sized.dyn_o )
[ 7 of 12] Compiling Data.Vector.Primitive.Sized ( src/Data/Vector/Primitive/Sized.hs, dist/build/Data/Vector/Primitive/Sized.o, dist/build/Data/Vector/Primitive/Sized.dyn_o )
[ 8 of 12] Compiling Data.Vector.Sized ( src/Data/Vector/Sized.hs, dist/build/Data/Vector/Sized.o, dist/build/Data/Vector/Sized.dyn_o )
[ 9 of 12] Compiling Data.Vector.Storable.Mutable.Sized ( src/Data/Vector/Storable/Mutable/Sized.hs, dist/build/Data/Vector/Storable/Mutable/Sized.o, dist/build/Data/Vector/Storable/Mutable/Sized.dyn_o )
[10 of 12] Compiling Data.Vector.Storable.Sized ( src/Data/Vector/Storable/Sized.hs, dist/build/Data/Vector/Storable/Sized.o, dist/build/Data/Vector/Storable/Sized.dyn_o )
[11 of 12] Compiling Data.Vector.Unboxed.Mutable.Sized ( src/Data/Vector/Unboxed/Mutable/Sized.hs, dist/build/Data/Vector/Unboxed/Mutable/Sized.o, dist/build/Data/Vector/Unboxed/Mutable/Sized.dyn_o )
[12 of 12] Compiling Data.Vector.Unboxed.Sized ( src/Data/Vector/Unboxed/Sized.hs, dist/build/Data/Vector/Unboxed/Sized.o, dist/build/Data/Vector/Unboxed/Sized.dyn_o )
Preprocessing library for vector-sized-1.6.1..
Running Haddock on library for vector-sized-1.6.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 12] Compiling Data.Vector.Generic.Mutable.Sized.Internal ( src/Data/Vector/Generic/Mutable/Sized/Internal.hs, nothing )
[ 2 of 12] Compiling Data.Vector.Generic.Mutable.Sized ( src/Data/Vector/Generic/Mutable/Sized.hs, nothing )
[ 3 of 12] Compiling Data.Vector.Generic.Sized.Internal ( src/Data/Vector/Generic/Sized/Internal.hs, nothing )
[ 4 of 12] Compiling Data.Vector.Generic.Sized ( src/Data/Vector/Generic/Sized.hs, nothing )
[ 5 of 12] Compiling Data.Vector.Mutable.Sized ( src/Data/Vector/Mutable/Sized.hs, nothing )
[ 6 of 12] Compiling Data.Vector.Primitive.Mutable.Sized ( src/Data/Vector/Primitive/Mutable/Sized.hs, nothing )
[ 7 of 12] Compiling Data.Vector.Primitive.Sized ( src/Data/Vector/Primitive/Sized.hs, nothing )
[ 8 of 12] Compiling Data.Vector.Sized ( src/Data/Vector/Sized.hs, nothing )
[ 9 of 12] Compiling Data.Vector.Storable.Mutable.Sized ( src/Data/Vector/Storable/Mutable/Sized.hs, nothing )
[10 of 12] Compiling Data.Vector.Storable.Sized ( src/Data/Vector/Storable/Sized.hs, nothing )
[11 of 12] Compiling Data.Vector.Unboxed.Mutable.Sized ( src/Data/Vector/Unboxed/Mutable/Sized.hs, nothing )
[12 of 12] Compiling Data.Vector.Unboxed.Sized ( src/Data/Vector/Unboxed/Sized.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Data.Vector.Generic.Mutable.Sized.Internal'
Missing documentation for:
Module header
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
Warning: 'Finite' is ambiguous. It is defined
* in Data.Finite.Internal
* in Data.Finite.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Finite.Internal
Warning: 'MVector' is ambiguous. It is defined
* at src/Data/Vector/Generic/Mutable/Sized/Internal.hs:21:36
* at src/Data/Vector/Generic/Mutable/Sized/Internal.hs:21:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Generic/Mutable/Sized/Internal.hs:21:1
100% ( 61 / 61) in 'Data.Vector.Generic.Mutable.Sized'
50% ( 1 / 2) in 'Data.Vector.Generic.Sized.Internal'
Missing documentation for:
Module header
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Finite' is ambiguous. It is defined
* in Data.Finite.Internal
* in Data.Finite.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Finite.Internal
Warning: 'Vector' is ambiguous. It is defined
* at src/Data/Vector/Generic/Sized/Internal.hs:49:33
* at src/Data/Vector/Generic/Sized/Internal.hs:49:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Vector/Generic/Sized/Internal.hs:49:1
Warning: '!' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'vectors' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'join' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% (202 /218) in 'Data.Vector.Generic.Sized'
Missing documentation for:
zipWith4 (src/Data/Vector/Generic/Sized.hs:1152)
zipWith5 (src/Data/Vector/Generic/Sized.hs:1164)
zipWith6 (src/Data/Vector/Generic/Sized.hs:1177)
izipWith3 (src/Data/Vector/Generic/Sized.hs:1198)
izipWith4 (src/Data/Vector/Generic/Sized.hs:1209)
izipWith5 (src/Data/Vector/Generic/Sized.hs:1221)
izipWith6 (src/Data/Vector/Generic/Sized.hs:1234)
zip3 (src/Data/Vector/Generic/Sized.hs:1246)
zip4 (src/Data/Vector/Generic/Sized.hs:1255)
zip5 (src/Data/Vector/Generic/Sized.hs:1265)
zip6 (src/Data/Vector/Generic/Sized.hs:1276)
unzip3 (src/Data/Vector/Generic/Sized.hs:1321)
unzip4 (src/Data/Vector/Generic/Sized.hs:1329)
unzip5 (src/Data/Vector/Generic/Sized.hs:1338)
unzip6 (src/Data/Vector/Generic/Sized.hs:1348)
fromSized (src/Data/Vector/Generic/Sized.hs:1833)
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
100% ( 61 / 61) in 'Data.Vector.Mutable.Sized'
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
100% ( 61 / 61) in 'Data.Vector.Primitive.Mutable.Sized'
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'update' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'zip' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'accumulate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '!' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% (183 /191) in 'Data.Vector.Primitive.Sized'
Missing documentation for:
zipWith4 (src/Data/Vector/Primitive/Sized.hs:872)
zipWith5 (src/Data/Vector/Primitive/Sized.hs:883)
zipWith6 (src/Data/Vector/Primitive/Sized.hs:895)
izipWith3 (src/Data/Vector/Primitive/Sized.hs:914)
izipWith4 (src/Data/Vector/Primitive/Sized.hs:924)
izipWith5 (src/Data/Vector/Primitive/Sized.hs:935)
izipWith6 (src/Data/Vector/Primitive/Sized.hs:947)
fromSized (src/Data/Vector/Primitive/Sized.hs:1424)
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '!' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% (201 /217) in 'Data.Vector.Sized'
Missing documentation for:
zipWith4 (src/Data/Vector/Sized.hs:937)
zipWith5 (src/Data/Vector/Sized.hs:947)
zipWith6 (src/Data/Vector/Sized.hs:958)
izipWith3 (src/Data/Vector/Sized.hs:975)
izipWith4 (src/Data/Vector/Sized.hs:984)
izipWith5 (src/Data/Vector/Sized.hs:994)
izipWith6 (src/Data/Vector/Sized.hs:1005)
zip3 (src/Data/Vector/Sized.hs:1014)
zip4 (src/Data/Vector/Sized.hs:1022)
zip5 (src/Data/Vector/Sized.hs:1031)
zip6 (src/Data/Vector/Sized.hs:1041)
unzip3 (src/Data/Vector/Sized.hs:1084)
unzip4 (src/Data/Vector/Sized.hs:1088)
unzip5 (src/Data/Vector/Sized.hs:1092)
unzip6 (src/Data/Vector/Sized.hs:1096)
fromSized (src/Data/Vector/Sized.hs:1548)
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
100% ( 61 / 61) in 'Data.Vector.Storable.Mutable.Sized'
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '!' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% (200 /216) in 'Data.Vector.Storable.Sized'
Missing documentation for:
zipWith4 (src/Data/Vector/Storable/Sized.hs:972)
zipWith5 (src/Data/Vector/Storable/Sized.hs:983)
zipWith6 (src/Data/Vector/Storable/Sized.hs:995)
izipWith3 (src/Data/Vector/Storable/Sized.hs:1014)
izipWith4 (src/Data/Vector/Storable/Sized.hs:1024)
izipWith5 (src/Data/Vector/Storable/Sized.hs:1035)
izipWith6 (src/Data/Vector/Storable/Sized.hs:1047)
zip3 (src/Data/Vector/Storable/Sized.hs:1058)
zip4 (src/Data/Vector/Storable/Sized.hs:1067)
zip5 (src/Data/Vector/Storable/Sized.hs:1077)
zip6 (src/Data/Vector/Storable/Sized.hs:1088)
unzip3 (src/Data/Vector/Storable/Sized.hs:1133)
unzip4 (src/Data/Vector/Storable/Sized.hs:1139)
unzip5 (src/Data/Vector/Storable/Sized.hs:1145)
unzip6 (src/Data/Vector/Storable/Sized.hs:1151)
fromSized (src/Data/Vector/Storable/Sized.hs:1620)
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
Warning: Data.Vector.Unboxed.Mutable.Sized: Couldn't find .haddock for export Unbox
98% ( 62 / 63) in 'Data.Vector.Unboxed.Mutable.Sized'
Missing documentation for:
Unbox
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '!' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Vector.Unboxed.Sized: Couldn't find .haddock for export Unbox
92% (201 /218) in 'Data.Vector.Unboxed.Sized'
Missing documentation for:
zipWith4 (src/Data/Vector/Unboxed/Sized.hs:973)
zipWith5 (src/Data/Vector/Unboxed/Sized.hs:984)
zipWith6 (src/Data/Vector/Unboxed/Sized.hs:996)
izipWith3 (src/Data/Vector/Unboxed/Sized.hs:1015)
izipWith4 (src/Data/Vector/Unboxed/Sized.hs:1025)
izipWith5 (src/Data/Vector/Unboxed/Sized.hs:1036)
izipWith6 (src/Data/Vector/Unboxed/Sized.hs:1048)
zip3 (src/Data/Vector/Unboxed/Sized.hs:1059)
zip4 (src/Data/Vector/Unboxed/Sized.hs:1068)
zip5 (src/Data/Vector/Unboxed/Sized.hs:1078)
zip6 (src/Data/Vector/Unboxed/Sized.hs:1089)
unzip3 (src/Data/Vector/Unboxed/Sized.hs:1134)
unzip4 (src/Data/Vector/Unboxed/Sized.hs:1139)
unzip5 (src/Data/Vector/Unboxed/Sized.hs:1144)
unzip6 (src/Data/Vector/Unboxed/Sized.hs:1149)
fromSized (src/Data/Vector/Unboxed/Sized.hs:1618)
Unbox
Warning: Data.Vector.Generic.Mutable.Sized: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Generic.Sized.Internal: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Vector.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.MVector
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Generic.Sized.D:R:RepVector
- Data.Vector.Unboxed.Mutable.Sized.V_Sized
- Data.Vector.Unboxed.Mutable.Sized.MV_Sized
- Data.Vector.Unboxed.Mutable.Sized.D:R:VectorVector0
- Data.Vector.Unboxed.Mutable.Sized.D:R:MVectorsVector0
Warning: Data.Vector.Generic.Sized: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Vector.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.MVector
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Generic.Sized.D:R:RepVector
- Data.Vector.Unboxed.Mutable.Sized.V_Sized
- Data.Vector.Unboxed.Mutable.Sized.MV_Sized
- Data.Vector.Unboxed.Mutable.Sized.D:R:VectorVector0
- Data.Vector.Unboxed.Mutable.Sized.D:R:MVectorsVector0
Warning: Data.Vector.Mutable.Sized: could not find link destinations for:
- Data.Vector.Mutable.MVector
Warning: Data.Vector.Primitive.Mutable.Sized: could not find link destinations for:
- Data.Vector.Primitive.Mutable.MVector
Warning: Data.Vector.Primitive.Sized: could not find link destinations for:
- Data.Vector.Primitive.Mutable.MVector
- Data.Vector.Primitive.Vector
Warning: Data.Vector.Sized: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Mutable.MVector
Warning: Data.Vector.Storable.Mutable.Sized: could not find link destinations for:
- Data.Vector.Storable.Mutable.MVector
Warning: Data.Vector.Storable.Sized: could not find link destinations for:
- Data.Vector.Storable.Vector
- Data.Vector.Storable.Mutable.MVector
Warning: Data.Vector.Unboxed.Mutable.Sized: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Vector.Unboxed.Base.DoNotUnboxLazy
- Data.Vector.Unboxed.Base.DoNotUnboxNormalForm
- Data.Vector.Unboxed.Base.DoNotUnboxStrict
- Data.Vector.Unboxed.Base.MVector
- Data.Vector.Unboxed.Base.Vector
Warning: Data.Vector.Unboxed.Sized: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Base.Vector
- Data.Vector.Unboxed.Base.DoNotUnboxLazy
- Data.Vector.Unboxed.Base.DoNotUnboxNormalForm
- Data.Vector.Unboxed.Base.DoNotUnboxStrict
- Data.Vector.Unboxed.Base.MVector
- Data.Vector.Unboxed.Base.Vector
Documentation created: dist/doc/html/vector-sized/,
dist/doc/html/vector-sized/vector-sized.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-sized-1.6.1-FXRofazwxvP9da5aEaK19f
Completed vector-sized-1.6.1
Configuring tls-2.1.6...
Preprocessing library for tls-2.1.6..
Building library for tls-2.1.6..
[ 1 of 83] Compiling Network.TLS.Crypto.Types ( Network/TLS/Crypto/Types.hs, dist/build/Network/TLS/Crypto/Types.o, dist/build/Network/TLS/Crypto/Types.dyn_o )
[ 2 of 83] Compiling Network.TLS.ErrT ( Network/TLS/ErrT.hs, dist/build/Network/TLS/ErrT.o, dist/build/Network/TLS/ErrT.dyn_o )
[ 3 of 83] Compiling Network.TLS.Imports ( Network/TLS/Imports.hs, dist/build/Network/TLS/Imports.o, dist/build/Network/TLS/Imports.dyn_o )
[ 4 of 83] Compiling Network.TLS.HashAndSignature ( Network/TLS/HashAndSignature.hs, dist/build/Network/TLS/HashAndSignature.o, dist/build/Network/TLS/HashAndSignature.dyn_o )
[ 5 of 83] Compiling Network.TLS.Error ( Network/TLS/Error.hs, dist/build/Network/TLS/Error.o, dist/build/Network/TLS/Error.dyn_o )
[ 6 of 83] Compiling Network.TLS.Backend ( Network/TLS/Backend.hs, dist/build/Network/TLS/Backend.o, dist/build/Network/TLS/Backend.dyn_o )
[ 7 of 83] Compiling Network.TLS.Measurement ( Network/TLS/Measurement.hs, dist/build/Network/TLS/Measurement.o, dist/build/Network/TLS/Measurement.dyn_o )
[ 8 of 83] Compiling Network.TLS.RNG ( Network/TLS/RNG.hs, dist/build/Network/TLS/RNG.o, dist/build/Network/TLS/RNG.dyn_o )
[ 9 of 83] Compiling Network.TLS.Crypto.DH ( Network/TLS/Crypto/DH.hs, dist/build/Network/TLS/Crypto/DH.o, dist/build/Network/TLS/Crypto/DH.dyn_o )
[10 of 83] Compiling Network.TLS.Extra.FFDHE ( Network/TLS/Extra/FFDHE.hs, dist/build/Network/TLS/Extra/FFDHE.o, dist/build/Network/TLS/Extra/FFDHE.dyn_o )
[11 of 83] Compiling Network.TLS.Types.Secret ( Network/TLS/Types/Secret.hs, dist/build/Network/TLS/Types/Secret.o, dist/build/Network/TLS/Types/Secret.dyn_o )
[12 of 83] Compiling Network.TLS.Types.Version ( Network/TLS/Types/Version.hs, dist/build/Network/TLS/Types/Version.o, dist/build/Network/TLS/Types/Version.dyn_o )
[13 of 83] Compiling Network.TLS.Util ( Network/TLS/Util.hs, dist/build/Network/TLS/Util.o, dist/build/Network/TLS/Util.dyn_o )
[14 of 83] Compiling Network.TLS.Util.ASN1 ( Network/TLS/Util/ASN1.hs, dist/build/Network/TLS/Util/ASN1.o, dist/build/Network/TLS/Util/ASN1.dyn_o )
[15 of 83] Compiling Network.TLS.Util.Serialization ( Network/TLS/Util/Serialization.hs, dist/build/Network/TLS/Util/Serialization.o, dist/build/Network/TLS/Util/Serialization.dyn_o )
[16 of 83] Compiling Network.TLS.Crypto.IES ( Network/TLS/Crypto/IES.hs, dist/build/Network/TLS/Crypto/IES.o, dist/build/Network/TLS/Crypto/IES.dyn_o )
[17 of 83] Compiling Network.TLS.Crypto ( Network/TLS/Crypto.hs, dist/build/Network/TLS/Crypto.o, dist/build/Network/TLS/Crypto.dyn_o )
[18 of 83] Compiling Network.TLS.Types.Cipher ( Network/TLS/Types/Cipher.hs, dist/build/Network/TLS/Types/Cipher.o, dist/build/Network/TLS/Types/Cipher.dyn_o )
[19 of 83] Compiling Network.TLS.Types.Session ( Network/TLS/Types/Session.hs, dist/build/Network/TLS/Types/Session.o, dist/build/Network/TLS/Types/Session.dyn_o )
[20 of 83] Compiling Network.TLS.Types ( Network/TLS/Types.hs, dist/build/Network/TLS/Types.o, dist/build/Network/TLS/Types.dyn_o )
[21 of 83] Compiling Network.TLS.Session ( Network/TLS/Session.hs, dist/build/Network/TLS/Session.o, dist/build/Network/TLS/Session.dyn_o )
[22 of 83] Compiling Network.TLS.Compression ( Network/TLS/Compression.hs, dist/build/Network/TLS/Compression.o, dist/build/Network/TLS/Compression.dyn_o )
[23 of 83] Compiling Network.TLS.MAC ( Network/TLS/MAC.hs, dist/build/Network/TLS/MAC.o, dist/build/Network/TLS/MAC.dyn_o )
[24 of 83] Compiling Network.TLS.Cipher ( Network/TLS/Cipher.hs, dist/build/Network/TLS/Cipher.o, dist/build/Network/TLS/Cipher.dyn_o )
[25 of 83] Compiling Network.TLS.Extra.Cipher ( Network/TLS/Extra/Cipher.hs, dist/build/Network/TLS/Extra/Cipher.o, dist/build/Network/TLS/Extra/Cipher.dyn_o )
[26 of 83] Compiling Network.TLS.Extra ( Network/TLS/Extra.hs, dist/build/Network/TLS/Extra.o, dist/build/Network/TLS/Extra.dyn_o )
[27 of 83] Compiling Network.TLS.Wire ( Network/TLS/Wire.hs, dist/build/Network/TLS/Wire.o, dist/build/Network/TLS/Wire.dyn_o )
[28 of 83] Compiling Network.TLS.KeySchedule ( Network/TLS/KeySchedule.hs, dist/build/Network/TLS/KeySchedule.o, dist/build/Network/TLS/KeySchedule.dyn_o )
[29 of 83] Compiling Network.TLS.Extension[boot] ( Network/TLS/Extension.hs-boot, dist/build/Network/TLS/Extension.o-boot, dist/build/Network/TLS/Extension.dyn_o-boot )
[30 of 83] Compiling Network.TLS.Struct ( Network/TLS/Struct.hs, dist/build/Network/TLS/Struct.o, dist/build/Network/TLS/Struct.dyn_o )
[31 of 83] Compiling Network.TLS.Packet ( Network/TLS/Packet.hs, dist/build/Network/TLS/Packet.o, dist/build/Network/TLS/Packet.dyn_o )
[32 of 83] Compiling Network.TLS.Extension ( Network/TLS/Extension.hs, dist/build/Network/TLS/Extension.o, dist/build/Network/TLS/Extension.dyn_o )
[33 of 83] Compiling Network.TLS.Struct13 ( Network/TLS/Struct13.hs, dist/build/Network/TLS/Struct13.o, dist/build/Network/TLS/Struct13.dyn_o )
[34 of 83] Compiling Network.TLS.Record.State ( Network/TLS/Record/State.hs, dist/build/Network/TLS/Record/State.o, dist/build/Network/TLS/Record/State.dyn_o )
[35 of 83] Compiling Network.TLS.Record.Types ( Network/TLS/Record/Types.hs, dist/build/Network/TLS/Record/Types.o, dist/build/Network/TLS/Record/Types.dyn_o )
[36 of 83] Compiling Network.TLS.Record.Engage ( Network/TLS/Record/Engage.hs, dist/build/Network/TLS/Record/Engage.o, dist/build/Network/TLS/Record/Engage.dyn_o )
[37 of 83] Compiling Network.TLS.Record.Disengage ( Network/TLS/Record/Disengage.hs, dist/build/Network/TLS/Record/Disengage.o, dist/build/Network/TLS/Record/Disengage.dyn_o )
[38 of 83] Compiling Network.TLS.Record ( Network/TLS/Record.hs, dist/build/Network/TLS/Record.o, dist/build/Network/TLS/Record.dyn_o )
[39 of 83] Compiling Network.TLS.Packet13 ( Network/TLS/Packet13.hs, dist/build/Network/TLS/Packet13.o, dist/build/Network/TLS/Packet13.dyn_o )
[40 of 83] Compiling Network.TLS.Handshake.State ( Network/TLS/Handshake/State.hs, dist/build/Network/TLS/Handshake/State.o, dist/build/Network/TLS/Handshake/State.dyn_o )
[41 of 83] Compiling Network.TLS.Handshake.Control ( Network/TLS/Handshake/Control.hs, dist/build/Network/TLS/Handshake/Control.o, dist/build/Network/TLS/Handshake/Control.dyn_o )
[42 of 83] Compiling Network.TLS.State ( Network/TLS/State.hs, dist/build/Network/TLS/State.o, dist/build/Network/TLS/State.dyn_o )
[43 of 83] Compiling Network.TLS.X509 ( Network/TLS/X509.hs, dist/build/Network/TLS/X509.o, dist/build/Network/TLS/X509.dyn_o )
[44 of 83] Compiling Network.TLS.Hooks ( Network/TLS/Hooks.hs, dist/build/Network/TLS/Hooks.o, dist/build/Network/TLS/Hooks.dyn_o )
[45 of 83] Compiling Network.TLS.Credentials ( Network/TLS/Credentials.hs, dist/build/Network/TLS/Credentials.o, dist/build/Network/TLS/Credentials.dyn_o )
[46 of 83] Compiling Network.TLS.Parameters ( Network/TLS/Parameters.hs, dist/build/Network/TLS/Parameters.o, dist/build/Network/TLS/Parameters.dyn_o )
[47 of 83] Compiling Network.TLS.Context.Internal ( Network/TLS/Context/Internal.hs, dist/build/Network/TLS/Context/Internal.o, dist/build/Network/TLS/Context/Internal.dyn_o )
[48 of 83] Compiling Network.TLS.Record.Writing ( Network/TLS/Record/Writing.hs, dist/build/Network/TLS/Record/Writing.o, dist/build/Network/TLS/Record/Writing.dyn_o )
[49 of 83] Compiling Network.TLS.Record.Reading ( Network/TLS/Record/Reading.hs, dist/build/Network/TLS/Record/Reading.o, dist/build/Network/TLS/Record/Reading.dyn_o )
[50 of 83] Compiling Network.TLS.Receiving ( Network/TLS/Receiving.hs, dist/build/Network/TLS/Receiving.o, dist/build/Network/TLS/Receiving.dyn_o )
[51 of 83] Compiling Network.TLS.Handshake.State13 ( Network/TLS/Handshake/State13.hs, dist/build/Network/TLS/Handshake/State13.o, dist/build/Network/TLS/Handshake/State13.dyn_o )
[52 of 83] Compiling Network.TLS.Handshake.Random ( Network/TLS/Handshake/Random.hs, dist/build/Network/TLS/Handshake/Random.o, dist/build/Network/TLS/Handshake/Random.dyn_o )
[53 of 83] Compiling Network.TLS.Sending ( Network/TLS/Sending.hs, dist/build/Network/TLS/Sending.o, dist/build/Network/TLS/Sending.dyn_o )
[54 of 83] Compiling Network.TLS.IO ( Network/TLS/IO.hs, dist/build/Network/TLS/IO.o, dist/build/Network/TLS/IO.dyn_o )
[55 of 83] Compiling Network.TLS.Handshake.Process ( Network/TLS/Handshake/Process.hs, dist/build/Network/TLS/Handshake/Process.o, dist/build/Network/TLS/Handshake/Process.dyn_o )
[56 of 83] Compiling Network.TLS.Handshake.Server.ClientHello ( Network/TLS/Handshake/Server/ClientHello.hs, dist/build/Network/TLS/Handshake/Server/ClientHello.o, dist/build/Network/TLS/Handshake/Server/ClientHello.dyn_o )
[57 of 83] Compiling Network.TLS.Handshake.Key ( Network/TLS/Handshake/Key.hs, dist/build/Network/TLS/Handshake/Key.o, dist/build/Network/TLS/Handshake/Key.dyn_o )
[58 of 83] Compiling Network.TLS.Handshake.Signature ( Network/TLS/Handshake/Signature.hs, dist/build/Network/TLS/Handshake/Signature.o, dist/build/Network/TLS/Handshake/Signature.dyn_o )
[59 of 83] Compiling Network.TLS.Handshake.Common ( Network/TLS/Handshake/Common.hs, dist/build/Network/TLS/Handshake/Common.o, dist/build/Network/TLS/Handshake/Common.dyn_o )
[60 of 83] Compiling Network.TLS.Handshake.Certificate ( Network/TLS/Handshake/Certificate.hs, dist/build/Network/TLS/Handshake/Certificate.o, dist/build/Network/TLS/Handshake/Certificate.dyn_o )
[61 of 83] Compiling Network.TLS.Handshake.Common13 ( Network/TLS/Handshake/Common13.hs, dist/build/Network/TLS/Handshake/Common13.o, dist/build/Network/TLS/Handshake/Common13.dyn_o )
[62 of 83] Compiling Network.TLS.Handshake.Server.ClientHello13 ( Network/TLS/Handshake/Server/ClientHello13.hs, dist/build/Network/TLS/Handshake/Server/ClientHello13.o, dist/build/Network/TLS/Handshake/Server/ClientHello13.dyn_o )
[63 of 83] Compiling Network.TLS.Handshake.Server.Common ( Network/TLS/Handshake/Server/Common.hs, dist/build/Network/TLS/Handshake/Server/Common.o, dist/build/Network/TLS/Handshake/Server/Common.dyn_o )
[64 of 83] Compiling Network.TLS.Handshake.Server.TLS13 ( Network/TLS/Handshake/Server/TLS13.hs, dist/build/Network/TLS/Handshake/Server/TLS13.o, dist/build/Network/TLS/Handshake/Server/TLS13.dyn_o )
[65 of 83] Compiling Network.TLS.Handshake.Server.TLS12 ( Network/TLS/Handshake/Server/TLS12.hs, dist/build/Network/TLS/Handshake/Server/TLS12.o, dist/build/Network/TLS/Handshake/Server/TLS12.dyn_o )
[66 of 83] Compiling Network.TLS.Handshake.Server.ServerHello13 ( Network/TLS/Handshake/Server/ServerHello13.hs, dist/build/Network/TLS/Handshake/Server/ServerHello13.o, dist/build/Network/TLS/Handshake/Server/ServerHello13.dyn_o )
[67 of 83] Compiling Network.TLS.Handshake.Server.ServerHello12 ( Network/TLS/Handshake/Server/ServerHello12.hs, dist/build/Network/TLS/Handshake/Server/ServerHello12.o, dist/build/Network/TLS/Handshake/Server/ServerHello12.dyn_o )
[68 of 83] Compiling Network.TLS.Handshake.Server.ClientHello12 ( Network/TLS/Handshake/Server/ClientHello12.hs, dist/build/Network/TLS/Handshake/Server/ClientHello12.o, dist/build/Network/TLS/Handshake/Server/ClientHello12.dyn_o )
[69 of 83] Compiling Network.TLS.Handshake.Server ( Network/TLS/Handshake/Server.hs, dist/build/Network/TLS/Handshake/Server.o, dist/build/Network/TLS/Handshake/Server.dyn_o )
[70 of 83] Compiling Network.TLS.Handshake.Client.Common ( Network/TLS/Handshake/Client/Common.hs, dist/build/Network/TLS/Handshake/Client/Common.o, dist/build/Network/TLS/Handshake/Client/Common.dyn_o )
[71 of 83] Compiling Network.TLS.Handshake.Client.TLS12 ( Network/TLS/Handshake/Client/TLS12.hs, dist/build/Network/TLS/Handshake/Client/TLS12.o, dist/build/Network/TLS/Handshake/Client/TLS12.dyn_o )
[72 of 83] Compiling Network.TLS.Handshake.Client.ServerHello ( Network/TLS/Handshake/Client/ServerHello.hs, dist/build/Network/TLS/Handshake/Client/ServerHello.o, dist/build/Network/TLS/Handshake/Client/ServerHello.dyn_o )
[73 of 83] Compiling Network.TLS.Handshake.Client.TLS13 ( Network/TLS/Handshake/Client/TLS13.hs, dist/build/Network/TLS/Handshake/Client/TLS13.o, dist/build/Network/TLS/Handshake/Client/TLS13.dyn_o )
[74 of 83] Compiling Network.TLS.Handshake.Client.ClientHello ( Network/TLS/Handshake/Client/ClientHello.hs, dist/build/Network/TLS/Handshake/Client/ClientHello.o, dist/build/Network/TLS/Handshake/Client/ClientHello.dyn_o )
[75 of 83] Compiling Network.TLS.Handshake.Client ( Network/TLS/Handshake/Client.hs, dist/build/Network/TLS/Handshake/Client.o, dist/build/Network/TLS/Handshake/Client.dyn_o )
[76 of 83] Compiling Network.TLS.PostHandshake ( Network/TLS/PostHandshake.hs, dist/build/Network/TLS/PostHandshake.o, dist/build/Network/TLS/PostHandshake.dyn_o )
[77 of 83] Compiling Network.TLS.Handshake ( Network/TLS/Handshake.hs, dist/build/Network/TLS/Handshake.o, dist/build/Network/TLS/Handshake.dyn_o )
[78 of 83] Compiling Network.TLS.Context ( Network/TLS/Context.hs, dist/build/Network/TLS/Context.o, dist/build/Network/TLS/Context.dyn_o )
[79 of 83] Compiling Network.TLS.Record.Layer ( Network/TLS/Record/Layer.hs, dist/build/Network/TLS/Record/Layer.o, dist/build/Network/TLS/Record/Layer.dyn_o )
[80 of 83] Compiling Network.TLS.Core ( Network/TLS/Core.hs, dist/build/Network/TLS/Core.o, dist/build/Network/TLS/Core.dyn_o )
[81 of 83] Compiling Network.TLS.QUIC ( Network/TLS/QUIC.hs, dist/build/Network/TLS/QUIC.o, dist/build/Network/TLS/QUIC.dyn_o )
[82 of 83] Compiling Network.TLS.Internal ( Network/TLS/Internal.hs, dist/build/Network/TLS/Internal.o, dist/build/Network/TLS/Internal.dyn_o )
[83 of 83] Compiling Network.TLS ( Network/TLS.hs, dist/build/Network/TLS.o, dist/build/Network/TLS.dyn_o )
Preprocessing library for tls-2.1.6..
Running Haddock on library for tls-2.1.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 83] Compiling Network.TLS.Crypto.Types ( Network/TLS/Crypto/Types.hs, nothing )
[ 2 of 83] Compiling Network.TLS.ErrT ( Network/TLS/ErrT.hs, nothing )
[ 3 of 83] Compiling Network.TLS.Imports ( Network/TLS/Imports.hs, nothing )
[ 4 of 83] Compiling Network.TLS.HashAndSignature ( Network/TLS/HashAndSignature.hs, nothing )
[ 5 of 83] Compiling Network.TLS.Error ( Network/TLS/Error.hs, nothing )
[ 6 of 83] Compiling Network.TLS.Backend ( Network/TLS/Backend.hs, nothing )
[ 7 of 83] Compiling Network.TLS.Measurement ( Network/TLS/Measurement.hs, nothing )
[ 8 of 83] Compiling Network.TLS.RNG ( Network/TLS/RNG.hs, nothing )
[ 9 of 83] Compiling Network.TLS.Crypto.DH ( Network/TLS/Crypto/DH.hs, nothing )
[10 of 83] Compiling Network.TLS.Extra.FFDHE ( Network/TLS/Extra/FFDHE.hs, nothing )
[11 of 83] Compiling Network.TLS.Types.Secret ( Network/TLS/Types/Secret.hs, nothing )
[12 of 83] Compiling Network.TLS.Types.Version ( Network/TLS/Types/Version.hs, nothing )
[13 of 83] Compiling Network.TLS.Util ( Network/TLS/Util.hs, nothing )
[14 of 83] Compiling Network.TLS.Util.ASN1 ( Network/TLS/Util/ASN1.hs, nothing )
[15 of 83] Compiling Network.TLS.Util.Serialization ( Network/TLS/Util/Serialization.hs, nothing )
[16 of 83] Compiling Network.TLS.Crypto.IES ( Network/TLS/Crypto/IES.hs, nothing )
[17 of 83] Compiling Network.TLS.Crypto ( Network/TLS/Crypto.hs, nothing )
[18 of 83] Compiling Network.TLS.Types.Cipher ( Network/TLS/Types/Cipher.hs, nothing )
[19 of 83] Compiling Network.TLS.Types.Session ( Network/TLS/Types/Session.hs, nothing )
[20 of 83] Compiling Network.TLS.Types ( Network/TLS/Types.hs, nothing )
[21 of 83] Compiling Network.TLS.Session ( Network/TLS/Session.hs, nothing )
[22 of 83] Compiling Network.TLS.Compression ( Network/TLS/Compression.hs, nothing )
[23 of 83] Compiling Network.TLS.MAC ( Network/TLS/MAC.hs, nothing )
[24 of 83] Compiling Network.TLS.Cipher ( Network/TLS/Cipher.hs, nothing )
[25 of 83] Compiling Network.TLS.Extra.Cipher ( Network/TLS/Extra/Cipher.hs, nothing )
[26 of 83] Compiling Network.TLS.Extra ( Network/TLS/Extra.hs, nothing )
[27 of 83] Compiling Network.TLS.Wire ( Network/TLS/Wire.hs, nothing )
[28 of 83] Compiling Network.TLS.KeySchedule ( Network/TLS/KeySchedule.hs, nothing )
[29 of 83] Compiling Network.TLS.Extension[boot] ( Network/TLS/Extension.hs-boot, nothing )
[30 of 83] Compiling Network.TLS.Struct ( Network/TLS/Struct.hs, nothing )
[31 of 83] Compiling Network.TLS.Packet ( Network/TLS/Packet.hs, nothing )
[32 of 83] Compiling Network.TLS.Extension ( Network/TLS/Extension.hs, nothing )
[33 of 83] Compiling Network.TLS.Struct13 ( Network/TLS/Struct13.hs, nothing )
[34 of 83] Compiling Network.TLS.Record.State ( Network/TLS/Record/State.hs, nothing )
[35 of 83] Compiling Network.TLS.Record.Types ( Network/TLS/Record/Types.hs, nothing )
[36 of 83] Compiling Network.TLS.Record.Engage ( Network/TLS/Record/Engage.hs, nothing )
[37 of 83] Compiling Network.TLS.Record.Disengage ( Network/TLS/Record/Disengage.hs, nothing )
[38 of 83] Compiling Network.TLS.Record ( Network/TLS/Record.hs, nothing )
[39 of 83] Compiling Network.TLS.Packet13 ( Network/TLS/Packet13.hs, nothing )
[40 of 83] Compiling Network.TLS.Handshake.State ( Network/TLS/Handshake/State.hs, nothing )
[41 of 83] Compiling Network.TLS.Handshake.Control ( Network/TLS/Handshake/Control.hs, nothing )
[42 of 83] Compiling Network.TLS.State ( Network/TLS/State.hs, nothing )
[43 of 83] Compiling Network.TLS.X509 ( Network/TLS/X509.hs, nothing )
[44 of 83] Compiling Network.TLS.Hooks ( Network/TLS/Hooks.hs, nothing )
[45 of 83] Compiling Network.TLS.Credentials ( Network/TLS/Credentials.hs, nothing )
[46 of 83] Compiling Network.TLS.Parameters ( Network/TLS/Parameters.hs, nothing )
[47 of 83] Compiling Network.TLS.Context.Internal ( Network/TLS/Context/Internal.hs, nothing )
[48 of 83] Compiling Network.TLS.Record.Writing ( Network/TLS/Record/Writing.hs, nothing )
[49 of 83] Compiling Network.TLS.Record.Reading ( Network/TLS/Record/Reading.hs, nothing )
[50 of 83] Compiling Network.TLS.Receiving ( Network/TLS/Receiving.hs, nothing )
[51 of 83] Compiling Network.TLS.Handshake.State13 ( Network/TLS/Handshake/State13.hs, nothing )
[52 of 83] Compiling Network.TLS.Handshake.Random ( Network/TLS/Handshake/Random.hs, nothing )
[53 of 83] Compiling Network.TLS.Sending ( Network/TLS/Sending.hs, nothing )
[54 of 83] Compiling Network.TLS.IO ( Network/TLS/IO.hs, nothing )
[55 of 83] Compiling Network.TLS.Handshake.Process ( Network/TLS/Handshake/Process.hs, nothing )
[56 of 83] Compiling Network.TLS.Handshake.Server.ClientHello ( Network/TLS/Handshake/Server/ClientHello.hs, nothing )
[57 of 83] Compiling Network.TLS.Handshake.Key ( Network/TLS/Handshake/Key.hs, nothing )
[58 of 83] Compiling Network.TLS.Handshake.Signature ( Network/TLS/Handshake/Signature.hs, nothing )
[59 of 83] Compiling Network.TLS.Handshake.Common ( Network/TLS/Handshake/Common.hs, nothing )
[60 of 83] Compiling Network.TLS.Handshake.Certificate ( Network/TLS/Handshake/Certificate.hs, nothing )
[61 of 83] Compiling Network.TLS.Handshake.Common13 ( Network/TLS/Handshake/Common13.hs, nothing )
[62 of 83] Compiling Network.TLS.Handshake.Server.ClientHello13 ( Network/TLS/Handshake/Server/ClientHello13.hs, nothing )
[63 of 83] Compiling Network.TLS.Handshake.Server.Common ( Network/TLS/Handshake/Server/Common.hs, nothing )
[64 of 83] Compiling Network.TLS.Handshake.Server.TLS13 ( Network/TLS/Handshake/Server/TLS13.hs, nothing )
[65 of 83] Compiling Network.TLS.Handshake.Server.TLS12 ( Network/TLS/Handshake/Server/TLS12.hs, nothing )
[66 of 83] Compiling Network.TLS.Handshake.Server.ServerHello13 ( Network/TLS/Handshake/Server/ServerHello13.hs, nothing )
[67 of 83] Compiling Network.TLS.Handshake.Server.ServerHello12 ( Network/TLS/Handshake/Server/ServerHello12.hs, nothing )
[68 of 83] Compiling Network.TLS.Handshake.Server.ClientHello12 ( Network/TLS/Handshake/Server/ClientHello12.hs, nothing )
[69 of 83] Compiling Network.TLS.Handshake.Server ( Network/TLS/Handshake/Server.hs, nothing )
[70 of 83] Compiling Network.TLS.Handshake.Client.Common ( Network/TLS/Handshake/Client/Common.hs, nothing )
[71 of 83] Compiling Network.TLS.Handshake.Client.TLS12 ( Network/TLS/Handshake/Client/TLS12.hs, nothing )
[72 of 83] Compiling Network.TLS.Handshake.Client.ServerHello ( Network/TLS/Handshake/Client/ServerHello.hs, nothing )
[73 of 83] Compiling Network.TLS.Handshake.Client.TLS13 ( Network/TLS/Handshake/Client/TLS13.hs, nothing )
[74 of 83] Compiling Network.TLS.Handshake.Client.ClientHello ( Network/TLS/Handshake/Client/ClientHello.hs, nothing )
[75 of 83] Compiling Network.TLS.Handshake.Client ( Network/TLS/Handshake/Client.hs, nothing )
[76 of 83] Compiling Network.TLS.PostHandshake ( Network/TLS/PostHandshake.hs, nothing )
[77 of 83] Compiling Network.TLS.Handshake ( Network/TLS/Handshake.hs, nothing )
[78 of 83] Compiling Network.TLS.Context ( Network/TLS/Context.hs, nothing )
[79 of 83] Compiling Network.TLS.Record.Layer ( Network/TLS/Record/Layer.hs, nothing )
[80 of 83] Compiling Network.TLS.Core ( Network/TLS/Core.hs, nothing )
[81 of 83] Compiling Network.TLS.QUIC ( Network/TLS/QUIC.hs, nothing )
[82 of 83] Compiling Network.TLS.Internal ( Network/TLS/Internal.hs, nothing )
[83 of 83] Compiling Network.TLS ( Network/TLS.hs, nothing )
Haddock coverage:
100% ( 6 / 6) in 'Network.TLS.Extra.FFDHE'
Warning: 'SessionData' is ambiguous. It is defined
* at Network/TLS/Types/Session.hs:36:20
* at Network/TLS/Types/Session.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Types/Session.hs:36:1
Warning: 'SessionData' is ambiguous. It is defined
* at Network/TLS/Types/Session.hs:36:20
* at Network/TLS/Types/Session.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Types/Session.hs:36:1
Warning: 'CertificateType' is ambiguous. It is defined
* at Network/TLS/Struct.hs:143:27
* at Network/TLS/Struct.hs:143:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Struct.hs:143:1
Warning: Network.TLS.Struct: Couldn't find .haddock for export ExtensionRaw
Warning: Network.TLS.Struct: Couldn't find .haddock for export ExtensionID
Warning: 'Cipher' is ambiguous. It is defined
* at Network/TLS/Types/Cipher.hs:45:15
* at Network/TLS/Types/Cipher.hs:45:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Types/Cipher.hs:45:1
35% ( 20 / 57) in 'Network.TLS.Extra.Cipher'
Missing documentation for:
Module header
cipher_DHE_RSA_WITH_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:193)
cipher_DHE_RSA_WITH_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:213)
cipher13_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:236)
cipher13_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:256)
cipher13_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:276)
cipher13_AES_128_CCM_SHA256 (Network/TLS/Extra/Cipher.hs:296)
cipher13_AES_128_CCM_8_SHA256 (Network/TLS/Extra/Cipher.hs:316)
cipher_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:339)
cipher_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:359)
cipher_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:379)
cipher_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:399)
cipher_ECDHE_ECDSA_WITH_AES_128_CCM (Network/TLS/Extra/Cipher.hs:422)
cipher_ECDHE_ECDSA_WITH_AES_256_CCM (Network/TLS/Extra/Cipher.hs:442)
cipher_ECDHE_ECDSA_WITH_AES_128_CCM_8 (Network/TLS/Extra/Cipher.hs:462)
cipher_ECDHE_ECDSA_WITH_AES_256_CCM_8 (Network/TLS/Extra/Cipher.hs:482)
cipher_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:505)
cipher_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:525)
cipher_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:545)
cipher_DHE_RSA_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:209)
cipher_DHE_RSA_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:229)
cipher_TLS13_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:248)
cipher_TLS13_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:268)
cipher_TLS13_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:288)
cipher_TLS13_AES128CCM_SHA256 (Network/TLS/Extra/Cipher.hs:308)
cipher_TLS13_AES128CCM8_SHA256 (Network/TLS/Extra/Cipher.hs:328)
cipher_ECDHE_ECDSA_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:351)
cipher_ECDHE_ECDSA_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:371)
cipher_ECDHE_RSA_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:391)
cipher_ECDHE_RSA_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:411)
cipher_ECDHE_ECDSA_AES128CCM_SHA256 (Network/TLS/Extra/Cipher.hs:434)
cipher_ECDHE_ECDSA_AES256CCM_SHA256 (Network/TLS/Extra/Cipher.hs:454)
cipher_ECDHE_ECDSA_AES128CCM8_SHA256 (Network/TLS/Extra/Cipher.hs:474)
cipher_ECDHE_ECDSA_AES256CCM8_SHA256 (Network/TLS/Extra/Cipher.hs:494)
cipher_ECDHE_RSA_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:517)
cipher_ECDHE_ECDSA_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:537)
cipher_DHE_RSA_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:557)
100% ( 3 / 3) in 'Network.TLS.Extra'
Warning: 'CertificateType' is ambiguous. It is defined
* at Network/TLS/Struct.hs:143:27
* at Network/TLS/Struct.hs:143:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Struct.hs:143:1
Warning: 'Information' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:664:20
* at Network/TLS/Parameters.hs:664:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Parameters.hs:664:1
Warning: 'Intrinsic' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DebugParams' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:50:20
* at Network/TLS/Parameters.hs:50:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Parameters.hs:50:1
Warning: 'Supported' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:218:18
* at Network/TLS/Parameters.hs:218:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Parameters.hs:218:1
Warning: 'Shared' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:368:15
* at Network/TLS/Parameters.hs:368:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Parameters.hs:368:1
Warning: 'ServerHooks' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:578:20
* at Network/TLS/Parameters.hs:578:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Parameters.hs:578:1
Warning: 'sendData' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ClientHooks' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:471:20
* at Network/TLS/Parameters.hs:471:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Parameters.hs:471:1
Warning: 'clientWantSessionResume13' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'debugVersionForced' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CertificateType' is ambiguous. It is defined
* at Network/TLS/Struct.hs:143:27
* at Network/TLS/Struct.hs:143:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Struct.hs:143:1
Warning: 'CertificateType' is ambiguous. It is defined
* at Network/TLS/Struct.hs:143:27
* at Network/TLS/Struct.hs:143:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Struct.hs:143:1
Warning: 'CertificateChain' is ambiguous. It is defined
* in Data.X509.CertificateChain
* in Data.X509.CertificateChain
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.X509.CertificateChain
Warning: 'CertificateVerify' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HandAndSignatureAlgorithm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bracket' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 36 / 38) in 'Network.TLS.QUIC'
Missing documentation for:
fromAlertDescription
defaultSupported (Network/TLS/QUIC.hs:246)
Warning: 'IOException' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Supported' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:218:18
* at Network/TLS/Parameters.hs:218:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/TLS/Parameters.hs:218:1
65% (169 /257) in 'Network.TLS'
Missing documentation for:
HasBackend (Network/TLS/Backend.hs:33)
TLSParams (Network/TLS/Context.hs:99)
ClientParams (Network/TLS/Parameters.hs:86)
defaultParamsClient (Network/TLS/Parameters.hs:144)
ServerParams (Network/TLS/Parameters.hs:158)
defaultParamsServer (Network/TLS/Parameters.hs:201)
defaultShared (Network/TLS/Parameters.hs:419)
defaultClientHooks (Network/TLS/Parameters.hs:563)
defaultServerHooks (Network/TLS/Parameters.hs:642)
defaultSupported (Network/TLS/Parameters.hs:349)
defaultDebugParams (Network/TLS/Parameters.hs:73)
Credentials (Network/TLS/Credentials.hs:29)
Credential (Network/TLS/Credentials.hs:27)
sessionVersion
sessionCipher
sessionCompression
sessionClientSNI
sessionSecret
sessionGroup
sessionTicketInfo
sessionALPN
sessionMaxEarlyDataSize
sessionFlags
TLS13TicketInfo (Network/TLS/Types/Session.hs:62)
is0RTTPossible (Network/TLS/Types/Session.hs:51)
defaultValidationCache
HashAndSignatureAlgorithm (Network/TLS/HashAndSignature.hs:121)
supportedSignatureSchemes (Network/TLS/HashAndSignature.hs:125)
HashAlgorithm (Network/TLS/HashAndSignature.hs:38)
SignatureAlgorithm (Network/TLS/HashAndSignature.hs:73)
Group (Network/TLS/Crypto/Types.hs:34)
supportedNamedGroups (Network/TLS/Crypto/Types.hs:80)
DHParams (Network/TLS/Crypto/DH.hs:29)
DHPublic (Network/TLS/Crypto/DH.hs:27)
MaxFragmentEnum (Network/TLS/Extension.hs:470)
infoVersion
infoCipher
infoCompression
infoMainSecret
infoExtendedMainSecret
infoClientRandom
infoServerRandom
infoSupportedGroup
infoTLS12Resumption
infoTLS13HandshakeMode
infoIsEarlyDataAccepted
ClientRandom (Network/TLS/Struct.hs:238)
ServerRandom (Network/TLS/Struct.hs:233)
unClientRandom
unServerRandom
defaultHooks (Network/TLS/Hooks.hs:49)
contextModifyHooks (Network/TLS/Context/Internal.hs:329)
Handshake (Network/TLS/Struct.hs:404)
contextHookSetHandshakeRecv (Network/TLS/Context.hs:218)
Handshake13 (Network/TLS/Struct13.hs:29)
contextHookSetHandshake13Recv (Network/TLS/Context.hs:223)
contextHookSetCertificateRecv (Network/TLS/Context.hs:227)
defaultLogging (Network/TLS/Hooks.hs:25)
loggingPacketSent
loggingPacketRecv
loggingIOSent
loggingIORecv
Header (Network/TLS/Struct.hs:231)
ProtocolType (Network/TLS/Struct.hs:193)
contextHookSetLogging (Network/TLS/Context.hs:231)
KxError (Network/TLS/Crypto.hs:86)
AlertDescription (Network/TLS/Error.hs:85)
Hash (Network/TLS/Crypto.hs:160)
CipherKeyExchangeType (Network/TLS/Types/Cipher.hs:63)
Bulk (Network/TLS/Types/Cipher.hs:79)
BulkFunctions (Network/TLS/Types/Cipher.hs:102)
BulkDirection (Network/TLS/Types/Cipher.hs:107)
BulkState (Network/TLS/Cipher.hs:34)
BulkStream (Network/TLS/Types/Cipher.hs:117)
BulkBlock (Network/TLS/Types/Cipher.hs:110)
BulkAEAD (Network/TLS/Types/Cipher.hs:119)
bulkInit (Network/TLS/Cipher.hs:47)
cipherKeyBlockSize (Network/TLS/Cipher.hs:60)
BulkKey (Network/TLS/Types/Cipher.hs:112)
BulkIV (Network/TLS/Types/Cipher.hs:113)
BulkNonce (Network/TLS/Types/Cipher.hs:114)
BulkAdditionalData (Network/TLS/Types/Cipher.hs:115)
hasMAC (Network/TLS/Cipher.hs:54)
hasRecordIV (Network/TLS/Cipher.hs:57)
elemCipher (Network/TLS/Cipher.hs:76)
intersectCiphers (Network/TLS/Cipher.hs:81)
findCipher (Network/TLS/Cipher.hs:84)
Bytes (Network/TLS.hs:339)
Warning: Network.TLS: could not find link destinations for:
- Network.TLS.Crypto.Types.Rep_Group
- Network.TLS.Types.Version.Rep_Version
- Network.TLS.Types.Cipher.CipherId
- Network.TLS.Types.Session.Rep_SessionData
- Network.TLS.Types.Session.Rep_TLS13TicketInfo
- Network.TLS.Types.Session.Rep_SessionFlag
- Network.TLS.Types.Role
- Network.TLS.Struct.VerifyData
- Network.TLS.Parameters.CommonParams
- Network.TLS.Context.getTLSCommonParams
- Network.TLS.Context.getTLSRole
- Network.TLS.Context.doHandshake
- Network.TLS.Context.doHandshakeWith
- Network.TLS.Context.doRequestCertificate
- Network.TLS.Context.doPostHandshakeAuthWith
Documentation created: dist/doc/html/tls/, dist/doc/html/tls/tls.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tls-2.1.6-H6FR7Aqigxx1XjuzLAvuCh
Completed tls-2.1.6
Configuring inline-c-cpp-0.5.0.2...
Preprocessing library for inline-c-cpp-0.5.0.2..
Building library for inline-c-cpp-0.5.0.2..
[1 of 4] Compiling Language.C.Inline.Cpp ( src/Language/C/Inline/Cpp.hs, dist/build/Language/C/Inline/Cpp.o, dist/build/Language/C/Inline/Cpp.dyn_o )
src/Language/C/Inline/Cpp.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
16 | import Data.Monoid ((<>), mempty)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 4] Compiling Language.C.Inline.Cpp.Exception ( src/Language/C/Inline/Cpp/Exception.hs, dist/build/Language/C/Inline/Cpp/Exception.o, dist/build/Language/C/Inline/Cpp/Exception.dyn_o )
[3 of 4] Compiling Language.C.Inline.Cpp.Exceptions ( src/Language/C/Inline/Cpp/Exceptions.hs, dist/build/Language/C/Inline/Cpp/Exceptions.o, dist/build/Language/C/Inline/Cpp/Exceptions.dyn_o )
[4 of 4] Compiling Language.C.Inline.Cpp.Unsafe ( src/Language/C/Inline/Cpp/Unsafe.hs, dist/build/Language/C/Inline/Cpp/Unsafe.o, dist/build/Language/C/Inline/Cpp/Unsafe.dyn_o )
src/Language/C/Inline/Cpp/Unsafe.hs:20:51: warning: [GHC-38856] [-Wunused-imports]
The import of tryBlockQuoteExp
from module Language.C.Inline.Cpp.Exception is redundant
|
20 | import Language.C.Inline.Cpp.Exception (tryBlockQuoteExp,toSomeException)
| ^^^^^^^^^^^^^^^^
Preprocessing library for inline-c-cpp-0.5.0.2..
Running Haddock on library for inline-c-cpp-0.5.0.2..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: system-cxx-std-lib-1.0
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Language.C.Inline.Cpp ( src/Language/C/Inline/Cpp.hs, /tmp/ghc1417891_0/ghc_2.o, /tmp/ghc1417891_0/ghc_2.dyn_o )
src/Language/C/Inline/Cpp.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
16 | import Data.Monoid ((<>), mempty)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 4] Compiling Language.C.Inline.Cpp.Exception ( src/Language/C/Inline/Cpp/Exception.hs, /tmp/ghc1417891_0/ghc_4.o, /tmp/ghc1417891_0/ghc_4.dyn_o )
[3 of 4] Compiling Language.C.Inline.Cpp.Exceptions ( src/Language/C/Inline/Cpp/Exceptions.hs, nothing )
[4 of 4] Compiling Language.C.Inline.Cpp.Unsafe ( src/Language/C/Inline/Cpp/Unsafe.hs, nothing )
src/Language/C/Inline/Cpp/Unsafe.hs:20:51: warning: [GHC-38856] [-Wunused-imports]
The import of tryBlockQuoteExp
from module Language.C.Inline.Cpp.Exception is redundant
|
20 | import Language.C.Inline.Cpp.Exception (tryBlockQuoteExp,toSomeException)
| ^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'Context' is ambiguous. It is defined
* in Language.C.Inline.Context
* in Language.C.Inline.Context
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.C.Inline.Context
Warning: 'Ptr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 5 / 6) in 'Language.C.Inline.Cpp'
Missing documentation for:
cppTypePairs (src/Language/C/Inline/Cpp.hs:51)
75% ( 6 / 8) in 'Language.C.Inline.Cpp.Exception'
Missing documentation for:
CppExceptionPtr (src/Language/C/Inline/Cpp/Exception.hs:54)
tryBlockQuoteExp (src/Language/C/Inline/Cpp/Exception.hs:212)
62% ( 5 / 8) in 'Language.C.Inline.Cpp.Exceptions'
Missing documentation for:
Module header
CppStdException (src/Language/C/Inline/Cpp/Exceptions.hs:33)
CppOtherException (src/Language/C/Inline/Cpp/Exceptions.hs:36)
Warning: 'CppHaskellException' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CppException' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'void' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Language.C.Inline.Cpp.Unsafe'
Documentation created: dist/doc/html/inline-c-cpp/,
dist/doc/html/inline-c-cpp/inline-c-cpp.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/inline-c-cpp-0.5.0.2-8smqQCtCFvI7yW9Q2oz8iT
Completed inline-c-cpp-0.5.0.2
Configuring witherable-0.5...
Preprocessing library for witherable-0.5..
Building library for witherable-0.5..
[1 of 1] Compiling Witherable ( src/Witherable.hs, dist/build/Witherable.o, dist/build/Witherable.dyn_o )
Preprocessing library for witherable-0.5..
Running Haddock on library for witherable-0.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Witherable ( src/Witherable.hs, nothing )
Haddock coverage:
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
93% ( 14 / 15) in 'Witherable'
Missing documentation for:
WrappedFoldable (src/Witherable.hs:733)
Warning: Witherable: could not find link destinations for:
- Data.Vector.Vector
Documentation created: dist/doc/html/witherable/,
dist/doc/html/witherable/witherable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/witherable-0.5-82s2ViXN0JCKS4bEneaoz6
Completed witherable-0.5
Configuring semialign-1.3.1...
Preprocessing library for semialign-1.3.1..
Building library for semialign-1.3.1..
[1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, dist/build/Data/Semialign/Internal.o, dist/build/Data/Semialign/Internal.dyn_o )
[2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, dist/build/Data/Semialign/Indexed.o, dist/build/Data/Semialign/Indexed.dyn_o )
[3 of 6] Compiling Data.Semialign ( src/Data/Semialign.hs, dist/build/Data/Semialign.o, dist/build/Data/Semialign.dyn_o )
[4 of 6] Compiling Data.Align ( src/Data/Align.hs, dist/build/Data/Align.o, dist/build/Data/Align.dyn_o )
[5 of 6] Compiling Data.Crosswalk ( src/Data/Crosswalk.hs, dist/build/Data/Crosswalk.o, dist/build/Data/Crosswalk.dyn_o )
[6 of 6] Compiling Data.Zip ( src/Data/Zip.hs, dist/build/Data/Zip.o, dist/build/Data/Zip.dyn_o )
Preprocessing library for semialign-1.3.1..
Running Haddock on library for semialign-1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, nothing )
[2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, nothing )
[3 of 6] Compiling Data.Semialign ( src/Data/Semialign.hs, nothing )
[4 of 6] Compiling Data.Align ( src/Data/Align.hs, nothing )
[5 of 6] Compiling Data.Crosswalk ( src/Data/Crosswalk.hs, nothing )
[6 of 6] Compiling Data.Zip ( src/Data/Zip.hs, nothing )
Haddock coverage:
Warning: 'tabulate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'These' is ambiguous. It is defined
* in Data.These
* in Data.These
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.These
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'join' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftA2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Data.Semialign.Indexed'
88% ( 16 / 18) in 'Data.Semialign'
Missing documentation for:
unzipDefault (src/Data/Semialign/Internal.hs:308)
alignVectorWith (src/Data/Semialign/Internal.hs:718)
Warning: 'These' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 12 / 13) in 'Data.Align'
Missing documentation for:
alignVectorWith (src/Data/Semialign/Internal.hs:718)
80% ( 4 / 5) in 'Data.Crosswalk'
Missing documentation for:
Module header
71% ( 5 / 7) in 'Data.Zip'
Missing documentation for:
unzipDefault (src/Data/Semialign/Internal.hs:308)
Zippy (src/Data/Zip.hs:30)
Warning: Data.Semialign.Indexed: could not find link destinations for:
- Data.Vector.Vector
Warning: Data.Semialign: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Vector
- Data.Vector.Fusion.Bundle.Monadic.Bundle
Warning: Data.Align: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Vector
- Data.Vector.Fusion.Bundle.Monadic.Bundle
Warning: Data.Crosswalk: could not find link destinations for:
- Data.Vector.Vector
Warning: Data.Zip: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Fusion.Bundle.Monadic.Bundle
Documentation created: dist/doc/html/semialign/,
dist/doc/html/semialign/semialign.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semialign-1.3.1-BR0gUw2ZAn14DStgs16McM
Completed semialign-1.3.1
Configuring pipes-csv-1.4.3...
Warning: Packages using 'cabal-version: >= 1.10' and before 'cabal-version:
3.4' must specify the 'default-language' field for each component (e.g.
Haskell98 or Haskell2010). If a component uses different languages in
different modules then list the other ones in the 'other-languages' field.
Preprocessing library for pipes-csv-1.4.3..
Building library for pipes-csv-1.4.3..
[1 of 2] Compiling Pipes.Csv.Encoding ( src/Pipes/Csv/Encoding.hs, dist/build/Pipes/Csv/Encoding.o, dist/build/Pipes/Csv/Encoding.dyn_o )
src/Pipes/Csv/Encoding.hs:14:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
14 | import Data.Monoid (mconcat, (<>), mempty)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Pipes.Csv ( src/Pipes/Csv.hs, dist/build/Pipes/Csv.o, dist/build/Pipes/Csv.dyn_o )
src/Pipes/Csv.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
50 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for pipes-csv-1.4.3..
Running Haddock on library for pipes-csv-1.4.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Pipes.Csv.Encoding ( src/Pipes/Csv/Encoding.hs, nothing )
src/Pipes/Csv/Encoding.hs:14:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
14 | import Data.Monoid (mconcat, (<>), mempty)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Pipes.Csv ( src/Pipes/Csv.hs, nothing )
src/Pipes/Csv.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
50 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
33% ( 1 / 3) in 'Pipes.Csv.Encoding'
Missing documentation for:
encodeRecord (src/Pipes/Csv/Encoding.hs:25)
namedRecordToRecord (src/Pipes/Csv/Encoding.hs:37)
Warning: 'namedRecord' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'runSafeT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 38 / 38) in 'Pipes.Csv'
Warning: Pipes.Csv: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
Documentation created: dist/doc/html/pipes-csv/,
dist/doc/html/pipes-csv/pipes-csv.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pipes-csv-1.4.3-8MQ7hGLgc2yGzhpAxfWPSe
Completed pipes-csv-1.4.3
Configuring vector-algorithms-0.9.1.0...
Preprocessing library for vector-algorithms-0.9.1.0..
Building library for vector-algorithms-0.9.1.0..
[ 1 of 11] Compiling Data.Vector.Algorithms.Common ( src/Data/Vector/Algorithms/Common.hs, dist/build/Data/Vector/Algorithms/Common.o, dist/build/Data/Vector/Algorithms/Common.dyn_o )
[ 2 of 11] Compiling Data.Vector.Algorithms.Optimal ( src/Data/Vector/Algorithms/Optimal.hs, dist/build/Data/Vector/Algorithms/Optimal.o, dist/build/Data/Vector/Algorithms/Optimal.dyn_o )
[ 3 of 11] Compiling Data.Vector.Algorithms.Insertion ( src/Data/Vector/Algorithms/Insertion.hs, dist/build/Data/Vector/Algorithms/Insertion.o, dist/build/Data/Vector/Algorithms/Insertion.dyn_o )
[ 4 of 11] Compiling Data.Vector.Algorithms.Merge ( src/Data/Vector/Algorithms/Merge.hs, dist/build/Data/Vector/Algorithms/Merge.o, dist/build/Data/Vector/Algorithms/Merge.dyn_o )
[ 5 of 11] Compiling Data.Vector.Algorithms.AmericanFlag ( src/Data/Vector/Algorithms/AmericanFlag.hs, dist/build/Data/Vector/Algorithms/AmericanFlag.o, dist/build/Data/Vector/Algorithms/AmericanFlag.dyn_o )
[ 6 of 11] Compiling Data.Vector.Algorithms.Heap ( src/Data/Vector/Algorithms/Heap.hs, dist/build/Data/Vector/Algorithms/Heap.o, dist/build/Data/Vector/Algorithms/Heap.dyn_o )
[ 7 of 11] Compiling Data.Vector.Algorithms.Intro ( src/Data/Vector/Algorithms/Intro.hs, dist/build/Data/Vector/Algorithms/Intro.o, dist/build/Data/Vector/Algorithms/Intro.dyn_o )
[ 8 of 11] Compiling Data.Vector.Algorithms.Radix ( src/Data/Vector/Algorithms/Radix.hs, dist/build/Data/Vector/Algorithms/Radix.o, dist/build/Data/Vector/Algorithms/Radix.dyn_o )
[ 9 of 11] Compiling Data.Vector.Algorithms.Search ( src/Data/Vector/Algorithms/Search.hs, dist/build/Data/Vector/Algorithms/Search.o, dist/build/Data/Vector/Algorithms/Search.dyn_o )
[10 of 11] Compiling Data.Vector.Algorithms ( src/Data/Vector/Algorithms.hs, dist/build/Data/Vector/Algorithms.o, dist/build/Data/Vector/Algorithms.dyn_o )
[11 of 11] Compiling Data.Vector.Algorithms.Tim ( src/Data/Vector/Algorithms/Tim.hs, dist/build/Data/Vector/Algorithms/Tim.o, dist/build/Data/Vector/Algorithms/Tim.dyn_o )
Preprocessing library for vector-algorithms-0.9.1.0..
Running Haddock on library for vector-algorithms-0.9.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Data.Vector.Algorithms.Common ( src/Data/Vector/Algorithms/Common.hs, nothing )
[ 2 of 11] Compiling Data.Vector.Algorithms.Optimal ( src/Data/Vector/Algorithms/Optimal.hs, nothing )
[ 3 of 11] Compiling Data.Vector.Algorithms.Insertion ( src/Data/Vector/Algorithms/Insertion.hs, nothing )
[ 4 of 11] Compiling Data.Vector.Algorithms.Merge ( src/Data/Vector/Algorithms/Merge.hs, nothing )
[ 5 of 11] Compiling Data.Vector.Algorithms.AmericanFlag ( src/Data/Vector/Algorithms/AmericanFlag.hs, nothing )
[ 6 of 11] Compiling Data.Vector.Algorithms.Heap ( src/Data/Vector/Algorithms/Heap.hs, nothing )
[ 7 of 11] Compiling Data.Vector.Algorithms.Intro ( src/Data/Vector/Algorithms/Intro.hs, nothing )
[ 8 of 11] Compiling Data.Vector.Algorithms.Radix ( src/Data/Vector/Algorithms/Radix.hs, nothing )
[ 9 of 11] Compiling Data.Vector.Algorithms.Search ( src/Data/Vector/Algorithms/Search.hs, nothing )
[10 of 11] Compiling Data.Vector.Algorithms ( src/Data/Vector/Algorithms.hs, nothing )
[11 of 11] Compiling Data.Vector.Algorithms.Tim ( src/Data/Vector/Algorithms/Tim.hs, nothing )
Haddock coverage:
Warning: 'off' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lower' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 8 / 8) in 'Data.Vector.Algorithms.Optimal'
100% ( 8 / 8) in 'Data.Vector.Algorithms.Insertion'
100% ( 6 / 6) in 'Data.Vector.Algorithms.Merge'
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 7 / 7) in 'Data.Vector.Algorithms.AmericanFlag'
Warning: 'lowest' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 22 / 22) in 'Data.Vector.Algorithms.Heap'
100% ( 16 / 16) in 'Data.Vector.Algorithms.Intro'
75% ( 3 / 4) in 'Data.Vector.Algorithms.Radix'
Missing documentation for:
Radix (src/Data/Vector/Algorithms/Radix.hs:58)
100% ( 17 / 17) in 'Data.Vector.Algorithms.Search'
Warning: 'sortByUniq' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 3 / 4) in 'Data.Vector.Algorithms'
Missing documentation for:
Module header
100% ( 5 / 5) in 'Data.Vector.Algorithms.Tim'
Warning: Data.Vector.Algorithms.Optimal: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Insertion: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Merge: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.AmericanFlag: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Heap: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Intro: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Radix: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Search: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Base.Vector
Warning: Data.Vector.Algorithms.Tim: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Documentation created: dist/doc/html/vector-algorithms/,
dist/doc/html/vector-algorithms/vector-algorithms.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-algorithms-0.9.1.0-Lt2obRXWUmF1BQeUWJGhid
Completed vector-algorithms-0.9.1.0
Configuring crypton-connection-0.4.5...
Preprocessing library for crypton-connection-0.4.5..
Building library for crypton-connection-0.4.5..
[1 of 3] Compiling Network.Connection.Types ( Network/Connection/Types.hs, dist/build/Network/Connection/Types.o, dist/build/Network/Connection/Types.dyn_o )
[2 of 3] Compiling Network.Connection.Internal ( Network/Connection/Internal.hs, dist/build/Network/Connection/Internal.o, dist/build/Network/Connection/Internal.dyn_o )
[3 of 3] Compiling Network.Connection ( Network/Connection.hs, dist/build/Network/Connection.o, dist/build/Network/Connection.dyn_o )
Preprocessing library for crypton-connection-0.4.5..
Running Haddock on library for crypton-connection-0.4.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Network.Connection.Types ( Network/Connection/Types.hs, nothing )
[2 of 3] Compiling Network.Connection.Internal ( Network/Connection/Internal.hs, nothing )
[3 of 3] Compiling Network.Connection ( Network/Connection.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Network.Connection.Internal'
Missing documentation for:
Module header
Warning: 'ClientParams' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isEOFError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 30 / 32) in 'Network.Connection'
Missing documentation for:
SockSettings (Network/Connection/Types.hs:66)
connectionSessionManager (Network/Connection.hs:99)
Warning: Network.Connection: could not find link destinations for:
- Network.Connection.Types.ConnectionID
- Network.Connection.Types.HostName
- Network.Connection.Manager
Documentation created: dist/doc/html/crypton-connection/,
dist/doc/html/crypton-connection/crypton-connection.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-connection-0.4.5-4nXEqwWb2WKExfdLBJvqPx
Completed crypton-connection-0.4.5
Configuring aeson-2.2.3.0...
Preprocessing library for aeson-2.2.3.0..
Building library for aeson-2.2.3.0..
[ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, dist/build/Data/Aeson/Internal/ByteString.o, dist/build/Data/Aeson/Internal/ByteString.dyn_o )
[ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, dist/build/Data/Aeson/Internal/Functions.o, dist/build/Data/Aeson/Internal/Functions.dyn_o )
[ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, dist/build/Data/Aeson/Internal/Prelude.o, dist/build/Data/Aeson/Internal/Prelude.dyn_o )
[ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, dist/build/Data/Aeson/Internal/Scientific.o, dist/build/Data/Aeson/Internal/Scientific.dyn_o )
[ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, dist/build/Data/Aeson/Internal/TH.o, dist/build/Data/Aeson/Internal/TH.dyn_o )
[ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, dist/build/Data/Aeson/Internal/Text.o, dist/build/Data/Aeson/Internal/Text.dyn_o )
[ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, dist/build/Data/Aeson/Internal/Unescape.o, dist/build/Data/Aeson/Internal/Unescape.dyn_o )
[ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, dist/build/Data/Aeson/Internal/UnescapeFromText.o, dist/build/Data/Aeson/Internal/UnescapeFromText.dyn_o )
[ 9 of 32] Compiling Data.Aeson.Key ( src/Data/Aeson/Key.hs, dist/build/Data/Aeson/Key.o, dist/build/Data/Aeson/Key.dyn_o )
[10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, dist/build/Data/Aeson/Decoding/Tokens.o, dist/build/Data/Aeson/Decoding/Tokens.dyn_o )
[11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, dist/build/Data/Aeson/Decoding/Internal.o, dist/build/Data/Aeson/Decoding/Internal.dyn_o )
[12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, dist/build/Data/Aeson/Decoding/Text.o, dist/build/Data/Aeson/Decoding/Text.dyn_o )
[13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, dist/build/Data/Aeson/Decoding/ByteString/Lazy.o, dist/build/Data/Aeson/Decoding/ByteString/Lazy.dyn_o )
[14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, dist/build/Data/Aeson/Decoding/ByteString.o, dist/build/Data/Aeson/Decoding/ByteString.dyn_o )
[15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, dist/build/Data/Aeson/KeyMap.o, dist/build/Data/Aeson/KeyMap.dyn_o )
[16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, dist/build/Data/Aeson/Types/Generic.o, dist/build/Data/Aeson/Types/Generic.dyn_o )
[17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.o, dist/build/Data/Aeson/Types/Internal.dyn_o )
[18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, dist/build/Data/Aeson/Parser/Time.o, dist/build/Data/Aeson/Parser/Time.dyn_o )
[19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, dist/build/Data/Aeson/Encoding/Builder.o, dist/build/Data/Aeson/Encoding/Builder.dyn_o )
[20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, dist/build/Data/Aeson/Encoding/Internal.o, dist/build/Data/Aeson/Encoding/Internal.dyn_o )
[21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, dist/build/Data/Aeson/Encoding.o, dist/build/Data/Aeson/Encoding.dyn_o )
[22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, dist/build/Data/Aeson/Decoding/Conversion.o, dist/build/Data/Aeson/Decoding/Conversion.dyn_o )
[23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, dist/build/Data/Aeson/Types/FromJSON.o, dist/build/Data/Aeson/Types/FromJSON.dyn_o )
[24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, dist/build/Data/Aeson/Types/ToJSON.o, dist/build/Data/Aeson/Types/ToJSON.dyn_o )
src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations]
In the use of data constructor Solo
(imported from Data.Tuple.Solo, but defined in GHC.Tuple):
Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
|
1615 | liftToJSON _ t _ (Solo a) = t a
| ^^^^
src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations]
In the use of data constructor Solo
(imported from Data.Tuple.Solo, but defined in GHC.Tuple):
Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
|
1618 | liftToEncoding _ t _ (Solo a) = t a
| ^^^^
[25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, dist/build/Data/Aeson/Types/Class.o, dist/build/Data/Aeson/Types/Class.dyn_o )
[26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.o, dist/build/Data/Aeson/Types.dyn_o )
[27 of 32] Compiling Data.Aeson.Text ( src/Data/Aeson/Text.hs, dist/build/Data/Aeson/Text.o, dist/build/Data/Aeson/Text.dyn_o )
[28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, dist/build/Data/Aeson/Decoding.o, dist/build/Data/Aeson/Decoding.dyn_o )
[29 of 32] Compiling Data.Aeson ( src/Data/Aeson.hs, dist/build/Data/Aeson.o, dist/build/Data/Aeson.dyn_o )
[30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, dist/build/Data/Aeson/RFC8785.o, dist/build/Data/Aeson/RFC8785.dyn_o )
[31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, dist/build/Data/Aeson/QQ/Simple.o, dist/build/Data/Aeson/QQ/Simple.dyn_o )
[32 of 32] Compiling Data.Aeson.TH ( src/Data/Aeson/TH.hs, dist/build/Data/Aeson/TH.o, dist/build/Data/Aeson/TH.dyn_o )
src/Data/Aeson/TH.hs:948:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Q Exp] not matched: []
|
948 | x:xs = [ lookupField argTy
| ^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Data/Aeson/TH.hs:1064:14: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Q Exp] not matched: []
|
1064 | let x:xs = [ dispatchParseJSON jc conName tvMap argTy
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Preprocessing library for aeson-2.2.3.0..
Running Haddock on library for aeson-2.2.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, nothing )
[ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, nothing )
[ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, nothing )
[ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, nothing )
[ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, nothing )
[ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, nothing )
[ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, nothing )
[ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, nothing )
[ 9 of 32] Compiling Data.Aeson.Key ( src/Data/Aeson/Key.hs, nothing )
[10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, nothing )
[11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, nothing )
[12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, nothing )
[13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, nothing )
[14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, nothing )
[15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, nothing )
[16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, nothing )
[17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, nothing )
[18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, nothing )
[19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, nothing )
[20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, nothing )
[21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, nothing )
[22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, nothing )
[23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, nothing )
[24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, nothing )
src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations]
In the use of data constructor Solo
(imported from Data.Tuple.Solo, but defined in GHC.Tuple):
Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
|
1615 | liftToJSON _ t _ (Solo a) = t a
| ^^^^
src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations]
In the use of data constructor Solo
(imported from Data.Tuple.Solo, but defined in GHC.Tuple):
Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning."
|
1618 | liftToEncoding _ t _ (Solo a) = t a
| ^^^^
[25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, nothing )
[26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, nothing )
[27 of 32] Compiling Data.Aeson.Text ( src/Data/Aeson/Text.hs, nothing )
[28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, nothing )
[29 of 32] Compiling Data.Aeson ( src/Data/Aeson.hs, nothing )
[30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, nothing )
[31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, nothing )
[32 of 32] Compiling Data.Aeson.TH ( src/Data/Aeson/TH.hs, nothing )
Haddock coverage:
Warning: Data.Aeson.Internal.Prelude: Could not find documentation for exported module: Data.Vector
Warning: Data.Aeson.Internal.Prelude: Couldn't find .haddock for export Vector
Warning: 'letE' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Key' is ambiguous. It is defined
* at src/Data/Aeson/Key.hs:44:15
* at src/Data/Aeson/Key.hs:44:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Key.hs:44:1
Warning: 'Coercible' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'coercing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
44% ( 4 / 9) in 'Data.Aeson.Key'
Missing documentation for:
Key (src/Data/Aeson/Key.hs:44)
fromString (src/Data/Aeson/Key.hs:48)
toString (src/Data/Aeson/Key.hs:51)
toText (src/Data/Aeson/Key.hs:57)
fromText (src/Data/Aeson/Key.hs:54)
100% ( 7 / 7) in 'Data.Aeson.Decoding.Tokens'
Warning: 'Text' is ambiguous. It is defined
* in Data.Text.Internal
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Text.Internal
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Data.Aeson.Decoding.Text'
100% ( 2 / 2) in 'Data.Aeson.Decoding.ByteString.Lazy'
100% ( 2 / 2) in 'Data.Aeson.Decoding.ByteString'
Warning: 'v' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'KeyMap' is ambiguous. It is defined
* at src/Data/Aeson/KeyMap.hs:143:20
* at src/Data/Aeson/KeyMap.hs:143:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/KeyMap.hs:143:1
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 61 / 69) in 'Data.Aeson.KeyMap'
Missing documentation for:
coercionToHashMap (src/Data/Aeson/KeyMap.hs:317)
coercionToMap (src/Data/Aeson/KeyMap.hs:321)
foldr (src/Data/Aeson/KeyMap.hs:206)
foldr' (src/Data/Aeson/KeyMap.hs:209)
foldl (src/Data/Aeson/KeyMap.hs:212)
foldl' (src/Data/Aeson/KeyMap.hs:215)
foldMapWithKey (src/Data/Aeson/KeyMap.hs:203)
Key (src/Data/Aeson/Key.hs:44)
Warning: 'ToJSON1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSON1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSON' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSON' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'throwDecode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'JSONKeyOptions' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:804:23
* at src/Data/Aeson/Types/Internal.hs:804:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:804:1
Warning: 'ToJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'genericToJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'genericFromJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'omittedField' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'allowOmittedFieds' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
Warning: 'Parser' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:278:20
* at src/Data/Aeson/Types/Internal.hs:278:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:278:1
Warning: 'Array' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:367:14
* at src/Data/Aeson/Types/Internal.hs:363:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:363:1
Warning: 'String' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:368:14
* in GHC.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:368:14
Warning: '(.:)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Options' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:705:16
* at src/Data/Aeson/Types/Internal.hs:705:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:705:1
Warning: 'API' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '.=' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Value' is ambiguous. It is defined
* at src/Data/Aeson/Encoding/Internal.hs:130:15
* at src/Data/Aeson/Types/Internal.hs:366:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:366:1
Warning: 'unsafePair' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
25% ( 21 / 82) in 'Data.Aeson.Encoding.Internal'
Missing documentation for:
Module header
encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98)
retagEncoding (src/Data/Aeson/Encoding/Internal.hs:102)
pair (src/Data/Aeson/Encoding/Internal.hs:134)
pairStr (src/Data/Aeson/Encoding/Internal.hs:138)
pair' (src/Data/Aeson/Encoding/Internal.hs:142)
nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168)
emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171)
emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174)
wrapObject (src/Data/Aeson/Encoding/Internal.hs:180)
wrapArray (src/Data/Aeson/Encoding/Internal.hs:177)
null_ (src/Data/Aeson/Encoding/Internal.hs:183)
bool (src/Data/Aeson/Encoding/Internal.hs:186)
key (src/Data/Aeson/Encoding/Internal.hs:247)
text (src/Data/Aeson/Encoding/Internal.hs:250)
lazyText (src/Data/Aeson/Encoding/Internal.hs:253)
string (src/Data/Aeson/Encoding/Internal.hs:266)
list (src/Data/Aeson/Encoding/Internal.hs:196)
empty (src/Data/Aeson/Encoding/Internal.hs:225)
>< (src/Data/Aeson/Encoding/Internal.hs:232)
econcat (src/Data/Aeson/Encoding/Internal.hs:228)
int8 (src/Data/Aeson/Encoding/Internal.hs:285)
int16 (src/Data/Aeson/Encoding/Internal.hs:288)
int32 (src/Data/Aeson/Encoding/Internal.hs:291)
int64 (src/Data/Aeson/Encoding/Internal.hs:294)
int (src/Data/Aeson/Encoding/Internal.hs:297)
word8 (src/Data/Aeson/Encoding/Internal.hs:300)
word16 (src/Data/Aeson/Encoding/Internal.hs:303)
word32 (src/Data/Aeson/Encoding/Internal.hs:306)
word64 (src/Data/Aeson/Encoding/Internal.hs:309)
word (src/Data/Aeson/Encoding/Internal.hs:312)
integer (src/Data/Aeson/Encoding/Internal.hs:315)
float (src/Data/Aeson/Encoding/Internal.hs:318)
scientific (src/Data/Aeson/Encoding/Internal.hs:338)
int8Text (src/Data/Aeson/Encoding/Internal.hs:352)
int16Text (src/Data/Aeson/Encoding/Internal.hs:355)
int32Text (src/Data/Aeson/Encoding/Internal.hs:358)
int64Text (src/Data/Aeson/Encoding/Internal.hs:361)
intText (src/Data/Aeson/Encoding/Internal.hs:364)
word8Text (src/Data/Aeson/Encoding/Internal.hs:367)
word16Text (src/Data/Aeson/Encoding/Internal.hs:370)
word32Text (src/Data/Aeson/Encoding/Internal.hs:373)
word64Text (src/Data/Aeson/Encoding/Internal.hs:376)
wordText (src/Data/Aeson/Encoding/Internal.hs:379)
integerText (src/Data/Aeson/Encoding/Internal.hs:382)
floatText (src/Data/Aeson/Encoding/Internal.hs:385)
scientificText (src/Data/Aeson/Encoding/Internal.hs:409)
day (src/Data/Aeson/Encoding/Internal.hs:416)
month (src/Data/Aeson/Encoding/Internal.hs:419)
quarter (src/Data/Aeson/Encoding/Internal.hs:422)
localTime (src/Data/Aeson/Encoding/Internal.hs:425)
utcTime (src/Data/Aeson/Encoding/Internal.hs:428)
timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431)
zonedTime (src/Data/Aeson/Encoding/Internal.hs:434)
value (src/Data/Aeson/Encoding/Internal.hs:441)
comma (src/Data/Aeson/Encoding/Internal.hs:273)
colon (src/Data/Aeson/Encoding/Internal.hs:274)
openBracket (src/Data/Aeson/Encoding/Internal.hs:275)
closeBracket (src/Data/Aeson/Encoding/Internal.hs:276)
openCurly (src/Data/Aeson/Encoding/Internal.hs:277)
closeCurly (src/Data/Aeson/Encoding/Internal.hs:278)
Warning: 'Encoding' is ambiguous. It is defined
* at src/Data/Aeson/Encoding/Internal.hs:82:25
* at src/Data/Aeson/Encoding/Internal.hs:88:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Encoding/Internal.hs:88:1
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
27% ( 18 / 65) in 'Data.Aeson.Encoding'
Missing documentation for:
encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98)
pair (src/Data/Aeson/Encoding/Internal.hs:134)
pairStr (src/Data/Aeson/Encoding/Internal.hs:138)
pair' (src/Data/Aeson/Encoding/Internal.hs:142)
nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168)
emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171)
emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174)
text (src/Data/Aeson/Encoding/Internal.hs:250)
lazyText (src/Data/Aeson/Encoding/Internal.hs:253)
string (src/Data/Aeson/Encoding/Internal.hs:266)
list (src/Data/Aeson/Encoding/Internal.hs:196)
null_ (src/Data/Aeson/Encoding/Internal.hs:183)
bool (src/Data/Aeson/Encoding/Internal.hs:186)
int8 (src/Data/Aeson/Encoding/Internal.hs:285)
int16 (src/Data/Aeson/Encoding/Internal.hs:288)
int32 (src/Data/Aeson/Encoding/Internal.hs:291)
int64 (src/Data/Aeson/Encoding/Internal.hs:294)
int (src/Data/Aeson/Encoding/Internal.hs:297)
word8 (src/Data/Aeson/Encoding/Internal.hs:300)
word16 (src/Data/Aeson/Encoding/Internal.hs:303)
word32 (src/Data/Aeson/Encoding/Internal.hs:306)
word64 (src/Data/Aeson/Encoding/Internal.hs:309)
word (src/Data/Aeson/Encoding/Internal.hs:312)
integer (src/Data/Aeson/Encoding/Internal.hs:315)
float (src/Data/Aeson/Encoding/Internal.hs:318)
scientific (src/Data/Aeson/Encoding/Internal.hs:338)
int8Text (src/Data/Aeson/Encoding/Internal.hs:352)
int16Text (src/Data/Aeson/Encoding/Internal.hs:355)
int32Text (src/Data/Aeson/Encoding/Internal.hs:358)
int64Text (src/Data/Aeson/Encoding/Internal.hs:361)
intText (src/Data/Aeson/Encoding/Internal.hs:364)
word8Text (src/Data/Aeson/Encoding/Internal.hs:367)
word16Text (src/Data/Aeson/Encoding/Internal.hs:370)
word32Text (src/Data/Aeson/Encoding/Internal.hs:373)
word64Text (src/Data/Aeson/Encoding/Internal.hs:376)
wordText (src/Data/Aeson/Encoding/Internal.hs:379)
integerText (src/Data/Aeson/Encoding/Internal.hs:382)
floatText (src/Data/Aeson/Encoding/Internal.hs:385)
scientificText (src/Data/Aeson/Encoding/Internal.hs:409)
day (src/Data/Aeson/Encoding/Internal.hs:416)
month (src/Data/Aeson/Encoding/Internal.hs:419)
quarter (src/Data/Aeson/Encoding/Internal.hs:422)
localTime (src/Data/Aeson/Encoding/Internal.hs:425)
utcTime (src/Data/Aeson/Encoding/Internal.hs:428)
timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431)
zonedTime (src/Data/Aeson/Encoding/Internal.hs:434)
value (src/Data/Aeson/Encoding/Internal.hs:441)
Warning: 'ConsParseJSON' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Generically1' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Generics
Warning: 'ToJSONKeyFunction' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSONKeyValue' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ToJSONKeyText' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:368:14
* in GHC.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:368:14
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
Warning: 'Array' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:367:14
* at src/Data/Aeson/Types/Internal.hs:363:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:363:1
Warning: 'Generically' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Generics
Warning: 'genericToJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bool' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:370:14
* in GHC.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:370:14
Warning: 'Boolean' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Map' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HashMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FromJSONKey' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:368:14
* in GHC.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:368:14
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'showsList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'pairs' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Generically' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Generics
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
93% (138 /148) in 'Data.Aeson.Types'
Missing documentation for:
Key (src/Data/Aeson/Key.hs:44)
ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532)
GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596)
genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594)
GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521)
omitField1 (src/Data/Aeson/Types/ToJSON.hs:691)
omitField2 (src/Data/Aeson/Types/ToJSON.hs:724)
GToJSON (src/Data/Aeson/Types/Class.hs:120)
GToEncoding (src/Data/Aeson/Types/Class.hs:121)
JSONPath (src/Data/Aeson/Types/Internal.hs:116)
Warning: 'encode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromEncoding' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 3 / 3) in 'Data.Aeson.Text'
Warning: 'AesonException' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:923:26
* at src/Data/Aeson/Types/Internal.hs:923:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:923:1
100% ( 12 / 12) in 'Data.Aeson.Decoding'
Warning: 'json' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AesonException' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:923:26
* at src/Data/Aeson/Types/Internal.hs:923:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:923:1
Warning: 'Generic' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
Cannot find documentation for: $optionsFields
92% (132 /143) in 'Data.Aeson'
Missing documentation for:
Key (src/Data/Aeson/Key.hs:44)
JSONPath (src/Data/Aeson/Types/Internal.hs:116)
ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532)
GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596)
genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594)
GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521)
omitField1 (src/Data/Aeson/Types/ToJSON.hs:691)
omitField2 (src/Data/Aeson/Types/ToJSON.hs:724)
GToJSON (src/Data/Aeson/Types/Class.hs:120)
GToEncoding (src/Data/Aeson/Types/Class.hs:121)
parseIndexedJSON (src/Data/Aeson/Types/FromJSON.hs:171)
Warning: 'Value' is ambiguous. It is defined
* at src/Data/Aeson/Encoding/Internal.hs:130:15
* at src/Data/Aeson/Types/Internal.hs:366:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:366:1
100% ( 2 / 2) in 'Data.Aeson.RFC8785'
100% ( 2 / 2) in 'Data.Aeson.QQ.Simple'
Warning: 'ToJSON' is ambiguous. It is defined
* at src/Data/Aeson/TH.hs:1906:16
* at src/Data/Aeson/Types/ToJSON.hs:291:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/ToJSON.hs:291:1
Warning: 'Value' is ambiguous. It is defined
* at src/Data/Aeson/TH.hs:1909:18
* at src/Data/Aeson/Types/Internal.hs:366:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:366:1
Warning: 'Object' is ambiguous. It is defined
* at src/Data/Aeson/Types/Internal.hs:366:14
* at src/Data/Aeson/Types/Internal.hs:360:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1
Warning: 'FromJSON3' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 25 / 25) in 'Data.Aeson.TH'
Warning: Data.Aeson.KeyMap: could not find link destinations for:
- Data.Aeson.KeyMap.D:R:ItemKeyMap
Warning: Data.Aeson.Encoding.Internal: could not find link destinations for:
- Data.Aeson.Types.ToJSON.EncodeProduct
- Data.Aeson.Types.ToJSON.gToJSON
Warning: Data.Aeson.Encoding: could not find link destinations for:
- Data.Aeson.Types.ToJSON.EncodeProduct
- Data.Aeson.Types.ToJSON.gToJSON
Warning: Data.Aeson.Types: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Generic.Base.Vector
- Data.Aeson.Types.Generic.ProductSize
- Data.Aeson.Types.Generic.AllNullary
- Data.Aeson.Types.Internal.Rep_Value
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Vector
- Data.Aeson.Types.FromJSON.ConstructorNames
- Data.Aeson.Types.FromJSON.SumFromString
- Data.Aeson.Types.FromJSON.GFromJSON'
- Data.Aeson.Types.FromJSON.gParseJSON
- Data.Aeson.Types.FromJSON.withBoundedScientific
- Data.Aeson.Types.ToJSON.EncodeProduct
- Data.Aeson.Types.ToJSON.WriteProduct
- Data.Aeson.Types.ToJSON.ConsToJSON
- Data.Aeson.Types.ToJSON.GetConName
- Data.Aeson.Types.ToJSON.SumToJSON
- Data.Aeson.Types.ToJSON.gToJSON
Warning: Data.Aeson: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Generic.Base.Vector
- Data.Aeson.Types.Generic.ProductSize
- Data.Aeson.Types.Generic.AllNullary
- Data.Aeson.Types.Internal.Rep_Value
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Vector
- Data.Aeson.Types.FromJSON.ConstructorNames
- Data.Aeson.Types.FromJSON.SumFromString
- Data.Aeson.Types.FromJSON.GFromJSON'
- Data.Aeson.Types.FromJSON.gParseJSON
- Data.Aeson.Types.FromJSON.withBoundedScientific
- Data.Aeson.Types.ToJSON.EncodeProduct
- Data.Aeson.Types.ToJSON.WriteProduct
- Data.Aeson.Types.ToJSON.ConsToJSON
- Data.Aeson.Types.ToJSON.GetConName
- Data.Aeson.Types.ToJSON.SumToJSON
- Data.Aeson.Types.ToJSON.gToJSON
Documentation created: dist/doc/html/aeson/, dist/doc/html/aeson/aeson.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/aeson-2.2.3.0-8S1sfK7zz1WD6ZuiYMZOyD
Completed aeson-2.2.3.0
Configuring mono-traversable-1.0.21.0...
Preprocessing library for mono-traversable-1.0.21.0..
Building library for mono-traversable-1.0.21.0..
[1 of 6] Compiling Data.MonoTraversable ( src/Data/MonoTraversable.hs, dist/build/Data/MonoTraversable.o, dist/build/Data/MonoTraversable.dyn_o )
src/Data/MonoTraversable.hs:1354:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ViewL a not matched: EmptyL
|
1354 | oextract ~(x :< _) = x
| ^^^^^^^^^^^^^^^^^^^^^^
src/Data/MonoTraversable.hs:1356:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ViewL a not matched: EmptyL
|
1356 | oextend f w@(~(_ :< xxs)) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Data/MonoTraversable.hs:1364:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ViewR a not matched: EmptyR
|
1364 | oextract ~(_ :> x) = x
| ^^^^^^^^^^^^^^^^^^^^^^
src/Data/MonoTraversable.hs:1366:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ViewR a not matched: EmptyR
|
1366 | oextend f w@(~(xxs :> _)) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[2 of 6] Compiling Data.Containers ( src/Data/Containers.hs, dist/build/Data/Containers.o, dist/build/Data/Containers.dyn_o )
[3 of 6] Compiling Data.MonoTraversable.Unprefixed ( src/Data/MonoTraversable/Unprefixed.hs, dist/build/Data/MonoTraversable/Unprefixed.o, dist/build/Data/MonoTraversable/Unprefixed.dyn_o )
[4 of 6] Compiling Data.Sequences ( src/Data/Sequences.hs, dist/build/Data/Sequences.o, dist/build/Data/Sequences.dyn_o )
[5 of 6] Compiling Data.NonNull ( src/Data/NonNull.hs, dist/build/Data/NonNull.o, dist/build/Data/NonNull.dyn_o )
[6 of 6] Compiling Paths_mono_traversable ( dist/build/autogen/Paths_mono_traversable.hs, dist/build/Paths_mono_traversable.o, dist/build/Paths_mono_traversable.dyn_o )
Preprocessing library for mono-traversable-1.0.21.0..
Running Haddock on library for mono-traversable-1.0.21.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.MonoTraversable ( src/Data/MonoTraversable.hs, nothing )
[2 of 6] Compiling Data.Containers ( src/Data/Containers.hs, nothing )
[3 of 6] Compiling Data.MonoTraversable.Unprefixed ( src/Data/MonoTraversable/Unprefixed.hs, nothing )
[4 of 6] Compiling Data.Sequences ( src/Data/Sequences.hs, nothing )
[5 of 6] Compiling Data.NonNull ( src/Data/NonNull.hs, nothing )
[6 of 6] Compiling Paths_mono_traversable ( dist/build/autogen/Paths_mono_traversable.hs, nothing )
Haddock coverage:
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldlUnwrap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'intercalate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'WrappedMono' is ambiguous. It is defined
* at src/Data/MonoTraversable.hs:1461:5
* at src/Data/MonoTraversable.hs:1460:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/MonoTraversable.hs:1460:1
94% ( 34 / 36) in 'Data.MonoTraversable'
Missing documentation for:
replaceElemStrictText (src/Data/MonoTraversable.hs:287)
replaceElemLazyText (src/Data/MonoTraversable.hs:290)
87% ( 7 / 8) in 'Data.Containers'
Missing documentation for:
Module header
100% ( 32 / 32) in 'Data.MonoTraversable.Unprefixed'
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'c' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'not' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Vector' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'z' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seq' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NonNull' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'SemiGroup' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NonEmpty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nfilter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'intercalate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'true' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 40 / 50) in 'Data.Sequences'
Missing documentation for:
splitElemStrictBS (src/Data/Sequences.hs:1525)
stripPrefixStrictBS (src/Data/Sequences.hs:1530)
stripSuffixStrictBS (src/Data/Sequences.hs:1535)
splitSeqLazyBS (src/Data/Sequences.hs:1547)
stripPrefixLazyBS (src/Data/Sequences.hs:1552)
stripSuffixLazyBS (src/Data/Sequences.hs:1557)
splitSeqStrictText (src/Data/Sequences.hs:1571)
replaceSeqStrictText (src/Data/Sequences.hs:1576)
splitSeqLazyText (src/Data/Sequences.hs:1590)
replaceSeqLazyText (src/Data/Sequences.hs:1595)
Warning: 'NonNull' is ambiguous. It is defined
* at src/Data/NonNull.hs:58:24
* at src/Data/NonNull.hs:58:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/NonNull.hs:58:1
Warning: 'NonEmpty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldl1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 30 / 30) in 'Data.NonNull'
Warning: Data.MonoTraversable: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Storable.Vector
- Data.Vector.Strict.Vector
Warning: Data.Containers: could not find link destinations for:
- Data.Containers.D:R:ContainerKeyIntSet
- Data.Containers.D:R:ContainerKeyHashSet
- Data.Containers.D:R:ContainerKeySet
- Data.Containers.D:R:ContainerKeyIntMap
- Data.Containers.D:R:ContainerKeyHashMap
- Data.Containers.D:R:ContainerKeyMap
- Data.Containers.D:R:BPMKeyConstraintMapkey
- Data.Containers.D:R:MapValueList
- Data.Containers.D:R:MapValueIntMap
- Data.Containers.D:R:MapValueHashMap
- Data.Containers.D:R:MapValueMap
- Data.Containers.D:R:BPMKeyConstraintHashMapkey
- Data.Containers.D:R:ContainerKeyList
- Data.Containers.D:R:KeySetHashMap
- Data.Containers.D:R:KeySetIntMap
- Data.Containers.D:R:KeySetMap
Warning: Data.Sequences: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Generic.Base.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Storable.Vector
- Data.Vector.Strict.Vector
- Data.Sequences.D:R:IndexVector
- Data.Sequences.D:R:IndexVector0
- Data.Sequences.D:R:IndexVector1
- Data.Sequences.D:R:IndexVector2
- Data.Sequences.D:R:IndexSeq
- Data.Sequences.D:R:IndexText
- Data.Sequences.D:R:IndexByteString
- Data.Sequences.D:R:IndexText0
- Data.Sequences.D:R:IndexByteString0
- Data.Sequences.D:R:IndexNonEmpty
- Data.Sequences.D:R:IndexList
- Data.NonNull.D:R:IndexNonNull
Warning: Data.NonNull: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Storable.Vector
- Data.Vector.Strict.Vector
- Data.NonNull.D:R:IndexNonNull
Documentation created: dist/doc/html/mono-traversable/,
dist/doc/html/mono-traversable/mono-traversable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/mono-traversable-1.0.21.0-Cry0e85e669LxF94diWhCR
Completed mono-traversable-1.0.21.0
Configuring dataframe-0.3.3.3...
Preprocessing library for dataframe-0.3.3.3..
Building library for dataframe-0.3.3.3..
[ 1 of 39] Compiling DataFrame.Display.Terminal.Colours ( src/DataFrame/Display/Terminal/Colours.hs, dist/build/DataFrame/Display/Terminal/Colours.o, dist/build/DataFrame/Display/Terminal/Colours.dyn_o )
[ 2 of 39] Compiling DataFrame.Display.Terminal.PrettyPrint ( src/DataFrame/Display/Terminal/PrettyPrint.hs, dist/build/DataFrame/Display/Terminal/PrettyPrint.o, dist/build/DataFrame/Display/Terminal/PrettyPrint.dyn_o )
[ 3 of 39] Compiling DataFrame.Errors ( src/DataFrame/Errors.hs, dist/build/DataFrame/Errors.o, dist/build/DataFrame/Errors.dyn_o )
[ 4 of 39] Compiling DataFrame.IO.Parquet.Binary ( src/DataFrame/IO/Parquet/Binary.hs, dist/build/DataFrame/IO/Parquet/Binary.o, dist/build/DataFrame/IO/Parquet/Binary.dyn_o )
[ 5 of 39] Compiling DataFrame.IO.Parquet.ColumnStatistics ( src/DataFrame/IO/Parquet/ColumnStatistics.hs, dist/build/DataFrame/IO/Parquet/ColumnStatistics.o, dist/build/DataFrame/IO/Parquet/ColumnStatistics.dyn_o )
[ 6 of 39] Compiling DataFrame.IO.Parquet.Compression ( src/DataFrame/IO/Parquet/Compression.hs, dist/build/DataFrame/IO/Parquet/Compression.o, dist/build/DataFrame/IO/Parquet/Compression.dyn_o )
[ 7 of 39] Compiling DataFrame.IO.Parquet.Encoding ( src/DataFrame/IO/Parquet/Encoding.hs, dist/build/DataFrame/IO/Parquet/Encoding.o, dist/build/DataFrame/IO/Parquet/Encoding.dyn_o )
[ 8 of 39] Compiling DataFrame.IO.Parquet.Time ( src/DataFrame/IO/Parquet/Time.hs, dist/build/DataFrame/IO/Parquet/Time.o, dist/build/DataFrame/IO/Parquet/Time.dyn_o )
[ 9 of 39] Compiling DataFrame.IO.Parquet.Types ( src/DataFrame/IO/Parquet/Types.hs, dist/build/DataFrame/IO/Parquet/Types.o, dist/build/DataFrame/IO/Parquet/Types.dyn_o )
[10 of 39] Compiling DataFrame.IO.Parquet.Thrift ( src/DataFrame/IO/Parquet/Thrift.hs, dist/build/DataFrame/IO/Parquet/Thrift.o, dist/build/DataFrame/IO/Parquet/Thrift.dyn_o )
[11 of 39] Compiling DataFrame.IO.Parquet.Page ( src/DataFrame/IO/Parquet/Page.hs, dist/build/DataFrame/IO/Parquet/Page.o, dist/build/DataFrame/IO/Parquet/Page.dyn_o )
[12 of 39] Compiling DataFrame.IO.Parquet.Levels ( src/DataFrame/IO/Parquet/Levels.hs, dist/build/DataFrame/IO/Parquet/Levels.o, dist/build/DataFrame/IO/Parquet/Levels.dyn_o )
[13 of 39] Compiling DataFrame.Internal.Parsing ( src/DataFrame/Internal/Parsing.hs, dist/build/DataFrame/Internal/Parsing.o, dist/build/DataFrame/Internal/Parsing.dyn_o )
[14 of 39] Compiling DataFrame.Internal.Statistics ( src/DataFrame/Internal/Statistics.hs, dist/build/DataFrame/Internal/Statistics.o, dist/build/DataFrame/Internal/Statistics.dyn_o )
[15 of 39] Compiling DataFrame.Internal.Types ( src/DataFrame/Internal/Types.hs, dist/build/DataFrame/Internal/Types.o, dist/build/DataFrame/Internal/Types.dyn_o )
[16 of 39] Compiling DataFrame.Internal.Column ( src/DataFrame/Internal/Column.hs, dist/build/DataFrame/Internal/Column.o, dist/build/DataFrame/Internal/Column.dyn_o )
[17 of 39] Compiling DataFrame.Internal.Schema ( src/DataFrame/Internal/Schema.hs, dist/build/DataFrame/Internal/Schema.o, dist/build/DataFrame/Internal/Schema.dyn_o )
[18 of 39] Compiling DataFrame.Internal.DataFrame ( src/DataFrame/Internal/DataFrame.hs, dist/build/DataFrame/Internal/DataFrame.o, dist/build/DataFrame/Internal/DataFrame.dyn_o )
[19 of 39] Compiling DataFrame.Internal.Row ( src/DataFrame/Internal/Row.hs, dist/build/DataFrame/Internal/Row.o, dist/build/DataFrame/Internal/Row.dyn_o )
[20 of 39] Compiling DataFrame.Internal.Expression ( src/DataFrame/Internal/Expression.hs, dist/build/DataFrame/Internal/Expression.o, dist/build/DataFrame/Internal/Expression.dyn_o )
[21 of 39] Compiling DataFrame.IO.Parquet.Dictionary ( src/DataFrame/IO/Parquet/Dictionary.hs, dist/build/DataFrame/IO/Parquet/Dictionary.o, dist/build/DataFrame/IO/Parquet/Dictionary.dyn_o )
[22 of 39] Compiling DataFrame.Lazy.IO.CSV ( src/DataFrame/Lazy/IO/CSV.hs, dist/build/DataFrame/Lazy/IO/CSV.o, dist/build/DataFrame/Lazy/IO/CSV.dyn_o )
[23 of 39] Compiling DataFrame.Operations.Core ( src/DataFrame/Operations/Core.hs, dist/build/DataFrame/Operations/Core.o, dist/build/DataFrame/Operations/Core.dyn_o )
[24 of 39] Compiling DataFrame.IO.Parquet ( src/DataFrame/IO/Parquet.hs, dist/build/DataFrame/IO/Parquet.o, dist/build/DataFrame/IO/Parquet.dyn_o )
[25 of 39] Compiling DataFrame.Operations.Merge ( src/DataFrame/Operations/Merge.hs, dist/build/DataFrame/Operations/Merge.o, dist/build/DataFrame/Operations/Merge.dyn_o )
[26 of 39] Compiling DataFrame.Operations.Sorting ( src/DataFrame/Operations/Sorting.hs, dist/build/DataFrame/Operations/Sorting.o, dist/build/DataFrame/Operations/Sorting.dyn_o )
[27 of 39] Compiling DataFrame.Operations.Transformations ( src/DataFrame/Operations/Transformations.hs, dist/build/DataFrame/Operations/Transformations.o, dist/build/DataFrame/Operations/Transformations.dyn_o )
[28 of 39] Compiling DataFrame.Operations.Subset ( src/DataFrame/Operations/Subset.hs, dist/build/DataFrame/Operations/Subset.o, dist/build/DataFrame/Operations/Subset.dyn_o )
[29 of 39] Compiling DataFrame.Operations.Statistics ( src/DataFrame/Operations/Statistics.hs, dist/build/DataFrame/Operations/Statistics.o, dist/build/DataFrame/Operations/Statistics.dyn_o )
[30 of 39] Compiling DataFrame.Operations.Aggregation ( src/DataFrame/Operations/Aggregation.hs, dist/build/DataFrame/Operations/Aggregation.o, dist/build/DataFrame/Operations/Aggregation.dyn_o )
[31 of 39] Compiling DataFrame.Operations.Join ( src/DataFrame/Operations/Join.hs, dist/build/DataFrame/Operations/Join.o, dist/build/DataFrame/Operations/Join.dyn_o )
[32 of 39] Compiling DataFrame.Display.Web.Plot ( src/DataFrame/Display/Web/Plot.hs, dist/build/DataFrame/Display/Web/Plot.o, dist/build/DataFrame/Display/Web/Plot.dyn_o )
[33 of 39] Compiling DataFrame.Display.Terminal.Plot ( src/DataFrame/Display/Terminal/Plot.hs, dist/build/DataFrame/Display/Terminal/Plot.o, dist/build/DataFrame/Display/Terminal/Plot.dyn_o )
[34 of 39] Compiling DataFrame.Lazy.Internal.DataFrame ( src/DataFrame/Lazy/Internal/DataFrame.hs, dist/build/DataFrame/Lazy/Internal/DataFrame.o, dist/build/DataFrame/Lazy/Internal/DataFrame.dyn_o )
[35 of 39] Compiling DataFrame.Lazy ( src/DataFrame/Lazy.hs, dist/build/DataFrame/Lazy.o, dist/build/DataFrame/Lazy.dyn_o )
[36 of 39] Compiling DataFrame.Functions ( src/DataFrame/Functions.hs, dist/build/DataFrame/Functions.o, dist/build/DataFrame/Functions.dyn_o )
[37 of 39] Compiling DataFrame.Operations.Typing ( src/DataFrame/Operations/Typing.hs, dist/build/DataFrame/Operations/Typing.o, dist/build/DataFrame/Operations/Typing.dyn_o )
[38 of 39] Compiling DataFrame.IO.CSV ( src/DataFrame/IO/CSV.hs, dist/build/DataFrame/IO/CSV.o, dist/build/DataFrame/IO/CSV.dyn_o )
[39 of 39] Compiling DataFrame ( src/DataFrame.hs, dist/build/DataFrame.o, dist/build/DataFrame.dyn_o )
Preprocessing executable 'dataframe' for dataframe-0.3.3.3..
Building executable 'dataframe' for dataframe-0.3.3.3..
[1 of 1] Compiling Main ( app/Main.hs, dist/build/dataframe/dataframe-tmp/Main.o )
[2 of 2] Linking dist/build/dataframe/dataframe
Preprocessing library for dataframe-0.3.3.3..
Running Haddock on library for dataframe-0.3.3.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 39] Compiling DataFrame.Display.Terminal.Colours ( src/DataFrame/Display/Terminal/Colours.hs, /tmp/ghc1481338_0/ghc_2.o, /tmp/ghc1481338_0/ghc_2.dyn_o )
[ 2 of 39] Compiling DataFrame.Display.Terminal.PrettyPrint ( src/DataFrame/Display/Terminal/PrettyPrint.hs, /tmp/ghc1481338_0/ghc_4.o, /tmp/ghc1481338_0/ghc_4.dyn_o )
[ 3 of 39] Compiling DataFrame.Errors ( src/DataFrame/Errors.hs, /tmp/ghc1481338_0/ghc_6.o, /tmp/ghc1481338_0/ghc_6.dyn_o )
[ 4 of 39] Compiling DataFrame.IO.Parquet.Binary ( src/DataFrame/IO/Parquet/Binary.hs, nothing )
[ 5 of 39] Compiling DataFrame.IO.Parquet.ColumnStatistics ( src/DataFrame/IO/Parquet/ColumnStatistics.hs, nothing )
[ 6 of 39] Compiling DataFrame.IO.Parquet.Compression ( src/DataFrame/IO/Parquet/Compression.hs, nothing )
[ 7 of 39] Compiling DataFrame.IO.Parquet.Encoding ( src/DataFrame/IO/Parquet/Encoding.hs, nothing )
[ 8 of 39] Compiling DataFrame.IO.Parquet.Time ( src/DataFrame/IO/Parquet/Time.hs, nothing )
[ 9 of 39] Compiling DataFrame.IO.Parquet.Types ( src/DataFrame/IO/Parquet/Types.hs, nothing )
[10 of 39] Compiling DataFrame.IO.Parquet.Thrift ( src/DataFrame/IO/Parquet/Thrift.hs, nothing )
[11 of 39] Compiling DataFrame.IO.Parquet.Page ( src/DataFrame/IO/Parquet/Page.hs, nothing )
[12 of 39] Compiling DataFrame.IO.Parquet.Levels ( src/DataFrame/IO/Parquet/Levels.hs, nothing )
[13 of 39] Compiling DataFrame.Internal.Parsing ( src/DataFrame/Internal/Parsing.hs, /tmp/ghc1481338_0/ghc_14.o, /tmp/ghc1481338_0/ghc_14.dyn_o )
[14 of 39] Compiling DataFrame.Internal.Statistics ( src/DataFrame/Internal/Statistics.hs, /tmp/ghc1481338_0/ghc_18.o, /tmp/ghc1481338_0/ghc_18.dyn_o )
[15 of 39] Compiling DataFrame.Internal.Types ( src/DataFrame/Internal/Types.hs, /tmp/ghc1481338_0/ghc_20.o, /tmp/ghc1481338_0/ghc_20.dyn_o )
[16 of 39] Compiling DataFrame.Internal.Column ( src/DataFrame/Internal/Column.hs, /tmp/ghc1481338_0/ghc_8.o, /tmp/ghc1481338_0/ghc_8.dyn_o )
[17 of 39] Compiling DataFrame.Internal.Schema ( src/DataFrame/Internal/Schema.hs, nothing )
[18 of 39] Compiling DataFrame.Internal.DataFrame ( src/DataFrame/Internal/DataFrame.hs, /tmp/ghc1481338_0/ghc_10.o, /tmp/ghc1481338_0/ghc_10.dyn_o )
[19 of 39] Compiling DataFrame.Internal.Row ( src/DataFrame/Internal/Row.hs, /tmp/ghc1481338_0/ghc_16.o, /tmp/ghc1481338_0/ghc_16.dyn_o )
[20 of 39] Compiling DataFrame.Internal.Expression ( src/DataFrame/Internal/Expression.hs, /tmp/ghc1481338_0/ghc_12.o, /tmp/ghc1481338_0/ghc_12.dyn_o )
[21 of 39] Compiling DataFrame.IO.Parquet.Dictionary ( src/DataFrame/IO/Parquet/Dictionary.hs, nothing )
[22 of 39] Compiling DataFrame.Lazy.IO.CSV ( src/DataFrame/Lazy/IO/CSV.hs, nothing )
[23 of 39] Compiling DataFrame.Operations.Core ( src/DataFrame/Operations/Core.hs, /tmp/ghc1481338_0/ghc_22.o, /tmp/ghc1481338_0/ghc_22.dyn_o )
[24 of 39] Compiling DataFrame.IO.Parquet ( src/DataFrame/IO/Parquet.hs, nothing )
[25 of 39] Compiling DataFrame.Operations.Merge ( src/DataFrame/Operations/Merge.hs, nothing )
[26 of 39] Compiling DataFrame.Operations.Sorting ( src/DataFrame/Operations/Sorting.hs, nothing )
[27 of 39] Compiling DataFrame.Operations.Transformations ( src/DataFrame/Operations/Transformations.hs, /tmp/ghc1481338_0/ghc_28.o, /tmp/ghc1481338_0/ghc_28.dyn_o )
[28 of 39] Compiling DataFrame.Operations.Subset ( src/DataFrame/Operations/Subset.hs, /tmp/ghc1481338_0/ghc_26.o, /tmp/ghc1481338_0/ghc_26.dyn_o )
[29 of 39] Compiling DataFrame.Operations.Statistics ( src/DataFrame/Operations/Statistics.hs, /tmp/ghc1481338_0/ghc_24.o, /tmp/ghc1481338_0/ghc_24.dyn_o )
[30 of 39] Compiling DataFrame.Operations.Aggregation ( src/DataFrame/Operations/Aggregation.hs, nothing )
[31 of 39] Compiling DataFrame.Operations.Join ( src/DataFrame/Operations/Join.hs, nothing )
[32 of 39] Compiling DataFrame.Display.Web.Plot ( src/DataFrame/Display/Web/Plot.hs, nothing )
[33 of 39] Compiling DataFrame.Display.Terminal.Plot ( src/DataFrame/Display/Terminal/Plot.hs, nothing )
[34 of 39] Compiling DataFrame.Lazy.Internal.DataFrame ( src/DataFrame/Lazy/Internal/DataFrame.hs, nothing )
[35 of 39] Compiling DataFrame.Lazy ( src/DataFrame/Lazy.hs, nothing )
[36 of 39] Compiling DataFrame.Functions ( src/DataFrame/Functions.hs, nothing )
[37 of 39] Compiling DataFrame.Operations.Typing ( src/DataFrame/Operations/Typing.hs, nothing )
[38 of 39] Compiling DataFrame.IO.CSV ( src/DataFrame/IO/CSV.hs, nothing )
[39 of 39] Compiling DataFrame ( src/DataFrame.hs, nothing )
Haddock coverage:
0% ( 0 / 5) in 'DataFrame.Display.Terminal.Colours'
Missing documentation for:
Module header
red (src/DataFrame/Display/Terminal/Colours.hs:5)
green (src/DataFrame/Display/Terminal/Colours.hs:8)
brightGreen (src/DataFrame/Display/Terminal/Colours.hs:11)
brightBlue (src/DataFrame/Display/Terminal/Colours.hs:14)
0% ( 0 / 10) in 'DataFrame.Display.Terminal.PrettyPrint'
Missing documentation for:
Module header
Filler (src/DataFrame/Display/Terminal/PrettyPrint.hs:13)
ColDesc (src/DataFrame/Display/Terminal/PrettyPrint.hs:16)
fillLeft (src/DataFrame/Display/Terminal/PrettyPrint.hs:25)
fillRight (src/DataFrame/Display/Terminal/PrettyPrint.hs:28)
fillCenter (src/DataFrame/Display/Terminal/PrettyPrint.hs:31)
left (src/DataFrame/Display/Terminal/PrettyPrint.hs:42)
right (src/DataFrame/Display/Terminal/PrettyPrint.hs:45)
center (src/DataFrame/Display/Terminal/PrettyPrint.hs:48)
showTable (src/DataFrame/Display/Terminal/PrettyPrint.hs:51)
0% ( 0 / 11) in 'DataFrame.Errors'
Missing documentation for:
Module header
TypeErrorContext (src/DataFrame/Errors.hs:18)
DataFrameException (src/DataFrame/Errors.hs:25)
columnNotFound (src/DataFrame/Errors.hs:68)
typeMismatchError (src/DataFrame/Errors.hs:79)
emptyDataSetError (src/DataFrame/Errors.hs:89)
wrongQuantileNumberError (src/DataFrame/Errors.hs:95)
wrongQuantileIndexError (src/DataFrame/Errors.hs:102)
addCallPointInfo (src/DataFrame/Errors.hs:113)
guessColumnName (src/DataFrame/Errors.hs:134)
editDistance (src/DataFrame/Errors.hs:139)
0% ( 0 / 20) in 'DataFrame.IO.Parquet.Binary'
Missing documentation for:
Module header
littleEndianWord32 (src/DataFrame/IO/Parquet/Binary.hs:14)
littleEndianWord64 (src/DataFrame/IO/Parquet/Binary.hs:23)
littleEndianInt32 (src/DataFrame/IO/Parquet/Binary.hs:30)
word64ToLittleEndian (src/DataFrame/IO/Parquet/Binary.hs:33)
word32ToLittleEndian (src/DataFrame/IO/Parquet/Binary.hs:36)
readUVarInt (src/DataFrame/IO/Parquet/Binary.hs:39)
readVarIntFromBytes (src/DataFrame/IO/Parquet/Binary.hs:57)
readIntFromBytes (src/DataFrame/IO/Parquet/Binary.hs:66)
readInt32FromBytes (src/DataFrame/IO/Parquet/Binary.hs:72)
readAndAdvance (src/DataFrame/IO/Parquet/Binary.hs:79)
readVarIntFromBuffer (src/DataFrame/IO/Parquet/Binary.hs:86)
readIntFromBuffer (src/DataFrame/IO/Parquet/Binary.hs:97)
readInt32FromBuffer (src/DataFrame/IO/Parquet/Binary.hs:103)
readString (src/DataFrame/IO/Parquet/Binary.hs:109)
readByteStringFromBytes (src/DataFrame/IO/Parquet/Binary.hs:114)
readByteString (src/DataFrame/IO/Parquet/Binary.hs:121)
readByteString' (src/DataFrame/IO/Parquet/Binary.hs:126)
readSingleByte (src/DataFrame/IO/Parquet/Binary.hs:129)
readNoAdvance (src/DataFrame/IO/Parquet/Binary.hs:132)
0% ( 0 / 3) in 'DataFrame.IO.Parquet.ColumnStatistics'
Missing documentation for:
Module header
ColumnStatistics (src/DataFrame/IO/Parquet/ColumnStatistics.hs:6)
emptyColumnStatistics (src/DataFrame/IO/Parquet/ColumnStatistics.hs:19)
0% ( 0 / 3) in 'DataFrame.IO.Parquet.Compression'
Missing documentation for:
Module header
CompressionCodec (src/DataFrame/IO/Parquet/Compression.hs:5)
compressionCodecFromInt (src/DataFrame/IO/Parquet/Compression.hs:18)
0% ( 0 / 7) in 'DataFrame.IO.Parquet.Encoding'
Missing documentation for:
Module header
ceilLog2 (src/DataFrame/IO/Parquet/Encoding.hs:9)
bitWidthForMaxLevel (src/DataFrame/IO/Parquet/Encoding.hs:14)
bytesForBW (src/DataFrame/IO/Parquet/Encoding.hs:17)
unpackBitPacked (src/DataFrame/IO/Parquet/Encoding.hs:20)
decodeRLEBitPackedHybrid (src/DataFrame/IO/Parquet/Encoding.hs:43)
decodeDictIndicesV1 (src/DataFrame/IO/Parquet/Encoding.hs:73)
0% ( 0 / 6) in 'DataFrame.IO.Parquet.Time'
Missing documentation for:
Module header
int96ToUTCTime (src/DataFrame/IO/Parquet/Time.hs:11)
julianDayAndNanosToUTCTime (src/DataFrame/IO/Parquet/Time.hs:20)
julianDayToDay (src/DataFrame/IO/Parquet/Time.hs:27)
utcTimeToInt96 (src/DataFrame/IO/Parquet/Time.hs:42)
dayToJulianDay (src/DataFrame/IO/Parquet/Time.hs:50)
0% ( 0 / 37) in 'DataFrame.IO.Parquet.Types'
Missing documentation for:
Module header
ParquetType (src/DataFrame/IO/Parquet/Types.hs:8)
parquetTypeFromInt (src/DataFrame/IO/Parquet/Types.hs:21)
PageType (src/DataFrame/IO/Parquet/Types.hs:31)
pageTypeFromInt (src/DataFrame/IO/Parquet/Types.hs:40)
ParquetEncoding (src/DataFrame/IO/Parquet/Types.hs:46)
parquetEncodingFromInt (src/DataFrame/IO/Parquet/Types.hs:60)
CompressionCodec (src/DataFrame/IO/Parquet/Types.hs:71)
PageEncodingStats (src/DataFrame/IO/Parquet/Types.hs:83)
emptyPageEncodingStats (src/DataFrame/IO/Parquet/Types.hs:91)
SizeStatistics (src/DataFrame/IO/Parquet/Types.hs:93)
emptySizeStatistics (src/DataFrame/IO/Parquet/Types.hs:101)
BoundingBox (src/DataFrame/IO/Parquet/Types.hs:103)
emptyBoundingBox (src/DataFrame/IO/Parquet/Types.hs:116)
GeospatialStatistics (src/DataFrame/IO/Parquet/Types.hs:118)
emptyGeospatialStatistics (src/DataFrame/IO/Parquet/Types.hs:125)
ColumnStatistics (src/DataFrame/IO/Parquet/Types.hs:127)
emptyColumnStatistics (src/DataFrame/IO/Parquet/Types.hs:140)
ColumnCryptoMetadata (src/DataFrame/IO/Parquet/Types.hs:142)
SortingColumn (src/DataFrame/IO/Parquet/Types.hs:151)
emptySortingColumn (src/DataFrame/IO/Parquet/Types.hs:159)
ColumnOrder (src/DataFrame/IO/Parquet/Types.hs:161)
EncryptionAlgorithm (src/DataFrame/IO/Parquet/Types.hs:166)
DictVals (src/DataFrame/IO/Parquet/Types.hs:180)
Page (src/DataFrame/IO/Parquet/Types.hs:190)
PageHeader (src/DataFrame/IO/Parquet/Types.hs:196)
emptyPageHeader (src/DataFrame/IO/Parquet/Types.hs:205)
PageTypeHeader (src/DataFrame/IO/Parquet/Types.hs:207)
emptyDictionaryPageHeader (src/DataFrame/IO/Parquet/Types.hs:234)
emptyDataPageHeader (src/DataFrame/IO/Parquet/Types.hs:235)
emptyDataPageHeaderV2 (src/DataFrame/IO/Parquet/Types.hs:242)
RepetitionType (src/DataFrame/IO/Parquet/Types.hs:253)
LogicalType (src/DataFrame/IO/Parquet/Types.hs:256)
TimeUnit (src/DataFrame/IO/Parquet/Types.hs:278)
EdgeInterpolationAlgorithm (src/DataFrame/IO/Parquet/Types.hs:285)
repetitionTypeFromInt (src/DataFrame/IO/Parquet/Types.hs:294)
compressionCodecFromInt (src/DataFrame/IO/Parquet/Types.hs:300)
0% ( 0 / 50) in 'DataFrame.IO.Parquet.Thrift'
Missing documentation for:
Module header
SchemaElement (src/DataFrame/IO/Parquet/Thrift.hs:19)
KeyValue (src/DataFrame/IO/Parquet/Thrift.hs:33)
FileMetadata (src/DataFrame/IO/Parquet/Thrift.hs:39)
TType (src/DataFrame/IO/Parquet/Thrift.hs:52)
defaultMetadata (src/DataFrame/IO/Parquet/Thrift.hs:69)
ColumnMetaData (src/DataFrame/IO/Parquet/Thrift.hs:82)
ColumnChunk (src/DataFrame/IO/Parquet/Thrift.hs:103)
RowGroup (src/DataFrame/IO/Parquet/Thrift.hs:116)
defaultSchemaElement (src/DataFrame/IO/Parquet/Thrift.hs:128)
emptyColumnMetadata (src/DataFrame/IO/Parquet/Thrift.hs:142)
emptyColumnChunk (src/DataFrame/IO/Parquet/Thrift.hs:163)
emptyKeyValue (src/DataFrame/IO/Parquet/Thrift.hs:167)
emptyRowGroup (src/DataFrame/IO/Parquet/Thrift.hs:170)
compactBooleanTrue (src/DataFrame/IO/Parquet/Thrift.hs:180)
compactI32 (src/DataFrame/IO/Parquet/Thrift.hs:181)
compactI64 (src/DataFrame/IO/Parquet/Thrift.hs:182)
compactDouble (src/DataFrame/IO/Parquet/Thrift.hs:183)
compactBinary (src/DataFrame/IO/Parquet/Thrift.hs:184)
compactList (src/DataFrame/IO/Parquet/Thrift.hs:185)
compactStruct (src/DataFrame/IO/Parquet/Thrift.hs:186)
toTType (src/DataFrame/IO/Parquet/Thrift.hs:189)
readField (src/DataFrame/IO/Parquet/Thrift.hs:204)
skipToStructEnd (src/DataFrame/IO/Parquet/Thrift.hs:218)
skipFieldData (src/DataFrame/IO/Parquet/Thrift.hs:233)
skipList (src/DataFrame/IO/Parquet/Thrift.hs:244)
readMetadata (src/DataFrame/IO/Parquet/Thrift.hs:251)
readFileMetaData (src/DataFrame/IO/Parquet/Thrift.hs:270)
readSchemaElement (src/DataFrame/IO/Parquet/Thrift.hs:389)
readRowGroup (src/DataFrame/IO/Parquet/Thrift.hs:480)
readColumnChunk (src/DataFrame/IO/Parquet/Thrift.hs:517)
readColumnMetadata (src/DataFrame/IO/Parquet/Thrift.hs:589)
readEncryptionAlgorithm (src/DataFrame/IO/Parquet/Thrift.hs:721)
readColumnOrder (src/DataFrame/IO/Parquet/Thrift.hs:744)
readAesGcmCtrV1 (src/DataFrame/IO/Parquet/Thrift.hs:761)
readAesGcmV1 (src/DataFrame/IO/Parquet/Thrift.hs:796)
readTypeOrder (src/DataFrame/IO/Parquet/Thrift.hs:821)
readKeyValue (src/DataFrame/IO/Parquet/Thrift.hs:832)
readPageEncodingStats (src/DataFrame/IO/Parquet/Thrift.hs:852)
readParquetEncoding (src/DataFrame/IO/Parquet/Thrift.hs:875)
readStatistics (src/DataFrame/IO/Parquet/Thrift.hs:884)
readSizeStatistics (src/DataFrame/IO/Parquet/Thrift.hs:937)
footerSize (src/DataFrame/IO/Parquet/Thrift.hs:977)
toIntegralType (src/DataFrame/IO/Parquet/Thrift.hs:980)
readLogicalType (src/DataFrame/IO/Parquet/Thrift.hs:989)
readIntType (src/DataFrame/IO/Parquet/Thrift.hs:1059)
readDecimalType (src/DataFrame/IO/Parquet/Thrift.hs:1087)
readTimeType (src/DataFrame/IO/Parquet/Thrift.hs:1108)
readTimestampType (src/DataFrame/IO/Parquet/Thrift.hs:1130)
readUnit (src/DataFrame/IO/Parquet/Thrift.hs:1145)
0% ( 0 / 16) in 'DataFrame.IO.Parquet.Page'
Missing documentation for:
Module header
isDataPage (src/DataFrame/IO/Parquet/Page.hs:19)
isDictionaryPage (src/DataFrame/IO/Parquet/Page.hs:25)
readPage (src/DataFrame/IO/Parquet/Page.hs:30)
readPageHeader (src/DataFrame/IO/Parquet/Page.hs:52)
readPageTypeHeader (src/DataFrame/IO/Parquet/Page.hs:103)
readField' (src/DataFrame/IO/Parquet/Page.hs:242)
readAllPages (src/DataFrame/IO/Parquet/Page.hs:255)
readNInt32 (src/DataFrame/IO/Parquet/Page.hs:265)
readNDouble (src/DataFrame/IO/Parquet/Page.hs:273)
readNByteArrays (src/DataFrame/IO/Parquet/Page.hs:281)
readNBool (src/DataFrame/IO/Parquet/Page.hs:290)
readNInt64 (src/DataFrame/IO/Parquet/Page.hs:300)
readNFloat (src/DataFrame/IO/Parquet/Page.hs:308)
splitFixed (src/DataFrame/IO/Parquet/Page.hs:316)
readStatisticsFromBytes (src/DataFrame/IO/Parquet/Page.hs:325)
0% ( 0 / 9) in 'DataFrame.IO.Parquet.Levels'
Missing documentation for:
Module header
readLevelsV1 (src/DataFrame/IO/Parquet/Levels.hs:14)
readLevelsV2 (src/DataFrame/IO/Parquet/Levels.hs:41)
stitchNullable (src/DataFrame/IO/Parquet/Levels.hs:57)
SNode (src/DataFrame/IO/Parquet/Levels.hs:66)
parseOne (src/DataFrame/IO/Parquet/Levels.hs:74)
parseMany (src/DataFrame/IO/Parquet/Levels.hs:87)
parseAll (src/DataFrame/IO/Parquet/Levels.hs:94)
levelsForPath (src/DataFrame/IO/Parquet/Levels.hs:98)
0% ( 0 / 13) in 'DataFrame.Internal.Parsing'
Missing documentation for:
Module header
isNullish (src/DataFrame/Internal/Parsing.hs:16)
readValue (src/DataFrame/Internal/Parsing.hs:19)
readInteger (src/DataFrame/Internal/Parsing.hs:24)
readInt (src/DataFrame/Internal/Parsing.hs:30)
readByteStringInt (src/DataFrame/Internal/Parsing.hs:37)
readByteStringDouble (src/DataFrame/Internal/Parsing.hs:44)
readDouble (src/DataFrame/Internal/Parsing.hs:55)
readIntegerEither (src/DataFrame/Internal/Parsing.hs:63)
readIntEither (src/DataFrame/Internal/Parsing.hs:70)
readDoubleEither (src/DataFrame/Internal/Parsing.hs:77)
safeReadValue (src/DataFrame/Internal/Parsing.hs:85)
readWithDefault (src/DataFrame/Internal/Parsing.hs:88)
0% ( 0 / 19) in 'DataFrame.Internal.Statistics'
Missing documentation for:
Module header
mean' (src/DataFrame/Internal/Statistics.hs:15)
median' (src/DataFrame/Internal/Statistics.hs:21)
VarAcc (src/DataFrame/Internal/Statistics.hs:37)
varianceStep (src/DataFrame/Internal/Statistics.hs:40)
computeVariance (src/DataFrame/Internal/Statistics.hs:49)
variance' (src/DataFrame/Internal/Statistics.hs:55)
SkewAcc (src/DataFrame/Internal/Statistics.hs:59)
skewnessStep (src/DataFrame/Internal/Statistics.hs:62)
computeSkewness (src/DataFrame/Internal/Statistics.hs:73)
skewness' (src/DataFrame/Internal/Statistics.hs:79)
correlation' (src/DataFrame/Internal/Statistics.hs:83)
quantiles' (src/DataFrame/Internal/Statistics.hs:108)
interQuartileRange' (src/DataFrame/Internal/Statistics.hs:133)
meanSquaredError (src/DataFrame/Internal/Statistics.hs:139)
mutualInformationBinned (src/DataFrame/Internal/Statistics.hs:148)
binIndex (src/DataFrame/Internal/Statistics.hs:178)
bincount (src/DataFrame/Internal/Statistics.hs:187)
jointBincount (src/DataFrame/Internal/Statistics.hs:197)
Warning: 'vector' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toColumn' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
36% ( 7 / 19) in 'DataFrame.Internal.Types'
Missing documentation for:
Module header
Columnable' (src/DataFrame/Internal/Types.hs:22)
Numeric (src/DataFrame/Internal/Types.hs:55)
sNumeric (src/DataFrame/Internal/Types.hs:93)
When (src/DataFrame/Internal/Types.hs:95)
UnboxIf (src/DataFrame/Internal/Types.hs:99)
IntegralTypes (src/DataFrame/Internal/Types.hs:101)
sIntegral (src/DataFrame/Internal/Types.hs:116)
IntegralIf (src/DataFrame/Internal/Types.hs:118)
FloatingTypes (src/DataFrame/Internal/Types.hs:120)
sFloating (src/DataFrame/Internal/Types.hs:126)
FloatingIf (src/DataFrame/Internal/Types.hs:128)
86% ( 40 / 46) in 'DataFrame.Internal.Column'
Missing documentation for:
Module header
MutableColumn (src/DataFrame/Internal/Column.hs:48)
findIndices (src/DataFrame/Internal/Column.hs:353)
headColumn (src/DataFrame/Internal/Column.hs:591)
writeColumn (src/DataFrame/Internal/Column.hs:754)
freezeColumn' (src/DataFrame/Internal/Column.hs:776)
0% ( 0 / 4) in 'DataFrame.Internal.Schema'
Missing documentation for:
Module header
SchemaType (src/DataFrame/Internal/Schema.hs:20)
schemaType (src/DataFrame/Internal/Schema.hs:30)
Schema (src/DataFrame/Internal/Schema.hs:32)
Warning: 'aggregate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
81% ( 13 / 16) in 'DataFrame.Internal.DataFrame'
Missing documentation for:
Module header
DataFrame (src/DataFrame/Internal/DataFrame.hs:27)
asText (src/DataFrame/Internal/DataFrame.hs:78)
30% ( 4 / 13) in 'DataFrame.Internal.Row'
Missing documentation for:
Module header
Any (src/DataFrame/Internal/Row.hs:41)
showValue (src/DataFrame/Internal/Row.hs:61)
Row (src/DataFrame/Internal/Row.hs:86)
!? (src/DataFrame/Internal/Row.hs:89)
mkColumnFromRow (src/DataFrame/Internal/Row.hs:94)
mkRowFromArgs (src/DataFrame/Internal/Row.hs:159)
mkRowRep (src/DataFrame/Internal/Row.hs:173)
sortedIndexes' (src/DataFrame/Internal/Row.hs:198)
0% ( 0 / 14) in 'DataFrame.Internal.Expression'
Missing documentation for:
Module header
Expr (src/DataFrame/Internal/Expression.hs:31)
UExpr (src/DataFrame/Internal/Expression.hs:95)
interpret (src/DataFrame/Internal/Expression.hs:102)
AggregationResult (src/DataFrame/Internal/Expression.hs:416)
mkUnaggregatedColumn (src/DataFrame/Internal/Expression.hs:424)
nestedTypeException (src/DataFrame/Internal/Expression.hs:438)
interpretAggregation (src/DataFrame/Internal/Expression.hs:462)
add (src/DataFrame/Internal/Expression.hs:884)
sub (src/DataFrame/Internal/Expression.hs:887)
mult (src/DataFrame/Internal/Expression.hs:890)
divide (src/DataFrame/Internal/Expression.hs:900)
replaceExpr (src/DataFrame/Internal/Expression.hs:950)
eSize (src/DataFrame/Internal/Expression.hs:969)
0% ( 0 / 20) in 'DataFrame.IO.Parquet.Dictionary'
Missing documentation for:
Module header
dictCardinality (src/DataFrame/IO/Parquet/Dictionary.hs:22)
readDictVals (src/DataFrame/IO/Parquet/Dictionary.hs:31)
readPageInt32 (src/DataFrame/IO/Parquet/Dictionary.hs:42)
readPageWord64 (src/DataFrame/IO/Parquet/Dictionary.hs:46)
readPageBytes (src/DataFrame/IO/Parquet/Dictionary.hs:51)
readPageBool (src/DataFrame/IO/Parquet/Dictionary.hs:59)
readPageInt64 (src/DataFrame/IO/Parquet/Dictionary.hs:64)
readPageFloat (src/DataFrame/IO/Parquet/Dictionary.hs:68)
readNInt96Times (src/DataFrame/IO/Parquet/Dictionary.hs:73)
readPageInt96Times (src/DataFrame/IO/Parquet/Dictionary.hs:82)
readPageFixedBytes (src/DataFrame/IO/Parquet/Dictionary.hs:88)
decodeDictV1 (src/DataFrame/IO/Parquet/Dictionary.hs:95)
toMaybeInt32 (src/DataFrame/IO/Parquet/Dictionary.hs:131)
toMaybeDouble (src/DataFrame/IO/Parquet/Dictionary.hs:138)
toMaybeText (src/DataFrame/IO/Parquet/Dictionary.hs:145)
toMaybeBool (src/DataFrame/IO/Parquet/Dictionary.hs:152)
toMaybeInt64 (src/DataFrame/IO/Parquet/Dictionary.hs:159)
toMaybeFloat (src/DataFrame/IO/Parquet/Dictionary.hs:166)
toMaybeUTCTime (src/DataFrame/IO/Parquet/Dictionary.hs:173)
37% ( 9 / 24) in 'DataFrame.Lazy.IO.CSV'
Missing documentation for:
Module header
getInitialDataVectors (src/DataFrame/Lazy/IO/CSV.hs:145)
inferValueType (src/DataFrame/Lazy/IO/CSV.hs:164)
readSingleLine (src/DataFrame/Lazy/IO/CSV.hs:176)
parseSep (src/DataFrame/Lazy/IO/CSV.hs:257)
record (src/DataFrame/Lazy/IO/CSV.hs:261)
parseRow (src/DataFrame/Lazy/IO/CSV.hs:267)
field (src/DataFrame/Lazy/IO/CSV.hs:270)
unquotedTerminators (src/DataFrame/Lazy/IO/CSV.hs:276)
unquotedField (src/DataFrame/Lazy/IO/CSV.hs:279)
quotedField (src/DataFrame/Lazy/IO/CSV.hs:286)
lineEnd (src/DataFrame/Lazy/IO/CSV.hs:298)
writeCsv (src/DataFrame/Lazy/IO/CSV.hs:331)
writeSeparated (src/DataFrame/Lazy/IO/CSV.hs:340)
getRowAsText (src/DataFrame/Lazy/IO/CSV.hs:349)
75% ( 15 / 20) in 'DataFrame.Operations.Core'
Missing documentation for:
Module header
renameSafe (src/DataFrame/Operations/Core.hs:316)
ColumnInfo (src/DataFrame/Operations/Core.hs:324)
nulls (src/DataFrame/Operations/Core.hs:419)
partiallyParsed (src/DataFrame/Operations/Core.hs:432)
16% ( 1 / 6) in 'DataFrame.IO.Parquet'
Missing documentation for:
Module header
readMetadataFromPath (src/DataFrame/IO/Parquet.hs:111)
readMetadataSizeFromFooter (src/DataFrame/IO/Parquet.hs:118)
getColumnPaths (src/DataFrame/IO/Parquet.hs:132)
processColumnPages (src/DataFrame/IO/Parquet.hs:154)
50% ( 1 / 2) in 'DataFrame.Operations.Merge'
Missing documentation for:
Module header
66% ( 2 / 3) in 'DataFrame.Operations.Sorting'
Missing documentation for:
Module header
Warning: 'alias' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
90% ( 9 / 10) in 'DataFrame.Operations.Transformations'
Missing documentation for:
Module header
79% ( 23 / 29) in 'DataFrame.Operations.Subset'
Missing documentation for:
Module header
clip (src/DataFrame/Operations/Subset.hs:85)
filterByVector (src/DataFrame/Operations/Subset.hs:113)
indexes (src/DataFrame/Operations/Subset.hs:134)
SelectionCriteria (src/DataFrame/Operations/Subset.hs:238)
generateRandomVector (src/DataFrame/Operations/Subset.hs:400)
68% ( 11 / 16) in 'DataFrame.Operations.Statistics'
Missing documentation for:
Module header
_getColumnAsDouble (src/DataFrame/Operations/Statistics.hs:113)
applyStatistic (src/DataFrame/Operations/Statistics.hs:144)
applyStatistics (src/DataFrame/Operations/Statistics.hs:158)
toPct2dp (src/DataFrame/Operations/Statistics.hs:221)
44% ( 4 / 9) in 'DataFrame.Operations.Aggregation'
Missing documentation for:
Module header
changingPoints (src/DataFrame/Operations/Aggregation.hs:68)
mkRowRep (src/DataFrame/Operations/Aggregation.hs:76)
mkGroupedColumns (src/DataFrame/Operations/Aggregation.hs:101)
selectIndices (src/DataFrame/Operations/Aggregation.hs:136)
75% ( 3 / 4) in 'DataFrame.Operations.Join'
Missing documentation for:
Module header
0% ( 0 / 48) in 'DataFrame.Display.Web.Plot'
Missing documentation for:
Module header
HtmlPlot (src/DataFrame/Display/Web/Plot.hs:43)
PlotConfig (src/DataFrame/Display/Web/Plot.hs:45)
PlotType (src/DataFrame/Display/Web/Plot.hs:53)
defaultPlotConfig (src/DataFrame/Display/Web/Plot.hs:65)
chartJsScript (src/DataFrame/Display/Web/Plot.hs:75)
generateChartId (src/DataFrame/Display/Web/Plot.hs:79)
wrapInHTML (src/DataFrame/Display/Web/Plot.hs:88)
plotHistogram (src/DataFrame/Display/Web/Plot.hs:104)
plotHistogramWith (src/DataFrame/Display/Web/Plot.hs:108)
calculateHistogram (src/DataFrame/Display/Web/Plot.hs:164)
plotScatter (src/DataFrame/Display/Web/Plot.hs:169)
plotScatterWith (src/DataFrame/Display/Web/Plot.hs:173)
plotScatterBy (src/DataFrame/Display/Web/Plot.hs:227)
plotScatterByWith (src/DataFrame/Display/Web/Plot.hs:232)
plotLines (src/DataFrame/Display/Web/Plot.hs:312)
plotLinesWith (src/DataFrame/Display/Web/Plot.hs:316)
plotBars (src/DataFrame/Display/Web/Plot.hs:386)
plotBarsWith (src/DataFrame/Display/Web/Plot.hs:391)
plotSingleBars (src/DataFrame/Display/Web/Plot.hs:398)
plotPie (src/DataFrame/Display/Web/Plot.hs:487)
plotPieWith (src/DataFrame/Display/Web/Plot.hs:492)
pieColors (src/DataFrame/Display/Web/Plot.hs:578)
plotStackedBars (src/DataFrame/Display/Web/Plot.hs:593)
plotStackedBarsWith (src/DataFrame/Display/Web/Plot.hs:597)
plotBoxPlots (src/DataFrame/Display/Web/Plot.hs:669)
plotBoxPlotsWith (src/DataFrame/Display/Web/Plot.hs:673)
plotGroupedBarsWith (src/DataFrame/Display/Web/Plot.hs:727)
plotGroupedBarsWithN (src/DataFrame/Display/Web/Plot.hs:732)
isNumericColumn (src/DataFrame/Display/Web/Plot.hs:838)
isNumericColumnCheck (src/DataFrame/Display/Web/Plot.hs:841)
extractStringColumn (src/DataFrame/Display/Web/Plot.hs:844)
extractNumericColumn (src/DataFrame/Display/Web/Plot.hs:859)
vectorToDoubles (src/DataFrame/Display/Web/Plot.hs:870)
unboxedVectorToDoubles (src/DataFrame/Display/Web/Plot.hs:883)
getCategoricalCounts (src/DataFrame/Display/Web/Plot.hs:894)
groupWithOther (src/DataFrame/Display/Web/Plot.hs:923)
groupWithOtherForPie (src/DataFrame/Display/Web/Plot.hs:934)
plotBarsTopN (src/DataFrame/Display/Web/Plot.hs:957)
plotBarsTopNWith (src/DataFrame/Display/Web/Plot.hs:961)
plotValueCounts (src/DataFrame/Display/Web/Plot.hs:966)
plotValueCountsWith (src/DataFrame/Display/Web/Plot.hs:970)
plotAllHistograms (src/DataFrame/Display/Web/Plot.hs:975)
plotCategoricalSummary (src/DataFrame/Display/Web/Plot.hs:983)
plotBarsWithPercentages (src/DataFrame/Display/Web/Plot.hs:1003)
smartPlotBars (src/DataFrame/Display/Web/Plot.hs:1008)
showInDefaultBrowser (src/DataFrame/Display/Web/Plot.hs:1023)
openFileSilently (src/DataFrame/Display/Web/Plot.hs:1042)
0% ( 0 / 54) in 'DataFrame.Display.Terminal.Plot'
Missing documentation for:
Module header
PlotConfig (src/DataFrame/Display/Terminal/Plot.hs:31)
PlotType (src/DataFrame/Display/Terminal/Plot.hs:36)
defaultPlotConfig (src/DataFrame/Display/Terminal/Plot.hs:48)
plotHistogram (src/DataFrame/Display/Terminal/Plot.hs:55)
plotHistogramWith (src/DataFrame/Display/Terminal/Plot.hs:59)
plotScatter (src/DataFrame/Display/Terminal/Plot.hs:65)
plotScatterWith (src/DataFrame/Display/Terminal/Plot.hs:69)
plotScatterBy (src/DataFrame/Display/Terminal/Plot.hs:77)
plotScatterByWith (src/DataFrame/Display/Terminal/Plot.hs:81)
plotLines (src/DataFrame/Display/Terminal/Plot.hs:93)
plotLinesWith (src/DataFrame/Display/Terminal/Plot.hs:97)
plotBoxPlots (src/DataFrame/Display/Terminal/Plot.hs:105)
plotBoxPlotsWith (src/DataFrame/Display/Terminal/Plot.hs:109)
plotStackedBars (src/DataFrame/Display/Terminal/Plot.hs:116)
plotStackedBarsWith (src/DataFrame/Display/Terminal/Plot.hs:120)
plotHeatmap (src/DataFrame/Display/Terminal/Plot.hs:135)
plotHeatmapWith (src/DataFrame/Display/Terminal/Plot.hs:138)
isNumericColumn (src/DataFrame/Display/Terminal/Plot.hs:144)
plotAllHistograms (src/DataFrame/Display/Terminal/Plot.hs:147)
plotCorrelationMatrix (src/DataFrame/Display/Terminal/Plot.hs:154)
plotBars (src/DataFrame/Display/Terminal/Plot.hs:183)
plotBarsWith (src/DataFrame/Display/Terminal/Plot.hs:187)
plotSingleBars (src/DataFrame/Display/Terminal/Plot.hs:193)
plotBarsTopN (src/DataFrame/Display/Terminal/Plot.hs:212)
plotBarsTopNWith (src/DataFrame/Display/Terminal/Plot.hs:216)
plotGroupedBarsWith (src/DataFrame/Display/Terminal/Plot.hs:231)
plotGroupedBarsWithN (src/DataFrame/Display/Terminal/Plot.hs:235)
plotValueCounts (src/DataFrame/Display/Terminal/Plot.hs:258)
plotValueCountsWith (src/DataFrame/Display/Terminal/Plot.hs:262)
plotBarsWithPercentages (src/DataFrame/Display/Terminal/Plot.hs:281)
smartPlotBars (src/DataFrame/Display/Terminal/Plot.hs:295)
plotCategoricalSummary (src/DataFrame/Display/Terminal/Plot.hs:320)
getCategoricalCounts (src/DataFrame/Display/Terminal/Plot.hs:334)
isNumericColumnCheck (src/DataFrame/Display/Terminal/Plot.hs:357)
extractStringColumn (src/DataFrame/Display/Terminal/Plot.hs:360)
extractNumericColumn (src/DataFrame/Display/Terminal/Plot.hs:371)
vectorToDoubles (src/DataFrame/Display/Terminal/Plot.hs:382)
unboxedVectorToDoubles (src/DataFrame/Display/Terminal/Plot.hs:395)
groupWithOther (src/DataFrame/Display/Terminal/Plot.hs:405)
plotPie (src/DataFrame/Display/Terminal/Plot.hs:416)
plotPieWith (src/DataFrame/Display/Terminal/Plot.hs:420)
groupWithOtherForPie (src/DataFrame/Display/Terminal/Plot.hs:439)
plotPieWithPercentages (src/DataFrame/Display/Terminal/Plot.hs:462)
plotPieWithPercentagesConfig (src/DataFrame/Display/Terminal/Plot.hs:466)
plotPieTopN (src/DataFrame/Display/Terminal/Plot.hs:489)
plotPieTopNWith (src/DataFrame/Display/Terminal/Plot.hs:493)
smartPlotPie (src/DataFrame/Display/Terminal/Plot.hs:507)
plotPieGrouped (src/DataFrame/Display/Terminal/Plot.hs:531)
plotPieGroupedWith (src/DataFrame/Display/Terminal/Plot.hs:535)
plotPieComparison (src/DataFrame/Display/Terminal/Plot.hs:554)
plotBinaryPie (src/DataFrame/Display/Terminal/Plot.hs:563)
plotMarketShare (src/DataFrame/Display/Terminal/Plot.hs:585)
plotMarketShareWith (src/DataFrame/Display/Terminal/Plot.hs:589)
0% ( 0 / 12) in 'DataFrame.Lazy.Internal.DataFrame'
Missing documentation for:
Module header
LazyOperation (src/DataFrame/Lazy/Internal/DataFrame.hs:22)
InputType (src/DataFrame/Lazy/Internal/DataFrame.hs:33)
LazyDataFrame (src/DataFrame/Lazy/Internal/DataFrame.hs:35)
eval (src/DataFrame/Lazy/Internal/DataFrame.hs:44)
runDataFrame (src/DataFrame/Lazy/Internal/DataFrame.hs:49)
batchRanges (src/DataFrame/Lazy/Internal/DataFrame.hs:87)
scanCsv (src/DataFrame/Lazy/Internal/DataFrame.hs:94)
addOperation (src/DataFrame/Lazy/Internal/DataFrame.hs:97)
derive (src/DataFrame/Lazy/Internal/DataFrame.hs:101)
select (src/DataFrame/Lazy/Internal/DataFrame.hs:104)
filter (src/DataFrame/Lazy/Internal/DataFrame.hs:107)
50% ( 1 / 2) in 'DataFrame.Lazy'
Missing documentation for:
Module header
4% ( 2 / 50) in 'DataFrame.Functions'
Missing documentation for:
Module header
name (src/DataFrame/Functions.hs:50)
col (src/DataFrame/Functions.hs:56)
as (src/DataFrame/Functions.hs:59)
ifThenElse (src/DataFrame/Functions.hs:62)
lit (src/DataFrame/Functions.hs:65)
lift (src/DataFrame/Functions.hs:68)
lift2 (src/DataFrame/Functions.hs:73)
== (src/DataFrame/Functions.hs:76)
eq (src/DataFrame/Functions.hs:79)
< (src/DataFrame/Functions.hs:82)
lt (src/DataFrame/Functions.hs:85)
> (src/DataFrame/Functions.hs:88)
gt (src/DataFrame/Functions.hs:91)
<= (src/DataFrame/Functions.hs:94)
leq (src/DataFrame/Functions.hs:97)
>= (src/DataFrame/Functions.hs:100)
geq (src/DataFrame/Functions.hs:103)
and (src/DataFrame/Functions.hs:106)
or (src/DataFrame/Functions.hs:109)
not (src/DataFrame/Functions.hs:112)
count (src/DataFrame/Functions.hs:115)
minimum (src/DataFrame/Functions.hs:118)
maximum (src/DataFrame/Functions.hs:121)
sum (src/DataFrame/Functions.hs:124)
mean (src/DataFrame/Functions.hs:127)
median (src/DataFrame/Functions.hs:130)
percentile (src/DataFrame/Functions.hs:133)
stddev (src/DataFrame/Functions.hs:140)
zScore (src/DataFrame/Functions.hs:143)
pow (src/DataFrame/Functions.hs:146)
relu (src/DataFrame/Functions.hs:149)
min (src/DataFrame/Functions.hs:152)
max (src/DataFrame/Functions.hs:155)
reduce (src/DataFrame/Functions.hs:160)
generatePrograms (src/DataFrame/Functions.hs:163)
synthesizeFeatureExpr (src/DataFrame/Functions.hs:321)
fitRegression (src/DataFrame/Functions.hs:345)
BeamConfig (src/DataFrame/Functions.hs:381)
beamSearch (src/DataFrame/Functions.hs:396)
pickTopN (src/DataFrame/Functions.hs:416)
satisfiesExamples (src/DataFrame/Functions.hs:464)
isReservedId (src/DataFrame/Functions.hs:474)
isVarId (src/DataFrame/Functions.hs:500)
isHaskellIdentifier (src/DataFrame/Functions.hs:510)
sanitize (src/DataFrame/Functions.hs:513)
typeFromString (src/DataFrame/Functions.hs:540)
declareColumns (src/DataFrame/Functions.hs:558)
0% ( 0 / 3) in 'DataFrame.Operations.Typing'
Missing documentation for:
Module header
parseDefaults (src/DataFrame/Operations/Typing.hs:23)
parseDefault (src/DataFrame/Operations/Typing.hs:26)
15% ( 5 / 33) in 'DataFrame.IO.CSV'
Missing documentation for:
Module header
GrowingVector (src/DataFrame/IO/CSV.hs:45)
GrowingUnboxedVector (src/DataFrame/IO/CSV.hs:51)
GrowingColumn (src/DataFrame/IO/CSV.hs:57)
defaultReadOptions (src/DataFrame/IO/CSV.hs:87)
newGrowingVector (src/DataFrame/IO/CSV.hs:97)
newGrowingUnboxedVector (src/DataFrame/IO/CSV.hs:102)
appendGrowingVector (src/DataFrame/IO/CSV.hs:107)
appendGrowingUnboxedVector (src/DataFrame/IO/CSV.hs:127)
freezeGrowingVector (src/DataFrame/IO/CSV.hs:146)
freezeGrowingUnboxedVector (src/DataFrame/IO/CSV.hs:153)
initializeColumns (src/DataFrame/IO/CSV.hs:235)
InferredType (src/DataFrame/IO/CSV.hs:248)
inferType (src/DataFrame/IO/CSV.hs:251)
processRow (src/DataFrame/IO/CSV.hs:258)
isNull (src/DataFrame/IO/CSV.hs:284)
processFile (src/DataFrame/IO/CSV.hs:287)
parseLine (src/DataFrame/IO/CSV.hs:307)
parseRow (src/DataFrame/IO/CSV.hs:310)
record (src/DataFrame/IO/CSV.hs:313)
field (src/DataFrame/IO/CSV.hs:316)
unquotedField (src/DataFrame/IO/CSV.hs:319)
quotedField (src/DataFrame/IO/CSV.hs:322)
endOfLine (src/DataFrame/IO/CSV.hs:337)
freezeGrowingColumn (src/DataFrame/IO/CSV.hs:342)
writeCsv (src/DataFrame/IO/CSV.hs:383)
writeSeparated (src/DataFrame/IO/CSV.hs:392)
getRowAsText (src/DataFrame/IO/CSV.hs:401)
Warning: 'D' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'F' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 95 /103) in 'DataFrame'
Missing documentation for:
DataFrame (src/DataFrame/Internal/DataFrame.hs:27)
Row (src/DataFrame/Internal/Row.hs:86)
Expr (src/DataFrame/Internal/Expression.hs:31)
defaultReadOptions (src/DataFrame/IO/CSV.hs:87)
writeCsv (src/DataFrame/IO/CSV.hs:383)
writeSeparated (src/DataFrame/IO/CSV.hs:392)
SelectionCriteria (src/DataFrame/Operations/Subset.hs:238)
|> (src/DataFrame.hs:329)
Warning: DataFrame.Internal.Statistics: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
Warning: DataFrame.Internal.Types: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
Warning: DataFrame.Internal.Column: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Generic.Base.Vector
- Data.Vector.Unboxed.Base.IOVector
- Data.Vector.Vector
- Data.Vector.Mutable.IOVector
Warning: DataFrame.Internal.DataFrame: could not find link destinations for:
- Data.Vector.Vector
Warning: DataFrame.Internal.Row: could not find link destinations for:
- Data.Vector.Vector
Warning: DataFrame.Internal.Expression: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Generic.Base.Vector
- Data.Vector.Vector
Warning: DataFrame.Lazy.IO.CSV: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Mutable.IOVector
Warning: DataFrame.Operations.Core: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Vector
Warning: DataFrame.Operations.Subset: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
Warning: DataFrame.Operations.Statistics: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
Warning: DataFrame.Operations.Aggregation: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
Warning: DataFrame.Display.Web.Plot: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Vector
Warning: DataFrame.Display.Terminal.Plot: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Vector
Warning: DataFrame.Functions: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
Warning: DataFrame.IO.CSV: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.IOVector
- Data.Vector.Vector
- Data.Vector.Mutable.IOVector
Warning: DataFrame: could not find link destinations for:
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Generic.Base.Vector
- Data.Vector.Vector
Documentation created: dist/doc/html/dataframe/,
dist/doc/html/dataframe/dataframe.txt
Preprocessing executable 'dataframe' for dataframe-0.3.3.3..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dataframe-0.3.3.3-7MCiRYMcIUG5asbg9xF5Rp
Installing executable dataframe in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed dataframe-0.3.3.3
Configuring http-client-tls-0.3.6.4...
Preprocessing library for http-client-tls-0.3.6.4..
Building library for http-client-tls-0.3.6.4..
[1 of 1] Compiling Network.HTTP.Client.TLS ( Network/HTTP/Client/TLS.hs, dist/build/Network/HTTP/Client/TLS.o, dist/build/Network/HTTP/Client/TLS.dyn_o )
Preprocessing library for http-client-tls-0.3.6.4..
Running Haddock on library for http-client-tls-0.3.6.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.HTTP.Client.TLS ( Network/HTTP/Client/TLS.hs, nothing )
Haddock coverage:
Warning: 'DigestAuthException' is ambiguous. It is defined
* at Network/HTTP/Client/TLS.hs:271:7
* at Network/HTTP/Client/TLS.hs:270:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/HTTP/Client/TLS.hs:270:1
Warning: 'ManagerSettings' is ambiguous. It is defined
* in Network.HTTP.Client.Types
* in Network.HTTP.Client.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Network.HTTP.Client.Types
Warning: 'Manager' is ambiguous. It is defined
* in Network.HTTP.Client.Types
* in Network.HTTP.Client.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Network.HTTP.Client.Types
100% ( 15 / 15) in 'Network.HTTP.Client.TLS'
Documentation created: dist/doc/html/http-client-tls/,
dist/doc/html/http-client-tls/http-client-tls.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/http-client-tls-0.3.6.4-Lp8I9RZxTsYICCjq4KRxAB
Completed http-client-tls-0.3.6.4
Configuring attoparsec-aeson-2.2.2.0...
Preprocessing library for attoparsec-aeson-2.2.2.0..
Building library for attoparsec-aeson-2.2.2.0..
[1 of 4] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, dist/build/Data/Aeson/Internal/ByteString.o, dist/build/Data/Aeson/Internal/ByteString.dyn_o )
[2 of 4] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, dist/build/Data/Aeson/Internal/Text.o, dist/build/Data/Aeson/Internal/Text.dyn_o )
[3 of 4] Compiling Data.Aeson.Parser.Internal ( src/Data/Aeson/Parser/Internal.hs, dist/build/Data/Aeson/Parser/Internal.o, dist/build/Data/Aeson/Parser/Internal.dyn_o )
[4 of 4] Compiling Data.Aeson.Parser ( src/Data/Aeson/Parser.hs, dist/build/Data/Aeson/Parser.o, dist/build/Data/Aeson/Parser.dyn_o )
Preprocessing library for attoparsec-aeson-2.2.2.0..
Running Haddock on library for attoparsec-aeson-2.2.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, nothing )
[2 of 4] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, nothing )
[3 of 4] Compiling Data.Aeson.Parser.Internal ( src/Data/Aeson/Parser/Internal.hs, nothing )
[4 of 4] Compiling Data.Aeson.Parser ( src/Data/Aeson/Parser.hs, nothing )
Haddock coverage:
Warning: 'Object' is ambiguous. It is defined
* in Data.Aeson.Types.Internal
* in Data.Aeson.Types.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Aeson.Types.Internal
Warning: 'fromListNoDup' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
86% ( 26 / 30) in 'Data.Aeson.Parser.Internal'
Missing documentation for:
decodeWith (src/Data/Aeson/Parser/Internal.hs:349)
decodeStrictWith (src/Data/Aeson/Parser/Internal.hs:359)
eitherDecodeWith (src/Data/Aeson/Parser/Internal.hs:367)
eitherDecodeStrictWith (src/Data/Aeson/Parser/Internal.hs:403)
84% ( 22 / 26) in 'Data.Aeson.Parser'
Missing documentation for:
decodeWith (src/Data/Aeson/Parser/Internal.hs:349)
decodeStrictWith (src/Data/Aeson/Parser/Internal.hs:359)
eitherDecodeWith (src/Data/Aeson/Parser/Internal.hs:367)
eitherDecodeStrictWith (src/Data/Aeson/Parser/Internal.hs:403)
Documentation created: dist/doc/html/attoparsec-aeson/,
dist/doc/html/attoparsec-aeson/attoparsec-aeson.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-aeson-2.2.2.0-Ctzpo6nyR0AFPsinqgP6e6
Completed attoparsec-aeson-2.2.2.0
Configuring conduit-1.3.6.1...
Preprocessing library for conduit-1.3.6.1..
Building library for conduit-1.3.6.1..
[ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, dist/build/Data/Conduit/Internal/Pipe.o, dist/build/Data/Conduit/Internal/Pipe.dyn_o )
src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
48 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
The import of MonadUnliftIO
from module Control.Monad.IO.Unlift is redundant
|
56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
| ^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
59 | import Data.Monoid (Monoid (mappend, mempty))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
60 | import Data.Semigroup (Semigroup ((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, dist/build/Data/Conduit/Internal/Conduit.o, dist/build/Data/Conduit/Internal/Conduit.dyn_o )
src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
93 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
The import of MonadUnliftIO
from module Control.Monad.IO.Unlift is redundant
|
104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
| ^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
108 | import Data.Monoid (Monoid (mappend, mempty))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
109 | import Data.Semigroup (Semigroup ((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Traversable is redundant
except perhaps to import instances from Data.Traversable
To import instances alone, use: import Data.Traversable()
|
114 | import Data.Traversable (Traversable (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:736:25
|
739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
| ^
src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:736:25
|
743 | go (Leftover p ()) = go p
| ^
src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:753:31
|
756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
| ^
src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:753:31
|
760 | go (Leftover p ()) = go p
| ^
[ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, dist/build/Data/Conduit/Internal/Fusion.o, dist/build/Data/Conduit/Internal/Fusion.dyn_o )
src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
78 | unstream left =$= unstream right = unstream (fuseStream left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
129 | unstream left $$ unstream right = connectStream left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
154 | unstream left $$ right = connectStream1 left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
161 | runConduit (unstream left =$= right) = connectStream1 left right
| ^^^
src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
214 | left $$ unstream right = connectStream2 left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
224 | runConduit (left =$= unstream right) = connectStream2 left right
| ^^^
src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
| ^^^
[ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, dist/build/Data/Conduit/Internal/List/Stream.o, dist/build/Data/Conduit/Internal/List/Stream.dyn_o )
[ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, dist/build/Data/Conduit/Combinators/Stream.o, dist/build/Data/Conduit/Combinators/Stream.dyn_o )
src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
| ^
[ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.o, dist/build/Data/Conduit.dyn_o )
src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor.Identity is redundant
except perhaps to import instances from Data.Functor.Identity
To import instances alone, use: import Data.Functor.Identity()
|
105 | import Data.Functor.Identity (Identity, runIdentity)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Trans.Resource is redundant
except perhaps to import instances from Control.Monad.Trans.Resource
To import instances alone, use: import Control.Monad.Trans.Resource()
|
106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Unlift is redundant
except perhaps to import instances from Control.Monad.IO.Unlift
To import instances alone, use: import Control.Monad.IO.Unlift()
|
107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.o, dist/build/Data/Conduit/Internal.dyn_o )
[ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.o, dist/build/Data/Conduit/Lift.dyn_o )
src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
67 | import Data.Monoid (Monoid(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, dist/build/Data/Conduit/List.o, dist/build/Data/Conduit/List.dyn_o )
[10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.o, dist/build/Data/Streaming/FileRead.dyn_o )
[11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.o, dist/build/Data/Streaming/Filesystem.dyn_o )
[12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, dist/build/Data/Conduit/Combinators.o, dist/build/Data/Conduit/Combinators.dyn_o )
src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
| ^
src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
| ^
src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
| ^
src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
| ^
[13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, dist/build/Data/Conduit/Combinators/Unqualified.o, dist/build/Data/Conduit/Combinators/Unqualified.dyn_o )
src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
| ^
[14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.o, dist/build/Conduit.dyn_o )
Preprocessing library for conduit-1.3.6.1..
Running Haddock on library for conduit-1.3.6.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, nothing )
src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
48 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
The import of MonadUnliftIO
from module Control.Monad.IO.Unlift is redundant
|
56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
| ^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
59 | import Data.Monoid (Monoid (mappend, mempty))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
60 | import Data.Semigroup (Semigroup ((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, nothing )
src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
93 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
The import of MonadUnliftIO
from module Control.Monad.IO.Unlift is redundant
|
104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
| ^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
108 | import Data.Monoid (Monoid (mappend, mempty))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
109 | import Data.Semigroup (Semigroup ((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Traversable is redundant
except perhaps to import instances from Data.Traversable
To import instances alone, use: import Data.Traversable()
|
114 | import Data.Traversable (Traversable (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:736:25
|
739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
| ^
src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:736:25
|
743 | go (Leftover p ()) = go p
| ^
src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:753:31
|
756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
| ^
src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:753:31
|
760 | go (Leftover p ()) = go p
| ^
[ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, nothing )
src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
78 | unstream left =$= unstream right = unstream (fuseStream left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
129 | unstream left $$ unstream right = connectStream left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
154 | unstream left $$ right = connectStream1 left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
161 | runConduit (unstream left =$= right) = connectStream1 left right
| ^^^
src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
214 | left $$ unstream right = connectStream2 left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
224 | runConduit (left =$= unstream right) = connectStream2 left right
| ^^^
src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
| ^^^
[ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, nothing )
[ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, nothing )
src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
| ^
[ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, nothing )
src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor.Identity is redundant
except perhaps to import instances from Data.Functor.Identity
To import instances alone, use: import Data.Functor.Identity()
|
105 | import Data.Functor.Identity (Identity, runIdentity)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Trans.Resource is redundant
except perhaps to import instances from Control.Monad.Trans.Resource
To import instances alone, use: import Control.Monad.Trans.Resource()
|
106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Unlift is redundant
except perhaps to import instances from Control.Monad.IO.Unlift
To import instances alone, use: import Control.Monad.IO.Unlift()
|
107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, nothing )
[ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, nothing )
src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
67 | import Data.Monoid (Monoid(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, nothing )
[10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, nothing )
[11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, nothing )
[12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, nothing )
src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
| ^
src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
| ^
src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
| ^
src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
| ^
[13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, nothing )
src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
| ^
[14 of 14] Compiling Conduit ( src/Conduit.hs, nothing )
Haddock coverage:
Warning: 'hoist' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Source' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Conduit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'catchC' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'tryC' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ZipConduit' is ambiguous. It is defined
* at src/Data/Conduit/Internal/Conduit.hs:1229:30
* at src/Data/Conduit/Internal/Conduit.hs:1229:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1229:1
Warning: 'ConduitT' is ambiguous. It is defined
* at src/Data/Conduit/Internal/Conduit.hs:123:28
* at src/Data/Conduit/Internal/Conduit.hs:123:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:123:1
Warning: 'SealedConduitT' is ambiguous. It is defined
* at src/Data/Conduit/Internal/Conduit.hs:138:34
* at src/Data/Conduit/Internal/Conduit.hs:138:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:138:1
18% ( 3 / 16) in 'Data.Conduit.Internal.Fusion'
Missing documentation for:
Module header
Stream (src/Data/Conduit/Internal/Fusion.hs:39)
ConduitWithStream (src/Data/Conduit/Internal/Fusion.hs:43)
StreamConduitT (src/Data/Conduit/Internal/Fusion.hs:47)
StreamConduit (src/Data/Conduit/Internal/Fusion.hs:49)
StreamSource (src/Data/Conduit/Internal/Fusion.hs:51)
StreamProducer (src/Data/Conduit/Internal/Fusion.hs:53)
StreamSink (src/Data/Conduit/Internal/Fusion.hs:55)
StreamConsumer (src/Data/Conduit/Internal/Fusion.hs:57)
streamConduit (src/Data/Conduit/Internal/Fusion.hs:250)
streamSource (src/Data/Conduit/Internal/Fusion.hs:257)
streamSourcePure (src/Data/Conduit/Internal/Fusion.hs:275)
unstream (src/Data/Conduit/Internal/Fusion.hs:60)
0% ( 0 / 41) in 'Data.Conduit.Internal.List.Stream'
Missing documentation for:
Module header
unfoldS (src/Data/Conduit/Internal/List/Stream.hs:17)
unfoldEitherS (src/Data/Conduit/Internal/List/Stream.hs:30)
unfoldMS (src/Data/Conduit/Internal/List/Stream.hs:43)
unfoldEitherMS (src/Data/Conduit/Internal/List/Stream.hs:57)
sourceListS (src/Data/Conduit/Internal/List/Stream.hs:67)
enumFromToS (src/Data/Conduit/Internal/List/Stream.hs:78)
enumFromToS_int (src/Data/Conduit/Internal/List/Stream.hs:90)
iterateS (src/Data/Conduit/Internal/List/Stream.hs:101)
replicateS (src/Data/Conduit/Internal/List/Stream.hs:110)
replicateMS (src/Data/Conduit/Internal/List/Stream.hs:119)
foldS (src/Data/Conduit/Internal/List/Stream.hs:128)
foldMS (src/Data/Conduit/Internal/List/Stream.hs:140)
mapM_S (src/Data/Conduit/Internal/List/Stream.hs:156)
dropS (src/Data/Conduit/Internal/List/Stream.hs:170)
takeS (src/Data/Conduit/Internal/List/Stream.hs:185)
headS (src/Data/Conduit/Internal/List/Stream.hs:198)
mapS (src/Data/Conduit/Internal/List/Stream.hs:210)
mapMS (src/Data/Conduit/Internal/List/Stream.hs:222)
iterMS (src/Data/Conduit/Internal/List/Stream.hs:234)
mapMaybeS (src/Data/Conduit/Internal/List/Stream.hs:246)
mapMaybeMS (src/Data/Conduit/Internal/List/Stream.hs:261)
catMaybesS (src/Data/Conduit/Internal/List/Stream.hs:277)
concatS (src/Data/Conduit/Internal/List/Stream.hs:290)
concatMapS (src/Data/Conduit/Internal/List/Stream.hs:303)
concatMapMS (src/Data/Conduit/Internal/List/Stream.hs:316)
concatMapAccumS (src/Data/Conduit/Internal/List/Stream.hs:331)
mapAccumS (src/Data/Conduit/Internal/List/Stream.hs:346)
mapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:360)
concatMapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:374)
mapFoldableS (src/Data/Conduit/Internal/List/Stream.hs:389)
mapFoldableMS (src/Data/Conduit/Internal/List/Stream.hs:402)
consumeS (src/Data/Conduit/Internal/List/Stream.hs:417)
groupByS (src/Data/Conduit/Internal/List/Stream.hs:429)
groupOn1S (src/Data/Conduit/Internal/List/Stream.hs:433)
GroupByState (src/Data/Conduit/Internal/List/Stream.hs:436)
groupBy1S (src/Data/Conduit/Internal/List/Stream.hs:442)
isolateS (src/Data/Conduit/Internal/List/Stream.hs:463)
filterS (src/Data/Conduit/Internal/List/Stream.hs:476)
sinkNullS (src/Data/Conduit/Internal/List/Stream.hs:489)
sourceNullS (src/Data/Conduit/Internal/List/Stream.hs:501)
11% ( 3 / 27) in 'Data.Conduit.Combinators.Stream'
Missing documentation for:
yieldManyS (src/Data/Conduit/Combinators/Stream.hs:71)
repeatMS (src/Data/Conduit/Combinators/Stream.hs:81)
repeatWhileMS (src/Data/Conduit/Combinators/Stream.hs:91)
foldl1S (src/Data/Conduit/Combinators/Stream.hs:104)
allS (src/Data/Conduit/Combinators/Stream.hs:118)
anyS (src/Data/Conduit/Combinators/Stream.hs:124)
sinkLazyS (src/Data/Conduit/Combinators/Stream.hs:132)
sinkVectorS (src/Data/Conduit/Combinators/Stream.hs:137)
sinkVectorNS (src/Data/Conduit/Combinators/Stream.hs:163)
sinkLazyBuilderS (src/Data/Conduit/Combinators/Stream.hs:182)
lastS (src/Data/Conduit/Combinators/Stream.hs:187)
lastES (src/Data/Conduit/Combinators/Stream.hs:200)
findS (src/Data/Conduit/Combinators/Stream.hs:214)
concatMapS (src/Data/Conduit/Combinators/Stream.hs:231)
concatMapMS (src/Data/Conduit/Combinators/Stream.hs:246)
concatS (src/Data/Conduit/Combinators/Stream.hs:262)
scanlS (src/Data/Conduit/Combinators/Stream.hs:270)
scanlMS (src/Data/Conduit/Combinators/Stream.hs:285)
mapAccumWhileS (src/Data/Conduit/Combinators/Stream.hs:301)
mapAccumWhileMS (src/Data/Conduit/Combinators/Stream.hs:316)
intersperseS (src/Data/Conduit/Combinators/Stream.hs:337)
slidingWindowS (src/Data/Conduit/Combinators/Stream.hs:363)
filterMS (src/Data/Conduit/Combinators/Stream.hs:394)
splitOnUnboundedES (src/Data/Conduit/Combinators/Stream.hs:420)
97% ( 78 / 80) in 'Data.Conduit'
Missing documentation for:
sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
91% ( 81 / 89) in 'Data.Conduit.Internal'
Missing documentation for:
Module header
enumFromTo (src/Data/Conduit/Internal/Pipe.hs:500)
yieldM (src/Data/Conduit/Internal/Pipe.hs:251)
sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
sourceToPipe (src/Data/Conduit/Internal/Conduit.hs:333)
sinkToPipe (src/Data/Conduit/Internal/Conduit.hs:343)
conduitToPipe (src/Data/Conduit/Internal/Conduit.hs:353)
100% ( 42 / 42) in 'Data.Conduit.Lift'
Warning: 'succ' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 60 / 60) in 'Data.Conduit.List'
Warning: 'ResourceT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'chunkSize' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Flush' is ambiguous. It is defined
* at src/Data/Conduit/Internal/Conduit.hs:1093:26
* at src/Data/Conduit/Internal/Conduit.hs:1093:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1093:1
100% (167 /167) in 'Data.Conduit.Combinators'
Warning: 'succ' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iterM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'takeExactly' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'takeExactlyE' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'take' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'takeE' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'concatMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'chunkSize' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'chunksOfExactlyE' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'chunksOfE' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'concatMapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'line' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unlines' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'linesUnbounded' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% (171 /171) in 'Conduit'
Warning: Data.Conduit.Combinators.Stream: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
Warning: Data.Conduit: could not find link destinations for:
- GHC.Generics.Rep_Void
- Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
Warning: Data.Conduit.Internal: could not find link destinations for:
- Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
- Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
Warning: Data.Conduit.Combinators: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Conduit.Combinators.Buffer
Warning: Conduit: could not find link destinations for:
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
- Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
- Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
- Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Vector.Unboxed.Base.MV_Identity
- Data.Vector.Unboxed.Base.V_Identity
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:VectorIdentity0
- Data.Conduit.Combinators.Buffer
Documentation created: dist/doc/html/conduit/,
dist/doc/html/conduit/conduit.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/conduit-1.3.6.1-SJQCaPipNKLXWaU5MJIpF
Completed conduit-1.3.6.1
Configuring conduit-extra-1.3.8...
Preprocessing library for conduit-extra-1.3.8..
Building library for conduit-extra-1.3.8..
[ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.o, dist/build/Data/Conduit/Attoparsec.dyn_o )
[ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.o, dist/build/Data/Conduit/Binary.dyn_o )
[ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.o, dist/build/Data/Conduit/ByteString/Builder.dyn_o )
[ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.o, dist/build/Data/Conduit/Filesystem.dyn_o )
[ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.o, dist/build/Data/Conduit/Foldl.dyn_o )
[ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.o, dist/build/Data/Conduit/Lazy.dyn_o )
[ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.o, dist/build/Data/Conduit/Network.dyn_o )
[ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.o, dist/build/Data/Conduit/Network/UDP.dyn_o )
[ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.o, dist/build/Data/Conduit/Network/Unix.dyn_o )
[10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.o, dist/build/Data/Conduit/Process.dyn_o )
Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
| ^
Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
| ^
Data/Conduit/Process.hs:49:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type Maybe GHC.IO.Handle.Types.Handle not matched:
Nothing
|
49 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:51:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type Maybe GHC.IO.Handle.Types.Handle not matched:
Nothing
|
51 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
| ^
Data/Conduit/Process.hs:67:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type Maybe GHC.IO.Handle.Types.Handle not matched:
Nothing
|
67 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
| ^
Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
| ^
Data/Conduit/Process.hs:69:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type Maybe GHC.IO.Handle.Types.Handle not matched:
Nothing
|
69 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
| ^
Data/Conduit/Process.hs:71:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type Maybe GHC.IO.Handle.Types.Handle not matched:
Nothing
|
71 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
| ^
Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
| ^
Data/Conduit/Process.hs:73:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type Maybe GHC.IO.Handle.Types.Handle not matched:
Nothing
|
73 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
| ^
Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
| ^
Data/Conduit/Process.hs:76:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type Maybe GHC.IO.Handle.Types.Handle not matched:
Nothing
|
76 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:78:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type Maybe GHC.IO.Handle.Types.Handle not matched:
Nothing
|
78 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.o, dist/build/Data/Conduit/Process/Typed.dyn_o )
[12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.o, dist/build/Data/Conduit/Text.dyn_o )
[13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.o, dist/build/Data/Conduit/Zlib.dyn_o )
Preprocessing library for conduit-extra-1.3.8..
Running Haddock on library for conduit-extra-1.3.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, nothing )
[ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, nothing )
[ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, nothing )
[ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, nothing )
[ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, nothing )
[ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, nothing )
[ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, nothing )
[ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, nothing )
[ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, nothing )
[10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, nothing )
Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
| ^
Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
| ^
Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
| ^
Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
| ^
Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
| ^
Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
| ^
Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
| ^
Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
| ^
Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
| ^
Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
| ^
Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
| ^
Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
| ^
[11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, nothing )
[12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, nothing )
[13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, nothing )
Haddock coverage:
Warning: 'ParseError' is ambiguous. It is defined
* at Data/Conduit/Attoparsec.hs:44:19
* at Data/Conduit/Attoparsec.hs:44:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Conduit/Attoparsec.hs:44:1
84% ( 11 / 13) in 'Data.Conduit.Attoparsec'
Missing documentation for:
Position (Data/Conduit/Attoparsec.hs:53)
PositionRange (Data/Conduit/Attoparsec.hs:64)
100% ( 45 / 45) in 'Data.Conduit.Binary'
100% ( 12 / 12) in 'Data.Conduit.ByteString.Builder'
100% ( 3 / 3) in 'Data.Conduit.Filesystem'
100% ( 3 / 3) in 'Data.Conduit.Foldl'
100% ( 3 / 3) in 'Data.Conduit.Lazy'
52% ( 18 / 34) in 'Data.Conduit.Network'
Missing documentation for:
Module header
appSource (Data/Conduit/Network.hs:88)
appSink (Data/Conduit/Network.hs:99)
appSockAddr
appLocalAddr
serverSettings (Data/Conduit/Network.hs:82)
runTCPServerWithHandle
clientSettings (Data/Conduit/Network.hs:85)
getPort
getHost
getAfterBind
getNeedLocalAddr
setPort
setHost
setAfterBind
setNeedLocalAddr
90% ( 10 / 11) in 'Data.Conduit.Network.UDP'
Missing documentation for:
Module header
59% ( 13 / 22) in 'Data.Conduit.Network.Unix'
Missing documentation for:
Module header
appSource (Data/Conduit/Network.hs:88)
appSink (Data/Conduit/Network.hs:99)
serverSettings (Data/Conduit/Network/Unix.hs:36)
clientSettings (Data/Conduit/Network/Unix.hs:33)
getPath
getAfterBind
setPath
setAfterBind
100% ( 12 / 12) in 'Data.Conduit.Process'
100% ( 9 / 9) in 'Data.Conduit.Process.Typed'
100% ( 25 / 25) in 'Data.Conduit.Text'
Warning: 'WindowBits' is ambiguous. It is defined
* in Codec.Compression.Zlib.Stream
* in Codec.Compression.Zlib.Stream
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Codec.Compression.Zlib.Stream
100% ( 14 / 14) in 'Data.Conduit.Zlib'
Warning: Data.Conduit.Attoparsec: could not find link destinations for:
- Data.Conduit.Attoparsec.parseA
- Data.Conduit.Attoparsec.feedA
- Data.Conduit.Attoparsec.empty
- Data.Conduit.Attoparsec.isNull
- Data.Conduit.Attoparsec.getLinesCols
- Data.Conduit.Attoparsec.stripFromEnd
Warning: Data.Conduit.Binary: could not find link destinations for:
- Data.Conduit.Binary.SinkStorableInsufficientBytes
Warning: Data.Conduit.ByteString.Builder: could not find link destinations for:
- Data.Conduit.Combinators.Buffer
Warning: Data.Conduit.Zlib: could not find link destinations for:
- Codec.Compression.Zlib.Stream.Rep_WindowBits
Documentation created: dist/doc/html/conduit-extra/,
dist/doc/html/conduit-extra/conduit-extra.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/conduit-extra-1.3.8-9ymIypdtMo02Ix1j0Hr8Vj
Completed conduit-extra-1.3.8
Configuring http-conduit-2.3.9.1...
Preprocessing library for http-conduit-2.3.9.1..
Building library for http-conduit-2.3.9.1..
[1 of 3] Compiling Network.HTTP.Client.Conduit ( Network/HTTP/Client/Conduit.hs, dist/build/Network/HTTP/Client/Conduit.o, dist/build/Network/HTTP/Client/Conduit.dyn_o )
[2 of 3] Compiling Network.HTTP.Conduit ( Network/HTTP/Conduit.hs, dist/build/Network/HTTP/Conduit.o, dist/build/Network/HTTP/Conduit.dyn_o )
[3 of 3] Compiling Network.HTTP.Simple ( Network/HTTP/Simple.hs, dist/build/Network/HTTP/Simple.o, dist/build/Network/HTTP/Simple.dyn_o )
Network/HTTP/Simple.hs:113:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
113 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Preprocessing library for http-conduit-2.3.9.1..
Running Haddock on library for http-conduit-2.3.9.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Network.HTTP.Client.Conduit ( Network/HTTP/Client/Conduit.hs, nothing )
[2 of 3] Compiling Network.HTTP.Conduit ( Network/HTTP/Conduit.hs, nothing )
[3 of 3] Compiling Network.HTTP.Simple ( Network/HTTP/Simple.hs, nothing )
Network/HTTP/Simple.hs:113:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
113 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Haddock coverage:
87% ( 88 /101) in 'Network.HTTP.Client.Conduit'
Missing documentation for:
HttpExceptionContent
HasHttpManager
CookieJar
Cookie
isIpAddress
createCookieJar
destroyCookieJar
removeExistingCookieFromCookieJar
managerSetMaxHeaderLength
managerSetMaxNumberHeaders
requestBodySource (Network/HTTP/Client/Conduit.hs:132)
requestBodySourceChunked (Network/HTTP/Client/Conduit.hs:135)
bodyReaderSource (Network/HTTP/Client/Conduit.hs:122)
Warning: 'checkStatus' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mkManagerSetttings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Request' is ambiguous. It is defined
* in Network.HTTP.Client.Types
* in Network.HTTP.Client.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Network.HTTP.Client.Types
Warning: 'Response' is ambiguous. It is defined
* in Network.HTTP.Client.Types
* in Network.HTTP.Client.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Network.HTTP.Client.Types
Warning: 'throwIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
86% ( 71 / 82) in 'Network.HTTP.Conduit'
Missing documentation for:
http (Network/HTTP/Conduit.hs:318)
requestBodySource (Network/HTTP/Conduit.hs:332)
requestBodySourceChunked (Network/HTTP/Conduit.hs:335)
requestBodySourceIO (Network/HTTP/Conduit.hs:355)
requestBodySourceChunkedIO (Network/HTTP/Conduit.hs:358)
Cookie
CookieJar
createCookieJar
destroyCookieJar
lbsResponse (Network/HTTP/Conduit.hs:308)
HttpExceptionContent
Warning: 'parseRequest' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HttpException' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'throwErrorStatusCodes' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'checkResponse' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'parseUrlThrow' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'requestBodyJSON' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'requestMethod' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 64 / 64) in 'Network.HTTP.Simple'
Warning: Network.HTTP.Client.Conduit: could not find link destinations for:
- Network.HTTP.Client.Rep_HistoriedResponse
Documentation created: dist/doc/html/http-conduit/,
dist/doc/html/http-conduit/http-conduit.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/http-conduit-2.3.9.1-BGiJpG6naax49YPzB4kEgb
Completed http-conduit-2.3.9.1
[1 of 2] Compiling Main ( /tmp/cabal-tmp-579236/libtorch-ffi-2.0.1.8/dist/setup/setup.hs, /tmp/cabal-tmp-579236/libtorch-ffi-2.0.1.8/dist/setup/Main.o )
[2 of 2] Linking /tmp/cabal-tmp-579236/libtorch-ffi-2.0.1.8/dist/setup/setup
libtorch not found in local cache, installing to /tmp/hackage-doc-builder/.cache/libtorch/2.5.0/linux-x86_64/cpu
Downloading libtorch from: https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.5.0%2Bcpu.zip
Download complete. Extracting...
libtorch extracted successfully (global cache).
Configuring libtorch-ffi-2.0.1.8...
Preprocessing library for libtorch-ffi-2.0.1.8..
Building library for libtorch-ffi-2.0.1.8..
[ 1 of 105] Compiling Torch.Internal.Class ( src/Torch/Internal/Class.hs, dist/build/Torch/Internal/Class.o, dist/build/Torch/Internal/Class.dyn_o )
[ 2 of 105] Compiling Torch.Internal.GC ( src/Torch/Internal/GC.hs, dist/build/Torch/Internal/GC.o, dist/build/Torch/Internal/GC.dyn_o )
[ 3 of 105] Compiling Torch.Internal.Cast ( src/Torch/Internal/Cast.hs, dist/build/Torch/Internal/Cast.o, dist/build/Torch/Internal/Cast.dyn_o )
[ 4 of 105] Compiling Torch.Internal.Type ( src/Torch/Internal/Type.hs, dist/build/Torch/Internal/Type.o, dist/build/Torch/Internal/Type.dyn_o )
[ 5 of 105] Compiling Torch.Internal.Objects ( src/Torch/Internal/Objects.hs, dist/build/Torch/Internal/Objects.o, dist/build/Torch/Internal/Objects.dyn_o )
[ 6 of 105] Compiling Torch.Internal.Const ( src/Torch/Internal/Const.hs, dist/build/Torch/Internal/Const.o, dist/build/Torch/Internal/Const.dyn_o )
[ 7 of 105] Compiling Torch.Internal.Unmanaged.Autograd ( src/Torch/Internal/Unmanaged/Autograd.hs, dist/build/Torch/Internal/Unmanaged/Autograd.o, dist/build/Torch/Internal/Unmanaged/Autograd.dyn_o )
[ 8 of 105] Compiling Torch.Internal.Managed.Autograd ( src/Torch/Internal/Managed/Autograd.hs, dist/build/Torch/Internal/Managed/Autograd.o, dist/build/Torch/Internal/Managed/Autograd.dyn_o )
[ 9 of 105] Compiling Torch.Internal.Unmanaged.Native.Extra ( src/Torch/Internal/Unmanaged/Native/Extra.hs, dist/build/Torch/Internal/Unmanaged/Native/Extra.o, dist/build/Torch/Internal/Unmanaged/Native/Extra.dyn_o )
[ 10 of 105] Compiling Torch.Internal.Managed.Native.Extra ( src/Torch/Internal/Managed/Native/Extra.hs, dist/build/Torch/Internal/Managed/Native/Extra.o, dist/build/Torch/Internal/Managed/Native/Extra.dyn_o )
[ 11 of 105] Compiling Torch.Internal.Unmanaged.Native.Native0 ( src/Torch/Internal/Unmanaged/Native/Native0.hs, dist/build/Torch/Internal/Unmanaged/Native/Native0.o, dist/build/Torch/Internal/Unmanaged/Native/Native0.dyn_o )
[ 12 of 105] Compiling Torch.Internal.Managed.Native.Native0 ( src/Torch/Internal/Managed/Native/Native0.hs, dist/build/Torch/Internal/Managed/Native/Native0.o, dist/build/Torch/Internal/Managed/Native/Native0.dyn_o )
[ 13 of 105] Compiling Torch.Internal.Unmanaged.Native.Native1 ( src/Torch/Internal/Unmanaged/Native/Native1.hs, dist/build/Torch/Internal/Unmanaged/Native/Native1.o, dist/build/Torch/Internal/Unmanaged/Native/Native1.dyn_o )
[ 14 of 105] Compiling Torch.Internal.Managed.Native.Native1 ( src/Torch/Internal/Managed/Native/Native1.hs, dist/build/Torch/Internal/Managed/Native/Native1.o, dist/build/Torch/Internal/Managed/Native/Native1.dyn_o )
[ 15 of 105] Compiling Torch.Internal.Unmanaged.Native.Native10 ( src/Torch/Internal/Unmanaged/Native/Native10.hs, dist/build/Torch/Internal/Unmanaged/Native/Native10.o, dist/build/Torch/Internal/Unmanaged/Native/Native10.dyn_o )
[ 16 of 105] Compiling Torch.Internal.Managed.Native.Native10 ( src/Torch/Internal/Managed/Native/Native10.hs, dist/build/Torch/Internal/Managed/Native/Native10.o, dist/build/Torch/Internal/Managed/Native/Native10.dyn_o )
[ 17 of 105] Compiling Torch.Internal.Unmanaged.Native.Native11 ( src/Torch/Internal/Unmanaged/Native/Native11.hs, dist/build/Torch/Internal/Unmanaged/Native/Native11.o, dist/build/Torch/Internal/Unmanaged/Native/Native11.dyn_o )
[ 18 of 105] Compiling Torch.Internal.Managed.Native.Native11 ( src/Torch/Internal/Managed/Native/Native11.hs, dist/build/Torch/Internal/Managed/Native/Native11.o, dist/build/Torch/Internal/Managed/Native/Native11.dyn_o )
[ 19 of 105] Compiling Torch.Internal.Unmanaged.Native.Native12 ( src/Torch/Internal/Unmanaged/Native/Native12.hs, dist/build/Torch/Internal/Unmanaged/Native/Native12.o, dist/build/Torch/Internal/Unmanaged/Native/Native12.dyn_o )
[ 20 of 105] Compiling Torch.Internal.Managed.Native.Native12 ( src/Torch/Internal/Managed/Native/Native12.hs, dist/build/Torch/Internal/Managed/Native/Native12.o, dist/build/Torch/Internal/Managed/Native/Native12.dyn_o )
[ 21 of 105] Compiling Torch.Internal.Unmanaged.Native.Native13 ( src/Torch/Internal/Unmanaged/Native/Native13.hs, dist/build/Torch/Internal/Unmanaged/Native/Native13.o, dist/build/Torch/Internal/Unmanaged/Native/Native13.dyn_o )
[ 22 of 105] Compiling Torch.Internal.Managed.Native.Native13 ( src/Torch/Internal/Managed/Native/Native13.hs, dist/build/Torch/Internal/Managed/Native/Native13.o, dist/build/Torch/Internal/Managed/Native/Native13.dyn_o )
[ 23 of 105] Compiling Torch.Internal.Unmanaged.Native.Native14 ( src/Torch/Internal/Unmanaged/Native/Native14.hs, dist/build/Torch/Internal/Unmanaged/Native/Native14.o, dist/build/Torch/Internal/Unmanaged/Native/Native14.dyn_o )
[ 24 of 105] Compiling Torch.Internal.Managed.Native.Native14 ( src/Torch/Internal/Managed/Native/Native14.hs, dist/build/Torch/Internal/Managed/Native/Native14.o, dist/build/Torch/Internal/Managed/Native/Native14.dyn_o )
[ 25 of 105] Compiling Torch.Internal.Unmanaged.Native.Native15 ( src/Torch/Internal/Unmanaged/Native/Native15.hs, dist/build/Torch/Internal/Unmanaged/Native/Native15.o, dist/build/Torch/Internal/Unmanaged/Native/Native15.dyn_o )
[ 26 of 105] Compiling Torch.Internal.Managed.Native.Native15 ( src/Torch/Internal/Managed/Native/Native15.hs, dist/build/Torch/Internal/Managed/Native/Native15.o, dist/build/Torch/Internal/Managed/Native/Native15.dyn_o )
[ 27 of 105] Compiling Torch.Internal.Unmanaged.Native.Native2 ( src/Torch/Internal/Unmanaged/Native/Native2.hs, dist/build/Torch/Internal/Unmanaged/Native/Native2.o, dist/build/Torch/Internal/Unmanaged/Native/Native2.dyn_o )
[ 28 of 105] Compiling Torch.Internal.Managed.Native.Native2 ( src/Torch/Internal/Managed/Native/Native2.hs, dist/build/Torch/Internal/Managed/Native/Native2.o, dist/build/Torch/Internal/Managed/Native/Native2.dyn_o )
[ 29 of 105] Compiling Torch.Internal.Unmanaged.Native.Native3 ( src/Torch/Internal/Unmanaged/Native/Native3.hs, dist/build/Torch/Internal/Unmanaged/Native/Native3.o, dist/build/Torch/Internal/Unmanaged/Native/Native3.dyn_o )
[ 30 of 105] Compiling Torch.Internal.Managed.Native.Native3 ( src/Torch/Internal/Managed/Native/Native3.hs, dist/build/Torch/Internal/Managed/Native/Native3.o, dist/build/Torch/Internal/Managed/Native/Native3.dyn_o )
[ 31 of 105] Compiling Torch.Internal.Unmanaged.Native.Native4 ( src/Torch/Internal/Unmanaged/Native/Native4.hs, dist/build/Torch/Internal/Unmanaged/Native/Native4.o, dist/build/Torch/Internal/Unmanaged/Native/Native4.dyn_o )
[ 32 of 105] Compiling Torch.Internal.Managed.Native.Native4 ( src/Torch/Internal/Managed/Native/Native4.hs, dist/build/Torch/Internal/Managed/Native/Native4.o, dist/build/Torch/Internal/Managed/Native/Native4.dyn_o )
[ 33 of 105] Compiling Torch.Internal.Unmanaged.Native.Native5 ( src/Torch/Internal/Unmanaged/Native/Native5.hs, dist/build/Torch/Internal/Unmanaged/Native/Native5.o, dist/build/Torch/Internal/Unmanaged/Native/Native5.dyn_o )
[ 34 of 105] Compiling Torch.Internal.Managed.Native.Native5 ( src/Torch/Internal/Managed/Native/Native5.hs, dist/build/Torch/Internal/Managed/Native/Native5.o, dist/build/Torch/Internal/Managed/Native/Native5.dyn_o )
[ 35 of 105] Compiling Torch.Internal.Unmanaged.Native.Native6 ( src/Torch/Internal/Unmanaged/Native/Native6.hs, dist/build/Torch/Internal/Unmanaged/Native/Native6.o, dist/build/Torch/Internal/Unmanaged/Native/Native6.dyn_o )
[ 36 of 105] Compiling Torch.Internal.Managed.Native.Native6 ( src/Torch/Internal/Managed/Native/Native6.hs, dist/build/Torch/Internal/Managed/Native/Native6.o, dist/build/Torch/Internal/Managed/Native/Native6.dyn_o )
[ 37 of 105] Compiling Torch.Internal.Unmanaged.Native.Native7 ( src/Torch/Internal/Unmanaged/Native/Native7.hs, dist/build/Torch/Internal/Unmanaged/Native/Native7.o, dist/build/Torch/Internal/Unmanaged/Native/Native7.dyn_o )
[ 38 of 105] Compiling Torch.Internal.Managed.Native.Native7 ( src/Torch/Internal/Managed/Native/Native7.hs, dist/build/Torch/Internal/Managed/Native/Native7.o, dist/build/Torch/Internal/Managed/Native/Native7.dyn_o )
[ 39 of 105] Compiling Torch.Internal.Unmanaged.Native.Native8 ( src/Torch/Internal/Unmanaged/Native/Native8.hs, dist/build/Torch/Internal/Unmanaged/Native/Native8.o, dist/build/Torch/Internal/Unmanaged/Native/Native8.dyn_o )
[ 40 of 105] Compiling Torch.Internal.Managed.Native.Native8 ( src/Torch/Internal/Managed/Native/Native8.hs, dist/build/Torch/Internal/Managed/Native/Native8.o, dist/build/Torch/Internal/Managed/Native/Native8.dyn_o )
[ 41 of 105] Compiling Torch.Internal.Unmanaged.Native.Native9 ( src/Torch/Internal/Unmanaged/Native/Native9.hs, dist/build/Torch/Internal/Unmanaged/Native/Native9.o, dist/build/Torch/Internal/Unmanaged/Native/Native9.dyn_o )
[ 42 of 105] Compiling Torch.Internal.Unmanaged.Native ( src/Torch/Internal/Unmanaged/Native.hs, dist/build/Torch/Internal/Unmanaged/Native.o, dist/build/Torch/Internal/Unmanaged/Native.dyn_o )
[ 43 of 105] Compiling Torch.Internal.Managed.Native.Native9 ( src/Torch/Internal/Managed/Native/Native9.hs, dist/build/Torch/Internal/Managed/Native/Native9.o, dist/build/Torch/Internal/Managed/Native/Native9.dyn_o )
[ 44 of 105] Compiling Torch.Internal.Managed.Native ( src/Torch/Internal/Managed/Native.hs, dist/build/Torch/Internal/Managed/Native.o, dist/build/Torch/Internal/Managed/Native.dyn_o )
[ 45 of 105] Compiling Torch.Internal.Unmanaged.Optim ( src/Torch/Internal/Unmanaged/Optim.hs, dist/build/Torch/Internal/Unmanaged/Optim.o, dist/build/Torch/Internal/Unmanaged/Optim.dyn_o )
[ 46 of 105] Compiling Torch.Internal.Managed.Optim ( src/Torch/Internal/Managed/Optim.hs, dist/build/Torch/Internal/Managed/Optim.o, dist/build/Torch/Internal/Managed/Optim.dyn_o )
[ 47 of 105] Compiling Torch.Internal.Unmanaged.Serialize ( src/Torch/Internal/Unmanaged/Serialize.hs, dist/build/Torch/Internal/Unmanaged/Serialize.o, dist/build/Torch/Internal/Unmanaged/Serialize.dyn_o )
[ 48 of 105] Compiling Torch.Internal.Managed.Serialize ( src/Torch/Internal/Managed/Serialize.hs, dist/build/Torch/Internal/Managed/Serialize.o, dist/build/Torch/Internal/Managed/Serialize.dyn_o )
[ 49 of 105] Compiling Torch.Internal.Unmanaged.TensorFactories ( src/Torch/Internal/Unmanaged/TensorFactories.hs, dist/build/Torch/Internal/Unmanaged/TensorFactories.o, dist/build/Torch/Internal/Unmanaged/TensorFactories.dyn_o )
[ 50 of 105] Compiling Torch.Internal.Managed.TensorFactories ( src/Torch/Internal/Managed/TensorFactories.hs, dist/build/Torch/Internal/Managed/TensorFactories.o, dist/build/Torch/Internal/Managed/TensorFactories.dyn_o )
[ 51 of 105] Compiling Torch.Internal.Unmanaged.Type.C10Dict ( src/Torch/Internal/Unmanaged/Type/C10Dict.hs, dist/build/Torch/Internal/Unmanaged/Type/C10Dict.o, dist/build/Torch/Internal/Unmanaged/Type/C10Dict.dyn_o )
[ 52 of 105] Compiling Torch.Internal.Managed.Type.C10Dict ( src/Torch/Internal/Managed/Type/C10Dict.hs, dist/build/Torch/Internal/Managed/Type/C10Dict.o, dist/build/Torch/Internal/Managed/Type/C10Dict.dyn_o )
[ 53 of 105] Compiling Torch.Internal.Unmanaged.Type.C10List ( src/Torch/Internal/Unmanaged/Type/C10List.hs, dist/build/Torch/Internal/Unmanaged/Type/C10List.o, dist/build/Torch/Internal/Unmanaged/Type/C10List.dyn_o )
[ 54 of 105] Compiling Torch.Internal.Managed.Type.C10List ( src/Torch/Internal/Managed/Type/C10List.hs, dist/build/Torch/Internal/Managed/Type/C10List.o, dist/build/Torch/Internal/Managed/Type/C10List.dyn_o )
[ 55 of 105] Compiling Torch.Internal.Unmanaged.Type.C10Tuple ( src/Torch/Internal/Unmanaged/Type/C10Tuple.hs, dist/build/Torch/Internal/Unmanaged/Type/C10Tuple.o, dist/build/Torch/Internal/Unmanaged/Type/C10Tuple.dyn_o )
[ 56 of 105] Compiling Torch.Internal.Managed.Type.C10Tuple ( src/Torch/Internal/Managed/Type/C10Tuple.hs, dist/build/Torch/Internal/Managed/Type/C10Tuple.o, dist/build/Torch/Internal/Managed/Type/C10Tuple.dyn_o )
[ 57 of 105] Compiling Torch.Internal.Unmanaged.Type.Context ( src/Torch/Internal/Unmanaged/Type/Context.hs, dist/build/Torch/Internal/Unmanaged/Type/Context.o, dist/build/Torch/Internal/Unmanaged/Type/Context.dyn_o )
[ 58 of 105] Compiling Torch.Internal.Unmanaged.Type.Dimname ( src/Torch/Internal/Unmanaged/Type/Dimname.hs, dist/build/Torch/Internal/Unmanaged/Type/Dimname.o, dist/build/Torch/Internal/Unmanaged/Type/Dimname.dyn_o )
[ 59 of 105] Compiling Torch.Internal.Managed.Type.Dimname ( src/Torch/Internal/Managed/Type/Dimname.hs, dist/build/Torch/Internal/Managed/Type/Dimname.o, dist/build/Torch/Internal/Managed/Type/Dimname.dyn_o )
[ 60 of 105] Compiling Torch.Internal.Unmanaged.Type.DimnameList ( src/Torch/Internal/Unmanaged/Type/DimnameList.hs, dist/build/Torch/Internal/Unmanaged/Type/DimnameList.o, dist/build/Torch/Internal/Unmanaged/Type/DimnameList.dyn_o )
[ 61 of 105] Compiling Torch.Internal.Managed.Type.DimnameList ( src/Torch/Internal/Managed/Type/DimnameList.hs, dist/build/Torch/Internal/Managed/Type/DimnameList.o, dist/build/Torch/Internal/Managed/Type/DimnameList.dyn_o )
[ 62 of 105] Compiling Torch.Internal.Unmanaged.Type.Extra ( src/Torch/Internal/Unmanaged/Type/Extra.hs, dist/build/Torch/Internal/Unmanaged/Type/Extra.o, dist/build/Torch/Internal/Unmanaged/Type/Extra.dyn_o )
[ 63 of 105] Compiling Torch.Internal.Managed.Type.Extra ( src/Torch/Internal/Managed/Type/Extra.hs, dist/build/Torch/Internal/Managed/Type/Extra.o, dist/build/Torch/Internal/Managed/Type/Extra.dyn_o )
[ 64 of 105] Compiling Torch.Internal.Unmanaged.Type.Generator ( src/Torch/Internal/Unmanaged/Type/Generator.hs, dist/build/Torch/Internal/Unmanaged/Type/Generator.o, dist/build/Torch/Internal/Unmanaged/Type/Generator.dyn_o )
[ 65 of 105] Compiling Torch.Internal.Managed.Type.Generator ( src/Torch/Internal/Managed/Type/Generator.hs, dist/build/Torch/Internal/Managed/Type/Generator.o, dist/build/Torch/Internal/Managed/Type/Generator.dyn_o )
[ 66 of 105] Compiling Torch.Internal.Managed.Type.Context ( src/Torch/Internal/Managed/Type/Context.hs, dist/build/Torch/Internal/Managed/Type/Context.o, dist/build/Torch/Internal/Managed/Type/Context.dyn_o )
[ 67 of 105] Compiling Torch.Internal.Unmanaged.Type.IValue ( src/Torch/Internal/Unmanaged/Type/IValue.hs, dist/build/Torch/Internal/Unmanaged/Type/IValue.o, dist/build/Torch/Internal/Unmanaged/Type/IValue.dyn_o )
[ 68 of 105] Compiling Torch.Internal.Managed.Type.IValue ( src/Torch/Internal/Managed/Type/IValue.hs, dist/build/Torch/Internal/Managed/Type/IValue.o, dist/build/Torch/Internal/Managed/Type/IValue.dyn_o )
[ 69 of 105] Compiling Torch.Internal.Unmanaged.Type.IValueList ( src/Torch/Internal/Unmanaged/Type/IValueList.hs, dist/build/Torch/Internal/Unmanaged/Type/IValueList.o, dist/build/Torch/Internal/Unmanaged/Type/IValueList.dyn_o )
[ 70 of 105] Compiling Torch.Internal.Managed.Type.IValueList ( src/Torch/Internal/Managed/Type/IValueList.hs, dist/build/Torch/Internal/Managed/Type/IValueList.o, dist/build/Torch/Internal/Managed/Type/IValueList.dyn_o )
[ 71 of 105] Compiling Torch.Internal.Unmanaged.Type.IntArray ( src/Torch/Internal/Unmanaged/Type/IntArray.hs, dist/build/Torch/Internal/Unmanaged/Type/IntArray.o, dist/build/Torch/Internal/Unmanaged/Type/IntArray.dyn_o )
[ 72 of 105] Compiling Torch.Internal.Managed.Type.IntArray ( src/Torch/Internal/Managed/Type/IntArray.hs, dist/build/Torch/Internal/Managed/Type/IntArray.o, dist/build/Torch/Internal/Managed/Type/IntArray.dyn_o )
[ 73 of 105] Compiling Torch.Internal.Unmanaged.Type.Module ( src/Torch/Internal/Unmanaged/Type/Module.hs, dist/build/Torch/Internal/Unmanaged/Type/Module.o, dist/build/Torch/Internal/Unmanaged/Type/Module.dyn_o )
src/Torch/Internal/Unmanaged/Type/Module.hs:22:1: warning: [GHC-15328] [-Wdeprecations]
Module Language.C.Inline.Cpp.Exceptions is deprecated:
"Language.C.Inline.Cpp.Exceptions is deprecated in favor of Language.C.Inline.Cpp.Exception which changes the CppException data type to preserve the exception for custom error handling."
|
22 | import qualified Language.C.Inline.Cpp.Exceptions as Safe
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 74 of 105] Compiling Torch.Internal.Managed.Type.Module ( src/Torch/Internal/Managed/Type/Module.hs, dist/build/Torch/Internal/Managed/Type/Module.o, dist/build/Torch/Internal/Managed/Type/Module.dyn_o )
[ 75 of 105] Compiling Torch.Internal.Unmanaged.Type.Scalar ( src/Torch/Internal/Unmanaged/Type/Scalar.hs, dist/build/Torch/Internal/Unmanaged/Type/Scalar.o, dist/build/Torch/Internal/Unmanaged/Type/Scalar.dyn_o )
[ 76 of 105] Compiling Torch.Internal.Managed.Type.Scalar ( src/Torch/Internal/Managed/Type/Scalar.hs, dist/build/Torch/Internal/Managed/Type/Scalar.o, dist/build/Torch/Internal/Managed/Type/Scalar.dyn_o )
[ 77 of 105] Compiling Torch.Internal.Unmanaged.Type.StdArray ( src/Torch/Internal/Unmanaged/Type/StdArray.hs, dist/build/Torch/Internal/Unmanaged/Type/StdArray.o, dist/build/Torch/Internal/Unmanaged/Type/StdArray.dyn_o )
[ 78 of 105] Compiling Torch.Internal.Managed.Type.StdArray ( src/Torch/Internal/Managed/Type/StdArray.hs, dist/build/Torch/Internal/Managed/Type/StdArray.o, dist/build/Torch/Internal/Managed/Type/StdArray.dyn_o )
[ 79 of 105] Compiling Torch.Internal.Unmanaged.Type.StdString ( src/Torch/Internal/Unmanaged/Type/StdString.hs, dist/build/Torch/Internal/Unmanaged/Type/StdString.o, dist/build/Torch/Internal/Unmanaged/Type/StdString.dyn_o )
[ 80 of 105] Compiling Torch.Internal.Managed.Type.StdString ( src/Torch/Internal/Managed/Type/StdString.hs, dist/build/Torch/Internal/Managed/Type/StdString.o, dist/build/Torch/Internal/Managed/Type/StdString.dyn_o )
[ 81 of 105] Compiling Torch.Internal.Unmanaged.Type.StdVector ( src/Torch/Internal/Unmanaged/Type/StdVector.hs, dist/build/Torch/Internal/Unmanaged/Type/StdVector.o, dist/build/Torch/Internal/Unmanaged/Type/StdVector.dyn_o )
[ 82 of 105] Compiling Torch.Internal.Managed.Type.StdVector ( src/Torch/Internal/Managed/Type/StdVector.hs, dist/build/Torch/Internal/Managed/Type/StdVector.o, dist/build/Torch/Internal/Managed/Type/StdVector.dyn_o )
[ 83 of 105] Compiling Torch.Internal.Unmanaged.Type.Storage ( src/Torch/Internal/Unmanaged/Type/Storage.hs, dist/build/Torch/Internal/Unmanaged/Type/Storage.o, dist/build/Torch/Internal/Unmanaged/Type/Storage.dyn_o )
[ 84 of 105] Compiling Torch.Internal.Managed.Type.Storage ( src/Torch/Internal/Managed/Type/Storage.hs, dist/build/Torch/Internal/Managed/Type/Storage.o, dist/build/Torch/Internal/Managed/Type/Storage.dyn_o )
[ 85 of 105] Compiling Torch.Internal.Unmanaged.Type.Symbol ( src/Torch/Internal/Unmanaged/Type/Symbol.hs, dist/build/Torch/Internal/Unmanaged/Type/Symbol.o, dist/build/Torch/Internal/Unmanaged/Type/Symbol.dyn_o )
[ 86 of 105] Compiling Torch.Internal.Managed.Type.Symbol ( src/Torch/Internal/Managed/Type/Symbol.hs, dist/build/Torch/Internal/Managed/Type/Symbol.o, dist/build/Torch/Internal/Managed/Type/Symbol.dyn_o )
[ 87 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor.Tensor0 ( src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs, dist/build/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.o, dist/build/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.dyn_o )
[ 88 of 105] Compiling Torch.Internal.Managed.Type.Tensor.Tensor0 ( src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs, dist/build/Torch/Internal/Managed/Type/Tensor/Tensor0.o, dist/build/Torch/Internal/Managed/Type/Tensor/Tensor0.dyn_o )
[ 89 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor.Tensor1 ( src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs, dist/build/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.o, dist/build/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.dyn_o )
[ 90 of 105] Compiling Torch.Internal.Managed.Type.Tensor.Tensor1 ( src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs, dist/build/Torch/Internal/Managed/Type/Tensor/Tensor1.o, dist/build/Torch/Internal/Managed/Type/Tensor/Tensor1.dyn_o )
[ 91 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor.Tensor2 ( src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs, dist/build/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.o, dist/build/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.dyn_o )
[ 92 of 105] Compiling Torch.Internal.Managed.Type.Tensor.Tensor2 ( src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs, dist/build/Torch/Internal/Managed/Type/Tensor/Tensor2.o, dist/build/Torch/Internal/Managed/Type/Tensor/Tensor2.dyn_o )
[ 93 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor.Tensor3 ( src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs, dist/build/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.o, dist/build/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.dyn_o )
[ 94 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor ( src/Torch/Internal/Unmanaged/Type/Tensor.hs, dist/build/Torch/Internal/Unmanaged/Type/Tensor.o, dist/build/Torch/Internal/Unmanaged/Type/Tensor.dyn_o )
[ 95 of 105] Compiling Torch.Internal.Managed.Type.Tensor.Tensor3 ( src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs, dist/build/Torch/Internal/Managed/Type/Tensor/Tensor3.o, dist/build/Torch/Internal/Managed/Type/Tensor/Tensor3.dyn_o )
[ 96 of 105] Compiling Torch.Internal.Managed.Type.Tensor ( src/Torch/Internal/Managed/Type/Tensor.hs, dist/build/Torch/Internal/Managed/Type/Tensor.o, dist/build/Torch/Internal/Managed/Type/Tensor.dyn_o )
[ 97 of 105] Compiling Torch.Internal.Unmanaged.Type.TensorIndex ( src/Torch/Internal/Unmanaged/Type/TensorIndex.hs, dist/build/Torch/Internal/Unmanaged/Type/TensorIndex.o, dist/build/Torch/Internal/Unmanaged/Type/TensorIndex.dyn_o )
[ 98 of 105] Compiling Torch.Internal.Managed.Type.TensorIndex ( src/Torch/Internal/Managed/Type/TensorIndex.hs, dist/build/Torch/Internal/Managed/Type/TensorIndex.o, dist/build/Torch/Internal/Managed/Type/TensorIndex.dyn_o )
[ 99 of 105] Compiling Torch.Internal.Unmanaged.Type.TensorList ( src/Torch/Internal/Unmanaged/Type/TensorList.hs, dist/build/Torch/Internal/Unmanaged/Type/TensorList.o, dist/build/Torch/Internal/Unmanaged/Type/TensorList.dyn_o )
[100 of 105] Compiling Torch.Internal.Managed.Type.TensorList ( src/Torch/Internal/Managed/Type/TensorList.hs, dist/build/Torch/Internal/Managed/Type/TensorList.o, dist/build/Torch/Internal/Managed/Type/TensorList.dyn_o )
[101 of 105] Compiling Torch.Internal.Managed.Cast ( src/Torch/Internal/Managed/Cast.hs, dist/build/Torch/Internal/Managed/Cast.o, dist/build/Torch/Internal/Managed/Cast.dyn_o )
src/Torch/Internal/Managed/Cast.hs:129:28: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
129 | l <- newC10ListIValue (head xs)
| ^^^^
src/Torch/Internal/Managed/Cast.hs:139:18: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
139 | let (k,v) = (head xs)
| ^^^^
[102 of 105] Compiling Torch.Internal.Unmanaged.Type.TensorOptions ( src/Torch/Internal/Unmanaged/Type/TensorOptions.hs, dist/build/Torch/Internal/Unmanaged/Type/TensorOptions.o, dist/build/Torch/Internal/Unmanaged/Type/TensorOptions.dyn_o )
[103 of 105] Compiling Torch.Internal.Managed.Type.TensorOptions ( src/Torch/Internal/Managed/Type/TensorOptions.hs, dist/build/Torch/Internal/Managed/Type/TensorOptions.o, dist/build/Torch/Internal/Managed/Type/TensorOptions.dyn_o )
[104 of 105] Compiling Torch.Internal.Unmanaged.Type.Tuple ( src/Torch/Internal/Unmanaged/Type/Tuple.hs, dist/build/Torch/Internal/Unmanaged/Type/Tuple.o, dist/build/Torch/Internal/Unmanaged/Type/Tuple.dyn_o )
[105 of 105] Compiling Torch.Internal.Managed.Type.Tuple ( src/Torch/Internal/Managed/Type/Tuple.hs, dist/build/Torch/Internal/Managed/Type/Tuple.o, dist/build/Torch/Internal/Managed/Type/Tuple.dyn_o )
Preprocessing library for libtorch-ffi-2.0.1.8..
Running Haddock on library for libtorch-ffi-2.0.1.8..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: system-cxx-std-lib-1.0
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 105] Compiling Torch.Internal.Class ( src/Torch/Internal/Class.hs, /tmp/ghc1840417_0/ghc_6.o, /tmp/ghc1840417_0/ghc_6.dyn_o )
[ 2 of 105] Compiling Torch.Internal.GC ( src/Torch/Internal/GC.hs, /tmp/ghc1840417_0/ghc_8.o, /tmp/ghc1840417_0/ghc_8.dyn_o )
[ 3 of 105] Compiling Torch.Internal.Cast ( src/Torch/Internal/Cast.hs, /tmp/ghc1840417_0/ghc_4.o, /tmp/ghc1840417_0/ghc_4.dyn_o )
[ 4 of 105] Compiling Torch.Internal.Type ( src/Torch/Internal/Type.hs, /tmp/ghc1840417_0/ghc_12.o, /tmp/ghc1840417_0/ghc_12.dyn_o )
[ 5 of 105] Compiling Torch.Internal.Objects ( src/Torch/Internal/Objects.hs, /tmp/ghc1840417_0/ghc_10.o, /tmp/ghc1840417_0/ghc_10.dyn_o )
[ 6 of 105] Compiling Torch.Internal.Const ( src/Torch/Internal/Const.hs, nothing )
[ 7 of 105] Compiling Torch.Internal.Unmanaged.Autograd ( src/Torch/Internal/Unmanaged/Autograd.hs, nothing )
[ 8 of 105] Compiling Torch.Internal.Managed.Autograd ( src/Torch/Internal/Managed/Autograd.hs, nothing )
[ 9 of 105] Compiling Torch.Internal.Unmanaged.Native.Extra ( src/Torch/Internal/Unmanaged/Native/Extra.hs, /tmp/ghc1840417_0/ghc_14.o, /tmp/ghc1840417_0/ghc_14.dyn_o )
[ 10 of 105] Compiling Torch.Internal.Managed.Native.Extra ( src/Torch/Internal/Managed/Native/Extra.hs, nothing )
[ 11 of 105] Compiling Torch.Internal.Unmanaged.Native.Native0 ( src/Torch/Internal/Unmanaged/Native/Native0.hs, /tmp/ghc1840417_0/ghc_16.o, /tmp/ghc1840417_0/ghc_16.dyn_o )
[ 12 of 105] Compiling Torch.Internal.Managed.Native.Native0 ( src/Torch/Internal/Managed/Native/Native0.hs, nothing )
[ 13 of 105] Compiling Torch.Internal.Unmanaged.Native.Native1 ( src/Torch/Internal/Unmanaged/Native/Native1.hs, /tmp/ghc1840417_0/ghc_18.o, /tmp/ghc1840417_0/ghc_18.dyn_o )
[ 14 of 105] Compiling Torch.Internal.Managed.Native.Native1 ( src/Torch/Internal/Managed/Native/Native1.hs, nothing )
[ 15 of 105] Compiling Torch.Internal.Unmanaged.Native.Native10 ( src/Torch/Internal/Unmanaged/Native/Native10.hs, /tmp/ghc1840417_0/ghc_20.o, /tmp/ghc1840417_0/ghc_20.dyn_o )
[ 16 of 105] Compiling Torch.Internal.Managed.Native.Native10 ( src/Torch/Internal/Managed/Native/Native10.hs, nothing )
[ 17 of 105] Compiling Torch.Internal.Unmanaged.Native.Native11 ( src/Torch/Internal/Unmanaged/Native/Native11.hs, /tmp/ghc1840417_0/ghc_22.o, /tmp/ghc1840417_0/ghc_22.dyn_o )
[ 18 of 105] Compiling Torch.Internal.Managed.Native.Native11 ( src/Torch/Internal/Managed/Native/Native11.hs, nothing )
[ 19 of 105] Compiling Torch.Internal.Unmanaged.Native.Native12 ( src/Torch/Internal/Unmanaged/Native/Native12.hs, /tmp/ghc1840417_0/ghc_24.o, /tmp/ghc1840417_0/ghc_24.dyn_o )
[ 20 of 105] Compiling Torch.Internal.Managed.Native.Native12 ( src/Torch/Internal/Managed/Native/Native12.hs, nothing )
[ 21 of 105] Compiling Torch.Internal.Unmanaged.Native.Native13 ( src/Torch/Internal/Unmanaged/Native/Native13.hs, /tmp/ghc1840417_0/ghc_26.o, /tmp/ghc1840417_0/ghc_26.dyn_o )
[ 22 of 105] Compiling Torch.Internal.Managed.Native.Native13 ( src/Torch/Internal/Managed/Native/Native13.hs, nothing )
[ 23 of 105] Compiling Torch.Internal.Unmanaged.Native.Native14 ( src/Torch/Internal/Unmanaged/Native/Native14.hs, /tmp/ghc1840417_0/ghc_28.o, /tmp/ghc1840417_0/ghc_28.dyn_o )
[ 24 of 105] Compiling Torch.Internal.Managed.Native.Native14 ( src/Torch/Internal/Managed/Native/Native14.hs, nothing )
[ 25 of 105] Compiling Torch.Internal.Unmanaged.Native.Native15 ( src/Torch/Internal/Unmanaged/Native/Native15.hs, /tmp/ghc1840417_0/ghc_30.o, /tmp/ghc1840417_0/ghc_30.dyn_o )
[ 26 of 105] Compiling Torch.Internal.Managed.Native.Native15 ( src/Torch/Internal/Managed/Native/Native15.hs, nothing )
[ 27 of 105] Compiling Torch.Internal.Unmanaged.Native.Native2 ( src/Torch/Internal/Unmanaged/Native/Native2.hs, /tmp/ghc1840417_0/ghc_32.o, /tmp/ghc1840417_0/ghc_32.dyn_o )
[ 28 of 105] Compiling Torch.Internal.Managed.Native.Native2 ( src/Torch/Internal/Managed/Native/Native2.hs, nothing )
[ 29 of 105] Compiling Torch.Internal.Unmanaged.Native.Native3 ( src/Torch/Internal/Unmanaged/Native/Native3.hs, /tmp/ghc1840417_0/ghc_34.o, /tmp/ghc1840417_0/ghc_34.dyn_o )
[ 30 of 105] Compiling Torch.Internal.Managed.Native.Native3 ( src/Torch/Internal/Managed/Native/Native3.hs, nothing )
[ 31 of 105] Compiling Torch.Internal.Unmanaged.Native.Native4 ( src/Torch/Internal/Unmanaged/Native/Native4.hs, /tmp/ghc1840417_0/ghc_36.o, /tmp/ghc1840417_0/ghc_36.dyn_o )
[ 32 of 105] Compiling Torch.Internal.Managed.Native.Native4 ( src/Torch/Internal/Managed/Native/Native4.hs, nothing )
[ 33 of 105] Compiling Torch.Internal.Unmanaged.Native.Native5 ( src/Torch/Internal/Unmanaged/Native/Native5.hs, /tmp/ghc1840417_0/ghc_38.o, /tmp/ghc1840417_0/ghc_38.dyn_o )
[ 34 of 105] Compiling Torch.Internal.Managed.Native.Native5 ( src/Torch/Internal/Managed/Native/Native5.hs, nothing )
[ 35 of 105] Compiling Torch.Internal.Unmanaged.Native.Native6 ( src/Torch/Internal/Unmanaged/Native/Native6.hs, /tmp/ghc1840417_0/ghc_40.o, /tmp/ghc1840417_0/ghc_40.dyn_o )
[ 36 of 105] Compiling Torch.Internal.Managed.Native.Native6 ( src/Torch/Internal/Managed/Native/Native6.hs, nothing )
[ 37 of 105] Compiling Torch.Internal.Unmanaged.Native.Native7 ( src/Torch/Internal/Unmanaged/Native/Native7.hs, /tmp/ghc1840417_0/ghc_42.o, /tmp/ghc1840417_0/ghc_42.dyn_o )
[ 38 of 105] Compiling Torch.Internal.Managed.Native.Native7 ( src/Torch/Internal/Managed/Native/Native7.hs, nothing )
[ 39 of 105] Compiling Torch.Internal.Unmanaged.Native.Native8 ( src/Torch/Internal/Unmanaged/Native/Native8.hs, /tmp/ghc1840417_0/ghc_44.o, /tmp/ghc1840417_0/ghc_44.dyn_o )
[ 40 of 105] Compiling Torch.Internal.Managed.Native.Native8 ( src/Torch/Internal/Managed/Native/Native8.hs, nothing )
[ 41 of 105] Compiling Torch.Internal.Unmanaged.Native.Native9 ( src/Torch/Internal/Unmanaged/Native/Native9.hs, /tmp/ghc1840417_0/ghc_46.o, /tmp/ghc1840417_0/ghc_46.dyn_o )
[ 42 of 105] Compiling Torch.Internal.Unmanaged.Native ( src/Torch/Internal/Unmanaged/Native.hs, nothing )
[ 43 of 105] Compiling Torch.Internal.Managed.Native.Native9 ( src/Torch/Internal/Managed/Native/Native9.hs, nothing )
[ 44 of 105] Compiling Torch.Internal.Managed.Native ( src/Torch/Internal/Managed/Native.hs, nothing )
[ 45 of 105] Compiling Torch.Internal.Unmanaged.Optim ( src/Torch/Internal/Unmanaged/Optim.hs, nothing )
[ 46 of 105] Compiling Torch.Internal.Managed.Optim ( src/Torch/Internal/Managed/Optim.hs, nothing )
[ 47 of 105] Compiling Torch.Internal.Unmanaged.Serialize ( src/Torch/Internal/Unmanaged/Serialize.hs, nothing )
[ 48 of 105] Compiling Torch.Internal.Managed.Serialize ( src/Torch/Internal/Managed/Serialize.hs, nothing )
[ 49 of 105] Compiling Torch.Internal.Unmanaged.TensorFactories ( src/Torch/Internal/Unmanaged/TensorFactories.hs, /tmp/ghc1840417_0/ghc_48.o, /tmp/ghc1840417_0/ghc_48.dyn_o )
[ 50 of 105] Compiling Torch.Internal.Managed.TensorFactories ( src/Torch/Internal/Managed/TensorFactories.hs, nothing )
[ 51 of 105] Compiling Torch.Internal.Unmanaged.Type.C10Dict ( src/Torch/Internal/Unmanaged/Type/C10Dict.hs, /tmp/ghc1840417_0/ghc_50.o, /tmp/ghc1840417_0/ghc_50.dyn_o )
[ 52 of 105] Compiling Torch.Internal.Managed.Type.C10Dict ( src/Torch/Internal/Managed/Type/C10Dict.hs, nothing )
[ 53 of 105] Compiling Torch.Internal.Unmanaged.Type.C10List ( src/Torch/Internal/Unmanaged/Type/C10List.hs, /tmp/ghc1840417_0/ghc_52.o, /tmp/ghc1840417_0/ghc_52.dyn_o )
[ 54 of 105] Compiling Torch.Internal.Managed.Type.C10List ( src/Torch/Internal/Managed/Type/C10List.hs, nothing )
[ 55 of 105] Compiling Torch.Internal.Unmanaged.Type.C10Tuple ( src/Torch/Internal/Unmanaged/Type/C10Tuple.hs, /tmp/ghc1840417_0/ghc_54.o, /tmp/ghc1840417_0/ghc_54.dyn_o )
[ 56 of 105] Compiling Torch.Internal.Managed.Type.C10Tuple ( src/Torch/Internal/Managed/Type/C10Tuple.hs, nothing )
[ 57 of 105] Compiling Torch.Internal.Unmanaged.Type.Context ( src/Torch/Internal/Unmanaged/Type/Context.hs, /tmp/ghc1840417_0/ghc_56.o, /tmp/ghc1840417_0/ghc_56.dyn_o )
[ 58 of 105] Compiling Torch.Internal.Unmanaged.Type.Dimname ( src/Torch/Internal/Unmanaged/Type/Dimname.hs, /tmp/ghc1840417_0/ghc_58.o, /tmp/ghc1840417_0/ghc_58.dyn_o )
[ 59 of 105] Compiling Torch.Internal.Managed.Type.Dimname ( src/Torch/Internal/Managed/Type/Dimname.hs, nothing )
[ 60 of 105] Compiling Torch.Internal.Unmanaged.Type.DimnameList ( src/Torch/Internal/Unmanaged/Type/DimnameList.hs, /tmp/ghc1840417_0/ghc_60.o, /tmp/ghc1840417_0/ghc_60.dyn_o )
[ 61 of 105] Compiling Torch.Internal.Managed.Type.DimnameList ( src/Torch/Internal/Managed/Type/DimnameList.hs, nothing )
[ 62 of 105] Compiling Torch.Internal.Unmanaged.Type.Extra ( src/Torch/Internal/Unmanaged/Type/Extra.hs, /tmp/ghc1840417_0/ghc_62.o, /tmp/ghc1840417_0/ghc_62.dyn_o )
[ 63 of 105] Compiling Torch.Internal.Managed.Type.Extra ( src/Torch/Internal/Managed/Type/Extra.hs, nothing )
[ 64 of 105] Compiling Torch.Internal.Unmanaged.Type.Generator ( src/Torch/Internal/Unmanaged/Type/Generator.hs, /tmp/ghc1840417_0/ghc_64.o, /tmp/ghc1840417_0/ghc_64.dyn_o )
[ 65 of 105] Compiling Torch.Internal.Managed.Type.Generator ( src/Torch/Internal/Managed/Type/Generator.hs, nothing )
[ 66 of 105] Compiling Torch.Internal.Managed.Type.Context ( src/Torch/Internal/Managed/Type/Context.hs, nothing )
[ 67 of 105] Compiling Torch.Internal.Unmanaged.Type.IValue ( src/Torch/Internal/Unmanaged/Type/IValue.hs, /tmp/ghc1840417_0/ghc_66.o, /tmp/ghc1840417_0/ghc_66.dyn_o )
[ 68 of 105] Compiling Torch.Internal.Managed.Type.IValue ( src/Torch/Internal/Managed/Type/IValue.hs, nothing )
[ 69 of 105] Compiling Torch.Internal.Unmanaged.Type.IValueList ( src/Torch/Internal/Unmanaged/Type/IValueList.hs, /tmp/ghc1840417_0/ghc_68.o, /tmp/ghc1840417_0/ghc_68.dyn_o )
[ 70 of 105] Compiling Torch.Internal.Managed.Type.IValueList ( src/Torch/Internal/Managed/Type/IValueList.hs, nothing )
[ 71 of 105] Compiling Torch.Internal.Unmanaged.Type.IntArray ( src/Torch/Internal/Unmanaged/Type/IntArray.hs, /tmp/ghc1840417_0/ghc_70.o, /tmp/ghc1840417_0/ghc_70.dyn_o )
[ 72 of 105] Compiling Torch.Internal.Managed.Type.IntArray ( src/Torch/Internal/Managed/Type/IntArray.hs, nothing )
[ 73 of 105] Compiling Torch.Internal.Unmanaged.Type.Module ( src/Torch/Internal/Unmanaged/Type/Module.hs, /tmp/ghc1840417_0/ghc_72.o, /tmp/ghc1840417_0/ghc_72.dyn_o )
src/Torch/Internal/Unmanaged/Type/Module.hs:22:1: warning: [GHC-15328] [-Wdeprecations]
Module Language.C.Inline.Cpp.Exceptions is deprecated:
"Language.C.Inline.Cpp.Exceptions is deprecated in favor of Language.C.Inline.Cpp.Exception which changes the CppException data type to preserve the exception for custom error handling."
|
22 | import qualified Language.C.Inline.Cpp.Exceptions as Safe
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 74 of 105] Compiling Torch.Internal.Managed.Type.Module ( src/Torch/Internal/Managed/Type/Module.hs, nothing )
[ 75 of 105] Compiling Torch.Internal.Unmanaged.Type.Scalar ( src/Torch/Internal/Unmanaged/Type/Scalar.hs, /tmp/ghc1840417_0/ghc_74.o, /tmp/ghc1840417_0/ghc_74.dyn_o )
[ 76 of 105] Compiling Torch.Internal.Managed.Type.Scalar ( src/Torch/Internal/Managed/Type/Scalar.hs, nothing )
[ 77 of 105] Compiling Torch.Internal.Unmanaged.Type.StdArray ( src/Torch/Internal/Unmanaged/Type/StdArray.hs, /tmp/ghc1840417_0/ghc_76.o, /tmp/ghc1840417_0/ghc_76.dyn_o )
[ 78 of 105] Compiling Torch.Internal.Managed.Type.StdArray ( src/Torch/Internal/Managed/Type/StdArray.hs, nothing )
[ 79 of 105] Compiling Torch.Internal.Unmanaged.Type.StdString ( src/Torch/Internal/Unmanaged/Type/StdString.hs, /tmp/ghc1840417_0/ghc_78.o, /tmp/ghc1840417_0/ghc_78.dyn_o )
[ 80 of 105] Compiling Torch.Internal.Managed.Type.StdString ( src/Torch/Internal/Managed/Type/StdString.hs, nothing )
[ 81 of 105] Compiling Torch.Internal.Unmanaged.Type.StdVector ( src/Torch/Internal/Unmanaged/Type/StdVector.hs, /tmp/ghc1840417_0/ghc_80.o, /tmp/ghc1840417_0/ghc_80.dyn_o )
[ 82 of 105] Compiling Torch.Internal.Managed.Type.StdVector ( src/Torch/Internal/Managed/Type/StdVector.hs, nothing )
[ 83 of 105] Compiling Torch.Internal.Unmanaged.Type.Storage ( src/Torch/Internal/Unmanaged/Type/Storage.hs, /tmp/ghc1840417_0/ghc_82.o, /tmp/ghc1840417_0/ghc_82.dyn_o )
[ 84 of 105] Compiling Torch.Internal.Managed.Type.Storage ( src/Torch/Internal/Managed/Type/Storage.hs, nothing )
[ 85 of 105] Compiling Torch.Internal.Unmanaged.Type.Symbol ( src/Torch/Internal/Unmanaged/Type/Symbol.hs, /tmp/ghc1840417_0/ghc_84.o, /tmp/ghc1840417_0/ghc_84.dyn_o )
[ 86 of 105] Compiling Torch.Internal.Managed.Type.Symbol ( src/Torch/Internal/Managed/Type/Symbol.hs, nothing )
[ 87 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor.Tensor0 ( src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs, /tmp/ghc1840417_0/ghc_86.o, /tmp/ghc1840417_0/ghc_86.dyn_o )
[ 88 of 105] Compiling Torch.Internal.Managed.Type.Tensor.Tensor0 ( src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs, nothing )
[ 89 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor.Tensor1 ( src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs, /tmp/ghc1840417_0/ghc_88.o, /tmp/ghc1840417_0/ghc_88.dyn_o )
[ 90 of 105] Compiling Torch.Internal.Managed.Type.Tensor.Tensor1 ( src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs, nothing )
[ 91 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor.Tensor2 ( src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs, /tmp/ghc1840417_0/ghc_90.o, /tmp/ghc1840417_0/ghc_90.dyn_o )
[ 92 of 105] Compiling Torch.Internal.Managed.Type.Tensor.Tensor2 ( src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs, nothing )
[ 93 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor.Tensor3 ( src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs, /tmp/ghc1840417_0/ghc_92.o, /tmp/ghc1840417_0/ghc_92.dyn_o )
[ 94 of 105] Compiling Torch.Internal.Unmanaged.Type.Tensor ( src/Torch/Internal/Unmanaged/Type/Tensor.hs, nothing )
[ 95 of 105] Compiling Torch.Internal.Managed.Type.Tensor.Tensor3 ( src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs, nothing )
[ 96 of 105] Compiling Torch.Internal.Managed.Type.Tensor ( src/Torch/Internal/Managed/Type/Tensor.hs, nothing )
[ 97 of 105] Compiling Torch.Internal.Unmanaged.Type.TensorIndex ( src/Torch/Internal/Unmanaged/Type/TensorIndex.hs, /tmp/ghc1840417_0/ghc_94.o, /tmp/ghc1840417_0/ghc_94.dyn_o )
[ 98 of 105] Compiling Torch.Internal.Managed.Type.TensorIndex ( src/Torch/Internal/Managed/Type/TensorIndex.hs, nothing )
[ 99 of 105] Compiling Torch.Internal.Unmanaged.Type.TensorList ( src/Torch/Internal/Unmanaged/Type/TensorList.hs, /tmp/ghc1840417_0/ghc_96.o, /tmp/ghc1840417_0/ghc_96.dyn_o )
[100 of 105] Compiling Torch.Internal.Managed.Type.TensorList ( src/Torch/Internal/Managed/Type/TensorList.hs, nothing )
[101 of 105] Compiling Torch.Internal.Managed.Cast ( src/Torch/Internal/Managed/Cast.hs, nothing )
src/Torch/Internal/Managed/Cast.hs:129:28: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
129 | l <- newC10ListIValue (head xs)
| ^^^^
src/Torch/Internal/Managed/Cast.hs:139:18: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
139 | let (k,v) = (head xs)
| ^^^^
[102 of 105] Compiling Torch.Internal.Unmanaged.Type.TensorOptions ( src/Torch/Internal/Unmanaged/Type/TensorOptions.hs, /tmp/ghc1840417_0/ghc_98.o, /tmp/ghc1840417_0/ghc_98.dyn_o )
[103 of 105] Compiling Torch.Internal.Managed.Type.TensorOptions ( src/Torch/Internal/Managed/Type/TensorOptions.hs, nothing )
[104 of 105] Compiling Torch.Internal.Unmanaged.Type.Tuple ( src/Torch/Internal/Unmanaged/Type/Tuple.hs, /tmp/ghc1840417_0/ghc_100.o, /tmp/ghc1840417_0/ghc_100.dyn_o )
[105 of 105] Compiling Torch.Internal.Managed.Type.Tuple ( src/Torch/Internal/Managed/Type/Tuple.hs, nothing )
Haddock coverage:
0% ( 0 / 11) in 'Torch.Internal.Class'
Missing documentation for:
Module header
Castable (src/Torch/Internal/Class.hs:10)
CppObject (src/Torch/Internal/Class.hs:14)
CppTuple2 (src/Torch/Internal/Class.hs:18)
CppTuple3 (src/Torch/Internal/Class.hs:42)
CppTuple4 (src/Torch/Internal/Class.hs:48)
CppTuple5 (src/Torch/Internal/Class.hs:54)
CppTuple6 (src/Torch/Internal/Class.hs:60)
CppTuple7 (src/Torch/Internal/Class.hs:66)
CppTuple8 (src/Torch/Internal/Class.hs:72)
CppTuple9 (src/Torch/Internal/Class.hs:78)
8% ( 1 / 12) in 'Torch.Internal.GC'
Missing documentation for:
Module header
c_showWeakPtrList (src/Torch/Internal/GC.hs:36)
mallocTrim (src/Torch/Internal/GC.hs:44)
HasktorchException (src/Torch/Internal/GC.hs:58)
bsToChars (src/Torch/Internal/GC.hs:64)
unsafeThrowableIO (src/Torch/Internal/GC.hs:67)
prettyException (src/Torch/Internal/GC.hs:70)
retryWithGC' (src/Torch/Internal/GC.hs:83)
retryWithGC (src/Torch/Internal/GC.hs:104)
checkOSMemoryWithGC (src/Torch/Internal/GC.hs:108)
monitorMemory (src/Torch/Internal/GC.hs:123)
1% ( 1 / 63) in 'Torch.Internal.Cast'
Missing documentation for:
cast0 (src/Torch/Internal/Cast.hs:396)
cast1 (src/Torch/Internal/Cast.hs:400)
cast2 (src/Torch/Internal/Cast.hs:407)
cast3 (src/Torch/Internal/Cast.hs:415)
cast4 (src/Torch/Internal/Cast.hs:424)
cast5 (src/Torch/Internal/Cast.hs:434)
cast6 (src/Torch/Internal/Cast.hs:445)
cast7 (src/Torch/Internal/Cast.hs:457)
cast8 (src/Torch/Internal/Cast.hs:470)
cast9 (src/Torch/Internal/Cast.hs:484)
cast10 (src/Torch/Internal/Cast.hs:499)
cast11 (src/Torch/Internal/Cast.hs:515)
cast12 (src/Torch/Internal/Cast.hs:532)
cast13 (src/Torch/Internal/Cast.hs:550)
cast14 (src/Torch/Internal/Cast.hs:569)
cast15 (src/Torch/Internal/Cast.hs:589)
cast16 (src/Torch/Internal/Cast.hs:610)
cast17 (src/Torch/Internal/Cast.hs:632)
cast18 (src/Torch/Internal/Cast.hs:655)
cast19 (src/Torch/Internal/Cast.hs:679)
cast20 (src/Torch/Internal/Cast.hs:704)
cast21 (src/Torch/Internal/Cast.hs:730)
cast22 (src/Torch/Internal/Cast.hs:757)
cast23 (src/Torch/Internal/Cast.hs:785)
cast24 (src/Torch/Internal/Cast.hs:814)
cast25 (src/Torch/Internal/Cast.hs:844)
cast26 (src/Torch/Internal/Cast.hs:875)
cast27 (src/Torch/Internal/Cast.hs:907)
cast28 (src/Torch/Internal/Cast.hs:940)
cast29 (src/Torch/Internal/Cast.hs:974)
cast30 (src/Torch/Internal/Cast.hs:1008)
_cast0 (src/Torch/Internal/Cast.hs:1078)
_cast1 (src/Torch/Internal/Cast.hs:1082)
_cast2 (src/Torch/Internal/Cast.hs:1089)
_cast3 (src/Torch/Internal/Cast.hs:1097)
_cast4 (src/Torch/Internal/Cast.hs:1106)
_cast5 (src/Torch/Internal/Cast.hs:1116)
_cast6 (src/Torch/Internal/Cast.hs:1127)
_cast7 (src/Torch/Internal/Cast.hs:1139)
_cast8 (src/Torch/Internal/Cast.hs:1152)
_cast9 (src/Torch/Internal/Cast.hs:1166)
_cast10 (src/Torch/Internal/Cast.hs:1181)
_cast11 (src/Torch/Internal/Cast.hs:1197)
_cast12 (src/Torch/Internal/Cast.hs:1214)
_cast13 (src/Torch/Internal/Cast.hs:1232)
_cast14 (src/Torch/Internal/Cast.hs:1251)
_cast15 (src/Torch/Internal/Cast.hs:1271)
_cast16 (src/Torch/Internal/Cast.hs:1292)
_cast17 (src/Torch/Internal/Cast.hs:1314)
_cast18 (src/Torch/Internal/Cast.hs:1337)
_cast19 (src/Torch/Internal/Cast.hs:1361)
_cast20 (src/Torch/Internal/Cast.hs:1386)
_cast21 (src/Torch/Internal/Cast.hs:1412)
_cast22 (src/Torch/Internal/Cast.hs:1439)
_cast23 (src/Torch/Internal/Cast.hs:1467)
_cast24 (src/Torch/Internal/Cast.hs:1496)
_cast25 (src/Torch/Internal/Cast.hs:1526)
_cast26 (src/Torch/Internal/Cast.hs:1557)
_cast27 (src/Torch/Internal/Cast.hs:1589)
_cast28 (src/Torch/Internal/Cast.hs:1622)
_cast29 (src/Torch/Internal/Cast.hs:1656)
_cast30 (src/Torch/Internal/Cast.hs:1690)
0% ( 0 / 49) in 'Torch.Internal.Type'
Missing documentation for:
Module header
ScalarType (src/Torch/Internal/Type.hs:18)
DeviceType (src/Torch/Internal/Type.hs:19)
Backend (src/Torch/Internal/Type.hs:20)
Layout (src/Torch/Internal/Type.hs:21)
MemoryFormat (src/Torch/Internal/Type.hs:22)
QScheme (src/Torch/Internal/Type.hs:23)
StdVector (src/Torch/Internal/Type.hs:26)
StdArray (src/Torch/Internal/Type.hs:29)
StdTuple (src/Torch/Internal/Type.hs:32)
Tensor (src/Torch/Internal/Type.hs:35)
TensorList (src/Torch/Internal/Type.hs:38)
TensorIndex (src/Torch/Internal/Type.hs:40)
Scalar (src/Torch/Internal/Type.hs:42)
TensorOptions (src/Torch/Internal/Type.hs:43)
IntArrayRef (src/Torch/Internal/Type.hs:45)
IntArray (src/Torch/Internal/Type.hs:47)
ArrayRef (src/Torch/Internal/Type.hs:49)
Storage (src/Torch/Internal/Type.hs:51)
StdString (src/Torch/Internal/Type.hs:53)
Generator (src/Torch/Internal/Type.hs:54)
Device (src/Torch/Internal/Type.hs:55)
Context (src/Torch/Internal/Type.hs:56)
C10Ptr (src/Torch/Internal/Type.hs:58)
Quantizer (src/Torch/Internal/Type.hs:59)
ConstQuantizerPtr (src/Torch/Internal/Type.hs:61)
Dimname (src/Torch/Internal/Type.hs:63)
DimnameList (src/Torch/Internal/Type.hs:64)
Symbol (src/Torch/Internal/Type.hs:66)
IValue (src/Torch/Internal/Type.hs:68)
IValueList (src/Torch/Internal/Type.hs:69)
Stream (src/Torch/Internal/Type.hs:71)
C10Dict (src/Torch/Internal/Type.hs:73)
C10List (src/Torch/Internal/Type.hs:74)
C10Optional (src/Torch/Internal/Type.hs:75)
IVNone (src/Torch/Internal/Type.hs:77)
IVObject (src/Torch/Internal/Type.hs:78)
IVTuple (src/Torch/Internal/Type.hs:79)
IVFuture (src/Torch/Internal/Type.hs:80)
IVConstantString (src/Torch/Internal/Type.hs:81)
Capsule (src/Torch/Internal/Type.hs:82)
Blob (src/Torch/Internal/Type.hs:83)
Module (src/Torch/Internal/Type.hs:85)
SharedPtr (src/Torch/Internal/Type.hs:86)
JitGraph (src/Torch/Internal/Type.hs:87)
JitNode (src/Torch/Internal/Type.hs:88)
JitValue (src/Torch/Internal/Type.hs:89)
Optimizer (src/Torch/Internal/Type.hs:91)
typeTable (src/Torch/Internal/Type.hs:94)
0% ( 0 /113) in 'Torch.Internal.Objects'
Missing documentation for:
Module header
c_delete_c10dict (src/Torch/Internal/Objects.hs:14)
c_delete_c10dict' (src/Torch/Internal/Objects.hs:17)
c_delete_c10listivalue (src/Torch/Internal/Objects.hs:26)
c_delete_c10listivalue' (src/Torch/Internal/Objects.hs:29)
c_delete_c10listtensor (src/Torch/Internal/Objects.hs:32)
c_delete_c10listtensor' (src/Torch/Internal/Objects.hs:35)
c_delete_c10listoptionaltensor (src/Torch/Internal/Objects.hs:38)
c_delete_c10listoptionaltensor' (src/Torch/Internal/Objects.hs:41)
c_delete_c10listdouble (src/Torch/Internal/Objects.hs:44)
c_delete_c10listdouble' (src/Torch/Internal/Objects.hs:47)
c_delete_c10listint (src/Torch/Internal/Objects.hs:50)
c_delete_c10listint' (src/Torch/Internal/Objects.hs:53)
c_delete_c10listbool (src/Torch/Internal/Objects.hs:56)
c_delete_c10listbool' (src/Torch/Internal/Objects.hs:59)
c_delete_c10tuple (src/Torch/Internal/Objects.hs:100)
c_delete_c10tuple' (src/Torch/Internal/Objects.hs:103)
c_delete_context (src/Torch/Internal/Objects.hs:112)
c_delete_context' (src/Torch/Internal/Objects.hs:115)
c_delete_dimname (src/Torch/Internal/Objects.hs:125)
c_delete_dimname' (src/Torch/Internal/Objects.hs:128)
c_delete_dimnamelist (src/Torch/Internal/Objects.hs:137)
c_delete_dimnamelist' (src/Torch/Internal/Objects.hs:140)
c_delete_generator (src/Torch/Internal/Objects.hs:150)
c_delete_generator' (src/Torch/Internal/Objects.hs:153)
c_delete_ivalue (src/Torch/Internal/Objects.hs:163)
c_delete_ivalue' (src/Torch/Internal/Objects.hs:166)
c_delete_ivaluelist (src/Torch/Internal/Objects.hs:176)
c_delete_ivaluelist' (src/Torch/Internal/Objects.hs:179)
c_delete_intarray (src/Torch/Internal/Objects.hs:188)
c_delete_intarray' (src/Torch/Internal/Objects.hs:191)
c_delete_module (src/Torch/Internal/Objects.hs:200)
c_delete_module' (src/Torch/Internal/Objects.hs:203)
c_delete_jitgraph (src/Torch/Internal/Objects.hs:212)
c_delete_jitgraph' (src/Torch/Internal/Objects.hs:215)
c_delete_jitnode (src/Torch/Internal/Objects.hs:224)
c_delete_jitnode' (src/Torch/Internal/Objects.hs:227)
c_delete_jitvalue (src/Torch/Internal/Objects.hs:236)
c_delete_jitvalue' (src/Torch/Internal/Objects.hs:239)
c_delete_scalar (src/Torch/Internal/Objects.hs:248)
c_delete_scalar' (src/Torch/Internal/Objects.hs:251)
c_delete_stdarraybool2 (src/Torch/Internal/Objects.hs:260)
c_delete_stdarraybool2' (src/Torch/Internal/Objects.hs:263)
c_delete_stdarraybool3 (src/Torch/Internal/Objects.hs:266)
c_delete_stdarraybool3' (src/Torch/Internal/Objects.hs:269)
c_delete_stdarraybool4 (src/Torch/Internal/Objects.hs:272)
c_delete_stdarraybool4' (src/Torch/Internal/Objects.hs:275)
c_delete_stdstring (src/Torch/Internal/Objects.hs:296)
c_delete_stdstring' (src/Torch/Internal/Objects.hs:299)
c_delete_storage (src/Torch/Internal/Objects.hs:310)
c_delete_storage' (src/Torch/Internal/Objects.hs:313)
c_delete_symbol (src/Torch/Internal/Objects.hs:324)
c_delete_symbol' (src/Torch/Internal/Objects.hs:327)
c_delete_tensor (src/Torch/Internal/Objects.hs:336)
c_delete_tensor' (src/Torch/Internal/Objects.hs:339)
c_delete_tensorindex (src/Torch/Internal/Objects.hs:348)
c_delete_tensorindex' (src/Torch/Internal/Objects.hs:351)
c_delete_tensorindexlist (src/Torch/Internal/Objects.hs:354)
c_delete_tensorindexlist' (src/Torch/Internal/Objects.hs:357)
c_delete_tensorlist (src/Torch/Internal/Objects.hs:372)
c_delete_tensorlist' (src/Torch/Internal/Objects.hs:375)
c_delete_tensoroptions (src/Torch/Internal/Objects.hs:384)
c_delete_tensoroptions' (src/Torch/Internal/Objects.hs:387)
c_delete_tensortensor (src/Torch/Internal/Objects.hs:396)
c_delete_tensortensor' (src/Torch/Internal/Objects.hs:399)
c_delete_tensortensortensortensortensor (src/Torch/Internal/Objects.hs:408)
c_delete_tensortensortensortensortensor' (src/Torch/Internal/Objects.hs:411)
c_delete_tensortensortensortensorlist (src/Torch/Internal/Objects.hs:420)
c_delete_tensortensortensortensorlist' (src/Torch/Internal/Objects.hs:423)
c_delete_tensortensortensortensorint64 (src/Torch/Internal/Objects.hs:432)
c_delete_tensortensortensortensorint64' (src/Torch/Internal/Objects.hs:435)
c_delete_tensortensortensor (src/Torch/Internal/Objects.hs:444)
c_delete_tensortensortensor' (src/Torch/Internal/Objects.hs:447)
c_delete_tensortensortensortensor (src/Torch/Internal/Objects.hs:456)
c_delete_tensortensortensortensor' (src/Torch/Internal/Objects.hs:459)
c_delete_cdoubleint64 (src/Torch/Internal/Objects.hs:468)
c_delete_cdoubleint64' (src/Torch/Internal/Objects.hs:471)
c_delete_cdoublecdouble (src/Torch/Internal/Objects.hs:480)
c_delete_cdoublecdouble' (src/Torch/Internal/Objects.hs:483)
c_delete_tensorgenerator (src/Torch/Internal/Objects.hs:492)
c_delete_tensorgenerator' (src/Torch/Internal/Objects.hs:495)
c_delete_tensortensorcdoubleint64 (src/Torch/Internal/Objects.hs:504)
c_delete_tensortensorcdoubleint64' (src/Torch/Internal/Objects.hs:507)
c_delete_tensortensorint64int64tensor (src/Torch/Internal/Objects.hs:517)
c_delete_tensortensorint64int64tensor' (src/Torch/Internal/Objects.hs:520)
c_delete_tensortensortensortensorint64int64int64int64tensor (src/Torch/Internal/Objects.hs:529)
c_delete_tensortensortensortensorint64int64int64int64tensor' (src/Torch/Internal/Objects.hs:532)
c_delete_tensortensortensortensortensortensor (src/Torch/Internal/Objects.hs:541)
c_delete_tensortensortensortensortensortensor' (src/Torch/Internal/Objects.hs:544)
c_delete_tensortensortensortensortensortensortensor (src/Torch/Internal/Objects.hs:553)
c_delete_tensortensortensortensortensortensortensor' (src/Torch/Internal/Objects.hs:556)
c_delete_tensorlisttensor (src/Torch/Internal/Objects.hs:565)
c_delete_tensorlisttensor' (src/Torch/Internal/Objects.hs:568)
c_delete_tensortensorlist (src/Torch/Internal/Objects.hs:577)
c_delete_tensortensorlist' (src/Torch/Internal/Objects.hs:580)
c_delete_tensortensorlisttensorlist (src/Torch/Internal/Objects.hs:589)
c_delete_tensortensorlisttensorlist' (src/Torch/Internal/Objects.hs:592)
c_delete_tensorlisttensorlisttensorlisttensorlisttensorlist (src/Torch/Internal/Objects.hs:601)
c_delete_tensorlisttensorlisttensorlisttensorlisttensorlist' (src/Torch/Internal/Objects.hs:604)
c_delete_optimizer (src/Torch/Internal/Objects.hs:613)
c_delete_optimizer' (src/Torch/Internal/Objects.hs:616)
c_delete_stdvectordouble (src/Torch/Internal/Objects.hs:625)
c_delete_stdvectordouble' (src/Torch/Internal/Objects.hs:628)
c_delete_stdvectorint (src/Torch/Internal/Objects.hs:637)
c_delete_stdvectorint' (src/Torch/Internal/Objects.hs:640)
c_delete_stdvectorbool (src/Torch/Internal/Objects.hs:649)
c_delete_stdvectorbool' (src/Torch/Internal/Objects.hs:652)
c_delete_stream (src/Torch/Internal/Objects.hs:661)
c_delete_stream' (src/Torch/Internal/Objects.hs:664)
c_delete_arrayrefscalar (src/Torch/Internal/Objects.hs:673)
c_delete_arrayrefscalar' (src/Torch/Internal/Objects.hs:676)
c_delete_vectorscalar (src/Torch/Internal/Objects.hs:685)
c_delete_vectorscalar' (src/Torch/Internal/Objects.hs:688)
0% ( 0 / 50) in 'Torch.Internal.Const'
Missing documentation for:
Module header
torchVersionMajor (src/Torch/Internal/Const.hs:32)
torchVersionMinor (src/Torch/Internal/Const.hs:35)
torchVersionPatch (src/Torch/Internal/Const.hs:38)
torchVersion (src/Torch/Internal/Const.hs:41)
kByte (src/Torch/Internal/Const.hs:44)
kChar (src/Torch/Internal/Const.hs:47)
kDouble (src/Torch/Internal/Const.hs:50)
kFloat (src/Torch/Internal/Const.hs:53)
kInt (src/Torch/Internal/Const.hs:56)
kLong (src/Torch/Internal/Const.hs:59)
kShort (src/Torch/Internal/Const.hs:62)
kHalf (src/Torch/Internal/Const.hs:65)
kBool (src/Torch/Internal/Const.hs:68)
kComplexHalf (src/Torch/Internal/Const.hs:71)
kComplexFloat (src/Torch/Internal/Const.hs:74)
kComplexDouble (src/Torch/Internal/Const.hs:77)
kQInt8 (src/Torch/Internal/Const.hs:80)
kQUInt8 (src/Torch/Internal/Const.hs:83)
kQInt32 (src/Torch/Internal/Const.hs:86)
kBFloat16 (src/Torch/Internal/Const.hs:89)
kUndefined (src/Torch/Internal/Const.hs:92)
kCPU (src/Torch/Internal/Const.hs:95)
kCUDA (src/Torch/Internal/Const.hs:98)
kMPS (src/Torch/Internal/Const.hs:101)
kMKLDNN (src/Torch/Internal/Const.hs:104)
kOPENGL (src/Torch/Internal/Const.hs:107)
kOPENCL (src/Torch/Internal/Const.hs:110)
kIDEEP (src/Torch/Internal/Const.hs:113)
kHIP (src/Torch/Internal/Const.hs:116)
kFPGA (src/Torch/Internal/Const.hs:119)
kXLA (src/Torch/Internal/Const.hs:122)
kVulkan (src/Torch/Internal/Const.hs:125)
kMetal (src/Torch/Internal/Const.hs:128)
kXPU (src/Torch/Internal/Const.hs:131)
kCOMPILE_TIME_MAX_DEVICE_TYPES (src/Torch/Internal/Const.hs:134)
kMean (src/Torch/Internal/Const.hs:139)
bCPU (src/Torch/Internal/Const.hs:142)
bCUDA (src/Torch/Internal/Const.hs:145)
bMPS (src/Torch/Internal/Const.hs:148)
bHIP (src/Torch/Internal/Const.hs:151)
bSparseCPU (src/Torch/Internal/Const.hs:154)
bSparseCUDA (src/Torch/Internal/Const.hs:157)
bSparseHIP (src/Torch/Internal/Const.hs:160)
bXLA (src/Torch/Internal/Const.hs:163)
bUndefined (src/Torch/Internal/Const.hs:166)
bNumOptions (src/Torch/Internal/Const.hs:169)
kStrided (src/Torch/Internal/Const.hs:172)
kSparse (src/Torch/Internal/Const.hs:175)
kMkldnn (src/Torch/Internal/Const.hs:178)
0% ( 0 / 4) in 'Torch.Internal.Unmanaged.Autograd'
Missing documentation for:
Module header
grad (src/Torch/Internal/Unmanaged/Autograd.hs:28)
makeIndependent (src/Torch/Internal/Unmanaged/Autograd.hs:72)
dropVariable (src/Torch/Internal/Unmanaged/Autograd.hs:77)
0% ( 0 / 4) in 'Torch.Internal.Managed.Autograd'
Missing documentation for:
Module header
grad (src/Torch/Internal/Managed/Autograd.hs:15)
makeIndependent (src/Torch/Internal/Managed/Autograd.hs:19)
dropVariable (src/Torch/Internal/Managed/Autograd.hs:22)
0% ( 0 / 3) in 'Torch.Internal.Unmanaged.Native.Extra'
Missing documentation for:
Module header
max_values_tlb (src/Torch/Internal/Unmanaged/Native/Extra.hs:36)
min_values_tlb (src/Torch/Internal/Unmanaged/Native/Extra.hs:50)
0% ( 0 / 3) in 'Torch.Internal.Managed.Native.Extra'
Missing documentation for:
Module header
max_values_tlb (src/Torch/Internal/Managed/Native/Extra.hs:30)
min_values_tlb (src/Torch/Internal/Managed/Native/Extra.hs:37)
0% ( 0 /290) in 'Torch.Internal.Unmanaged.Native.Native0'
Missing documentation for:
Module header
_cast_Byte_tb (src/Torch/Internal/Unmanaged/Native/Native0.hs:35)
_cast_Byte_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:44)
_cast_Char_tb (src/Torch/Internal/Unmanaged/Native/Native0.hs:53)
_cast_Char_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:62)
_cast_Double_tb (src/Torch/Internal/Unmanaged/Native/Native0.hs:71)
_cast_Double_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:80)
_cast_Float_tb (src/Torch/Internal/Unmanaged/Native/Native0.hs:89)
_cast_Float_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:98)
_cast_Int_tb (src/Torch/Internal/Unmanaged/Native/Native0.hs:107)
_cast_Int_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:116)
_cast_Long_tb (src/Torch/Internal/Unmanaged/Native/Native0.hs:125)
_cast_Long_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:134)
_cast_Short_tb (src/Torch/Internal/Unmanaged/Native/Native0.hs:143)
_cast_Short_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:152)
_cast_Half_tb (src/Torch/Internal/Unmanaged/Native/Native0.hs:161)
_cast_Half_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:170)
_make_dual_ttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:180)
_unpack_dual_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:191)
_new_zeros_with_same_feature_meta_ttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:202)
_new_zeros_with_same_feature_meta_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:213)
_has_same_storage_numel_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:223)
align_tensors_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:232)
_assert_async_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:240)
_assert_tensor_metadata_tlls (src/Torch/Internal/Unmanaged/Native/Native0.hs:251)
_assert_tensor_metadata_tll (src/Torch/Internal/Unmanaged/Native/Native0.hs:264)
_assert_tensor_metadata_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:275)
_assert_tensor_metadata_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:284)
_use_cudnn_ctc_loss_ttlll (src/Torch/Internal/Unmanaged/Native/Native0.hs:296)
_use_cudnn_ctc_loss_ttttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:312)
_cudnn_ctc_loss_ttlllbb (src/Torch/Internal/Unmanaged/Native/Native0.hs:330)
_cudnn_ctc_loss_ttttlbb (src/Torch/Internal/Unmanaged/Native/Native0.hs:350)
_use_cudnn_rnn_flatten_weight (src/Torch/Internal/Unmanaged/Native/Native0.hs:363)
_cudnn_rnn_flatten_weight_lllllllbb (src/Torch/Internal/Unmanaged/Native/Native0.hs:379)
_cudnn_rnn_tlltttllllbdbblt (src/Torch/Internal/Unmanaged/Native/Native0.hs:410)
_cudnn_rnn_backward_tlltttttttllllbdbbltta (src/Torch/Internal/Unmanaged/Native/Native0.hs:454)
_cudnn_init_dropout_state_dblo (src/Torch/Internal/Unmanaged/Native/Native0.hs:486)
_debug_has_internal_overlap_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:497)
_fused_dropout_tdG (src/Torch/Internal/Unmanaged/Native/Native0.hs:507)
_fused_dropout_td (src/Torch/Internal/Unmanaged/Native/Native0.hs:518)
_masked_scale_ttd (src/Torch/Internal/Unmanaged/Native/Native0.hs:529)
native_dropout_tdb (src/Torch/Internal/Unmanaged/Native/Native0.hs:541)
native_dropout_backward_ttd (src/Torch/Internal/Unmanaged/Native/Native0.hs:553)
_sobol_engine_draw_tltlls (src/Torch/Internal/Unmanaged/Native/Native0.hs:568)
_sobol_engine_ff__tltll (src/Torch/Internal/Unmanaged/Native/Native0.hs:585)
_sobol_engine_scramble__ttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:599)
_sobol_engine_initialize_state__tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:610)
_reshape_from_tensor_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:620)
_shape_as_tensor_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:629)
dropout_tdb (src/Torch/Internal/Unmanaged/Native/Native0.hs:639)
dropout__tdb (src/Torch/Internal/Unmanaged/Native/Native0.hs:651)
feature_dropout_tdb (src/Torch/Internal/Unmanaged/Native/Native0.hs:663)
feature_dropout__tdb (src/Torch/Internal/Unmanaged/Native/Native0.hs:675)
alpha_dropout_tdb (src/Torch/Internal/Unmanaged/Native/Native0.hs:687)
alpha_dropout__tdb (src/Torch/Internal/Unmanaged/Native/Native0.hs:699)
feature_alpha_dropout_tdb (src/Torch/Internal/Unmanaged/Native/Native0.hs:711)
feature_alpha_dropout__tdb (src/Torch/Internal/Unmanaged/Native/Native0.hs:723)
abs_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:733)
abs__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:741)
abs_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:750)
absolute_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:759)
absolute_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:768)
angle_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:777)
angle_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:786)
view_as_real_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:795)
view_as_complex_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:803)
sgn_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:811)
sgn_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:820)
real_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:829)
imag_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:837)
_conj_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:845)
conj_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:853)
_conj_physical_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:861)
conj_physical_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:869)
conj_physical_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:878)
conj_physical__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:887)
resolve_conj_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:895)
resolve_neg_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:903)
_neg_view_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:911)
acos_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:919)
acos__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:927)
acos_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:936)
arccos_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:945)
arccos__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:953)
arccos_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:962)
avg_pool1d_tlllbb (src/Torch/Internal/Unmanaged/Native/Native0.hs:976)
avg_pool1d_tlllb (src/Torch/Internal/Unmanaged/Native/Native0.hs:993)
avg_pool1d_tlll (src/Torch/Internal/Unmanaged/Native/Native0.hs:1008)
avg_pool1d_tll (src/Torch/Internal/Unmanaged/Native/Native0.hs:1021)
avg_pool1d_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1032)
adaptive_avg_pool1d_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1042)
adaptive_max_pool1d_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1052)
add_tts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1063)
add_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1074)
add_out_ttts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1086)
add_out_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1099)
_add_relu_tts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1111)
_add_relu_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1122)
_add_relu__tts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1133)
_add_relu__tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1144)
_add_relu_out_ttts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1156)
_add_relu_out_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1169)
_add_relu_tss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1181)
_add_relu_ts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1192)
_add_relu__tss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1203)
_add_relu__ts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1214)
add_tss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1225)
add_ts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1236)
addmv_tttss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1249)
addmv_ttts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1264)
addmv_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1277)
addmv__tttss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1291)
addmv__ttts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1306)
addmv__ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1319)
addmv_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1334)
addmv_out_tttts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1351)
addmv_out_tttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1366)
addr_tttss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1381)
addr_ttts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1396)
addr_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1409)
addr_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1424)
addr_out_tttts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1441)
addr_out_tttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1456)
affine_grid_generator_tlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1469)
affine_grid_generator_backward_tlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1481)
_is_all_true_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:1491)
_is_any_true_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:1499)
_test_check_tensor_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:1507)
all_tlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1517)
all_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1528)
all_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1540)
all_out_ttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1553)
all_tnb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1565)
all_tn (src/Torch/Internal/Unmanaged/Native/Native0.hs:1576)
all_out_ttnb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1588)
all_out_ttn (src/Torch/Internal/Unmanaged/Native/Native0.hs:1601)
allclose_ttddb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1615)
allclose_ttdd (src/Torch/Internal/Unmanaged/Native/Native0.hs:1630)
allclose_ttd (src/Torch/Internal/Unmanaged/Native/Native0.hs:1643)
allclose_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1654)
any_tlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1665)
any_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1676)
any_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1688)
any_out_ttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1701)
any_tnb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1713)
any_tn (src/Torch/Internal/Unmanaged/Native/Native0.hs:1724)
any_out_ttnb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1736)
any_out_ttn (src/Torch/Internal/Unmanaged/Native/Native0.hs:1749)
arange_so (src/Torch/Internal/Unmanaged/Native/Native0.hs:1760)
arange_s (src/Torch/Internal/Unmanaged/Native/Native0.hs:1769)
arange_sso (src/Torch/Internal/Unmanaged/Native/Native0.hs:1779)
arange_ss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1790)
arange_ssso (src/Torch/Internal/Unmanaged/Native/Native0.hs:1802)
arange_sss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1815)
arange_out_ts (src/Torch/Internal/Unmanaged/Native/Native0.hs:1826)
arange_out_tsss (src/Torch/Internal/Unmanaged/Native/Native0.hs:1838)
_dim_arange_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1862)
argmax_tlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1873)
argmax_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1884)
argmax_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:1893)
argmax_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1904)
argmax_out_ttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1917)
argmax_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1928)
argmin_tlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1939)
argmin_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1950)
argmin_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:1959)
argmin_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native0.hs:1970)
argmin_out_ttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:1983)
argmin_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:1994)
acosh_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2003)
acosh__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2011)
acosh_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2020)
arccosh_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2029)
arccosh__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2037)
arccosh_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2046)
asinh_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2055)
asinh__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2063)
asinh_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2072)
arcsinh_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2081)
arcsinh__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2089)
arcsinh_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2098)
atanh_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2107)
atanh__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2115)
atanh_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2124)
arctanh_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2133)
arctanh__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2141)
arctanh_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2150)
as_strided_tlll (src/Torch/Internal/Unmanaged/Native/Native0.hs:2162)
as_strided_tll (src/Torch/Internal/Unmanaged/Native/Native0.hs:2175)
as_strided__tlll (src/Torch/Internal/Unmanaged/Native/Native0.hs:2188)
as_strided__tll (src/Torch/Internal/Unmanaged/Native/Native0.hs:2201)
asin_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2211)
asin__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2219)
asin_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2228)
arcsin_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2237)
arcsin__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2245)
arcsin_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2254)
atan_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2263)
atan__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2271)
atan_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2280)
arctan_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2289)
arctan__t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2297)
arctan_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2306)
atleast_1d_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2315)
atleast_1d_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:2323)
atleast_2d_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2331)
atleast_2d_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:2339)
atleast_3d_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2347)
atleast_3d_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:2355)
baddbmm_tttss (src/Torch/Internal/Unmanaged/Native/Native0.hs:2367)
baddbmm_ttts (src/Torch/Internal/Unmanaged/Native/Native0.hs:2382)
baddbmm_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2395)
baddbmm_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native0.hs:2410)
baddbmm_out_tttts (src/Torch/Internal/Unmanaged/Native/Native0.hs:2427)
baddbmm_out_tttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2442)
bartlett_window_lo (src/Torch/Internal/Unmanaged/Native/Native0.hs:2454)
bartlett_window_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:2463)
bartlett_window_lbo (src/Torch/Internal/Unmanaged/Native/Native0.hs:2473)
bartlett_window_lb (src/Torch/Internal/Unmanaged/Native/Native0.hs:2484)
batch_norm_tttttbddb (src/Torch/Internal/Unmanaged/Native/Native0.hs:2501)
quantized_batch_norm_tttttddl (src/Torch/Internal/Unmanaged/Native/Native0.hs:2524)
_batch_norm_impl_index_tttttbddb (src/Torch/Internal/Unmanaged/Native/Native0.hs:2547)
_batch_norm_impl_index_backward_ltttttttbdat (src/Torch/Internal/Unmanaged/Native/Native0.hs:2574)
bernoulli_tG (src/Torch/Internal/Unmanaged/Native/Native0.hs:2594)
bernoulli_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2603)
bernoulli_out_ttG (src/Torch/Internal/Unmanaged/Native/Native0.hs:2613)
bernoulli_tdG (src/Torch/Internal/Unmanaged/Native/Native0.hs:2635)
bernoulli_td (src/Torch/Internal/Unmanaged/Native/Native0.hs:2646)
bilinear_tttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2658)
bilinear_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2671)
binary_cross_entropy_tttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:2684)
binary_cross_entropy_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2697)
binary_cross_entropy_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2708)
binary_cross_entropy_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:2721)
binary_cross_entropy_out_tttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2736)
binary_cross_entropy_out_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2749)
binary_cross_entropy_backward_ttttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:2763)
binary_cross_entropy_backward_tttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2778)
binary_cross_entropy_backward_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2791)
binary_cross_entropy_backward_out_tttttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:2806)
binary_cross_entropy_backward_out_ttttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2823)
binary_cross_entropy_backward_out_tttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2838)
binary_cross_entropy_with_logits_ttttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:2853)
binary_cross_entropy_with_logits_tttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2868)
binary_cross_entropy_with_logits_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2881)
binary_cross_entropy_with_logits_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2892)
bincount_ttl (src/Torch/Internal/Unmanaged/Native/Native0.hs:2903)
bincount_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2914)
bincount_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2923)
bitwise_not_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2931)
bitwise_not_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2940)
copysign_out_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2951)
copysign_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:2962)
copysign_ts (src/Torch/Internal/Unmanaged/Native/Native0.hs:2972)
copysign_out_tts (src/Torch/Internal/Unmanaged/Native/Native0.hs:2983)
logical_not_t (src/Torch/Internal/Unmanaged/Native/Native0.hs:2993)
logical_not_out_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:3002)
logical_xor_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:3012)
logical_xor_out_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:3023)
logical_and_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:3034)
logical_and_out_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:3045)
logical_or_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:3056)
logical_or_out_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:3067)
blackman_window_lo (src/Torch/Internal/Unmanaged/Native/Native0.hs:3078)
blackman_window_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:3087)
blackman_window_lbo (src/Torch/Internal/Unmanaged/Native/Native0.hs:3097)
blackman_window_lb (src/Torch/Internal/Unmanaged/Native/Native0.hs:3108)
bmm_tt (src/Torch/Internal/Unmanaged/Native/Native0.hs:3118)
bmm_out_ttt (src/Torch/Internal/Unmanaged/Native/Native0.hs:3129)
broadcast_tensors_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:3139)
broadcast_to_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:3148)
_sparse_broadcast_to_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:3158)
cat_ll (src/Torch/Internal/Unmanaged/Native/Native0.hs:3168)
cat_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:3177)
cat_out_tll (src/Torch/Internal/Unmanaged/Native/Native0.hs:3187)
cat_out_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:3198)
cat_ln (src/Torch/Internal/Unmanaged/Native/Native0.hs:3208)
cat_out_tln (src/Torch/Internal/Unmanaged/Native/Native0.hs:3219)
concat_ll (src/Torch/Internal/Unmanaged/Native/Native0.hs:3230)
concat_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:3239)
concat_out_tll (src/Torch/Internal/Unmanaged/Native/Native0.hs:3249)
concat_out_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:3260)
concat_ln (src/Torch/Internal/Unmanaged/Native/Native0.hs:3270)
concat_out_tln (src/Torch/Internal/Unmanaged/Native/Native0.hs:3281)
concatenate_ll (src/Torch/Internal/Unmanaged/Native/Native0.hs:3292)
concatenate_l (src/Torch/Internal/Unmanaged/Native/Native0.hs:3301)
concatenate_out_tll (src/Torch/Internal/Unmanaged/Native/Native0.hs:3311)
concatenate_out_tl (src/Torch/Internal/Unmanaged/Native/Native0.hs:3322)
concatenate_ln (src/Torch/Internal/Unmanaged/Native/Native0.hs:3332)
concatenate_out_tln (src/Torch/Internal/Unmanaged/Native/Native0.hs:3343)
0% ( 0 /290) in 'Torch.Internal.Managed.Native.Native0'
Missing documentation for:
Module header
_cast_Byte_tb (src/Torch/Internal/Managed/Native/Native0.hs:28)
_cast_Byte_t (src/Torch/Internal/Managed/Native/Native0.hs:33)
_cast_Char_tb (src/Torch/Internal/Managed/Native/Native0.hs:39)
_cast_Char_t (src/Torch/Internal/Managed/Native/Native0.hs:44)
_cast_Double_tb (src/Torch/Internal/Managed/Native/Native0.hs:50)
_cast_Double_t (src/Torch/Internal/Managed/Native/Native0.hs:55)
_cast_Float_tb (src/Torch/Internal/Managed/Native/Native0.hs:61)
_cast_Float_t (src/Torch/Internal/Managed/Native/Native0.hs:66)
_cast_Int_tb (src/Torch/Internal/Managed/Native/Native0.hs:72)
_cast_Int_t (src/Torch/Internal/Managed/Native/Native0.hs:77)
_cast_Long_tb (src/Torch/Internal/Managed/Native/Native0.hs:83)
_cast_Long_t (src/Torch/Internal/Managed/Native/Native0.hs:88)
_cast_Short_tb (src/Torch/Internal/Managed/Native/Native0.hs:94)
_cast_Short_t (src/Torch/Internal/Managed/Native/Native0.hs:99)
_cast_Half_tb (src/Torch/Internal/Managed/Native/Native0.hs:105)
_cast_Half_t (src/Torch/Internal/Managed/Native/Native0.hs:110)
_make_dual_ttl (src/Torch/Internal/Managed/Native/Native0.hs:117)
_unpack_dual_tl (src/Torch/Internal/Managed/Native/Native0.hs:123)
_new_zeros_with_same_feature_meta_ttl (src/Torch/Internal/Managed/Native/Native0.hs:130)
_new_zeros_with_same_feature_meta_tt (src/Torch/Internal/Managed/Native/Native0.hs:136)
_has_same_storage_numel_tt (src/Torch/Internal/Managed/Native/Native0.hs:142)
align_tensors_l (src/Torch/Internal/Managed/Native/Native0.hs:147)
_assert_async_t (src/Torch/Internal/Managed/Native/Native0.hs:152)
_assert_tensor_metadata_tlls (src/Torch/Internal/Managed/Native/Native0.hs:160)
_assert_tensor_metadata_tll (src/Torch/Internal/Managed/Native/Native0.hs:167)
_assert_tensor_metadata_tl (src/Torch/Internal/Managed/Native/Native0.hs:173)
_assert_tensor_metadata_t (src/Torch/Internal/Managed/Native/Native0.hs:178)
_use_cudnn_ctc_loss_ttlll (src/Torch/Internal/Managed/Native/Native0.hs:187)
_use_cudnn_ctc_loss_ttttl (src/Torch/Internal/Managed/Native/Native0.hs:196)
_cudnn_ctc_loss_ttlllbb (src/Torch/Internal/Managed/Native/Native0.hs:207)
_cudnn_ctc_loss_ttttlbb (src/Torch/Internal/Managed/Native/Native0.hs:218)
_use_cudnn_rnn_flatten_weight (src/Torch/Internal/Managed/Native/Native0.hs:222)
_cudnn_rnn_flatten_weight_lllllllbb (src/Torch/Internal/Managed/Native/Native0.hs:235)
_cudnn_rnn_tlltttllllbdbblt (src/Torch/Internal/Managed/Native/Native0.hs:255)
_cudnn_rnn_backward_tlltttttttllllbdbbltta (src/Torch/Internal/Managed/Native/Native0.hs:281)
_cudnn_init_dropout_state_dblo (src/Torch/Internal/Managed/Native/Native0.hs:289)
_debug_has_internal_overlap_t (src/Torch/Internal/Managed/Native/Native0.hs:294)
_fused_dropout_tdG (src/Torch/Internal/Managed/Native/Native0.hs:301)
_fused_dropout_td (src/Torch/Internal/Managed/Native/Native0.hs:307)
_masked_scale_ttd (src/Torch/Internal/Managed/Native/Native0.hs:314)
native_dropout_tdb (src/Torch/Internal/Managed/Native/Native0.hs:321)
native_dropout_backward_ttd (src/Torch/Internal/Managed/Native/Native0.hs:328)
_sobol_engine_draw_tltlls (src/Torch/Internal/Managed/Native/Native0.hs:338)
_sobol_engine_ff__tltll (src/Torch/Internal/Managed/Native/Native0.hs:347)
_sobol_engine_scramble__ttl (src/Torch/Internal/Managed/Native/Native0.hs:354)
_sobol_engine_initialize_state__tl (src/Torch/Internal/Managed/Native/Native0.hs:360)
_reshape_from_tensor_tt (src/Torch/Internal/Managed/Native/Native0.hs:366)
_shape_as_tensor_t (src/Torch/Internal/Managed/Native/Native0.hs:371)
dropout_tdb (src/Torch/Internal/Managed/Native/Native0.hs:378)
dropout__tdb (src/Torch/Internal/Managed/Native/Native0.hs:385)
feature_dropout_tdb (src/Torch/Internal/Managed/Native/Native0.hs:392)
feature_dropout__tdb (src/Torch/Internal/Managed/Native/Native0.hs:399)
alpha_dropout_tdb (src/Torch/Internal/Managed/Native/Native0.hs:406)
alpha_dropout__tdb (src/Torch/Internal/Managed/Native/Native0.hs:413)
feature_alpha_dropout_tdb (src/Torch/Internal/Managed/Native/Native0.hs:420)
feature_alpha_dropout__tdb (src/Torch/Internal/Managed/Native/Native0.hs:427)
abs_t (src/Torch/Internal/Managed/Native/Native0.hs:432)
abs__t (src/Torch/Internal/Managed/Native/Native0.hs:437)
abs_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:443)
absolute_t (src/Torch/Internal/Managed/Native/Native0.hs:448)
absolute_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:454)
angle_t (src/Torch/Internal/Managed/Native/Native0.hs:459)
angle_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:465)
view_as_real_t (src/Torch/Internal/Managed/Native/Native0.hs:470)
view_as_complex_t (src/Torch/Internal/Managed/Native/Native0.hs:475)
sgn_t (src/Torch/Internal/Managed/Native/Native0.hs:480)
sgn_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:486)
real_t (src/Torch/Internal/Managed/Native/Native0.hs:491)
imag_t (src/Torch/Internal/Managed/Native/Native0.hs:496)
_conj_t (src/Torch/Internal/Managed/Native/Native0.hs:501)
conj_t (src/Torch/Internal/Managed/Native/Native0.hs:506)
_conj_physical_t (src/Torch/Internal/Managed/Native/Native0.hs:511)
conj_physical_t (src/Torch/Internal/Managed/Native/Native0.hs:516)
conj_physical_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:522)
conj_physical__t (src/Torch/Internal/Managed/Native/Native0.hs:527)
resolve_conj_t (src/Torch/Internal/Managed/Native/Native0.hs:532)
resolve_neg_t (src/Torch/Internal/Managed/Native/Native0.hs:537)
_neg_view_t (src/Torch/Internal/Managed/Native/Native0.hs:542)
acos_t (src/Torch/Internal/Managed/Native/Native0.hs:547)
acos__t (src/Torch/Internal/Managed/Native/Native0.hs:552)
acos_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:558)
arccos_t (src/Torch/Internal/Managed/Native/Native0.hs:563)
arccos__t (src/Torch/Internal/Managed/Native/Native0.hs:568)
arccos_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:574)
avg_pool1d_tlllbb (src/Torch/Internal/Managed/Native/Native0.hs:584)
avg_pool1d_tlllb (src/Torch/Internal/Managed/Native/Native0.hs:593)
avg_pool1d_tlll (src/Torch/Internal/Managed/Native/Native0.hs:601)
avg_pool1d_tll (src/Torch/Internal/Managed/Native/Native0.hs:608)
avg_pool1d_tl (src/Torch/Internal/Managed/Native/Native0.hs:614)
adaptive_avg_pool1d_tl (src/Torch/Internal/Managed/Native/Native0.hs:620)
adaptive_max_pool1d_tl (src/Torch/Internal/Managed/Native/Native0.hs:626)
add_tts (src/Torch/Internal/Managed/Native/Native0.hs:633)
add_tt (src/Torch/Internal/Managed/Native/Native0.hs:639)
add_out_ttts (src/Torch/Internal/Managed/Native/Native0.hs:647)
add_out_ttt (src/Torch/Internal/Managed/Native/Native0.hs:654)
_add_relu_tts (src/Torch/Internal/Managed/Native/Native0.hs:661)
_add_relu_tt (src/Torch/Internal/Managed/Native/Native0.hs:667)
_add_relu__tts (src/Torch/Internal/Managed/Native/Native0.hs:674)
_add_relu__tt (src/Torch/Internal/Managed/Native/Native0.hs:680)
_add_relu_out_ttts (src/Torch/Internal/Managed/Native/Native0.hs:688)
_add_relu_out_ttt (src/Torch/Internal/Managed/Native/Native0.hs:695)
_add_relu_tss (src/Torch/Internal/Managed/Native/Native0.hs:702)
_add_relu_ts (src/Torch/Internal/Managed/Native/Native0.hs:708)
_add_relu__tss (src/Torch/Internal/Managed/Native/Native0.hs:715)
_add_relu__ts (src/Torch/Internal/Managed/Native/Native0.hs:721)
add_tss (src/Torch/Internal/Managed/Native/Native0.hs:728)
add_ts (src/Torch/Internal/Managed/Native/Native0.hs:734)
addmv_tttss (src/Torch/Internal/Managed/Native/Native0.hs:743)
addmv_ttts (src/Torch/Internal/Managed/Native/Native0.hs:751)
addmv_ttt (src/Torch/Internal/Managed/Native/Native0.hs:758)
addmv__tttss (src/Torch/Internal/Managed/Native/Native0.hs:767)
addmv__ttts (src/Torch/Internal/Managed/Native/Native0.hs:775)
addmv__ttt (src/Torch/Internal/Managed/Native/Native0.hs:782)
addmv_out_ttttss (src/Torch/Internal/Managed/Native/Native0.hs:792)
addmv_out_tttts (src/Torch/Internal/Managed/Native/Native0.hs:801)
addmv_out_tttt (src/Torch/Internal/Managed/Native/Native0.hs:809)
addr_tttss (src/Torch/Internal/Managed/Native/Native0.hs:818)
addr_ttts (src/Torch/Internal/Managed/Native/Native0.hs:826)
addr_ttt (src/Torch/Internal/Managed/Native/Native0.hs:833)
addr_out_ttttss (src/Torch/Internal/Managed/Native/Native0.hs:843)
addr_out_tttts (src/Torch/Internal/Managed/Native/Native0.hs:852)
addr_out_tttt (src/Torch/Internal/Managed/Native/Native0.hs:860)
affine_grid_generator_tlb (src/Torch/Internal/Managed/Native/Native0.hs:867)
affine_grid_generator_backward_tlb (src/Torch/Internal/Managed/Native/Native0.hs:874)
_is_all_true_t (src/Torch/Internal/Managed/Native/Native0.hs:879)
_is_any_true_t (src/Torch/Internal/Managed/Native/Native0.hs:884)
_test_check_tensor_t (src/Torch/Internal/Managed/Native/Native0.hs:889)
all_tlb (src/Torch/Internal/Managed/Native/Native0.hs:896)
all_tl (src/Torch/Internal/Managed/Native/Native0.hs:902)
all_out_ttlb (src/Torch/Internal/Managed/Native/Native0.hs:910)
all_out_ttl (src/Torch/Internal/Managed/Native/Native0.hs:917)
all_tnb (src/Torch/Internal/Managed/Native/Native0.hs:924)
all_tn (src/Torch/Internal/Managed/Native/Native0.hs:930)
all_out_ttnb (src/Torch/Internal/Managed/Native/Native0.hs:938)
all_out_ttn (src/Torch/Internal/Managed/Native/Native0.hs:945)
allclose_ttddb (src/Torch/Internal/Managed/Native/Native0.hs:954)
allclose_ttdd (src/Torch/Internal/Managed/Native/Native0.hs:962)
allclose_ttd (src/Torch/Internal/Managed/Native/Native0.hs:969)
allclose_tt (src/Torch/Internal/Managed/Native/Native0.hs:975)
any_tlb (src/Torch/Internal/Managed/Native/Native0.hs:982)
any_tl (src/Torch/Internal/Managed/Native/Native0.hs:988)
any_out_ttlb (src/Torch/Internal/Managed/Native/Native0.hs:996)
any_out_ttl (src/Torch/Internal/Managed/Native/Native0.hs:1003)
any_tnb (src/Torch/Internal/Managed/Native/Native0.hs:1010)
any_tn (src/Torch/Internal/Managed/Native/Native0.hs:1016)
any_out_ttnb (src/Torch/Internal/Managed/Native/Native0.hs:1024)
any_out_ttn (src/Torch/Internal/Managed/Native/Native0.hs:1031)
arange_so (src/Torch/Internal/Managed/Native/Native0.hs:1037)
arange_s (src/Torch/Internal/Managed/Native/Native0.hs:1042)
arange_sso (src/Torch/Internal/Managed/Native/Native0.hs:1049)
arange_ss (src/Torch/Internal/Managed/Native/Native0.hs:1055)
arange_ssso (src/Torch/Internal/Managed/Native/Native0.hs:1063)
arange_sss (src/Torch/Internal/Managed/Native/Native0.hs:1070)
arange_out_ts (src/Torch/Internal/Managed/Native/Native0.hs:1076)
arange_out_tsss (src/Torch/Internal/Managed/Native/Native0.hs:1084)
_dim_arange_tl (src/Torch/Internal/Managed/Native/Native0.hs:1097)
argmax_tlb (src/Torch/Internal/Managed/Native/Native0.hs:1104)
argmax_tl (src/Torch/Internal/Managed/Native/Native0.hs:1110)
argmax_t (src/Torch/Internal/Managed/Native/Native0.hs:1115)
argmax_out_ttlb (src/Torch/Internal/Managed/Native/Native0.hs:1123)
argmax_out_ttl (src/Torch/Internal/Managed/Native/Native0.hs:1130)
argmax_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1136)
argmin_tlb (src/Torch/Internal/Managed/Native/Native0.hs:1143)
argmin_tl (src/Torch/Internal/Managed/Native/Native0.hs:1149)
argmin_t (src/Torch/Internal/Managed/Native/Native0.hs:1154)
argmin_out_ttlb (src/Torch/Internal/Managed/Native/Native0.hs:1162)
argmin_out_ttl (src/Torch/Internal/Managed/Native/Native0.hs:1169)
argmin_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1175)
acosh_t (src/Torch/Internal/Managed/Native/Native0.hs:1180)
acosh__t (src/Torch/Internal/Managed/Native/Native0.hs:1185)
acosh_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1191)
arccosh_t (src/Torch/Internal/Managed/Native/Native0.hs:1196)
arccosh__t (src/Torch/Internal/Managed/Native/Native0.hs:1201)
arccosh_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1207)
asinh_t (src/Torch/Internal/Managed/Native/Native0.hs:1212)
asinh__t (src/Torch/Internal/Managed/Native/Native0.hs:1217)
asinh_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1223)
arcsinh_t (src/Torch/Internal/Managed/Native/Native0.hs:1228)
arcsinh__t (src/Torch/Internal/Managed/Native/Native0.hs:1233)
arcsinh_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1239)
atanh_t (src/Torch/Internal/Managed/Native/Native0.hs:1244)
atanh__t (src/Torch/Internal/Managed/Native/Native0.hs:1249)
atanh_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1255)
arctanh_t (src/Torch/Internal/Managed/Native/Native0.hs:1260)
arctanh__t (src/Torch/Internal/Managed/Native/Native0.hs:1265)
arctanh_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1271)
as_strided_tlll (src/Torch/Internal/Managed/Native/Native0.hs:1279)
as_strided_tll (src/Torch/Internal/Managed/Native/Native0.hs:1286)
as_strided__tlll (src/Torch/Internal/Managed/Native/Native0.hs:1294)
as_strided__tll (src/Torch/Internal/Managed/Native/Native0.hs:1301)
asin_t (src/Torch/Internal/Managed/Native/Native0.hs:1306)
asin__t (src/Torch/Internal/Managed/Native/Native0.hs:1311)
asin_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1317)
arcsin_t (src/Torch/Internal/Managed/Native/Native0.hs:1322)
arcsin__t (src/Torch/Internal/Managed/Native/Native0.hs:1327)
arcsin_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1333)
atan_t (src/Torch/Internal/Managed/Native/Native0.hs:1338)
atan__t (src/Torch/Internal/Managed/Native/Native0.hs:1343)
atan_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1349)
arctan_t (src/Torch/Internal/Managed/Native/Native0.hs:1354)
arctan__t (src/Torch/Internal/Managed/Native/Native0.hs:1359)
arctan_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1365)
atleast_1d_t (src/Torch/Internal/Managed/Native/Native0.hs:1370)
atleast_1d_l (src/Torch/Internal/Managed/Native/Native0.hs:1375)
atleast_2d_t (src/Torch/Internal/Managed/Native/Native0.hs:1380)
atleast_2d_l (src/Torch/Internal/Managed/Native/Native0.hs:1385)
atleast_3d_t (src/Torch/Internal/Managed/Native/Native0.hs:1390)
atleast_3d_l (src/Torch/Internal/Managed/Native/Native0.hs:1395)
baddbmm_tttss (src/Torch/Internal/Managed/Native/Native0.hs:1404)
baddbmm_ttts (src/Torch/Internal/Managed/Native/Native0.hs:1412)
baddbmm_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1419)
baddbmm_out_ttttss (src/Torch/Internal/Managed/Native/Native0.hs:1429)
baddbmm_out_tttts (src/Torch/Internal/Managed/Native/Native0.hs:1438)
baddbmm_out_tttt (src/Torch/Internal/Managed/Native/Native0.hs:1446)
bartlett_window_lo (src/Torch/Internal/Managed/Native/Native0.hs:1452)
bartlett_window_l (src/Torch/Internal/Managed/Native/Native0.hs:1457)
bartlett_window_lbo (src/Torch/Internal/Managed/Native/Native0.hs:1464)
bartlett_window_lb (src/Torch/Internal/Managed/Native/Native0.hs:1470)
batch_norm_tttttbddb (src/Torch/Internal/Managed/Native/Native0.hs:1483)
quantized_batch_norm_tttttddl (src/Torch/Internal/Managed/Native/Native0.hs:1495)
_batch_norm_impl_index_tttttbddb (src/Torch/Internal/Managed/Native/Native0.hs:1508)
_batch_norm_impl_index_backward_ltttttttbdat (src/Torch/Internal/Managed/Native/Native0.hs:1524)
bernoulli_tG (src/Torch/Internal/Managed/Native/Native0.hs:1530)
bernoulli_t (src/Torch/Internal/Managed/Native/Native0.hs:1535)
bernoulli_out_ttG (src/Torch/Internal/Managed/Native/Native0.hs:1542)
bernoulli_tdG (src/Torch/Internal/Managed/Native/Native0.hs:1555)
bernoulli_td (src/Torch/Internal/Managed/Native/Native0.hs:1561)
bilinear_tttt (src/Torch/Internal/Managed/Native/Native0.hs:1569)
bilinear_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1576)
binary_cross_entropy_tttl (src/Torch/Internal/Managed/Native/Native0.hs:1584)
binary_cross_entropy_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1591)
binary_cross_entropy_tt (src/Torch/Internal/Managed/Native/Native0.hs:1597)
binary_cross_entropy_out_ttttl (src/Torch/Internal/Managed/Native/Native0.hs:1606)
binary_cross_entropy_out_tttt (src/Torch/Internal/Managed/Native/Native0.hs:1614)
binary_cross_entropy_out_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1621)
binary_cross_entropy_backward_ttttl (src/Torch/Internal/Managed/Native/Native0.hs:1630)
binary_cross_entropy_backward_tttt (src/Torch/Internal/Managed/Native/Native0.hs:1638)
binary_cross_entropy_backward_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1645)
binary_cross_entropy_backward_out_tttttl (src/Torch/Internal/Managed/Native/Native0.hs:1655)
binary_cross_entropy_backward_out_ttttt (src/Torch/Internal/Managed/Native/Native0.hs:1664)
binary_cross_entropy_backward_out_tttt (src/Torch/Internal/Managed/Native/Native0.hs:1672)
binary_cross_entropy_with_logits_ttttl (src/Torch/Internal/Managed/Native/Native0.hs:1681)
binary_cross_entropy_with_logits_tttt (src/Torch/Internal/Managed/Native/Native0.hs:1689)
binary_cross_entropy_with_logits_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1696)
binary_cross_entropy_with_logits_tt (src/Torch/Internal/Managed/Native/Native0.hs:1702)
bincount_ttl (src/Torch/Internal/Managed/Native/Native0.hs:1709)
bincount_tt (src/Torch/Internal/Managed/Native/Native0.hs:1715)
bincount_t (src/Torch/Internal/Managed/Native/Native0.hs:1720)
bitwise_not_t (src/Torch/Internal/Managed/Native/Native0.hs:1725)
bitwise_not_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1731)
copysign_out_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1738)
copysign_tt (src/Torch/Internal/Managed/Native/Native0.hs:1744)
copysign_ts (src/Torch/Internal/Managed/Native/Native0.hs:1750)
copysign_out_tts (src/Torch/Internal/Managed/Native/Native0.hs:1757)
logical_not_t (src/Torch/Internal/Managed/Native/Native0.hs:1762)
logical_not_out_tt (src/Torch/Internal/Managed/Native/Native0.hs:1768)
logical_xor_tt (src/Torch/Internal/Managed/Native/Native0.hs:1774)
logical_xor_out_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1781)
logical_and_tt (src/Torch/Internal/Managed/Native/Native0.hs:1787)
logical_and_out_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1794)
logical_or_tt (src/Torch/Internal/Managed/Native/Native0.hs:1800)
logical_or_out_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1807)
blackman_window_lo (src/Torch/Internal/Managed/Native/Native0.hs:1813)
blackman_window_l (src/Torch/Internal/Managed/Native/Native0.hs:1818)
blackman_window_lbo (src/Torch/Internal/Managed/Native/Native0.hs:1825)
blackman_window_lb (src/Torch/Internal/Managed/Native/Native0.hs:1831)
bmm_tt (src/Torch/Internal/Managed/Native/Native0.hs:1837)
bmm_out_ttt (src/Torch/Internal/Managed/Native/Native0.hs:1844)
broadcast_tensors_l (src/Torch/Internal/Managed/Native/Native0.hs:1849)
broadcast_to_tl (src/Torch/Internal/Managed/Native/Native0.hs:1855)
_sparse_broadcast_to_tl (src/Torch/Internal/Managed/Native/Native0.hs:1861)
cat_ll (src/Torch/Internal/Managed/Native/Native0.hs:1867)
cat_l (src/Torch/Internal/Managed/Native/Native0.hs:1872)
cat_out_tll (src/Torch/Internal/Managed/Native/Native0.hs:1879)
cat_out_tl (src/Torch/Internal/Managed/Native/Native0.hs:1885)
cat_ln (src/Torch/Internal/Managed/Native/Native0.hs:1891)
cat_out_tln (src/Torch/Internal/Managed/Native/Native0.hs:1898)
concat_ll (src/Torch/Internal/Managed/Native/Native0.hs:1904)
concat_l (src/Torch/Internal/Managed/Native/Native0.hs:1909)
concat_out_tll (src/Torch/Internal/Managed/Native/Native0.hs:1916)
concat_out_tl (src/Torch/Internal/Managed/Native/Native0.hs:1922)
concat_ln (src/Torch/Internal/Managed/Native/Native0.hs:1928)
concat_out_tln (src/Torch/Internal/Managed/Native/Native0.hs:1935)
concatenate_ll (src/Torch/Internal/Managed/Native/Native0.hs:1941)
concatenate_l (src/Torch/Internal/Managed/Native/Native0.hs:1946)
concatenate_out_tll (src/Torch/Internal/Managed/Native/Native0.hs:1953)
concatenate_out_tl (src/Torch/Internal/Managed/Native/Native0.hs:1959)
concatenate_ln (src/Torch/Internal/Managed/Native/Native0.hs:1965)
concatenate_out_tln (src/Torch/Internal/Managed/Native/Native0.hs:1972)
0% ( 0 /263) in 'Torch.Internal.Unmanaged.Native.Native1'
Missing documentation for:
Module header
block_diag_l (src/Torch/Internal/Unmanaged/Native/Native1.hs:34)
ceil_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:42)
ceil__t (src/Torch/Internal/Unmanaged/Native/Native1.hs:50)
ceil_out_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:59)
chain_matmul_l (src/Torch/Internal/Unmanaged/Native/Native1.hs:68)
chain_matmul_out_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:77)
unsafe_chunk_tll (src/Torch/Internal/Unmanaged/Native/Native1.hs:88)
unsafe_chunk_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:99)
chunk_tll (src/Torch/Internal/Unmanaged/Native/Native1.hs:110)
chunk_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:121)
tensor_split_tll (src/Torch/Internal/Unmanaged/Native/Native1.hs:132)
tensor_split_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:143)
tensor_split_ttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:154)
tensor_split_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:165)
clamp_tss (src/Torch/Internal/Unmanaged/Native/Native1.hs:176)
clamp_ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:187)
clamp_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:196)
clamp_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:206)
clamp_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:217)
clamp__tss (src/Torch/Internal/Unmanaged/Native/Native1.hs:228)
clamp__ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:239)
clamp__t (src/Torch/Internal/Unmanaged/Native/Native1.hs:248)
clamp__ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:258)
clamp__tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:269)
clamp_out_ttss (src/Torch/Internal/Unmanaged/Native/Native1.hs:281)
clamp_out_tts (src/Torch/Internal/Unmanaged/Native/Native1.hs:294)
clamp_out_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:305)
clamp_out_tttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:317)
clamp_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:330)
clamp_max_ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:341)
clamp_max_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:351)
clamp_max__ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:361)
clamp_max__tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:371)
clamp_max_out_tts (src/Torch/Internal/Unmanaged/Native/Native1.hs:382)
clamp_max_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:394)
clamp_min_ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:405)
clamp_min_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:415)
clamp_min__ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:425)
clamp_min__tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:435)
clamp_min_out_tts (src/Torch/Internal/Unmanaged/Native/Native1.hs:446)
clamp_min_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:458)
clip_tss (src/Torch/Internal/Unmanaged/Native/Native1.hs:470)
clip_ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:481)
clip_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:490)
clip_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:500)
clip_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:511)
clip__tss (src/Torch/Internal/Unmanaged/Native/Native1.hs:522)
clip__ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:533)
clip__t (src/Torch/Internal/Unmanaged/Native/Native1.hs:542)
clip__ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:552)
clip__tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:563)
clip_out_ttss (src/Torch/Internal/Unmanaged/Native/Native1.hs:575)
clip_out_tts (src/Torch/Internal/Unmanaged/Native/Native1.hs:588)
clip_out_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:599)
clip_out_tttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:611)
clip_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:624)
cudnn_is_acceptable_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:634)
complex_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:643)
complex_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:654)
polar_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:665)
polar_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:676)
constant_pad_nd_tls (src/Torch/Internal/Unmanaged/Native/Native1.hs:688)
constant_pad_nd_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:699)
convolution_tttlllbll (src/Torch/Internal/Unmanaged/Native/Native1.hs:716)
convolution_backward_tttllllblla (src/Torch/Internal/Unmanaged/Native/Native1.hs:742)
convolution_overrideable_tttlllbll (src/Torch/Internal/Unmanaged/Native/Native1.hs:768)
convolution_backward_overrideable_tttlllblla (src/Torch/Internal/Unmanaged/Native/Native1.hs:793)
_convolution_tttlllbllbbbb (src/Torch/Internal/Unmanaged/Native/Native1.hs:822)
_convolution_tttlllbllbbb (src/Torch/Internal/Unmanaged/Native/Native1.hs:853)
_convolution_mode_tttlsll (src/Torch/Internal/Unmanaged/Native/Native1.hs:878)
_convolution_double_backward_ttttttlllblla (src/Torch/Internal/Unmanaged/Native/Native1.hs:904)
conv1d_tttllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:930)
conv1d_tttlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:949)
conv1d_tttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:966)
conv1d_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:981)
conv1d_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:994)
conv1d_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1005)
conv2d_tttllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1020)
conv2d_tttlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1039)
conv2d_tttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1056)
conv2d_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1071)
conv2d_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1084)
conv2d_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1095)
conv3d_tttllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1110)
conv3d_tttlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1129)
conv3d_tttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1146)
conv3d_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1161)
conv3d_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1174)
conv3d_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1185)
conv1d_tttlsll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1200)
conv1d_tttlsl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1219)
conv1d_tttls (src/Torch/Internal/Unmanaged/Native/Native1.hs:1236)
conv2d_tttlsll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1254)
conv2d_tttlsl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1273)
conv2d_tttls (src/Torch/Internal/Unmanaged/Native/Native1.hs:1290)
conv3d_tttlsll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1308)
conv3d_tttlsl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1327)
conv3d_tttls (src/Torch/Internal/Unmanaged/Native/Native1.hs:1344)
conv_tbc_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1359)
conv_tbc_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1372)
conv_tbc_backward_ttttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1386)
conv_transpose1d_tttlllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1405)
conv_transpose1d_tttllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1426)
conv_transpose1d_tttlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1445)
conv_transpose1d_tttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1462)
conv_transpose1d_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1477)
conv_transpose1d_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1490)
conv_transpose1d_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1501)
conv_transpose2d_tttlllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1517)
conv_transpose2d_tttllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1538)
conv_transpose2d_tttlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1557)
conv_transpose2d_tttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1574)
conv_transpose2d_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1589)
conv_transpose2d_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1602)
conv_transpose2d_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1613)
conv_transpose3d_tttlllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1629)
conv_transpose3d_tttllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1650)
conv_transpose3d_tttlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1669)
conv_transpose3d_tttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1686)
conv_transpose3d_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1701)
conv_transpose3d_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1714)
conv_transpose3d_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1725)
copy_ttb (src/Torch/Internal/Unmanaged/Native/Native1.hs:1736)
copy_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1747)
_copy_from_ttb (src/Torch/Internal/Unmanaged/Native/Native1.hs:1758)
_copy_from_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1769)
_copy_from_and_resize_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1779)
cos_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:1788)
cos__t (src/Torch/Internal/Unmanaged/Native/Native1.hs:1796)
cos_out_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1805)
cosh_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:1814)
cosh__t (src/Torch/Internal/Unmanaged/Native/Native1.hs:1822)
cosh_out_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1831)
cosine_embedding_loss_tttdl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1844)
cosine_embedding_loss_tttd (src/Torch/Internal/Unmanaged/Native/Native1.hs:1859)
cosine_embedding_loss_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1872)
count_nonzero_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1883)
count_nonzero_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:1892)
cov_tltt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1903)
cov_tlt (src/Torch/Internal/Unmanaged/Native/Native1.hs:1916)
cov_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:1927)
cov_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:1936)
corrcoef_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:1944)
cudnn_affine_grid_generator_tllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1956)
cudnn_affine_grid_generator_backward_tllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:1972)
cudnn_batch_norm_tttttbdd (src/Torch/Internal/Unmanaged/Native/Native1.hs:1991)
cudnn_batch_norm_backward_tttttttdt (src/Torch/Internal/Unmanaged/Native/Native1.hs:2014)
cudnn_convolution_ttllllbbb (src/Torch/Internal/Unmanaged/Native/Native1.hs:2038)
cudnn_convolution_transpose_ttlllllbbb (src/Torch/Internal/Unmanaged/Native/Native1.hs:2063)
_mps_convolution_transpose_ttlllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2086)
mps_convolution_transpose_backward_tttllllla (src/Torch/Internal/Unmanaged/Native/Native1.hs:2108)
cudnn_convolution_relu_tttllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2130)
cudnn_convolution_add_relu_tttstllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2152)
cudnn_grid_sampler_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:2169)
cudnn_grid_sampler_backward_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:2180)
cummax_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2191)
cummax_out_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2203)
cummax_tn (src/Torch/Internal/Unmanaged/Native/Native1.hs:2215)
cummax_out_tttn (src/Torch/Internal/Unmanaged/Native/Native1.hs:2227)
_cummax_helper_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2241)
cummin_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2253)
cummin_out_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2265)
cummin_tn (src/Torch/Internal/Unmanaged/Native/Native1.hs:2277)
cummin_out_tttn (src/Torch/Internal/Unmanaged/Native/Native1.hs:2289)
_cummin_helper_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2303)
cummaxmin_backward_tttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2317)
cumprod_tls (src/Torch/Internal/Unmanaged/Native/Native1.hs:2330)
cumprod_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2341)
cumprod_out_ttls (src/Torch/Internal/Unmanaged/Native/Native1.hs:2353)
cumprod_out_ttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2366)
cumprod_tns (src/Torch/Internal/Unmanaged/Native/Native1.hs:2378)
cumprod_tn (src/Torch/Internal/Unmanaged/Native/Native1.hs:2389)
cumprod_out_ttns (src/Torch/Internal/Unmanaged/Native/Native1.hs:2401)
cumprod_out_ttn (src/Torch/Internal/Unmanaged/Native/Native1.hs:2414)
cumprod_backward_ttlt (src/Torch/Internal/Unmanaged/Native/Native1.hs:2427)
cumsum_tls (src/Torch/Internal/Unmanaged/Native/Native1.hs:2440)
cumsum_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2451)
cumsum_out_ttls (src/Torch/Internal/Unmanaged/Native/Native1.hs:2463)
cumsum_out_ttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2476)
cumsum_tns (src/Torch/Internal/Unmanaged/Native/Native1.hs:2488)
cumsum_tn (src/Torch/Internal/Unmanaged/Native/Native1.hs:2499)
cumsum_out_ttns (src/Torch/Internal/Unmanaged/Native/Native1.hs:2511)
cumsum_out_ttn (src/Torch/Internal/Unmanaged/Native/Native1.hs:2524)
cumulative_trapezoid_ttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2536)
cumulative_trapezoid_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:2547)
cumulative_trapezoid_tsl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2558)
cumulative_trapezoid_ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:2569)
cumulative_trapezoid_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:2578)
ctc_loss_ttllllb (src/Torch/Internal/Unmanaged/Native/Native1.hs:2592)
ctc_loss_ttllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2611)
ctc_loss_ttlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2628)
ctc_loss_ttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2643)
ctc_loss_ttttllb (src/Torch/Internal/Unmanaged/Native/Native1.hs:2660)
ctc_loss_ttttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2679)
ctc_loss_ttttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2696)
ctc_loss_tttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:2711)
_ctc_loss_ttlllb (src/Torch/Internal/Unmanaged/Native/Native1.hs:2727)
_ctc_loss_ttlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2744)
_ctc_loss_ttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2759)
_ctc_loss_ttttlb (src/Torch/Internal/Unmanaged/Native/Native1.hs:2775)
_ctc_loss_ttttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2792)
_ctc_loss_tttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:2807)
_ctc_loss_backward_tttllttlb (src/Torch/Internal/Unmanaged/Native/Native1.hs:2826)
_ctc_loss_backward_tttllttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2849)
_ctc_loss_backward_tttttttlb (src/Torch/Internal/Unmanaged/Native/Native1.hs:2872)
_ctc_loss_backward_tttttttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2895)
diag_embed_tlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2913)
diag_embed_tll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2926)
diag_embed_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2937)
diag_embed_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:2946)
diagflat_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2955)
diagflat_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:2964)
diagonal_tlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2975)
diagonal_tll (src/Torch/Internal/Unmanaged/Native/Native1.hs:2988)
diagonal_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:2999)
diagonal_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:3008)
linalg_diagonal_tlll (src/Torch/Internal/Unmanaged/Native/Native1.hs:3019)
linalg_diagonal_tll (src/Torch/Internal/Unmanaged/Native/Native1.hs:3032)
linalg_diagonal_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:3043)
linalg_diagonal_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:3052)
diagonal_tnnnl (src/Torch/Internal/Unmanaged/Native/Native1.hs:3064)
diagonal_tnnn (src/Torch/Internal/Unmanaged/Native/Native1.hs:3079)
diagonal_backward_tllll (src/Torch/Internal/Unmanaged/Native/Native1.hs:3094)
diff_tlltt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3110)
diff_tllt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3125)
diff_tll (src/Torch/Internal/Unmanaged/Native/Native1.hs:3138)
diff_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:3149)
diff_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:3158)
diff_out_ttlltt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3171)
diff_out_ttllt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3188)
diff_out_ttll (src/Torch/Internal/Unmanaged/Native/Native1.hs:3203)
diff_out_ttl (src/Torch/Internal/Unmanaged/Native/Native1.hs:3216)
diff_out_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3227)
gradient_tsll (src/Torch/Internal/Unmanaged/Native/Native1.hs:3239)
gradient_tsl (src/Torch/Internal/Unmanaged/Native/Native1.hs:3252)
gradient_t (src/Torch/Internal/Unmanaged/Native/Native1.hs:3262)
gradient_tll (src/Torch/Internal/Unmanaged/Native/Native1.hs:3272)
gradient_tl (src/Torch/Internal/Unmanaged/Native/Native1.hs:3283)
gradient_tA (src/Torch/Internal/Unmanaged/Native/Native1.hs:3293)
div_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3303)
div_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3314)
div_tts (src/Torch/Internal/Unmanaged/Native/Native1.hs:3326)
div_out_ttts (src/Torch/Internal/Unmanaged/Native/Native1.hs:3339)
div_ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:3351)
div_tss (src/Torch/Internal/Unmanaged/Native/Native1.hs:3362)
divide_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3373)
divide_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3384)
divide_ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:3395)
divide_tts (src/Torch/Internal/Unmanaged/Native/Native1.hs:3406)
divide_out_ttts (src/Torch/Internal/Unmanaged/Native/Native1.hs:3419)
divide_tss (src/Torch/Internal/Unmanaged/Native/Native1.hs:3432)
true_divide_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3443)
true_divide_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3454)
true_divide_ts (src/Torch/Internal/Unmanaged/Native/Native1.hs:3465)
dot_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3475)
dot_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3486)
vdot_tt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3497)
vdot_out_ttt (src/Torch/Internal/Unmanaged/Native/Native1.hs:3508)
einsum_sll (src/Torch/Internal/Unmanaged/Native/Native1.hs:3520)
einsum_sl (src/Torch/Internal/Unmanaged/Native/Native1.hs:3531)
embedding_ttlbb (src/Torch/Internal/Unmanaged/Native/Native1.hs:3544)
embedding_ttlb (src/Torch/Internal/Unmanaged/Native/Native1.hs:3559)
0% ( 0 /263) in 'Torch.Internal.Managed.Native.Native1'
Missing documentation for:
Module header
block_diag_l (src/Torch/Internal/Managed/Native/Native1.hs:27)
ceil_t (src/Torch/Internal/Managed/Native/Native1.hs:32)
ceil__t (src/Torch/Internal/Managed/Native/Native1.hs:37)
ceil_out_tt (src/Torch/Internal/Managed/Native/Native1.hs:43)
chain_matmul_l (src/Torch/Internal/Managed/Native/Native1.hs:48)
chain_matmul_out_tl (src/Torch/Internal/Managed/Native/Native1.hs:54)
unsafe_chunk_tll (src/Torch/Internal/Managed/Native/Native1.hs:61)
unsafe_chunk_tl (src/Torch/Internal/Managed/Native/Native1.hs:67)
chunk_tll (src/Torch/Internal/Managed/Native/Native1.hs:74)
chunk_tl (src/Torch/Internal/Managed/Native/Native1.hs:80)
tensor_split_tll (src/Torch/Internal/Managed/Native/Native1.hs:87)
tensor_split_tl (src/Torch/Internal/Managed/Native/Native1.hs:93)
tensor_split_ttl (src/Torch/Internal/Managed/Native/Native1.hs:100)
tensor_split_tt (src/Torch/Internal/Managed/Native/Native1.hs:106)
clamp_tss (src/Torch/Internal/Managed/Native/Native1.hs:113)
clamp_ts (src/Torch/Internal/Managed/Native/Native1.hs:119)
clamp_t (src/Torch/Internal/Managed/Native/Native1.hs:124)
clamp_ttt (src/Torch/Internal/Managed/Native/Native1.hs:131)
clamp_tt (src/Torch/Internal/Managed/Native/Native1.hs:137)
clamp__tss (src/Torch/Internal/Managed/Native/Native1.hs:144)
clamp__ts (src/Torch/Internal/Managed/Native/Native1.hs:150)
clamp__t (src/Torch/Internal/Managed/Native/Native1.hs:155)
clamp__ttt (src/Torch/Internal/Managed/Native/Native1.hs:162)
clamp__tt (src/Torch/Internal/Managed/Native/Native1.hs:168)
clamp_out_ttss (src/Torch/Internal/Managed/Native/Native1.hs:176)
clamp_out_tts (src/Torch/Internal/Managed/Native/Native1.hs:183)
clamp_out_tt (src/Torch/Internal/Managed/Native/Native1.hs:189)
clamp_out_tttt (src/Torch/Internal/Managed/Native/Native1.hs:197)
clamp_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:204)
clamp_max_ts (src/Torch/Internal/Managed/Native/Native1.hs:210)
clamp_max_tt (src/Torch/Internal/Managed/Native/Native1.hs:216)
clamp_max__ts (src/Torch/Internal/Managed/Native/Native1.hs:222)
clamp_max__tt (src/Torch/Internal/Managed/Native/Native1.hs:228)
clamp_max_out_tts (src/Torch/Internal/Managed/Native/Native1.hs:235)
clamp_max_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:242)
clamp_min_ts (src/Torch/Internal/Managed/Native/Native1.hs:248)
clamp_min_tt (src/Torch/Internal/Managed/Native/Native1.hs:254)
clamp_min__ts (src/Torch/Internal/Managed/Native/Native1.hs:260)
clamp_min__tt (src/Torch/Internal/Managed/Native/Native1.hs:266)
clamp_min_out_tts (src/Torch/Internal/Managed/Native/Native1.hs:273)
clamp_min_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:280)
clip_tss (src/Torch/Internal/Managed/Native/Native1.hs:287)
clip_ts (src/Torch/Internal/Managed/Native/Native1.hs:293)
clip_t (src/Torch/Internal/Managed/Native/Native1.hs:298)
clip_ttt (src/Torch/Internal/Managed/Native/Native1.hs:305)
clip_tt (src/Torch/Internal/Managed/Native/Native1.hs:311)
clip__tss (src/Torch/Internal/Managed/Native/Native1.hs:318)
clip__ts (src/Torch/Internal/Managed/Native/Native1.hs:324)
clip__t (src/Torch/Internal/Managed/Native/Native1.hs:329)
clip__ttt (src/Torch/Internal/Managed/Native/Native1.hs:336)
clip__tt (src/Torch/Internal/Managed/Native/Native1.hs:342)
clip_out_ttss (src/Torch/Internal/Managed/Native/Native1.hs:350)
clip_out_tts (src/Torch/Internal/Managed/Native/Native1.hs:357)
clip_out_tt (src/Torch/Internal/Managed/Native/Native1.hs:363)
clip_out_tttt (src/Torch/Internal/Managed/Native/Native1.hs:371)
clip_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:378)
cudnn_is_acceptable_t (src/Torch/Internal/Managed/Native/Native1.hs:383)
complex_tt (src/Torch/Internal/Managed/Native/Native1.hs:389)
complex_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:396)
polar_tt (src/Torch/Internal/Managed/Native/Native1.hs:402)
polar_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:409)
constant_pad_nd_tls (src/Torch/Internal/Managed/Native/Native1.hs:416)
constant_pad_nd_tl (src/Torch/Internal/Managed/Native/Native1.hs:422)
convolution_tttlllbll (src/Torch/Internal/Managed/Native/Native1.hs:435)
convolution_backward_tttllllblla (src/Torch/Internal/Managed/Native/Native1.hs:450)
convolution_overrideable_tttlllbll (src/Torch/Internal/Managed/Native/Native1.hs:463)
convolution_backward_overrideable_tttlllblla (src/Torch/Internal/Managed/Native/Native1.hs:477)
_convolution_tttlllbllbbbb (src/Torch/Internal/Managed/Native/Native1.hs:494)
_convolution_tttlllbllbbb (src/Torch/Internal/Managed/Native/Native1.hs:510)
_convolution_mode_tttlsll (src/Torch/Internal/Managed/Native/Native1.hs:521)
_convolution_double_backward_ttttttlllblla (src/Torch/Internal/Managed/Native/Native1.hs:538)
conv1d_tttllll (src/Torch/Internal/Managed/Native/Native1.hs:549)
conv1d_tttlll (src/Torch/Internal/Managed/Native/Native1.hs:559)
conv1d_tttll (src/Torch/Internal/Managed/Native/Native1.hs:568)
conv1d_tttl (src/Torch/Internal/Managed/Native/Native1.hs:576)
conv1d_ttt (src/Torch/Internal/Managed/Native/Native1.hs:583)
conv1d_tt (src/Torch/Internal/Managed/Native/Native1.hs:589)
conv2d_tttllll (src/Torch/Internal/Managed/Native/Native1.hs:600)
conv2d_tttlll (src/Torch/Internal/Managed/Native/Native1.hs:610)
conv2d_tttll (src/Torch/Internal/Managed/Native/Native1.hs:619)
conv2d_tttl (src/Torch/Internal/Managed/Native/Native1.hs:627)
conv2d_ttt (src/Torch/Internal/Managed/Native/Native1.hs:634)
conv2d_tt (src/Torch/Internal/Managed/Native/Native1.hs:640)
conv3d_tttllll (src/Torch/Internal/Managed/Native/Native1.hs:651)
conv3d_tttlll (src/Torch/Internal/Managed/Native/Native1.hs:661)
conv3d_tttll (src/Torch/Internal/Managed/Native/Native1.hs:670)
conv3d_tttl (src/Torch/Internal/Managed/Native/Native1.hs:678)
conv3d_ttt (src/Torch/Internal/Managed/Native/Native1.hs:685)
conv3d_tt (src/Torch/Internal/Managed/Native/Native1.hs:691)
conv1d_tttlsll (src/Torch/Internal/Managed/Native/Native1.hs:702)
conv1d_tttlsl (src/Torch/Internal/Managed/Native/Native1.hs:712)
conv1d_tttls (src/Torch/Internal/Managed/Native/Native1.hs:721)
conv2d_tttlsll (src/Torch/Internal/Managed/Native/Native1.hs:732)
conv2d_tttlsl (src/Torch/Internal/Managed/Native/Native1.hs:742)
conv2d_tttls (src/Torch/Internal/Managed/Native/Native1.hs:751)
conv3d_tttlsll (src/Torch/Internal/Managed/Native/Native1.hs:762)
conv3d_tttlsl (src/Torch/Internal/Managed/Native/Native1.hs:772)
conv3d_tttls (src/Torch/Internal/Managed/Native/Native1.hs:781)
conv_tbc_tttl (src/Torch/Internal/Managed/Native/Native1.hs:789)
conv_tbc_ttt (src/Torch/Internal/Managed/Native/Native1.hs:796)
conv_tbc_backward_ttttl (src/Torch/Internal/Managed/Native/Native1.hs:805)
conv_transpose1d_tttlllll (src/Torch/Internal/Managed/Native/Native1.hs:817)
conv_transpose1d_tttllll (src/Torch/Internal/Managed/Native/Native1.hs:828)
conv_transpose1d_tttlll (src/Torch/Internal/Managed/Native/Native1.hs:838)
conv_transpose1d_tttll (src/Torch/Internal/Managed/Native/Native1.hs:847)
conv_transpose1d_tttl (src/Torch/Internal/Managed/Native/Native1.hs:855)
conv_transpose1d_ttt (src/Torch/Internal/Managed/Native/Native1.hs:862)
conv_transpose1d_tt (src/Torch/Internal/Managed/Native/Native1.hs:868)
conv_transpose2d_tttlllll (src/Torch/Internal/Managed/Native/Native1.hs:880)
conv_transpose2d_tttllll (src/Torch/Internal/Managed/Native/Native1.hs:891)
conv_transpose2d_tttlll (src/Torch/Internal/Managed/Native/Native1.hs:901)
conv_transpose2d_tttll (src/Torch/Internal/Managed/Native/Native1.hs:910)
conv_transpose2d_tttl (src/Torch/Internal/Managed/Native/Native1.hs:918)
conv_transpose2d_ttt (src/Torch/Internal/Managed/Native/Native1.hs:925)
conv_transpose2d_tt (src/Torch/Internal/Managed/Native/Native1.hs:931)
conv_transpose3d_tttlllll (src/Torch/Internal/Managed/Native/Native1.hs:943)
conv_transpose3d_tttllll (src/Torch/Internal/Managed/Native/Native1.hs:954)
conv_transpose3d_tttlll (src/Torch/Internal/Managed/Native/Native1.hs:964)
conv_transpose3d_tttll (src/Torch/Internal/Managed/Native/Native1.hs:973)
conv_transpose3d_tttl (src/Torch/Internal/Managed/Native/Native1.hs:981)
conv_transpose3d_ttt (src/Torch/Internal/Managed/Native/Native1.hs:988)
conv_transpose3d_tt (src/Torch/Internal/Managed/Native/Native1.hs:994)
copy_ttb (src/Torch/Internal/Managed/Native/Native1.hs:1001)
copy_tt (src/Torch/Internal/Managed/Native/Native1.hs:1007)
_copy_from_ttb (src/Torch/Internal/Managed/Native/Native1.hs:1014)
_copy_from_tt (src/Torch/Internal/Managed/Native/Native1.hs:1020)
_copy_from_and_resize_tt (src/Torch/Internal/Managed/Native/Native1.hs:1026)
cos_t (src/Torch/Internal/Managed/Native/Native1.hs:1031)
cos__t (src/Torch/Internal/Managed/Native/Native1.hs:1036)
cos_out_tt (src/Torch/Internal/Managed/Native/Native1.hs:1042)
cosh_t (src/Torch/Internal/Managed/Native/Native1.hs:1047)
cosh__t (src/Torch/Internal/Managed/Native/Native1.hs:1052)
cosh_out_tt (src/Torch/Internal/Managed/Native/Native1.hs:1058)
cosine_embedding_loss_tttdl (src/Torch/Internal/Managed/Native/Native1.hs:1067)
cosine_embedding_loss_tttd (src/Torch/Internal/Managed/Native/Native1.hs:1075)
cosine_embedding_loss_ttt (src/Torch/Internal/Managed/Native/Native1.hs:1082)
count_nonzero_tl (src/Torch/Internal/Managed/Native/Native1.hs:1088)
count_nonzero_t (src/Torch/Internal/Managed/Native/Native1.hs:1093)
cov_tltt (src/Torch/Internal/Managed/Native/Native1.hs:1101)
cov_tlt (src/Torch/Internal/Managed/Native/Native1.hs:1108)
cov_tl (src/Torch/Internal/Managed/Native/Native1.hs:1114)
cov_t (src/Torch/Internal/Managed/Native/Native1.hs:1119)
corrcoef_t (src/Torch/Internal/Managed/Native/Native1.hs:1124)
cudnn_affine_grid_generator_tllll (src/Torch/Internal/Managed/Native/Native1.hs:1133)
cudnn_affine_grid_generator_backward_tllll (src/Torch/Internal/Managed/Native/Native1.hs:1142)
cudnn_batch_norm_tttttbdd (src/Torch/Internal/Managed/Native/Native1.hs:1154)
cudnn_batch_norm_backward_tttttttdt (src/Torch/Internal/Managed/Native/Native1.hs:1167)
cudnn_convolution_ttllllbbb (src/Torch/Internal/Managed/Native/Native1.hs:1180)
cudnn_convolution_transpose_ttlllllbbb (src/Torch/Internal/Managed/Native/Native1.hs:1194)
_mps_convolution_transpose_ttlllll (src/Torch/Internal/Managed/Native/Native1.hs:1205)
mps_convolution_transpose_backward_tttllllla (src/Torch/Internal/Managed/Native/Native1.hs:1218)
cudnn_convolution_relu_tttllll (src/Torch/Internal/Managed/Native/Native1.hs:1229)
cudnn_convolution_add_relu_tttstllll (src/Torch/Internal/Managed/Native/Native1.hs:1242)
cudnn_grid_sampler_tt (src/Torch/Internal/Managed/Native/Native1.hs:1248)
cudnn_grid_sampler_backward_ttt (src/Torch/Internal/Managed/Native/Native1.hs:1255)
cummax_tl (src/Torch/Internal/Managed/Native/Native1.hs:1261)
cummax_out_tttl (src/Torch/Internal/Managed/Native/Native1.hs:1269)
cummax_tn (src/Torch/Internal/Managed/Native/Native1.hs:1275)
cummax_out_tttn (src/Torch/Internal/Managed/Native/Native1.hs:1283)
_cummax_helper_tttl (src/Torch/Internal/Managed/Native/Native1.hs:1291)
cummin_tl (src/Torch/Internal/Managed/Native/Native1.hs:1297)
cummin_out_tttl (src/Torch/Internal/Managed/Native/Native1.hs:1305)
cummin_tn (src/Torch/Internal/Managed/Native/Native1.hs:1311)
cummin_out_tttn (src/Torch/Internal/Managed/Native/Native1.hs:1319)
_cummin_helper_tttl (src/Torch/Internal/Managed/Native/Native1.hs:1327)
cummaxmin_backward_tttl (src/Torch/Internal/Managed/Native/Native1.hs:1335)
cumprod_tls (src/Torch/Internal/Managed/Native/Native1.hs:1342)
cumprod_tl (src/Torch/Internal/Managed/Native/Native1.hs:1348)
cumprod_out_ttls (src/Torch/Internal/Managed/Native/Native1.hs:1356)
cumprod_out_ttl (src/Torch/Internal/Managed/Native/Native1.hs:1363)
cumprod_tns (src/Torch/Internal/Managed/Native/Native1.hs:1370)
cumprod_tn (src/Torch/Internal/Managed/Native/Native1.hs:1376)
cumprod_out_ttns (src/Torch/Internal/Managed/Native/Native1.hs:1384)
cumprod_out_ttn (src/Torch/Internal/Managed/Native/Native1.hs:1391)
cumprod_backward_ttlt (src/Torch/Internal/Managed/Native/Native1.hs:1399)
cumsum_tls (src/Torch/Internal/Managed/Native/Native1.hs:1406)
cumsum_tl (src/Torch/Internal/Managed/Native/Native1.hs:1412)
cumsum_out_ttls (src/Torch/Internal/Managed/Native/Native1.hs:1420)
cumsum_out_ttl (src/Torch/Internal/Managed/Native/Native1.hs:1427)
cumsum_tns (src/Torch/Internal/Managed/Native/Native1.hs:1434)
cumsum_tn (src/Torch/Internal/Managed/Native/Native1.hs:1440)
cumsum_out_ttns (src/Torch/Internal/Managed/Native/Native1.hs:1448)
cumsum_out_ttn (src/Torch/Internal/Managed/Native/Native1.hs:1455)
cumulative_trapezoid_ttl (src/Torch/Internal/Managed/Native/Native1.hs:1462)
cumulative_trapezoid_tt (src/Torch/Internal/Managed/Native/Native1.hs:1468)
cumulative_trapezoid_tsl (src/Torch/Internal/Managed/Native/Native1.hs:1475)
cumulative_trapezoid_ts (src/Torch/Internal/Managed/Native/Native1.hs:1481)
cumulative_trapezoid_t (src/Torch/Internal/Managed/Native/Native1.hs:1486)
ctc_loss_ttllllb (src/Torch/Internal/Managed/Native/Native1.hs:1497)
ctc_loss_ttllll (src/Torch/Internal/Managed/Native/Native1.hs:1507)
ctc_loss_ttlll (src/Torch/Internal/Managed/Native/Native1.hs:1516)
ctc_loss_ttll (src/Torch/Internal/Managed/Native/Native1.hs:1524)
ctc_loss_ttttllb (src/Torch/Internal/Managed/Native/Native1.hs:1535)
ctc_loss_ttttll (src/Torch/Internal/Managed/Native/Native1.hs:1545)
ctc_loss_ttttl (src/Torch/Internal/Managed/Native/Native1.hs:1554)
ctc_loss_tttt (src/Torch/Internal/Managed/Native/Native1.hs:1562)
_ctc_loss_ttlllb (src/Torch/Internal/Managed/Native/Native1.hs:1572)
_ctc_loss_ttlll (src/Torch/Internal/Managed/Native/Native1.hs:1581)
_ctc_loss_ttll (src/Torch/Internal/Managed/Native/Native1.hs:1589)
_ctc_loss_ttttlb (src/Torch/Internal/Managed/Native/Native1.hs:1599)
_ctc_loss_ttttl (src/Torch/Internal/Managed/Native/Native1.hs:1608)
_ctc_loss_tttt (src/Torch/Internal/Managed/Native/Native1.hs:1616)
_ctc_loss_backward_tttllttlb (src/Torch/Internal/Managed/Native/Native1.hs:1629)
_ctc_loss_backward_tttllttl (src/Torch/Internal/Managed/Native/Native1.hs:1641)
_ctc_loss_backward_tttttttlb (src/Torch/Internal/Managed/Native/Native1.hs:1654)
_ctc_loss_backward_tttttttl (src/Torch/Internal/Managed/Native/Native1.hs:1666)
diag_embed_tlll (src/Torch/Internal/Managed/Native/Native1.hs:1674)
diag_embed_tll (src/Torch/Internal/Managed/Native/Native1.hs:1681)
diag_embed_tl (src/Torch/Internal/Managed/Native/Native1.hs:1687)
diag_embed_t (src/Torch/Internal/Managed/Native/Native1.hs:1692)
diagflat_tl (src/Torch/Internal/Managed/Native/Native1.hs:1698)
diagflat_t (src/Torch/Internal/Managed/Native/Native1.hs:1703)
diagonal_tlll (src/Torch/Internal/Managed/Native/Native1.hs:1711)
diagonal_tll (src/Torch/Internal/Managed/Native/Native1.hs:1718)
diagonal_tl (src/Torch/Internal/Managed/Native/Native1.hs:1724)
diagonal_t (src/Torch/Internal/Managed/Native/Native1.hs:1729)
linalg_diagonal_tlll (src/Torch/Internal/Managed/Native/Native1.hs:1737)
linalg_diagonal_tll (src/Torch/Internal/Managed/Native/Native1.hs:1744)
linalg_diagonal_tl (src/Torch/Internal/Managed/Native/Native1.hs:1750)
linalg_diagonal_t (src/Torch/Internal/Managed/Native/Native1.hs:1755)
diagonal_tnnnl (src/Torch/Internal/Managed/Native/Native1.hs:1764)
diagonal_tnnn (src/Torch/Internal/Managed/Native/Native1.hs:1772)
diagonal_backward_tllll (src/Torch/Internal/Managed/Native/Native1.hs:1781)
diff_tlltt (src/Torch/Internal/Managed/Native/Native1.hs:1790)
diff_tllt (src/Torch/Internal/Managed/Native/Native1.hs:1798)
diff_tll (src/Torch/Internal/Managed/Native/Native1.hs:1805)
diff_tl (src/Torch/Internal/Managed/Native/Native1.hs:1811)
diff_t (src/Torch/Internal/Managed/Native/Native1.hs:1816)
diff_out_ttlltt (src/Torch/Internal/Managed/Native/Native1.hs:1826)
diff_out_ttllt (src/Torch/Internal/Managed/Native/Native1.hs:1835)
diff_out_ttll (src/Torch/Internal/Managed/Native/Native1.hs:1843)
diff_out_ttl (src/Torch/Internal/Managed/Native/Native1.hs:1850)
diff_out_tt (src/Torch/Internal/Managed/Native/Native1.hs:1856)
gradient_tsll (src/Torch/Internal/Managed/Native/Native1.hs:1864)
gradient_tsl (src/Torch/Internal/Managed/Native/Native1.hs:1871)
gradient_t (src/Torch/Internal/Managed/Native/Native1.hs:1876)
gradient_tll (src/Torch/Internal/Managed/Native/Native1.hs:1883)
gradient_tl (src/Torch/Internal/Managed/Native/Native1.hs:1889)
gradient_tA (src/Torch/Internal/Managed/Native/Native1.hs:1895)
div_tt (src/Torch/Internal/Managed/Native/Native1.hs:1901)
div_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:1908)
div_tts (src/Torch/Internal/Managed/Native/Native1.hs:1915)
div_out_ttts (src/Torch/Internal/Managed/Native/Native1.hs:1923)
div_ts (src/Torch/Internal/Managed/Native/Native1.hs:1929)
div_tss (src/Torch/Internal/Managed/Native/Native1.hs:1936)
divide_tt (src/Torch/Internal/Managed/Native/Native1.hs:1942)
divide_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:1949)
divide_ts (src/Torch/Internal/Managed/Native/Native1.hs:1955)
divide_tts (src/Torch/Internal/Managed/Native/Native1.hs:1962)
divide_out_ttts (src/Torch/Internal/Managed/Native/Native1.hs:1970)
divide_tss (src/Torch/Internal/Managed/Native/Native1.hs:1977)
true_divide_tt (src/Torch/Internal/Managed/Native/Native1.hs:1983)
true_divide_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:1990)
true_divide_ts (src/Torch/Internal/Managed/Native/Native1.hs:1996)
dot_tt (src/Torch/Internal/Managed/Native/Native1.hs:2002)
dot_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:2009)
vdot_tt (src/Torch/Internal/Managed/Native/Native1.hs:2015)
vdot_out_ttt (src/Torch/Internal/Managed/Native/Native1.hs:2022)
einsum_sll (src/Torch/Internal/Managed/Native/Native1.hs:2029)
einsum_sl (src/Torch/Internal/Managed/Native/Native1.hs:2035)
embedding_ttlbb (src/Torch/Internal/Managed/Native/Native1.hs:2044)
embedding_ttlb (src/Torch/Internal/Managed/Native/Native1.hs:2052)
0% ( 0 /279) in 'Torch.Internal.Unmanaged.Native.Native10'
Missing documentation for:
Module header
upsample_bicubic2d_backward_out_ttllbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:40)
upsample_bicubic2d_backward_out_ttllbd (src/Torch/Internal/Unmanaged/Native/Native10.hs:59)
upsample_bicubic2d_backward_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native10.hs:76)
upsample_bicubic2d_backward_tllbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:93)
upsample_bicubic2d_backward_tllb (src/Torch/Internal/Unmanaged/Native/Native10.hs:109)
_upsample_bicubic2d_aa_out_ttlbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:125)
_upsample_bicubic2d_aa_out_ttlbd (src/Torch/Internal/Unmanaged/Native/Native10.hs:142)
_upsample_bicubic2d_aa_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native10.hs:157)
_upsample_bicubic2d_aa_tlbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:172)
_upsample_bicubic2d_aa_tlb (src/Torch/Internal/Unmanaged/Native/Native10.hs:200)
_upsample_bicubic2d_aa_backward_out_ttllbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:216)
_upsample_bicubic2d_aa_backward_out_ttllbd (src/Torch/Internal/Unmanaged/Native/Native10.hs:235)
_upsample_bicubic2d_aa_backward_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native10.hs:252)
_upsample_bicubic2d_aa_backward_tllbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:269)
_upsample_bicubic2d_aa_backward_tllbd (src/Torch/Internal/Unmanaged/Native/Native10.hs:286)
_upsample_bicubic2d_aa_backward_tllb (src/Torch/Internal/Unmanaged/Native/Native10.hs:301)
upsample_trilinear3d_out_ttlbddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:318)
upsample_trilinear3d_out_ttlbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:337)
upsample_trilinear3d_out_ttlbd (src/Torch/Internal/Unmanaged/Native/Native10.hs:354)
upsample_trilinear3d_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native10.hs:369)
upsample_trilinear3d_tlbddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:385)
upsample_trilinear3d_tlbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:402)
upsample_trilinear3d_tlb (src/Torch/Internal/Unmanaged/Native/Native10.hs:416)
upsample_trilinear3d_backward_out_ttllbddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:433)
upsample_trilinear3d_backward_out_ttllbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:454)
upsample_trilinear3d_backward_out_ttllbd (src/Torch/Internal/Unmanaged/Native/Native10.hs:473)
upsample_trilinear3d_backward_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native10.hs:490)
upsample_trilinear3d_backward_tllbddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:508)
upsample_trilinear3d_backward_tllbdd (src/Torch/Internal/Unmanaged/Native/Native10.hs:527)
upsample_trilinear3d_backward_tllb (src/Torch/Internal/Unmanaged/Native/Native10.hs:543)
upsample_nearest1d_out_ttld (src/Torch/Internal/Unmanaged/Native/Native10.hs:557)
upsample_nearest1d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:570)
_upsample_nearest_exact1d_out_ttld (src/Torch/Internal/Unmanaged/Native/Native10.hs:583)
_upsample_nearest_exact1d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:596)
upsample_nearest1d_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:607)
_upsample_nearest_exact1d_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:629)
upsample_nearest1d_backward_out_ttlld (src/Torch/Internal/Unmanaged/Native/Native10.hs:642)
upsample_nearest1d_backward_out_ttll (src/Torch/Internal/Unmanaged/Native/Native10.hs:657)
_upsample_nearest_exact1d_backward_out_ttlld (src/Torch/Internal/Unmanaged/Native/Native10.hs:672)
_upsample_nearest_exact1d_backward_out_ttll (src/Torch/Internal/Unmanaged/Native/Native10.hs:687)
upsample_nearest1d_backward_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:700)
_upsample_nearest_exact1d_backward_tlld (src/Torch/Internal/Unmanaged/Native/Native10.hs:713)
_upsample_nearest_exact1d_backward_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:726)
upsample_nearest2d_out_ttldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:740)
upsample_nearest2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:768)
_upsample_nearest_exact2d_out_ttldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:782)
_upsample_nearest_exact2d_out_ttld (src/Torch/Internal/Unmanaged/Native/Native10.hs:797)
_upsample_nearest_exact2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:810)
upsample_nearest2d_tldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:823)
upsample_nearest2d_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:835)
_upsample_nearest_exact2d_tldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:847)
_upsample_nearest_exact2d_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:871)
upsample_nearest2d_backward_out_ttlldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:885)
upsample_nearest2d_backward_out_ttlld (src/Torch/Internal/Unmanaged/Native/Native10.hs:902)
upsample_nearest2d_backward_out_ttll (src/Torch/Internal/Unmanaged/Native/Native10.hs:917)
_upsample_nearest_exact2d_backward_out_ttlldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:933)
_upsample_nearest_exact2d_backward_out_ttlld (src/Torch/Internal/Unmanaged/Native/Native10.hs:950)
_upsample_nearest_exact2d_backward_out_ttll (src/Torch/Internal/Unmanaged/Native/Native10.hs:965)
upsample_nearest2d_backward_tlldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:980)
upsample_nearest2d_backward_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:994)
_upsample_nearest_exact2d_backward_tlldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1008)
_upsample_nearest_exact2d_backward_tlld (src/Torch/Internal/Unmanaged/Native/Native10.hs:1023)
_upsample_nearest_exact2d_backward_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1036)
upsample_nearest3d_out_ttlddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1051)
upsample_nearest3d_out_ttldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1068)
upsample_nearest3d_out_ttld (src/Torch/Internal/Unmanaged/Native/Native10.hs:1083)
upsample_nearest3d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1096)
_upsample_nearest_exact3d_out_ttlddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1111)
_upsample_nearest_exact3d_out_ttldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1128)
_upsample_nearest_exact3d_out_ttld (src/Torch/Internal/Unmanaged/Native/Native10.hs:1143)
_upsample_nearest_exact3d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1156)
upsample_nearest3d_tlddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1170)
upsample_nearest3d_tldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1185)
upsample_nearest3d_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1197)
_upsample_nearest_exact3d_tlddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1210)
_upsample_nearest_exact3d_tldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1225)
_upsample_nearest_exact3d_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1249)
upsample_nearest3d_backward_out_ttllddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1264)
upsample_nearest3d_backward_out_ttlldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1283)
upsample_nearest3d_backward_out_ttlld (src/Torch/Internal/Unmanaged/Native/Native10.hs:1300)
upsample_nearest3d_backward_out_ttll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1315)
_upsample_nearest_exact3d_backward_out_ttllddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1332)
_upsample_nearest_exact3d_backward_out_ttlldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1351)
_upsample_nearest_exact3d_backward_out_ttlld (src/Torch/Internal/Unmanaged/Native/Native10.hs:1368)
_upsample_nearest_exact3d_backward_out_ttll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1383)
upsample_nearest3d_backward_tllddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1399)
upsample_nearest3d_backward_tlldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1416)
upsample_nearest3d_backward_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1430)
_upsample_nearest_exact3d_backward_tllddd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1445)
_upsample_nearest_exact3d_backward_tlldd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1462)
_upsample_nearest_exact3d_backward_tlld (src/Torch/Internal/Unmanaged/Native/Native10.hs:1477)
_upsample_nearest_exact3d_backward_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1490)
sigmoid_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native10.hs:1502)
sigmoid_backward_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:1513)
logit_backward_out_tttd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1525)
logit_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native10.hs:1538)
logit_backward_ttd (src/Torch/Internal/Unmanaged/Native/Native10.hs:1550)
logit_backward_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:1561)
tanh_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native10.hs:1572)
tanh_backward_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:1583)
slow_conv_transpose2d_out_tttltllll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1600)
slow_conv_transpose2d_out_tttltlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1623)
slow_conv_transpose2d_out_tttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1644)
slow_conv_transpose2d_out_tttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1663)
slow_conv_transpose2d_out_tttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:1680)
slow_conv_transpose2d_out_tttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1695)
slow_conv_transpose2d_ttltllll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1713)
slow_conv_transpose2d_ttltlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1734)
slow_conv_transpose2d_ttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1753)
slow_conv_transpose2d_ttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1770)
slow_conv_transpose2d_ttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:1785)
slow_conv_transpose2d_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1798)
slow_conv_transpose3d_out_tttltllll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1816)
slow_conv_transpose3d_out_tttltlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1839)
slow_conv_transpose3d_out_tttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1860)
slow_conv_transpose3d_out_tttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1879)
slow_conv_transpose3d_out_tttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:1896)
slow_conv_transpose3d_out_tttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1911)
slow_conv_transpose3d_ttltllll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1929)
slow_conv_transpose3d_ttltlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1950)
slow_conv_transpose3d_ttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:1969)
slow_conv_transpose3d_ttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:1986)
slow_conv_transpose3d_ttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2001)
slow_conv_transpose3d_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2014)
thnn_conv2d_out_tttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2030)
thnn_conv2d_out_tttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2049)
thnn_conv2d_out_tttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2066)
thnn_conv2d_out_tttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2081)
thnn_conv2d_ttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2097)
thnn_conv2d_ttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2114)
thnn_conv2d_ttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2129)
thnn_conv2d_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2142)
_slow_conv2d_forward_out_tttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2158)
_slow_conv2d_forward_ttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2177)
_slow_conv2d_backward_out_ttttttlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2198)
_slow_conv2d_backward_tttllla (src/Torch/Internal/Unmanaged/Native/Native10.hs:2220)
_conv_depthwise2d_out_tttltlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2241)
_conv_depthwise2d_ttltlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2262)
conv_depthwise3d_ttltlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2282)
slow_conv3d_out_tttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2302)
slow_conv3d_out_tttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2321)
slow_conv3d_out_tttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2338)
slow_conv3d_out_tttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2353)
slow_conv3d_ttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2369)
slow_conv3d_ttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2386)
slow_conv3d_ttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2401)
slow_conv3d_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2414)
slow_conv3d_forward_out_tttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2430)
slow_conv3d_forward_ttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2449)
slow_conv_dilated2d_ttltlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2468)
slow_conv_dilated2d_ttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2487)
slow_conv_dilated2d_ttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2504)
slow_conv_dilated2d_ttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2519)
slow_conv_dilated2d_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2532)
slow_conv_dilated3d_ttltlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2548)
slow_conv_dilated3d_ttltll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2567)
slow_conv_dilated3d_ttltl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2584)
slow_conv_dilated3d_ttlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2599)
slow_conv_dilated3d_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2612)
col2im_out_ttlllll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2628)
col2im_tlllll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2647)
column_stack_l (src/Torch/Internal/Unmanaged/Native/Native10.hs:2660)
column_stack_out_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:2669)
im2col_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2683)
im2col_tllll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2700)
isfinite_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2712)
isinf_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2720)
isposinf_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2728)
isposinf_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2737)
isneginf_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2746)
isneginf_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2755)
_add_batch_dim_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2766)
_remove_batch_dim_tlll (src/Torch/Internal/Unmanaged/Native/Native10.hs:2779)
special_entr_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2790)
special_entr_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2799)
special_ndtri_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2808)
special_ndtri_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2817)
special_log_ndtr_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2826)
special_log_ndtr_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2835)
special_expm1_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2844)
special_expm1_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2853)
special_exp2_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2862)
special_exp2_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2871)
special_psi_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2880)
special_psi_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2889)
special_digamma_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2898)
special_digamma_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2907)
special_gammaln_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2916)
special_gammaln_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2925)
special_erf_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2934)
special_erf_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2943)
special_erfc_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2952)
special_erfc_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2961)
special_erfcx_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2970)
special_erfcx_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2979)
special_erfinv_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:2988)
special_erfinv_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:2997)
special_ndtr_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3006)
special_ndtr_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3015)
special_xlog1py_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3025)
special_xlog1py_st (src/Torch/Internal/Unmanaged/Native/Native10.hs:3035)
special_xlog1py_ts (src/Torch/Internal/Unmanaged/Native/Native10.hs:3045)
special_xlog1py_out_ttt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3056)
special_xlog1py_out_tst (src/Torch/Internal/Unmanaged/Native/Native10.hs:3068)
special_xlog1py_out_tts (src/Torch/Internal/Unmanaged/Native/Native10.hs:3080)
special_xlogy_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3091)
special_xlogy_st (src/Torch/Internal/Unmanaged/Native/Native10.hs:3101)
special_xlogy_ts (src/Torch/Internal/Unmanaged/Native/Native10.hs:3111)
special_xlogy_out_ttt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3122)
special_xlogy_out_tst (src/Torch/Internal/Unmanaged/Native/Native10.hs:3134)
special_xlogy_out_tts (src/Torch/Internal/Unmanaged/Native/Native10.hs:3146)
special_zeta_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3157)
special_zeta_st (src/Torch/Internal/Unmanaged/Native/Native10.hs:3167)
special_zeta_ts (src/Torch/Internal/Unmanaged/Native/Native10.hs:3177)
special_zeta_out_ttt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3188)
special_zeta_out_tst (src/Torch/Internal/Unmanaged/Native/Native10.hs:3200)
special_zeta_out_tts (src/Torch/Internal/Unmanaged/Native/Native10.hs:3212)
special_i0_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3222)
special_i0_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3231)
special_i0e_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3240)
special_i0e_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3249)
special_i1_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3258)
special_i1_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3267)
special_i1e_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3276)
special_i1e_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3285)
special_logit_td (src/Torch/Internal/Unmanaged/Native/Native10.hs:3295)
special_logit_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3304)
special_logit_out_ttd (src/Torch/Internal/Unmanaged/Native/Native10.hs:3314)
special_logit_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3325)
special_polygamma_lt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3335)
special_polygamma_out_tlt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3346)
special_logsumexp_tlb (src/Torch/Internal/Unmanaged/Native/Native10.hs:3358)
special_logsumexp_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3369)
special_logsumexp_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native10.hs:3381)
special_logsumexp_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3394)
special_expit_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3404)
special_expit_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3413)
special_sinc_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3422)
special_sinc_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3431)
special_round_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3441)
special_round_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3450)
special_round_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3460)
special_round_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3471)
special_log1p_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3480)
special_log1p_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3489)
special_log_softmax_tls (src/Torch/Internal/Unmanaged/Native/Native10.hs:3500)
special_log_softmax_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3511)
special_gammainc_out_ttt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3522)
special_gammainc_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3533)
special_gammaincc_out_ttt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3544)
special_gammaincc_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3555)
special_multigammaln_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3565)
special_multigammaln_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3576)
special_softmax_tls (src/Torch/Internal/Unmanaged/Native/Native10.hs:3588)
special_softmax_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3599)
fft_fft_tlls (src/Torch/Internal/Unmanaged/Native/Native10.hs:3611)
fft_fft_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:3624)
fft_fft_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3635)
fft_fft_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3644)
fft_fft_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native10.hs:3656)
fft_fft_out_ttll (src/Torch/Internal/Unmanaged/Native/Native10.hs:3671)
fft_fft_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3684)
fft_fft_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3695)
fft_ifft_tlls (src/Torch/Internal/Unmanaged/Native/Native10.hs:3707)
fft_ifft_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:3720)
fft_ifft_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3731)
fft_ifft_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3740)
fft_ifft_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native10.hs:3752)
fft_ifft_out_ttll (src/Torch/Internal/Unmanaged/Native/Native10.hs:3767)
fft_ifft_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3780)
fft_ifft_out_tt (src/Torch/Internal/Unmanaged/Native/Native10.hs:3791)
fft_rfft_tlls (src/Torch/Internal/Unmanaged/Native/Native10.hs:3803)
fft_rfft_tll (src/Torch/Internal/Unmanaged/Native/Native10.hs:3816)
fft_rfft_tl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3827)
fft_rfft_t (src/Torch/Internal/Unmanaged/Native/Native10.hs:3836)
fft_rfft_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native10.hs:3848)
fft_rfft_out_ttll (src/Torch/Internal/Unmanaged/Native/Native10.hs:3863)
fft_rfft_out_ttl (src/Torch/Internal/Unmanaged/Native/Native10.hs:3876)
0% ( 0 /279) in 'Torch.Internal.Managed.Native.Native10'
Missing documentation for:
Module header
upsample_bicubic2d_backward_out_ttllbdd (src/Torch/Internal/Managed/Native/Native10.hs:33)
upsample_bicubic2d_backward_out_ttllbd (src/Torch/Internal/Managed/Native/Native10.hs:43)
upsample_bicubic2d_backward_out_ttllb (src/Torch/Internal/Managed/Native/Native10.hs:52)
upsample_bicubic2d_backward_tllbdd (src/Torch/Internal/Managed/Native/Native10.hs:62)
upsample_bicubic2d_backward_tllb (src/Torch/Internal/Managed/Native/Native10.hs:70)
_upsample_bicubic2d_aa_out_ttlbdd (src/Torch/Internal/Managed/Native/Native10.hs:80)
_upsample_bicubic2d_aa_out_ttlbd (src/Torch/Internal/Managed/Native/Native10.hs:89)
_upsample_bicubic2d_aa_out_ttlb (src/Torch/Internal/Managed/Native/Native10.hs:97)
_upsample_bicubic2d_aa_tlbdd (src/Torch/Internal/Managed/Native/Native10.hs:106)
_upsample_bicubic2d_aa_tlb (src/Torch/Internal/Managed/Native/Native10.hs:121)
_upsample_bicubic2d_aa_backward_out_ttllbdd (src/Torch/Internal/Managed/Native/Native10.hs:132)
_upsample_bicubic2d_aa_backward_out_ttllbd (src/Torch/Internal/Managed/Native/Native10.hs:142)
_upsample_bicubic2d_aa_backward_out_ttllb (src/Torch/Internal/Managed/Native/Native10.hs:151)
_upsample_bicubic2d_aa_backward_tllbdd (src/Torch/Internal/Managed/Native/Native10.hs:161)
_upsample_bicubic2d_aa_backward_tllbd (src/Torch/Internal/Managed/Native/Native10.hs:170)
_upsample_bicubic2d_aa_backward_tllb (src/Torch/Internal/Managed/Native/Native10.hs:178)
upsample_trilinear3d_out_ttlbddd (src/Torch/Internal/Managed/Native/Native10.hs:189)
upsample_trilinear3d_out_ttlbdd (src/Torch/Internal/Managed/Native/Native10.hs:199)
upsample_trilinear3d_out_ttlbd (src/Torch/Internal/Managed/Native/Native10.hs:208)
upsample_trilinear3d_out_ttlb (src/Torch/Internal/Managed/Native/Native10.hs:216)
upsample_trilinear3d_tlbddd (src/Torch/Internal/Managed/Native/Native10.hs:226)
upsample_trilinear3d_tlbdd (src/Torch/Internal/Managed/Native/Native10.hs:235)
upsample_trilinear3d_tlb (src/Torch/Internal/Managed/Native/Native10.hs:242)
upsample_trilinear3d_backward_out_ttllbddd (src/Torch/Internal/Managed/Native/Native10.hs:254)
upsample_trilinear3d_backward_out_ttllbdd (src/Torch/Internal/Managed/Native/Native10.hs:265)
upsample_trilinear3d_backward_out_ttllbd (src/Torch/Internal/Managed/Native/Native10.hs:275)
upsample_trilinear3d_backward_out_ttllb (src/Torch/Internal/Managed/Native/Native10.hs:284)
upsample_trilinear3d_backward_tllbddd (src/Torch/Internal/Managed/Native/Native10.hs:295)
upsample_trilinear3d_backward_tllbdd (src/Torch/Internal/Managed/Native/Native10.hs:305)
upsample_trilinear3d_backward_tllb (src/Torch/Internal/Managed/Native/Native10.hs:313)
upsample_nearest1d_out_ttld (src/Torch/Internal/Managed/Native/Native10.hs:321)
upsample_nearest1d_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:328)
_upsample_nearest_exact1d_out_ttld (src/Torch/Internal/Managed/Native/Native10.hs:336)
_upsample_nearest_exact1d_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:343)
upsample_nearest1d_tl (src/Torch/Internal/Managed/Native/Native10.hs:349)
_upsample_nearest_exact1d_tl (src/Torch/Internal/Managed/Native/Native10.hs:362)
upsample_nearest1d_backward_out_ttlld (src/Torch/Internal/Managed/Native/Native10.hs:371)
upsample_nearest1d_backward_out_ttll (src/Torch/Internal/Managed/Native/Native10.hs:379)
_upsample_nearest_exact1d_backward_out_ttlld (src/Torch/Internal/Managed/Native/Native10.hs:388)
_upsample_nearest_exact1d_backward_out_ttll (src/Torch/Internal/Managed/Native/Native10.hs:396)
upsample_nearest1d_backward_tll (src/Torch/Internal/Managed/Native/Native10.hs:403)
_upsample_nearest_exact1d_backward_tlld (src/Torch/Internal/Managed/Native/Native10.hs:411)
_upsample_nearest_exact1d_backward_tll (src/Torch/Internal/Managed/Native/Native10.hs:418)
upsample_nearest2d_out_ttldd (src/Torch/Internal/Managed/Native/Native10.hs:427)
upsample_nearest2d_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:442)
_upsample_nearest_exact2d_out_ttldd (src/Torch/Internal/Managed/Native/Native10.hs:451)
_upsample_nearest_exact2d_out_ttld (src/Torch/Internal/Managed/Native/Native10.hs:459)
_upsample_nearest_exact2d_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:466)
upsample_nearest2d_tldd (src/Torch/Internal/Managed/Native/Native10.hs:474)
upsample_nearest2d_tl (src/Torch/Internal/Managed/Native/Native10.hs:480)
_upsample_nearest_exact2d_tldd (src/Torch/Internal/Managed/Native/Native10.hs:488)
_upsample_nearest_exact2d_tl (src/Torch/Internal/Managed/Native/Native10.hs:501)
upsample_nearest2d_backward_out_ttlldd (src/Torch/Internal/Managed/Native/Native10.hs:511)
upsample_nearest2d_backward_out_ttlld (src/Torch/Internal/Managed/Native/Native10.hs:520)
upsample_nearest2d_backward_out_ttll (src/Torch/Internal/Managed/Native/Native10.hs:528)
_upsample_nearest_exact2d_backward_out_ttlldd (src/Torch/Internal/Managed/Native/Native10.hs:538)
_upsample_nearest_exact2d_backward_out_ttlld (src/Torch/Internal/Managed/Native/Native10.hs:547)
_upsample_nearest_exact2d_backward_out_ttll (src/Torch/Internal/Managed/Native/Native10.hs:555)
upsample_nearest2d_backward_tlldd (src/Torch/Internal/Managed/Native/Native10.hs:564)
upsample_nearest2d_backward_tll (src/Torch/Internal/Managed/Native/Native10.hs:571)
_upsample_nearest_exact2d_backward_tlldd (src/Torch/Internal/Managed/Native/Native10.hs:580)
_upsample_nearest_exact2d_backward_tlld (src/Torch/Internal/Managed/Native/Native10.hs:588)
_upsample_nearest_exact2d_backward_tll (src/Torch/Internal/Managed/Native/Native10.hs:595)
upsample_nearest3d_out_ttlddd (src/Torch/Internal/Managed/Native/Native10.hs:605)
upsample_nearest3d_out_ttldd (src/Torch/Internal/Managed/Native/Native10.hs:614)
upsample_nearest3d_out_ttld (src/Torch/Internal/Managed/Native/Native10.hs:622)
upsample_nearest3d_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:629)
_upsample_nearest_exact3d_out_ttlddd (src/Torch/Internal/Managed/Native/Native10.hs:639)
_upsample_nearest_exact3d_out_ttldd (src/Torch/Internal/Managed/Native/Native10.hs:648)
_upsample_nearest_exact3d_out_ttld (src/Torch/Internal/Managed/Native/Native10.hs:656)
_upsample_nearest_exact3d_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:663)
upsample_nearest3d_tlddd (src/Torch/Internal/Managed/Native/Native10.hs:672)
upsample_nearest3d_tldd (src/Torch/Internal/Managed/Native/Native10.hs:680)
upsample_nearest3d_tl (src/Torch/Internal/Managed/Native/Native10.hs:686)
_upsample_nearest_exact3d_tlddd (src/Torch/Internal/Managed/Native/Native10.hs:695)
_upsample_nearest_exact3d_tldd (src/Torch/Internal/Managed/Native/Native10.hs:703)
_upsample_nearest_exact3d_tl (src/Torch/Internal/Managed/Native/Native10.hs:716)
upsample_nearest3d_backward_out_ttllddd (src/Torch/Internal/Managed/Native/Native10.hs:727)
upsample_nearest3d_backward_out_ttlldd (src/Torch/Internal/Managed/Native/Native10.hs:737)
upsample_nearest3d_backward_out_ttlld (src/Torch/Internal/Managed/Native/Native10.hs:746)
upsample_nearest3d_backward_out_ttll (src/Torch/Internal/Managed/Native/Native10.hs:754)
_upsample_nearest_exact3d_backward_out_ttllddd (src/Torch/Internal/Managed/Native/Native10.hs:765)
_upsample_nearest_exact3d_backward_out_ttlldd (src/Torch/Internal/Managed/Native/Native10.hs:775)
_upsample_nearest_exact3d_backward_out_ttlld (src/Torch/Internal/Managed/Native/Native10.hs:784)
_upsample_nearest_exact3d_backward_out_ttll (src/Torch/Internal/Managed/Native/Native10.hs:792)
upsample_nearest3d_backward_tllddd (src/Torch/Internal/Managed/Native/Native10.hs:802)
upsample_nearest3d_backward_tlldd (src/Torch/Internal/Managed/Native/Native10.hs:811)
upsample_nearest3d_backward_tll (src/Torch/Internal/Managed/Native/Native10.hs:818)
_upsample_nearest_exact3d_backward_tllddd (src/Torch/Internal/Managed/Native/Native10.hs:828)
_upsample_nearest_exact3d_backward_tlldd (src/Torch/Internal/Managed/Native/Native10.hs:837)
_upsample_nearest_exact3d_backward_tlld (src/Torch/Internal/Managed/Native/Native10.hs:845)
_upsample_nearest_exact3d_backward_tll (src/Torch/Internal/Managed/Native/Native10.hs:852)
sigmoid_backward_out_ttt (src/Torch/Internal/Managed/Native/Native10.hs:859)
sigmoid_backward_tt (src/Torch/Internal/Managed/Native/Native10.hs:865)
logit_backward_out_tttd (src/Torch/Internal/Managed/Native/Native10.hs:873)
logit_backward_out_ttt (src/Torch/Internal/Managed/Native/Native10.hs:880)
logit_backward_ttd (src/Torch/Internal/Managed/Native/Native10.hs:887)
logit_backward_tt (src/Torch/Internal/Managed/Native/Native10.hs:893)
tanh_backward_out_ttt (src/Torch/Internal/Managed/Native/Native10.hs:900)
tanh_backward_tt (src/Torch/Internal/Managed/Native/Native10.hs:906)
slow_conv_transpose2d_out_tttltllll (src/Torch/Internal/Managed/Native/Native10.hs:919)
slow_conv_transpose2d_out_tttltlll (src/Torch/Internal/Managed/Native/Native10.hs:931)
slow_conv_transpose2d_out_tttltll (src/Torch/Internal/Managed/Native/Native10.hs:942)
slow_conv_transpose2d_out_tttltl (src/Torch/Internal/Managed/Native/Native10.hs:952)
slow_conv_transpose2d_out_tttlt (src/Torch/Internal/Managed/Native/Native10.hs:961)
slow_conv_transpose2d_out_tttl (src/Torch/Internal/Managed/Native/Native10.hs:969)
slow_conv_transpose2d_ttltllll (src/Torch/Internal/Managed/Native/Native10.hs:981)
slow_conv_transpose2d_ttltlll (src/Torch/Internal/Managed/Native/Native10.hs:992)
slow_conv_transpose2d_ttltll (src/Torch/Internal/Managed/Native/Native10.hs:1002)
slow_conv_transpose2d_ttltl (src/Torch/Internal/Managed/Native/Native10.hs:1011)
slow_conv_transpose2d_ttlt (src/Torch/Internal/Managed/Native/Native10.hs:1019)
slow_conv_transpose2d_ttl (src/Torch/Internal/Managed/Native/Native10.hs:1026)
slow_conv_transpose3d_out_tttltllll (src/Torch/Internal/Managed/Native/Native10.hs:1039)
slow_conv_transpose3d_out_tttltlll (src/Torch/Internal/Managed/Native/Native10.hs:1051)
slow_conv_transpose3d_out_tttltll (src/Torch/Internal/Managed/Native/Native10.hs:1062)
slow_conv_transpose3d_out_tttltl (src/Torch/Internal/Managed/Native/Native10.hs:1072)
slow_conv_transpose3d_out_tttlt (src/Torch/Internal/Managed/Native/Native10.hs:1081)
slow_conv_transpose3d_out_tttl (src/Torch/Internal/Managed/Native/Native10.hs:1089)
slow_conv_transpose3d_ttltllll (src/Torch/Internal/Managed/Native/Native10.hs:1101)
slow_conv_transpose3d_ttltlll (src/Torch/Internal/Managed/Native/Native10.hs:1112)
slow_conv_transpose3d_ttltll (src/Torch/Internal/Managed/Native/Native10.hs:1122)
slow_conv_transpose3d_ttltl (src/Torch/Internal/Managed/Native/Native10.hs:1131)
slow_conv_transpose3d_ttlt (src/Torch/Internal/Managed/Native/Native10.hs:1139)
slow_conv_transpose3d_ttl (src/Torch/Internal/Managed/Native/Native10.hs:1146)
thnn_conv2d_out_tttltll (src/Torch/Internal/Managed/Native/Native10.hs:1157)
thnn_conv2d_out_tttltl (src/Torch/Internal/Managed/Native/Native10.hs:1167)
thnn_conv2d_out_tttlt (src/Torch/Internal/Managed/Native/Native10.hs:1176)
thnn_conv2d_out_tttl (src/Torch/Internal/Managed/Native/Native10.hs:1184)
thnn_conv2d_ttltll (src/Torch/Internal/Managed/Native/Native10.hs:1194)
thnn_conv2d_ttltl (src/Torch/Internal/Managed/Native/Native10.hs:1203)
thnn_conv2d_ttlt (src/Torch/Internal/Managed/Native/Native10.hs:1211)
thnn_conv2d_ttl (src/Torch/Internal/Managed/Native/Native10.hs:1218)
_slow_conv2d_forward_out_tttltll (src/Torch/Internal/Managed/Native/Native10.hs:1229)
_slow_conv2d_forward_ttltll (src/Torch/Internal/Managed/Native/Native10.hs:1239)
_slow_conv2d_backward_out_ttttttlll (src/Torch/Internal/Managed/Native/Native10.hs:1252)
_slow_conv2d_backward_tttllla (src/Torch/Internal/Managed/Native/Native10.hs:1263)
_conv_depthwise2d_out_tttltlll (src/Torch/Internal/Managed/Native/Native10.hs:1275)
_conv_depthwise2d_ttltlll (src/Torch/Internal/Managed/Native/Native10.hs:1286)
conv_depthwise3d_ttltlll (src/Torch/Internal/Managed/Native/Native10.hs:1297)
slow_conv3d_out_tttltll (src/Torch/Internal/Managed/Native/Native10.hs:1308)
slow_conv3d_out_tttltl (src/Torch/Internal/Managed/Native/Native10.hs:1318)
slow_conv3d_out_tttlt (src/Torch/Internal/Managed/Native/Native10.hs:1327)
slow_conv3d_out_tttl (src/Torch/Internal/Managed/Native/Native10.hs:1335)
slow_conv3d_ttltll (src/Torch/Internal/Managed/Native/Native10.hs:1345)
slow_conv3d_ttltl (src/Torch/Internal/Managed/Native/Native10.hs:1354)
slow_conv3d_ttlt (src/Torch/Internal/Managed/Native/Native10.hs:1362)
slow_conv3d_ttl (src/Torch/Internal/Managed/Native/Native10.hs:1369)
slow_conv3d_forward_out_tttltll (src/Torch/Internal/Managed/Native/Native10.hs:1380)
slow_conv3d_forward_ttltll (src/Torch/Internal/Managed/Native/Native10.hs:1390)
slow_conv_dilated2d_ttltlll (src/Torch/Internal/Managed/Native/Native10.hs:1401)
slow_conv_dilated2d_ttltll (src/Torch/Internal/Managed/Native/Native10.hs:1411)
slow_conv_dilated2d_ttltl (src/Torch/Internal/Managed/Native/Native10.hs:1420)
slow_conv_dilated2d_ttlt (src/Torch/Internal/Managed/Native/Native10.hs:1428)
slow_conv_dilated2d_ttl (src/Torch/Internal/Managed/Native/Native10.hs:1435)
slow_conv_dilated3d_ttltlll (src/Torch/Internal/Managed/Native/Native10.hs:1446)
slow_conv_dilated3d_ttltll (src/Torch/Internal/Managed/Native/Native10.hs:1456)
slow_conv_dilated3d_ttltl (src/Torch/Internal/Managed/Native/Native10.hs:1465)
slow_conv_dilated3d_ttlt (src/Torch/Internal/Managed/Native/Native10.hs:1473)
slow_conv_dilated3d_ttl (src/Torch/Internal/Managed/Native/Native10.hs:1480)
col2im_out_ttlllll (src/Torch/Internal/Managed/Native/Native10.hs:1491)
col2im_tlllll (src/Torch/Internal/Managed/Native/Native10.hs:1501)
column_stack_l (src/Torch/Internal/Managed/Native/Native10.hs:1506)
column_stack_out_tl (src/Torch/Internal/Managed/Native/Native10.hs:1512)
im2col_out_ttllll (src/Torch/Internal/Managed/Native/Native10.hs:1522)
im2col_tllll (src/Torch/Internal/Managed/Native/Native10.hs:1531)
isfinite_t (src/Torch/Internal/Managed/Native/Native10.hs:1536)
isinf_t (src/Torch/Internal/Managed/Native/Native10.hs:1541)
isposinf_t (src/Torch/Internal/Managed/Native/Native10.hs:1546)
isposinf_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1552)
isneginf_t (src/Torch/Internal/Managed/Native/Native10.hs:1557)
isneginf_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1563)
_add_batch_dim_tll (src/Torch/Internal/Managed/Native/Native10.hs:1570)
_remove_batch_dim_tlll (src/Torch/Internal/Managed/Native/Native10.hs:1578)
special_entr_t (src/Torch/Internal/Managed/Native/Native10.hs:1583)
special_entr_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1589)
special_ndtri_t (src/Torch/Internal/Managed/Native/Native10.hs:1594)
special_ndtri_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1600)
special_log_ndtr_t (src/Torch/Internal/Managed/Native/Native10.hs:1605)
special_log_ndtr_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1611)
special_expm1_t (src/Torch/Internal/Managed/Native/Native10.hs:1616)
special_expm1_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1622)
special_exp2_t (src/Torch/Internal/Managed/Native/Native10.hs:1627)
special_exp2_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1633)
special_psi_t (src/Torch/Internal/Managed/Native/Native10.hs:1638)
special_psi_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1644)
special_digamma_t (src/Torch/Internal/Managed/Native/Native10.hs:1649)
special_digamma_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1655)
special_gammaln_t (src/Torch/Internal/Managed/Native/Native10.hs:1660)
special_gammaln_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1666)
special_erf_t (src/Torch/Internal/Managed/Native/Native10.hs:1671)
special_erf_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1677)
special_erfc_t (src/Torch/Internal/Managed/Native/Native10.hs:1682)
special_erfc_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1688)
special_erfcx_t (src/Torch/Internal/Managed/Native/Native10.hs:1693)
special_erfcx_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1699)
special_erfinv_t (src/Torch/Internal/Managed/Native/Native10.hs:1704)
special_erfinv_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1710)
special_ndtr_t (src/Torch/Internal/Managed/Native/Native10.hs:1715)
special_ndtr_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1721)
special_xlog1py_tt (src/Torch/Internal/Managed/Native/Native10.hs:1727)
special_xlog1py_st (src/Torch/Internal/Managed/Native/Native10.hs:1733)
special_xlog1py_ts (src/Torch/Internal/Managed/Native/Native10.hs:1739)
special_xlog1py_out_ttt (src/Torch/Internal/Managed/Native/Native10.hs:1746)
special_xlog1py_out_tst (src/Torch/Internal/Managed/Native/Native10.hs:1753)
special_xlog1py_out_tts (src/Torch/Internal/Managed/Native/Native10.hs:1760)
special_xlogy_tt (src/Torch/Internal/Managed/Native/Native10.hs:1766)
special_xlogy_st (src/Torch/Internal/Managed/Native/Native10.hs:1772)
special_xlogy_ts (src/Torch/Internal/Managed/Native/Native10.hs:1778)
special_xlogy_out_ttt (src/Torch/Internal/Managed/Native/Native10.hs:1785)
special_xlogy_out_tst (src/Torch/Internal/Managed/Native/Native10.hs:1792)
special_xlogy_out_tts (src/Torch/Internal/Managed/Native/Native10.hs:1799)
special_zeta_tt (src/Torch/Internal/Managed/Native/Native10.hs:1805)
special_zeta_st (src/Torch/Internal/Managed/Native/Native10.hs:1811)
special_zeta_ts (src/Torch/Internal/Managed/Native/Native10.hs:1817)
special_zeta_out_ttt (src/Torch/Internal/Managed/Native/Native10.hs:1824)
special_zeta_out_tst (src/Torch/Internal/Managed/Native/Native10.hs:1831)
special_zeta_out_tts (src/Torch/Internal/Managed/Native/Native10.hs:1838)
special_i0_t (src/Torch/Internal/Managed/Native/Native10.hs:1843)
special_i0_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1849)
special_i0e_t (src/Torch/Internal/Managed/Native/Native10.hs:1854)
special_i0e_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1860)
special_i1_t (src/Torch/Internal/Managed/Native/Native10.hs:1865)
special_i1_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1871)
special_i1e_t (src/Torch/Internal/Managed/Native/Native10.hs:1876)
special_i1e_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1882)
special_logit_td (src/Torch/Internal/Managed/Native/Native10.hs:1888)
special_logit_t (src/Torch/Internal/Managed/Native/Native10.hs:1893)
special_logit_out_ttd (src/Torch/Internal/Managed/Native/Native10.hs:1900)
special_logit_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1906)
special_polygamma_lt (src/Torch/Internal/Managed/Native/Native10.hs:1912)
special_polygamma_out_tlt (src/Torch/Internal/Managed/Native/Native10.hs:1919)
special_logsumexp_tlb (src/Torch/Internal/Managed/Native/Native10.hs:1926)
special_logsumexp_tl (src/Torch/Internal/Managed/Native/Native10.hs:1932)
special_logsumexp_out_ttlb (src/Torch/Internal/Managed/Native/Native10.hs:1940)
special_logsumexp_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:1947)
special_expit_t (src/Torch/Internal/Managed/Native/Native10.hs:1952)
special_expit_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1958)
special_sinc_t (src/Torch/Internal/Managed/Native/Native10.hs:1963)
special_sinc_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1969)
special_round_tl (src/Torch/Internal/Managed/Native/Native10.hs:1975)
special_round_t (src/Torch/Internal/Managed/Native/Native10.hs:1980)
special_round_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:1987)
special_round_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:1993)
special_log1p_t (src/Torch/Internal/Managed/Native/Native10.hs:1998)
special_log1p_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:2004)
special_log_softmax_tls (src/Torch/Internal/Managed/Native/Native10.hs:2011)
special_log_softmax_tl (src/Torch/Internal/Managed/Native/Native10.hs:2017)
special_gammainc_out_ttt (src/Torch/Internal/Managed/Native/Native10.hs:2024)
special_gammainc_tt (src/Torch/Internal/Managed/Native/Native10.hs:2030)
special_gammaincc_out_ttt (src/Torch/Internal/Managed/Native/Native10.hs:2037)
special_gammaincc_tt (src/Torch/Internal/Managed/Native/Native10.hs:2043)
special_multigammaln_tl (src/Torch/Internal/Managed/Native/Native10.hs:2049)
special_multigammaln_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:2056)
special_softmax_tls (src/Torch/Internal/Managed/Native/Native10.hs:2063)
special_softmax_tl (src/Torch/Internal/Managed/Native/Native10.hs:2069)
fft_fft_tlls (src/Torch/Internal/Managed/Native/Native10.hs:2077)
fft_fft_tll (src/Torch/Internal/Managed/Native/Native10.hs:2084)
fft_fft_tl (src/Torch/Internal/Managed/Native/Native10.hs:2090)
fft_fft_t (src/Torch/Internal/Managed/Native/Native10.hs:2095)
fft_fft_out_ttlls (src/Torch/Internal/Managed/Native/Native10.hs:2104)
fft_fft_out_ttll (src/Torch/Internal/Managed/Native/Native10.hs:2112)
fft_fft_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:2119)
fft_fft_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:2125)
fft_ifft_tlls (src/Torch/Internal/Managed/Native/Native10.hs:2133)
fft_ifft_tll (src/Torch/Internal/Managed/Native/Native10.hs:2140)
fft_ifft_tl (src/Torch/Internal/Managed/Native/Native10.hs:2146)
fft_ifft_t (src/Torch/Internal/Managed/Native/Native10.hs:2151)
fft_ifft_out_ttlls (src/Torch/Internal/Managed/Native/Native10.hs:2160)
fft_ifft_out_ttll (src/Torch/Internal/Managed/Native/Native10.hs:2168)
fft_ifft_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:2175)
fft_ifft_out_tt (src/Torch/Internal/Managed/Native/Native10.hs:2181)
fft_rfft_tlls (src/Torch/Internal/Managed/Native/Native10.hs:2189)
fft_rfft_tll (src/Torch/Internal/Managed/Native/Native10.hs:2196)
fft_rfft_tl (src/Torch/Internal/Managed/Native/Native10.hs:2202)
fft_rfft_t (src/Torch/Internal/Managed/Native/Native10.hs:2207)
fft_rfft_out_ttlls (src/Torch/Internal/Managed/Native/Native10.hs:2216)
fft_rfft_out_ttll (src/Torch/Internal/Managed/Native/Native10.hs:2224)
fft_rfft_out_ttl (src/Torch/Internal/Managed/Native/Native10.hs:2231)
0% ( 0 /277) in 'Torch.Internal.Unmanaged.Native.Native11'
Missing documentation for:
Module header
fft_rfft_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:35)
fft_irfft_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:47)
fft_irfft_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:60)
fft_irfft_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:71)
fft_irfft_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:80)
fft_irfft_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:92)
fft_irfft_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:107)
fft_irfft_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:120)
fft_irfft_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:131)
fft_hfft_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:143)
fft_hfft_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:156)
fft_hfft_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:167)
fft_hfft_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:176)
fft_hfft_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:188)
fft_hfft_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:203)
fft_hfft_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:216)
fft_hfft_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:227)
fft_ihfft_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:239)
fft_ihfft_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:252)
fft_ihfft_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:263)
fft_ihfft_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:272)
fft_ihfft_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:284)
fft_ihfft_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:299)
fft_ihfft_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:312)
fft_ihfft_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:323)
fft_fft2_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:335)
fft_fft2_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:348)
fft_fft2_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:359)
fft_fft2_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:368)
fft_fft2_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:380)
fft_fft2_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:395)
fft_fft2_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:408)
fft_fft2_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:419)
fft_ifft2_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:431)
fft_ifft2_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:444)
fft_ifft2_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:455)
fft_ifft2_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:464)
fft_ifft2_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:476)
fft_ifft2_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:491)
fft_ifft2_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:504)
fft_ifft2_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:515)
fft_rfft2_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:527)
fft_rfft2_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:540)
fft_rfft2_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:551)
fft_rfft2_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:560)
fft_rfft2_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:572)
fft_rfft2_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:587)
fft_rfft2_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:600)
fft_rfft2_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:611)
fft_irfft2_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:623)
fft_irfft2_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:636)
fft_irfft2_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:647)
fft_irfft2_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:656)
fft_irfft2_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:668)
fft_irfft2_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:683)
fft_irfft2_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:696)
fft_irfft2_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:707)
fft_hfft2_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:719)
fft_hfft2_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:732)
fft_hfft2_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:743)
fft_hfft2_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:752)
fft_hfft2_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:764)
fft_hfft2_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:779)
fft_hfft2_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:792)
fft_hfft2_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:803)
fft_ihfft2_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:815)
fft_ihfft2_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:828)
fft_ihfft2_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:839)
fft_ihfft2_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:848)
fft_ihfft2_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:860)
fft_ihfft2_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:875)
fft_ihfft2_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:888)
fft_ihfft2_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:899)
fft_fftn_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:911)
fft_fftn_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:924)
fft_fftn_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:935)
fft_fftn_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:944)
fft_fftn_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:956)
fft_fftn_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:971)
fft_fftn_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:984)
fft_fftn_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:995)
fft_ifftn_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1007)
fft_ifftn_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1020)
fft_ifftn_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1031)
fft_ifftn_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1040)
fft_ifftn_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1052)
fft_ifftn_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1067)
fft_ifftn_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1080)
fft_ifftn_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1091)
fft_rfftn_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1103)
fft_rfftn_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1116)
fft_rfftn_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1127)
fft_rfftn_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1136)
fft_rfftn_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1148)
fft_rfftn_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1163)
fft_rfftn_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1176)
fft_rfftn_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1187)
fft_irfftn_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1199)
fft_irfftn_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1212)
fft_irfftn_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1223)
fft_irfftn_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1232)
fft_irfftn_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1244)
fft_irfftn_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1259)
fft_irfftn_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1272)
fft_irfftn_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1283)
fft_hfftn_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1295)
fft_hfftn_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1308)
fft_hfftn_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1319)
fft_hfftn_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1328)
fft_hfftn_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1340)
fft_hfftn_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1355)
fft_hfftn_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1368)
fft_hfftn_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1379)
fft_ihfftn_tlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1391)
fft_ihfftn_tll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1404)
fft_ihfftn_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1415)
fft_ihfftn_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1424)
fft_ihfftn_out_ttlls (src/Torch/Internal/Unmanaged/Native/Native11.hs:1436)
fft_ihfftn_out_ttll (src/Torch/Internal/Unmanaged/Native/Native11.hs:1451)
fft_ihfftn_out_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1464)
fft_ihfftn_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1475)
fft_fftfreq_ldo (src/Torch/Internal/Unmanaged/Native/Native11.hs:1486)
fft_fftfreq_ld (src/Torch/Internal/Unmanaged/Native/Native11.hs:1497)
fft_fftfreq_l (src/Torch/Internal/Unmanaged/Native/Native11.hs:1506)
fft_fftfreq_out_tld (src/Torch/Internal/Unmanaged/Native/Native11.hs:1516)
fft_fftfreq_out_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1527)
fft_rfftfreq_ldo (src/Torch/Internal/Unmanaged/Native/Native11.hs:1538)
fft_rfftfreq_ld (src/Torch/Internal/Unmanaged/Native/Native11.hs:1549)
fft_rfftfreq_l (src/Torch/Internal/Unmanaged/Native/Native11.hs:1558)
fft_rfftfreq_out_tld (src/Torch/Internal/Unmanaged/Native/Native11.hs:1568)
fft_rfftfreq_out_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1579)
fft_fftshift_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1589)
fft_fftshift_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1598)
fft_ifftshift_tl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1607)
fft_ifftshift_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1616)
linalg_cholesky_ex_tbb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1626)
linalg_cholesky_ex_tb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1637)
linalg_cholesky_ex_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1646)
linalg_cholesky_ex_out_tttbb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1658)
linalg_cholesky_ex_out_tttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1673)
linalg_cholesky_ex_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1686)
linalg_cholesky_tb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1697)
linalg_cholesky_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1706)
linalg_cholesky_out_ttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1716)
linalg_cholesky_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1727)
linalg_cross_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1738)
linalg_cross_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1749)
linalg_cross_out_tttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:1761)
linalg_cross_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1774)
linalg_lu_factor_tb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1785)
linalg_lu_factor_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1794)
linalg_lu_factor_out_tttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1805)
linalg_lu_factor_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1818)
linalg_lu_factor_ex_tbb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1830)
linalg_lu_factor_ex_tb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1841)
linalg_lu_factor_ex_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1850)
linalg_lu_factor_ex_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1863)
linalg_lu_factor_ex_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1880)
linalg_lu_factor_ex_out_tttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1895)
linalg_lu_tb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1907)
linalg_lu_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:1916)
linalg_lu_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1928)
linalg_lu_out_tttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1943)
linalg_lu_solve_tttbb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1958)
linalg_lu_solve_tttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:1973)
linalg_lu_solve_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:1986)
linalg_lu_solve_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2001)
linalg_lu_solve_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2018)
linalg_lu_solve_out_tttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2033)
_linalg_det_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2044)
_linalg_det_out_tttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2055)
linalg_det_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2066)
linalg_det_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2075)
det_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2084)
linalg_ldl_factor_ex_tbb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2094)
linalg_ldl_factor_ex_tb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2105)
linalg_ldl_factor_ex_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2114)
linalg_ldl_factor_ex_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2127)
linalg_ldl_factor_ex_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2144)
linalg_ldl_factor_ex_out_tttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2159)
linalg_ldl_factor_tb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2171)
linalg_ldl_factor_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2180)
linalg_ldl_factor_out_tttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2191)
linalg_ldl_factor_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2204)
linalg_ldl_solve_tttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2217)
linalg_ldl_solve_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2230)
linalg_ldl_solve_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2244)
linalg_ldl_solve_out_tttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2259)
linalg_lstsq_ttds (src/Torch/Internal/Unmanaged/Native/Native11.hs:2273)
linalg_lstsq_ttd (src/Torch/Internal/Unmanaged/Native/Native11.hs:2286)
linalg_lstsq_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2297)
linalg_lstsq_out_ttttttds (src/Torch/Internal/Unmanaged/Native/Native11.hs:2313)
linalg_lstsq_out_ttttttd (src/Torch/Internal/Unmanaged/Native/Native11.hs:2334)
linalg_lstsq_out_tttttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2353)
linalg_matmul_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2367)
linalg_matmul_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2378)
linalg_vecdot_ttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:2390)
linalg_vecdot_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2401)
linalg_vecdot_out_tttl (src/Torch/Internal/Unmanaged/Native/Native11.hs:2413)
linalg_vecdot_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2426)
linalg_matrix_exp_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2436)
_linalg_slogdet_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2444)
_linalg_slogdet_out_ttttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2456)
linalg_slogdet_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2468)
linalg_slogdet_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2478)
slogdet_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2488)
slogdet_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2498)
logdet_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2508)
linalg_eig_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2516)
linalg_eig_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2526)
linalg_eigvals_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2536)
linalg_eigvals_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2545)
_linalg_eigh_tsb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2556)
_linalg_eigh_ts (src/Torch/Internal/Unmanaged/Native/Native11.hs:2567)
_linalg_eigh_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2576)
_linalg_eigh_out_tttsb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2588)
_linalg_eigh_out_ttts (src/Torch/Internal/Unmanaged/Native/Native11.hs:2603)
_linalg_eigh_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2616)
linalg_eigh_ts (src/Torch/Internal/Unmanaged/Native/Native11.hs:2627)
linalg_eigh_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2636)
linalg_eigh_out_ttts (src/Torch/Internal/Unmanaged/Native/Native11.hs:2647)
linalg_eigh_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2660)
linalg_eigvalsh_ts (src/Torch/Internal/Unmanaged/Native/Native11.hs:2671)
linalg_eigvalsh_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2680)
linalg_eigvalsh_out_tts (src/Torch/Internal/Unmanaged/Native/Native11.hs:2690)
linalg_eigvalsh_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2701)
linalg_householder_product_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2711)
linalg_householder_product_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2722)
linalg_inv_ex_tb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2733)
linalg_inv_ex_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2742)
linalg_inv_ex_out_tttb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2753)
linalg_inv_ex_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2766)
linalg_inv_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2776)
linalg_inv_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2785)
inverse_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2794)
inverse_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2803)
inner_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2813)
inner_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2824)
outer_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2835)
outer_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2846)
ger_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2857)
ger_out_ttt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2868)
linalg_norm_tslbs (src/Torch/Internal/Unmanaged/Native/Native11.hs:2882)
linalg_norm_tslb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2897)
linalg_norm_tsl (src/Torch/Internal/Unmanaged/Native/Native11.hs:2910)
linalg_norm_ts (src/Torch/Internal/Unmanaged/Native/Native11.hs:2921)
linalg_norm_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:2930)
linalg_norm_out_ttslbs (src/Torch/Internal/Unmanaged/Native/Native11.hs:2943)
linalg_norm_out_ttslb (src/Torch/Internal/Unmanaged/Native/Native11.hs:2960)
linalg_norm_out_ttsl (src/Torch/Internal/Unmanaged/Native/Native11.hs:2975)
linalg_norm_out_tts (src/Torch/Internal/Unmanaged/Native/Native11.hs:2988)
linalg_norm_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:2999)
linalg_vector_norm_tslbs (src/Torch/Internal/Unmanaged/Native/Native11.hs:3012)
linalg_vector_norm_tslb (src/Torch/Internal/Unmanaged/Native/Native11.hs:3027)
linalg_vector_norm_tsl (src/Torch/Internal/Unmanaged/Native/Native11.hs:3040)
linalg_vector_norm_ts (src/Torch/Internal/Unmanaged/Native/Native11.hs:3051)
linalg_vector_norm_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:3060)
linalg_vector_norm_out_ttslbs (src/Torch/Internal/Unmanaged/Native/Native11.hs:3073)
linalg_vector_norm_out_ttslb (src/Torch/Internal/Unmanaged/Native/Native11.hs:3090)
linalg_vector_norm_out_ttsl (src/Torch/Internal/Unmanaged/Native/Native11.hs:3105)
linalg_vector_norm_out_tts (src/Torch/Internal/Unmanaged/Native/Native11.hs:3118)
linalg_vector_norm_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:3129)
linalg_matrix_norm_tslbs (src/Torch/Internal/Unmanaged/Native/Native11.hs:3142)
linalg_matrix_norm_tslb (src/Torch/Internal/Unmanaged/Native/Native11.hs:3157)
linalg_matrix_norm_tsl (src/Torch/Internal/Unmanaged/Native/Native11.hs:3170)
linalg_matrix_norm_ts (src/Torch/Internal/Unmanaged/Native/Native11.hs:3181)
linalg_matrix_norm_out_ttslbs (src/Torch/Internal/Unmanaged/Native/Native11.hs:3195)
linalg_matrix_norm_out_ttslb (src/Torch/Internal/Unmanaged/Native/Native11.hs:3212)
linalg_matrix_norm_out_ttsl (src/Torch/Internal/Unmanaged/Native/Native11.hs:3227)
linalg_matrix_norm_out_tts (src/Torch/Internal/Unmanaged/Native/Native11.hs:3240)
linalg_matrix_norm_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:3250)
linalg_matrix_norm_out_tt (src/Torch/Internal/Unmanaged/Native/Native11.hs:3259)
_linalg_svd_tbbs (src/Torch/Internal/Unmanaged/Native/Native11.hs:3271)
_linalg_svd_tbb (src/Torch/Internal/Unmanaged/Native/Native11.hs:3284)
_linalg_svd_tb (src/Torch/Internal/Unmanaged/Native/Native11.hs:3295)
_linalg_svd_t (src/Torch/Internal/Unmanaged/Native/Native11.hs:3304)
0% ( 0 /277) in 'Torch.Internal.Managed.Native.Native11'
Missing documentation for:
Module header
fft_rfft_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:28)
fft_irfft_tlls (src/Torch/Internal/Managed/Native/Native11.hs:36)
fft_irfft_tll (src/Torch/Internal/Managed/Native/Native11.hs:43)
fft_irfft_tl (src/Torch/Internal/Managed/Native/Native11.hs:49)
fft_irfft_t (src/Torch/Internal/Managed/Native/Native11.hs:54)
fft_irfft_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:63)
fft_irfft_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:71)
fft_irfft_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:78)
fft_irfft_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:84)
fft_hfft_tlls (src/Torch/Internal/Managed/Native/Native11.hs:92)
fft_hfft_tll (src/Torch/Internal/Managed/Native/Native11.hs:99)
fft_hfft_tl (src/Torch/Internal/Managed/Native/Native11.hs:105)
fft_hfft_t (src/Torch/Internal/Managed/Native/Native11.hs:110)
fft_hfft_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:119)
fft_hfft_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:127)
fft_hfft_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:134)
fft_hfft_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:140)
fft_ihfft_tlls (src/Torch/Internal/Managed/Native/Native11.hs:148)
fft_ihfft_tll (src/Torch/Internal/Managed/Native/Native11.hs:155)
fft_ihfft_tl (src/Torch/Internal/Managed/Native/Native11.hs:161)
fft_ihfft_t (src/Torch/Internal/Managed/Native/Native11.hs:166)
fft_ihfft_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:175)
fft_ihfft_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:183)
fft_ihfft_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:190)
fft_ihfft_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:196)
fft_fft2_tlls (src/Torch/Internal/Managed/Native/Native11.hs:204)
fft_fft2_tll (src/Torch/Internal/Managed/Native/Native11.hs:211)
fft_fft2_tl (src/Torch/Internal/Managed/Native/Native11.hs:217)
fft_fft2_t (src/Torch/Internal/Managed/Native/Native11.hs:222)
fft_fft2_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:231)
fft_fft2_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:239)
fft_fft2_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:246)
fft_fft2_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:252)
fft_ifft2_tlls (src/Torch/Internal/Managed/Native/Native11.hs:260)
fft_ifft2_tll (src/Torch/Internal/Managed/Native/Native11.hs:267)
fft_ifft2_tl (src/Torch/Internal/Managed/Native/Native11.hs:273)
fft_ifft2_t (src/Torch/Internal/Managed/Native/Native11.hs:278)
fft_ifft2_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:287)
fft_ifft2_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:295)
fft_ifft2_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:302)
fft_ifft2_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:308)
fft_rfft2_tlls (src/Torch/Internal/Managed/Native/Native11.hs:316)
fft_rfft2_tll (src/Torch/Internal/Managed/Native/Native11.hs:323)
fft_rfft2_tl (src/Torch/Internal/Managed/Native/Native11.hs:329)
fft_rfft2_t (src/Torch/Internal/Managed/Native/Native11.hs:334)
fft_rfft2_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:343)
fft_rfft2_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:351)
fft_rfft2_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:358)
fft_rfft2_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:364)
fft_irfft2_tlls (src/Torch/Internal/Managed/Native/Native11.hs:372)
fft_irfft2_tll (src/Torch/Internal/Managed/Native/Native11.hs:379)
fft_irfft2_tl (src/Torch/Internal/Managed/Native/Native11.hs:385)
fft_irfft2_t (src/Torch/Internal/Managed/Native/Native11.hs:390)
fft_irfft2_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:399)
fft_irfft2_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:407)
fft_irfft2_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:414)
fft_irfft2_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:420)
fft_hfft2_tlls (src/Torch/Internal/Managed/Native/Native11.hs:428)
fft_hfft2_tll (src/Torch/Internal/Managed/Native/Native11.hs:435)
fft_hfft2_tl (src/Torch/Internal/Managed/Native/Native11.hs:441)
fft_hfft2_t (src/Torch/Internal/Managed/Native/Native11.hs:446)
fft_hfft2_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:455)
fft_hfft2_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:463)
fft_hfft2_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:470)
fft_hfft2_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:476)
fft_ihfft2_tlls (src/Torch/Internal/Managed/Native/Native11.hs:484)
fft_ihfft2_tll (src/Torch/Internal/Managed/Native/Native11.hs:491)
fft_ihfft2_tl (src/Torch/Internal/Managed/Native/Native11.hs:497)
fft_ihfft2_t (src/Torch/Internal/Managed/Native/Native11.hs:502)
fft_ihfft2_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:511)
fft_ihfft2_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:519)
fft_ihfft2_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:526)
fft_ihfft2_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:532)
fft_fftn_tlls (src/Torch/Internal/Managed/Native/Native11.hs:540)
fft_fftn_tll (src/Torch/Internal/Managed/Native/Native11.hs:547)
fft_fftn_tl (src/Torch/Internal/Managed/Native/Native11.hs:553)
fft_fftn_t (src/Torch/Internal/Managed/Native/Native11.hs:558)
fft_fftn_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:567)
fft_fftn_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:575)
fft_fftn_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:582)
fft_fftn_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:588)
fft_ifftn_tlls (src/Torch/Internal/Managed/Native/Native11.hs:596)
fft_ifftn_tll (src/Torch/Internal/Managed/Native/Native11.hs:603)
fft_ifftn_tl (src/Torch/Internal/Managed/Native/Native11.hs:609)
fft_ifftn_t (src/Torch/Internal/Managed/Native/Native11.hs:614)
fft_ifftn_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:623)
fft_ifftn_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:631)
fft_ifftn_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:638)
fft_ifftn_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:644)
fft_rfftn_tlls (src/Torch/Internal/Managed/Native/Native11.hs:652)
fft_rfftn_tll (src/Torch/Internal/Managed/Native/Native11.hs:659)
fft_rfftn_tl (src/Torch/Internal/Managed/Native/Native11.hs:665)
fft_rfftn_t (src/Torch/Internal/Managed/Native/Native11.hs:670)
fft_rfftn_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:679)
fft_rfftn_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:687)
fft_rfftn_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:694)
fft_rfftn_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:700)
fft_irfftn_tlls (src/Torch/Internal/Managed/Native/Native11.hs:708)
fft_irfftn_tll (src/Torch/Internal/Managed/Native/Native11.hs:715)
fft_irfftn_tl (src/Torch/Internal/Managed/Native/Native11.hs:721)
fft_irfftn_t (src/Torch/Internal/Managed/Native/Native11.hs:726)
fft_irfftn_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:735)
fft_irfftn_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:743)
fft_irfftn_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:750)
fft_irfftn_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:756)
fft_hfftn_tlls (src/Torch/Internal/Managed/Native/Native11.hs:764)
fft_hfftn_tll (src/Torch/Internal/Managed/Native/Native11.hs:771)
fft_hfftn_tl (src/Torch/Internal/Managed/Native/Native11.hs:777)
fft_hfftn_t (src/Torch/Internal/Managed/Native/Native11.hs:782)
fft_hfftn_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:791)
fft_hfftn_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:799)
fft_hfftn_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:806)
fft_hfftn_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:812)
fft_ihfftn_tlls (src/Torch/Internal/Managed/Native/Native11.hs:820)
fft_ihfftn_tll (src/Torch/Internal/Managed/Native/Native11.hs:827)
fft_ihfftn_tl (src/Torch/Internal/Managed/Native/Native11.hs:833)
fft_ihfftn_t (src/Torch/Internal/Managed/Native/Native11.hs:838)
fft_ihfftn_out_ttlls (src/Torch/Internal/Managed/Native/Native11.hs:847)
fft_ihfftn_out_ttll (src/Torch/Internal/Managed/Native/Native11.hs:855)
fft_ihfftn_out_ttl (src/Torch/Internal/Managed/Native/Native11.hs:862)
fft_ihfftn_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:868)
fft_fftfreq_ldo (src/Torch/Internal/Managed/Native/Native11.hs:875)
fft_fftfreq_ld (src/Torch/Internal/Managed/Native/Native11.hs:881)
fft_fftfreq_l (src/Torch/Internal/Managed/Native/Native11.hs:886)
fft_fftfreq_out_tld (src/Torch/Internal/Managed/Native/Native11.hs:893)
fft_fftfreq_out_tl (src/Torch/Internal/Managed/Native/Native11.hs:899)
fft_rfftfreq_ldo (src/Torch/Internal/Managed/Native/Native11.hs:906)
fft_rfftfreq_ld (src/Torch/Internal/Managed/Native/Native11.hs:912)
fft_rfftfreq_l (src/Torch/Internal/Managed/Native/Native11.hs:917)
fft_rfftfreq_out_tld (src/Torch/Internal/Managed/Native/Native11.hs:924)
fft_rfftfreq_out_tl (src/Torch/Internal/Managed/Native/Native11.hs:930)
fft_fftshift_tl (src/Torch/Internal/Managed/Native/Native11.hs:936)
fft_fftshift_t (src/Torch/Internal/Managed/Native/Native11.hs:941)
fft_ifftshift_tl (src/Torch/Internal/Managed/Native/Native11.hs:947)
fft_ifftshift_t (src/Torch/Internal/Managed/Native/Native11.hs:952)
linalg_cholesky_ex_tbb (src/Torch/Internal/Managed/Native/Native11.hs:959)
linalg_cholesky_ex_tb (src/Torch/Internal/Managed/Native/Native11.hs:965)
linalg_cholesky_ex_t (src/Torch/Internal/Managed/Native/Native11.hs:970)
linalg_cholesky_ex_out_tttbb (src/Torch/Internal/Managed/Native/Native11.hs:979)
linalg_cholesky_ex_out_tttb (src/Torch/Internal/Managed/Native/Native11.hs:987)
linalg_cholesky_ex_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:994)
linalg_cholesky_tb (src/Torch/Internal/Managed/Native/Native11.hs:1000)
linalg_cholesky_t (src/Torch/Internal/Managed/Native/Native11.hs:1005)
linalg_cholesky_out_ttb (src/Torch/Internal/Managed/Native/Native11.hs:1012)
linalg_cholesky_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:1018)
linalg_cross_ttl (src/Torch/Internal/Managed/Native/Native11.hs:1025)
linalg_cross_tt (src/Torch/Internal/Managed/Native/Native11.hs:1031)
linalg_cross_out_tttl (src/Torch/Internal/Managed/Native/Native11.hs:1039)
linalg_cross_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1046)
linalg_lu_factor_tb (src/Torch/Internal/Managed/Native/Native11.hs:1052)
linalg_lu_factor_t (src/Torch/Internal/Managed/Native/Native11.hs:1057)
linalg_lu_factor_out_tttb (src/Torch/Internal/Managed/Native/Native11.hs:1065)
linalg_lu_factor_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1072)
linalg_lu_factor_ex_tbb (src/Torch/Internal/Managed/Native/Native11.hs:1079)
linalg_lu_factor_ex_tb (src/Torch/Internal/Managed/Native/Native11.hs:1085)
linalg_lu_factor_ex_t (src/Torch/Internal/Managed/Native/Native11.hs:1090)
linalg_lu_factor_ex_out_ttttbb (src/Torch/Internal/Managed/Native/Native11.hs:1100)
linalg_lu_factor_ex_out_ttttb (src/Torch/Internal/Managed/Native/Native11.hs:1109)
linalg_lu_factor_ex_out_tttt (src/Torch/Internal/Managed/Native/Native11.hs:1117)
linalg_lu_tb (src/Torch/Internal/Managed/Native/Native11.hs:1123)
linalg_lu_t (src/Torch/Internal/Managed/Native/Native11.hs:1128)
linalg_lu_out_ttttb (src/Torch/Internal/Managed/Native/Native11.hs:1137)
linalg_lu_out_tttt (src/Torch/Internal/Managed/Native/Native11.hs:1145)
linalg_lu_solve_tttbb (src/Torch/Internal/Managed/Native/Native11.hs:1154)
linalg_lu_solve_tttb (src/Torch/Internal/Managed/Native/Native11.hs:1162)
linalg_lu_solve_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1169)
linalg_lu_solve_out_ttttbb (src/Torch/Internal/Managed/Native/Native11.hs:1179)
linalg_lu_solve_out_ttttb (src/Torch/Internal/Managed/Native/Native11.hs:1188)
linalg_lu_solve_out_tttt (src/Torch/Internal/Managed/Native/Native11.hs:1196)
_linalg_det_t (src/Torch/Internal/Managed/Native/Native11.hs:1201)
_linalg_det_out_tttt (src/Torch/Internal/Managed/Native/Native11.hs:1209)
linalg_det_t (src/Torch/Internal/Managed/Native/Native11.hs:1214)
linalg_det_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:1220)
det_t (src/Torch/Internal/Managed/Native/Native11.hs:1225)
linalg_ldl_factor_ex_tbb (src/Torch/Internal/Managed/Native/Native11.hs:1232)
linalg_ldl_factor_ex_tb (src/Torch/Internal/Managed/Native/Native11.hs:1238)
linalg_ldl_factor_ex_t (src/Torch/Internal/Managed/Native/Native11.hs:1243)
linalg_ldl_factor_ex_out_ttttbb (src/Torch/Internal/Managed/Native/Native11.hs:1253)
linalg_ldl_factor_ex_out_ttttb (src/Torch/Internal/Managed/Native/Native11.hs:1262)
linalg_ldl_factor_ex_out_tttt (src/Torch/Internal/Managed/Native/Native11.hs:1270)
linalg_ldl_factor_tb (src/Torch/Internal/Managed/Native/Native11.hs:1276)
linalg_ldl_factor_t (src/Torch/Internal/Managed/Native/Native11.hs:1281)
linalg_ldl_factor_out_tttb (src/Torch/Internal/Managed/Native/Native11.hs:1289)
linalg_ldl_factor_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1296)
linalg_ldl_solve_tttb (src/Torch/Internal/Managed/Native/Native11.hs:1304)
linalg_ldl_solve_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1311)
linalg_ldl_solve_out_ttttb (src/Torch/Internal/Managed/Native/Native11.hs:1320)
linalg_ldl_solve_out_tttt (src/Torch/Internal/Managed/Native/Native11.hs:1328)
linalg_lstsq_ttds (src/Torch/Internal/Managed/Native/Native11.hs:1336)
linalg_lstsq_ttd (src/Torch/Internal/Managed/Native/Native11.hs:1343)
linalg_lstsq_tt (src/Torch/Internal/Managed/Native/Native11.hs:1349)
linalg_lstsq_out_ttttttds (src/Torch/Internal/Managed/Native/Native11.hs:1361)
linalg_lstsq_out_ttttttd (src/Torch/Internal/Managed/Native/Native11.hs:1372)
linalg_lstsq_out_tttttt (src/Torch/Internal/Managed/Native/Native11.hs:1382)
linalg_matmul_tt (src/Torch/Internal/Managed/Native/Native11.hs:1388)
linalg_matmul_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1395)
linalg_vecdot_ttl (src/Torch/Internal/Managed/Native/Native11.hs:1402)
linalg_vecdot_tt (src/Torch/Internal/Managed/Native/Native11.hs:1408)
linalg_vecdot_out_tttl (src/Torch/Internal/Managed/Native/Native11.hs:1416)
linalg_vecdot_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1423)
linalg_matrix_exp_t (src/Torch/Internal/Managed/Native/Native11.hs:1428)
_linalg_slogdet_t (src/Torch/Internal/Managed/Native/Native11.hs:1433)
_linalg_slogdet_out_ttttt (src/Torch/Internal/Managed/Native/Native11.hs:1442)
linalg_slogdet_t (src/Torch/Internal/Managed/Native/Native11.hs:1447)
linalg_slogdet_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1454)
slogdet_t (src/Torch/Internal/Managed/Native/Native11.hs:1459)
slogdet_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1466)
logdet_t (src/Torch/Internal/Managed/Native/Native11.hs:1471)
linalg_eig_t (src/Torch/Internal/Managed/Native/Native11.hs:1476)
linalg_eig_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1483)
linalg_eigvals_t (src/Torch/Internal/Managed/Native/Native11.hs:1488)
linalg_eigvals_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:1494)
_linalg_eigh_tsb (src/Torch/Internal/Managed/Native/Native11.hs:1501)
_linalg_eigh_ts (src/Torch/Internal/Managed/Native/Native11.hs:1507)
_linalg_eigh_t (src/Torch/Internal/Managed/Native/Native11.hs:1512)
_linalg_eigh_out_tttsb (src/Torch/Internal/Managed/Native/Native11.hs:1521)
_linalg_eigh_out_ttts (src/Torch/Internal/Managed/Native/Native11.hs:1529)
_linalg_eigh_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1536)
linalg_eigh_ts (src/Torch/Internal/Managed/Native/Native11.hs:1542)
linalg_eigh_t (src/Torch/Internal/Managed/Native/Native11.hs:1547)
linalg_eigh_out_ttts (src/Torch/Internal/Managed/Native/Native11.hs:1555)
linalg_eigh_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1562)
linalg_eigvalsh_ts (src/Torch/Internal/Managed/Native/Native11.hs:1568)
linalg_eigvalsh_t (src/Torch/Internal/Managed/Native/Native11.hs:1573)
linalg_eigvalsh_out_tts (src/Torch/Internal/Managed/Native/Native11.hs:1580)
linalg_eigvalsh_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:1586)
linalg_householder_product_tt (src/Torch/Internal/Managed/Native/Native11.hs:1592)
linalg_householder_product_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1599)
linalg_inv_ex_tb (src/Torch/Internal/Managed/Native/Native11.hs:1605)
linalg_inv_ex_t (src/Torch/Internal/Managed/Native/Native11.hs:1610)
linalg_inv_ex_out_tttb (src/Torch/Internal/Managed/Native/Native11.hs:1618)
linalg_inv_ex_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1625)
linalg_inv_t (src/Torch/Internal/Managed/Native/Native11.hs:1630)
linalg_inv_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:1636)
inverse_t (src/Torch/Internal/Managed/Native/Native11.hs:1641)
inverse_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:1647)
inner_tt (src/Torch/Internal/Managed/Native/Native11.hs:1653)
inner_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1660)
outer_tt (src/Torch/Internal/Managed/Native/Native11.hs:1666)
outer_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1673)
ger_tt (src/Torch/Internal/Managed/Native/Native11.hs:1679)
ger_out_ttt (src/Torch/Internal/Managed/Native/Native11.hs:1686)
linalg_norm_tslbs (src/Torch/Internal/Managed/Native/Native11.hs:1695)
linalg_norm_tslb (src/Torch/Internal/Managed/Native/Native11.hs:1703)
linalg_norm_tsl (src/Torch/Internal/Managed/Native/Native11.hs:1710)
linalg_norm_ts (src/Torch/Internal/Managed/Native/Native11.hs:1716)
linalg_norm_t (src/Torch/Internal/Managed/Native/Native11.hs:1721)
linalg_norm_out_ttslbs (src/Torch/Internal/Managed/Native/Native11.hs:1731)
linalg_norm_out_ttslb (src/Torch/Internal/Managed/Native/Native11.hs:1740)
linalg_norm_out_ttsl (src/Torch/Internal/Managed/Native/Native11.hs:1748)
linalg_norm_out_tts (src/Torch/Internal/Managed/Native/Native11.hs:1755)
linalg_norm_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:1761)
linalg_vector_norm_tslbs (src/Torch/Internal/Managed/Native/Native11.hs:1770)
linalg_vector_norm_tslb (src/Torch/Internal/Managed/Native/Native11.hs:1778)
linalg_vector_norm_tsl (src/Torch/Internal/Managed/Native/Native11.hs:1785)
linalg_vector_norm_ts (src/Torch/Internal/Managed/Native/Native11.hs:1791)
linalg_vector_norm_t (src/Torch/Internal/Managed/Native/Native11.hs:1796)
linalg_vector_norm_out_ttslbs (src/Torch/Internal/Managed/Native/Native11.hs:1806)
linalg_vector_norm_out_ttslb (src/Torch/Internal/Managed/Native/Native11.hs:1815)
linalg_vector_norm_out_ttsl (src/Torch/Internal/Managed/Native/Native11.hs:1823)
linalg_vector_norm_out_tts (src/Torch/Internal/Managed/Native/Native11.hs:1830)
linalg_vector_norm_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:1836)
linalg_matrix_norm_tslbs (src/Torch/Internal/Managed/Native/Native11.hs:1845)
linalg_matrix_norm_tslb (src/Torch/Internal/Managed/Native/Native11.hs:1853)
linalg_matrix_norm_tsl (src/Torch/Internal/Managed/Native/Native11.hs:1860)
linalg_matrix_norm_ts (src/Torch/Internal/Managed/Native/Native11.hs:1866)
linalg_matrix_norm_out_ttslbs (src/Torch/Internal/Managed/Native/Native11.hs:1876)
linalg_matrix_norm_out_ttslb (src/Torch/Internal/Managed/Native/Native11.hs:1885)
linalg_matrix_norm_out_ttsl (src/Torch/Internal/Managed/Native/Native11.hs:1893)
linalg_matrix_norm_out_tts (src/Torch/Internal/Managed/Native/Native11.hs:1900)
linalg_matrix_norm_t (src/Torch/Internal/Managed/Native/Native11.hs:1905)
linalg_matrix_norm_out_tt (src/Torch/Internal/Managed/Native/Native11.hs:1911)
_linalg_svd_tbbs (src/Torch/Internal/Managed/Native/Native11.hs:1919)
_linalg_svd_tbb (src/Torch/Internal/Managed/Native/Native11.hs:1926)
_linalg_svd_tb (src/Torch/Internal/Managed/Native/Native11.hs:1932)
_linalg_svd_t (src/Torch/Internal/Managed/Native/Native11.hs:1937)
0% ( 0 /236) in 'Torch.Internal.Unmanaged.Native.Native12'
Missing documentation for:
Module header
_linalg_svd_out_ttttbbs (src/Torch/Internal/Unmanaged/Native/Native12.hs:40)
_linalg_svd_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native12.hs:59)
_linalg_svd_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:76)
_linalg_svd_out_tttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:91)
linalg_svd_tbs (src/Torch/Internal/Unmanaged/Native/Native12.hs:104)
linalg_svd_tb (src/Torch/Internal/Unmanaged/Native/Native12.hs:115)
linalg_svd_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:124)
linalg_svd_out_ttttbs (src/Torch/Internal/Unmanaged/Native/Native12.hs:137)
linalg_svd_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:154)
linalg_svd_out_tttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:169)
linalg_svdvals_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:181)
linalg_svdvals_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:190)
linalg_svdvals_out_tts (src/Torch/Internal/Unmanaged/Native/Native12.hs:200)
linalg_svdvals_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:211)
linalg_cond_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:221)
linalg_cond_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:230)
linalg_cond_out_tts (src/Torch/Internal/Unmanaged/Native/Native12.hs:240)
linalg_cond_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:251)
linalg_pinv_tttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:263)
linalg_pinv_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:276)
linalg_pinv_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:287)
linalg_pinv_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:296)
linalg_pinv_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:308)
linalg_pinv_out_tttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:323)
linalg_pinv_out_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:336)
linalg_pinv_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:347)
linalg_pinv_tddb (src/Torch/Internal/Unmanaged/Native/Native12.hs:359)
linalg_pinv_tdd (src/Torch/Internal/Unmanaged/Native/Native12.hs:372)
linalg_pinv_td (src/Torch/Internal/Unmanaged/Native/Native12.hs:383)
linalg_pinv_out_ttddb (src/Torch/Internal/Unmanaged/Native/Native12.hs:396)
linalg_pinv_out_ttdd (src/Torch/Internal/Unmanaged/Native/Native12.hs:411)
linalg_pinv_out_ttd (src/Torch/Internal/Unmanaged/Native/Native12.hs:424)
linalg_pinv_tdb (src/Torch/Internal/Unmanaged/Native/Native12.hs:436)
linalg_pinv_ttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:448)
linalg_pinv_out_ttdb (src/Torch/Internal/Unmanaged/Native/Native12.hs:461)
linalg_pinv_out_tttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:475)
_linalg_solve_ex_ttbb (src/Torch/Internal/Unmanaged/Native/Native12.hs:489)
_linalg_solve_ex_ttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:502)
_linalg_solve_ex_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:513)
_linalg_solve_ex_out_ttttttbb (src/Torch/Internal/Unmanaged/Native/Native12.hs:529)
_linalg_solve_ex_out_ttttttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:550)
_linalg_solve_ex_out_tttttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:569)
linalg_solve_ex_ttbb (src/Torch/Internal/Unmanaged/Native/Native12.hs:585)
linalg_solve_ex_ttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:598)
linalg_solve_ex_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:609)
linalg_solve_ex_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native12.hs:623)
linalg_solve_ex_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:640)
linalg_solve_ex_out_tttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:655)
linalg_solve_ttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:668)
linalg_solve_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:679)
linalg_solve_out_tttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:691)
linalg_solve_out_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:704)
linalg_tensorinv_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:715)
linalg_tensorinv_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:724)
linalg_tensorinv_out_ttl (src/Torch/Internal/Unmanaged/Native/Native12.hs:734)
linalg_tensorinv_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:745)
linalg_tensorsolve_ttl (src/Torch/Internal/Unmanaged/Native/Native12.hs:756)
linalg_tensorsolve_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:767)
linalg_tensorsolve_out_tttl (src/Torch/Internal/Unmanaged/Native/Native12.hs:779)
linalg_tensorsolve_out_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:792)
linalg_qr_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:803)
linalg_qr_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:812)
linalg_qr_out_ttts (src/Torch/Internal/Unmanaged/Native/Native12.hs:823)
linalg_qr_out_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:836)
linalg_matrix_power_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:847)
linalg_matrix_power_out_ttl (src/Torch/Internal/Unmanaged/Native/Native12.hs:858)
linalg_matrix_rank_tttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:871)
linalg_matrix_rank_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:884)
linalg_matrix_rank_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:895)
linalg_matrix_rank_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:904)
linalg_matrix_rank_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:916)
linalg_matrix_rank_out_tttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:931)
linalg_matrix_rank_out_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:944)
linalg_matrix_rank_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:955)
linalg_matrix_rank_tddb (src/Torch/Internal/Unmanaged/Native/Native12.hs:967)
linalg_matrix_rank_tdd (src/Torch/Internal/Unmanaged/Native/Native12.hs:980)
linalg_matrix_rank_td (src/Torch/Internal/Unmanaged/Native/Native12.hs:991)
linalg_matrix_rank_out_ttddb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1004)
linalg_matrix_rank_out_ttdd (src/Torch/Internal/Unmanaged/Native/Native12.hs:1019)
linalg_matrix_rank_out_ttd (src/Torch/Internal/Unmanaged/Native/Native12.hs:1032)
linalg_matrix_rank_tdb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1044)
linalg_matrix_rank_out_ttdb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1057)
linalg_matrix_rank_ttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1070)
linalg_matrix_rank_out_tttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1083)
linalg_multi_dot_l (src/Torch/Internal/Unmanaged/Native/Native12.hs:1094)
linalg_multi_dot_out_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1103)
nested_to_padded_tensor_tdl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1114)
nested_to_padded_tensor_td (src/Torch/Internal/Unmanaged/Native/Native12.hs:1125)
_test_serialization_subcmul_tts (src/Torch/Internal/Unmanaged/Native/Native12.hs:1136)
_test_serialization_subcmul_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:1147)
_test_optional_intlist_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1157)
_test_optional_filled_intlist_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1167)
_test_optional_floatlist_ta (src/Torch/Internal/Unmanaged/Native/Native12.hs:1177)
_test_string_default_tss (src/Torch/Internal/Unmanaged/Native/Native12.hs:1188)
_test_string_default_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:1199)
_test_string_default_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1208)
_test_ambiguous_defaults_tll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1218)
_test_ambiguous_defaults_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1229)
_test_ambiguous_defaults_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1238)
_test_ambiguous_defaults_tls (src/Torch/Internal/Unmanaged/Native/Native12.hs:1248)
_test_warn_in_autograd_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1258)
_test_autograd_multiple_dispatch_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1266)
_test_autograd_multiple_dispatch_tb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1275)
_test_autograd_multiple_dispatch_view_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1284)
_test_autograd_multiple_dispatch_view_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1292)
segment_reduce_tstttlbs (src/Torch/Internal/Unmanaged/Native/Native12.hs:1307)
segment_reduce_tstttlb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1328)
segment_reduce_tstttl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1347)
segment_reduce_tsttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:1364)
segment_reduce_tstt (src/Torch/Internal/Unmanaged/Native/Native12.hs:1379)
segment_reduce_tst (src/Torch/Internal/Unmanaged/Native/Native12.hs:1392)
segment_reduce_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:1403)
_segment_reduce_backward_tttsttls (src/Torch/Internal/Unmanaged/Native/Native12.hs:1419)
_segment_reduce_backward_tttsttl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1440)
_segment_reduce_backward_tttstt (src/Torch/Internal/Unmanaged/Native/Native12.hs:1459)
_segment_reduce_backward_tttst (src/Torch/Internal/Unmanaged/Native/Native12.hs:1476)
_segment_reduce_backward_ttts (src/Torch/Internal/Unmanaged/Native/Native12.hs:1491)
pad_sequence_lbd (src/Torch/Internal/Unmanaged/Native/Native12.hs:1504)
pad_sequence_lb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1515)
pad_sequence_l (src/Torch/Internal/Unmanaged/Native/Native12.hs:1524)
flatten_dense_tensors_l (src/Torch/Internal/Unmanaged/Native/Native12.hs:1532)
unflatten_dense_tensors_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1541)
_nested_tensor_from_tensor_list_lsLDb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1554)
_nested_tensor_from_tensor_list_lsLD (src/Torch/Internal/Unmanaged/Native/Native12.hs:1569)
_nested_tensor_from_tensor_list_lsL (src/Torch/Internal/Unmanaged/Native/Native12.hs:1582)
_nested_tensor_from_tensor_list_ls (src/Torch/Internal/Unmanaged/Native/Native12.hs:1593)
_nested_tensor_from_tensor_list_l (src/Torch/Internal/Unmanaged/Native/Native12.hs:1602)
_fw_primal_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1611)
_make_dual_copy_ttl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1622)
view_as_real_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1632)
view_as_complex_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1640)
_conj_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1648)
_neg_view_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1656)
as_strided_copy_tlll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1667)
as_strided_copy_tll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1680)
_sparse_broadcast_to_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1691)
diagonal_copy_tlll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1703)
diagonal_copy_tll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1716)
diagonal_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1727)
diagonal_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1736)
expand_copy_tlb (src/Torch/Internal/Unmanaged/Native/Native12.hs:1746)
expand_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1757)
permute_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1767)
_reshape_alias_copy_tll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1778)
select_copy_tll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1790)
detach_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1800)
slice_copy_tllll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1812)
slice_copy_tlll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1827)
slice_copy_tll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1840)
slice_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1851)
slice_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1860)
split_copy_tll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1870)
split_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1881)
split_with_sizes_copy_tll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1892)
split_with_sizes_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1903)
squeeze_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1912)
squeeze_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1921)
t_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1930)
transpose_copy_tll (src/Torch/Internal/Unmanaged/Native/Native12.hs:1940)
unsqueeze_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:1951)
_indices_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1960)
_values_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1968)
indices_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1976)
values_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1984)
crow_indices_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:1992)
col_indices_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2000)
ccol_indices_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2008)
row_indices_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2016)
unbind_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:2025)
unbind_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2034)
unbind_copy_out_ltl (src/Torch/Internal/Unmanaged/Native/Native12.hs:2044)
unbind_copy_out_lt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2055)
split_copy_out_ltll (src/Torch/Internal/Unmanaged/Native/Native12.hs:2067)
split_copy_out_ltl (src/Torch/Internal/Unmanaged/Native/Native12.hs:2080)
split_with_sizes_copy_out_ltll (src/Torch/Internal/Unmanaged/Native/Native12.hs:2093)
split_with_sizes_copy_out_ltl (src/Torch/Internal/Unmanaged/Native/Native12.hs:2106)
view_copy_tl (src/Torch/Internal/Unmanaged/Native/Native12.hs:2117)
view_copy_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:2127)
unfold_copy_tlll (src/Torch/Internal/Unmanaged/Native/Native12.hs:2139)
alias_copy_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2150)
_nested_tensor_softmax_with_shape_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2159)
_transformer_encoder_layer_fwd_tllttttbbdtttttttttl (src/Torch/Internal/Unmanaged/Native/Native12.hs:2187)
_transformer_encoder_layer_fwd_tllttttbbdttttttttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2232)
_transformer_encoder_layer_fwd_tllttttbbdtttttttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2275)
_native_multi_head_attention_tttlltttttbbl (src/Torch/Internal/Unmanaged/Native/Native12.hs:2312)
_native_multi_head_attention_tttlltttttbb (src/Torch/Internal/Unmanaged/Native/Native12.hs:2343)
_native_multi_head_attention_tttlltttttb (src/Torch/Internal/Unmanaged/Native/Native12.hs:2372)
_native_multi_head_attention_tttllttttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2399)
_native_multi_head_attention_tttlltttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2424)
scaled_dot_product_attention_ttttdb (src/Torch/Internal/Unmanaged/Native/Native12.hs:2445)
scaled_dot_product_attention_ttttd (src/Torch/Internal/Unmanaged/Native/Native12.hs:2462)
scaled_dot_product_attention_tttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2477)
scaled_dot_product_attention_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2490)
_fused_sdp_choice_ttttdb (src/Torch/Internal/Unmanaged/Native/Native12.hs:2505)
_fused_sdp_choice_ttttd (src/Torch/Internal/Unmanaged/Native/Native12.hs:2522)
_fused_sdp_choice_tttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2537)
_fused_sdp_choice_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2550)
_triton_scaled_dot_attention_tttd (src/Torch/Internal/Unmanaged/Native/Native12.hs:2563)
_triton_scaled_dot_attention_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2576)
_triton_multi_head_attention_tttllttttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2595)
_triton_multi_head_attention_tttlltttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2620)
special_airy_ai_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2636)
special_airy_ai_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2645)
special_bessel_j0_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2654)
special_bessel_j0_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2663)
special_bessel_j1_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2672)
special_bessel_j1_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2681)
special_bessel_y0_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2690)
special_bessel_y0_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2699)
special_bessel_y1_t (src/Torch/Internal/Unmanaged/Native/Native12.hs:2708)
special_bessel_y1_out_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2717)
special_chebyshev_polynomial_t_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2727)
special_chebyshev_polynomial_t_st (src/Torch/Internal/Unmanaged/Native/Native12.hs:2737)
special_chebyshev_polynomial_t_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:2747)
special_chebyshev_polynomial_t_out_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2758)
special_chebyshev_polynomial_t_out_tst (src/Torch/Internal/Unmanaged/Native/Native12.hs:2770)
special_chebyshev_polynomial_t_out_tts (src/Torch/Internal/Unmanaged/Native/Native12.hs:2782)
special_chebyshev_polynomial_u_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2793)
special_chebyshev_polynomial_u_st (src/Torch/Internal/Unmanaged/Native/Native12.hs:2803)
special_chebyshev_polynomial_u_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:2813)
special_chebyshev_polynomial_u_out_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2824)
special_chebyshev_polynomial_u_out_tst (src/Torch/Internal/Unmanaged/Native/Native12.hs:2836)
special_chebyshev_polynomial_u_out_tts (src/Torch/Internal/Unmanaged/Native/Native12.hs:2848)
special_chebyshev_polynomial_v_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2859)
special_chebyshev_polynomial_v_st (src/Torch/Internal/Unmanaged/Native/Native12.hs:2869)
special_chebyshev_polynomial_v_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:2879)
special_chebyshev_polynomial_v_out_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2890)
special_chebyshev_polynomial_v_out_tst (src/Torch/Internal/Unmanaged/Native/Native12.hs:2902)
special_chebyshev_polynomial_v_out_tts (src/Torch/Internal/Unmanaged/Native/Native12.hs:2914)
special_chebyshev_polynomial_w_tt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2925)
special_chebyshev_polynomial_w_st (src/Torch/Internal/Unmanaged/Native/Native12.hs:2935)
special_chebyshev_polynomial_w_ts (src/Torch/Internal/Unmanaged/Native/Native12.hs:2945)
special_chebyshev_polynomial_w_out_ttt (src/Torch/Internal/Unmanaged/Native/Native12.hs:2956)
special_chebyshev_polynomial_w_out_tst (src/Torch/Internal/Unmanaged/Native/Native12.hs:2968)
special_chebyshev_polynomial_w_out_tts (src/Torch/Internal/Unmanaged/Native/Native12.hs:2980)
0% ( 0 /236) in 'Torch.Internal.Managed.Native.Native12'
Missing documentation for:
Module header
_linalg_svd_out_ttttbbs (src/Torch/Internal/Managed/Native/Native12.hs:33)
_linalg_svd_out_ttttbb (src/Torch/Internal/Managed/Native/Native12.hs:43)
_linalg_svd_out_ttttb (src/Torch/Internal/Managed/Native/Native12.hs:52)
_linalg_svd_out_tttt (src/Torch/Internal/Managed/Native/Native12.hs:60)
linalg_svd_tbs (src/Torch/Internal/Managed/Native/Native12.hs:67)
linalg_svd_tb (src/Torch/Internal/Managed/Native/Native12.hs:73)
linalg_svd_t (src/Torch/Internal/Managed/Native/Native12.hs:78)
linalg_svd_out_ttttbs (src/Torch/Internal/Managed/Native/Native12.hs:88)
linalg_svd_out_ttttb (src/Torch/Internal/Managed/Native/Native12.hs:97)
linalg_svd_out_tttt (src/Torch/Internal/Managed/Native/Native12.hs:105)
linalg_svdvals_ts (src/Torch/Internal/Managed/Native/Native12.hs:111)
linalg_svdvals_t (src/Torch/Internal/Managed/Native/Native12.hs:116)
linalg_svdvals_out_tts (src/Torch/Internal/Managed/Native/Native12.hs:123)
linalg_svdvals_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:129)
linalg_cond_ts (src/Torch/Internal/Managed/Native/Native12.hs:135)
linalg_cond_t (src/Torch/Internal/Managed/Native/Native12.hs:140)
linalg_cond_out_tts (src/Torch/Internal/Managed/Native/Native12.hs:147)
linalg_cond_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:153)
linalg_pinv_tttb (src/Torch/Internal/Managed/Native/Native12.hs:161)
linalg_pinv_ttt (src/Torch/Internal/Managed/Native/Native12.hs:168)
linalg_pinv_tt (src/Torch/Internal/Managed/Native/Native12.hs:174)
linalg_pinv_t (src/Torch/Internal/Managed/Native/Native12.hs:179)
linalg_pinv_out_ttttb (src/Torch/Internal/Managed/Native/Native12.hs:188)
linalg_pinv_out_tttt (src/Torch/Internal/Managed/Native/Native12.hs:196)
linalg_pinv_out_ttt (src/Torch/Internal/Managed/Native/Native12.hs:203)
linalg_pinv_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:209)
linalg_pinv_tddb (src/Torch/Internal/Managed/Native/Native12.hs:217)
linalg_pinv_tdd (src/Torch/Internal/Managed/Native/Native12.hs:224)
linalg_pinv_td (src/Torch/Internal/Managed/Native/Native12.hs:230)
linalg_pinv_out_ttddb (src/Torch/Internal/Managed/Native/Native12.hs:239)
linalg_pinv_out_ttdd (src/Torch/Internal/Managed/Native/Native12.hs:247)
linalg_pinv_out_ttd (src/Torch/Internal/Managed/Native/Native12.hs:254)
linalg_pinv_tdb (src/Torch/Internal/Managed/Native/Native12.hs:261)
linalg_pinv_ttb (src/Torch/Internal/Managed/Native/Native12.hs:268)
linalg_pinv_out_ttdb (src/Torch/Internal/Managed/Native/Native12.hs:276)
linalg_pinv_out_tttb (src/Torch/Internal/Managed/Native/Native12.hs:284)
_linalg_solve_ex_ttbb (src/Torch/Internal/Managed/Native/Native12.hs:292)
_linalg_solve_ex_ttb (src/Torch/Internal/Managed/Native/Native12.hs:299)
_linalg_solve_ex_tt (src/Torch/Internal/Managed/Native/Native12.hs:305)
_linalg_solve_ex_out_ttttttbb (src/Torch/Internal/Managed/Native/Native12.hs:317)
_linalg_solve_ex_out_ttttttb (src/Torch/Internal/Managed/Native/Native12.hs:328)
_linalg_solve_ex_out_tttttt (src/Torch/Internal/Managed/Native/Native12.hs:338)
linalg_solve_ex_ttbb (src/Torch/Internal/Managed/Native/Native12.hs:346)
linalg_solve_ex_ttb (src/Torch/Internal/Managed/Native/Native12.hs:353)
linalg_solve_ex_tt (src/Torch/Internal/Managed/Native/Native12.hs:359)
linalg_solve_ex_out_ttttbb (src/Torch/Internal/Managed/Native/Native12.hs:369)
linalg_solve_ex_out_ttttb (src/Torch/Internal/Managed/Native/Native12.hs:378)
linalg_solve_ex_out_tttt (src/Torch/Internal/Managed/Native/Native12.hs:386)
linalg_solve_ttb (src/Torch/Internal/Managed/Native/Native12.hs:393)
linalg_solve_tt (src/Torch/Internal/Managed/Native/Native12.hs:399)
linalg_solve_out_tttb (src/Torch/Internal/Managed/Native/Native12.hs:407)
linalg_solve_out_ttt (src/Torch/Internal/Managed/Native/Native12.hs:414)
linalg_tensorinv_tl (src/Torch/Internal/Managed/Native/Native12.hs:420)
linalg_tensorinv_t (src/Torch/Internal/Managed/Native/Native12.hs:425)
linalg_tensorinv_out_ttl (src/Torch/Internal/Managed/Native/Native12.hs:432)
linalg_tensorinv_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:438)
linalg_tensorsolve_ttl (src/Torch/Internal/Managed/Native/Native12.hs:445)
linalg_tensorsolve_tt (src/Torch/Internal/Managed/Native/Native12.hs:451)
linalg_tensorsolve_out_tttl (src/Torch/Internal/Managed/Native/Native12.hs:459)
linalg_tensorsolve_out_ttt (src/Torch/Internal/Managed/Native/Native12.hs:466)
linalg_qr_ts (src/Torch/Internal/Managed/Native/Native12.hs:472)
linalg_qr_t (src/Torch/Internal/Managed/Native/Native12.hs:477)
linalg_qr_out_ttts (src/Torch/Internal/Managed/Native/Native12.hs:485)
linalg_qr_out_ttt (src/Torch/Internal/Managed/Native/Native12.hs:492)
linalg_matrix_power_tl (src/Torch/Internal/Managed/Native/Native12.hs:498)
linalg_matrix_power_out_ttl (src/Torch/Internal/Managed/Native/Native12.hs:505)
linalg_matrix_rank_tttb (src/Torch/Internal/Managed/Native/Native12.hs:513)
linalg_matrix_rank_ttt (src/Torch/Internal/Managed/Native/Native12.hs:520)
linalg_matrix_rank_tt (src/Torch/Internal/Managed/Native/Native12.hs:526)
linalg_matrix_rank_t (src/Torch/Internal/Managed/Native/Native12.hs:531)
linalg_matrix_rank_out_ttttb (src/Torch/Internal/Managed/Native/Native12.hs:540)
linalg_matrix_rank_out_tttt (src/Torch/Internal/Managed/Native/Native12.hs:548)
linalg_matrix_rank_out_ttt (src/Torch/Internal/Managed/Native/Native12.hs:555)
linalg_matrix_rank_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:561)
linalg_matrix_rank_tddb (src/Torch/Internal/Managed/Native/Native12.hs:569)
linalg_matrix_rank_tdd (src/Torch/Internal/Managed/Native/Native12.hs:576)
linalg_matrix_rank_td (src/Torch/Internal/Managed/Native/Native12.hs:582)
linalg_matrix_rank_out_ttddb (src/Torch/Internal/Managed/Native/Native12.hs:591)
linalg_matrix_rank_out_ttdd (src/Torch/Internal/Managed/Native/Native12.hs:599)
linalg_matrix_rank_out_ttd (src/Torch/Internal/Managed/Native/Native12.hs:606)
linalg_matrix_rank_tdb (src/Torch/Internal/Managed/Native/Native12.hs:613)
linalg_matrix_rank_out_ttdb (src/Torch/Internal/Managed/Native/Native12.hs:621)
linalg_matrix_rank_ttb (src/Torch/Internal/Managed/Native/Native12.hs:628)
linalg_matrix_rank_out_tttb (src/Torch/Internal/Managed/Native/Native12.hs:636)
linalg_multi_dot_l (src/Torch/Internal/Managed/Native/Native12.hs:641)
linalg_multi_dot_out_tl (src/Torch/Internal/Managed/Native/Native12.hs:647)
nested_to_padded_tensor_tdl (src/Torch/Internal/Managed/Native/Native12.hs:654)
nested_to_padded_tensor_td (src/Torch/Internal/Managed/Native/Native12.hs:660)
_test_serialization_subcmul_tts (src/Torch/Internal/Managed/Native/Native12.hs:667)
_test_serialization_subcmul_tt (src/Torch/Internal/Managed/Native/Native12.hs:673)
_test_optional_intlist_tl (src/Torch/Internal/Managed/Native/Native12.hs:679)
_test_optional_filled_intlist_tl (src/Torch/Internal/Managed/Native/Native12.hs:685)
_test_optional_floatlist_ta (src/Torch/Internal/Managed/Native/Native12.hs:691)
_test_string_default_tss (src/Torch/Internal/Managed/Native/Native12.hs:698)
_test_string_default_ts (src/Torch/Internal/Managed/Native/Native12.hs:704)
_test_string_default_t (src/Torch/Internal/Managed/Native/Native12.hs:709)
_test_ambiguous_defaults_tll (src/Torch/Internal/Managed/Native/Native12.hs:716)
_test_ambiguous_defaults_tl (src/Torch/Internal/Managed/Native/Native12.hs:722)
_test_ambiguous_defaults_t (src/Torch/Internal/Managed/Native/Native12.hs:727)
_test_ambiguous_defaults_tls (src/Torch/Internal/Managed/Native/Native12.hs:734)
_test_warn_in_autograd_t (src/Torch/Internal/Managed/Native/Native12.hs:739)
_test_autograd_multiple_dispatch_t (src/Torch/Internal/Managed/Native/Native12.hs:744)
_test_autograd_multiple_dispatch_tb (src/Torch/Internal/Managed/Native/Native12.hs:750)
_test_autograd_multiple_dispatch_view_t (src/Torch/Internal/Managed/Native/Native12.hs:755)
_test_autograd_multiple_dispatch_view_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:760)
segment_reduce_tstttlbs (src/Torch/Internal/Managed/Native/Native12.hs:772)
segment_reduce_tstttlb (src/Torch/Internal/Managed/Native/Native12.hs:783)
segment_reduce_tstttl (src/Torch/Internal/Managed/Native/Native12.hs:793)
segment_reduce_tsttt (src/Torch/Internal/Managed/Native/Native12.hs:802)
segment_reduce_tstt (src/Torch/Internal/Managed/Native/Native12.hs:810)
segment_reduce_tst (src/Torch/Internal/Managed/Native/Native12.hs:817)
segment_reduce_ts (src/Torch/Internal/Managed/Native/Native12.hs:823)
_segment_reduce_backward_tttsttls (src/Torch/Internal/Managed/Native/Native12.hs:835)
_segment_reduce_backward_tttsttl (src/Torch/Internal/Managed/Native/Native12.hs:846)
_segment_reduce_backward_tttstt (src/Torch/Internal/Managed/Native/Native12.hs:856)
_segment_reduce_backward_tttst (src/Torch/Internal/Managed/Native/Native12.hs:865)
_segment_reduce_backward_ttts (src/Torch/Internal/Managed/Native/Native12.hs:873)
pad_sequence_lbd (src/Torch/Internal/Managed/Native/Native12.hs:880)
pad_sequence_lb (src/Torch/Internal/Managed/Native/Native12.hs:886)
pad_sequence_l (src/Torch/Internal/Managed/Native/Native12.hs:891)
flatten_dense_tensors_l (src/Torch/Internal/Managed/Native/Native12.hs:896)
unflatten_dense_tensors_tl (src/Torch/Internal/Managed/Native/Native12.hs:902)
_nested_tensor_from_tensor_list_lsLDb (src/Torch/Internal/Managed/Native/Native12.hs:911)
_nested_tensor_from_tensor_list_lsLD (src/Torch/Internal/Managed/Native/Native12.hs:919)
_nested_tensor_from_tensor_list_lsL (src/Torch/Internal/Managed/Native/Native12.hs:926)
_nested_tensor_from_tensor_list_ls (src/Torch/Internal/Managed/Native/Native12.hs:932)
_nested_tensor_from_tensor_list_l (src/Torch/Internal/Managed/Native/Native12.hs:937)
_fw_primal_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:943)
_make_dual_copy_ttl (src/Torch/Internal/Managed/Native/Native12.hs:950)
view_as_real_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:955)
view_as_complex_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:960)
_conj_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:965)
_neg_view_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:970)
as_strided_copy_tlll (src/Torch/Internal/Managed/Native/Native12.hs:978)
as_strided_copy_tll (src/Torch/Internal/Managed/Native/Native12.hs:985)
_sparse_broadcast_to_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:991)
diagonal_copy_tlll (src/Torch/Internal/Managed/Native/Native12.hs:999)
diagonal_copy_tll (src/Torch/Internal/Managed/Native/Native12.hs:1006)
diagonal_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1012)
diagonal_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1017)
expand_copy_tlb (src/Torch/Internal/Managed/Native/Native12.hs:1024)
expand_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1030)
permute_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1036)
_reshape_alias_copy_tll (src/Torch/Internal/Managed/Native/Native12.hs:1043)
select_copy_tll (src/Torch/Internal/Managed/Native/Native12.hs:1050)
detach_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1055)
slice_copy_tllll (src/Torch/Internal/Managed/Native/Native12.hs:1064)
slice_copy_tlll (src/Torch/Internal/Managed/Native/Native12.hs:1072)
slice_copy_tll (src/Torch/Internal/Managed/Native/Native12.hs:1079)
slice_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1085)
slice_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1090)
split_copy_tll (src/Torch/Internal/Managed/Native/Native12.hs:1097)
split_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1103)
split_with_sizes_copy_tll (src/Torch/Internal/Managed/Native/Native12.hs:1110)
split_with_sizes_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1116)
squeeze_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1121)
squeeze_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1127)
t_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1132)
transpose_copy_tll (src/Torch/Internal/Managed/Native/Native12.hs:1139)
unsqueeze_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1145)
_indices_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1150)
_values_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1155)
indices_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1160)
values_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1165)
crow_indices_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1170)
col_indices_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1175)
ccol_indices_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1180)
row_indices_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1185)
unbind_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1191)
unbind_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1196)
unbind_copy_out_ltl (src/Torch/Internal/Managed/Native/Native12.hs:1203)
unbind_copy_out_lt (src/Torch/Internal/Managed/Native/Native12.hs:1209)
split_copy_out_ltll (src/Torch/Internal/Managed/Native/Native12.hs:1217)
split_copy_out_ltl (src/Torch/Internal/Managed/Native/Native12.hs:1224)
split_with_sizes_copy_out_ltll (src/Torch/Internal/Managed/Native/Native12.hs:1232)
split_with_sizes_copy_out_ltl (src/Torch/Internal/Managed/Native/Native12.hs:1239)
view_copy_tl (src/Torch/Internal/Managed/Native/Native12.hs:1245)
view_copy_ts (src/Torch/Internal/Managed/Native/Native12.hs:1251)
unfold_copy_tlll (src/Torch/Internal/Managed/Native/Native12.hs:1259)
alias_copy_t (src/Torch/Internal/Managed/Native/Native12.hs:1264)
_nested_tensor_softmax_with_shape_tt (src/Torch/Internal/Managed/Native/Native12.hs:1270)
_transformer_encoder_layer_fwd_tllttttbbdtttttttttl (src/Torch/Internal/Managed/Native/Native12.hs:1294)
_transformer_encoder_layer_fwd_tllttttbbdttttttttt (src/Torch/Internal/Managed/Native/Native12.hs:1317)
_transformer_encoder_layer_fwd_tllttttbbdtttttttt (src/Torch/Internal/Managed/Native/Native12.hs:1339)
_native_multi_head_attention_tttlltttttbbl (src/Torch/Internal/Managed/Native/Native12.hs:1356)
_native_multi_head_attention_tttlltttttbb (src/Torch/Internal/Managed/Native/Native12.hs:1372)
_native_multi_head_attention_tttlltttttb (src/Torch/Internal/Managed/Native/Native12.hs:1387)
_native_multi_head_attention_tttllttttt (src/Torch/Internal/Managed/Native/Native12.hs:1401)
_native_multi_head_attention_tttlltttt (src/Torch/Internal/Managed/Native/Native12.hs:1414)
scaled_dot_product_attention_ttttdb (src/Torch/Internal/Managed/Native/Native12.hs:1424)
scaled_dot_product_attention_ttttd (src/Torch/Internal/Managed/Native/Native12.hs:1433)
scaled_dot_product_attention_tttt (src/Torch/Internal/Managed/Native/Native12.hs:1441)
scaled_dot_product_attention_ttt (src/Torch/Internal/Managed/Native/Native12.hs:1448)
_fused_sdp_choice_ttttdb (src/Torch/Internal/Managed/Native/Native12.hs:1458)
_fused_sdp_choice_ttttd (src/Torch/Internal/Managed/Native/Native12.hs:1467)
_fused_sdp_choice_tttt (src/Torch/Internal/Managed/Native/Native12.hs:1475)
_fused_sdp_choice_ttt (src/Torch/Internal/Managed/Native/Native12.hs:1482)
_triton_scaled_dot_attention_tttd (src/Torch/Internal/Managed/Native/Native12.hs:1490)
_triton_scaled_dot_attention_ttt (src/Torch/Internal/Managed/Native/Native12.hs:1497)
_triton_multi_head_attention_tttllttttt (src/Torch/Internal/Managed/Native/Native12.hs:1511)
_triton_multi_head_attention_tttlltttt (src/Torch/Internal/Managed/Native/Native12.hs:1524)
special_airy_ai_t (src/Torch/Internal/Managed/Native/Native12.hs:1529)
special_airy_ai_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:1535)
special_bessel_j0_t (src/Torch/Internal/Managed/Native/Native12.hs:1540)
special_bessel_j0_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:1546)
special_bessel_j1_t (src/Torch/Internal/Managed/Native/Native12.hs:1551)
special_bessel_j1_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:1557)
special_bessel_y0_t (src/Torch/Internal/Managed/Native/Native12.hs:1562)
special_bessel_y0_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:1568)
special_bessel_y1_t (src/Torch/Internal/Managed/Native/Native12.hs:1573)
special_bessel_y1_out_tt (src/Torch/Internal/Managed/Native/Native12.hs:1579)
special_chebyshev_polynomial_t_tt (src/Torch/Internal/Managed/Native/Native12.hs:1585)
special_chebyshev_polynomial_t_st (src/Torch/Internal/Managed/Native/Native12.hs:1591)
special_chebyshev_polynomial_t_ts (src/Torch/Internal/Managed/Native/Native12.hs:1597)
special_chebyshev_polynomial_t_out_ttt (src/Torch/Internal/Managed/Native/Native12.hs:1604)
special_chebyshev_polynomial_t_out_tst (src/Torch/Internal/Managed/Native/Native12.hs:1611)
special_chebyshev_polynomial_t_out_tts (src/Torch/Internal/Managed/Native/Native12.hs:1618)
special_chebyshev_polynomial_u_tt (src/Torch/Internal/Managed/Native/Native12.hs:1624)
special_chebyshev_polynomial_u_st (src/Torch/Internal/Managed/Native/Native12.hs:1630)
special_chebyshev_polynomial_u_ts (src/Torch/Internal/Managed/Native/Native12.hs:1636)
special_chebyshev_polynomial_u_out_ttt (src/Torch/Internal/Managed/Native/Native12.hs:1643)
special_chebyshev_polynomial_u_out_tst (src/Torch/Internal/Managed/Native/Native12.hs:1650)
special_chebyshev_polynomial_u_out_tts (src/Torch/Internal/Managed/Native/Native12.hs:1657)
special_chebyshev_polynomial_v_tt (src/Torch/Internal/Managed/Native/Native12.hs:1663)
special_chebyshev_polynomial_v_st (src/Torch/Internal/Managed/Native/Native12.hs:1669)
special_chebyshev_polynomial_v_ts (src/Torch/Internal/Managed/Native/Native12.hs:1675)
special_chebyshev_polynomial_v_out_ttt (src/Torch/Internal/Managed/Native/Native12.hs:1682)
special_chebyshev_polynomial_v_out_tst (src/Torch/Internal/Managed/Native/Native12.hs:1689)
special_chebyshev_polynomial_v_out_tts (src/Torch/Internal/Managed/Native/Native12.hs:1696)
special_chebyshev_polynomial_w_tt (src/Torch/Internal/Managed/Native/Native12.hs:1702)
special_chebyshev_polynomial_w_st (src/Torch/Internal/Managed/Native/Native12.hs:1708)
special_chebyshev_polynomial_w_ts (src/Torch/Internal/Managed/Native/Native12.hs:1714)
special_chebyshev_polynomial_w_out_ttt (src/Torch/Internal/Managed/Native/Native12.hs:1721)
special_chebyshev_polynomial_w_out_tst (src/Torch/Internal/Managed/Native/Native12.hs:1728)
special_chebyshev_polynomial_w_out_tts (src/Torch/Internal/Managed/Native/Native12.hs:1735)
0% ( 0 /291) in 'Torch.Internal.Unmanaged.Native.Native13'
Missing documentation for:
Module header
special_hermite_polynomial_h_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:35)
special_hermite_polynomial_h_st (src/Torch/Internal/Unmanaged/Native/Native13.hs:45)
special_hermite_polynomial_h_ts (src/Torch/Internal/Unmanaged/Native/Native13.hs:55)
special_hermite_polynomial_h_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:66)
special_hermite_polynomial_h_out_tst (src/Torch/Internal/Unmanaged/Native/Native13.hs:78)
special_hermite_polynomial_h_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:90)
special_hermite_polynomial_he_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:101)
special_hermite_polynomial_he_st (src/Torch/Internal/Unmanaged/Native/Native13.hs:111)
special_hermite_polynomial_he_ts (src/Torch/Internal/Unmanaged/Native/Native13.hs:121)
special_hermite_polynomial_he_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:132)
special_hermite_polynomial_he_out_tst (src/Torch/Internal/Unmanaged/Native/Native13.hs:144)
special_hermite_polynomial_he_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:156)
special_laguerre_polynomial_l_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:167)
special_laguerre_polynomial_l_st (src/Torch/Internal/Unmanaged/Native/Native13.hs:177)
special_laguerre_polynomial_l_ts (src/Torch/Internal/Unmanaged/Native/Native13.hs:187)
special_laguerre_polynomial_l_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:198)
special_laguerre_polynomial_l_out_tst (src/Torch/Internal/Unmanaged/Native/Native13.hs:210)
special_laguerre_polynomial_l_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:222)
special_legendre_polynomial_p_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:233)
special_legendre_polynomial_p_st (src/Torch/Internal/Unmanaged/Native/Native13.hs:243)
special_legendre_polynomial_p_ts (src/Torch/Internal/Unmanaged/Native/Native13.hs:253)
special_legendre_polynomial_p_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:264)
special_legendre_polynomial_p_out_tst (src/Torch/Internal/Unmanaged/Native/Native13.hs:276)
special_legendre_polynomial_p_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:288)
special_modified_bessel_i0_t (src/Torch/Internal/Unmanaged/Native/Native13.hs:298)
special_modified_bessel_i0_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:307)
special_modified_bessel_i1_t (src/Torch/Internal/Unmanaged/Native/Native13.hs:316)
special_modified_bessel_i1_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:325)
special_modified_bessel_k0_t (src/Torch/Internal/Unmanaged/Native/Native13.hs:334)
special_modified_bessel_k0_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:343)
special_modified_bessel_k1_t (src/Torch/Internal/Unmanaged/Native/Native13.hs:352)
special_modified_bessel_k1_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:361)
special_scaled_modified_bessel_k0_t (src/Torch/Internal/Unmanaged/Native/Native13.hs:370)
special_scaled_modified_bessel_k0_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:379)
special_scaled_modified_bessel_k1_t (src/Torch/Internal/Unmanaged/Native/Native13.hs:388)
special_scaled_modified_bessel_k1_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:397)
special_shifted_chebyshev_polynomial_t_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:407)
special_shifted_chebyshev_polynomial_t_st (src/Torch/Internal/Unmanaged/Native/Native13.hs:417)
special_shifted_chebyshev_polynomial_t_ts (src/Torch/Internal/Unmanaged/Native/Native13.hs:427)
special_shifted_chebyshev_polynomial_t_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:438)
special_shifted_chebyshev_polynomial_t_out_tst (src/Torch/Internal/Unmanaged/Native/Native13.hs:450)
special_shifted_chebyshev_polynomial_t_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:462)
special_shifted_chebyshev_polynomial_u_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:473)
special_shifted_chebyshev_polynomial_u_st (src/Torch/Internal/Unmanaged/Native/Native13.hs:483)
special_shifted_chebyshev_polynomial_u_ts (src/Torch/Internal/Unmanaged/Native/Native13.hs:493)
special_shifted_chebyshev_polynomial_u_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:504)
special_shifted_chebyshev_polynomial_u_out_tst (src/Torch/Internal/Unmanaged/Native/Native13.hs:516)
special_shifted_chebyshev_polynomial_u_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:528)
special_shifted_chebyshev_polynomial_v_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:539)
special_shifted_chebyshev_polynomial_v_st (src/Torch/Internal/Unmanaged/Native/Native13.hs:549)
special_shifted_chebyshev_polynomial_v_ts (src/Torch/Internal/Unmanaged/Native/Native13.hs:559)
special_shifted_chebyshev_polynomial_v_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:570)
special_shifted_chebyshev_polynomial_v_out_tst (src/Torch/Internal/Unmanaged/Native/Native13.hs:582)
special_shifted_chebyshev_polynomial_v_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:594)
special_shifted_chebyshev_polynomial_w_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:605)
special_shifted_chebyshev_polynomial_w_st (src/Torch/Internal/Unmanaged/Native/Native13.hs:615)
special_shifted_chebyshev_polynomial_w_ts (src/Torch/Internal/Unmanaged/Native/Native13.hs:625)
special_shifted_chebyshev_polynomial_w_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:636)
special_shifted_chebyshev_polynomial_w_out_tst (src/Torch/Internal/Unmanaged/Native/Native13.hs:648)
special_shifted_chebyshev_polynomial_w_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:660)
special_spherical_bessel_j0_t (src/Torch/Internal/Unmanaged/Native/Native13.hs:670)
special_spherical_bessel_j0_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:679)
_foobar_tbbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:691)
_foobar_tbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:704)
_foobar_tb (src/Torch/Internal/Unmanaged/Native/Native13.hs:715)
_foobar_t (src/Torch/Internal/Unmanaged/Native/Native13.hs:724)
_fused_adam__lllllldddddbbtt (src/Torch/Internal/Unmanaged/Native/Native13.hs:746)
_fused_adam__lllllldddddbbt (src/Torch/Internal/Unmanaged/Native/Native13.hs:781)
_fused_adam__lllllldddddbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:814)
_fused_adamw__lllllldddddbbtt (src/Torch/Internal/Unmanaged/Native/Native13.hs:848)
_fused_adamw__lllllldddddbbt (src/Torch/Internal/Unmanaged/Native/Native13.hs:883)
_fused_adamw__lllllldddddbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:916)
_new_zeros_with_same_feature_meta_out_tttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:939)
_new_zeros_with_same_feature_meta_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:952)
_cudnn_ctc_loss_out_ttttlllbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:970)
_cudnn_rnn_flatten_weight_out_tlllllllbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:995)
_cudnn_rnn_out_ttttttlltttllllbdbblt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1032)
_cudnn_rnn_backward_out_tttltlltttttttllllbdbbltta (src/Torch/Internal/Unmanaged/Native/Native13.hs:1085)
_cudnn_init_dropout_state_out_tdbl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1121)
_fused_dropout_out_tttdG (src/Torch/Internal/Unmanaged/Native/Native13.hs:1136)
_fused_dropout_out_tttd (src/Torch/Internal/Unmanaged/Native/Native13.hs:1151)
_masked_scale_out_tttd (src/Torch/Internal/Unmanaged/Native/Native13.hs:1165)
native_dropout_out_tttdb (src/Torch/Internal/Unmanaged/Native/Native13.hs:1180)
native_dropout_backward_out_tttd (src/Torch/Internal/Unmanaged/Native/Native13.hs:1195)
_conj_physical_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1207)
_add_relu_out_ttss (src/Torch/Internal/Unmanaged/Native/Native13.hs:1219)
_add_relu_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:1232)
add_out_ttss (src/Torch/Internal/Unmanaged/Native/Native13.hs:1245)
add_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:1258)
affine_grid_generator_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:1271)
bartlett_window_out_tl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1283)
bartlett_window_out_tlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:1294)
quantized_batch_norm_out_ttttttddl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1312)
bernoulli_out_tttG (src/Torch/Internal/Unmanaged/Native/Native13.hs:1331)
bernoulli_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1344)
bernoulli_ttG (src/Torch/Internal/Unmanaged/Native/Native13.hs:1356)
bernoulli_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1367)
bernoulli_out_ttdG (src/Torch/Internal/Unmanaged/Native/Native13.hs:1379)
bernoulli_out_ttd (src/Torch/Internal/Unmanaged/Native/Native13.hs:1392)
binary_cross_entropy_with_logits_out_tttttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1417)
binary_cross_entropy_with_logits_out_ttttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1434)
binary_cross_entropy_with_logits_out_tttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1449)
binary_cross_entropy_with_logits_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1462)
bincount_out_tttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1475)
bincount_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1488)
bincount_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1499)
blackman_window_out_tl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1509)
blackman_window_out_tlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:1520)
block_diag_out_tl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1531)
constant_pad_nd_out_ttls (src/Torch/Internal/Unmanaged/Native/Native13.hs:1543)
constant_pad_nd_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1556)
convolution_out_ttttlllbll (src/Torch/Internal/Unmanaged/Native/Native13.hs:1575)
convolution_backward_out_ttttttllllblla (src/Torch/Internal/Unmanaged/Native/Native13.hs:1605)
convolution_overrideable_out_ttttlllbll (src/Torch/Internal/Unmanaged/Native/Native13.hs:1635)
convolution_backward_overrideable_out_ttttttlllblla (src/Torch/Internal/Unmanaged/Native/Native13.hs:1664)
_convolution_out_ttttlllbllbbbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:1697)
conv_tbc_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1722)
conv_tbc_out_tttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1737)
copy_out_tttb (src/Torch/Internal/Unmanaged/Native/Native13.hs:1751)
copy_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1764)
_copy_from_out_tttb (src/Torch/Internal/Unmanaged/Native/Native13.hs:1777)
_copy_from_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1790)
_copy_from_and_resize_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1802)
count_nonzero_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:1814)
count_nonzero_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1825)
cudnn_affine_grid_generator_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:1839)
cudnn_affine_grid_generator_backward_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:1857)
cudnn_batch_norm_out_tttttttttbdd (src/Torch/Internal/Unmanaged/Native/Native13.hs:1881)
cudnn_batch_norm_backward_out_ttttttttttdt (src/Torch/Internal/Unmanaged/Native/Native13.hs:1911)
cudnn_convolution_out_tttllllbbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:1939)
cudnn_convolution_transpose_out_tttlllllbbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:1966)
_mps_convolution_transpose_out_tttlllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:1991)
mps_convolution_transpose_backward_out_tttttllllla (src/Torch/Internal/Unmanaged/Native/Native13.hs:2016)
cudnn_convolution_relu_out_ttttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:2041)
cudnn_convolution_add_relu_out_ttttstllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:2065)
cudnn_grid_sampler_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2084)
cudnn_grid_sampler_backward_out_ttttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2098)
_ctc_loss_out_ttttlllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2117)
_ctc_loss_out_ttttlll (src/Torch/Internal/Unmanaged/Native/Native13.hs:2138)
_ctc_loss_out_ttttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:2157)
_ctc_loss_out_ttttttlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2177)
_ctc_loss_out_ttttttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2198)
_ctc_loss_out_tttttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2217)
_ctc_loss_backward_out_ttttllttlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2239)
_ctc_loss_backward_out_ttttllttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2264)
diag_embed_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native13.hs:2284)
diag_embed_out_ttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:2299)
diag_embed_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2312)
diag_embed_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2323)
diagonal_backward_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:2337)
div_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:2352)
div_out_ttss (src/Torch/Internal/Unmanaged/Native/Native13.hs:2365)
embedding_out_tttlbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2381)
embedding_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2398)
embedding_out_tttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2413)
embedding_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2426)
embedding_dense_backward_out_tttllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2441)
embedding_renorm_out_tttdd (src/Torch/Internal/Unmanaged/Native/Native13.hs:2458)
embedding_renorm_ttdd (src/Torch/Internal/Unmanaged/Native/Native13.hs:2473)
_embedding_bag_forward_only_out_tttttttblbtbl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2496)
_embedding_bag_forward_only_out_tttttttblbtb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2527)
_embedding_bag_forward_only_out_tttttttblbt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2556)
_embedding_bag_forward_only_out_tttttttblb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2583)
_embedding_bag_forward_only_out_tttttttbl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2608)
_embedding_bag_forward_only_out_tttttttb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2631)
_embedding_bag_forward_only_out_ttttttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2652)
_embedding_bag_out_tttttttblbtbl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2678)
_embedding_bag_out_tttttttblbtb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2709)
_embedding_bag_out_tttttttblbt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2738)
_embedding_bag_out_tttttttblb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2765)
_embedding_bag_out_tttttttbl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2790)
_embedding_bag_out_tttttttb (src/Torch/Internal/Unmanaged/Native/Native13.hs:2813)
_embedding_bag_out_ttttttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2834)
_embedding_bag_dense_backward_out_ttttttlbltl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2858)
_embedding_bag_dense_backward_out_ttttttlblt (src/Torch/Internal/Unmanaged/Native/Native13.hs:2885)
_embedding_bag_per_sample_weights_backward_out_ttttttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:2909)
_embedding_bag_per_sample_weights_backward_out_ttttttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2930)
empty_out_tlNM (src/Torch/Internal/Unmanaged/Native/Native13.hs:2947)
empty_out_tlN (src/Torch/Internal/Unmanaged/Native/Native13.hs:2960)
new_empty_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:2972)
new_empty_strided_out_ttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:2985)
new_full_out_ttls (src/Torch/Internal/Unmanaged/Native/Native13.hs:2999)
new_zeros_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3012)
new_ones_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3024)
_empty_affine_quantized_out_tldlM (src/Torch/Internal/Unmanaged/Native/Native13.hs:3038)
_empty_affine_quantized_out_tldl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3053)
_empty_affine_quantized_out_tld (src/Torch/Internal/Unmanaged/Native/Native13.hs:3066)
_empty_affine_quantized_out_tl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3077)
_empty_per_channel_affine_quantized_out_tlttlM (src/Torch/Internal/Unmanaged/Native/Native13.hs:3091)
_empty_per_channel_affine_quantized_out_tlttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3108)
resize_out_ttlM (src/Torch/Internal/Unmanaged/Native/Native13.hs:3123)
resize_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3136)
resize_tlM (src/Torch/Internal/Unmanaged/Native/Native13.hs:3148)
resize_tl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3159)
_resize_output_out_ttlD (src/Torch/Internal/Unmanaged/Native/Native13.hs:3171)
_resize_output_tlD (src/Torch/Internal/Unmanaged/Native/Native13.hs:3184)
empty_quantized_out_tltM (src/Torch/Internal/Unmanaged/Native/Native13.hs:3197)
empty_quantized_out_tlt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3210)
empty_like_out_ttM (src/Torch/Internal/Unmanaged/Native/Native13.hs:3222)
empty_like_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3233)
empty_strided_out_tll (src/Torch/Internal/Unmanaged/Native/Native13.hs:3244)
fill_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:3256)
fill_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3268)
full_out_tlsN (src/Torch/Internal/Unmanaged/Native/Native13.hs:3281)
full_like_out_ttsM (src/Torch/Internal/Unmanaged/Native/Native13.hs:3295)
full_like_out_tts (src/Torch/Internal/Unmanaged/Native/Native13.hs:3308)
from_file_out_tsbl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3321)
from_file_out_tsb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3334)
from_file_out_ts (src/Torch/Internal/Unmanaged/Native/Native13.hs:3345)
grid_sampler_2d_out_tttllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3359)
grid_sampler_2d_backward_out_tttttllba (src/Torch/Internal/Unmanaged/Native/Native13.hs:3380)
_grid_sampler_2d_cpu_fallback_out_tttllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3401)
grid_sampler_3d_out_tttllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3419)
grid_sampler_3d_backward_out_tttttllba (src/Torch/Internal/Unmanaged/Native/Native13.hs:3440)
hann_window_out_tl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3457)
hann_window_out_tlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3468)
hamming_window_out_tl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3479)
hamming_window_out_tlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3490)
hamming_window_out_tlbd (src/Torch/Internal/Unmanaged/Native/Native13.hs:3503)
hamming_window_out_tlbdd (src/Torch/Internal/Unmanaged/Native/Native13.hs:3518)
kaiser_window_out_tl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3531)
kaiser_window_out_tlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3542)
kaiser_window_out_tlbd (src/Torch/Internal/Unmanaged/Native/Native13.hs:3555)
native_group_norm_out_ttttttlllld (src/Torch/Internal/Unmanaged/Native/Native13.hs:3576)
native_group_norm_backward_out_ttttttttlllla (src/Torch/Internal/Unmanaged/Native/Native13.hs:3606)
index_put_out_ttltb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3630)
index_put_out_ttlt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3645)
_index_put_impl_out_ttltbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3661)
_index_put_impl_out_ttltb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3678)
_index_put_impl_out_ttlt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3693)
_index_put_impl_tltbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3708)
_index_put_impl_tltb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3723)
_index_put_impl_tlt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3736)
isnan_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3747)
native_layer_norm_out_ttttlttd (src/Torch/Internal/Unmanaged/Native/Native13.hs:3763)
native_layer_norm_backward_out_tttttltttta (src/Torch/Internal/Unmanaged/Native/Native13.hs:3788)
linear_backward_out_tttttta (src/Torch/Internal/Unmanaged/Native/Native13.hs:3812)
mkldnn_linear_out_tttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3829)
mkldnn_linear_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3842)
mkldnn_linear_backward_input_out_tltt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3855)
mkldnn_linear_backward_weights_out_tttttb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3871)
mkldnn_linear_backward_out_tttttta (src/Torch/Internal/Unmanaged/Native/Native13.hs:3890)
matmul_backward_out_ttttta (src/Torch/Internal/Unmanaged/Native/Native13.hs:3909)
_aminmax_out_ttt (src/Torch/Internal/Unmanaged/Native/Native13.hs:3924)
_aminmax_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3938)
_aminmax_out_tttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:3953)
max_pool2d_backward_out_tttllllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:3971)
max_pool2d_backward_out_tttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:3992)
max_pool2d_backward_out_tttlll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4011)
max_pool2d_backward_out_tttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4028)
max_pool2d_backward_out_tttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:4043)
mkldnn_max_pool2d_out_ttllllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:4060)
mkldnn_max_pool2d_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4079)
mkldnn_max_pool2d_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4096)
mkldnn_max_pool2d_out_ttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4111)
mkldnn_max_pool2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:4124)
mkldnn_max_pool2d_backward_out_ttttllllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:4142)
mkldnn_max_pool2d_backward_out_ttttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4165)
mkldnn_max_pool2d_backward_out_ttttlll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4186)
mkldnn_max_pool2d_backward_out_ttttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4205)
mkldnn_max_pool2d_backward_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:4222)
mkldnn_max_pool3d_out_ttllllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:4240)
mkldnn_max_pool3d_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4259)
mkldnn_max_pool3d_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4276)
mkldnn_max_pool3d_out_ttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4291)
mkldnn_max_pool3d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:4304)
mkldnn_max_pool3d_backward_out_ttttllllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:4322)
mkldnn_max_pool3d_backward_out_ttttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4345)
mkldnn_max_pool3d_backward_out_ttttlll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4366)
mkldnn_max_pool3d_backward_out_ttttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4385)
mkldnn_max_pool3d_backward_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:4402)
quantized_max_pool1d_out_ttllllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:4420)
quantized_max_pool1d_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4439)
quantized_max_pool1d_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4456)
quantized_max_pool1d_out_ttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4471)
quantized_max_pool1d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:4484)
quantized_max_pool2d_out_ttllllb (src/Torch/Internal/Unmanaged/Native/Native13.hs:4500)
quantized_max_pool2d_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4519)
quantized_max_pool2d_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4536)
quantized_max_pool2d_out_ttll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4551)
quantized_max_pool2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native13.hs:4564)
median_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:4575)
nanmedian_out_tt (src/Torch/Internal/Unmanaged/Native/Native13.hs:4585)
_mps_convolution_out_ttttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4601)
mps_convolution_backward_out_ttttttlllla (src/Torch/Internal/Unmanaged/Native/Native13.hs:4626)
mkldnn_convolution_out_ttttllll (src/Torch/Internal/Unmanaged/Native/Native13.hs:4651)
mkldnn_rnn_layer_out_tttttttttttbllllbbbb (src/Torch/Internal/Unmanaged/Native/Native13.hs:4685)
mkldnn_rnn_layer_backward_out_ttttttttttttttttttttblllbbblbt (src/Torch/Internal/Unmanaged/Native/Native13.hs:4741)
miopen_batch_norm_out_ttttttttbdd (src/Torch/Internal/Unmanaged/Native/Native13.hs:4788)
miopen_batch_norm_backward_out_ttttttttttd (src/Torch/Internal/Unmanaged/Native/Native13.hs:4816)
0% ( 0 /291) in 'Torch.Internal.Managed.Native.Native13'
Missing documentation for:
Module header
special_hermite_polynomial_h_tt (src/Torch/Internal/Managed/Native/Native13.hs:28)
special_hermite_polynomial_h_st (src/Torch/Internal/Managed/Native/Native13.hs:34)
special_hermite_polynomial_h_ts (src/Torch/Internal/Managed/Native/Native13.hs:40)
special_hermite_polynomial_h_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:47)
special_hermite_polynomial_h_out_tst (src/Torch/Internal/Managed/Native/Native13.hs:54)
special_hermite_polynomial_h_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:61)
special_hermite_polynomial_he_tt (src/Torch/Internal/Managed/Native/Native13.hs:67)
special_hermite_polynomial_he_st (src/Torch/Internal/Managed/Native/Native13.hs:73)
special_hermite_polynomial_he_ts (src/Torch/Internal/Managed/Native/Native13.hs:79)
special_hermite_polynomial_he_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:86)
special_hermite_polynomial_he_out_tst (src/Torch/Internal/Managed/Native/Native13.hs:93)
special_hermite_polynomial_he_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:100)
special_laguerre_polynomial_l_tt (src/Torch/Internal/Managed/Native/Native13.hs:106)
special_laguerre_polynomial_l_st (src/Torch/Internal/Managed/Native/Native13.hs:112)
special_laguerre_polynomial_l_ts (src/Torch/Internal/Managed/Native/Native13.hs:118)
special_laguerre_polynomial_l_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:125)
special_laguerre_polynomial_l_out_tst (src/Torch/Internal/Managed/Native/Native13.hs:132)
special_laguerre_polynomial_l_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:139)
special_legendre_polynomial_p_tt (src/Torch/Internal/Managed/Native/Native13.hs:145)
special_legendre_polynomial_p_st (src/Torch/Internal/Managed/Native/Native13.hs:151)
special_legendre_polynomial_p_ts (src/Torch/Internal/Managed/Native/Native13.hs:157)
special_legendre_polynomial_p_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:164)
special_legendre_polynomial_p_out_tst (src/Torch/Internal/Managed/Native/Native13.hs:171)
special_legendre_polynomial_p_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:178)
special_modified_bessel_i0_t (src/Torch/Internal/Managed/Native/Native13.hs:183)
special_modified_bessel_i0_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:189)
special_modified_bessel_i1_t (src/Torch/Internal/Managed/Native/Native13.hs:194)
special_modified_bessel_i1_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:200)
special_modified_bessel_k0_t (src/Torch/Internal/Managed/Native/Native13.hs:205)
special_modified_bessel_k0_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:211)
special_modified_bessel_k1_t (src/Torch/Internal/Managed/Native/Native13.hs:216)
special_modified_bessel_k1_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:222)
special_scaled_modified_bessel_k0_t (src/Torch/Internal/Managed/Native/Native13.hs:227)
special_scaled_modified_bessel_k0_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:233)
special_scaled_modified_bessel_k1_t (src/Torch/Internal/Managed/Native/Native13.hs:238)
special_scaled_modified_bessel_k1_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:244)
special_shifted_chebyshev_polynomial_t_tt (src/Torch/Internal/Managed/Native/Native13.hs:250)
special_shifted_chebyshev_polynomial_t_st (src/Torch/Internal/Managed/Native/Native13.hs:256)
special_shifted_chebyshev_polynomial_t_ts (src/Torch/Internal/Managed/Native/Native13.hs:262)
special_shifted_chebyshev_polynomial_t_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:269)
special_shifted_chebyshev_polynomial_t_out_tst (src/Torch/Internal/Managed/Native/Native13.hs:276)
special_shifted_chebyshev_polynomial_t_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:283)
special_shifted_chebyshev_polynomial_u_tt (src/Torch/Internal/Managed/Native/Native13.hs:289)
special_shifted_chebyshev_polynomial_u_st (src/Torch/Internal/Managed/Native/Native13.hs:295)
special_shifted_chebyshev_polynomial_u_ts (src/Torch/Internal/Managed/Native/Native13.hs:301)
special_shifted_chebyshev_polynomial_u_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:308)
special_shifted_chebyshev_polynomial_u_out_tst (src/Torch/Internal/Managed/Native/Native13.hs:315)
special_shifted_chebyshev_polynomial_u_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:322)
special_shifted_chebyshev_polynomial_v_tt (src/Torch/Internal/Managed/Native/Native13.hs:328)
special_shifted_chebyshev_polynomial_v_st (src/Torch/Internal/Managed/Native/Native13.hs:334)
special_shifted_chebyshev_polynomial_v_ts (src/Torch/Internal/Managed/Native/Native13.hs:340)
special_shifted_chebyshev_polynomial_v_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:347)
special_shifted_chebyshev_polynomial_v_out_tst (src/Torch/Internal/Managed/Native/Native13.hs:354)
special_shifted_chebyshev_polynomial_v_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:361)
special_shifted_chebyshev_polynomial_w_tt (src/Torch/Internal/Managed/Native/Native13.hs:367)
special_shifted_chebyshev_polynomial_w_st (src/Torch/Internal/Managed/Native/Native13.hs:373)
special_shifted_chebyshev_polynomial_w_ts (src/Torch/Internal/Managed/Native/Native13.hs:379)
special_shifted_chebyshev_polynomial_w_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:386)
special_shifted_chebyshev_polynomial_w_out_tst (src/Torch/Internal/Managed/Native/Native13.hs:393)
special_shifted_chebyshev_polynomial_w_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:400)
special_spherical_bessel_j0_t (src/Torch/Internal/Managed/Native/Native13.hs:405)
special_spherical_bessel_j0_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:411)
_foobar_tbbb (src/Torch/Internal/Managed/Native/Native13.hs:419)
_foobar_tbb (src/Torch/Internal/Managed/Native/Native13.hs:426)
_foobar_tb (src/Torch/Internal/Managed/Native/Native13.hs:432)
_foobar_t (src/Torch/Internal/Managed/Native/Native13.hs:437)
_fused_adam__lllllldddddbbtt (src/Torch/Internal/Managed/Native/Native13.hs:456)
_fused_adam__lllllldddddbbt (src/Torch/Internal/Managed/Native/Native13.hs:474)
_fused_adam__lllllldddddbb (src/Torch/Internal/Managed/Native/Native13.hs:491)
_fused_adamw__lllllldddddbbtt (src/Torch/Internal/Managed/Native/Native13.hs:510)
_fused_adamw__lllllldddddbbt (src/Torch/Internal/Managed/Native/Native13.hs:528)
_fused_adamw__lllllldddddbb (src/Torch/Internal/Managed/Native/Native13.hs:545)
_new_zeros_with_same_feature_meta_out_tttl (src/Torch/Internal/Managed/Native/Native13.hs:553)
_new_zeros_with_same_feature_meta_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:560)
_cudnn_ctc_loss_out_ttttlllbb (src/Torch/Internal/Managed/Native/Native13.hs:573)
_cudnn_rnn_flatten_weight_out_tlllllllbb (src/Torch/Internal/Managed/Native/Native13.hs:587)
_cudnn_rnn_out_ttttttlltttllllbdbblt (src/Torch/Internal/Managed/Native/Native13.hs:612)
_cudnn_rnn_backward_out_tttltlltttttttllllbdbbltta (src/Torch/Internal/Managed/Native/Native13.hs:642)
_cudnn_init_dropout_state_out_tdbl (src/Torch/Internal/Managed/Native/Native13.hs:650)
_fused_dropout_out_tttdG (src/Torch/Internal/Managed/Native/Native13.hs:659)
_fused_dropout_out_tttd (src/Torch/Internal/Managed/Native/Native13.hs:667)
_masked_scale_out_tttd (src/Torch/Internal/Managed/Native/Native13.hs:675)
native_dropout_out_tttdb (src/Torch/Internal/Managed/Native/Native13.hs:684)
native_dropout_backward_out_tttd (src/Torch/Internal/Managed/Native/Native13.hs:692)
_conj_physical_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:698)
_add_relu_out_ttss (src/Torch/Internal/Managed/Native/Native13.hs:706)
_add_relu_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:713)
add_out_ttss (src/Torch/Internal/Managed/Native/Native13.hs:721)
add_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:728)
affine_grid_generator_out_ttlb (src/Torch/Internal/Managed/Native/Native13.hs:736)
bartlett_window_out_tl (src/Torch/Internal/Managed/Native/Native13.hs:742)
bartlett_window_out_tlb (src/Torch/Internal/Managed/Native/Native13.hs:749)
quantized_batch_norm_out_ttttttddl (src/Torch/Internal/Managed/Native/Native13.hs:762)
bernoulli_out_tttG (src/Torch/Internal/Managed/Native/Native13.hs:770)
bernoulli_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:777)
bernoulli_ttG (src/Torch/Internal/Managed/Native/Native13.hs:784)
bernoulli_tt (src/Torch/Internal/Managed/Native/Native13.hs:790)
bernoulli_out_ttdG (src/Torch/Internal/Managed/Native/Native13.hs:798)
bernoulli_out_ttd (src/Torch/Internal/Managed/Native/Native13.hs:805)
binary_cross_entropy_with_logits_out_tttttl (src/Torch/Internal/Managed/Native/Native13.hs:821)
binary_cross_entropy_with_logits_out_ttttt (src/Torch/Internal/Managed/Native/Native13.hs:830)
binary_cross_entropy_with_logits_out_tttt (src/Torch/Internal/Managed/Native/Native13.hs:838)
binary_cross_entropy_with_logits_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:845)
bincount_out_tttl (src/Torch/Internal/Managed/Native/Native13.hs:853)
bincount_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:860)
bincount_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:866)
blackman_window_out_tl (src/Torch/Internal/Managed/Native/Native13.hs:872)
blackman_window_out_tlb (src/Torch/Internal/Managed/Native/Native13.hs:879)
block_diag_out_tl (src/Torch/Internal/Managed/Native/Native13.hs:885)
constant_pad_nd_out_ttls (src/Torch/Internal/Managed/Native/Native13.hs:893)
constant_pad_nd_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:900)
convolution_out_ttttlllbll (src/Torch/Internal/Managed/Native/Native13.hs:914)
convolution_backward_out_ttttttllllblla (src/Torch/Internal/Managed/Native/Native13.hs:932)
convolution_overrideable_out_ttttlllbll (src/Torch/Internal/Managed/Native/Native13.hs:946)
convolution_backward_overrideable_out_ttttttlllblla (src/Torch/Internal/Managed/Native/Native13.hs:963)
_convolution_out_ttttlllbllbbbb (src/Torch/Internal/Managed/Native/Native13.hs:981)
conv_tbc_out_ttttl (src/Torch/Internal/Managed/Native/Native13.hs:990)
conv_tbc_out_tttt (src/Torch/Internal/Managed/Native/Native13.hs:998)
copy_out_tttb (src/Torch/Internal/Managed/Native/Native13.hs:1006)
copy_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:1013)
_copy_from_out_tttb (src/Torch/Internal/Managed/Native/Native13.hs:1021)
_copy_from_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:1028)
_copy_from_and_resize_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:1035)
count_nonzero_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:1042)
count_nonzero_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:1048)
cudnn_affine_grid_generator_out_ttllll (src/Torch/Internal/Managed/Native/Native13.hs:1058)
cudnn_affine_grid_generator_backward_out_ttllll (src/Torch/Internal/Managed/Native/Native13.hs:1068)
cudnn_batch_norm_out_tttttttttbdd (src/Torch/Internal/Managed/Native/Native13.hs:1084)
cudnn_batch_norm_backward_out_ttttttttttdt (src/Torch/Internal/Managed/Native/Native13.hs:1100)
cudnn_convolution_out_tttllllbbb (src/Torch/Internal/Managed/Native/Native13.hs:1114)
cudnn_convolution_transpose_out_tttlllllbbb (src/Torch/Internal/Managed/Native/Native13.hs:1129)
_mps_convolution_transpose_out_tttlllll (src/Torch/Internal/Managed/Native/Native13.hs:1141)
mps_convolution_transpose_backward_out_tttttllllla (src/Torch/Internal/Managed/Native/Native13.hs:1156)
cudnn_convolution_relu_out_ttttllll (src/Torch/Internal/Managed/Native/Native13.hs:1168)
cudnn_convolution_add_relu_out_ttttstllll (src/Torch/Internal/Managed/Native/Native13.hs:1182)
cudnn_grid_sampler_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:1189)
cudnn_grid_sampler_backward_out_ttttt (src/Torch/Internal/Managed/Native/Native13.hs:1198)
_ctc_loss_out_ttttlllb (src/Torch/Internal/Managed/Native/Native13.hs:1210)
_ctc_loss_out_ttttlll (src/Torch/Internal/Managed/Native/Native13.hs:1221)
_ctc_loss_out_ttttll (src/Torch/Internal/Managed/Native/Native13.hs:1231)
_ctc_loss_out_ttttttlb (src/Torch/Internal/Managed/Native/Native13.hs:1243)
_ctc_loss_out_ttttttl (src/Torch/Internal/Managed/Native/Native13.hs:1254)
_ctc_loss_out_tttttt (src/Torch/Internal/Managed/Native/Native13.hs:1264)
_ctc_loss_backward_out_ttttllttlb (src/Torch/Internal/Managed/Native/Native13.hs:1278)
_ctc_loss_backward_out_ttttllttl (src/Torch/Internal/Managed/Native/Native13.hs:1291)
diag_embed_out_ttlll (src/Torch/Internal/Managed/Native/Native13.hs:1300)
diag_embed_out_ttll (src/Torch/Internal/Managed/Native/Native13.hs:1308)
diag_embed_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:1315)
diag_embed_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:1321)
diagonal_backward_out_ttllll (src/Torch/Internal/Managed/Native/Native13.hs:1331)
div_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:1338)
div_out_ttss (src/Torch/Internal/Managed/Native/Native13.hs:1346)
embedding_out_tttlbb (src/Torch/Internal/Managed/Native/Native13.hs:1356)
embedding_out_tttlb (src/Torch/Internal/Managed/Native/Native13.hs:1365)
embedding_out_tttl (src/Torch/Internal/Managed/Native/Native13.hs:1373)
embedding_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:1380)
embedding_dense_backward_out_tttllb (src/Torch/Internal/Managed/Native/Native13.hs:1390)
embedding_renorm_out_tttdd (src/Torch/Internal/Managed/Native/Native13.hs:1399)
embedding_renorm_ttdd (src/Torch/Internal/Managed/Native/Native13.hs:1407)
_embedding_bag_forward_only_out_tttttttblbtbl (src/Torch/Internal/Managed/Native/Native13.hs:1424)
_embedding_bag_forward_only_out_tttttttblbtb (src/Torch/Internal/Managed/Native/Native13.hs:1440)
_embedding_bag_forward_only_out_tttttttblbt (src/Torch/Internal/Managed/Native/Native13.hs:1455)
_embedding_bag_forward_only_out_tttttttblb (src/Torch/Internal/Managed/Native/Native13.hs:1469)
_embedding_bag_forward_only_out_tttttttbl (src/Torch/Internal/Managed/Native/Native13.hs:1482)
_embedding_bag_forward_only_out_tttttttb (src/Torch/Internal/Managed/Native/Native13.hs:1494)
_embedding_bag_forward_only_out_ttttttt (src/Torch/Internal/Managed/Native/Native13.hs:1505)
_embedding_bag_out_tttttttblbtbl (src/Torch/Internal/Managed/Native/Native13.hs:1522)
_embedding_bag_out_tttttttblbtb (src/Torch/Internal/Managed/Native/Native13.hs:1538)
_embedding_bag_out_tttttttblbt (src/Torch/Internal/Managed/Native/Native13.hs:1553)
_embedding_bag_out_tttttttblb (src/Torch/Internal/Managed/Native/Native13.hs:1567)
_embedding_bag_out_tttttttbl (src/Torch/Internal/Managed/Native/Native13.hs:1580)
_embedding_bag_out_tttttttb (src/Torch/Internal/Managed/Native/Native13.hs:1592)
_embedding_bag_out_ttttttt (src/Torch/Internal/Managed/Native/Native13.hs:1603)
_embedding_bag_dense_backward_out_ttttttlbltl (src/Torch/Internal/Managed/Native/Native13.hs:1618)
_embedding_bag_dense_backward_out_ttttttlblt (src/Torch/Internal/Managed/Native/Native13.hs:1632)
_embedding_bag_per_sample_weights_backward_out_ttttttll (src/Torch/Internal/Managed/Native/Native13.hs:1644)
_embedding_bag_per_sample_weights_backward_out_ttttttl (src/Torch/Internal/Managed/Native/Native13.hs:1655)
empty_out_tlNM (src/Torch/Internal/Managed/Native/Native13.hs:1663)
empty_out_tlN (src/Torch/Internal/Managed/Native/Native13.hs:1670)
new_empty_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:1677)
new_empty_strided_out_ttll (src/Torch/Internal/Managed/Native/Native13.hs:1685)
new_full_out_ttls (src/Torch/Internal/Managed/Native/Native13.hs:1693)
new_zeros_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:1700)
new_ones_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:1707)
_empty_affine_quantized_out_tldlM (src/Torch/Internal/Managed/Native/Native13.hs:1716)
_empty_affine_quantized_out_tldl (src/Torch/Internal/Managed/Native/Native13.hs:1724)
_empty_affine_quantized_out_tld (src/Torch/Internal/Managed/Native/Native13.hs:1731)
_empty_affine_quantized_out_tl (src/Torch/Internal/Managed/Native/Native13.hs:1737)
_empty_per_channel_affine_quantized_out_tlttlM (src/Torch/Internal/Managed/Native/Native13.hs:1747)
_empty_per_channel_affine_quantized_out_tlttl (src/Torch/Internal/Managed/Native/Native13.hs:1756)
resize_out_ttlM (src/Torch/Internal/Managed/Native/Native13.hs:1764)
resize_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:1771)
resize_tlM (src/Torch/Internal/Managed/Native/Native13.hs:1778)
resize_tl (src/Torch/Internal/Managed/Native/Native13.hs:1784)
_resize_output_out_ttlD (src/Torch/Internal/Managed/Native/Native13.hs:1792)
_resize_output_tlD (src/Torch/Internal/Managed/Native/Native13.hs:1799)
empty_quantized_out_tltM (src/Torch/Internal/Managed/Native/Native13.hs:1807)
empty_quantized_out_tlt (src/Torch/Internal/Managed/Native/Native13.hs:1814)
empty_like_out_ttM (src/Torch/Internal/Managed/Native/Native13.hs:1821)
empty_like_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:1827)
empty_strided_out_tll (src/Torch/Internal/Managed/Native/Native13.hs:1834)
fill_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:1841)
fill_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:1848)
full_out_tlsN (src/Torch/Internal/Managed/Native/Native13.hs:1856)
full_like_out_ttsM (src/Torch/Internal/Managed/Native/Native13.hs:1864)
full_like_out_tts (src/Torch/Internal/Managed/Native/Native13.hs:1871)
from_file_out_tsbl (src/Torch/Internal/Managed/Native/Native13.hs:1879)
from_file_out_tsb (src/Torch/Internal/Managed/Native/Native13.hs:1886)
from_file_out_ts (src/Torch/Internal/Managed/Native/Native13.hs:1892)
grid_sampler_2d_out_tttllb (src/Torch/Internal/Managed/Native/Native13.hs:1902)
grid_sampler_2d_backward_out_tttttllba (src/Torch/Internal/Managed/Native/Native13.hs:1915)
_grid_sampler_2d_cpu_fallback_out_tttllb (src/Torch/Internal/Managed/Native/Native13.hs:1925)
grid_sampler_3d_out_tttllb (src/Torch/Internal/Managed/Native/Native13.hs:1935)
grid_sampler_3d_backward_out_tttttllba (src/Torch/Internal/Managed/Native/Native13.hs:1948)
hann_window_out_tl (src/Torch/Internal/Managed/Native/Native13.hs:1954)
hann_window_out_tlb (src/Torch/Internal/Managed/Native/Native13.hs:1961)
hamming_window_out_tl (src/Torch/Internal/Managed/Native/Native13.hs:1967)
hamming_window_out_tlb (src/Torch/Internal/Managed/Native/Native13.hs:1974)
hamming_window_out_tlbd (src/Torch/Internal/Managed/Native/Native13.hs:1982)
hamming_window_out_tlbdd (src/Torch/Internal/Managed/Native/Native13.hs:1991)
kaiser_window_out_tl (src/Torch/Internal/Managed/Native/Native13.hs:1997)
kaiser_window_out_tlb (src/Torch/Internal/Managed/Native/Native13.hs:2004)
kaiser_window_out_tlbd (src/Torch/Internal/Managed/Native/Native13.hs:2012)
native_group_norm_out_ttttttlllld (src/Torch/Internal/Managed/Native/Native13.hs:2027)
native_group_norm_backward_out_ttttttttlllla (src/Torch/Internal/Managed/Native/Native13.hs:2044)
index_put_out_ttltb (src/Torch/Internal/Managed/Native/Native13.hs:2053)
index_put_out_ttlt (src/Torch/Internal/Managed/Native/Native13.hs:2061)
_index_put_impl_out_ttltbb (src/Torch/Internal/Managed/Native/Native13.hs:2071)
_index_put_impl_out_ttltb (src/Torch/Internal/Managed/Native/Native13.hs:2080)
_index_put_impl_out_ttlt (src/Torch/Internal/Managed/Native/Native13.hs:2088)
_index_put_impl_tltbb (src/Torch/Internal/Managed/Native/Native13.hs:2097)
_index_put_impl_tltb (src/Torch/Internal/Managed/Native/Native13.hs:2105)
_index_put_impl_tlt (src/Torch/Internal/Managed/Native/Native13.hs:2112)
isnan_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:2118)
native_layer_norm_out_ttttlttd (src/Torch/Internal/Managed/Native/Native13.hs:2130)
native_layer_norm_backward_out_tttttltttta (src/Torch/Internal/Managed/Native/Native13.hs:2145)
linear_backward_out_tttttta (src/Torch/Internal/Managed/Native/Native13.hs:2156)
mkldnn_linear_out_tttt (src/Torch/Internal/Managed/Native/Native13.hs:2164)
mkldnn_linear_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:2171)
mkldnn_linear_backward_input_out_tltt (src/Torch/Internal/Managed/Native/Native13.hs:2179)
mkldnn_linear_backward_weights_out_tttttb (src/Torch/Internal/Managed/Native/Native13.hs:2189)
mkldnn_linear_backward_out_tttttta (src/Torch/Internal/Managed/Native/Native13.hs:2200)
matmul_backward_out_ttttta (src/Torch/Internal/Managed/Native/Native13.hs:2210)
_aminmax_out_ttt (src/Torch/Internal/Managed/Native/Native13.hs:2217)
_aminmax_out_tttlb (src/Torch/Internal/Managed/Native/Native13.hs:2226)
_aminmax_out_tttl (src/Torch/Internal/Managed/Native/Native13.hs:2234)
max_pool2d_backward_out_tttllllb (src/Torch/Internal/Managed/Native/Native13.hs:2246)
max_pool2d_backward_out_tttllll (src/Torch/Internal/Managed/Native/Native13.hs:2257)
max_pool2d_backward_out_tttlll (src/Torch/Internal/Managed/Native/Native13.hs:2267)
max_pool2d_backward_out_tttll (src/Torch/Internal/Managed/Native/Native13.hs:2276)
max_pool2d_backward_out_tttl (src/Torch/Internal/Managed/Native/Native13.hs:2284)
mkldnn_max_pool2d_out_ttllllb (src/Torch/Internal/Managed/Native/Native13.hs:2295)
mkldnn_max_pool2d_out_ttllll (src/Torch/Internal/Managed/Native/Native13.hs:2305)
mkldnn_max_pool2d_out_ttlll (src/Torch/Internal/Managed/Native/Native13.hs:2314)
mkldnn_max_pool2d_out_ttll (src/Torch/Internal/Managed/Native/Native13.hs:2322)
mkldnn_max_pool2d_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:2329)
mkldnn_max_pool2d_backward_out_ttttllllb (src/Torch/Internal/Managed/Native/Native13.hs:2342)
mkldnn_max_pool2d_backward_out_ttttllll (src/Torch/Internal/Managed/Native/Native13.hs:2354)
mkldnn_max_pool2d_backward_out_ttttlll (src/Torch/Internal/Managed/Native/Native13.hs:2365)
mkldnn_max_pool2d_backward_out_ttttll (src/Torch/Internal/Managed/Native/Native13.hs:2375)
mkldnn_max_pool2d_backward_out_ttttl (src/Torch/Internal/Managed/Native/Native13.hs:2384)
mkldnn_max_pool3d_out_ttllllb (src/Torch/Internal/Managed/Native/Native13.hs:2395)
mkldnn_max_pool3d_out_ttllll (src/Torch/Internal/Managed/Native/Native13.hs:2405)
mkldnn_max_pool3d_out_ttlll (src/Torch/Internal/Managed/Native/Native13.hs:2414)
mkldnn_max_pool3d_out_ttll (src/Torch/Internal/Managed/Native/Native13.hs:2422)
mkldnn_max_pool3d_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:2429)
mkldnn_max_pool3d_backward_out_ttttllllb (src/Torch/Internal/Managed/Native/Native13.hs:2442)
mkldnn_max_pool3d_backward_out_ttttllll (src/Torch/Internal/Managed/Native/Native13.hs:2454)
mkldnn_max_pool3d_backward_out_ttttlll (src/Torch/Internal/Managed/Native/Native13.hs:2465)
mkldnn_max_pool3d_backward_out_ttttll (src/Torch/Internal/Managed/Native/Native13.hs:2475)
mkldnn_max_pool3d_backward_out_ttttl (src/Torch/Internal/Managed/Native/Native13.hs:2484)
quantized_max_pool1d_out_ttllllb (src/Torch/Internal/Managed/Native/Native13.hs:2495)
quantized_max_pool1d_out_ttllll (src/Torch/Internal/Managed/Native/Native13.hs:2505)
quantized_max_pool1d_out_ttlll (src/Torch/Internal/Managed/Native/Native13.hs:2514)
quantized_max_pool1d_out_ttll (src/Torch/Internal/Managed/Native/Native13.hs:2522)
quantized_max_pool1d_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:2529)
quantized_max_pool2d_out_ttllllb (src/Torch/Internal/Managed/Native/Native13.hs:2540)
quantized_max_pool2d_out_ttllll (src/Torch/Internal/Managed/Native/Native13.hs:2550)
quantized_max_pool2d_out_ttlll (src/Torch/Internal/Managed/Native/Native13.hs:2559)
quantized_max_pool2d_out_ttll (src/Torch/Internal/Managed/Native/Native13.hs:2567)
quantized_max_pool2d_out_ttl (src/Torch/Internal/Managed/Native/Native13.hs:2574)
median_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:2580)
nanmedian_out_tt (src/Torch/Internal/Managed/Native/Native13.hs:2586)
_mps_convolution_out_ttttllll (src/Torch/Internal/Managed/Native/Native13.hs:2598)
mps_convolution_backward_out_ttttttlllla (src/Torch/Internal/Managed/Native/Native13.hs:2613)
mkldnn_convolution_out_ttttllll (src/Torch/Internal/Managed/Native/Native13.hs:2625)
mkldnn_rnn_layer_out_tttttttttttbllllbbbb (src/Torch/Internal/Managed/Native/Native13.hs:2649)
mkldnn_rnn_layer_backward_out_ttttttttttttttttttttblllbbblbt (src/Torch/Internal/Managed/Native/Native13.hs:2683)
miopen_batch_norm_out_ttttttttbdd (src/Torch/Internal/Managed/Native/Native13.hs:2698)
miopen_batch_norm_backward_out_ttttttttttd (src/Torch/Internal/Managed/Native/Native13.hs:2713)
0% ( 0 /279) in 'Torch.Internal.Unmanaged.Native.Native14'
Missing documentation for:
Module header
miopen_convolution_out_ttttllllbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:43)
miopen_convolution_transpose_out_ttttlllllbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:70)
miopen_depthwise_convolution_out_ttttllllbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:97)
miopen_rnn_out_ttttttllttlllbdbblt (src/Torch/Internal/Unmanaged/Native/Native14.hs:132)
miopen_rnn_backward_out_tttltlltttttttlllbdbbltta (src/Torch/Internal/Unmanaged/Native/Native14.hs:182)
_sparse_sparse_matmul_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:216)
mul_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:228)
_native_batch_norm_legit_functional_tttttbdd (src/Torch/Internal/Unmanaged/Native/Native14.hs:245)
batch_norm_stats_out_tttd (src/Torch/Internal/Unmanaged/Native/Native14.hs:263)
batch_norm_gather_stats_out_tttttttddl (src/Torch/Internal/Unmanaged/Native/Native14.hs:283)
batch_norm_gather_stats_with_counts_out_tttttttddt (src/Torch/Internal/Unmanaged/Native/Native14.hs:309)
native_batch_norm_backward_out_ttttttttttbda (src/Torch/Internal/Unmanaged/Native/Native14.hs:338)
batch_norm_backward_reduce_out_tttttttttbbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:369)
batch_norm_backward_elemt_out_ttttttttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:396)
batch_norm_update_stats_out_tttttd (src/Torch/Internal/Unmanaged/Native/Native14.hs:417)
_nnpack_spatial_convolution_out_ttttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:435)
_nnpack_spatial_convolution_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:452)
ones_out_tlN (src/Torch/Internal/Unmanaged/Native/Native14.hs:466)
ones_like_out_ttM (src/Torch/Internal/Unmanaged/Native/Native14.hs:478)
ones_like_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:489)
_euclidean_dist_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:500)
_cdist_forward_out_tttdl (src/Torch/Internal/Unmanaged/Native/Native14.hs:514)
_cdist_backward_out_ttttdt (src/Torch/Internal/Unmanaged/Native/Native14.hs:531)
_pdist_forward_out_ttd (src/Torch/Internal/Unmanaged/Native/Native14.hs:546)
_pdist_forward_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:557)
_pdist_backward_out_tttdt (src/Torch/Internal/Unmanaged/Native/Native14.hs:570)
pixel_shuffle_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:584)
pixel_unshuffle_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:596)
channel_shuffle_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:608)
_pin_memory_out_ttD (src/Torch/Internal/Unmanaged/Native/Native14.hs:620)
_pin_memory_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:631)
scalar_tensor_out_ts (src/Torch/Internal/Unmanaged/Native/Native14.hs:641)
rand_out_tlN (src/Torch/Internal/Unmanaged/Native/Native14.hs:652)
rand_out_tlGN (src/Torch/Internal/Unmanaged/Native/Native14.hs:665)
rand_like_out_ttM (src/Torch/Internal/Unmanaged/Native/Native14.hs:678)
rand_like_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:689)
randint_like_out_ttlM (src/Torch/Internal/Unmanaged/Native/Native14.hs:701)
randint_like_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:714)
randint_like_out_ttllM (src/Torch/Internal/Unmanaged/Native/Native14.hs:728)
randint_like_out_ttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:743)
randn_out_tlN (src/Torch/Internal/Unmanaged/Native/Native14.hs:756)
randn_out_tlGN (src/Torch/Internal/Unmanaged/Native/Native14.hs:769)
randn_like_out_ttM (src/Torch/Internal/Unmanaged/Native/Native14.hs:782)
randn_like_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:793)
repeat_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:804)
repeat_interleave_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:816)
repeat_interleave_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:827)
_mkldnn_reshape_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:838)
relu_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:849)
select_backward_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:862)
celu_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:876)
celu_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:887)
slice_backward_out_ttlllll (src/Torch/Internal/Unmanaged/Native/Native14.hs:902)
slice_scatter_out_tttllll (src/Torch/Internal/Unmanaged/Native/Native14.hs:922)
slice_scatter_out_tttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:941)
slice_scatter_out_tttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:958)
slice_scatter_out_tttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:973)
slice_scatter_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:986)
select_scatter_out_tttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1000)
diagonal_scatter_out_tttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1017)
diagonal_scatter_out_tttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1034)
diagonal_scatter_out_tttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1049)
diagonal_scatter_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1062)
as_strided_scatter_out_tttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1077)
as_strided_scatter_out_tttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1094)
unsafe_split_out_ltll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1109)
unsafe_split_out_ltl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1122)
unsafe_split_with_sizes_out_ltll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1135)
unsafe_split_with_sizes_out_ltl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1148)
sum_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:1160)
sum_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1171)
std_mean_out_tttllb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1185)
std_mean_out_tttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1202)
std_mean_out_tttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1217)
std_mean_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1230)
prod_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:1242)
prod_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1253)
_mkldnn_transpose_out_ttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1265)
flip_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1278)
roll_out_ttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1291)
roll_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1304)
rot90_out_ttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1317)
rot90_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1330)
rot90_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1341)
_transform_bias_rescale_qkv_out_tttttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1355)
_nested_tensor_from_mask_out_tttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1371)
_nested_tensor_from_mask_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1384)
_nested_from_padded_out_tttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1397)
_nested_from_padded_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1410)
_nested_tensor_size_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1421)
_nested_tensor_strides_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1431)
_nested_from_padded_and_nested_example_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1442)
_trilinear_out_ttttlllll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1460)
_trilinear_out_ttttllll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1483)
_unique_out_tttbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1502)
_unique_out_tttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1517)
_unique_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1530)
unique_dim_out_ttttlbbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1547)
unique_dim_out_ttttlbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1568)
unique_dim_out_ttttlb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1587)
unique_dim_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1604)
unique_consecutive_out_ttttbbl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1622)
unique_consecutive_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1641)
unique_consecutive_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1658)
unique_consecutive_out_tttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1673)
unique_dim_consecutive_out_ttttlbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1690)
unique_dim_consecutive_out_ttttlb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1709)
unique_dim_consecutive_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1726)
_unique2_out_ttttbbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1744)
_unique2_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1763)
_unique2_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1780)
_unique2_out_tttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1795)
_unsafe_view_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1808)
var_mean_out_tttllb (src/Torch/Internal/Unmanaged/Native/Native14.hs:1823)
var_mean_out_tttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:1840)
var_mean_out_tttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1855)
var_mean_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1868)
_weight_norm_interface_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1882)
_weight_norm_interface_out_tttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1897)
_weight_norm_interface_backward_out_ttttttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1914)
zeros_out_tlN (src/Torch/Internal/Unmanaged/Native/Native14.hs:1930)
_efficientzerotensor_out_tl (src/Torch/Internal/Unmanaged/Native/Native14.hs:1941)
zeros_like_out_ttM (src/Torch/Internal/Unmanaged/Native/Native14.hs:1952)
zeros_like_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1963)
_standard_gamma_grad_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1974)
_standard_gamma_out_ttG (src/Torch/Internal/Unmanaged/Native/Native14.hs:1986)
_standard_gamma_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:1997)
_dirichlet_grad_out_tttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2009)
_sample_dirichlet_out_ttG (src/Torch/Internal/Unmanaged/Native/Native14.hs:2022)
_sample_dirichlet_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2033)
poisson_out_ttG (src/Torch/Internal/Unmanaged/Native/Native14.hs:2044)
poisson_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2055)
binomial_out_tttG (src/Torch/Internal/Unmanaged/Native/Native14.hs:2067)
binomial_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2080)
native_norm_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:2092)
native_norm_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2103)
native_norm_out_ttslbs (src/Torch/Internal/Unmanaged/Native/Native14.hs:2117)
_sparse_sum_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:2132)
_sparse_sum_backward_out_tttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:2145)
_sparse_csr_sum_out_ttlbs (src/Torch/Internal/Unmanaged/Native/Native14.hs:2160)
_sparse_csr_sum_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native14.hs:2175)
_sparse_csr_sum_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:2188)
_sparse_csr_prod_out_ttlbs (src/Torch/Internal/Unmanaged/Native/Native14.hs:2202)
_sparse_csr_prod_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native14.hs:2217)
_sparse_csr_prod_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:2230)
_sparse_softmax_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native14.hs:2243)
_sparse_softmax_backward_data_out_tttlt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2258)
_sparse_log_softmax_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native14.hs:2273)
_sparse_log_softmax_backward_data_out_tttlt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2288)
_spdiags_out_tttlL (src/Torch/Internal/Unmanaged/Native/Native14.hs:2304)
_spdiags_out_tttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:2319)
norm_out_ttss (src/Torch/Internal/Unmanaged/Native/Native14.hs:2333)
norm_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:2346)
norm_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2357)
clone_out_ttM (src/Torch/Internal/Unmanaged/Native/Native14.hs:2368)
clone_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2379)
resize_as_out_tttM (src/Torch/Internal/Unmanaged/Native/Native14.hs:2391)
resize_as_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2404)
resize_as_ttM (src/Torch/Internal/Unmanaged/Native/Native14.hs:2416)
resize_as_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2427)
resize_as_sparse_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2438)
resize_as_sparse_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2449)
zero_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2459)
zero_t (src/Torch/Internal/Unmanaged/Native/Native14.hs:2468)
sub_out_ttss (src/Torch/Internal/Unmanaged/Native/Native14.hs:2479)
sub_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:2492)
rsub_out_ttts (src/Torch/Internal/Unmanaged/Native/Native14.hs:2505)
rsub_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2518)
rsub_out_ttss (src/Torch/Internal/Unmanaged/Native/Native14.hs:2531)
rsub_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:2544)
_sparse_addmm_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native14.hs:2559)
_sparse_addmm_out_tttts (src/Torch/Internal/Unmanaged/Native/Native14.hs:2576)
_sparse_addmm_out_tttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2591)
sparse_coo_tensor_out_tl (src/Torch/Internal/Unmanaged/Native/Native14.hs:2603)
_sparse_coo_tensor_with_dims_out_tlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2615)
_sparse_coo_tensor_with_dims_and_tensors_out_tllltt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2631)
sparse_resize_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2648)
sparse_resize_tlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2663)
sparse_resize_and_clear_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2678)
sparse_resize_and_clear_tlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2693)
sparse_mask_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2706)
_to_dense_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:2718)
_to_dense_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2729)
_coalesce_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2739)
_coalesced_out_ttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:2750)
_coalesced_tb (src/Torch/Internal/Unmanaged/Native/Native14.hs:2761)
copy_sparse_to_sparse_out_tttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:2773)
copy_sparse_to_sparse_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2786)
copy_sparse_to_sparse_ttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:2798)
copy_sparse_to_sparse_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2809)
to_mkldnn_out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:2820)
to_mkldnn_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2831)
mkldnn_reorder_conv2d_weight_out_ttlllll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2846)
mkldnn_reorder_conv2d_weight_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2865)
mkldnn_reorder_conv2d_weight_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2882)
mkldnn_reorder_conv2d_weight_out_ttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2897)
mkldnn_reorder_conv2d_weight_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:2910)
mkldnn_reorder_conv2d_weight_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2921)
mkldnn_reorder_conv3d_weight_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2935)
mkldnn_reorder_conv3d_weight_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2952)
mkldnn_reorder_conv3d_weight_out_ttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:2967)
mkldnn_reorder_conv3d_weight_out_ttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:2980)
mkldnn_reorder_conv3d_weight_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:2991)
quantize_per_tensor_dynamic_out_ttsb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3003)
quantize_per_tensor_out_ttdls (src/Torch/Internal/Unmanaged/Native/Native14.hs:3018)
quantize_per_tensor_out_tttts (src/Torch/Internal/Unmanaged/Native/Native14.hs:3034)
quantize_per_tensor_out_lltts (src/Torch/Internal/Unmanaged/Native/Native14.hs:3050)
quantize_per_channel_out_ttttls (src/Torch/Internal/Unmanaged/Native/Native14.hs:3067)
dequantize_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3081)
dequantize_out_ll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3091)
q_per_channel_scales_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3101)
q_per_channel_zero_points_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3111)
int_repr_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3121)
_make_per_tensor_quantized_tensor_out_ttdl (src/Torch/Internal/Unmanaged/Native/Native14.hs:3133)
_make_per_channel_quantized_tensor_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:3148)
fake_quantize_per_tensor_affine_cachemask_out_tttdlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3166)
_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_out_ttttttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3187)
_fake_quantize_learnable_per_tensor_affine_out_ttttlld (src/Torch/Internal/Unmanaged/Native/Native14.hs:3208)
_fake_quantize_learnable_per_tensor_affine_out_ttttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3227)
fake_quantize_per_channel_affine_cachemask_out_tttttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3247)
_fake_quantize_learnable_per_channel_affine_out_ttttllld (src/Torch/Internal/Unmanaged/Native/Native14.hs:3269)
_fake_quantize_learnable_per_channel_affine_out_ttttlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3290)
_fused_moving_avg_obs_fq_helper_out_tttttttttdlllbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3318)
_fused_moving_avg_obs_fq_helper_out_tttttttttdlllb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3353)
_fused_moving_avg_obs_fq_helper_out_tttttttttdlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3386)
_fused_moving_avg_obs_fq_helper_functional_tttttttdlllbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3418)
_fused_moving_avg_obs_fq_helper_functional_tttttttdlllb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3449)
_fused_moving_avg_obs_fq_helper_functional_tttttttdlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3478)
_to_copy_out_ttbM (src/Torch/Internal/Unmanaged/Native/Native14.hs:3499)
_to_copy_out_ttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3512)
_to_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3523)
_lstm_mps_out_tttttttllbldbbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3546)
lstm_mps_backward_out_tlltttttttllbldbbb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3585)
_thnn_fused_lstm_cell_out_tttttttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3617)
_thnn_fused_lstm_cell_out_ttttttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3638)
_thnn_fused_lstm_cell_out_tttttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3657)
_thnn_fused_lstm_cell_backward_impl_out_ttttttttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3678)
_thnn_fused_gru_cell_out_ttttttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3700)
_thnn_fused_gru_cell_out_tttttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3719)
_thnn_fused_gru_cell_out_ttttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3736)
_thnn_fused_gru_cell_backward_out_tttttttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3755)
_pack_padded_sequence_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:3774)
set_out_ttS (src/Torch/Internal/Unmanaged/Native/Native14.hs:3788)
set_tS (src/Torch/Internal/Unmanaged/Native/Native14.hs:3799)
set_out_ttSlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3813)
set_out_ttSll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3830)
set_tSlll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3846)
set_tSll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3861)
set_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3874)
set_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3885)
set_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3895)
set_t (src/Torch/Internal/Unmanaged/Native/Native14.hs:3904)
lift_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3913)
lift_fresh_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3923)
masked_fill_out_ttts (src/Torch/Internal/Unmanaged/Native/Native14.hs:3935)
masked_fill_out_tttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3949)
masked_scatter_out_tttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:3963)
_masked_softmax_out_tttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:3978)
_masked_softmax_out_tttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:3993)
_masked_softmax_out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:4006)
_masked_softmax_backward_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native14.hs:4020)
_masked_softmax_backward_out_tttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:4035)
put_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native14.hs:4050)
put_out_tttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:4065)
index_fill_out_ttlts (src/Torch/Internal/Unmanaged/Native/Native14.hs:4080)
index_fill_out_ttltt (src/Torch/Internal/Unmanaged/Native/Native14.hs:4096)
bitwise_and_out_tst (src/Torch/Internal/Unmanaged/Native/Native14.hs:4110)
bitwise_or_out_tst (src/Torch/Internal/Unmanaged/Native/Native14.hs:4122)
bitwise_xor_out_tst (src/Torch/Internal/Unmanaged/Native/Native14.hs:4134)
__lshift___out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:4146)
__lshift___out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:4158)
bitwise_left_shift_out_tst (src/Torch/Internal/Unmanaged/Native/Native14.hs:4170)
__rshift___out_tts (src/Torch/Internal/Unmanaged/Native/Native14.hs:4182)
__rshift___out_ttt (src/Torch/Internal/Unmanaged/Native/Native14.hs:4194)
bitwise_right_shift_out_tst (src/Torch/Internal/Unmanaged/Native/Native14.hs:4206)
random_out_ttllG (src/Torch/Internal/Unmanaged/Native/Native14.hs:4220)
random_out_ttll (src/Torch/Internal/Unmanaged/Native/Native14.hs:4235)
random_tllG (src/Torch/Internal/Unmanaged/Native/Native14.hs:4249)
0% ( 0 /279) in 'Torch.Internal.Managed.Native.Native14'
Missing documentation for:
Module header
miopen_convolution_out_ttttllllbb (src/Torch/Internal/Managed/Native/Native14.hs:36)
miopen_convolution_transpose_out_ttttlllllbb (src/Torch/Internal/Managed/Native/Native14.hs:51)
miopen_depthwise_convolution_out_ttttllllbb (src/Torch/Internal/Managed/Native/Native14.hs:65)
miopen_rnn_out_ttttttllttlllbdbblt (src/Torch/Internal/Managed/Native/Native14.hs:88)
miopen_rnn_backward_out_tttltlltttttttlllbdbbltta (src/Torch/Internal/Managed/Native/Native14.hs:117)
_sparse_sparse_matmul_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:124)
mul_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:131)
_native_batch_norm_legit_functional_tttttbdd (src/Torch/Internal/Managed/Native/Native14.hs:143)
batch_norm_stats_out_tttd (src/Torch/Internal/Managed/Native/Native14.hs:151)
batch_norm_gather_stats_out_tttttttddl (src/Torch/Internal/Managed/Native/Native14.hs:165)
batch_norm_gather_stats_with_counts_out_tttttttddt (src/Torch/Internal/Managed/Native/Native14.hs:179)
native_batch_norm_backward_out_ttttttttttbda (src/Torch/Internal/Managed/Native/Native14.hs:196)
batch_norm_backward_reduce_out_tttttttttbbb (src/Torch/Internal/Managed/Native/Native14.hs:212)
batch_norm_backward_elemt_out_ttttttttt (src/Torch/Internal/Managed/Native/Native14.hs:225)
batch_norm_update_stats_out_tttttd (src/Torch/Internal/Managed/Native/Native14.hs:235)
_nnpack_spatial_convolution_out_ttttll (src/Torch/Internal/Managed/Native/Native14.hs:245)
_nnpack_spatial_convolution_out_ttttl (src/Torch/Internal/Managed/Native/Native14.hs:254)
ones_out_tlN (src/Torch/Internal/Managed/Native/Native14.hs:261)
ones_like_out_ttM (src/Torch/Internal/Managed/Native/Native14.hs:268)
ones_like_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:274)
_euclidean_dist_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:281)
_cdist_forward_out_tttdl (src/Torch/Internal/Managed/Native/Native14.hs:290)
_cdist_backward_out_ttttdt (src/Torch/Internal/Managed/Native/Native14.hs:300)
_pdist_forward_out_ttd (src/Torch/Internal/Managed/Native/Native14.hs:307)
_pdist_forward_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:313)
_pdist_backward_out_tttdt (src/Torch/Internal/Managed/Native/Native14.hs:322)
pixel_shuffle_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:329)
pixel_unshuffle_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:336)
channel_shuffle_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:343)
_pin_memory_out_ttD (src/Torch/Internal/Managed/Native/Native14.hs:350)
_pin_memory_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:356)
scalar_tensor_out_ts (src/Torch/Internal/Managed/Native/Native14.hs:362)
rand_out_tlN (src/Torch/Internal/Managed/Native/Native14.hs:369)
rand_out_tlGN (src/Torch/Internal/Managed/Native/Native14.hs:377)
rand_like_out_ttM (src/Torch/Internal/Managed/Native/Native14.hs:384)
rand_like_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:390)
randint_like_out_ttlM (src/Torch/Internal/Managed/Native/Native14.hs:398)
randint_like_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:405)
randint_like_out_ttllM (src/Torch/Internal/Managed/Native/Native14.hs:414)
randint_like_out_ttll (src/Torch/Internal/Managed/Native/Native14.hs:422)
randn_out_tlN (src/Torch/Internal/Managed/Native/Native14.hs:429)
randn_out_tlGN (src/Torch/Internal/Managed/Native/Native14.hs:437)
randn_like_out_ttM (src/Torch/Internal/Managed/Native/Native14.hs:444)
randn_like_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:450)
repeat_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:457)
repeat_interleave_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:464)
repeat_interleave_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:470)
_mkldnn_reshape_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:477)
relu_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:483)
select_backward_out_ttlll (src/Torch/Internal/Managed/Native/Native14.hs:492)
celu_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:499)
celu_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:505)
slice_backward_out_ttlllll (src/Torch/Internal/Managed/Native/Native14.hs:516)
slice_scatter_out_tttllll (src/Torch/Internal/Managed/Native/Native14.hs:527)
slice_scatter_out_tttlll (src/Torch/Internal/Managed/Native/Native14.hs:537)
slice_scatter_out_tttll (src/Torch/Internal/Managed/Native/Native14.hs:546)
slice_scatter_out_tttl (src/Torch/Internal/Managed/Native/Native14.hs:554)
slice_scatter_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:561)
select_scatter_out_tttll (src/Torch/Internal/Managed/Native/Native14.hs:570)
diagonal_scatter_out_tttlll (src/Torch/Internal/Managed/Native/Native14.hs:580)
diagonal_scatter_out_tttll (src/Torch/Internal/Managed/Native/Native14.hs:589)
diagonal_scatter_out_tttl (src/Torch/Internal/Managed/Native/Native14.hs:597)
diagonal_scatter_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:604)
as_strided_scatter_out_tttlll (src/Torch/Internal/Managed/Native/Native14.hs:614)
as_strided_scatter_out_tttll (src/Torch/Internal/Managed/Native/Native14.hs:623)
unsafe_split_out_ltll (src/Torch/Internal/Managed/Native/Native14.hs:631)
unsafe_split_out_ltl (src/Torch/Internal/Managed/Native/Native14.hs:638)
unsafe_split_with_sizes_out_ltll (src/Torch/Internal/Managed/Native/Native14.hs:646)
unsafe_split_with_sizes_out_ltl (src/Torch/Internal/Managed/Native/Native14.hs:653)
sum_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:660)
sum_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:666)
std_mean_out_tttllb (src/Torch/Internal/Managed/Native/Native14.hs:676)
std_mean_out_tttll (src/Torch/Internal/Managed/Native/Native14.hs:685)
std_mean_out_tttl (src/Torch/Internal/Managed/Native/Native14.hs:693)
std_mean_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:700)
prod_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:707)
prod_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:713)
_mkldnn_transpose_out_ttll (src/Torch/Internal/Managed/Native/Native14.hs:721)
flip_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:728)
roll_out_ttll (src/Torch/Internal/Managed/Native/Native14.hs:736)
roll_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:743)
rot90_out_ttll (src/Torch/Internal/Managed/Native/Native14.hs:751)
rot90_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:758)
rot90_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:764)
_transform_bias_rescale_qkv_out_tttttl (src/Torch/Internal/Managed/Native/Native14.hs:774)
_nested_tensor_from_mask_out_tttb (src/Torch/Internal/Managed/Native/Native14.hs:782)
_nested_tensor_from_mask_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:789)
_nested_from_padded_out_tttb (src/Torch/Internal/Managed/Native/Native14.hs:797)
_nested_from_padded_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:804)
_nested_tensor_size_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:810)
_nested_tensor_strides_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:816)
_nested_from_padded_and_nested_example_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:823)
_trilinear_out_ttttlllll (src/Torch/Internal/Managed/Native/Native14.hs:836)
_trilinear_out_ttttllll (src/Torch/Internal/Managed/Native/Native14.hs:848)
_unique_out_tttbb (src/Torch/Internal/Managed/Native/Native14.hs:857)
_unique_out_tttb (src/Torch/Internal/Managed/Native/Native14.hs:865)
_unique_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:872)
unique_dim_out_ttttlbbb (src/Torch/Internal/Managed/Native/Native14.hs:884)
unique_dim_out_ttttlbb (src/Torch/Internal/Managed/Native/Native14.hs:895)
unique_dim_out_ttttlb (src/Torch/Internal/Managed/Native/Native14.hs:905)
unique_dim_out_ttttl (src/Torch/Internal/Managed/Native/Native14.hs:914)
unique_consecutive_out_ttttbbl (src/Torch/Internal/Managed/Native/Native14.hs:925)
unique_consecutive_out_ttttbb (src/Torch/Internal/Managed/Native/Native14.hs:935)
unique_consecutive_out_ttttb (src/Torch/Internal/Managed/Native/Native14.hs:944)
unique_consecutive_out_tttt (src/Torch/Internal/Managed/Native/Native14.hs:952)
unique_dim_consecutive_out_ttttlbb (src/Torch/Internal/Managed/Native/Native14.hs:963)
unique_dim_consecutive_out_ttttlb (src/Torch/Internal/Managed/Native/Native14.hs:973)
unique_dim_consecutive_out_ttttl (src/Torch/Internal/Managed/Native/Native14.hs:982)
_unique2_out_ttttbbb (src/Torch/Internal/Managed/Native/Native14.hs:993)
_unique2_out_ttttbb (src/Torch/Internal/Managed/Native/Native14.hs:1003)
_unique2_out_ttttb (src/Torch/Internal/Managed/Native/Native14.hs:1012)
_unique2_out_tttt (src/Torch/Internal/Managed/Native/Native14.hs:1020)
_unsafe_view_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:1027)
var_mean_out_tttllb (src/Torch/Internal/Managed/Native/Native14.hs:1037)
var_mean_out_tttll (src/Torch/Internal/Managed/Native/Native14.hs:1046)
var_mean_out_tttl (src/Torch/Internal/Managed/Native/Native14.hs:1054)
var_mean_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:1061)
_weight_norm_interface_out_ttttl (src/Torch/Internal/Managed/Native/Native14.hs:1070)
_weight_norm_interface_out_tttt (src/Torch/Internal/Managed/Native/Native14.hs:1078)
_weight_norm_interface_backward_out_ttttttl (src/Torch/Internal/Managed/Native/Native14.hs:1089)
zeros_out_tlN (src/Torch/Internal/Managed/Native/Native14.hs:1096)
_efficientzerotensor_out_tl (src/Torch/Internal/Managed/Native/Native14.hs:1102)
zeros_like_out_ttM (src/Torch/Internal/Managed/Native/Native14.hs:1109)
zeros_like_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1115)
_standard_gamma_grad_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:1122)
_standard_gamma_out_ttG (src/Torch/Internal/Managed/Native/Native14.hs:1129)
_standard_gamma_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1135)
_dirichlet_grad_out_tttt (src/Torch/Internal/Managed/Native/Native14.hs:1143)
_sample_dirichlet_out_ttG (src/Torch/Internal/Managed/Native/Native14.hs:1150)
_sample_dirichlet_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1156)
poisson_out_ttG (src/Torch/Internal/Managed/Native/Native14.hs:1163)
poisson_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1169)
binomial_out_tttG (src/Torch/Internal/Managed/Native/Native14.hs:1177)
binomial_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:1184)
native_norm_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:1191)
native_norm_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1197)
native_norm_out_ttslbs (src/Torch/Internal/Managed/Native/Native14.hs:1207)
_sparse_sum_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:1214)
_sparse_sum_backward_out_tttl (src/Torch/Internal/Managed/Native/Native14.hs:1222)
_sparse_csr_sum_out_ttlbs (src/Torch/Internal/Managed/Native/Native14.hs:1231)
_sparse_csr_sum_out_ttlb (src/Torch/Internal/Managed/Native/Native14.hs:1239)
_sparse_csr_sum_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:1246)
_sparse_csr_prod_out_ttlbs (src/Torch/Internal/Managed/Native/Native14.hs:1255)
_sparse_csr_prod_out_ttlb (src/Torch/Internal/Managed/Native/Native14.hs:1263)
_sparse_csr_prod_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:1270)
_sparse_softmax_out_ttlb (src/Torch/Internal/Managed/Native/Native14.hs:1278)
_sparse_softmax_backward_data_out_tttlt (src/Torch/Internal/Managed/Native/Native14.hs:1287)
_sparse_log_softmax_out_ttlb (src/Torch/Internal/Managed/Native/Native14.hs:1295)
_sparse_log_softmax_backward_data_out_tttlt (src/Torch/Internal/Managed/Native/Native14.hs:1304)
_spdiags_out_tttlL (src/Torch/Internal/Managed/Native/Native14.hs:1313)
_spdiags_out_tttl (src/Torch/Internal/Managed/Native/Native14.hs:1321)
norm_out_ttss (src/Torch/Internal/Managed/Native/Native14.hs:1329)
norm_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:1336)
norm_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1342)
clone_out_ttM (src/Torch/Internal/Managed/Native/Native14.hs:1349)
clone_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1355)
resize_as_out_tttM (src/Torch/Internal/Managed/Native/Native14.hs:1363)
resize_as_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:1370)
resize_as_ttM (src/Torch/Internal/Managed/Native/Native14.hs:1377)
resize_as_tt (src/Torch/Internal/Managed/Native/Native14.hs:1383)
resize_as_sparse_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:1390)
resize_as_sparse_tt (src/Torch/Internal/Managed/Native/Native14.hs:1396)
zero_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1402)
zero_t (src/Torch/Internal/Managed/Native/Native14.hs:1407)
sub_out_ttss (src/Torch/Internal/Managed/Native/Native14.hs:1415)
sub_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:1422)
rsub_out_ttts (src/Torch/Internal/Managed/Native/Native14.hs:1430)
rsub_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:1437)
rsub_out_ttss (src/Torch/Internal/Managed/Native/Native14.hs:1445)
rsub_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:1452)
_sparse_addmm_out_ttttss (src/Torch/Internal/Managed/Native/Native14.hs:1462)
_sparse_addmm_out_tttts (src/Torch/Internal/Managed/Native/Native14.hs:1471)
_sparse_addmm_out_tttt (src/Torch/Internal/Managed/Native/Native14.hs:1479)
sparse_coo_tensor_out_tl (src/Torch/Internal/Managed/Native/Native14.hs:1485)
_sparse_coo_tensor_with_dims_out_tlll (src/Torch/Internal/Managed/Native/Native14.hs:1493)
_sparse_coo_tensor_with_dims_and_tensors_out_tllltt (src/Torch/Internal/Managed/Native/Native14.hs:1503)
sparse_resize_out_ttlll (src/Torch/Internal/Managed/Native/Native14.hs:1512)
sparse_resize_tlll (src/Torch/Internal/Managed/Native/Native14.hs:1520)
sparse_resize_and_clear_out_ttlll (src/Torch/Internal/Managed/Native/Native14.hs:1529)
sparse_resize_and_clear_tlll (src/Torch/Internal/Managed/Native/Native14.hs:1537)
sparse_mask_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:1544)
_to_dense_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:1551)
_to_dense_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1557)
_coalesce_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1563)
_coalesced_out_ttb (src/Torch/Internal/Managed/Native/Native14.hs:1570)
_coalesced_tb (src/Torch/Internal/Managed/Native/Native14.hs:1576)
copy_sparse_to_sparse_out_tttb (src/Torch/Internal/Managed/Native/Native14.hs:1584)
copy_sparse_to_sparse_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:1591)
copy_sparse_to_sparse_ttb (src/Torch/Internal/Managed/Native/Native14.hs:1598)
copy_sparse_to_sparse_tt (src/Torch/Internal/Managed/Native/Native14.hs:1604)
to_mkldnn_out_tts (src/Torch/Internal/Managed/Native/Native14.hs:1611)
to_mkldnn_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1617)
mkldnn_reorder_conv2d_weight_out_ttlllll (src/Torch/Internal/Managed/Native/Native14.hs:1628)
mkldnn_reorder_conv2d_weight_out_ttllll (src/Torch/Internal/Managed/Native/Native14.hs:1638)
mkldnn_reorder_conv2d_weight_out_ttlll (src/Torch/Internal/Managed/Native/Native14.hs:1647)
mkldnn_reorder_conv2d_weight_out_ttll (src/Torch/Internal/Managed/Native/Native14.hs:1655)
mkldnn_reorder_conv2d_weight_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:1662)
mkldnn_reorder_conv2d_weight_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1668)
mkldnn_reorder_conv3d_weight_out_ttllll (src/Torch/Internal/Managed/Native/Native14.hs:1678)
mkldnn_reorder_conv3d_weight_out_ttlll (src/Torch/Internal/Managed/Native/Native14.hs:1687)
mkldnn_reorder_conv3d_weight_out_ttll (src/Torch/Internal/Managed/Native/Native14.hs:1695)
mkldnn_reorder_conv3d_weight_out_ttl (src/Torch/Internal/Managed/Native/Native14.hs:1702)
mkldnn_reorder_conv3d_weight_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1708)
quantize_per_tensor_dynamic_out_ttsb (src/Torch/Internal/Managed/Native/Native14.hs:1716)
quantize_per_tensor_out_ttdls (src/Torch/Internal/Managed/Native/Native14.hs:1725)
quantize_per_tensor_out_tttts (src/Torch/Internal/Managed/Native/Native14.hs:1734)
quantize_per_tensor_out_lltts (src/Torch/Internal/Managed/Native/Native14.hs:1743)
quantize_per_channel_out_ttttls (src/Torch/Internal/Managed/Native/Native14.hs:1753)
dequantize_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1759)
dequantize_out_ll (src/Torch/Internal/Managed/Native/Native14.hs:1765)
q_per_channel_scales_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1771)
q_per_channel_zero_points_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1777)
int_repr_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:1783)
_make_per_tensor_quantized_tensor_out_ttdl (src/Torch/Internal/Managed/Native/Native14.hs:1791)
_make_per_channel_quantized_tensor_out_ttttl (src/Torch/Internal/Managed/Native/Native14.hs:1800)
fake_quantize_per_tensor_affine_cachemask_out_tttdlll (src/Torch/Internal/Managed/Native/Native14.hs:1811)
_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_out_ttttttll (src/Torch/Internal/Managed/Native/Native14.hs:1823)
_fake_quantize_learnable_per_tensor_affine_out_ttttlld (src/Torch/Internal/Managed/Native/Native14.hs:1834)
_fake_quantize_learnable_per_tensor_affine_out_ttttll (src/Torch/Internal/Managed/Native/Native14.hs:1844)
fake_quantize_per_channel_affine_cachemask_out_tttttlll (src/Torch/Internal/Managed/Native/Native14.hs:1856)
_fake_quantize_learnable_per_channel_affine_out_ttttllld (src/Torch/Internal/Managed/Native/Native14.hs:1868)
_fake_quantize_learnable_per_channel_affine_out_ttttlll (src/Torch/Internal/Managed/Native/Native14.hs:1879)
_fused_moving_avg_obs_fq_helper_out_tttttttttdlllbb (src/Torch/Internal/Managed/Native/Native14.hs:1898)
_fused_moving_avg_obs_fq_helper_out_tttttttttdlllb (src/Torch/Internal/Managed/Native/Native14.hs:1916)
_fused_moving_avg_obs_fq_helper_out_tttttttttdlll (src/Torch/Internal/Managed/Native/Native14.hs:1933)
_fused_moving_avg_obs_fq_helper_functional_tttttttdlllbb (src/Torch/Internal/Managed/Native/Native14.hs:1950)
_fused_moving_avg_obs_fq_helper_functional_tttttttdlllb (src/Torch/Internal/Managed/Native/Native14.hs:1966)
_fused_moving_avg_obs_fq_helper_functional_tttttttdlll (src/Torch/Internal/Managed/Native/Native14.hs:1981)
_to_copy_out_ttbM (src/Torch/Internal/Managed/Native/Native14.hs:1989)
_to_copy_out_ttb (src/Torch/Internal/Managed/Native/Native14.hs:1996)
_to_copy_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:2002)
_lstm_mps_out_tttttttllbldbbb (src/Torch/Internal/Managed/Native/Native14.hs:2021)
lstm_mps_backward_out_tlltttttttllbldbbb (src/Torch/Internal/Managed/Native/Native14.hs:2043)
_thnn_fused_lstm_cell_out_tttttttt (src/Torch/Internal/Managed/Native/Native14.hs:2055)
_thnn_fused_lstm_cell_out_ttttttt (src/Torch/Internal/Managed/Native/Native14.hs:2066)
_thnn_fused_lstm_cell_out_tttttt (src/Torch/Internal/Managed/Native/Native14.hs:2076)
_thnn_fused_lstm_cell_backward_impl_out_ttttttttb (src/Torch/Internal/Managed/Native/Native14.hs:2089)
_thnn_fused_gru_cell_out_ttttttt (src/Torch/Internal/Managed/Native/Native14.hs:2100)
_thnn_fused_gru_cell_out_tttttt (src/Torch/Internal/Managed/Native/Native14.hs:2110)
_thnn_fused_gru_cell_out_ttttt (src/Torch/Internal/Managed/Native/Native14.hs:2119)
_thnn_fused_gru_cell_backward_out_tttttttb (src/Torch/Internal/Managed/Native/Native14.hs:2131)
_pack_padded_sequence_out_ttttb (src/Torch/Internal/Managed/Native/Native14.hs:2140)
set_out_ttS (src/Torch/Internal/Managed/Native/Native14.hs:2147)
set_tS (src/Torch/Internal/Managed/Native/Native14.hs:2153)
set_out_ttSlll (src/Torch/Internal/Managed/Native/Native14.hs:2163)
set_out_ttSll (src/Torch/Internal/Managed/Native/Native14.hs:2172)
set_tSlll (src/Torch/Internal/Managed/Native/Native14.hs:2181)
set_tSll (src/Torch/Internal/Managed/Native/Native14.hs:2189)
set_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:2196)
set_tt (src/Torch/Internal/Managed/Native/Native14.hs:2202)
set_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:2208)
set_t (src/Torch/Internal/Managed/Native/Native14.hs:2213)
lift_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:2219)
lift_fresh_copy_out_tt (src/Torch/Internal/Managed/Native/Native14.hs:2225)
masked_fill_out_ttts (src/Torch/Internal/Managed/Native/Native14.hs:2233)
masked_fill_out_tttt (src/Torch/Internal/Managed/Native/Native14.hs:2241)
masked_scatter_out_tttt (src/Torch/Internal/Managed/Native/Native14.hs:2249)
_masked_softmax_out_tttll (src/Torch/Internal/Managed/Native/Native14.hs:2258)
_masked_softmax_out_tttl (src/Torch/Internal/Managed/Native/Native14.hs:2266)
_masked_softmax_out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:2273)
_masked_softmax_backward_out_ttttl (src/Torch/Internal/Managed/Native/Native14.hs:2282)
_masked_softmax_backward_out_tttt (src/Torch/Internal/Managed/Native/Native14.hs:2290)
put_out_ttttb (src/Torch/Internal/Managed/Native/Native14.hs:2299)
put_out_tttt (src/Torch/Internal/Managed/Native/Native14.hs:2307)
index_fill_out_ttlts (src/Torch/Internal/Managed/Native/Native14.hs:2316)
index_fill_out_ttltt (src/Torch/Internal/Managed/Native/Native14.hs:2325)
bitwise_and_out_tst (src/Torch/Internal/Managed/Native/Native14.hs:2332)
bitwise_or_out_tst (src/Torch/Internal/Managed/Native/Native14.hs:2339)
bitwise_xor_out_tst (src/Torch/Internal/Managed/Native/Native14.hs:2346)
__lshift___out_tts (src/Torch/Internal/Managed/Native/Native14.hs:2353)
__lshift___out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:2360)
bitwise_left_shift_out_tst (src/Torch/Internal/Managed/Native/Native14.hs:2367)
__rshift___out_tts (src/Torch/Internal/Managed/Native/Native14.hs:2374)
__rshift___out_ttt (src/Torch/Internal/Managed/Native/Native14.hs:2381)
bitwise_right_shift_out_tst (src/Torch/Internal/Managed/Native/Native14.hs:2388)
random_out_ttllG (src/Torch/Internal/Managed/Native/Native14.hs:2397)
random_out_ttll (src/Torch/Internal/Managed/Native/Native14.hs:2405)
random_tllG (src/Torch/Internal/Managed/Native/Native14.hs:2413)
0% ( 0 /267) in 'Torch.Internal.Unmanaged.Native.Native15'
Missing documentation for:
Module header
random_tll (src/Torch/Internal/Unmanaged/Native/Native15.hs:36)
random_out_ttlG (src/Torch/Internal/Unmanaged/Native/Native15.hs:49)
random_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:62)
random_tlG (src/Torch/Internal/Unmanaged/Native/Native15.hs:74)
random_tl (src/Torch/Internal/Unmanaged/Native/Native15.hs:85)
random_out_ttG (src/Torch/Internal/Unmanaged/Native/Native15.hs:96)
random_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:107)
random_tG (src/Torch/Internal/Unmanaged/Native/Native15.hs:117)
random_t (src/Torch/Internal/Unmanaged/Native/Native15.hs:126)
uniform_out_ttddG (src/Torch/Internal/Unmanaged/Native/Native15.hs:138)
uniform_out_ttdd (src/Torch/Internal/Unmanaged/Native/Native15.hs:153)
uniform_out_ttd (src/Torch/Internal/Unmanaged/Native/Native15.hs:166)
uniform_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:177)
uniform_tddG (src/Torch/Internal/Unmanaged/Native/Native15.hs:189)
uniform_tdd (src/Torch/Internal/Unmanaged/Native/Native15.hs:202)
uniform_td (src/Torch/Internal/Unmanaged/Native/Native15.hs:213)
uniform_t (src/Torch/Internal/Unmanaged/Native/Native15.hs:222)
cauchy_out_ttddG (src/Torch/Internal/Unmanaged/Native/Native15.hs:234)
cauchy_out_ttdd (src/Torch/Internal/Unmanaged/Native/Native15.hs:249)
cauchy_out_ttd (src/Torch/Internal/Unmanaged/Native/Native15.hs:262)
cauchy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:273)
cauchy_tddG (src/Torch/Internal/Unmanaged/Native/Native15.hs:285)
cauchy_tdd (src/Torch/Internal/Unmanaged/Native/Native15.hs:298)
cauchy_td (src/Torch/Internal/Unmanaged/Native/Native15.hs:309)
cauchy_t (src/Torch/Internal/Unmanaged/Native/Native15.hs:318)
log_normal_out_ttddG (src/Torch/Internal/Unmanaged/Native/Native15.hs:330)
log_normal_out_ttdd (src/Torch/Internal/Unmanaged/Native/Native15.hs:345)
log_normal_out_ttd (src/Torch/Internal/Unmanaged/Native/Native15.hs:358)
log_normal_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:369)
log_normal_tddG (src/Torch/Internal/Unmanaged/Native/Native15.hs:381)
log_normal_tdd (src/Torch/Internal/Unmanaged/Native/Native15.hs:394)
log_normal_td (src/Torch/Internal/Unmanaged/Native/Native15.hs:405)
log_normal_t (src/Torch/Internal/Unmanaged/Native/Native15.hs:414)
exponential_out_ttdG (src/Torch/Internal/Unmanaged/Native/Native15.hs:425)
exponential_out_ttd (src/Torch/Internal/Unmanaged/Native/Native15.hs:438)
exponential_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:449)
exponential_tdG (src/Torch/Internal/Unmanaged/Native/Native15.hs:460)
exponential_td (src/Torch/Internal/Unmanaged/Native/Native15.hs:471)
exponential_t (src/Torch/Internal/Unmanaged/Native/Native15.hs:480)
geometric_out_ttdG (src/Torch/Internal/Unmanaged/Native/Native15.hs:491)
geometric_out_ttd (src/Torch/Internal/Unmanaged/Native/Native15.hs:504)
geometric_tdG (src/Torch/Internal/Unmanaged/Native/Native15.hs:516)
geometric_td (src/Torch/Internal/Unmanaged/Native/Native15.hs:527)
tril_indices_out_tlll (src/Torch/Internal/Unmanaged/Native/Native15.hs:539)
tril_indices_out_tll (src/Torch/Internal/Unmanaged/Native/Native15.hs:552)
triu_indices_out_tlll (src/Torch/Internal/Unmanaged/Native/Native15.hs:565)
triu_indices_out_tll (src/Torch/Internal/Unmanaged/Native/Native15.hs:578)
trace_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:589)
_cholesky_solve_helper_out_tttb (src/Torch/Internal/Unmanaged/Native/Native15.hs:601)
dist_out_ttts (src/Torch/Internal/Unmanaged/Native/Native15.hs:615)
dist_out_ttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:628)
_histogramdd_bin_edges_out_ltlatb (src/Torch/Internal/Unmanaged/Native/Native15.hs:643)
_histogramdd_bin_edges_out_ltlat (src/Torch/Internal/Unmanaged/Native/Native15.hs:660)
_histogramdd_bin_edges_out_ltla (src/Torch/Internal/Unmanaged/Native/Native15.hs:675)
_histogramdd_bin_edges_out_ltl (src/Torch/Internal/Unmanaged/Native/Native15.hs:688)
_histogramdd_from_bin_cts_out_ttlatb (src/Torch/Internal/Unmanaged/Native/Native15.hs:703)
_histogramdd_from_bin_cts_out_ttlat (src/Torch/Internal/Unmanaged/Native/Native15.hs:720)
_histogramdd_from_bin_cts_out_ttla (src/Torch/Internal/Unmanaged/Native/Native15.hs:735)
_histogramdd_from_bin_cts_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:748)
_histogramdd_from_bin_tensors_out_ttltb (src/Torch/Internal/Unmanaged/Native/Native15.hs:762)
_histogramdd_from_bin_tensors_out_ttlt (src/Torch/Internal/Unmanaged/Native/Native15.hs:777)
_histogramdd_from_bin_tensors_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:790)
remainder_out_tst (src/Torch/Internal/Unmanaged/Native/Native15.hs:802)
argsort_out_ttblb (src/Torch/Internal/Unmanaged/Native/Native15.hs:816)
argsort_out_ttbl (src/Torch/Internal/Unmanaged/Native/Native15.hs:831)
argsort_out_ttb (src/Torch/Internal/Unmanaged/Native/Native15.hs:844)
unfold_backward_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native15.hs:859)
normal_out_ttddG (src/Torch/Internal/Unmanaged/Native/Native15.hs:876)
normal_out_ttdd (src/Torch/Internal/Unmanaged/Native/Native15.hs:891)
_amp_foreach_non_finite_check_and_unscale_out_lltt (src/Torch/Internal/Unmanaged/Native/Native15.hs:927)
_amp_foreach_non_finite_check_and_unscale_ltt (src/Torch/Internal/Unmanaged/Native/Native15.hs:940)
_amp_update_scale_out_ttttddl (src/Torch/Internal/Unmanaged/Native/Native15.hs:956)
_amp_update_scale_tttddl (src/Torch/Internal/Unmanaged/Native/Native15.hs:975)
_foreach_add_out_lls (src/Torch/Internal/Unmanaged/Native/Native15.hs:990)
_foreach_sub_out_lls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1002)
_foreach_mul_out_lls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1014)
_foreach_div_out_lls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1026)
_foreach_clamp_min_out_lls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1038)
_foreach_clamp_max_out_lls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1050)
_foreach_maximum_out_lls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1062)
_foreach_minimum_out_lls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1074)
_foreach_add_out_llls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1087)
_foreach_add_out_lll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1100)
_foreach_sub_out_llls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1113)
_foreach_sub_out_lll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1126)
_foreach_mul_out_lll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1138)
_foreach_div_out_lll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1150)
_foreach_clamp_min_out_lll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1162)
_foreach_clamp_max_out_lll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1174)
_foreach_maximum_out_lll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1186)
_foreach_minimum_out_lll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1198)
_foreach_add_out_llA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1210)
_foreach_sub_out_llA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1222)
_foreach_div_out_llA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1234)
_foreach_mul_out_llA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1246)
_foreach_clamp_min_out_llA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1258)
_foreach_clamp_max_out_llA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1270)
_foreach_maximum_out_llA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1282)
_foreach_minimum_out_llA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1294)
_foreach_exp_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1305)
_foreach_zero_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1315)
_foreach_zero_l (src/Torch/Internal/Unmanaged/Native/Native15.hs:1324)
_foreach_sqrt_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1333)
_foreach_abs_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1343)
_foreach_acos_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1353)
_foreach_asin_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1363)
_foreach_atan_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1373)
_foreach_ceil_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1383)
_foreach_cos_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1393)
_foreach_cosh_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1403)
_foreach_erf_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1413)
_foreach_erfc_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1423)
_foreach_expm1_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1433)
_foreach_floor_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1443)
_foreach_log_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1453)
_foreach_log10_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1463)
_foreach_log1p_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1473)
_foreach_log2_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1483)
_foreach_neg_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1493)
_foreach_tan_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1503)
_foreach_tanh_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1513)
_foreach_sin_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1523)
_foreach_sinh_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1533)
_foreach_round_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1543)
_foreach_lgamma_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1553)
_foreach_frac_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1563)
_foreach_reciprocal_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1573)
_foreach_sigmoid_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1583)
_foreach_trunc_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1593)
_foreach_addcdiv_out_lllls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1606)
_foreach_addcdiv_out_llll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1621)
_foreach_addcmul_out_lllls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1636)
_foreach_addcmul_out_llll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1651)
_foreach_addcdiv_out_llllA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1666)
_foreach_addcdiv_out_llllt (src/Torch/Internal/Unmanaged/Native/Native15.hs:1682)
_foreach_addcmul_out_llllA (src/Torch/Internal/Unmanaged/Native/Native15.hs:1698)
_foreach_addcmul_out_llllt (src/Torch/Internal/Unmanaged/Native/Native15.hs:1714)
_foreach_norm_out_lls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1728)
_foreach_norm_out_ll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1739)
_foreach_lerp_out_llll (src/Torch/Internal/Unmanaged/Native/Native15.hs:1751)
_foreach_lerp_out_llls (src/Torch/Internal/Unmanaged/Native/Native15.hs:1765)
bucketize_out_tstbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:1780)
bucketize_out_tstb (src/Torch/Internal/Unmanaged/Native/Native15.hs:1795)
bucketize_out_tst (src/Torch/Internal/Unmanaged/Native/Native15.hs:1808)
searchsorted_out_ttsbbst (src/Torch/Internal/Unmanaged/Native/Native15.hs:1824)
searchsorted_out_ttsbbs (src/Torch/Internal/Unmanaged/Native/Native15.hs:1843)
searchsorted_out_ttsbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:1860)
searchsorted_out_ttsb (src/Torch/Internal/Unmanaged/Native/Native15.hs:1875)
searchsorted_out_tts (src/Torch/Internal/Unmanaged/Native/Native15.hs:1888)
glu_jvp_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:1902)
glu_backward_jvp_out_ttttttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:1920)
hardswish_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:1936)
rrelu_with_noise_backward_out_ttttssbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:1953)
mkldnn_adaptive_avg_pool2d_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:1970)
_adaptive_avg_pool2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:1982)
_adaptive_avg_pool2d_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:1994)
_adaptive_avg_pool3d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2006)
_adaptive_avg_pool3d_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2018)
_slow_conv2d_backward_out_ttttttllla (src/Torch/Internal/Unmanaged/Native/Native15.hs:2037)
conv_depthwise3d_out_tttltlll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2061)
slow_conv_dilated2d_out_tttltlll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2083)
slow_conv_dilated2d_out_tttltll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2104)
slow_conv_dilated2d_out_tttltl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2123)
slow_conv_dilated2d_out_tttlt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2140)
slow_conv_dilated2d_out_tttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2155)
slow_conv_dilated3d_out_tttltlll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2173)
slow_conv_dilated3d_out_tttltll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2194)
slow_conv_dilated3d_out_tttltl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2213)
slow_conv_dilated3d_out_tttlt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2230)
slow_conv_dilated3d_out_tttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2245)
isinf_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2257)
linalg_matrix_exp_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2267)
_test_optional_intlist_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2278)
_test_optional_filled_intlist_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2290)
_test_optional_floatlist_out_tta (src/Torch/Internal/Unmanaged/Native/Native15.hs:2302)
_test_warn_in_autograd_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2313)
_test_autograd_multiple_dispatch_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2323)
_test_autograd_multiple_dispatch_view_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2333)
segment_reduce_out_ttstttlbs (src/Torch/Internal/Unmanaged/Native/Native15.hs:2350)
segment_reduce_out_ttstttlb (src/Torch/Internal/Unmanaged/Native/Native15.hs:2373)
segment_reduce_out_ttstttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2394)
segment_reduce_out_ttsttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2413)
segment_reduce_out_ttstt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2430)
segment_reduce_out_ttst (src/Torch/Internal/Unmanaged/Native/Native15.hs:2445)
segment_reduce_out_tts (src/Torch/Internal/Unmanaged/Native/Native15.hs:2458)
_segment_reduce_backward_out_ttttsttls (src/Torch/Internal/Unmanaged/Native/Native15.hs:2476)
_segment_reduce_backward_out_ttttsttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2499)
_segment_reduce_backward_out_ttttstt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2520)
_segment_reduce_backward_out_ttttst (src/Torch/Internal/Unmanaged/Native/Native15.hs:2539)
_segment_reduce_backward_out_tttts (src/Torch/Internal/Unmanaged/Native/Native15.hs:2556)
_nested_tensor_from_tensor_list_out_tlsLDb (src/Torch/Internal/Unmanaged/Native/Native15.hs:2573)
_nested_tensor_from_tensor_list_out_tlsLD (src/Torch/Internal/Unmanaged/Native/Native15.hs:2590)
_nested_tensor_from_tensor_list_out_tlsL (src/Torch/Internal/Unmanaged/Native/Native15.hs:2605)
_nested_tensor_from_tensor_list_out_tls (src/Torch/Internal/Unmanaged/Native/Native15.hs:2618)
_nested_tensor_from_tensor_list_out_tl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2629)
_fw_primal_copy_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2640)
_make_dual_copy_out_tttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2653)
view_as_real_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2665)
view_as_complex_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2675)
_conj_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2685)
_neg_view_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2695)
as_strided_copy_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2708)
as_strided_copy_out_ttll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2723)
_sparse_broadcast_to_copy_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2736)
diagonal_copy_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2750)
diagonal_copy_out_ttll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2765)
diagonal_copy_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2778)
diagonal_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2789)
expand_copy_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native15.hs:2801)
expand_copy_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2814)
permute_copy_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2826)
_reshape_alias_copy_out_ttll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2839)
select_copy_out_ttll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2853)
detach_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2865)
slice_copy_out_ttllll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2879)
slice_copy_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2896)
slice_copy_out_ttll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2911)
slice_copy_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2924)
slice_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2935)
squeeze_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2945)
squeeze_copy_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2956)
t_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:2967)
transpose_copy_out_ttll (src/Torch/Internal/Unmanaged/Native/Native15.hs:2979)
unsqueeze_copy_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:2992)
_indices_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3003)
_values_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3013)
indices_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3023)
values_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3033)
crow_indices_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3043)
col_indices_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3053)
ccol_indices_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3063)
row_indices_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3073)
view_copy_out_ttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:3084)
view_copy_out_tts (src/Torch/Internal/Unmanaged/Native/Native15.hs:3096)
unfold_copy_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native15.hs:3110)
alias_copy_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3123)
to_padded_tensor_out_ttdl (src/Torch/Internal/Unmanaged/Native/Native15.hs:3135)
to_padded_tensor_out_ttd (src/Torch/Internal/Unmanaged/Native/Native15.hs:3148)
_transformer_encoder_layer_fwd_out_ttllttttbbdtttttttttl (src/Torch/Internal/Unmanaged/Native/Native15.hs:3178)
_transformer_encoder_layer_fwd_out_ttllttttbbdttttttttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3225)
_transformer_encoder_layer_fwd_out_ttllttttbbdtttttttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3270)
_native_multi_head_attention_out_tttttlltttttbbl (src/Torch/Internal/Unmanaged/Native/Native15.hs:3310)
_native_multi_head_attention_out_tttttlltttttbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:3345)
_native_multi_head_attention_out_tttttlltttttb (src/Torch/Internal/Unmanaged/Native/Native15.hs:3378)
_native_multi_head_attention_out_tttttllttttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3409)
_native_multi_head_attention_out_tttttlltttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3438)
_triton_scaled_dot_attention_out_ttttd (src/Torch/Internal/Unmanaged/Native/Native15.hs:3460)
_triton_scaled_dot_attention_out_tttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3475)
_triton_multi_head_attention_out_ttttllttttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3496)
_triton_multi_head_attention_out_ttttlltttt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3523)
_foobar_out_ttbbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:3544)
_foobar_out_ttbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:3559)
_foobar_out_ttb (src/Torch/Internal/Unmanaged/Native/Native15.hs:3572)
_foobar_out_tt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3583)
_fused_adam_out_llllllldddddbbtt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3607)
_fused_adam_out_llllllldddddbbt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3644)
_fused_adam_out_llllllldddddbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:3679)
_fused_adam_lllllldddddbbtt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3714)
_fused_adam_lllllldddddbbt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3749)
_fused_adam_lllllldddddbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:3782)
_fused_adamw_out_llllllldddddbbtt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3817)
_fused_adamw_out_llllllldddddbbt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3854)
_fused_adamw_out_llllllldddddbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:3889)
_fused_adamw_lllllldddddbbtt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3924)
_fused_adamw_lllllldddddbbt (src/Torch/Internal/Unmanaged/Native/Native15.hs:3959)
_fused_adamw_lllllldddddbb (src/Torch/Internal/Unmanaged/Native/Native15.hs:3992)
0% ( 0 /267) in 'Torch.Internal.Managed.Native.Native15'
Missing documentation for:
Module header
random_tll (src/Torch/Internal/Managed/Native/Native15.hs:29)
random_out_ttlG (src/Torch/Internal/Managed/Native/Native15.hs:37)
random_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:44)
random_tlG (src/Torch/Internal/Managed/Native/Native15.hs:51)
random_tl (src/Torch/Internal/Managed/Native/Native15.hs:57)
random_out_ttG (src/Torch/Internal/Managed/Native/Native15.hs:64)
random_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:70)
random_tG (src/Torch/Internal/Managed/Native/Native15.hs:76)
random_t (src/Torch/Internal/Managed/Native/Native15.hs:81)
uniform_out_ttddG (src/Torch/Internal/Managed/Native/Native15.hs:90)
uniform_out_ttdd (src/Torch/Internal/Managed/Native/Native15.hs:98)
uniform_out_ttd (src/Torch/Internal/Managed/Native/Native15.hs:105)
uniform_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:111)
uniform_tddG (src/Torch/Internal/Managed/Native/Native15.hs:119)
uniform_tdd (src/Torch/Internal/Managed/Native/Native15.hs:126)
uniform_td (src/Torch/Internal/Managed/Native/Native15.hs:132)
uniform_t (src/Torch/Internal/Managed/Native/Native15.hs:137)
cauchy_out_ttddG (src/Torch/Internal/Managed/Native/Native15.hs:146)
cauchy_out_ttdd (src/Torch/Internal/Managed/Native/Native15.hs:154)
cauchy_out_ttd (src/Torch/Internal/Managed/Native/Native15.hs:161)
cauchy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:167)
cauchy_tddG (src/Torch/Internal/Managed/Native/Native15.hs:175)
cauchy_tdd (src/Torch/Internal/Managed/Native/Native15.hs:182)
cauchy_td (src/Torch/Internal/Managed/Native/Native15.hs:188)
cauchy_t (src/Torch/Internal/Managed/Native/Native15.hs:193)
log_normal_out_ttddG (src/Torch/Internal/Managed/Native/Native15.hs:202)
log_normal_out_ttdd (src/Torch/Internal/Managed/Native/Native15.hs:210)
log_normal_out_ttd (src/Torch/Internal/Managed/Native/Native15.hs:217)
log_normal_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:223)
log_normal_tddG (src/Torch/Internal/Managed/Native/Native15.hs:231)
log_normal_tdd (src/Torch/Internal/Managed/Native/Native15.hs:238)
log_normal_td (src/Torch/Internal/Managed/Native/Native15.hs:244)
log_normal_t (src/Torch/Internal/Managed/Native/Native15.hs:249)
exponential_out_ttdG (src/Torch/Internal/Managed/Native/Native15.hs:257)
exponential_out_ttd (src/Torch/Internal/Managed/Native/Native15.hs:264)
exponential_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:270)
exponential_tdG (src/Torch/Internal/Managed/Native/Native15.hs:277)
exponential_td (src/Torch/Internal/Managed/Native/Native15.hs:283)
exponential_t (src/Torch/Internal/Managed/Native/Native15.hs:288)
geometric_out_ttdG (src/Torch/Internal/Managed/Native/Native15.hs:296)
geometric_out_ttd (src/Torch/Internal/Managed/Native/Native15.hs:303)
geometric_tdG (src/Torch/Internal/Managed/Native/Native15.hs:310)
geometric_td (src/Torch/Internal/Managed/Native/Native15.hs:316)
tril_indices_out_tlll (src/Torch/Internal/Managed/Native/Native15.hs:324)
tril_indices_out_tll (src/Torch/Internal/Managed/Native/Native15.hs:331)
triu_indices_out_tlll (src/Torch/Internal/Managed/Native/Native15.hs:339)
triu_indices_out_tll (src/Torch/Internal/Managed/Native/Native15.hs:346)
trace_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:352)
_cholesky_solve_helper_out_tttb (src/Torch/Internal/Managed/Native/Native15.hs:360)
dist_out_ttts (src/Torch/Internal/Managed/Native/Native15.hs:368)
dist_out_ttt (src/Torch/Internal/Managed/Native/Native15.hs:375)
_histogramdd_bin_edges_out_ltlatb (src/Torch/Internal/Managed/Native/Native15.hs:385)
_histogramdd_bin_edges_out_ltlat (src/Torch/Internal/Managed/Native/Native15.hs:394)
_histogramdd_bin_edges_out_ltla (src/Torch/Internal/Managed/Native/Native15.hs:402)
_histogramdd_bin_edges_out_ltl (src/Torch/Internal/Managed/Native/Native15.hs:409)
_histogramdd_from_bin_cts_out_ttlatb (src/Torch/Internal/Managed/Native/Native15.hs:419)
_histogramdd_from_bin_cts_out_ttlat (src/Torch/Internal/Managed/Native/Native15.hs:428)
_histogramdd_from_bin_cts_out_ttla (src/Torch/Internal/Managed/Native/Native15.hs:436)
_histogramdd_from_bin_cts_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:443)
_histogramdd_from_bin_tensors_out_ttltb (src/Torch/Internal/Managed/Native/Native15.hs:452)
_histogramdd_from_bin_tensors_out_ttlt (src/Torch/Internal/Managed/Native/Native15.hs:460)
_histogramdd_from_bin_tensors_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:467)
remainder_out_tst (src/Torch/Internal/Managed/Native/Native15.hs:474)
argsort_out_ttblb (src/Torch/Internal/Managed/Native/Native15.hs:483)
argsort_out_ttbl (src/Torch/Internal/Managed/Native/Native15.hs:491)
argsort_out_ttb (src/Torch/Internal/Managed/Native/Native15.hs:498)
unfold_backward_out_ttllll (src/Torch/Internal/Managed/Native/Native15.hs:508)
normal_out_ttddG (src/Torch/Internal/Managed/Native/Native15.hs:517)
normal_out_ttdd (src/Torch/Internal/Managed/Native/Native15.hs:525)
_amp_foreach_non_finite_check_and_unscale_out_lltt (src/Torch/Internal/Managed/Native/Native15.hs:546)
_amp_foreach_non_finite_check_and_unscale_ltt (src/Torch/Internal/Managed/Native/Native15.hs:553)
_amp_update_scale_out_ttttddl (src/Torch/Internal/Managed/Native/Native15.hs:564)
_amp_update_scale_tttddl (src/Torch/Internal/Managed/Native/Native15.hs:574)
_foreach_add_out_lls (src/Torch/Internal/Managed/Native/Native15.hs:581)
_foreach_sub_out_lls (src/Torch/Internal/Managed/Native/Native15.hs:588)
_foreach_mul_out_lls (src/Torch/Internal/Managed/Native/Native15.hs:595)
_foreach_div_out_lls (src/Torch/Internal/Managed/Native/Native15.hs:602)
_foreach_clamp_min_out_lls (src/Torch/Internal/Managed/Native/Native15.hs:609)
_foreach_clamp_max_out_lls (src/Torch/Internal/Managed/Native/Native15.hs:616)
_foreach_maximum_out_lls (src/Torch/Internal/Managed/Native/Native15.hs:623)
_foreach_minimum_out_lls (src/Torch/Internal/Managed/Native/Native15.hs:630)
_foreach_add_out_llls (src/Torch/Internal/Managed/Native/Native15.hs:638)
_foreach_add_out_lll (src/Torch/Internal/Managed/Native/Native15.hs:645)
_foreach_sub_out_llls (src/Torch/Internal/Managed/Native/Native15.hs:653)
_foreach_sub_out_lll (src/Torch/Internal/Managed/Native/Native15.hs:660)
_foreach_mul_out_lll (src/Torch/Internal/Managed/Native/Native15.hs:667)
_foreach_div_out_lll (src/Torch/Internal/Managed/Native/Native15.hs:674)
_foreach_clamp_min_out_lll (src/Torch/Internal/Managed/Native/Native15.hs:681)
_foreach_clamp_max_out_lll (src/Torch/Internal/Managed/Native/Native15.hs:688)
_foreach_maximum_out_lll (src/Torch/Internal/Managed/Native/Native15.hs:695)
_foreach_minimum_out_lll (src/Torch/Internal/Managed/Native/Native15.hs:702)
_foreach_add_out_llA (src/Torch/Internal/Managed/Native/Native15.hs:709)
_foreach_sub_out_llA (src/Torch/Internal/Managed/Native/Native15.hs:716)
_foreach_div_out_llA (src/Torch/Internal/Managed/Native/Native15.hs:723)
_foreach_mul_out_llA (src/Torch/Internal/Managed/Native/Native15.hs:730)
_foreach_clamp_min_out_llA (src/Torch/Internal/Managed/Native/Native15.hs:737)
_foreach_clamp_max_out_llA (src/Torch/Internal/Managed/Native/Native15.hs:744)
_foreach_maximum_out_llA (src/Torch/Internal/Managed/Native/Native15.hs:751)
_foreach_minimum_out_llA (src/Torch/Internal/Managed/Native/Native15.hs:758)
_foreach_exp_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:764)
_foreach_zero_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:770)
_foreach_zero_l (src/Torch/Internal/Managed/Native/Native15.hs:775)
_foreach_sqrt_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:781)
_foreach_abs_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:787)
_foreach_acos_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:793)
_foreach_asin_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:799)
_foreach_atan_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:805)
_foreach_ceil_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:811)
_foreach_cos_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:817)
_foreach_cosh_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:823)
_foreach_erf_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:829)
_foreach_erfc_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:835)
_foreach_expm1_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:841)
_foreach_floor_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:847)
_foreach_log_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:853)
_foreach_log10_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:859)
_foreach_log1p_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:865)
_foreach_log2_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:871)
_foreach_neg_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:877)
_foreach_tan_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:883)
_foreach_tanh_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:889)
_foreach_sin_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:895)
_foreach_sinh_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:901)
_foreach_round_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:907)
_foreach_lgamma_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:913)
_foreach_frac_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:919)
_foreach_reciprocal_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:925)
_foreach_sigmoid_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:931)
_foreach_trunc_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:937)
_foreach_addcdiv_out_lllls (src/Torch/Internal/Managed/Native/Native15.hs:946)
_foreach_addcdiv_out_llll (src/Torch/Internal/Managed/Native/Native15.hs:954)
_foreach_addcmul_out_lllls (src/Torch/Internal/Managed/Native/Native15.hs:963)
_foreach_addcmul_out_llll (src/Torch/Internal/Managed/Native/Native15.hs:971)
_foreach_addcdiv_out_llllA (src/Torch/Internal/Managed/Native/Native15.hs:980)
_foreach_addcdiv_out_llllt (src/Torch/Internal/Managed/Native/Native15.hs:989)
_foreach_addcmul_out_llllA (src/Torch/Internal/Managed/Native/Native15.hs:998)
_foreach_addcmul_out_llllt (src/Torch/Internal/Managed/Native/Native15.hs:1007)
_foreach_norm_out_lls (src/Torch/Internal/Managed/Native/Native15.hs:1014)
_foreach_norm_out_ll (src/Torch/Internal/Managed/Native/Native15.hs:1020)
_foreach_lerp_out_llll (src/Torch/Internal/Managed/Native/Native15.hs:1028)
_foreach_lerp_out_llls (src/Torch/Internal/Managed/Native/Native15.hs:1036)
bucketize_out_tstbb (src/Torch/Internal/Managed/Native/Native15.hs:1045)
bucketize_out_tstb (src/Torch/Internal/Managed/Native/Native15.hs:1053)
bucketize_out_tst (src/Torch/Internal/Managed/Native/Native15.hs:1060)
searchsorted_out_ttsbbst (src/Torch/Internal/Managed/Native/Native15.hs:1071)
searchsorted_out_ttsbbs (src/Torch/Internal/Managed/Native/Native15.hs:1081)
searchsorted_out_ttsbb (src/Torch/Internal/Managed/Native/Native15.hs:1090)
searchsorted_out_ttsb (src/Torch/Internal/Managed/Native/Native15.hs:1098)
searchsorted_out_tts (src/Torch/Internal/Managed/Native/Native15.hs:1105)
glu_jvp_out_ttttl (src/Torch/Internal/Managed/Native/Native15.hs:1114)
glu_backward_jvp_out_ttttttl (src/Torch/Internal/Managed/Native/Native15.hs:1125)
hardswish_backward_out_ttt (src/Torch/Internal/Managed/Native/Native15.hs:1132)
rrelu_with_noise_backward_out_ttttssbb (src/Torch/Internal/Managed/Native/Native15.hs:1144)
mkldnn_adaptive_avg_pool2d_backward_out_ttt (src/Torch/Internal/Managed/Native/Native15.hs:1151)
_adaptive_avg_pool2d_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1158)
_adaptive_avg_pool2d_backward_out_ttt (src/Torch/Internal/Managed/Native/Native15.hs:1165)
_adaptive_avg_pool3d_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1172)
_adaptive_avg_pool3d_backward_out_ttt (src/Torch/Internal/Managed/Native/Native15.hs:1179)
_slow_conv2d_backward_out_ttttttllla (src/Torch/Internal/Managed/Native/Native15.hs:1193)
conv_depthwise3d_out_tttltlll (src/Torch/Internal/Managed/Native/Native15.hs:1205)
slow_conv_dilated2d_out_tttltlll (src/Torch/Internal/Managed/Native/Native15.hs:1217)
slow_conv_dilated2d_out_tttltll (src/Torch/Internal/Managed/Native/Native15.hs:1228)
slow_conv_dilated2d_out_tttltl (src/Torch/Internal/Managed/Native/Native15.hs:1238)
slow_conv_dilated2d_out_tttlt (src/Torch/Internal/Managed/Native/Native15.hs:1247)
slow_conv_dilated2d_out_tttl (src/Torch/Internal/Managed/Native/Native15.hs:1255)
slow_conv_dilated3d_out_tttltlll (src/Torch/Internal/Managed/Native/Native15.hs:1267)
slow_conv_dilated3d_out_tttltll (src/Torch/Internal/Managed/Native/Native15.hs:1278)
slow_conv_dilated3d_out_tttltl (src/Torch/Internal/Managed/Native/Native15.hs:1288)
slow_conv_dilated3d_out_tttlt (src/Torch/Internal/Managed/Native/Native15.hs:1297)
slow_conv_dilated3d_out_tttl (src/Torch/Internal/Managed/Native/Native15.hs:1305)
isinf_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1311)
linalg_matrix_exp_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1317)
_test_optional_intlist_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1324)
_test_optional_filled_intlist_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1331)
_test_optional_floatlist_out_tta (src/Torch/Internal/Managed/Native/Native15.hs:1338)
_test_warn_in_autograd_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1344)
_test_autograd_multiple_dispatch_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1350)
_test_autograd_multiple_dispatch_view_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1356)
segment_reduce_out_ttstttlbs (src/Torch/Internal/Managed/Native/Native15.hs:1369)
segment_reduce_out_ttstttlb (src/Torch/Internal/Managed/Native/Native15.hs:1381)
segment_reduce_out_ttstttl (src/Torch/Internal/Managed/Native/Native15.hs:1392)
segment_reduce_out_ttsttt (src/Torch/Internal/Managed/Native/Native15.hs:1402)
segment_reduce_out_ttstt (src/Torch/Internal/Managed/Native/Native15.hs:1411)
segment_reduce_out_ttst (src/Torch/Internal/Managed/Native/Native15.hs:1419)
segment_reduce_out_tts (src/Torch/Internal/Managed/Native/Native15.hs:1426)
_segment_reduce_backward_out_ttttsttls (src/Torch/Internal/Managed/Native/Native15.hs:1439)
_segment_reduce_backward_out_ttttsttl (src/Torch/Internal/Managed/Native/Native15.hs:1451)
_segment_reduce_backward_out_ttttstt (src/Torch/Internal/Managed/Native/Native15.hs:1462)
_segment_reduce_backward_out_ttttst (src/Torch/Internal/Managed/Native/Native15.hs:1472)
_segment_reduce_backward_out_tttts (src/Torch/Internal/Managed/Native/Native15.hs:1481)
_nested_tensor_from_tensor_list_out_tlsLDb (src/Torch/Internal/Managed/Native/Native15.hs:1491)
_nested_tensor_from_tensor_list_out_tlsLD (src/Torch/Internal/Managed/Native/Native15.hs:1500)
_nested_tensor_from_tensor_list_out_tlsL (src/Torch/Internal/Managed/Native/Native15.hs:1508)
_nested_tensor_from_tensor_list_out_tls (src/Torch/Internal/Managed/Native/Native15.hs:1515)
_nested_tensor_from_tensor_list_out_tl (src/Torch/Internal/Managed/Native/Native15.hs:1521)
_fw_primal_copy_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1528)
_make_dual_copy_out_tttl (src/Torch/Internal/Managed/Native/Native15.hs:1536)
view_as_real_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1542)
view_as_complex_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1548)
_conj_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1554)
_neg_view_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1560)
as_strided_copy_out_ttlll (src/Torch/Internal/Managed/Native/Native15.hs:1569)
as_strided_copy_out_ttll (src/Torch/Internal/Managed/Native/Native15.hs:1577)
_sparse_broadcast_to_copy_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1584)
diagonal_copy_out_ttlll (src/Torch/Internal/Managed/Native/Native15.hs:1593)
diagonal_copy_out_ttll (src/Torch/Internal/Managed/Native/Native15.hs:1601)
diagonal_copy_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1608)
diagonal_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1614)
expand_copy_out_ttlb (src/Torch/Internal/Managed/Native/Native15.hs:1622)
expand_copy_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1629)
permute_copy_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1636)
_reshape_alias_copy_out_ttll (src/Torch/Internal/Managed/Native/Native15.hs:1644)
select_copy_out_ttll (src/Torch/Internal/Managed/Native/Native15.hs:1652)
detach_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1658)
slice_copy_out_ttllll (src/Torch/Internal/Managed/Native/Native15.hs:1668)
slice_copy_out_ttlll (src/Torch/Internal/Managed/Native/Native15.hs:1677)
slice_copy_out_ttll (src/Torch/Internal/Managed/Native/Native15.hs:1685)
slice_copy_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1692)
slice_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1698)
squeeze_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1704)
squeeze_copy_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1711)
t_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1717)
transpose_copy_out_ttll (src/Torch/Internal/Managed/Native/Native15.hs:1725)
unsqueeze_copy_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1732)
_indices_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1738)
_values_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1744)
indices_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1750)
values_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1756)
crow_indices_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1762)
col_indices_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1768)
ccol_indices_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1774)
row_indices_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1780)
view_copy_out_ttl (src/Torch/Internal/Managed/Native/Native15.hs:1787)
view_copy_out_tts (src/Torch/Internal/Managed/Native/Native15.hs:1794)
unfold_copy_out_ttlll (src/Torch/Internal/Managed/Native/Native15.hs:1803)
alias_copy_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:1809)
to_padded_tensor_out_ttdl (src/Torch/Internal/Managed/Native/Native15.hs:1817)
to_padded_tensor_out_ttd (src/Torch/Internal/Managed/Native/Native15.hs:1824)
_transformer_encoder_layer_fwd_out_ttllttttbbdtttttttttl (src/Torch/Internal/Managed/Native/Native15.hs:1849)
_transformer_encoder_layer_fwd_out_ttllttttbbdttttttttt (src/Torch/Internal/Managed/Native/Native15.hs:1873)
_transformer_encoder_layer_fwd_out_ttllttttbbdtttttttt (src/Torch/Internal/Managed/Native/Native15.hs:1896)
_native_multi_head_attention_out_tttttlltttttbbl (src/Torch/Internal/Managed/Native/Native15.hs:1915)
_native_multi_head_attention_out_tttttlltttttbb (src/Torch/Internal/Managed/Native/Native15.hs:1933)
_native_multi_head_attention_out_tttttlltttttb (src/Torch/Internal/Managed/Native/Native15.hs:1950)
_native_multi_head_attention_out_tttttllttttt (src/Torch/Internal/Managed/Native/Native15.hs:1966)
_native_multi_head_attention_out_tttttlltttt (src/Torch/Internal/Managed/Native/Native15.hs:1981)
_triton_scaled_dot_attention_out_ttttd (src/Torch/Internal/Managed/Native/Native15.hs:1990)
_triton_scaled_dot_attention_out_tttt (src/Torch/Internal/Managed/Native/Native15.hs:1998)
_triton_multi_head_attention_out_ttttllttttt (src/Torch/Internal/Managed/Native/Native15.hs:2013)
_triton_multi_head_attention_out_ttttlltttt (src/Torch/Internal/Managed/Native/Native15.hs:2027)
_foobar_out_ttbbb (src/Torch/Internal/Managed/Native/Native15.hs:2036)
_foobar_out_ttbb (src/Torch/Internal/Managed/Native/Native15.hs:2044)
_foobar_out_ttb (src/Torch/Internal/Managed/Native/Native15.hs:2051)
_foobar_out_tt (src/Torch/Internal/Managed/Native/Native15.hs:2057)
_fused_adam_out_llllllldddddbbtt (src/Torch/Internal/Managed/Native/Native15.hs:2077)
_fused_adam_out_llllllldddddbbt (src/Torch/Internal/Managed/Native/Native15.hs:2096)
_fused_adam_out_llllllldddddbb (src/Torch/Internal/Managed/Native/Native15.hs:2114)
_fused_adam_lllllldddddbbtt (src/Torch/Internal/Managed/Native/Native15.hs:2133)
_fused_adam_lllllldddddbbt (src/Torch/Internal/Managed/Native/Native15.hs:2151)
_fused_adam_lllllldddddbb (src/Torch/Internal/Managed/Native/Native15.hs:2168)
_fused_adamw_out_llllllldddddbbtt (src/Torch/Internal/Managed/Native/Native15.hs:2188)
_fused_adamw_out_llllllldddddbbt (src/Torch/Internal/Managed/Native/Native15.hs:2207)
_fused_adamw_out_llllllldddddbb (src/Torch/Internal/Managed/Native/Native15.hs:2225)
_fused_adamw_lllllldddddbbtt (src/Torch/Internal/Managed/Native/Native15.hs:2244)
_fused_adamw_lllllldddddbbt (src/Torch/Internal/Managed/Native/Native15.hs:2262)
_fused_adamw_lllllldddddbb (src/Torch/Internal/Managed/Native/Native15.hs:2279)
0% ( 0 /293) in 'Torch.Internal.Unmanaged.Native.Native2'
Missing documentation for:
Module header
embedding_ttl (src/Torch/Internal/Unmanaged/Native/Native2.hs:36)
embedding_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:47)
embedding_backward_ttllbb (src/Torch/Internal/Unmanaged/Native/Native2.hs:61)
embedding_dense_backward_ttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:78)
embedding_renorm__ttdd (src/Torch/Internal/Unmanaged/Native/Native2.hs:93)
embedding_sparse_backward_ttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:108)
_embedding_bag_forward_only_tttblbtbl (src/Torch/Internal/Unmanaged/Native/Native2.hs:128)
_embedding_bag_forward_only_tttblbtb (src/Torch/Internal/Unmanaged/Native/Native2.hs:151)
_embedding_bag_forward_only_tttblbt (src/Torch/Internal/Unmanaged/Native/Native2.hs:172)
_embedding_bag_forward_only_tttblb (src/Torch/Internal/Unmanaged/Native/Native2.hs:191)
_embedding_bag_forward_only_tttbl (src/Torch/Internal/Unmanaged/Native/Native2.hs:208)
_embedding_bag_forward_only_tttb (src/Torch/Internal/Unmanaged/Native/Native2.hs:223)
_embedding_bag_forward_only_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:236)
_rowwise_prune_tts (src/Torch/Internal/Unmanaged/Native/Native2.hs:248)
row_stack_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:258)
row_stack_out_tl (src/Torch/Internal/Unmanaged/Native/Native2.hs:267)
embedding_bag_tttblbtb (src/Torch/Internal/Unmanaged/Native/Native2.hs:283)
embedding_bag_tttblbt (src/Torch/Internal/Unmanaged/Native/Native2.hs:304)
embedding_bag_tttblb (src/Torch/Internal/Unmanaged/Native/Native2.hs:323)
embedding_bag_tttbl (src/Torch/Internal/Unmanaged/Native/Native2.hs:340)
embedding_bag_tttb (src/Torch/Internal/Unmanaged/Native/Native2.hs:355)
embedding_bag_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:368)
embedding_bag_tttblbtbl (src/Torch/Internal/Unmanaged/Native/Native2.hs:386)
_embedding_bag_tttblbtbl (src/Torch/Internal/Unmanaged/Native/Native2.hs:410)
_embedding_bag_tttblbtb (src/Torch/Internal/Unmanaged/Native/Native2.hs:433)
_embedding_bag_tttblbt (src/Torch/Internal/Unmanaged/Native/Native2.hs:454)
_embedding_bag_tttblb (src/Torch/Internal/Unmanaged/Native/Native2.hs:473)
_embedding_bag_tttbl (src/Torch/Internal/Unmanaged/Native/Native2.hs:490)
_embedding_bag_tttb (src/Torch/Internal/Unmanaged/Native/Native2.hs:505)
_embedding_bag_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:518)
_embedding_bag_backward_ttttttlblbtl (src/Torch/Internal/Unmanaged/Native/Native2.hs:539)
_embedding_bag_backward_ttttttlblbt (src/Torch/Internal/Unmanaged/Native/Native2.hs:568)
_embedding_bag_sparse_backward_tttttlbltl (src/Torch/Internal/Unmanaged/Native/Native2.hs:595)
_embedding_bag_sparse_backward_tttttlblt (src/Torch/Internal/Unmanaged/Native/Native2.hs:620)
_embedding_bag_dense_backward_tttttlbltl (src/Torch/Internal/Unmanaged/Native/Native2.hs:645)
_embedding_bag_dense_backward_tttttlblt (src/Torch/Internal/Unmanaged/Native/Native2.hs:670)
_embedding_bag_per_sample_weights_backward_tttttll (src/Torch/Internal/Unmanaged/Native/Native2.hs:692)
_embedding_bag_per_sample_weights_backward_tttttl (src/Torch/Internal/Unmanaged/Native/Native2.hs:711)
empty_lNoM (src/Torch/Internal/Unmanaged/Native/Native2.hs:727)
empty_lNo (src/Torch/Internal/Unmanaged/Native/Native2.hs:740)
empty_lN (src/Torch/Internal/Unmanaged/Native/Native2.hs:751)
empty_loM (src/Torch/Internal/Unmanaged/Native/Native2.hs:762)
empty_lo (src/Torch/Internal/Unmanaged/Native/Native2.hs:773)
empty_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:782)
_empty_affine_quantized_lodlM (src/Torch/Internal/Unmanaged/Native/Native2.hs:794)
_empty_affine_quantized_lodl (src/Torch/Internal/Unmanaged/Native/Native2.hs:809)
_empty_affine_quantized_lod (src/Torch/Internal/Unmanaged/Native/Native2.hs:822)
_empty_affine_quantized_lo (src/Torch/Internal/Unmanaged/Native/Native2.hs:833)
_empty_affine_quantized_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:842)
_empty_per_channel_affine_quantized_lttloM (src/Torch/Internal/Unmanaged/Native/Native2.hs:855)
_empty_per_channel_affine_quantized_lttlo (src/Torch/Internal/Unmanaged/Native/Native2.hs:872)
_empty_per_channel_affine_quantized_lttl (src/Torch/Internal/Unmanaged/Native/Native2.hs:887)
_resize_output__tlD (src/Torch/Internal/Unmanaged/Native/Native2.hs:900)
empty_quantized_ltoM (src/Torch/Internal/Unmanaged/Native/Native2.hs:913)
empty_quantized_lto (src/Torch/Internal/Unmanaged/Native/Native2.hs:926)
empty_quantized_lt (src/Torch/Internal/Unmanaged/Native/Native2.hs:937)
empty_out_tlM (src/Torch/Internal/Unmanaged/Native/Native2.hs:948)
empty_out_tl (src/Torch/Internal/Unmanaged/Native/Native2.hs:959)
empty_like_toM (src/Torch/Internal/Unmanaged/Native/Native2.hs:970)
empty_like_to (src/Torch/Internal/Unmanaged/Native/Native2.hs:981)
empty_like_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:990)
empty_strided_llo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1000)
empty_strided_ll (src/Torch/Internal/Unmanaged/Native/Native2.hs:1011)
erf_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1020)
erf__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1028)
erf_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1037)
erfc_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1046)
erfc__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1054)
erfc_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1063)
exp_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1072)
exp__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1080)
exp_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1089)
exp2_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1098)
exp2__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1106)
exp2_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1115)
expm1_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1124)
expm1__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1132)
expm1_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1141)
eye_lo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1151)
eye_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:1160)
eye_llo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1170)
eye_ll (src/Torch/Internal/Unmanaged/Native/Native2.hs:1181)
eye_out_tl (src/Torch/Internal/Unmanaged/Native/Native2.hs:1191)
eye_out_tll (src/Torch/Internal/Unmanaged/Native/Native2.hs:1202)
flatten_tll (src/Torch/Internal/Unmanaged/Native/Native2.hs:1214)
flatten_tl (src/Torch/Internal/Unmanaged/Native/Native2.hs:1225)
flatten_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1234)
flatten_tlln (src/Torch/Internal/Unmanaged/Native/Native2.hs:1245)
flatten_tnnn (src/Torch/Internal/Unmanaged/Native/Native2.hs:1259)
flatten_tNn (src/Torch/Internal/Unmanaged/Native/Native2.hs:1272)
unflatten_tll (src/Torch/Internal/Unmanaged/Native/Native2.hs:1284)
unflatten_tnlN (src/Torch/Internal/Unmanaged/Native/Native2.hs:1297)
fill_ts (src/Torch/Internal/Unmanaged/Native/Native2.hs:1309)
fill_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1319)
fill__ts (src/Torch/Internal/Unmanaged/Native/Native2.hs:1329)
fill__tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1339)
floor_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1348)
floor__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1356)
floor_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1365)
floor_divide_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1375)
floor_divide_out_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1386)
floor_divide_ts (src/Torch/Internal/Unmanaged/Native/Native2.hs:1397)
frac_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1406)
frac__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:1414)
frac_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1423)
full_lsNo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1435)
full_lsN (src/Torch/Internal/Unmanaged/Native/Native2.hs:1448)
full_lso (src/Torch/Internal/Unmanaged/Native/Native2.hs:1460)
full_ls (src/Torch/Internal/Unmanaged/Native/Native2.hs:1471)
full_out_tls (src/Torch/Internal/Unmanaged/Native/Native2.hs:1482)
full_like_tsoM (src/Torch/Internal/Unmanaged/Native/Native2.hs:1495)
full_like_tso (src/Torch/Internal/Unmanaged/Native/Native2.hs:1508)
full_like_ts (src/Torch/Internal/Unmanaged/Native/Native2.hs:1519)
from_file_sblo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1531)
from_file_sbl (src/Torch/Internal/Unmanaged/Native/Native2.hs:1544)
from_file_sb (src/Torch/Internal/Unmanaged/Native/Native2.hs:1555)
from_file_s (src/Torch/Internal/Unmanaged/Native/Native2.hs:1564)
gcd_out_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1574)
gcd_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1585)
gcd__tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1595)
lcm_out_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1606)
lcm_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1617)
lcm__tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1627)
grid_sampler_ttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:1640)
grid_sampler_2d_ttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:1656)
grid_sampler_2d_backward_tttllba (src/Torch/Internal/Unmanaged/Native/Native2.hs:1674)
_grid_sampler_2d_cpu_fallback_ttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:1692)
_grid_sampler_2d_cpu_fallback_backward_tttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:1709)
grid_sampler_3d_ttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:1726)
grid_sampler_3d_backward_tttllba (src/Torch/Internal/Unmanaged/Native/Native2.hs:1744)
hann_window_lo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1759)
hann_window_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:1768)
hann_window_lbo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1778)
hann_window_lb (src/Torch/Internal/Unmanaged/Native/Native2.hs:1789)
hamming_window_lo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1799)
hamming_window_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:1808)
hamming_window_lbo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1818)
hamming_window_lb (src/Torch/Internal/Unmanaged/Native/Native2.hs:1829)
hamming_window_lbdo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1841)
hamming_window_lbd (src/Torch/Internal/Unmanaged/Native/Native2.hs:1854)
hamming_window_lbddo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1868)
hamming_window_lbdd (src/Torch/Internal/Unmanaged/Native/Native2.hs:1883)
kaiser_window_lo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1895)
kaiser_window_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:1904)
kaiser_window_lbo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1914)
kaiser_window_lb (src/Torch/Internal/Unmanaged/Native/Native2.hs:1925)
kaiser_window_lbdo (src/Torch/Internal/Unmanaged/Native/Native2.hs:1937)
kaiser_window_lbd (src/Torch/Internal/Unmanaged/Native/Native2.hs:1950)
hinge_embedding_loss_ttdl (src/Torch/Internal/Unmanaged/Native/Native2.hs:1963)
hinge_embedding_loss_ttd (src/Torch/Internal/Unmanaged/Native/Native2.hs:1976)
hinge_embedding_loss_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:1987)
group_norm_tlttdb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2001)
group_norm_tlttd (src/Torch/Internal/Unmanaged/Native/Native2.hs:2018)
group_norm_tltt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2033)
group_norm_tlt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2046)
group_norm_tl (src/Torch/Internal/Unmanaged/Native/Native2.hs:2057)
native_group_norm_tttlllld (src/Torch/Internal/Unmanaged/Native/Native2.hs:2073)
native_group_norm_backward_tttttlllla (src/Torch/Internal/Unmanaged/Native/Native2.hs:2097)
_fft_r2c_tllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2117)
_fft_r2c_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2132)
_fft_c2r_tlll (src/Torch/Internal/Unmanaged/Native/Native2.hs:2147)
_fft_c2r_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native2.hs:2162)
_fft_c2c_tllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2177)
_fft_c2c_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2192)
_validate_compressed_sparse_indices_bttlll (src/Torch/Internal/Unmanaged/Native/Native2.hs:2209)
_cufft_get_plan_cache_size_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:2222)
_cufft_get_plan_cache_max_size_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:2230)
_cufft_set_plan_cache_max_size_ll (src/Torch/Internal/Unmanaged/Native/Native2.hs:2239)
_cufft_clear_plan_cache_l (src/Torch/Internal/Unmanaged/Native/Native2.hs:2248)
index_tl (src/Torch/Internal/Unmanaged/Native/Native2.hs:2257)
index_out_ttl (src/Torch/Internal/Unmanaged/Native/Native2.hs:2268)
index_copy_out_ttltt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2282)
index_copy_tltt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2297)
index_copy_tntt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2311)
index_put__tltb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2325)
index_put__tlt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2338)
index_put_tltb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2351)
index_put_tlt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2364)
_index_put_impl__tltbb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2378)
_index_put_impl__tltb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2393)
_index_put_impl__tlt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2406)
instance_norm_tttttbddb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2424)
isclose_ttddb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2444)
isclose_ttdd (src/Torch/Internal/Unmanaged/Native/Native2.hs:2459)
isclose_ttd (src/Torch/Internal/Unmanaged/Native/Native2.hs:2472)
isclose_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2483)
isin_out_tttbb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2496)
isin_out_tttb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2511)
isin_out_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2524)
isin_ttbb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2537)
isin_ttb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2550)
isin_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2561)
isin_out_ttsbb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2574)
isin_out_ttsb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2589)
isin_out_tts (src/Torch/Internal/Unmanaged/Native/Native2.hs:2602)
isin_tsbb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2615)
isin_tsb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2628)
isin_ts (src/Torch/Internal/Unmanaged/Native/Native2.hs:2639)
isin_out_tstbb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2652)
isin_out_tstb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2667)
isin_out_tst (src/Torch/Internal/Unmanaged/Native/Native2.hs:2680)
isin_stbb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2693)
isin_stb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2706)
isin_st (src/Torch/Internal/Unmanaged/Native/Native2.hs:2717)
isnan_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2726)
is_distributed_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2734)
is_floating_point_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2742)
is_complex_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2750)
is_conj_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2758)
_is_zerotensor_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2766)
is_neg_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2774)
isreal_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2782)
is_nonzero_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2790)
is_same_size_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2799)
is_signed_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2808)
is_inference_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:2816)
kl_div_ttlb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2827)
kl_div_ttl (src/Torch/Internal/Unmanaged/Native/Native2.hs:2840)
kl_div_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2851)
kron_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2861)
kron_out_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:2872)
kthvalue_tllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2885)
kthvalue_tll (src/Torch/Internal/Unmanaged/Native/Native2.hs:2898)
kthvalue_tl (src/Torch/Internal/Unmanaged/Native/Native2.hs:2909)
kthvalue_out_tttllb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2923)
kthvalue_out_tttll (src/Torch/Internal/Unmanaged/Native/Native2.hs:2940)
kthvalue_out_tttl (src/Torch/Internal/Unmanaged/Native/Native2.hs:2955)
kthvalue_tlnb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2969)
kthvalue_tln (src/Torch/Internal/Unmanaged/Native/Native2.hs:2982)
kthvalue_out_tttlnb (src/Torch/Internal/Unmanaged/Native/Native2.hs:2997)
kthvalue_out_tttln (src/Torch/Internal/Unmanaged/Native/Native2.hs:3014)
layer_norm_tlttdb (src/Torch/Internal/Unmanaged/Native/Native2.hs:3031)
layer_norm_tlttd (src/Torch/Internal/Unmanaged/Native/Native2.hs:3048)
layer_norm_tltt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3063)
layer_norm_tlt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3076)
layer_norm_tl (src/Torch/Internal/Unmanaged/Native/Native2.hs:3087)
native_layer_norm_tlttd (src/Torch/Internal/Unmanaged/Native/Native2.hs:3100)
native_layer_norm_backward_ttltttta (src/Torch/Internal/Unmanaged/Native/Native2.hs:3119)
nan_to_num_tddd (src/Torch/Internal/Unmanaged/Native/Native2.hs:3137)
nan_to_num_tdd (src/Torch/Internal/Unmanaged/Native/Native2.hs:3150)
nan_to_num_td (src/Torch/Internal/Unmanaged/Native/Native2.hs:3161)
nan_to_num_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3170)
nan_to_num__tddd (src/Torch/Internal/Unmanaged/Native/Native2.hs:3181)
nan_to_num__tdd (src/Torch/Internal/Unmanaged/Native/Native2.hs:3194)
nan_to_num__td (src/Torch/Internal/Unmanaged/Native/Native2.hs:3205)
nan_to_num__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3214)
nan_to_num_out_ttddd (src/Torch/Internal/Unmanaged/Native/Native2.hs:3226)
nan_to_num_out_ttdd (src/Torch/Internal/Unmanaged/Native/Native2.hs:3241)
nan_to_num_out_ttd (src/Torch/Internal/Unmanaged/Native/Native2.hs:3254)
nan_to_num_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3265)
linear_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3276)
linear_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3287)
linear_backward_ttta (src/Torch/Internal/Unmanaged/Native/Native2.hs:3299)
linear_out_tttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3313)
linear_out_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3326)
mkldnn_linear_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3338)
mkldnn_linear_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3349)
mkldnn_linear_backward_input_ltt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3360)
mkldnn_linear_backward_weights_tttb (src/Torch/Internal/Unmanaged/Native/Native2.hs:3373)
mkldnn_linear_backward_ttta (src/Torch/Internal/Unmanaged/Native/Native2.hs:3387)
fbgemm_linear_int8_weight_fp32_activation_ttttsst (src/Torch/Internal/Unmanaged/Native/Native2.hs:3404)
fbgemm_linear_int8_weight_ttttsst (src/Torch/Internal/Unmanaged/Native/Native2.hs:3424)
fbgemm_linear_quantize_weight_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3438)
fbgemm_pack_gemm_matrix_fp16_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3446)
fbgemm_linear_fp16_weight_fp32_activation_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3456)
fbgemm_linear_fp16_weight_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3468)
fbgemm_pack_quantized_matrix_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3478)
fbgemm_pack_quantized_matrix_tll (src/Torch/Internal/Unmanaged/Native/Native2.hs:3488)
ldexp_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3499)
ldexp__tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3509)
ldexp_out_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3520)
linspace_sslo (src/Torch/Internal/Unmanaged/Native/Native2.hs:3533)
linspace_ssl (src/Torch/Internal/Unmanaged/Native/Native2.hs:3546)
linspace_out_tssl (src/Torch/Internal/Unmanaged/Native/Native2.hs:3559)
log_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3570)
log__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3578)
log_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3587)
log10_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3596)
log10__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3604)
log10_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3613)
log1p_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3622)
log1p__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3630)
log1p_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3639)
log2_t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3648)
log2__t (src/Torch/Internal/Unmanaged/Native/Native2.hs:3656)
log2_out_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3665)
logaddexp_out_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3676)
logaddexp_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3687)
logaddexp2_out_ttt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3698)
logaddexp2_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3709)
xlogy_tt (src/Torch/Internal/Unmanaged/Native/Native2.hs:3719)
xlogy_st (src/Torch/Internal/Unmanaged/Native/Native2.hs:3729)
0% ( 0 /293) in 'Torch.Internal.Managed.Native.Native2'
Missing documentation for:
Module header
embedding_ttl (src/Torch/Internal/Managed/Native/Native2.hs:29)
embedding_tt (src/Torch/Internal/Managed/Native/Native2.hs:35)
embedding_backward_ttllbb (src/Torch/Internal/Managed/Native/Native2.hs:45)
embedding_dense_backward_ttllb (src/Torch/Internal/Managed/Native/Native2.hs:54)
embedding_renorm__ttdd (src/Torch/Internal/Managed/Native/Native2.hs:62)
embedding_sparse_backward_ttllb (src/Torch/Internal/Managed/Native/Native2.hs:71)
_embedding_bag_forward_only_tttblbtbl (src/Torch/Internal/Managed/Native/Native2.hs:84)
_embedding_bag_forward_only_tttblbtb (src/Torch/Internal/Managed/Native/Native2.hs:96)
_embedding_bag_forward_only_tttblbt (src/Torch/Internal/Managed/Native/Native2.hs:107)
_embedding_bag_forward_only_tttblb (src/Torch/Internal/Managed/Native/Native2.hs:117)
_embedding_bag_forward_only_tttbl (src/Torch/Internal/Managed/Native/Native2.hs:126)
_embedding_bag_forward_only_tttb (src/Torch/Internal/Managed/Native/Native2.hs:134)
_embedding_bag_forward_only_ttt (src/Torch/Internal/Managed/Native/Native2.hs:141)
_rowwise_prune_tts (src/Torch/Internal/Managed/Native/Native2.hs:148)
row_stack_l (src/Torch/Internal/Managed/Native/Native2.hs:153)
row_stack_out_tl (src/Torch/Internal/Managed/Native/Native2.hs:159)
embedding_bag_tttblbtb (src/Torch/Internal/Managed/Native/Native2.hs:171)
embedding_bag_tttblbt (src/Torch/Internal/Managed/Native/Native2.hs:182)
embedding_bag_tttblb (src/Torch/Internal/Managed/Native/Native2.hs:192)
embedding_bag_tttbl (src/Torch/Internal/Managed/Native/Native2.hs:201)
embedding_bag_tttb (src/Torch/Internal/Managed/Native/Native2.hs:209)
embedding_bag_ttt (src/Torch/Internal/Managed/Native/Native2.hs:216)
embedding_bag_tttblbtbl (src/Torch/Internal/Managed/Native/Native2.hs:229)
_embedding_bag_tttblbtbl (src/Torch/Internal/Managed/Native/Native2.hs:242)
_embedding_bag_tttblbtb (src/Torch/Internal/Managed/Native/Native2.hs:254)
_embedding_bag_tttblbt (src/Torch/Internal/Managed/Native/Native2.hs:265)
_embedding_bag_tttblb (src/Torch/Internal/Managed/Native/Native2.hs:275)
_embedding_bag_tttbl (src/Torch/Internal/Managed/Native/Native2.hs:284)
_embedding_bag_tttb (src/Torch/Internal/Managed/Native/Native2.hs:292)
_embedding_bag_ttt (src/Torch/Internal/Managed/Native/Native2.hs:299)
_embedding_bag_backward_ttttttlblbtl (src/Torch/Internal/Managed/Native/Native2.hs:315)
_embedding_bag_backward_ttttttlblbt (src/Torch/Internal/Managed/Native/Native2.hs:330)
_embedding_bag_sparse_backward_tttttlbltl (src/Torch/Internal/Managed/Native/Native2.hs:344)
_embedding_bag_sparse_backward_tttttlblt (src/Torch/Internal/Managed/Native/Native2.hs:357)
_embedding_bag_dense_backward_tttttlbltl (src/Torch/Internal/Managed/Native/Native2.hs:371)
_embedding_bag_dense_backward_tttttlblt (src/Torch/Internal/Managed/Native/Native2.hs:384)
_embedding_bag_per_sample_weights_backward_tttttll (src/Torch/Internal/Managed/Native/Native2.hs:395)
_embedding_bag_per_sample_weights_backward_tttttl (src/Torch/Internal/Managed/Native/Native2.hs:405)
empty_lNoM (src/Torch/Internal/Managed/Native/Native2.hs:413)
empty_lNo (src/Torch/Internal/Managed/Native/Native2.hs:420)
empty_lN (src/Torch/Internal/Managed/Native/Native2.hs:426)
empty_loM (src/Torch/Internal/Managed/Native/Native2.hs:433)
empty_lo (src/Torch/Internal/Managed/Native/Native2.hs:439)
empty_l (src/Torch/Internal/Managed/Native/Native2.hs:444)
_empty_affine_quantized_lodlM (src/Torch/Internal/Managed/Native/Native2.hs:453)
_empty_affine_quantized_lodl (src/Torch/Internal/Managed/Native/Native2.hs:461)
_empty_affine_quantized_lod (src/Torch/Internal/Managed/Native/Native2.hs:468)
_empty_affine_quantized_lo (src/Torch/Internal/Managed/Native/Native2.hs:474)
_empty_affine_quantized_l (src/Torch/Internal/Managed/Native/Native2.hs:479)
_empty_per_channel_affine_quantized_lttloM (src/Torch/Internal/Managed/Native/Native2.hs:489)
_empty_per_channel_affine_quantized_lttlo (src/Torch/Internal/Managed/Native/Native2.hs:498)
_empty_per_channel_affine_quantized_lttl (src/Torch/Internal/Managed/Native/Native2.hs:506)
_resize_output__tlD (src/Torch/Internal/Managed/Native/Native2.hs:513)
empty_quantized_ltoM (src/Torch/Internal/Managed/Native/Native2.hs:521)
empty_quantized_lto (src/Torch/Internal/Managed/Native/Native2.hs:528)
empty_quantized_lt (src/Torch/Internal/Managed/Native/Native2.hs:534)
empty_out_tlM (src/Torch/Internal/Managed/Native/Native2.hs:541)
empty_out_tl (src/Torch/Internal/Managed/Native/Native2.hs:547)
empty_like_toM (src/Torch/Internal/Managed/Native/Native2.hs:554)
empty_like_to (src/Torch/Internal/Managed/Native/Native2.hs:560)
empty_like_t (src/Torch/Internal/Managed/Native/Native2.hs:565)
empty_strided_llo (src/Torch/Internal/Managed/Native/Native2.hs:572)
empty_strided_ll (src/Torch/Internal/Managed/Native/Native2.hs:578)
erf_t (src/Torch/Internal/Managed/Native/Native2.hs:583)
erf__t (src/Torch/Internal/Managed/Native/Native2.hs:588)
erf_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:594)
erfc_t (src/Torch/Internal/Managed/Native/Native2.hs:599)
erfc__t (src/Torch/Internal/Managed/Native/Native2.hs:604)
erfc_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:610)
exp_t (src/Torch/Internal/Managed/Native/Native2.hs:615)
exp__t (src/Torch/Internal/Managed/Native/Native2.hs:620)
exp_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:626)
exp2_t (src/Torch/Internal/Managed/Native/Native2.hs:631)
exp2__t (src/Torch/Internal/Managed/Native/Native2.hs:636)
exp2_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:642)
expm1_t (src/Torch/Internal/Managed/Native/Native2.hs:647)
expm1__t (src/Torch/Internal/Managed/Native/Native2.hs:652)
expm1_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:658)
eye_lo (src/Torch/Internal/Managed/Native/Native2.hs:664)
eye_l (src/Torch/Internal/Managed/Native/Native2.hs:669)
eye_llo (src/Torch/Internal/Managed/Native/Native2.hs:676)
eye_ll (src/Torch/Internal/Managed/Native/Native2.hs:682)
eye_out_tl (src/Torch/Internal/Managed/Native/Native2.hs:688)
eye_out_tll (src/Torch/Internal/Managed/Native/Native2.hs:695)
flatten_tll (src/Torch/Internal/Managed/Native/Native2.hs:702)
flatten_tl (src/Torch/Internal/Managed/Native/Native2.hs:708)
flatten_t (src/Torch/Internal/Managed/Native/Native2.hs:713)
flatten_tlln (src/Torch/Internal/Managed/Native/Native2.hs:721)
flatten_tnnn (src/Torch/Internal/Managed/Native/Native2.hs:729)
flatten_tNn (src/Torch/Internal/Managed/Native/Native2.hs:736)
unflatten_tll (src/Torch/Internal/Managed/Native/Native2.hs:743)
unflatten_tnlN (src/Torch/Internal/Managed/Native/Native2.hs:751)
fill_ts (src/Torch/Internal/Managed/Native/Native2.hs:757)
fill_tt (src/Torch/Internal/Managed/Native/Native2.hs:763)
fill__ts (src/Torch/Internal/Managed/Native/Native2.hs:769)
fill__tt (src/Torch/Internal/Managed/Native/Native2.hs:775)
floor_t (src/Torch/Internal/Managed/Native/Native2.hs:780)
floor__t (src/Torch/Internal/Managed/Native/Native2.hs:785)
floor_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:791)
floor_divide_tt (src/Torch/Internal/Managed/Native/Native2.hs:797)
floor_divide_out_ttt (src/Torch/Internal/Managed/Native/Native2.hs:804)
floor_divide_ts (src/Torch/Internal/Managed/Native/Native2.hs:810)
frac_t (src/Torch/Internal/Managed/Native/Native2.hs:815)
frac__t (src/Torch/Internal/Managed/Native/Native2.hs:820)
frac_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:826)
full_lsNo (src/Torch/Internal/Managed/Native/Native2.hs:834)
full_lsN (src/Torch/Internal/Managed/Native/Native2.hs:841)
full_lso (src/Torch/Internal/Managed/Native/Native2.hs:848)
full_ls (src/Torch/Internal/Managed/Native/Native2.hs:854)
full_out_tls (src/Torch/Internal/Managed/Native/Native2.hs:861)
full_like_tsoM (src/Torch/Internal/Managed/Native/Native2.hs:869)
full_like_tso (src/Torch/Internal/Managed/Native/Native2.hs:876)
full_like_ts (src/Torch/Internal/Managed/Native/Native2.hs:882)
from_file_sblo (src/Torch/Internal/Managed/Native/Native2.hs:890)
from_file_sbl (src/Torch/Internal/Managed/Native/Native2.hs:897)
from_file_sb (src/Torch/Internal/Managed/Native/Native2.hs:903)
from_file_s (src/Torch/Internal/Managed/Native/Native2.hs:908)
gcd_out_ttt (src/Torch/Internal/Managed/Native/Native2.hs:915)
gcd_tt (src/Torch/Internal/Managed/Native/Native2.hs:921)
gcd__tt (src/Torch/Internal/Managed/Native/Native2.hs:927)
lcm_out_ttt (src/Torch/Internal/Managed/Native/Native2.hs:934)
lcm_tt (src/Torch/Internal/Managed/Native/Native2.hs:940)
lcm__tt (src/Torch/Internal/Managed/Native/Native2.hs:946)
grid_sampler_ttllb (src/Torch/Internal/Managed/Native/Native2.hs:955)
grid_sampler_2d_ttllb (src/Torch/Internal/Managed/Native/Native2.hs:964)
grid_sampler_2d_backward_tttllba (src/Torch/Internal/Managed/Native/Native2.hs:975)
_grid_sampler_2d_cpu_fallback_ttllb (src/Torch/Internal/Managed/Native/Native2.hs:984)
_grid_sampler_2d_cpu_fallback_backward_tttllb (src/Torch/Internal/Managed/Native/Native2.hs:994)
grid_sampler_3d_ttllb (src/Torch/Internal/Managed/Native/Native2.hs:1003)
grid_sampler_3d_backward_tttllba (src/Torch/Internal/Managed/Native/Native2.hs:1014)
hann_window_lo (src/Torch/Internal/Managed/Native/Native2.hs:1020)
hann_window_l (src/Torch/Internal/Managed/Native/Native2.hs:1025)
hann_window_lbo (src/Torch/Internal/Managed/Native/Native2.hs:1032)
hann_window_lb (src/Torch/Internal/Managed/Native/Native2.hs:1038)
hamming_window_lo (src/Torch/Internal/Managed/Native/Native2.hs:1044)
hamming_window_l (src/Torch/Internal/Managed/Native/Native2.hs:1049)
hamming_window_lbo (src/Torch/Internal/Managed/Native/Native2.hs:1056)
hamming_window_lb (src/Torch/Internal/Managed/Native/Native2.hs:1062)
hamming_window_lbdo (src/Torch/Internal/Managed/Native/Native2.hs:1070)
hamming_window_lbd (src/Torch/Internal/Managed/Native/Native2.hs:1077)
hamming_window_lbddo (src/Torch/Internal/Managed/Native/Native2.hs:1086)
hamming_window_lbdd (src/Torch/Internal/Managed/Native/Native2.hs:1094)
kaiser_window_lo (src/Torch/Internal/Managed/Native/Native2.hs:1100)
kaiser_window_l (src/Torch/Internal/Managed/Native/Native2.hs:1105)
kaiser_window_lbo (src/Torch/Internal/Managed/Native/Native2.hs:1112)
kaiser_window_lb (src/Torch/Internal/Managed/Native/Native2.hs:1118)
kaiser_window_lbdo (src/Torch/Internal/Managed/Native/Native2.hs:1126)
kaiser_window_lbd (src/Torch/Internal/Managed/Native/Native2.hs:1133)
hinge_embedding_loss_ttdl (src/Torch/Internal/Managed/Native/Native2.hs:1141)
hinge_embedding_loss_ttd (src/Torch/Internal/Managed/Native/Native2.hs:1148)
hinge_embedding_loss_tt (src/Torch/Internal/Managed/Native/Native2.hs:1154)
group_norm_tlttdb (src/Torch/Internal/Managed/Native/Native2.hs:1164)
group_norm_tlttd (src/Torch/Internal/Managed/Native/Native2.hs:1173)
group_norm_tltt (src/Torch/Internal/Managed/Native/Native2.hs:1181)
group_norm_tlt (src/Torch/Internal/Managed/Native/Native2.hs:1188)
group_norm_tl (src/Torch/Internal/Managed/Native/Native2.hs:1194)
native_group_norm_tttlllld (src/Torch/Internal/Managed/Native/Native2.hs:1206)
native_group_norm_backward_tttttlllla (src/Torch/Internal/Managed/Native/Native2.hs:1220)
_fft_r2c_tllb (src/Torch/Internal/Managed/Native/Native2.hs:1228)
_fft_r2c_out_ttllb (src/Torch/Internal/Managed/Native/Native2.hs:1237)
_fft_c2r_tlll (src/Torch/Internal/Managed/Native/Native2.hs:1245)
_fft_c2r_out_ttlll (src/Torch/Internal/Managed/Native/Native2.hs:1254)
_fft_c2c_tllb (src/Torch/Internal/Managed/Native/Native2.hs:1262)
_fft_c2c_out_ttllb (src/Torch/Internal/Managed/Native/Native2.hs:1271)
_validate_compressed_sparse_indices_bttlll (src/Torch/Internal/Managed/Native/Native2.hs:1281)
_cufft_get_plan_cache_size_l (src/Torch/Internal/Managed/Native/Native2.hs:1286)
_cufft_get_plan_cache_max_size_l (src/Torch/Internal/Managed/Native/Native2.hs:1291)
_cufft_set_plan_cache_max_size_ll (src/Torch/Internal/Managed/Native/Native2.hs:1297)
_cufft_clear_plan_cache_l (src/Torch/Internal/Managed/Native/Native2.hs:1302)
index_tl (src/Torch/Internal/Managed/Native/Native2.hs:1308)
index_out_ttl (src/Torch/Internal/Managed/Native/Native2.hs:1315)
index_copy_out_ttltt (src/Torch/Internal/Managed/Native/Native2.hs:1324)
index_copy_tltt (src/Torch/Internal/Managed/Native/Native2.hs:1332)
index_copy_tntt (src/Torch/Internal/Managed/Native/Native2.hs:1340)
index_put__tltb (src/Torch/Internal/Managed/Native/Native2.hs:1348)
index_put__tlt (src/Torch/Internal/Managed/Native/Native2.hs:1355)
index_put_tltb (src/Torch/Internal/Managed/Native/Native2.hs:1363)
index_put_tlt (src/Torch/Internal/Managed/Native/Native2.hs:1370)
_index_put_impl__tltbb (src/Torch/Internal/Managed/Native/Native2.hs:1379)
_index_put_impl__tltb (src/Torch/Internal/Managed/Native/Native2.hs:1387)
_index_put_impl__tlt (src/Torch/Internal/Managed/Native/Native2.hs:1394)
instance_norm_tttttbddb (src/Torch/Internal/Managed/Native/Native2.hs:1407)
isclose_ttddb (src/Torch/Internal/Managed/Native/Native2.hs:1416)
isclose_ttdd (src/Torch/Internal/Managed/Native/Native2.hs:1424)
isclose_ttd (src/Torch/Internal/Managed/Native/Native2.hs:1431)
isclose_tt (src/Torch/Internal/Managed/Native/Native2.hs:1437)
isin_out_tttbb (src/Torch/Internal/Managed/Native/Native2.hs:1446)
isin_out_tttb (src/Torch/Internal/Managed/Native/Native2.hs:1454)
isin_out_ttt (src/Torch/Internal/Managed/Native/Native2.hs:1461)
isin_ttbb (src/Torch/Internal/Managed/Native/Native2.hs:1469)
isin_ttb (src/Torch/Internal/Managed/Native/Native2.hs:1476)
isin_tt (src/Torch/Internal/Managed/Native/Native2.hs:1482)
isin_out_ttsbb (src/Torch/Internal/Managed/Native/Native2.hs:1491)
isin_out_ttsb (src/Torch/Internal/Managed/Native/Native2.hs:1499)
isin_out_tts (src/Torch/Internal/Managed/Native/Native2.hs:1506)
isin_tsbb (src/Torch/Internal/Managed/Native/Native2.hs:1514)
isin_tsb (src/Torch/Internal/Managed/Native/Native2.hs:1521)
isin_ts (src/Torch/Internal/Managed/Native/Native2.hs:1527)
isin_out_tstbb (src/Torch/Internal/Managed/Native/Native2.hs:1536)
isin_out_tstb (src/Torch/Internal/Managed/Native/Native2.hs:1544)
isin_out_tst (src/Torch/Internal/Managed/Native/Native2.hs:1551)
isin_stbb (src/Torch/Internal/Managed/Native/Native2.hs:1559)
isin_stb (src/Torch/Internal/Managed/Native/Native2.hs:1566)
isin_st (src/Torch/Internal/Managed/Native/Native2.hs:1572)
isnan_t (src/Torch/Internal/Managed/Native/Native2.hs:1577)
is_distributed_t (src/Torch/Internal/Managed/Native/Native2.hs:1582)
is_floating_point_t (src/Torch/Internal/Managed/Native/Native2.hs:1587)
is_complex_t (src/Torch/Internal/Managed/Native/Native2.hs:1592)
is_conj_t (src/Torch/Internal/Managed/Native/Native2.hs:1597)
_is_zerotensor_t (src/Torch/Internal/Managed/Native/Native2.hs:1602)
is_neg_t (src/Torch/Internal/Managed/Native/Native2.hs:1607)
isreal_t (src/Torch/Internal/Managed/Native/Native2.hs:1612)
is_nonzero_t (src/Torch/Internal/Managed/Native/Native2.hs:1617)
is_same_size_tt (src/Torch/Internal/Managed/Native/Native2.hs:1623)
is_signed_t (src/Torch/Internal/Managed/Native/Native2.hs:1628)
is_inference_t (src/Torch/Internal/Managed/Native/Native2.hs:1633)
kl_div_ttlb (src/Torch/Internal/Managed/Native/Native2.hs:1641)
kl_div_ttl (src/Torch/Internal/Managed/Native/Native2.hs:1648)
kl_div_tt (src/Torch/Internal/Managed/Native/Native2.hs:1654)
kron_tt (src/Torch/Internal/Managed/Native/Native2.hs:1660)
kron_out_ttt (src/Torch/Internal/Managed/Native/Native2.hs:1667)
kthvalue_tllb (src/Torch/Internal/Managed/Native/Native2.hs:1675)
kthvalue_tll (src/Torch/Internal/Managed/Native/Native2.hs:1682)
kthvalue_tl (src/Torch/Internal/Managed/Native/Native2.hs:1688)
kthvalue_out_tttllb (src/Torch/Internal/Managed/Native/Native2.hs:1698)
kthvalue_out_tttll (src/Torch/Internal/Managed/Native/Native2.hs:1707)
kthvalue_out_tttl (src/Torch/Internal/Managed/Native/Native2.hs:1715)
kthvalue_tlnb (src/Torch/Internal/Managed/Native/Native2.hs:1723)
kthvalue_tln (src/Torch/Internal/Managed/Native/Native2.hs:1730)
kthvalue_out_tttlnb (src/Torch/Internal/Managed/Native/Native2.hs:1740)
kthvalue_out_tttln (src/Torch/Internal/Managed/Native/Native2.hs:1749)
layer_norm_tlttdb (src/Torch/Internal/Managed/Native/Native2.hs:1759)
layer_norm_tlttd (src/Torch/Internal/Managed/Native/Native2.hs:1768)
layer_norm_tltt (src/Torch/Internal/Managed/Native/Native2.hs:1776)
layer_norm_tlt (src/Torch/Internal/Managed/Native/Native2.hs:1783)
layer_norm_tl (src/Torch/Internal/Managed/Native/Native2.hs:1789)
native_layer_norm_tlttd (src/Torch/Internal/Managed/Native/Native2.hs:1798)
native_layer_norm_backward_ttltttta (src/Torch/Internal/Managed/Native/Native2.hs:1810)
nan_to_num_tddd (src/Torch/Internal/Managed/Native/Native2.hs:1818)
nan_to_num_tdd (src/Torch/Internal/Managed/Native/Native2.hs:1825)
nan_to_num_td (src/Torch/Internal/Managed/Native/Native2.hs:1831)
nan_to_num_t (src/Torch/Internal/Managed/Native/Native2.hs:1836)
nan_to_num__tddd (src/Torch/Internal/Managed/Native/Native2.hs:1844)
nan_to_num__tdd (src/Torch/Internal/Managed/Native/Native2.hs:1851)
nan_to_num__td (src/Torch/Internal/Managed/Native/Native2.hs:1857)
nan_to_num__t (src/Torch/Internal/Managed/Native/Native2.hs:1862)
nan_to_num_out_ttddd (src/Torch/Internal/Managed/Native/Native2.hs:1871)
nan_to_num_out_ttdd (src/Torch/Internal/Managed/Native/Native2.hs:1879)
nan_to_num_out_ttd (src/Torch/Internal/Managed/Native/Native2.hs:1886)
nan_to_num_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:1892)
linear_ttt (src/Torch/Internal/Managed/Native/Native2.hs:1899)
linear_tt (src/Torch/Internal/Managed/Native/Native2.hs:1905)
linear_backward_ttta (src/Torch/Internal/Managed/Native/Native2.hs:1913)
linear_out_tttt (src/Torch/Internal/Managed/Native/Native2.hs:1921)
linear_out_ttt (src/Torch/Internal/Managed/Native/Native2.hs:1928)
mkldnn_linear_ttt (src/Torch/Internal/Managed/Native/Native2.hs:1935)
mkldnn_linear_tt (src/Torch/Internal/Managed/Native/Native2.hs:1941)
mkldnn_linear_backward_input_ltt (src/Torch/Internal/Managed/Native/Native2.hs:1948)
mkldnn_linear_backward_weights_tttb (src/Torch/Internal/Managed/Native/Native2.hs:1956)
mkldnn_linear_backward_ttta (src/Torch/Internal/Managed/Native/Native2.hs:1964)
fbgemm_linear_int8_weight_fp32_activation_ttttsst (src/Torch/Internal/Managed/Native/Native2.hs:1975)
fbgemm_linear_int8_weight_ttttsst (src/Torch/Internal/Managed/Native/Native2.hs:1986)
fbgemm_linear_quantize_weight_t (src/Torch/Internal/Managed/Native/Native2.hs:1991)
fbgemm_pack_gemm_matrix_fp16_t (src/Torch/Internal/Managed/Native/Native2.hs:1996)
fbgemm_linear_fp16_weight_fp32_activation_ttt (src/Torch/Internal/Managed/Native/Native2.hs:2003)
fbgemm_linear_fp16_weight_ttt (src/Torch/Internal/Managed/Native/Native2.hs:2010)
fbgemm_pack_quantized_matrix_t (src/Torch/Internal/Managed/Native/Native2.hs:2015)
fbgemm_pack_quantized_matrix_tll (src/Torch/Internal/Managed/Native/Native2.hs:2022)
ldexp_tt (src/Torch/Internal/Managed/Native/Native2.hs:2028)
ldexp__tt (src/Torch/Internal/Managed/Native/Native2.hs:2034)
ldexp_out_ttt (src/Torch/Internal/Managed/Native/Native2.hs:2041)
linspace_sslo (src/Torch/Internal/Managed/Native/Native2.hs:2049)
linspace_ssl (src/Torch/Internal/Managed/Native/Native2.hs:2056)
linspace_out_tssl (src/Torch/Internal/Managed/Native/Native2.hs:2064)
log_t (src/Torch/Internal/Managed/Native/Native2.hs:2069)
log__t (src/Torch/Internal/Managed/Native/Native2.hs:2074)
log_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:2080)
log10_t (src/Torch/Internal/Managed/Native/Native2.hs:2085)
log10__t (src/Torch/Internal/Managed/Native/Native2.hs:2090)
log10_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:2096)
log1p_t (src/Torch/Internal/Managed/Native/Native2.hs:2101)
log1p__t (src/Torch/Internal/Managed/Native/Native2.hs:2106)
log1p_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:2112)
log2_t (src/Torch/Internal/Managed/Native/Native2.hs:2117)
log2__t (src/Torch/Internal/Managed/Native/Native2.hs:2122)
log2_out_tt (src/Torch/Internal/Managed/Native/Native2.hs:2128)
logaddexp_out_ttt (src/Torch/Internal/Managed/Native/Native2.hs:2135)
logaddexp_tt (src/Torch/Internal/Managed/Native/Native2.hs:2141)
logaddexp2_out_ttt (src/Torch/Internal/Managed/Native/Native2.hs:2148)
logaddexp2_tt (src/Torch/Internal/Managed/Native/Native2.hs:2154)
xlogy_tt (src/Torch/Internal/Managed/Native/Native2.hs:2160)
xlogy_st (src/Torch/Internal/Managed/Native/Native2.hs:2166)
0% ( 0 /291) in 'Torch.Internal.Unmanaged.Native.Native3'
Missing documentation for:
Module header
xlogy_ts (src/Torch/Internal/Unmanaged/Native/Native3.hs:35)
xlogy__tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:45)
xlogy__ts (src/Torch/Internal/Unmanaged/Native/Native3.hs:55)
xlogy_out_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:66)
xlogy_out_tst (src/Torch/Internal/Unmanaged/Native/Native3.hs:78)
xlogy_out_tts (src/Torch/Internal/Unmanaged/Native/Native3.hs:90)
logspace_ssldo (src/Torch/Internal/Unmanaged/Native/Native3.hs:104)
logspace_ssld (src/Torch/Internal/Unmanaged/Native/Native3.hs:119)
logspace_ssl (src/Torch/Internal/Unmanaged/Native/Native3.hs:132)
logspace_out_tssld (src/Torch/Internal/Unmanaged/Native/Native3.hs:146)
logspace_out_tssl (src/Torch/Internal/Unmanaged/Native/Native3.hs:161)
log_softmax_tls (src/Torch/Internal/Unmanaged/Native/Native3.hs:174)
log_softmax_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:185)
log_softmax_out_ttls (src/Torch/Internal/Unmanaged/Native/Native3.hs:197)
log_softmax_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:210)
log_softmax_tns (src/Torch/Internal/Unmanaged/Native/Native3.hs:222)
log_softmax_tn (src/Torch/Internal/Unmanaged/Native/Native3.hs:233)
_log_softmax_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:244)
_log_softmax_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:257)
_log_softmax_backward_data_ttls (src/Torch/Internal/Unmanaged/Native/Native3.hs:271)
_log_softmax_backward_data_out_tttls (src/Torch/Internal/Unmanaged/Native/Native3.hs:286)
_logcumsumexp_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:299)
_logcumsumexp_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:310)
logcumsumexp_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:321)
logcumsumexp_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:332)
logcumsumexp_tn (src/Torch/Internal/Unmanaged/Native/Native3.hs:343)
logcumsumexp_out_ttn (src/Torch/Internal/Unmanaged/Native/Native3.hs:354)
logsumexp_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:366)
logsumexp_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:377)
logsumexp_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:389)
logsumexp_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:402)
logsumexp_tNb (src/Torch/Internal/Unmanaged/Native/Native3.hs:414)
logsumexp_tN (src/Torch/Internal/Unmanaged/Native/Native3.hs:425)
logsumexp_out_ttNb (src/Torch/Internal/Unmanaged/Native/Native3.hs:437)
logsumexp_out_ttN (src/Torch/Internal/Unmanaged/Native/Native3.hs:450)
margin_ranking_loss_tttdl (src/Torch/Internal/Unmanaged/Native/Native3.hs:464)
margin_ranking_loss_tttd (src/Torch/Internal/Unmanaged/Native/Native3.hs:479)
margin_ranking_loss_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:492)
matmul_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:503)
matmul_backward_ttta (src/Torch/Internal/Unmanaged/Native/Native3.hs:515)
matmul_out_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:528)
matrix_power_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:539)
matrix_power_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:550)
matrix_exp_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:560)
matrix_exp_backward_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:569)
_aminmax_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:578)
_aminmax_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:588)
_aminmax_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:599)
aminmax_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:610)
aminmax_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:621)
aminmax_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:630)
aminmax_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:642)
aminmax_out_tttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:657)
aminmax_out_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:670)
_compute_linear_combination_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:681)
_compute_linear_combination_out_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:692)
max_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:704)
max_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:715)
max_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:728)
max_out_tttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:743)
max_tnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:756)
max_tn (src/Torch/Internal/Unmanaged/Native/Native3.hs:767)
max_out_tttnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:780)
max_out_tttn (src/Torch/Internal/Unmanaged/Native/Native3.hs:795)
value_selecting_reduction_backward_tltlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:810)
amax_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:824)
amax_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:835)
amax_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:844)
amax_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:855)
amax_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:868)
amax_out_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:879)
max_pool1d_with_indices_tllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:893)
max_pool1d_with_indices_tllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:910)
max_pool1d_with_indices_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:925)
max_pool1d_with_indices_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:938)
max_pool1d_with_indices_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:949)
max_pool1d_tllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:963)
max_pool1d_tllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:980)
max_pool1d_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:995)
max_pool1d_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1008)
max_pool1d_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1019)
max_pool2d_tllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1033)
max_pool2d_tllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1050)
max_pool2d_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1065)
max_pool2d_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1078)
max_pool2d_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1089)
max_pool2d_backward_ttllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1104)
max_pool2d_backward_ttllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1123)
max_pool2d_backward_ttlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1140)
max_pool2d_backward_ttll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1155)
max_pool2d_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1168)
mkldnn_max_pool2d_tllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1183)
mkldnn_max_pool2d_tllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1200)
mkldnn_max_pool2d_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1215)
mkldnn_max_pool2d_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1228)
mkldnn_max_pool2d_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1239)
mkldnn_max_pool2d_backward_tttllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1255)
mkldnn_max_pool2d_backward_tttllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1276)
mkldnn_max_pool2d_backward_tttlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1295)
mkldnn_max_pool2d_backward_tttll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1312)
mkldnn_max_pool2d_backward_tttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1327)
mkldnn_max_pool3d_tllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1343)
mkldnn_max_pool3d_tllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1360)
mkldnn_max_pool3d_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1375)
mkldnn_max_pool3d_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1388)
mkldnn_max_pool3d_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1399)
mkldnn_max_pool3d_backward_tttllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1415)
mkldnn_max_pool3d_backward_tttllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1436)
mkldnn_max_pool3d_backward_tttlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1455)
mkldnn_max_pool3d_backward_tttll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1472)
mkldnn_max_pool3d_backward_tttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1487)
quantized_max_pool1d_tllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1503)
quantized_max_pool1d_tllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1520)
quantized_max_pool1d_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1535)
quantized_max_pool1d_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1548)
quantized_max_pool1d_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1559)
quantized_max_pool2d_tllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1573)
quantized_max_pool2d_tllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1590)
quantized_max_pool2d_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1605)
quantized_max_pool2d_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1618)
quantized_max_pool2d_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1629)
max_pool3d_tllllb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1643)
max_pool3d_tllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1660)
max_pool3d_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1675)
max_pool3d_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:1688)
max_pool3d_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1699)
mean_ts (src/Torch/Internal/Unmanaged/Native/Native3.hs:1709)
mean_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:1718)
mean_tlbs (src/Torch/Internal/Unmanaged/Native/Native3.hs:1729)
mean_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1742)
mean_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1753)
mean_out_ttlbs (src/Torch/Internal/Unmanaged/Native/Native3.hs:1766)
mean_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1781)
mean_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1794)
mean_tNbs (src/Torch/Internal/Unmanaged/Native/Native3.hs:1807)
mean_tNb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1820)
mean_tN (src/Torch/Internal/Unmanaged/Native/Native3.hs:1831)
mean_out_ttNbs (src/Torch/Internal/Unmanaged/Native/Native3.hs:1844)
mean_out_ttNb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1859)
mean_out_ttN (src/Torch/Internal/Unmanaged/Native/Native3.hs:1872)
nanmean_tlbs (src/Torch/Internal/Unmanaged/Native/Native3.hs:1885)
nanmean_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1898)
nanmean_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1909)
nanmean_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:1918)
nanmean_out_ttlbs (src/Torch/Internal/Unmanaged/Native/Native3.hs:1930)
nanmean_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1945)
nanmean_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1958)
nanmean_out_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:1969)
median_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:1978)
median_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:1988)
median_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:1999)
median_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2012)
median_out_tttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:2027)
median_tnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2040)
median_tn (src/Torch/Internal/Unmanaged/Native/Native3.hs:2051)
median_out_tttnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2064)
median_out_tttn (src/Torch/Internal/Unmanaged/Native/Native3.hs:2079)
nanmedian_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:2090)
nanmedian_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2100)
nanmedian_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:2111)
nanmedian_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2124)
nanmedian_out_tttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:2139)
nanmedian_tnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2152)
nanmedian_tn (src/Torch/Internal/Unmanaged/Native/Native3.hs:2163)
nanmedian_out_tttnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2176)
nanmedian_out_tttn (src/Torch/Internal/Unmanaged/Native/Native3.hs:2191)
min_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2204)
min_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:2215)
min_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2228)
min_out_tttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:2243)
min_tnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2256)
min_tn (src/Torch/Internal/Unmanaged/Native/Native3.hs:2267)
min_out_tttnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2280)
min_out_tttn (src/Torch/Internal/Unmanaged/Native/Native3.hs:2295)
amin_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2308)
amin_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:2319)
amin_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:2328)
amin_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2339)
amin_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:2352)
amin_out_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2363)
_mps_convolution_tttllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:2378)
mps_convolution_backward_tttlllla (src/Torch/Internal/Unmanaged/Native/Native3.hs:2399)
mkldnn_convolution_tttllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:2420)
mkldnn_rnn_layer_tttttttbllllbbbb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2449)
mkldnn_rnn_layer_backward_tttttttttttttblllbbblbt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2494)
miopen_batch_norm_tttttbdd (src/Torch/Internal/Unmanaged/Native/Native3.hs:2531)
miopen_batch_norm_backward_tttttttd (src/Torch/Internal/Unmanaged/Native/Native3.hs:2553)
miopen_convolution_tttllllbb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2576)
miopen_convolution_transpose_tttlllllbb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2601)
miopen_depthwise_convolution_tttllllbb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2626)
miopen_convolution_relu_tttllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:2648)
miopen_convolution_add_relu_tttstllll (src/Torch/Internal/Unmanaged/Native/Native3.hs:2670)
miopen_rnn_tllttlllbdbblt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2699)
miopen_rnn_backward_tlltttttttlllbdbbltta (src/Torch/Internal/Unmanaged/Native/Native3.hs:2740)
mm_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2769)
mm_out_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2780)
_sparse_mm_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2791)
_sparse_mm_tts (src/Torch/Internal/Unmanaged/Native/Native3.hs:2802)
_sparse_sparse_matmul_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2813)
mode_tlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2824)
mode_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:2835)
mode_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:2844)
mode_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2856)
mode_out_tttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:2871)
mode_out_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2884)
mode_tnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2896)
mode_tn (src/Torch/Internal/Unmanaged/Native/Native3.hs:2907)
mode_out_tttnb (src/Torch/Internal/Unmanaged/Native/Native3.hs:2920)
mode_out_tttn (src/Torch/Internal/Unmanaged/Native/Native3.hs:2935)
mul_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2947)
mul_out_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2958)
mul_ts (src/Torch/Internal/Unmanaged/Native/Native3.hs:2969)
multiply_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2979)
multiply_out_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:2990)
multiply_ts (src/Torch/Internal/Unmanaged/Native/Native3.hs:3001)
mv_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3011)
mv_out_ttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3022)
mvlgamma_out_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3034)
mvlgamma_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3045)
narrow_copy_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:3057)
narrow_copy_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:3072)
narrow_tlll (src/Torch/Internal/Unmanaged/Native/Native3.hs:3087)
narrow_tltl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3101)
native_batch_norm_tttttbdd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3119)
native_batch_norm_out_ttttttttbdd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3144)
_native_batch_norm_legit_tttttbdd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3169)
_native_batch_norm_legit_out_ttttttttbdd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3194)
_native_batch_norm_legit_tttbdd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3217)
_native_batch_norm_legit_out_ttttttbdd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3238)
batch_norm_stats_td (src/Torch/Internal/Unmanaged/Native/Native3.hs:3255)
batch_norm_elemt_tttttd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3269)
batch_norm_elemt_out_ttttttd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3288)
batch_norm_gather_stats_tttttddl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3309)
batch_norm_gather_stats_with_counts_tttttddt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3331)
native_batch_norm_backward_tttttttbda (src/Torch/Internal/Unmanaged/Native/Native3.hs:3355)
batch_norm_backward_reduce_tttttbbb (src/Torch/Internal/Unmanaged/Native/Native3.hs:3379)
batch_norm_backward_elemt_tttttttt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3401)
batch_norm_update_stats_tttd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3419)
is_vulkan_available (src/Torch/Internal/Unmanaged/Native/Native3.hs:3429)
_nnpack_available (src/Torch/Internal/Unmanaged/Native/Native3.hs:3436)
_nnpack_spatial_convolution_tttll (src/Torch/Internal/Unmanaged/Native/Native3.hs:3448)
_nnpack_spatial_convolution_tttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3463)
ones_lNo (src/Torch/Internal/Unmanaged/Native/Native3.hs:3476)
ones_lN (src/Torch/Internal/Unmanaged/Native/Native3.hs:3487)
ones_lo (src/Torch/Internal/Unmanaged/Native/Native3.hs:3497)
ones_l (src/Torch/Internal/Unmanaged/Native/Native3.hs:3506)
ones_out_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3515)
ones_like_toM (src/Torch/Internal/Unmanaged/Native/Native3.hs:3526)
ones_like_to (src/Torch/Internal/Unmanaged/Native/Native3.hs:3537)
ones_like_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3546)
pairwise_distance_ttddb (src/Torch/Internal/Unmanaged/Native/Native3.hs:3558)
pairwise_distance_ttdd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3573)
pairwise_distance_ttd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3586)
pairwise_distance_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3597)
cdist_ttdl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3609)
cdist_ttd (src/Torch/Internal/Unmanaged/Native/Native3.hs:3622)
cdist_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3633)
_euclidean_dist_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3643)
_cdist_forward_ttdl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3655)
_cdist_backward_tttdt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3670)
pdist_td (src/Torch/Internal/Unmanaged/Native/Native3.hs:3683)
pdist_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3692)
_pdist_forward_td (src/Torch/Internal/Unmanaged/Native/Native3.hs:3701)
_pdist_forward_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3710)
_pdist_backward_ttdt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3721)
cosine_similarity_ttld (src/Torch/Internal/Unmanaged/Native/Native3.hs:3735)
cosine_similarity_ttl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3748)
cosine_similarity_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3759)
permute_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3769)
movedim_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:3780)
moveaxis_tll (src/Torch/Internal/Unmanaged/Native/Native3.hs:3792)
adjoint_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3802)
pixel_shuffle_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3811)
pixel_unshuffle_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3821)
channel_shuffle_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3831)
native_channel_shuffle_tl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3841)
_pin_memory_tD (src/Torch/Internal/Unmanaged/Native/Native3.hs:3851)
_pin_memory_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3860)
pinverse_td (src/Torch/Internal/Unmanaged/Native/Native3.hs:3869)
pinverse_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3878)
poisson_nll_loss_ttbbdl (src/Torch/Internal/Unmanaged/Native/Native3.hs:3891)
rad2deg_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3904)
rad2deg__t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3912)
rad2deg_out_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3921)
deg2rad_t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3930)
deg2rad__t (src/Torch/Internal/Unmanaged/Native/Native3.hs:3938)
deg2rad_out_tt (src/Torch/Internal/Unmanaged/Native/Native3.hs:3947)
scalar_tensor_so (src/Torch/Internal/Unmanaged/Native/Native3.hs:3957)
scalar_tensor_s (src/Torch/Internal/Unmanaged/Native/Native3.hs:3966)
rand_lNo (src/Torch/Internal/Unmanaged/Native/Native3.hs:3976)
0% ( 0 /291) in 'Torch.Internal.Managed.Native.Native3'
Missing documentation for:
Module header
xlogy_ts (src/Torch/Internal/Managed/Native/Native3.hs:28)
xlogy__tt (src/Torch/Internal/Managed/Native/Native3.hs:34)
xlogy__ts (src/Torch/Internal/Managed/Native/Native3.hs:40)
xlogy_out_ttt (src/Torch/Internal/Managed/Native/Native3.hs:47)
xlogy_out_tst (src/Torch/Internal/Managed/Native/Native3.hs:54)
xlogy_out_tts (src/Torch/Internal/Managed/Native/Native3.hs:61)
logspace_ssldo (src/Torch/Internal/Managed/Native/Native3.hs:70)
logspace_ssld (src/Torch/Internal/Managed/Native/Native3.hs:78)
logspace_ssl (src/Torch/Internal/Managed/Native/Native3.hs:85)
logspace_out_tssld (src/Torch/Internal/Managed/Native/Native3.hs:94)
logspace_out_tssl (src/Torch/Internal/Managed/Native/Native3.hs:102)
log_softmax_tls (src/Torch/Internal/Managed/Native/Native3.hs:109)
log_softmax_tl (src/Torch/Internal/Managed/Native/Native3.hs:115)
log_softmax_out_ttls (src/Torch/Internal/Managed/Native/Native3.hs:123)
log_softmax_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:130)
log_softmax_tns (src/Torch/Internal/Managed/Native/Native3.hs:137)
log_softmax_tn (src/Torch/Internal/Managed/Native/Native3.hs:143)
_log_softmax_tlb (src/Torch/Internal/Managed/Native/Native3.hs:150)
_log_softmax_out_ttlb (src/Torch/Internal/Managed/Native/Native3.hs:158)
_log_softmax_backward_data_ttls (src/Torch/Internal/Managed/Native/Native3.hs:166)
_log_softmax_backward_data_out_tttls (src/Torch/Internal/Managed/Native/Native3.hs:175)
_logcumsumexp_tl (src/Torch/Internal/Managed/Native/Native3.hs:181)
_logcumsumexp_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:188)
logcumsumexp_tl (src/Torch/Internal/Managed/Native/Native3.hs:194)
logcumsumexp_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:201)
logcumsumexp_tn (src/Torch/Internal/Managed/Native/Native3.hs:207)
logcumsumexp_out_ttn (src/Torch/Internal/Managed/Native/Native3.hs:214)
logsumexp_tlb (src/Torch/Internal/Managed/Native/Native3.hs:221)
logsumexp_tl (src/Torch/Internal/Managed/Native/Native3.hs:227)
logsumexp_out_ttlb (src/Torch/Internal/Managed/Native/Native3.hs:235)
logsumexp_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:242)
logsumexp_tNb (src/Torch/Internal/Managed/Native/Native3.hs:249)
logsumexp_tN (src/Torch/Internal/Managed/Native/Native3.hs:255)
logsumexp_out_ttNb (src/Torch/Internal/Managed/Native/Native3.hs:263)
logsumexp_out_ttN (src/Torch/Internal/Managed/Native/Native3.hs:270)
margin_ranking_loss_tttdl (src/Torch/Internal/Managed/Native/Native3.hs:279)
margin_ranking_loss_tttd (src/Torch/Internal/Managed/Native/Native3.hs:287)
margin_ranking_loss_ttt (src/Torch/Internal/Managed/Native/Native3.hs:294)
matmul_tt (src/Torch/Internal/Managed/Native/Native3.hs:300)
matmul_backward_ttta (src/Torch/Internal/Managed/Native/Native3.hs:308)
matmul_out_ttt (src/Torch/Internal/Managed/Native/Native3.hs:315)
matrix_power_tl (src/Torch/Internal/Managed/Native/Native3.hs:321)
matrix_power_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:328)
matrix_exp_t (src/Torch/Internal/Managed/Native/Native3.hs:333)
matrix_exp_backward_tt (src/Torch/Internal/Managed/Native/Native3.hs:339)
_aminmax_t (src/Torch/Internal/Managed/Native/Native3.hs:344)
_aminmax_tlb (src/Torch/Internal/Managed/Native/Native3.hs:351)
_aminmax_tl (src/Torch/Internal/Managed/Native/Native3.hs:357)
aminmax_tlb (src/Torch/Internal/Managed/Native/Native3.hs:364)
aminmax_tl (src/Torch/Internal/Managed/Native/Native3.hs:370)
aminmax_t (src/Torch/Internal/Managed/Native/Native3.hs:375)
aminmax_out_tttlb (src/Torch/Internal/Managed/Native/Native3.hs:384)
aminmax_out_tttl (src/Torch/Internal/Managed/Native/Native3.hs:392)
aminmax_out_ttt (src/Torch/Internal/Managed/Native/Native3.hs:399)
_compute_linear_combination_tt (src/Torch/Internal/Managed/Native/Native3.hs:405)
_compute_linear_combination_out_ttt (src/Torch/Internal/Managed/Native/Native3.hs:412)
max_tlb (src/Torch/Internal/Managed/Native/Native3.hs:419)
max_tl (src/Torch/Internal/Managed/Native/Native3.hs:425)
max_out_tttlb (src/Torch/Internal/Managed/Native/Native3.hs:434)
max_out_tttl (src/Torch/Internal/Managed/Native/Native3.hs:442)
max_tnb (src/Torch/Internal/Managed/Native/Native3.hs:449)
max_tn (src/Torch/Internal/Managed/Native/Native3.hs:455)
max_out_tttnb (src/Torch/Internal/Managed/Native/Native3.hs:464)
max_out_tttn (src/Torch/Internal/Managed/Native/Native3.hs:472)
value_selecting_reduction_backward_tltlb (src/Torch/Internal/Managed/Native/Native3.hs:481)
amax_tlb (src/Torch/Internal/Managed/Native/Native3.hs:488)
amax_tl (src/Torch/Internal/Managed/Native/Native3.hs:494)
amax_t (src/Torch/Internal/Managed/Native/Native3.hs:499)
amax_out_ttlb (src/Torch/Internal/Managed/Native/Native3.hs:507)
amax_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:514)
amax_out_tt (src/Torch/Internal/Managed/Native/Native3.hs:520)
max_pool1d_with_indices_tllllb (src/Torch/Internal/Managed/Native/Native3.hs:530)
max_pool1d_with_indices_tllll (src/Torch/Internal/Managed/Native/Native3.hs:539)
max_pool1d_with_indices_tlll (src/Torch/Internal/Managed/Native/Native3.hs:547)
max_pool1d_with_indices_tll (src/Torch/Internal/Managed/Native/Native3.hs:554)
max_pool1d_with_indices_tl (src/Torch/Internal/Managed/Native/Native3.hs:560)
max_pool1d_tllllb (src/Torch/Internal/Managed/Native/Native3.hs:570)
max_pool1d_tllll (src/Torch/Internal/Managed/Native/Native3.hs:579)
max_pool1d_tlll (src/Torch/Internal/Managed/Native/Native3.hs:587)
max_pool1d_tll (src/Torch/Internal/Managed/Native/Native3.hs:594)
max_pool1d_tl (src/Torch/Internal/Managed/Native/Native3.hs:600)
max_pool2d_tllllb (src/Torch/Internal/Managed/Native/Native3.hs:610)
max_pool2d_tllll (src/Torch/Internal/Managed/Native/Native3.hs:619)
max_pool2d_tlll (src/Torch/Internal/Managed/Native/Native3.hs:627)
max_pool2d_tll (src/Torch/Internal/Managed/Native/Native3.hs:634)
max_pool2d_tl (src/Torch/Internal/Managed/Native/Native3.hs:640)
max_pool2d_backward_ttllllb (src/Torch/Internal/Managed/Native/Native3.hs:651)
max_pool2d_backward_ttllll (src/Torch/Internal/Managed/Native/Native3.hs:661)
max_pool2d_backward_ttlll (src/Torch/Internal/Managed/Native/Native3.hs:670)
max_pool2d_backward_ttll (src/Torch/Internal/Managed/Native/Native3.hs:678)
max_pool2d_backward_ttl (src/Torch/Internal/Managed/Native/Native3.hs:685)
mkldnn_max_pool2d_tllllb (src/Torch/Internal/Managed/Native/Native3.hs:695)
mkldnn_max_pool2d_tllll (src/Torch/Internal/Managed/Native/Native3.hs:704)
mkldnn_max_pool2d_tlll (src/Torch/Internal/Managed/Native/Native3.hs:712)
mkldnn_max_pool2d_tll (src/Torch/Internal/Managed/Native/Native3.hs:719)
mkldnn_max_pool2d_tl (src/Torch/Internal/Managed/Native/Native3.hs:725)
mkldnn_max_pool2d_backward_tttllllb (src/Torch/Internal/Managed/Native/Native3.hs:737)
mkldnn_max_pool2d_backward_tttllll (src/Torch/Internal/Managed/Native/Native3.hs:748)
mkldnn_max_pool2d_backward_tttlll (src/Torch/Internal/Managed/Native/Native3.hs:758)
mkldnn_max_pool2d_backward_tttll (src/Torch/Internal/Managed/Native/Native3.hs:767)
mkldnn_max_pool2d_backward_tttl (src/Torch/Internal/Managed/Native/Native3.hs:775)
mkldnn_max_pool3d_tllllb (src/Torch/Internal/Managed/Native/Native3.hs:785)
mkldnn_max_pool3d_tllll (src/Torch/Internal/Managed/Native/Native3.hs:794)
mkldnn_max_pool3d_tlll (src/Torch/Internal/Managed/Native/Native3.hs:802)
mkldnn_max_pool3d_tll (src/Torch/Internal/Managed/Native/Native3.hs:809)
mkldnn_max_pool3d_tl (src/Torch/Internal/Managed/Native/Native3.hs:815)
mkldnn_max_pool3d_backward_tttllllb (src/Torch/Internal/Managed/Native/Native3.hs:827)
mkldnn_max_pool3d_backward_tttllll (src/Torch/Internal/Managed/Native/Native3.hs:838)
mkldnn_max_pool3d_backward_tttlll (src/Torch/Internal/Managed/Native/Native3.hs:848)
mkldnn_max_pool3d_backward_tttll (src/Torch/Internal/Managed/Native/Native3.hs:857)
mkldnn_max_pool3d_backward_tttl (src/Torch/Internal/Managed/Native/Native3.hs:865)
quantized_max_pool1d_tllllb (src/Torch/Internal/Managed/Native/Native3.hs:875)
quantized_max_pool1d_tllll (src/Torch/Internal/Managed/Native/Native3.hs:884)
quantized_max_pool1d_tlll (src/Torch/Internal/Managed/Native/Native3.hs:892)
quantized_max_pool1d_tll (src/Torch/Internal/Managed/Native/Native3.hs:899)
quantized_max_pool1d_tl (src/Torch/Internal/Managed/Native/Native3.hs:905)
quantized_max_pool2d_tllllb (src/Torch/Internal/Managed/Native/Native3.hs:915)
quantized_max_pool2d_tllll (src/Torch/Internal/Managed/Native/Native3.hs:924)
quantized_max_pool2d_tlll (src/Torch/Internal/Managed/Native/Native3.hs:932)
quantized_max_pool2d_tll (src/Torch/Internal/Managed/Native/Native3.hs:939)
quantized_max_pool2d_tl (src/Torch/Internal/Managed/Native/Native3.hs:945)
max_pool3d_tllllb (src/Torch/Internal/Managed/Native/Native3.hs:955)
max_pool3d_tllll (src/Torch/Internal/Managed/Native/Native3.hs:964)
max_pool3d_tlll (src/Torch/Internal/Managed/Native/Native3.hs:972)
max_pool3d_tll (src/Torch/Internal/Managed/Native/Native3.hs:979)
max_pool3d_tl (src/Torch/Internal/Managed/Native/Native3.hs:985)
mean_ts (src/Torch/Internal/Managed/Native/Native3.hs:991)
mean_t (src/Torch/Internal/Managed/Native/Native3.hs:996)
mean_tlbs (src/Torch/Internal/Managed/Native/Native3.hs:1004)
mean_tlb (src/Torch/Internal/Managed/Native/Native3.hs:1011)
mean_tl (src/Torch/Internal/Managed/Native/Native3.hs:1017)
mean_out_ttlbs (src/Torch/Internal/Managed/Native/Native3.hs:1026)
mean_out_ttlb (src/Torch/Internal/Managed/Native/Native3.hs:1034)
mean_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:1041)
mean_tNbs (src/Torch/Internal/Managed/Native/Native3.hs:1049)
mean_tNb (src/Torch/Internal/Managed/Native/Native3.hs:1056)
mean_tN (src/Torch/Internal/Managed/Native/Native3.hs:1062)
mean_out_ttNbs (src/Torch/Internal/Managed/Native/Native3.hs:1071)
mean_out_ttNb (src/Torch/Internal/Managed/Native/Native3.hs:1079)
mean_out_ttN (src/Torch/Internal/Managed/Native/Native3.hs:1086)
nanmean_tlbs (src/Torch/Internal/Managed/Native/Native3.hs:1094)
nanmean_tlb (src/Torch/Internal/Managed/Native/Native3.hs:1101)
nanmean_tl (src/Torch/Internal/Managed/Native/Native3.hs:1107)
nanmean_t (src/Torch/Internal/Managed/Native/Native3.hs:1112)
nanmean_out_ttlbs (src/Torch/Internal/Managed/Native/Native3.hs:1121)
nanmean_out_ttlb (src/Torch/Internal/Managed/Native/Native3.hs:1129)
nanmean_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:1136)
nanmean_out_tt (src/Torch/Internal/Managed/Native/Native3.hs:1142)
median_t (src/Torch/Internal/Managed/Native/Native3.hs:1147)
median_tlb (src/Torch/Internal/Managed/Native/Native3.hs:1154)
median_tl (src/Torch/Internal/Managed/Native/Native3.hs:1160)
median_out_tttlb (src/Torch/Internal/Managed/Native/Native3.hs:1169)
median_out_tttl (src/Torch/Internal/Managed/Native/Native3.hs:1177)
median_tnb (src/Torch/Internal/Managed/Native/Native3.hs:1184)
median_tn (src/Torch/Internal/Managed/Native/Native3.hs:1190)
median_out_tttnb (src/Torch/Internal/Managed/Native/Native3.hs:1199)
median_out_tttn (src/Torch/Internal/Managed/Native/Native3.hs:1207)
nanmedian_t (src/Torch/Internal/Managed/Native/Native3.hs:1212)
nanmedian_tlb (src/Torch/Internal/Managed/Native/Native3.hs:1219)
nanmedian_tl (src/Torch/Internal/Managed/Native/Native3.hs:1225)
nanmedian_out_tttlb (src/Torch/Internal/Managed/Native/Native3.hs:1234)
nanmedian_out_tttl (src/Torch/Internal/Managed/Native/Native3.hs:1242)
nanmedian_tnb (src/Torch/Internal/Managed/Native/Native3.hs:1249)
nanmedian_tn (src/Torch/Internal/Managed/Native/Native3.hs:1255)
nanmedian_out_tttnb (src/Torch/Internal/Managed/Native/Native3.hs:1264)
nanmedian_out_tttn (src/Torch/Internal/Managed/Native/Native3.hs:1272)
min_tlb (src/Torch/Internal/Managed/Native/Native3.hs:1279)
min_tl (src/Torch/Internal/Managed/Native/Native3.hs:1285)
min_out_tttlb (src/Torch/Internal/Managed/Native/Native3.hs:1294)
min_out_tttl (src/Torch/Internal/Managed/Native/Native3.hs:1302)
min_tnb (src/Torch/Internal/Managed/Native/Native3.hs:1309)
min_tn (src/Torch/Internal/Managed/Native/Native3.hs:1315)
min_out_tttnb (src/Torch/Internal/Managed/Native/Native3.hs:1324)
min_out_tttn (src/Torch/Internal/Managed/Native/Native3.hs:1332)
amin_tlb (src/Torch/Internal/Managed/Native/Native3.hs:1339)
amin_tl (src/Torch/Internal/Managed/Native/Native3.hs:1345)
amin_t (src/Torch/Internal/Managed/Native/Native3.hs:1350)
amin_out_ttlb (src/Torch/Internal/Managed/Native/Native3.hs:1358)
amin_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:1365)
amin_out_tt (src/Torch/Internal/Managed/Native/Native3.hs:1371)
_mps_convolution_tttllll (src/Torch/Internal/Managed/Native/Native3.hs:1382)
mps_convolution_backward_tttlllla (src/Torch/Internal/Managed/Native/Native3.hs:1394)
mkldnn_convolution_tttllll (src/Torch/Internal/Managed/Native/Native3.hs:1405)
mkldnn_rnn_layer_tttttttbllllbbbb (src/Torch/Internal/Managed/Native/Native3.hs:1425)
mkldnn_rnn_layer_backward_tttttttttttttblllbbblbt (src/Torch/Internal/Managed/Native/Native3.hs:1452)
miopen_batch_norm_tttttbdd (src/Torch/Internal/Managed/Native/Native3.hs:1464)
miopen_batch_norm_backward_tttttttd (src/Torch/Internal/Managed/Native/Native3.hs:1476)
miopen_convolution_tttllllbb (src/Torch/Internal/Managed/Native/Native3.hs:1489)
miopen_convolution_transpose_tttlllllbb (src/Torch/Internal/Managed/Native/Native3.hs:1503)
miopen_depthwise_convolution_tttllllbb (src/Torch/Internal/Managed/Native/Native3.hs:1516)
miopen_convolution_relu_tttllll (src/Torch/Internal/Managed/Native/Native3.hs:1527)
miopen_convolution_add_relu_tttstllll (src/Torch/Internal/Managed/Native/Native3.hs:1540)
miopen_rnn_tllttlllbdbblt (src/Torch/Internal/Managed/Native/Native3.hs:1558)
miopen_rnn_backward_tlltttttttlllbdbbltta (src/Torch/Internal/Managed/Native/Native3.hs:1583)
mm_tt (src/Torch/Internal/Managed/Native/Native3.hs:1589)
mm_out_ttt (src/Torch/Internal/Managed/Native/Native3.hs:1596)
_sparse_mm_tt (src/Torch/Internal/Managed/Native/Native3.hs:1602)
_sparse_mm_tts (src/Torch/Internal/Managed/Native/Native3.hs:1609)
_sparse_sparse_matmul_tt (src/Torch/Internal/Managed/Native/Native3.hs:1615)
mode_tlb (src/Torch/Internal/Managed/Native/Native3.hs:1622)
mode_tl (src/Torch/Internal/Managed/Native/Native3.hs:1628)
mode_t (src/Torch/Internal/Managed/Native/Native3.hs:1633)
mode_out_tttlb (src/Torch/Internal/Managed/Native/Native3.hs:1642)
mode_out_tttl (src/Torch/Internal/Managed/Native/Native3.hs:1650)
mode_out_ttt (src/Torch/Internal/Managed/Native/Native3.hs:1657)
mode_tnb (src/Torch/Internal/Managed/Native/Native3.hs:1664)
mode_tn (src/Torch/Internal/Managed/Native/Native3.hs:1670)
mode_out_tttnb (src/Torch/Internal/Managed/Native/Native3.hs:1679)
mode_out_tttn (src/Torch/Internal/Managed/Native/Native3.hs:1687)
mul_tt (src/Torch/Internal/Managed/Native/Native3.hs:1693)
mul_out_ttt (src/Torch/Internal/Managed/Native/Native3.hs:1700)
mul_ts (src/Torch/Internal/Managed/Native/Native3.hs:1706)
multiply_tt (src/Torch/Internal/Managed/Native/Native3.hs:1712)
multiply_out_ttt (src/Torch/Internal/Managed/Native/Native3.hs:1719)
multiply_ts (src/Torch/Internal/Managed/Native/Native3.hs:1725)
mv_tt (src/Torch/Internal/Managed/Native/Native3.hs:1731)
mv_out_ttt (src/Torch/Internal/Managed/Native/Native3.hs:1738)
mvlgamma_out_ttl (src/Torch/Internal/Managed/Native/Native3.hs:1745)
mvlgamma_tl (src/Torch/Internal/Managed/Native/Native3.hs:1751)
narrow_copy_tlll (src/Torch/Internal/Managed/Native/Native3.hs:1759)
narrow_copy_out_ttlll (src/Torch/Internal/Managed/Native/Native3.hs:1768)
narrow_tlll (src/Torch/Internal/Managed/Native/Native3.hs:1776)
narrow_tltl (src/Torch/Internal/Managed/Native/Native3.hs:1784)
native_batch_norm_tttttbdd (src/Torch/Internal/Managed/Native/Native3.hs:1796)
native_batch_norm_out_ttttttttbdd (src/Torch/Internal/Managed/Native/Native3.hs:1811)
_native_batch_norm_legit_tttttbdd (src/Torch/Internal/Managed/Native/Native3.hs:1823)
_native_batch_norm_legit_out_ttttttttbdd (src/Torch/Internal/Managed/Native/Native3.hs:1838)
_native_batch_norm_legit_tttbdd (src/Torch/Internal/Managed/Native/Native3.hs:1848)
_native_batch_norm_legit_out_ttttttbdd (src/Torch/Internal/Managed/Native/Native3.hs:1861)
batch_norm_stats_td (src/Torch/Internal/Managed/Native/Native3.hs:1867)
batch_norm_elemt_tttttd (src/Torch/Internal/Managed/Native/Native3.hs:1877)
batch_norm_elemt_out_ttttttd (src/Torch/Internal/Managed/Native/Native3.hs:1888)
batch_norm_gather_stats_tttttddl (src/Torch/Internal/Managed/Native/Native3.hs:1900)
batch_norm_gather_stats_with_counts_tttttddt (src/Torch/Internal/Managed/Native/Native3.hs:1912)
native_batch_norm_backward_tttttttbda (src/Torch/Internal/Managed/Native/Native3.hs:1926)
batch_norm_backward_reduce_tttttbbb (src/Torch/Internal/Managed/Native/Native3.hs:1938)
batch_norm_backward_elemt_tttttttt (src/Torch/Internal/Managed/Native/Native3.hs:1950)
batch_norm_update_stats_tttd (src/Torch/Internal/Managed/Native/Native3.hs:1958)
is_vulkan_available (src/Torch/Internal/Managed/Native/Native3.hs:1962)
_nnpack_available (src/Torch/Internal/Managed/Native/Native3.hs:1966)
_nnpack_spatial_convolution_tttll (src/Torch/Internal/Managed/Native/Native3.hs:1975)
_nnpack_spatial_convolution_tttl (src/Torch/Internal/Managed/Native/Native3.hs:1983)
ones_lNo (src/Torch/Internal/Managed/Native/Native3.hs:1990)
ones_lN (src/Torch/Internal/Managed/Native/Native3.hs:1996)
ones_lo (src/Torch/Internal/Managed/Native/Native3.hs:2002)
ones_l (src/Torch/Internal/Managed/Native/Native3.hs:2007)
ones_out_tl (src/Torch/Internal/Managed/Native/Native3.hs:2013)
ones_like_toM (src/Torch/Internal/Managed/Native/Native3.hs:2020)
ones_like_to (src/Torch/Internal/Managed/Native/Native3.hs:2026)
ones_like_t (src/Torch/Internal/Managed/Native/Native3.hs:2031)
pairwise_distance_ttddb (src/Torch/Internal/Managed/Native/Native3.hs:2040)
pairwise_distance_ttdd (src/Torch/Internal/Managed/Native/Native3.hs:2048)
pairwise_distance_ttd (src/Torch/Internal/Managed/Native/Native3.hs:2055)
pairwise_distance_tt (src/Torch/Internal/Managed/Native/Native3.hs:2061)
cdist_ttdl (src/Torch/Internal/Managed/Native/Native3.hs:2069)
cdist_ttd (src/Torch/Internal/Managed/Native/Native3.hs:2076)
cdist_tt (src/Torch/Internal/Managed/Native/Native3.hs:2082)
_euclidean_dist_tt (src/Torch/Internal/Managed/Native/Native3.hs:2088)
_cdist_forward_ttdl (src/Torch/Internal/Managed/Native/Native3.hs:2096)
_cdist_backward_tttdt (src/Torch/Internal/Managed/Native/Native3.hs:2105)
pdist_td (src/Torch/Internal/Managed/Native/Native3.hs:2111)
pdist_t (src/Torch/Internal/Managed/Native/Native3.hs:2116)
_pdist_forward_td (src/Torch/Internal/Managed/Native/Native3.hs:2122)
_pdist_forward_t (src/Torch/Internal/Managed/Native/Native3.hs:2127)
_pdist_backward_ttdt (src/Torch/Internal/Managed/Native/Native3.hs:2135)
cosine_similarity_ttld (src/Torch/Internal/Managed/Native/Native3.hs:2143)
cosine_similarity_ttl (src/Torch/Internal/Managed/Native/Native3.hs:2150)
cosine_similarity_tt (src/Torch/Internal/Managed/Native/Native3.hs:2156)
permute_tl (src/Torch/Internal/Managed/Native/Native3.hs:2162)
movedim_tll (src/Torch/Internal/Managed/Native/Native3.hs:2169)
moveaxis_tll (src/Torch/Internal/Managed/Native/Native3.hs:2176)
adjoint_t (src/Torch/Internal/Managed/Native/Native3.hs:2181)
pixel_shuffle_tl (src/Torch/Internal/Managed/Native/Native3.hs:2187)
pixel_unshuffle_tl (src/Torch/Internal/Managed/Native/Native3.hs:2193)
channel_shuffle_tl (src/Torch/Internal/Managed/Native/Native3.hs:2199)
native_channel_shuffle_tl (src/Torch/Internal/Managed/Native/Native3.hs:2205)
_pin_memory_tD (src/Torch/Internal/Managed/Native/Native3.hs:2211)
_pin_memory_t (src/Torch/Internal/Managed/Native/Native3.hs:2216)
pinverse_td (src/Torch/Internal/Managed/Native/Native3.hs:2222)
pinverse_t (src/Torch/Internal/Managed/Native/Native3.hs:2227)
poisson_nll_loss_ttbbdl (src/Torch/Internal/Managed/Native/Native3.hs:2237)
rad2deg_t (src/Torch/Internal/Managed/Native/Native3.hs:2242)
rad2deg__t (src/Torch/Internal/Managed/Native/Native3.hs:2247)
rad2deg_out_tt (src/Torch/Internal/Managed/Native/Native3.hs:2253)
deg2rad_t (src/Torch/Internal/Managed/Native/Native3.hs:2258)
deg2rad__t (src/Torch/Internal/Managed/Native/Native3.hs:2263)
deg2rad_out_tt (src/Torch/Internal/Managed/Native/Native3.hs:2269)
scalar_tensor_so (src/Torch/Internal/Managed/Native/Native3.hs:2275)
scalar_tensor_s (src/Torch/Internal/Managed/Native/Native3.hs:2280)
rand_lNo (src/Torch/Internal/Managed/Native/Native3.hs:2287)
0% ( 0 /276) in 'Torch.Internal.Unmanaged.Native.Native4'
Missing documentation for:
Module header
rand_lN (src/Torch/Internal/Unmanaged/Native/Native4.hs:35)
rand_lGNo (src/Torch/Internal/Unmanaged/Native/Native4.hs:47)
rand_lGN (src/Torch/Internal/Unmanaged/Native/Native4.hs:60)
rand_lo (src/Torch/Internal/Unmanaged/Native/Native4.hs:71)
rand_l (src/Torch/Internal/Unmanaged/Native/Native4.hs:80)
rand_lGo (src/Torch/Internal/Unmanaged/Native/Native4.hs:90)
rand_lG (src/Torch/Internal/Unmanaged/Native/Native4.hs:101)
rand_out_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:111)
rand_out_tlG (src/Torch/Internal/Unmanaged/Native/Native4.hs:122)
rand_like_toM (src/Torch/Internal/Unmanaged/Native/Native4.hs:134)
rand_like_to (src/Torch/Internal/Unmanaged/Native/Native4.hs:145)
rand_like_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:154)
randint_llo (src/Torch/Internal/Unmanaged/Native/Native4.hs:164)
randint_ll (src/Torch/Internal/Unmanaged/Native/Native4.hs:175)
randint_llGo (src/Torch/Internal/Unmanaged/Native/Native4.hs:187)
randint_llG (src/Torch/Internal/Unmanaged/Native/Native4.hs:200)
randint_lllo (src/Torch/Internal/Unmanaged/Native/Native4.hs:213)
randint_lll (src/Torch/Internal/Unmanaged/Native/Native4.hs:226)
randint_lllGo (src/Torch/Internal/Unmanaged/Native/Native4.hs:240)
randint_lllG (src/Torch/Internal/Unmanaged/Native/Native4.hs:255)
randint_out_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:268)
randint_out_tllG (src/Torch/Internal/Unmanaged/Native/Native4.hs:281)
randint_out_tlll (src/Torch/Internal/Unmanaged/Native/Native4.hs:295)
randint_out_tlllG (src/Torch/Internal/Unmanaged/Native/Native4.hs:310)
randint_like_tloM (src/Torch/Internal/Unmanaged/Native/Native4.hs:325)
randint_like_tlo (src/Torch/Internal/Unmanaged/Native/Native4.hs:338)
randint_like_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:349)
randint_like_tlloM (src/Torch/Internal/Unmanaged/Native/Native4.hs:362)
randint_like_tllo (src/Torch/Internal/Unmanaged/Native/Native4.hs:377)
randint_like_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:390)
randn_lo (src/Torch/Internal/Unmanaged/Native/Native4.hs:401)
randn_l (src/Torch/Internal/Unmanaged/Native/Native4.hs:410)
randn_lGo (src/Torch/Internal/Unmanaged/Native/Native4.hs:420)
randn_lG (src/Torch/Internal/Unmanaged/Native/Native4.hs:431)
randn_lNo (src/Torch/Internal/Unmanaged/Native/Native4.hs:442)
randn_lN (src/Torch/Internal/Unmanaged/Native/Native4.hs:453)
randn_lGNo (src/Torch/Internal/Unmanaged/Native/Native4.hs:465)
randn_lGN (src/Torch/Internal/Unmanaged/Native/Native4.hs:478)
randn_out_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:489)
randn_out_tlG (src/Torch/Internal/Unmanaged/Native/Native4.hs:500)
randn_like_toM (src/Torch/Internal/Unmanaged/Native/Native4.hs:512)
randn_like_to (src/Torch/Internal/Unmanaged/Native/Native4.hs:523)
randn_like_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:532)
randperm_lo (src/Torch/Internal/Unmanaged/Native/Native4.hs:541)
randperm_l (src/Torch/Internal/Unmanaged/Native/Native4.hs:550)
randperm_lGo (src/Torch/Internal/Unmanaged/Native/Native4.hs:560)
randperm_lG (src/Torch/Internal/Unmanaged/Native/Native4.hs:571)
randperm_out_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:581)
randperm_out_tlG (src/Torch/Internal/Unmanaged/Native/Native4.hs:592)
range_ssso (src/Torch/Internal/Unmanaged/Native/Native4.hs:605)
range_sss (src/Torch/Internal/Unmanaged/Native/Native4.hs:618)
range_out_tss (src/Torch/Internal/Unmanaged/Native/Native4.hs:630)
range_out_tsss (src/Torch/Internal/Unmanaged/Native/Native4.hs:643)
ravel_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:654)
reciprocal_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:662)
reciprocal__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:670)
reciprocal_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:679)
neg_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:688)
neg__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:696)
neg_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:705)
negative_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:714)
negative__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:722)
negative_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:731)
repeat_interleave_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:741)
repeat_interleave_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:750)
repeat_interleave_ttll (src/Torch/Internal/Unmanaged/Native/Native4.hs:761)
repeat_interleave_ttl (src/Torch/Internal/Unmanaged/Native/Native4.hs:774)
repeat_interleave_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:785)
repeat_interleave_tlll (src/Torch/Internal/Unmanaged/Native/Native4.hs:797)
repeat_interleave_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:810)
reshape_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:821)
_reshape_copy_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:831)
_reshape_alias_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:842)
_mkldnn_reshape_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:853)
round_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:862)
round__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:870)
round_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:879)
round_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:889)
round__tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:899)
round_out_ttl (src/Torch/Internal/Unmanaged/Native/Native4.hs:910)
rrelu_tssbG (src/Torch/Internal/Unmanaged/Native/Native4.hs:924)
rrelu_tssb (src/Torch/Internal/Unmanaged/Native/Native4.hs:939)
rrelu_tss (src/Torch/Internal/Unmanaged/Native/Native4.hs:952)
rrelu_ts (src/Torch/Internal/Unmanaged/Native/Native4.hs:963)
rrelu_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:972)
rrelu__tssbG (src/Torch/Internal/Unmanaged/Native/Native4.hs:984)
rrelu__tssb (src/Torch/Internal/Unmanaged/Native/Native4.hs:999)
rrelu__tss (src/Torch/Internal/Unmanaged/Native/Native4.hs:1012)
rrelu__ts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1023)
rrelu__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1032)
relu_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1040)
relu__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1048)
relu6_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1056)
relu6__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1064)
prelu_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1073)
_prelu_kernel_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1083)
_prelu_kernel_backward_ttt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1094)
gelu_out_tts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1106)
gelu_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1117)
gelu__ts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1127)
gelu__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1136)
gelu_ts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1145)
gelu_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1154)
gelu_backward_out_ttts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1165)
gelu_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1178)
gelu_backward_tts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1190)
gelu_backward_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1201)
infinitely_differentiable_gelu_backward_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1211)
hardshrink_out_tts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1222)
hardshrink_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1233)
hardshrink_ts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1243)
hardshrink_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1252)
hardshrink_backward_out_ttts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1263)
hardshrink_backward_tts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1276)
rsqrt_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1286)
rsqrt__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1294)
rsqrt_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1303)
select_tnl (src/Torch/Internal/Unmanaged/Native/Native4.hs:1314)
select_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1326)
select_backward_tlll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1339)
_nested_select_backward_ttll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1353)
selu_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1364)
selu__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1372)
celu_ts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1381)
celu_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1390)
celu__ts (src/Torch/Internal/Unmanaged/Native/Native4.hs:1399)
celu__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1408)
silu_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1416)
silu__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1424)
silu_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1433)
silu_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1444)
silu_backward_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1455)
mish_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1464)
mish__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1472)
mish_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1481)
mish_backward_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1491)
sigmoid_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1500)
sigmoid__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1508)
sigmoid_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1517)
logit_td (src/Torch/Internal/Unmanaged/Native/Native4.hs:1527)
logit_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1536)
logit__td (src/Torch/Internal/Unmanaged/Native/Native4.hs:1545)
logit__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1554)
logit_out_ttd (src/Torch/Internal/Unmanaged/Native/Native4.hs:1564)
logit_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1575)
sin_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1584)
sin__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1592)
sin_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1601)
sinc_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1610)
sinc__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1618)
sinc_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1627)
sinh_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1636)
sinh__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1644)
sinh_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1653)
detach_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1662)
detach__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1670)
size_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:1679)
size_tn (src/Torch/Internal/Unmanaged/Native/Native4.hs:1689)
slice_tllll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1702)
slice_tlll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1717)
slice_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1730)
slice_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:1741)
slice_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:1750)
slice_backward_tlllll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1763)
slice_scatter_ttllll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1781)
slice_scatter_ttlll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1798)
slice_scatter_ttll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1813)
slice_scatter_ttl (src/Torch/Internal/Unmanaged/Native/Native4.hs:1826)
slice_scatter_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1837)
select_scatter_ttll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1849)
diagonal_scatter_ttlll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1864)
diagonal_scatter_ttll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1879)
diagonal_scatter_ttl (src/Torch/Internal/Unmanaged/Native/Native4.hs:1892)
diagonal_scatter_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1903)
as_strided_scatter_ttlll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1916)
as_strided_scatter_ttll (src/Torch/Internal/Unmanaged/Native/Native4.hs:1931)
smm_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:1943)
softmax_tls (src/Torch/Internal/Unmanaged/Native/Native4.hs:1954)
softmax_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:1965)
softmax_out_ttls (src/Torch/Internal/Unmanaged/Native/Native4.hs:1977)
softmax_out_ttl (src/Torch/Internal/Unmanaged/Native/Native4.hs:1990)
softmax_tns (src/Torch/Internal/Unmanaged/Native/Native4.hs:2002)
softmax_tn (src/Torch/Internal/Unmanaged/Native/Native4.hs:2013)
_softmax_tlb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2024)
_softmax_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2037)
_softmax_backward_data_ttls (src/Torch/Internal/Unmanaged/Native/Native4.hs:2051)
_softmax_backward_data_out_tttls (src/Torch/Internal/Unmanaged/Native/Native4.hs:2066)
unsafe_split_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2080)
unsafe_split_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2091)
split_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2102)
split_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2113)
unsafe_split_with_sizes_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2124)
unsafe_split_with_sizes_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2135)
split_with_sizes_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2146)
split_with_sizes_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2157)
hsplit_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2167)
vsplit_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2177)
dsplit_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2187)
squeeze_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:2196)
squeeze_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2205)
squeeze_tn (src/Torch/Internal/Unmanaged/Native/Native4.hs:2215)
sspaddmm_tttss (src/Torch/Internal/Unmanaged/Native/Native4.hs:2228)
sspaddmm_ttts (src/Torch/Internal/Unmanaged/Native/Native4.hs:2243)
sspaddmm_ttt (src/Torch/Internal/Unmanaged/Native/Native4.hs:2256)
sspaddmm_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native4.hs:2271)
sspaddmm_out_tttts (src/Torch/Internal/Unmanaged/Native/Native4.hs:2288)
sspaddmm_out_tttt (src/Torch/Internal/Unmanaged/Native/Native4.hs:2303)
stack_ll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2315)
stack_l (src/Torch/Internal/Unmanaged/Native/Native4.hs:2324)
stack_out_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2334)
stack_out_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2345)
_stack_ll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2355)
_stack_l (src/Torch/Internal/Unmanaged/Native/Native4.hs:2364)
_stack_out_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2374)
_stack_out_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2385)
hstack_l (src/Torch/Internal/Unmanaged/Native/Native4.hs:2394)
hstack_out_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2403)
vstack_l (src/Torch/Internal/Unmanaged/Native/Native4.hs:2412)
vstack_out_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2421)
dstack_l (src/Torch/Internal/Unmanaged/Native/Native4.hs:2430)
dstack_out_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2439)
stft_tllltbbb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2455)
stft_tllltbb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2476)
stft_tlllt (src/Torch/Internal/Unmanaged/Native/Native4.hs:2512)
stft_tlll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2527)
stft_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2540)
stft_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2551)
stft_tllltbsbbb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2569)
stft_tllltbsbb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2594)
stft_tllltbsb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2617)
stft_tllltbs (src/Torch/Internal/Unmanaged/Native/Native4.hs:2638)
istft_tllltbbblb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2661)
istft_tllltbbbl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2686)
istft_tllltbbb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2709)
istft_tllltbb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2730)
istft_tllltb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2749)
istft_tlllt (src/Torch/Internal/Unmanaged/Native/Native4.hs:2766)
istft_tlll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2781)
istft_tll (src/Torch/Internal/Unmanaged/Native/Native4.hs:2794)
istft_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2805)
stride_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2815)
stride_tn (src/Torch/Internal/Unmanaged/Native/Native4.hs:2825)
sum_ts (src/Torch/Internal/Unmanaged/Native/Native4.hs:2835)
sum_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:2844)
sum_tlbs (src/Torch/Internal/Unmanaged/Native/Native4.hs:2855)
sum_tlb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2868)
sum_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2879)
sum_tNbs (src/Torch/Internal/Unmanaged/Native/Native4.hs:2891)
sum_tNb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2904)
sum_tN (src/Torch/Internal/Unmanaged/Native/Native4.hs:2915)
sum_out_ttlbs (src/Torch/Internal/Unmanaged/Native/Native4.hs:2928)
sum_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2943)
sum_out_ttl (src/Torch/Internal/Unmanaged/Native/Native4.hs:2956)
sum_out_ttNbs (src/Torch/Internal/Unmanaged/Native/Native4.hs:2970)
sum_out_ttNb (src/Torch/Internal/Unmanaged/Native/Native4.hs:2985)
sum_out_ttN (src/Torch/Internal/Unmanaged/Native/Native4.hs:2998)
_nested_sum_backward_ttlb (src/Torch/Internal/Unmanaged/Native/Native4.hs:3011)
_nested_sum_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native4.hs:3024)
nansum_tlbs (src/Torch/Internal/Unmanaged/Native/Native4.hs:3037)
nansum_tlb (src/Torch/Internal/Unmanaged/Native/Native4.hs:3050)
nansum_tl (src/Torch/Internal/Unmanaged/Native/Native4.hs:3061)
nansum_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:3070)
nansum_out_ttlbs (src/Torch/Internal/Unmanaged/Native/Native4.hs:3082)
nansum_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native4.hs:3097)
nansum_out_ttl (src/Torch/Internal/Unmanaged/Native/Native4.hs:3110)
nansum_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:3121)
sqrt_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:3130)
sqrt__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:3138)
sqrt_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:3147)
square_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:3156)
square__t (src/Torch/Internal/Unmanaged/Native/Native4.hs:3164)
square_out_tt (src/Torch/Internal/Unmanaged/Native/Native4.hs:3173)
std_tb (src/Torch/Internal/Unmanaged/Native/Native4.hs:3183)
std_t (src/Torch/Internal/Unmanaged/Native/Native4.hs:3192)
std_tlbb (src/Torch/Internal/Unmanaged/Native/Native4.hs:3203)
0% ( 0 /276) in 'Torch.Internal.Managed.Native.Native4'
Missing documentation for:
Module header
rand_lN (src/Torch/Internal/Managed/Native/Native4.hs:28)
rand_lGNo (src/Torch/Internal/Managed/Native/Native4.hs:36)
rand_lGN (src/Torch/Internal/Managed/Native/Native4.hs:43)
rand_lo (src/Torch/Internal/Managed/Native/Native4.hs:49)
rand_l (src/Torch/Internal/Managed/Native/Native4.hs:54)
rand_lGo (src/Torch/Internal/Managed/Native/Native4.hs:61)
rand_lG (src/Torch/Internal/Managed/Native/Native4.hs:67)
rand_out_tl (src/Torch/Internal/Managed/Native/Native4.hs:73)
rand_out_tlG (src/Torch/Internal/Managed/Native/Native4.hs:80)
rand_like_toM (src/Torch/Internal/Managed/Native/Native4.hs:87)
rand_like_to (src/Torch/Internal/Managed/Native/Native4.hs:93)
rand_like_t (src/Torch/Internal/Managed/Native/Native4.hs:98)
randint_llo (src/Torch/Internal/Managed/Native/Native4.hs:105)
randint_ll (src/Torch/Internal/Managed/Native/Native4.hs:111)
randint_llGo (src/Torch/Internal/Managed/Native/Native4.hs:119)
randint_llG (src/Torch/Internal/Managed/Native/Native4.hs:126)
randint_lllo (src/Torch/Internal/Managed/Native/Native4.hs:134)
randint_lll (src/Torch/Internal/Managed/Native/Native4.hs:141)
randint_lllGo (src/Torch/Internal/Managed/Native/Native4.hs:150)
randint_lllG (src/Torch/Internal/Managed/Native/Native4.hs:158)
randint_out_tll (src/Torch/Internal/Managed/Native/Native4.hs:165)
randint_out_tllG (src/Torch/Internal/Managed/Native/Native4.hs:173)
randint_out_tlll (src/Torch/Internal/Managed/Native/Native4.hs:181)
randint_out_tlllG (src/Torch/Internal/Managed/Native/Native4.hs:190)
randint_like_tloM (src/Torch/Internal/Managed/Native/Native4.hs:198)
randint_like_tlo (src/Torch/Internal/Managed/Native/Native4.hs:205)
randint_like_tl (src/Torch/Internal/Managed/Native/Native4.hs:211)
randint_like_tlloM (src/Torch/Internal/Managed/Native/Native4.hs:220)
randint_like_tllo (src/Torch/Internal/Managed/Native/Native4.hs:228)
randint_like_tll (src/Torch/Internal/Managed/Native/Native4.hs:235)
randn_lo (src/Torch/Internal/Managed/Native/Native4.hs:241)
randn_l (src/Torch/Internal/Managed/Native/Native4.hs:246)
randn_lGo (src/Torch/Internal/Managed/Native/Native4.hs:253)
randn_lG (src/Torch/Internal/Managed/Native/Native4.hs:259)
randn_lNo (src/Torch/Internal/Managed/Native/Native4.hs:266)
randn_lN (src/Torch/Internal/Managed/Native/Native4.hs:272)
randn_lGNo (src/Torch/Internal/Managed/Native/Native4.hs:280)
randn_lGN (src/Torch/Internal/Managed/Native/Native4.hs:287)
randn_out_tl (src/Torch/Internal/Managed/Native/Native4.hs:293)
randn_out_tlG (src/Torch/Internal/Managed/Native/Native4.hs:300)
randn_like_toM (src/Torch/Internal/Managed/Native/Native4.hs:307)
randn_like_to (src/Torch/Internal/Managed/Native/Native4.hs:313)
randn_like_t (src/Torch/Internal/Managed/Native/Native4.hs:318)
randperm_lo (src/Torch/Internal/Managed/Native/Native4.hs:324)
randperm_l (src/Torch/Internal/Managed/Native/Native4.hs:329)
randperm_lGo (src/Torch/Internal/Managed/Native/Native4.hs:336)
randperm_lG (src/Torch/Internal/Managed/Native/Native4.hs:342)
randperm_out_tl (src/Torch/Internal/Managed/Native/Native4.hs:348)
randperm_out_tlG (src/Torch/Internal/Managed/Native/Native4.hs:355)
range_ssso (src/Torch/Internal/Managed/Native/Native4.hs:363)
range_sss (src/Torch/Internal/Managed/Native/Native4.hs:370)
range_out_tss (src/Torch/Internal/Managed/Native/Native4.hs:377)
range_out_tsss (src/Torch/Internal/Managed/Native/Native4.hs:385)
ravel_t (src/Torch/Internal/Managed/Native/Native4.hs:390)
reciprocal_t (src/Torch/Internal/Managed/Native/Native4.hs:395)
reciprocal__t (src/Torch/Internal/Managed/Native/Native4.hs:400)
reciprocal_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:406)
neg_t (src/Torch/Internal/Managed/Native/Native4.hs:411)
neg__t (src/Torch/Internal/Managed/Native/Native4.hs:416)
neg_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:422)
negative_t (src/Torch/Internal/Managed/Native/Native4.hs:427)
negative__t (src/Torch/Internal/Managed/Native/Native4.hs:432)
negative_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:438)
repeat_interleave_tl (src/Torch/Internal/Managed/Native/Native4.hs:444)
repeat_interleave_t (src/Torch/Internal/Managed/Native/Native4.hs:449)
repeat_interleave_ttll (src/Torch/Internal/Managed/Native/Native4.hs:457)
repeat_interleave_ttl (src/Torch/Internal/Managed/Native/Native4.hs:464)
repeat_interleave_tt (src/Torch/Internal/Managed/Native/Native4.hs:470)
repeat_interleave_tlll (src/Torch/Internal/Managed/Native/Native4.hs:478)
repeat_interleave_tll (src/Torch/Internal/Managed/Native/Native4.hs:485)
reshape_tl (src/Torch/Internal/Managed/Native/Native4.hs:491)
_reshape_copy_tl (src/Torch/Internal/Managed/Native/Native4.hs:497)
_reshape_alias_tll (src/Torch/Internal/Managed/Native/Native4.hs:504)
_mkldnn_reshape_tl (src/Torch/Internal/Managed/Native/Native4.hs:510)
round_t (src/Torch/Internal/Managed/Native/Native4.hs:515)
round__t (src/Torch/Internal/Managed/Native/Native4.hs:520)
round_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:526)
round_tl (src/Torch/Internal/Managed/Native/Native4.hs:532)
round__tl (src/Torch/Internal/Managed/Native/Native4.hs:538)
round_out_ttl (src/Torch/Internal/Managed/Native/Native4.hs:545)
rrelu_tssbG (src/Torch/Internal/Managed/Native/Native4.hs:554)
rrelu_tssb (src/Torch/Internal/Managed/Native/Native4.hs:562)
rrelu_tss (src/Torch/Internal/Managed/Native/Native4.hs:569)
rrelu_ts (src/Torch/Internal/Managed/Native/Native4.hs:575)
rrelu_t (src/Torch/Internal/Managed/Native/Native4.hs:580)
rrelu__tssbG (src/Torch/Internal/Managed/Native/Native4.hs:589)
rrelu__tssb (src/Torch/Internal/Managed/Native/Native4.hs:597)
rrelu__tss (src/Torch/Internal/Managed/Native/Native4.hs:604)
rrelu__ts (src/Torch/Internal/Managed/Native/Native4.hs:610)
rrelu__t (src/Torch/Internal/Managed/Native/Native4.hs:615)
relu_t (src/Torch/Internal/Managed/Native/Native4.hs:620)
relu__t (src/Torch/Internal/Managed/Native/Native4.hs:625)
relu6_t (src/Torch/Internal/Managed/Native/Native4.hs:630)
relu6__t (src/Torch/Internal/Managed/Native/Native4.hs:635)
prelu_tt (src/Torch/Internal/Managed/Native/Native4.hs:641)
_prelu_kernel_tt (src/Torch/Internal/Managed/Native/Native4.hs:647)
_prelu_kernel_backward_ttt (src/Torch/Internal/Managed/Native/Native4.hs:654)
gelu_out_tts (src/Torch/Internal/Managed/Native/Native4.hs:661)
gelu_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:667)
gelu__ts (src/Torch/Internal/Managed/Native/Native4.hs:673)
gelu__t (src/Torch/Internal/Managed/Native/Native4.hs:678)
gelu_ts (src/Torch/Internal/Managed/Native/Native4.hs:684)
gelu_t (src/Torch/Internal/Managed/Native/Native4.hs:689)
gelu_backward_out_ttts (src/Torch/Internal/Managed/Native/Native4.hs:697)
gelu_backward_out_ttt (src/Torch/Internal/Managed/Native/Native4.hs:704)
gelu_backward_tts (src/Torch/Internal/Managed/Native/Native4.hs:711)
gelu_backward_tt (src/Torch/Internal/Managed/Native/Native4.hs:717)
infinitely_differentiable_gelu_backward_tt (src/Torch/Internal/Managed/Native/Native4.hs:723)
hardshrink_out_tts (src/Torch/Internal/Managed/Native/Native4.hs:730)
hardshrink_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:736)
hardshrink_ts (src/Torch/Internal/Managed/Native/Native4.hs:742)
hardshrink_t (src/Torch/Internal/Managed/Native/Native4.hs:747)
hardshrink_backward_out_ttts (src/Torch/Internal/Managed/Native/Native4.hs:755)
hardshrink_backward_tts (src/Torch/Internal/Managed/Native/Native4.hs:762)
rsqrt_t (src/Torch/Internal/Managed/Native/Native4.hs:767)
rsqrt__t (src/Torch/Internal/Managed/Native/Native4.hs:772)
rsqrt_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:778)
select_tnl (src/Torch/Internal/Managed/Native/Native4.hs:785)
select_tll (src/Torch/Internal/Managed/Native/Native4.hs:792)
select_backward_tlll (src/Torch/Internal/Managed/Native/Native4.hs:800)
_nested_select_backward_ttll (src/Torch/Internal/Managed/Native/Native4.hs:808)
selu_t (src/Torch/Internal/Managed/Native/Native4.hs:813)
selu__t (src/Torch/Internal/Managed/Native/Native4.hs:818)
celu_ts (src/Torch/Internal/Managed/Native/Native4.hs:824)
celu_t (src/Torch/Internal/Managed/Native/Native4.hs:829)
celu__ts (src/Torch/Internal/Managed/Native/Native4.hs:835)
celu__t (src/Torch/Internal/Managed/Native/Native4.hs:840)
silu_t (src/Torch/Internal/Managed/Native/Native4.hs:845)
silu__t (src/Torch/Internal/Managed/Native/Native4.hs:850)
silu_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:856)
silu_backward_out_ttt (src/Torch/Internal/Managed/Native/Native4.hs:863)
silu_backward_tt (src/Torch/Internal/Managed/Native/Native4.hs:869)
mish_t (src/Torch/Internal/Managed/Native/Native4.hs:874)
mish__t (src/Torch/Internal/Managed/Native/Native4.hs:879)
mish_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:885)
mish_backward_tt (src/Torch/Internal/Managed/Native/Native4.hs:891)
sigmoid_t (src/Torch/Internal/Managed/Native/Native4.hs:896)
sigmoid__t (src/Torch/Internal/Managed/Native/Native4.hs:901)
sigmoid_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:907)
logit_td (src/Torch/Internal/Managed/Native/Native4.hs:913)
logit_t (src/Torch/Internal/Managed/Native/Native4.hs:918)
logit__td (src/Torch/Internal/Managed/Native/Native4.hs:924)
logit__t (src/Torch/Internal/Managed/Native/Native4.hs:929)
logit_out_ttd (src/Torch/Internal/Managed/Native/Native4.hs:936)
logit_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:942)
sin_t (src/Torch/Internal/Managed/Native/Native4.hs:947)
sin__t (src/Torch/Internal/Managed/Native/Native4.hs:952)
sin_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:958)
sinc_t (src/Torch/Internal/Managed/Native/Native4.hs:963)
sinc__t (src/Torch/Internal/Managed/Native/Native4.hs:968)
sinc_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:974)
sinh_t (src/Torch/Internal/Managed/Native/Native4.hs:979)
sinh__t (src/Torch/Internal/Managed/Native/Native4.hs:984)
sinh_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:990)
detach_t (src/Torch/Internal/Managed/Native/Native4.hs:995)
detach__t (src/Torch/Internal/Managed/Native/Native4.hs:1000)
size_tl (src/Torch/Internal/Managed/Native/Native4.hs:1006)
size_tn (src/Torch/Internal/Managed/Native/Native4.hs:1012)
slice_tllll (src/Torch/Internal/Managed/Native/Native4.hs:1021)
slice_tlll (src/Torch/Internal/Managed/Native/Native4.hs:1029)
slice_tll (src/Torch/Internal/Managed/Native/Native4.hs:1036)
slice_tl (src/Torch/Internal/Managed/Native/Native4.hs:1042)
slice_t (src/Torch/Internal/Managed/Native/Native4.hs:1047)
slice_backward_tlllll (src/Torch/Internal/Managed/Native/Native4.hs:1057)
slice_scatter_ttllll (src/Torch/Internal/Managed/Native/Native4.hs:1067)
slice_scatter_ttlll (src/Torch/Internal/Managed/Native/Native4.hs:1076)
slice_scatter_ttll (src/Torch/Internal/Managed/Native/Native4.hs:1084)
slice_scatter_ttl (src/Torch/Internal/Managed/Native/Native4.hs:1091)
slice_scatter_tt (src/Torch/Internal/Managed/Native/Native4.hs:1097)
select_scatter_ttll (src/Torch/Internal/Managed/Native/Native4.hs:1105)
diagonal_scatter_ttlll (src/Torch/Internal/Managed/Native/Native4.hs:1114)
diagonal_scatter_ttll (src/Torch/Internal/Managed/Native/Native4.hs:1122)
diagonal_scatter_ttl (src/Torch/Internal/Managed/Native/Native4.hs:1129)
diagonal_scatter_tt (src/Torch/Internal/Managed/Native/Native4.hs:1135)
as_strided_scatter_ttlll (src/Torch/Internal/Managed/Native/Native4.hs:1144)
as_strided_scatter_ttll (src/Torch/Internal/Managed/Native/Native4.hs:1152)
smm_tt (src/Torch/Internal/Managed/Native/Native4.hs:1158)
softmax_tls (src/Torch/Internal/Managed/Native/Native4.hs:1165)
softmax_tl (src/Torch/Internal/Managed/Native/Native4.hs:1171)
softmax_out_ttls (src/Torch/Internal/Managed/Native/Native4.hs:1179)
softmax_out_ttl (src/Torch/Internal/Managed/Native/Native4.hs:1186)
softmax_tns (src/Torch/Internal/Managed/Native/Native4.hs:1193)
softmax_tn (src/Torch/Internal/Managed/Native/Native4.hs:1199)
_softmax_tlb (src/Torch/Internal/Managed/Native/Native4.hs:1206)
_softmax_out_ttlb (src/Torch/Internal/Managed/Native/Native4.hs:1214)
_softmax_backward_data_ttls (src/Torch/Internal/Managed/Native/Native4.hs:1222)
_softmax_backward_data_out_tttls (src/Torch/Internal/Managed/Native/Native4.hs:1231)
unsafe_split_tll (src/Torch/Internal/Managed/Native/Native4.hs:1238)
unsafe_split_tl (src/Torch/Internal/Managed/Native/Native4.hs:1244)
split_tll (src/Torch/Internal/Managed/Native/Native4.hs:1251)
split_tl (src/Torch/Internal/Managed/Native/Native4.hs:1257)
unsafe_split_with_sizes_tll (src/Torch/Internal/Managed/Native/Native4.hs:1264)
unsafe_split_with_sizes_tl (src/Torch/Internal/Managed/Native/Native4.hs:1270)
split_with_sizes_tll (src/Torch/Internal/Managed/Native/Native4.hs:1277)
split_with_sizes_tl (src/Torch/Internal/Managed/Native/Native4.hs:1283)
hsplit_tl (src/Torch/Internal/Managed/Native/Native4.hs:1289)
vsplit_tl (src/Torch/Internal/Managed/Native/Native4.hs:1295)
dsplit_tl (src/Torch/Internal/Managed/Native/Native4.hs:1301)
squeeze_t (src/Torch/Internal/Managed/Native/Native4.hs:1306)
squeeze_tl (src/Torch/Internal/Managed/Native/Native4.hs:1312)
squeeze_tn (src/Torch/Internal/Managed/Native/Native4.hs:1318)
sspaddmm_tttss (src/Torch/Internal/Managed/Native/Native4.hs:1327)
sspaddmm_ttts (src/Torch/Internal/Managed/Native/Native4.hs:1335)
sspaddmm_ttt (src/Torch/Internal/Managed/Native/Native4.hs:1342)
sspaddmm_out_ttttss (src/Torch/Internal/Managed/Native/Native4.hs:1352)
sspaddmm_out_tttts (src/Torch/Internal/Managed/Native/Native4.hs:1361)
sspaddmm_out_tttt (src/Torch/Internal/Managed/Native/Native4.hs:1369)
stack_ll (src/Torch/Internal/Managed/Native/Native4.hs:1375)
stack_l (src/Torch/Internal/Managed/Native/Native4.hs:1380)
stack_out_tll (src/Torch/Internal/Managed/Native/Native4.hs:1387)
stack_out_tl (src/Torch/Internal/Managed/Native/Native4.hs:1393)
_stack_ll (src/Torch/Internal/Managed/Native/Native4.hs:1399)
_stack_l (src/Torch/Internal/Managed/Native/Native4.hs:1404)
_stack_out_tll (src/Torch/Internal/Managed/Native/Native4.hs:1411)
_stack_out_tl (src/Torch/Internal/Managed/Native/Native4.hs:1417)
hstack_l (src/Torch/Internal/Managed/Native/Native4.hs:1422)
hstack_out_tl (src/Torch/Internal/Managed/Native/Native4.hs:1428)
vstack_l (src/Torch/Internal/Managed/Native/Native4.hs:1433)
vstack_out_tl (src/Torch/Internal/Managed/Native/Native4.hs:1439)
dstack_l (src/Torch/Internal/Managed/Native/Native4.hs:1444)
dstack_out_tl (src/Torch/Internal/Managed/Native/Native4.hs:1450)
stft_tllltbbb (src/Torch/Internal/Managed/Native/Native4.hs:1462)
stft_tllltbb (src/Torch/Internal/Managed/Native/Native4.hs:1473)
stft_tlllt (src/Torch/Internal/Managed/Native/Native4.hs:1492)
stft_tlll (src/Torch/Internal/Managed/Native/Native4.hs:1500)
stft_tll (src/Torch/Internal/Managed/Native/Native4.hs:1507)
stft_tl (src/Torch/Internal/Managed/Native/Native4.hs:1513)
stft_tllltbsbbb (src/Torch/Internal/Managed/Native/Native4.hs:1527)
stft_tllltbsbb (src/Torch/Internal/Managed/Native/Native4.hs:1540)
stft_tllltbsb (src/Torch/Internal/Managed/Native/Native4.hs:1552)
stft_tllltbs (src/Torch/Internal/Managed/Native/Native4.hs:1563)
istft_tllltbbblb (src/Torch/Internal/Managed/Native/Native4.hs:1577)
istft_tllltbbbl (src/Torch/Internal/Managed/Native/Native4.hs:1590)
istft_tllltbbb (src/Torch/Internal/Managed/Native/Native4.hs:1602)
istft_tllltbb (src/Torch/Internal/Managed/Native/Native4.hs:1613)
istft_tllltb (src/Torch/Internal/Managed/Native/Native4.hs:1623)
istft_tlllt (src/Torch/Internal/Managed/Native/Native4.hs:1632)
istft_tlll (src/Torch/Internal/Managed/Native/Native4.hs:1640)
istft_tll (src/Torch/Internal/Managed/Native/Native4.hs:1647)
istft_tl (src/Torch/Internal/Managed/Native/Native4.hs:1653)
stride_tl (src/Torch/Internal/Managed/Native/Native4.hs:1659)
stride_tn (src/Torch/Internal/Managed/Native/Native4.hs:1665)
sum_ts (src/Torch/Internal/Managed/Native/Native4.hs:1671)
sum_t (src/Torch/Internal/Managed/Native/Native4.hs:1676)
sum_tlbs (src/Torch/Internal/Managed/Native/Native4.hs:1684)
sum_tlb (src/Torch/Internal/Managed/Native/Native4.hs:1691)
sum_tl (src/Torch/Internal/Managed/Native/Native4.hs:1697)
sum_tNbs (src/Torch/Internal/Managed/Native/Native4.hs:1705)
sum_tNb (src/Torch/Internal/Managed/Native/Native4.hs:1712)
sum_tN (src/Torch/Internal/Managed/Native/Native4.hs:1718)
sum_out_ttlbs (src/Torch/Internal/Managed/Native/Native4.hs:1727)
sum_out_ttlb (src/Torch/Internal/Managed/Native/Native4.hs:1735)
sum_out_ttl (src/Torch/Internal/Managed/Native/Native4.hs:1742)
sum_out_ttNbs (src/Torch/Internal/Managed/Native/Native4.hs:1751)
sum_out_ttNb (src/Torch/Internal/Managed/Native/Native4.hs:1759)
sum_out_ttN (src/Torch/Internal/Managed/Native/Native4.hs:1766)
_nested_sum_backward_ttlb (src/Torch/Internal/Managed/Native/Native4.hs:1774)
_nested_sum_backward_ttl (src/Torch/Internal/Managed/Native/Native4.hs:1781)
nansum_tlbs (src/Torch/Internal/Managed/Native/Native4.hs:1789)
nansum_tlb (src/Torch/Internal/Managed/Native/Native4.hs:1796)
nansum_tl (src/Torch/Internal/Managed/Native/Native4.hs:1802)
nansum_t (src/Torch/Internal/Managed/Native/Native4.hs:1807)
nansum_out_ttlbs (src/Torch/Internal/Managed/Native/Native4.hs:1816)
nansum_out_ttlb (src/Torch/Internal/Managed/Native/Native4.hs:1824)
nansum_out_ttl (src/Torch/Internal/Managed/Native/Native4.hs:1831)
nansum_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:1837)
sqrt_t (src/Torch/Internal/Managed/Native/Native4.hs:1842)
sqrt__t (src/Torch/Internal/Managed/Native/Native4.hs:1847)
sqrt_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:1853)
square_t (src/Torch/Internal/Managed/Native/Native4.hs:1858)
square__t (src/Torch/Internal/Managed/Native/Native4.hs:1863)
square_out_tt (src/Torch/Internal/Managed/Native/Native4.hs:1869)
std_tb (src/Torch/Internal/Managed/Native/Native4.hs:1875)
std_t (src/Torch/Internal/Managed/Native/Native4.hs:1880)
std_tlbb (src/Torch/Internal/Managed/Native/Native4.hs:1888)
0% ( 0 /275) in 'Torch.Internal.Unmanaged.Native.Native5'
Missing documentation for:
Module header
std_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:36)
std_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:47)
std_tllb (src/Torch/Internal/Unmanaged/Native/Native5.hs:59)
std_tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:72)
std_mean_tb (src/Torch/Internal/Unmanaged/Native/Native5.hs:91)
std_mean_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:100)
std_mean_tlbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:111)
std_mean_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:124)
std_mean_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:135)
std_mean_tllb (src/Torch/Internal/Unmanaged/Native/Native5.hs:147)
std_mean_tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:160)
std_mean_tNbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:173)
std_mean_tNb (src/Torch/Internal/Unmanaged/Native/Native5.hs:186)
std_mean_tN (src/Torch/Internal/Unmanaged/Native/Native5.hs:197)
std_mean_tNlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:209)
std_mean_tNl (src/Torch/Internal/Unmanaged/Native/Native5.hs:222)
std_out_ttlbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:236)
std_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:251)
std_out_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:264)
std_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native5.hs:278)
std_out_ttll (src/Torch/Internal/Unmanaged/Native/Native5.hs:293)
std_out_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:305)
std_tNbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:317)
std_tNb (src/Torch/Internal/Unmanaged/Native/Native5.hs:330)
std_tN (src/Torch/Internal/Unmanaged/Native/Native5.hs:341)
std_out_ttNbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:354)
std_out_ttNb (src/Torch/Internal/Unmanaged/Native/Native5.hs:369)
std_out_ttN (src/Torch/Internal/Unmanaged/Native/Native5.hs:382)
std_tNlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:395)
std_tNl (src/Torch/Internal/Unmanaged/Native/Native5.hs:408)
std_out_ttNlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:422)
std_out_ttNl (src/Torch/Internal/Unmanaged/Native/Native5.hs:437)
prod_ts (src/Torch/Internal/Unmanaged/Native/Native5.hs:449)
prod_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:458)
prod_tlbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:469)
prod_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:482)
prod_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:493)
prod_out_ttlbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:506)
prod_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:521)
prod_out_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:534)
prod_tnbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:547)
prod_tnb (src/Torch/Internal/Unmanaged/Native/Native5.hs:560)
prod_tn (src/Torch/Internal/Unmanaged/Native/Native5.hs:571)
prod_out_ttnbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:584)
prod_out_ttnb (src/Torch/Internal/Unmanaged/Native/Native5.hs:599)
prod_out_ttn (src/Torch/Internal/Unmanaged/Native/Native5.hs:612)
t_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:622)
tan_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:630)
tan__t (src/Torch/Internal/Unmanaged/Native/Native5.hs:638)
tan_out_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:647)
tanh_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:656)
tanh__t (src/Torch/Internal/Unmanaged/Native/Native5.hs:664)
tanh_out_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:673)
tensordot_ttll (src/Torch/Internal/Unmanaged/Native/Native5.hs:685)
tensordot_out_tttll (src/Torch/Internal/Unmanaged/Native/Native5.hs:700)
threshold_tss (src/Torch/Internal/Unmanaged/Native/Native5.hs:714)
threshold__tss (src/Torch/Internal/Unmanaged/Native/Native5.hs:726)
threshold_out_ttss (src/Torch/Internal/Unmanaged/Native/Native5.hs:739)
threshold_backward_out_ttts (src/Torch/Internal/Unmanaged/Native/Native5.hs:753)
threshold_backward_tts (src/Torch/Internal/Unmanaged/Native/Native5.hs:766)
tile_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:777)
transpose_tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:788)
transpose_tnn (src/Torch/Internal/Unmanaged/Native/Native5.hs:800)
_mkldnn_transpose_tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:812)
_mkldnn_transpose__tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:824)
one_hot_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:835)
one_hot_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:844)
flip_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:853)
fliplr_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:862)
flipud_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:870)
roll_tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:880)
roll_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:891)
rot90_tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:902)
rot90_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:913)
rot90_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:922)
trapezoid_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:932)
trapezoid_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:943)
trapezoid_tsl (src/Torch/Internal/Unmanaged/Native/Native5.hs:954)
trapezoid_ts (src/Torch/Internal/Unmanaged/Native/Native5.hs:965)
trapezoid_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:974)
trapz_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:984)
trapz_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:995)
trapz_tdl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1006)
trapz_td (src/Torch/Internal/Unmanaged/Native/Native5.hs:1017)
trapz_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1026)
_transform_bias_rescale_qkv_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1036)
_nested_tensor_from_mask_ttb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1048)
_nested_tensor_from_mask_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:1059)
_nested_tensor_from_mask_left_aligned_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:1069)
_nested_from_padded_ttb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1080)
_nested_from_padded_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:1091)
_nested_from_padded_and_nested_example_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:1101)
_trilinear_tttlllll (src/Torch/Internal/Unmanaged/Native/Native5.hs:1117)
_trilinear_tttllll (src/Torch/Internal/Unmanaged/Native/Native5.hs:1138)
triplet_margin_loss_tttdddbl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1159)
triplet_margin_loss_tttdddb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1180)
triplet_margin_loss_tttddd (src/Torch/Internal/Unmanaged/Native/Native5.hs:1199)
triplet_margin_loss_tttdd (src/Torch/Internal/Unmanaged/Native/Native5.hs:1216)
triplet_margin_loss_tttd (src/Torch/Internal/Unmanaged/Native/Native5.hs:1231)
triplet_margin_loss_ttt (src/Torch/Internal/Unmanaged/Native/Native5.hs:1244)
trunc_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1254)
trunc__t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1262)
trunc_out_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:1271)
fix_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1280)
fix__t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1288)
fix_out_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:1297)
_has_compatible_shallow_copy_type_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:1307)
_unique_tbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1318)
_unique_tb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1329)
_unique_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1338)
unique_dim_tlbbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1350)
unique_dim_tlbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1365)
unique_dim_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1378)
unique_dim_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1389)
unique_consecutive_tbbl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1401)
unique_consecutive_tbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1414)
unique_consecutive_tb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1425)
unique_consecutive_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1434)
unique_dim_consecutive_tlbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1445)
unique_dim_consecutive_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1458)
unique_dim_consecutive_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1469)
_unique2_tbbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1481)
_unique2_tbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1494)
_unique2_tb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1505)
_unique2_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1514)
_unsafe_view_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1523)
unsqueeze_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1533)
vander_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1544)
vander_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1555)
vander_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1564)
var_tb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1573)
var_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1582)
var_tlbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1593)
var_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1606)
var_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1617)
var_tllb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1629)
var_tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:1642)
var_out_ttlbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1656)
var_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1671)
var_out_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1684)
var_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1698)
var_out_ttll (src/Torch/Internal/Unmanaged/Native/Native5.hs:1713)
var_out_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:1725)
var_tNbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1737)
var_tNb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1750)
var_tN (src/Torch/Internal/Unmanaged/Native/Native5.hs:1761)
var_out_ttNbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1774)
var_out_ttNb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1789)
var_out_ttN (src/Torch/Internal/Unmanaged/Native/Native5.hs:1802)
var_tNlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1815)
var_tNl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1828)
var_out_ttNlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1842)
var_out_ttNl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1857)
var_mean_tb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1869)
var_mean_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:1878)
var_mean_tlbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1889)
var_mean_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1902)
var_mean_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:1913)
var_mean_tllb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1925)
var_mean_tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:1938)
var_mean_tNbb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1951)
var_mean_tNb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1964)
var_mean_tN (src/Torch/Internal/Unmanaged/Native/Native5.hs:1975)
var_mean_tNlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:1987)
var_mean_tNl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2000)
where_ttt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2012)
where_out_tttt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2025)
where_tst (src/Torch/Internal/Unmanaged/Native/Native5.hs:2038)
where_tts (src/Torch/Internal/Unmanaged/Native/Native5.hs:2050)
where_tss (src/Torch/Internal/Unmanaged/Native/Native5.hs:2062)
where_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2072)
norm_except_dim_tll (src/Torch/Internal/Unmanaged/Native/Native5.hs:2082)
norm_except_dim_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2093)
norm_except_dim_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2102)
_weight_norm_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2112)
_weight_norm_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2123)
_weight_norm_interface_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2134)
_weight_norm_interface_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2145)
_weight_norm_interface_backward_ttttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2158)
_weight_norm_differentiable_backward_ttttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2174)
zeros_lNo (src/Torch/Internal/Unmanaged/Native/Native5.hs:2188)
zeros_lN (src/Torch/Internal/Unmanaged/Native/Native5.hs:2199)
_efficientzerotensor_lo (src/Torch/Internal/Unmanaged/Native/Native5.hs:2209)
_efficientzerotensor_l (src/Torch/Internal/Unmanaged/Native/Native5.hs:2218)
zeros_lo (src/Torch/Internal/Unmanaged/Native/Native5.hs:2227)
zeros_l (src/Torch/Internal/Unmanaged/Native/Native5.hs:2236)
zeros_out_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2245)
zeros_like_toM (src/Torch/Internal/Unmanaged/Native/Native5.hs:2256)
zeros_like_to (src/Torch/Internal/Unmanaged/Native/Native5.hs:2267)
zeros_like_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2276)
_standard_gamma_grad_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2285)
_standard_gamma_tG (src/Torch/Internal/Unmanaged/Native/Native5.hs:2295)
_standard_gamma_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2304)
_dirichlet_grad_ttt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2314)
_sample_dirichlet_tG (src/Torch/Internal/Unmanaged/Native/Native5.hs:2325)
_sample_dirichlet_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2334)
poisson_tG (src/Torch/Internal/Unmanaged/Native/Native5.hs:2343)
poisson_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2352)
binomial_ttG (src/Torch/Internal/Unmanaged/Native/Native5.hs:2362)
binomial_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2373)
native_norm_ts (src/Torch/Internal/Unmanaged/Native/Native5.hs:2383)
native_norm_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2392)
native_norm_tslbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:2404)
_sparse_sum_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2416)
_sparse_sum_ts (src/Torch/Internal/Unmanaged/Native/Native5.hs:2425)
_sparse_sum_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2435)
_sparse_sum_tls (src/Torch/Internal/Unmanaged/Native/Native5.hs:2446)
_sparse_sum_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2458)
_sparse_csr_sum_tlbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:2471)
_sparse_csr_sum_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2484)
_sparse_csr_sum_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2495)
_sparse_csr_prod_tlbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:2507)
_sparse_csr_prod_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2520)
_sparse_csr_prod_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2531)
_sparse_softmax_tls (src/Torch/Internal/Unmanaged/Native/Native5.hs:2542)
_sparse_softmax_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2553)
_sparse_softmax_tns (src/Torch/Internal/Unmanaged/Native/Native5.hs:2564)
_sparse_softmax_tn (src/Torch/Internal/Unmanaged/Native/Native5.hs:2575)
_sparse_softmax_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2586)
_sparse_softmax_backward_data_ttlt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2599)
_sparse_log_softmax_tls (src/Torch/Internal/Unmanaged/Native/Native5.hs:2612)
_sparse_log_softmax_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2623)
_sparse_log_softmax_tns (src/Torch/Internal/Unmanaged/Native/Native5.hs:2634)
_sparse_log_softmax_tn (src/Torch/Internal/Unmanaged/Native/Native5.hs:2645)
_sparse_log_softmax_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2656)
_sparse_log_softmax_backward_data_ttlt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2669)
_spdiags_ttlL (src/Torch/Internal/Unmanaged/Native/Native5.hs:2683)
_spdiags_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2696)
norm_tss (src/Torch/Internal/Unmanaged/Native/Native5.hs:2708)
norm_ts (src/Torch/Internal/Unmanaged/Native/Native5.hs:2719)
norm_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2728)
norm_tslbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:2740)
norm_tslb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2755)
norm_tsl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2768)
norm_out_ttslbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:2783)
norm_out_ttslb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2800)
norm_out_ttsl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2815)
norm_tsNbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:2830)
norm_tsNb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2845)
norm_tsN (src/Torch/Internal/Unmanaged/Native/Native5.hs:2858)
norm_out_ttsNbs (src/Torch/Internal/Unmanaged/Native/Native5.hs:2873)
norm_out_ttsNb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2890)
norm_out_ttsN (src/Torch/Internal/Unmanaged/Native/Native5.hs:2905)
frexp_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2916)
frexp_out_ttt (src/Torch/Internal/Unmanaged/Native/Native5.hs:2926)
frobenius_norm_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2938)
frobenius_norm_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2949)
frobenius_norm_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2961)
frobenius_norm_out_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:2974)
nuclear_norm_tb (src/Torch/Internal/Unmanaged/Native/Native5.hs:2985)
nuclear_norm_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:2994)
nuclear_norm_out_ttb (src/Torch/Internal/Unmanaged/Native/Native5.hs:3004)
nuclear_norm_out_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:3015)
nuclear_norm_tlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:3026)
nuclear_norm_tl (src/Torch/Internal/Unmanaged/Native/Native5.hs:3037)
nuclear_norm_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native5.hs:3049)
nuclear_norm_out_ttl (src/Torch/Internal/Unmanaged/Native/Native5.hs:3062)
clone_tM (src/Torch/Internal/Unmanaged/Native/Native5.hs:3073)
clone_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:3082)
positive_t (src/Torch/Internal/Unmanaged/Native/Native5.hs:3090)
resize_as__ttM (src/Torch/Internal/Unmanaged/Native/Native5.hs:3100)
resize_as__tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:3111)
resize_as_sparse__tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:3121)
zero__t (src/Torch/Internal/Unmanaged/Native/Native5.hs:3130)
sub_out_ttts (src/Torch/Internal/Unmanaged/Native/Native5.hs:3141)
sub_out_ttt (src/Torch/Internal/Unmanaged/Native/Native5.hs:3154)
sub_tts (src/Torch/Internal/Unmanaged/Native/Native5.hs:3166)
sub_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:3177)
sub_tss (src/Torch/Internal/Unmanaged/Native/Native5.hs:3188)
sub_ts (src/Torch/Internal/Unmanaged/Native/Native5.hs:3199)
subtract_out_ttts (src/Torch/Internal/Unmanaged/Native/Native5.hs:3211)
subtract_out_ttt (src/Torch/Internal/Unmanaged/Native/Native5.hs:3224)
subtract_tts (src/Torch/Internal/Unmanaged/Native/Native5.hs:3236)
subtract_tt (src/Torch/Internal/Unmanaged/Native/Native5.hs:3247)
0% ( 0 /275) in 'Torch.Internal.Managed.Native.Native5'
Missing documentation for:
Module header
std_tlb (src/Torch/Internal/Managed/Native/Native5.hs:29)
std_tl (src/Torch/Internal/Managed/Native/Native5.hs:35)
std_tllb (src/Torch/Internal/Managed/Native/Native5.hs:43)
std_tll (src/Torch/Internal/Managed/Native/Native5.hs:50)
std_mean_tb (src/Torch/Internal/Managed/Native/Native5.hs:61)
std_mean_t (src/Torch/Internal/Managed/Native/Native5.hs:66)
std_mean_tlbb (src/Torch/Internal/Managed/Native/Native5.hs:74)
std_mean_tlb (src/Torch/Internal/Managed/Native/Native5.hs:81)
std_mean_tl (src/Torch/Internal/Managed/Native/Native5.hs:87)
std_mean_tllb (src/Torch/Internal/Managed/Native/Native5.hs:95)
std_mean_tll (src/Torch/Internal/Managed/Native/Native5.hs:102)
std_mean_tNbb (src/Torch/Internal/Managed/Native/Native5.hs:110)
std_mean_tNb (src/Torch/Internal/Managed/Native/Native5.hs:117)
std_mean_tN (src/Torch/Internal/Managed/Native/Native5.hs:123)
std_mean_tNlb (src/Torch/Internal/Managed/Native/Native5.hs:131)
std_mean_tNl (src/Torch/Internal/Managed/Native/Native5.hs:138)
std_out_ttlbb (src/Torch/Internal/Managed/Native/Native5.hs:147)
std_out_ttlb (src/Torch/Internal/Managed/Native/Native5.hs:155)
std_out_ttl (src/Torch/Internal/Managed/Native/Native5.hs:162)
std_out_ttllb (src/Torch/Internal/Managed/Native/Native5.hs:171)
std_out_ttll (src/Torch/Internal/Managed/Native/Native5.hs:179)
std_out_tt (src/Torch/Internal/Managed/Native/Native5.hs:185)
std_tNbb (src/Torch/Internal/Managed/Native/Native5.hs:193)
std_tNb (src/Torch/Internal/Managed/Native/Native5.hs:200)
std_tN (src/Torch/Internal/Managed/Native/Native5.hs:206)
std_out_ttNbb (src/Torch/Internal/Managed/Native/Native5.hs:215)
std_out_ttNb (src/Torch/Internal/Managed/Native/Native5.hs:223)
std_out_ttN (src/Torch/Internal/Managed/Native/Native5.hs:230)
std_tNlb (src/Torch/Internal/Managed/Native/Native5.hs:238)
std_tNl (src/Torch/Internal/Managed/Native/Native5.hs:245)
std_out_ttNlb (src/Torch/Internal/Managed/Native/Native5.hs:254)
std_out_ttNl (src/Torch/Internal/Managed/Native/Native5.hs:262)
prod_ts (src/Torch/Internal/Managed/Native/Native5.hs:268)
prod_t (src/Torch/Internal/Managed/Native/Native5.hs:273)
prod_tlbs (src/Torch/Internal/Managed/Native/Native5.hs:281)
prod_tlb (src/Torch/Internal/Managed/Native/Native5.hs:288)
prod_tl (src/Torch/Internal/Managed/Native/Native5.hs:294)
prod_out_ttlbs (src/Torch/Internal/Managed/Native/Native5.hs:303)
prod_out_ttlb (src/Torch/Internal/Managed/Native/Native5.hs:311)
prod_out_ttl (src/Torch/Internal/Managed/Native/Native5.hs:318)
prod_tnbs (src/Torch/Internal/Managed/Native/Native5.hs:326)
prod_tnb (src/Torch/Internal/Managed/Native/Native5.hs:333)
prod_tn (src/Torch/Internal/Managed/Native/Native5.hs:339)
prod_out_ttnbs (src/Torch/Internal/Managed/Native/Native5.hs:348)
prod_out_ttnb (src/Torch/Internal/Managed/Native/Native5.hs:356)
prod_out_ttn (src/Torch/Internal/Managed/Native/Native5.hs:363)
t_t (src/Torch/Internal/Managed/Native/Native5.hs:368)
tan_t (src/Torch/Internal/Managed/Native/Native5.hs:373)
tan__t (src/Torch/Internal/Managed/Native/Native5.hs:378)
tan_out_tt (src/Torch/Internal/Managed/Native/Native5.hs:384)
tanh_t (src/Torch/Internal/Managed/Native/Native5.hs:389)
tanh__t (src/Torch/Internal/Managed/Native/Native5.hs:394)
tanh_out_tt (src/Torch/Internal/Managed/Native/Native5.hs:400)
tensordot_ttll (src/Torch/Internal/Managed/Native/Native5.hs:408)
tensordot_out_tttll (src/Torch/Internal/Managed/Native/Native5.hs:417)
threshold_tss (src/Torch/Internal/Managed/Native/Native5.hs:424)
threshold__tss (src/Torch/Internal/Managed/Native/Native5.hs:431)
threshold_out_ttss (src/Torch/Internal/Managed/Native/Native5.hs:439)
threshold_backward_out_ttts (src/Torch/Internal/Managed/Native/Native5.hs:447)
threshold_backward_tts (src/Torch/Internal/Managed/Native/Native5.hs:454)
tile_tl (src/Torch/Internal/Managed/Native/Native5.hs:460)
transpose_tll (src/Torch/Internal/Managed/Native/Native5.hs:467)
transpose_tnn (src/Torch/Internal/Managed/Native/Native5.hs:474)
_mkldnn_transpose_tll (src/Torch/Internal/Managed/Native/Native5.hs:481)
_mkldnn_transpose__tll (src/Torch/Internal/Managed/Native/Native5.hs:488)
one_hot_tl (src/Torch/Internal/Managed/Native/Native5.hs:494)
one_hot_t (src/Torch/Internal/Managed/Native/Native5.hs:499)
flip_tl (src/Torch/Internal/Managed/Native/Native5.hs:505)
fliplr_t (src/Torch/Internal/Managed/Native/Native5.hs:510)
flipud_t (src/Torch/Internal/Managed/Native/Native5.hs:515)
roll_tll (src/Torch/Internal/Managed/Native/Native5.hs:522)
roll_tl (src/Torch/Internal/Managed/Native/Native5.hs:528)
rot90_tll (src/Torch/Internal/Managed/Native/Native5.hs:535)
rot90_tl (src/Torch/Internal/Managed/Native/Native5.hs:541)
rot90_t (src/Torch/Internal/Managed/Native/Native5.hs:546)
trapezoid_ttl (src/Torch/Internal/Managed/Native/Native5.hs:553)
trapezoid_tt (src/Torch/Internal/Managed/Native/Native5.hs:559)
trapezoid_tsl (src/Torch/Internal/Managed/Native/Native5.hs:566)
trapezoid_ts (src/Torch/Internal/Managed/Native/Native5.hs:572)
trapezoid_t (src/Torch/Internal/Managed/Native/Native5.hs:577)
trapz_ttl (src/Torch/Internal/Managed/Native/Native5.hs:584)
trapz_tt (src/Torch/Internal/Managed/Native/Native5.hs:590)
trapz_tdl (src/Torch/Internal/Managed/Native/Native5.hs:597)
trapz_td (src/Torch/Internal/Managed/Native/Native5.hs:603)
trapz_t (src/Torch/Internal/Managed/Native/Native5.hs:608)
_transform_bias_rescale_qkv_ttl (src/Torch/Internal/Managed/Native/Native5.hs:615)
_nested_tensor_from_mask_ttb (src/Torch/Internal/Managed/Native/Native5.hs:622)
_nested_tensor_from_mask_tt (src/Torch/Internal/Managed/Native/Native5.hs:628)
_nested_tensor_from_mask_left_aligned_tt (src/Torch/Internal/Managed/Native/Native5.hs:634)
_nested_from_padded_ttb (src/Torch/Internal/Managed/Native/Native5.hs:641)
_nested_from_padded_tt (src/Torch/Internal/Managed/Native/Native5.hs:647)
_nested_from_padded_and_nested_example_tt (src/Torch/Internal/Managed/Native/Native5.hs:653)
_trilinear_tttlllll (src/Torch/Internal/Managed/Native/Native5.hs:665)
_trilinear_tttllll (src/Torch/Internal/Managed/Native/Native5.hs:676)
triplet_margin_loss_tttdddbl (src/Torch/Internal/Managed/Native/Native5.hs:688)
triplet_margin_loss_tttdddb (src/Torch/Internal/Managed/Native/Native5.hs:699)
triplet_margin_loss_tttddd (src/Torch/Internal/Managed/Native/Native5.hs:709)
triplet_margin_loss_tttdd (src/Torch/Internal/Managed/Native/Native5.hs:718)
triplet_margin_loss_tttd (src/Torch/Internal/Managed/Native/Native5.hs:726)
triplet_margin_loss_ttt (src/Torch/Internal/Managed/Native/Native5.hs:733)
trunc_t (src/Torch/Internal/Managed/Native/Native5.hs:738)
trunc__t (src/Torch/Internal/Managed/Native/Native5.hs:743)
trunc_out_tt (src/Torch/Internal/Managed/Native/Native5.hs:749)
fix_t (src/Torch/Internal/Managed/Native/Native5.hs:754)
fix__t (src/Torch/Internal/Managed/Native/Native5.hs:759)
fix_out_tt (src/Torch/Internal/Managed/Native/Native5.hs:765)
_has_compatible_shallow_copy_type_tt (src/Torch/Internal/Managed/Native/Native5.hs:771)
_unique_tbb (src/Torch/Internal/Managed/Native/Native5.hs:778)
_unique_tb (src/Torch/Internal/Managed/Native/Native5.hs:784)
_unique_t (src/Torch/Internal/Managed/Native/Native5.hs:789)
unique_dim_tlbbb (src/Torch/Internal/Managed/Native/Native5.hs:798)
unique_dim_tlbb (src/Torch/Internal/Managed/Native/Native5.hs:806)
unique_dim_tlb (src/Torch/Internal/Managed/Native/Native5.hs:813)
unique_dim_tl (src/Torch/Internal/Managed/Native/Native5.hs:819)
unique_consecutive_tbbl (src/Torch/Internal/Managed/Native/Native5.hs:827)
unique_consecutive_tbb (src/Torch/Internal/Managed/Native/Native5.hs:834)
unique_consecutive_tb (src/Torch/Internal/Managed/Native/Native5.hs:840)
unique_consecutive_t (src/Torch/Internal/Managed/Native/Native5.hs:845)
unique_dim_consecutive_tlbb (src/Torch/Internal/Managed/Native/Native5.hs:853)
unique_dim_consecutive_tlb (src/Torch/Internal/Managed/Native/Native5.hs:860)
unique_dim_consecutive_tl (src/Torch/Internal/Managed/Native/Native5.hs:866)
_unique2_tbbb (src/Torch/Internal/Managed/Native/Native5.hs:874)
_unique2_tbb (src/Torch/Internal/Managed/Native/Native5.hs:881)
_unique2_tb (src/Torch/Internal/Managed/Native/Native5.hs:887)
_unique2_t (src/Torch/Internal/Managed/Native/Native5.hs:892)
_unsafe_view_tl (src/Torch/Internal/Managed/Native/Native5.hs:898)
unsqueeze_tl (src/Torch/Internal/Managed/Native/Native5.hs:904)
vander_tlb (src/Torch/Internal/Managed/Native/Native5.hs:911)
vander_tl (src/Torch/Internal/Managed/Native/Native5.hs:917)
vander_t (src/Torch/Internal/Managed/Native/Native5.hs:922)
var_tb (src/Torch/Internal/Managed/Native/Native5.hs:928)
var_t (src/Torch/Internal/Managed/Native/Native5.hs:933)
var_tlbb (src/Torch/Internal/Managed/Native/Native5.hs:941)
var_tlb (src/Torch/Internal/Managed/Native/Native5.hs:948)
var_tl (src/Torch/Internal/Managed/Native/Native5.hs:954)
var_tllb (src/Torch/Internal/Managed/Native/Native5.hs:962)
var_tll (src/Torch/Internal/Managed/Native/Native5.hs:969)
var_out_ttlbb (src/Torch/Internal/Managed/Native/Native5.hs:978)
var_out_ttlb (src/Torch/Internal/Managed/Native/Native5.hs:986)
var_out_ttl (src/Torch/Internal/Managed/Native/Native5.hs:993)
var_out_ttllb (src/Torch/Internal/Managed/Native/Native5.hs:1002)
var_out_ttll (src/Torch/Internal/Managed/Native/Native5.hs:1010)
var_out_tt (src/Torch/Internal/Managed/Native/Native5.hs:1016)
var_tNbb (src/Torch/Internal/Managed/Native/Native5.hs:1024)
var_tNb (src/Torch/Internal/Managed/Native/Native5.hs:1031)
var_tN (src/Torch/Internal/Managed/Native/Native5.hs:1037)
var_out_ttNbb (src/Torch/Internal/Managed/Native/Native5.hs:1046)
var_out_ttNb (src/Torch/Internal/Managed/Native/Native5.hs:1054)
var_out_ttN (src/Torch/Internal/Managed/Native/Native5.hs:1061)
var_tNlb (src/Torch/Internal/Managed/Native/Native5.hs:1069)
var_tNl (src/Torch/Internal/Managed/Native/Native5.hs:1076)
var_out_ttNlb (src/Torch/Internal/Managed/Native/Native5.hs:1085)
var_out_ttNl (src/Torch/Internal/Managed/Native/Native5.hs:1093)
var_mean_tb (src/Torch/Internal/Managed/Native/Native5.hs:1099)
var_mean_t (src/Torch/Internal/Managed/Native/Native5.hs:1104)
var_mean_tlbb (src/Torch/Internal/Managed/Native/Native5.hs:1112)
var_mean_tlb (src/Torch/Internal/Managed/Native/Native5.hs:1119)
var_mean_tl (src/Torch/Internal/Managed/Native/Native5.hs:1125)
var_mean_tllb (src/Torch/Internal/Managed/Native/Native5.hs:1133)
var_mean_tll (src/Torch/Internal/Managed/Native/Native5.hs:1140)
var_mean_tNbb (src/Torch/Internal/Managed/Native/Native5.hs:1148)
var_mean_tNb (src/Torch/Internal/Managed/Native/Native5.hs:1155)
var_mean_tN (src/Torch/Internal/Managed/Native/Native5.hs:1161)
var_mean_tNlb (src/Torch/Internal/Managed/Native/Native5.hs:1169)
var_mean_tNl (src/Torch/Internal/Managed/Native/Native5.hs:1176)
where_ttt (src/Torch/Internal/Managed/Native/Native5.hs:1183)
where_out_tttt (src/Torch/Internal/Managed/Native/Native5.hs:1191)
where_tst (src/Torch/Internal/Managed/Native/Native5.hs:1198)
where_tts (src/Torch/Internal/Managed/Native/Native5.hs:1205)
where_tss (src/Torch/Internal/Managed/Native/Native5.hs:1212)
where_t (src/Torch/Internal/Managed/Native/Native5.hs:1217)
norm_except_dim_tll (src/Torch/Internal/Managed/Native/Native5.hs:1224)
norm_except_dim_tl (src/Torch/Internal/Managed/Native/Native5.hs:1230)
norm_except_dim_t (src/Torch/Internal/Managed/Native/Native5.hs:1235)
_weight_norm_ttl (src/Torch/Internal/Managed/Native/Native5.hs:1242)
_weight_norm_tt (src/Torch/Internal/Managed/Native/Native5.hs:1248)
_weight_norm_interface_ttl (src/Torch/Internal/Managed/Native/Native5.hs:1255)
_weight_norm_interface_tt (src/Torch/Internal/Managed/Native/Native5.hs:1261)
_weight_norm_interface_backward_ttttl (src/Torch/Internal/Managed/Native/Native5.hs:1270)
_weight_norm_differentiable_backward_ttttl (src/Torch/Internal/Managed/Native/Native5.hs:1279)
zeros_lNo (src/Torch/Internal/Managed/Native/Native5.hs:1286)
zeros_lN (src/Torch/Internal/Managed/Native/Native5.hs:1292)
_efficientzerotensor_lo (src/Torch/Internal/Managed/Native/Native5.hs:1298)
_efficientzerotensor_l (src/Torch/Internal/Managed/Native/Native5.hs:1303)
zeros_lo (src/Torch/Internal/Managed/Native/Native5.hs:1309)
zeros_l (src/Torch/Internal/Managed/Native/Native5.hs:1314)
zeros_out_tl (src/Torch/Internal/Managed/Native/Native5.hs:1320)
zeros_like_toM (src/Torch/Internal/Managed/Native/Native5.hs:1327)
zeros_like_to (src/Torch/Internal/Managed/Native/Native5.hs:1333)
zeros_like_t (src/Torch/Internal/Managed/Native/Native5.hs:1338)
_standard_gamma_grad_tt (src/Torch/Internal/Managed/Native/Native5.hs:1344)
_standard_gamma_tG (src/Torch/Internal/Managed/Native/Native5.hs:1350)
_standard_gamma_t (src/Torch/Internal/Managed/Native/Native5.hs:1355)
_dirichlet_grad_ttt (src/Torch/Internal/Managed/Native/Native5.hs:1362)
_sample_dirichlet_tG (src/Torch/Internal/Managed/Native/Native5.hs:1368)
_sample_dirichlet_t (src/Torch/Internal/Managed/Native/Native5.hs:1373)
poisson_tG (src/Torch/Internal/Managed/Native/Native5.hs:1379)
poisson_t (src/Torch/Internal/Managed/Native/Native5.hs:1384)
binomial_ttG (src/Torch/Internal/Managed/Native/Native5.hs:1391)
binomial_tt (src/Torch/Internal/Managed/Native/Native5.hs:1397)
native_norm_ts (src/Torch/Internal/Managed/Native/Native5.hs:1403)
native_norm_t (src/Torch/Internal/Managed/Native/Native5.hs:1408)
native_norm_tslbs (src/Torch/Internal/Managed/Native/Native5.hs:1417)
_sparse_sum_t (src/Torch/Internal/Managed/Native/Native5.hs:1422)
_sparse_sum_ts (src/Torch/Internal/Managed/Native/Native5.hs:1428)
_sparse_sum_tl (src/Torch/Internal/Managed/Native/Native5.hs:1434)
_sparse_sum_tls (src/Torch/Internal/Managed/Native/Native5.hs:1441)
_sparse_sum_backward_ttl (src/Torch/Internal/Managed/Native/Native5.hs:1448)
_sparse_csr_sum_tlbs (src/Torch/Internal/Managed/Native/Native5.hs:1456)
_sparse_csr_sum_tlb (src/Torch/Internal/Managed/Native/Native5.hs:1463)
_sparse_csr_sum_tl (src/Torch/Internal/Managed/Native/Native5.hs:1469)
_sparse_csr_prod_tlbs (src/Torch/Internal/Managed/Native/Native5.hs:1477)
_sparse_csr_prod_tlb (src/Torch/Internal/Managed/Native/Native5.hs:1484)
_sparse_csr_prod_tl (src/Torch/Internal/Managed/Native/Native5.hs:1490)
_sparse_softmax_tls (src/Torch/Internal/Managed/Native/Native5.hs:1497)
_sparse_softmax_tl (src/Torch/Internal/Managed/Native/Native5.hs:1503)
_sparse_softmax_tns (src/Torch/Internal/Managed/Native/Native5.hs:1510)
_sparse_softmax_tn (src/Torch/Internal/Managed/Native/Native5.hs:1516)
_sparse_softmax_tlb (src/Torch/Internal/Managed/Native/Native5.hs:1523)
_sparse_softmax_backward_data_ttlt (src/Torch/Internal/Managed/Native/Native5.hs:1531)
_sparse_log_softmax_tls (src/Torch/Internal/Managed/Native/Native5.hs:1538)
_sparse_log_softmax_tl (src/Torch/Internal/Managed/Native/Native5.hs:1544)
_sparse_log_softmax_tns (src/Torch/Internal/Managed/Native/Native5.hs:1551)
_sparse_log_softmax_tn (src/Torch/Internal/Managed/Native/Native5.hs:1557)
_sparse_log_softmax_tlb (src/Torch/Internal/Managed/Native/Native5.hs:1564)
_sparse_log_softmax_backward_data_ttlt (src/Torch/Internal/Managed/Native/Native5.hs:1572)
_spdiags_ttlL (src/Torch/Internal/Managed/Native/Native5.hs:1580)
_spdiags_ttl (src/Torch/Internal/Managed/Native/Native5.hs:1587)
norm_tss (src/Torch/Internal/Managed/Native/Native5.hs:1594)
norm_ts (src/Torch/Internal/Managed/Native/Native5.hs:1600)
norm_t (src/Torch/Internal/Managed/Native/Native5.hs:1605)
norm_tslbs (src/Torch/Internal/Managed/Native/Native5.hs:1614)
norm_tslb (src/Torch/Internal/Managed/Native/Native5.hs:1622)
norm_tsl (src/Torch/Internal/Managed/Native/Native5.hs:1629)
norm_out_ttslbs (src/Torch/Internal/Managed/Native/Native5.hs:1639)
norm_out_ttslb (src/Torch/Internal/Managed/Native/Native5.hs:1648)
norm_out_ttsl (src/Torch/Internal/Managed/Native/Native5.hs:1656)
norm_tsNbs (src/Torch/Internal/Managed/Native/Native5.hs:1665)
norm_tsNb (src/Torch/Internal/Managed/Native/Native5.hs:1673)
norm_tsN (src/Torch/Internal/Managed/Native/Native5.hs:1680)
norm_out_ttsNbs (src/Torch/Internal/Managed/Native/Native5.hs:1690)
norm_out_ttsNb (src/Torch/Internal/Managed/Native/Native5.hs:1699)
norm_out_ttsN (src/Torch/Internal/Managed/Native/Native5.hs:1707)
frexp_t (src/Torch/Internal/Managed/Native/Native5.hs:1712)
frexp_out_ttt (src/Torch/Internal/Managed/Native/Native5.hs:1719)
frobenius_norm_tlb (src/Torch/Internal/Managed/Native/Native5.hs:1726)
frobenius_norm_tl (src/Torch/Internal/Managed/Native/Native5.hs:1732)
frobenius_norm_out_ttlb (src/Torch/Internal/Managed/Native/Native5.hs:1740)
frobenius_norm_out_ttl (src/Torch/Internal/Managed/Native/Native5.hs:1747)
nuclear_norm_tb (src/Torch/Internal/Managed/Native/Native5.hs:1753)
nuclear_norm_t (src/Torch/Internal/Managed/Native/Native5.hs:1758)
nuclear_norm_out_ttb (src/Torch/Internal/Managed/Native/Native5.hs:1765)
nuclear_norm_out_tt (src/Torch/Internal/Managed/Native/Native5.hs:1771)
nuclear_norm_tlb (src/Torch/Internal/Managed/Native/Native5.hs:1778)
nuclear_norm_tl (src/Torch/Internal/Managed/Native/Native5.hs:1784)
nuclear_norm_out_ttlb (src/Torch/Internal/Managed/Native/Native5.hs:1792)
nuclear_norm_out_ttl (src/Torch/Internal/Managed/Native/Native5.hs:1799)
clone_tM (src/Torch/Internal/Managed/Native/Native5.hs:1805)
clone_t (src/Torch/Internal/Managed/Native/Native5.hs:1810)
positive_t (src/Torch/Internal/Managed/Native/Native5.hs:1815)
resize_as__ttM (src/Torch/Internal/Managed/Native/Native5.hs:1822)
resize_as__tt (src/Torch/Internal/Managed/Native/Native5.hs:1828)
resize_as_sparse__tt (src/Torch/Internal/Managed/Native/Native5.hs:1834)
zero__t (src/Torch/Internal/Managed/Native/Native5.hs:1839)
sub_out_ttts (src/Torch/Internal/Managed/Native/Native5.hs:1847)
sub_out_ttt (src/Torch/Internal/Managed/Native/Native5.hs:1854)
sub_tts (src/Torch/Internal/Managed/Native/Native5.hs:1861)
sub_tt (src/Torch/Internal/Managed/Native/Native5.hs:1867)
sub_tss (src/Torch/Internal/Managed/Native/Native5.hs:1874)
sub_ts (src/Torch/Internal/Managed/Native/Native5.hs:1880)
subtract_out_ttts (src/Torch/Internal/Managed/Native/Native5.hs:1888)
subtract_out_ttt (src/Torch/Internal/Managed/Native/Native5.hs:1895)
subtract_tts (src/Torch/Internal/Managed/Native/Native5.hs:1902)
subtract_tt (src/Torch/Internal/Managed/Native/Native5.hs:1908)
0% ( 0 /293) in 'Torch.Internal.Unmanaged.Native.Native6'
Missing documentation for:
Module header
subtract_tss (src/Torch/Internal/Unmanaged/Native/Native6.hs:36)
subtract_ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:47)
rsub_tts (src/Torch/Internal/Unmanaged/Native/Native6.hs:58)
rsub_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:69)
heaviside_out_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:80)
heaviside_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:91)
rsub_tss (src/Torch/Internal/Unmanaged/Native/Native6.hs:102)
rsub_ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:113)
_sparse_addmm_tttss (src/Torch/Internal/Unmanaged/Native/Native6.hs:126)
_sparse_addmm_ttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:141)
_sparse_addmm_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:154)
sparse_sampled_addmm_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native6.hs:169)
sparse_sampled_addmm_out_tttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:186)
sparse_sampled_addmm_out_tttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:201)
sparse_sampled_addmm_tttss (src/Torch/Internal/Unmanaged/Native/Native6.hs:216)
sparse_sampled_addmm_ttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:231)
sparse_sampled_addmm_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:244)
_sparse_mm_reduce_impl_tts (src/Torch/Internal/Unmanaged/Native/Native6.hs:256)
_sparse_mm_reduce_impl_backward_tttsta (src/Torch/Internal/Unmanaged/Native/Native6.hs:271)
addmm_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native6.hs:289)
addmm_out_tttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:306)
addmm_out_tttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:321)
addmm_tttss (src/Torch/Internal/Unmanaged/Native/Native6.hs:336)
addmm_ttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:351)
addmm_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:364)
_addmm_activation_out_ttttssb (src/Torch/Internal/Unmanaged/Native/Native6.hs:380)
_addmm_activation_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native6.hs:399)
_addmm_activation_out_tttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:416)
_addmm_activation_out_tttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:431)
_addmm_activation_tttssb (src/Torch/Internal/Unmanaged/Native/Native6.hs:447)
_addmm_activation_tttss (src/Torch/Internal/Unmanaged/Native/Native6.hs:464)
_addmm_activation_ttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:479)
_addmm_activation_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:492)
sparse_compressed_tensor_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:506)
sparse_csr_tensor_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:522)
sparse_csc_tensor_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:538)
sparse_bsr_tensor_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:554)
sparse_bsc_tensor_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:570)
sparse_compressed_tensor_ttto (src/Torch/Internal/Unmanaged/Native/Native6.hs:585)
sparse_csr_tensor_ttto (src/Torch/Internal/Unmanaged/Native/Native6.hs:599)
sparse_csc_tensor_ttto (src/Torch/Internal/Unmanaged/Native/Native6.hs:613)
sparse_bsr_tensor_ttto (src/Torch/Internal/Unmanaged/Native/Native6.hs:627)
sparse_bsc_tensor_ttto (src/Torch/Internal/Unmanaged/Native/Native6.hs:641)
_sparse_compressed_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:656)
_sparse_compressed_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:671)
_sparse_csr_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:686)
_sparse_csr_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:701)
_sparse_csc_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:716)
_sparse_csc_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:731)
_sparse_bsr_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:746)
_sparse_bsr_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:761)
_sparse_bsc_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:776)
_sparse_bsc_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:791)
sparse_coo_tensor_lo (src/Torch/Internal/Unmanaged/Native/Native6.hs:803)
sparse_coo_tensor_tto (src/Torch/Internal/Unmanaged/Native/Native6.hs:814)
sparse_coo_tensor_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:825)
sparse_coo_tensor_ttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:837)
sparse_coo_tensor_ttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:850)
_sparse_coo_tensor_unsafe_ttlo (src/Torch/Internal/Unmanaged/Native/Native6.hs:863)
_sparse_coo_tensor_unsafe_ttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:876)
_validate_sparse_coo_tensor_args_ttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:888)
_validate_sparse_compressed_tensor_args_tttlL (src/Torch/Internal/Unmanaged/Native/Native6.hs:902)
_validate_sparse_csr_tensor_args_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:917)
_validate_sparse_csc_tensor_args_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:931)
_validate_sparse_bsr_tensor_args_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:945)
_validate_sparse_bsc_tensor_args_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:959)
_sparse_coo_tensor_with_dims_lllo (src/Torch/Internal/Unmanaged/Native/Native6.hs:973)
_sparse_coo_tensor_with_dims_and_tensors_llltto (src/Torch/Internal/Unmanaged/Native/Native6.hs:989)
_to_cpu_l (src/Torch/Internal/Unmanaged/Native/Native6.hs:1002)
to_dense_backward_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:1011)
_coalesce_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1020)
hspmm_out_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:1030)
hspmm_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:1041)
copy_sparse_to_sparse__ttb (src/Torch/Internal/Unmanaged/Native/Native6.hs:1052)
copy_sparse_to_sparse__tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:1063)
unbind_tl (src/Torch/Internal/Unmanaged/Native/Native6.hs:1073)
unbind_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1082)
unbind_tn (src/Torch/Internal/Unmanaged/Native/Native6.hs:1091)
mkldnn_reorder_conv2d_weight_tlllll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1105)
mkldnn_reorder_conv2d_weight_tllll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1122)
mkldnn_reorder_conv2d_weight_tlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1137)
mkldnn_reorder_conv2d_weight_tll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1150)
mkldnn_reorder_conv2d_weight_tl (src/Torch/Internal/Unmanaged/Native/Native6.hs:1161)
mkldnn_reorder_conv2d_weight_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1170)
mkldnn_reorder_conv3d_weight_tllll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1182)
mkldnn_reorder_conv3d_weight_tlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1197)
mkldnn_reorder_conv3d_weight_tll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1210)
mkldnn_reorder_conv3d_weight_tl (src/Torch/Internal/Unmanaged/Native/Native6.hs:1221)
mkldnn_reorder_conv3d_weight_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1230)
to_mkldnn_backward_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:1239)
quantize_per_tensor_dynamic_tsb (src/Torch/Internal/Unmanaged/Native/Native6.hs:1250)
quantize_per_tensor_tdls (src/Torch/Internal/Unmanaged/Native/Native6.hs:1263)
quantize_per_tensor_ttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:1277)
quantize_per_tensor_ltts (src/Torch/Internal/Unmanaged/Native/Native6.hs:1291)
quantize_per_channel_tttls (src/Torch/Internal/Unmanaged/Native/Native6.hs:1306)
dequantize_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1318)
dequantize_l (src/Torch/Internal/Unmanaged/Native/Native6.hs:1326)
q_scale_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1334)
q_zero_point_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1342)
q_per_channel_scales_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1350)
q_per_channel_zero_points_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1358)
q_per_channel_axis_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1366)
int_repr_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1374)
_make_per_tensor_quantized_tensor_tdl (src/Torch/Internal/Unmanaged/Native/Native6.hs:1384)
_make_per_channel_quantized_tensor_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:1397)
fake_quantize_per_tensor_affine_tdlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1412)
fake_quantize_per_tensor_affine_tttll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1428)
fake_quantize_per_tensor_affine_cachemask_tdlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1444)
_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ttttll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1461)
fake_quantize_per_tensor_affine_cachemask_backward_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:1475)
_fake_quantize_learnable_per_tensor_affine_tttlld (src/Torch/Internal/Unmanaged/Native/Native6.hs:1489)
_fake_quantize_learnable_per_tensor_affine_tttll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1506)
_fake_quantize_learnable_per_tensor_affine_backward_ttttlld (src/Torch/Internal/Unmanaged/Native/Native6.hs:1524)
_fake_quantize_learnable_per_tensor_affine_backward_ttttll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1543)
fake_quantize_per_channel_affine_tttlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1561)
fake_quantize_per_channel_affine_cachemask_tttlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1579)
fake_quantize_per_channel_affine_cachemask_backward_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:1593)
_fake_quantize_learnable_per_channel_affine_tttllld (src/Torch/Internal/Unmanaged/Native/Native6.hs:1608)
_fake_quantize_learnable_per_channel_affine_tttlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1627)
_fake_quantize_learnable_per_channel_affine_backward_ttttllld (src/Torch/Internal/Unmanaged/Native/Native6.hs:1647)
_fake_quantize_learnable_per_channel_affine_backward_ttttlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1668)
fused_moving_avg_obs_fake_quant_tttttttdlllbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:1694)
fused_moving_avg_obs_fake_quant_tttttttdlllb (src/Torch/Internal/Unmanaged/Native/Native6.hs:1725)
fused_moving_avg_obs_fake_quant_tttttttdlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1754)
_fused_moving_avg_obs_fq_helper_tttttttdlllbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:1784)
_fused_moving_avg_obs_fq_helper_tttttttdlllb (src/Torch/Internal/Unmanaged/Native/Native6.hs:1815)
_fused_moving_avg_obs_fq_helper_tttttttdlll (src/Torch/Internal/Unmanaged/Native/Native6.hs:1844)
_choose_qparams_per_tensor_tb (src/Torch/Internal/Unmanaged/Native/Native6.hs:1863)
_choose_qparams_per_tensor_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1872)
_saturate_weight_to_fp16_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1880)
choose_qparams_optimized_tlldl (src/Torch/Internal/Unmanaged/Native/Native6.hs:1892)
_to_copy_tobM (src/Torch/Internal/Unmanaged/Native/Native6.hs:1907)
_to_copy_tob (src/Torch/Internal/Unmanaged/Native/Native6.hs:1920)
_to_copy_to (src/Torch/Internal/Unmanaged/Native/Native6.hs:1931)
_to_copy_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1940)
meshgrid_l (src/Torch/Internal/Unmanaged/Native/Native6.hs:1948)
meshgrid_ls (src/Torch/Internal/Unmanaged/Native/Native6.hs:1957)
cartesian_prod_l (src/Torch/Internal/Unmanaged/Native/Native6.hs:1966)
combinations_tlb (src/Torch/Internal/Unmanaged/Native/Native6.hs:1976)
combinations_tl (src/Torch/Internal/Unmanaged/Native/Native6.hs:1987)
combinations_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:1996)
result_type_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2005)
result_type_ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:2015)
result_type_st (src/Torch/Internal/Unmanaged/Native/Native6.hs:2025)
result_type_ss (src/Torch/Internal/Unmanaged/Native/Native6.hs:2035)
can_cast_ss (src/Torch/Internal/Unmanaged/Native/Native6.hs:2045)
promote_types_ss (src/Torch/Internal/Unmanaged/Native/Native6.hs:2055)
_local_scalar_dense_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:2064)
_lstm_mps_tllbldbbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2080)
lstm_mps_backward_tttttttllbldbbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2110)
_thnn_fused_lstm_cell_ttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2136)
_thnn_fused_lstm_cell_tttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2151)
_thnn_fused_lstm_cell_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2164)
_thnn_fused_lstm_cell_backward_impl_tttttb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2179)
_thnn_fused_lstm_cell_backward_tttttb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2197)
_thnn_differentiable_lstm_cell_backward_tttttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2217)
_thnn_fused_gru_cell_ttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2236)
_thnn_fused_gru_cell_tttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2251)
_thnn_fused_gru_cell_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2264)
_thnn_fused_gru_cell_backward_ttb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2276)
_thnn_differentiable_gru_cell_backward_tttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2291)
lstm_tllbldbbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2312)
lstm_ttllbldbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2336)
gru_ttlbldbbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2360)
gru_tttlbldbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2384)
rnn_tanh_ttlbldbbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2408)
rnn_tanh_tttlbldbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2432)
rnn_relu_ttlbldbbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2456)
rnn_relu_tttlbldbb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2480)
lstm_cell_tltttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2501)
lstm_cell_tlttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2518)
lstm_cell_tltt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2533)
gru_cell_tttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2549)
gru_cell_ttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2566)
gru_cell_tttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2581)
rnn_tanh_cell_tttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2597)
rnn_tanh_cell_ttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2614)
rnn_tanh_cell_tttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2629)
rnn_relu_cell_tttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2645)
rnn_relu_cell_ttttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2662)
rnn_relu_cell_tttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2677)
quantized_lstm_cell_tlttttttttssss (src/Torch/Internal/Unmanaged/Native/Native6.hs:2701)
quantized_gru_cell_ttttttttttssss (src/Torch/Internal/Unmanaged/Native/Native6.hs:2735)
quantized_rnn_relu_cell_ttttttttttssss (src/Torch/Internal/Unmanaged/Native/Native6.hs:2769)
quantized_rnn_tanh_cell_ttttttttttssss (src/Torch/Internal/Unmanaged/Native/Native6.hs:2803)
_pack_padded_sequence_ttb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2826)
_pack_padded_sequence_backward_tltb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2839)
_pad_packed_sequence_ttbsl (src/Torch/Internal/Unmanaged/Native/Native6.hs:2854)
lift_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:2866)
lift_fresh_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:2874)
lift_fresh_copy_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:2882)
masked_fill_tts (src/Torch/Internal/Unmanaged/Native/Native6.hs:2892)
masked_fill_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2904)
masked_scatter_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2916)
_masked_softmax_ttll (src/Torch/Internal/Unmanaged/Native/Native6.hs:2929)
_masked_softmax_ttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:2942)
_masked_softmax_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2953)
_masked_softmax_backward_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:2965)
_masked_softmax_backward_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:2978)
put_tttb (src/Torch/Internal/Unmanaged/Native/Native6.hs:2991)
put_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3004)
index_add_out_ttltts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3019)
index_add_out_ttltt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3036)
index_add_tltts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3052)
index_add_tltt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3067)
index_add_tntts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3082)
index_add_tntt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3097)
index_reduce_out_ttlttsb (src/Torch/Internal/Unmanaged/Native/Native6.hs:3114)
index_reduce_out_ttltts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3133)
index_reduce_tlttsb (src/Torch/Internal/Unmanaged/Native/Native6.hs:3151)
index_reduce_tltts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3168)
index_fill_tlts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3183)
index_fill_tltt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3197)
index_fill_tnts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3211)
index_fill_tntt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3225)
scatter_tltt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3239)
scatter_out_ttltt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3254)
scatter_tlts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3269)
scatter_out_ttlts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3284)
scatter_tltts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3300)
scatter_out_ttltts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3317)
scatter_tltss (src/Torch/Internal/Unmanaged/Native/Native6.hs:3334)
scatter_out_ttltss (src/Torch/Internal/Unmanaged/Native/Native6.hs:3351)
scatter_tntt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3367)
scatter_tnts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3381)
scatter_add_tltt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3395)
scatter_add_out_ttltt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3410)
scatter_add_tntt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3425)
scatter_reduce_tlttsb (src/Torch/Internal/Unmanaged/Native/Native6.hs:3441)
scatter_reduce_tltts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3458)
scatter_reduce_out_ttlttsb (src/Torch/Internal/Unmanaged/Native/Native6.hs:3476)
scatter_reduce_out_ttltts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3495)
bitwise_and_out_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3510)
bitwise_and_out_tts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3522)
bitwise_and_ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3533)
bitwise_and_st (src/Torch/Internal/Unmanaged/Native/Native6.hs:3543)
bitwise_and_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3553)
__and___ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3563)
__and___tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3573)
bitwise_or_out_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3584)
bitwise_or_out_tts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3596)
bitwise_or_ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3607)
bitwise_or_st (src/Torch/Internal/Unmanaged/Native/Native6.hs:3617)
bitwise_or_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3627)
__or___ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3637)
__or___tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3647)
bitwise_xor_out_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3658)
bitwise_xor_out_tts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3670)
bitwise_xor_ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3681)
bitwise_xor_st (src/Torch/Internal/Unmanaged/Native/Native6.hs:3691)
bitwise_xor_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3701)
__xor___ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3711)
__xor___tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3721)
__lshift___ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3731)
__lshift___tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3741)
bitwise_left_shift_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3751)
bitwise_left_shift_out_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3762)
bitwise_left_shift_ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3773)
bitwise_left_shift_out_tts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3784)
bitwise_left_shift_st (src/Torch/Internal/Unmanaged/Native/Native6.hs:3795)
__rshift___ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3805)
__rshift___tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3815)
bitwise_right_shift_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3825)
bitwise_right_shift_out_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3836)
bitwise_right_shift_ts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3847)
bitwise_right_shift_out_tts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3858)
bitwise_right_shift_st (src/Torch/Internal/Unmanaged/Native/Native6.hs:3869)
addbmm_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native6.hs:3883)
addbmm_out_tttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3900)
addbmm_out_tttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3915)
addbmm_tttss (src/Torch/Internal/Unmanaged/Native/Native6.hs:3930)
addbmm_ttts (src/Torch/Internal/Unmanaged/Native/Native6.hs:3945)
addbmm_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3958)
diag_out_ttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:3970)
diag_out_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:3981)
diag_tl (src/Torch/Internal/Unmanaged/Native/Native6.hs:3991)
diag_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:4000)
cross_out_tttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:4011)
cross_out_ttt (src/Torch/Internal/Unmanaged/Native/Native6.hs:4024)
cross_ttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:4036)
cross_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:4047)
triu_out_ttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:4058)
triu_out_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:4069)
triu_tl (src/Torch/Internal/Unmanaged/Native/Native6.hs:4079)
triu_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:4088)
tril_out_ttl (src/Torch/Internal/Unmanaged/Native/Native6.hs:4098)
tril_out_tt (src/Torch/Internal/Unmanaged/Native/Native6.hs:4109)
tril_tl (src/Torch/Internal/Unmanaged/Native/Native6.hs:4119)
tril_t (src/Torch/Internal/Unmanaged/Native/Native6.hs:4128)
tril_indices_lllo (src/Torch/Internal/Unmanaged/Native/Native6.hs:4139)
tril_indices_lll (src/Torch/Internal/Unmanaged/Native/Native6.hs:4152)
tril_indices_ll (src/Torch/Internal/Unmanaged/Native/Native6.hs:4163)
0% ( 0 /293) in 'Torch.Internal.Managed.Native.Native6'
Missing documentation for:
Module header
subtract_tss (src/Torch/Internal/Managed/Native/Native6.hs:29)
subtract_ts (src/Torch/Internal/Managed/Native/Native6.hs:35)
rsub_tts (src/Torch/Internal/Managed/Native/Native6.hs:42)
rsub_tt (src/Torch/Internal/Managed/Native/Native6.hs:48)
heaviside_out_ttt (src/Torch/Internal/Managed/Native/Native6.hs:55)
heaviside_tt (src/Torch/Internal/Managed/Native/Native6.hs:61)
rsub_tss (src/Torch/Internal/Managed/Native/Native6.hs:68)
rsub_ts (src/Torch/Internal/Managed/Native/Native6.hs:74)
_sparse_addmm_tttss (src/Torch/Internal/Managed/Native/Native6.hs:83)
_sparse_addmm_ttts (src/Torch/Internal/Managed/Native/Native6.hs:91)
_sparse_addmm_ttt (src/Torch/Internal/Managed/Native/Native6.hs:98)
sparse_sampled_addmm_out_ttttss (src/Torch/Internal/Managed/Native/Native6.hs:108)
sparse_sampled_addmm_out_tttts (src/Torch/Internal/Managed/Native/Native6.hs:117)
sparse_sampled_addmm_out_tttt (src/Torch/Internal/Managed/Native/Native6.hs:125)
sparse_sampled_addmm_tttss (src/Torch/Internal/Managed/Native/Native6.hs:134)
sparse_sampled_addmm_ttts (src/Torch/Internal/Managed/Native/Native6.hs:142)
sparse_sampled_addmm_ttt (src/Torch/Internal/Managed/Native/Native6.hs:149)
_sparse_mm_reduce_impl_tts (src/Torch/Internal/Managed/Native/Native6.hs:156)
_sparse_mm_reduce_impl_backward_tttsta (src/Torch/Internal/Managed/Native/Native6.hs:166)
addmm_out_ttttss (src/Torch/Internal/Managed/Native/Native6.hs:176)
addmm_out_tttts (src/Torch/Internal/Managed/Native/Native6.hs:185)
addmm_out_tttt (src/Torch/Internal/Managed/Native/Native6.hs:193)
addmm_tttss (src/Torch/Internal/Managed/Native/Native6.hs:202)
addmm_ttts (src/Torch/Internal/Managed/Native/Native6.hs:210)
addmm_ttt (src/Torch/Internal/Managed/Native/Native6.hs:217)
_addmm_activation_out_ttttssb (src/Torch/Internal/Managed/Native/Native6.hs:228)
_addmm_activation_out_ttttss (src/Torch/Internal/Managed/Native/Native6.hs:238)
_addmm_activation_out_tttts (src/Torch/Internal/Managed/Native/Native6.hs:247)
_addmm_activation_out_tttt (src/Torch/Internal/Managed/Native/Native6.hs:255)
_addmm_activation_tttssb (src/Torch/Internal/Managed/Native/Native6.hs:265)
_addmm_activation_tttss (src/Torch/Internal/Managed/Native/Native6.hs:274)
_addmm_activation_ttts (src/Torch/Internal/Managed/Native/Native6.hs:282)
_addmm_activation_ttt (src/Torch/Internal/Managed/Native/Native6.hs:289)
sparse_compressed_tensor_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:298)
sparse_csr_tensor_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:307)
sparse_csc_tensor_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:316)
sparse_bsr_tensor_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:325)
sparse_bsc_tensor_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:334)
sparse_compressed_tensor_ttto (src/Torch/Internal/Managed/Native/Native6.hs:342)
sparse_csr_tensor_ttto (src/Torch/Internal/Managed/Native/Native6.hs:350)
sparse_csc_tensor_ttto (src/Torch/Internal/Managed/Native/Native6.hs:358)
sparse_bsr_tensor_ttto (src/Torch/Internal/Managed/Native/Native6.hs:366)
sparse_bsc_tensor_ttto (src/Torch/Internal/Managed/Native/Native6.hs:374)
_sparse_compressed_tensor_unsafe_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:383)
_sparse_compressed_tensor_unsafe_tttl (src/Torch/Internal/Managed/Native/Native6.hs:391)
_sparse_csr_tensor_unsafe_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:400)
_sparse_csr_tensor_unsafe_tttl (src/Torch/Internal/Managed/Native/Native6.hs:408)
_sparse_csc_tensor_unsafe_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:417)
_sparse_csc_tensor_unsafe_tttl (src/Torch/Internal/Managed/Native/Native6.hs:425)
_sparse_bsr_tensor_unsafe_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:434)
_sparse_bsr_tensor_unsafe_tttl (src/Torch/Internal/Managed/Native/Native6.hs:442)
_sparse_bsc_tensor_unsafe_tttlo (src/Torch/Internal/Managed/Native/Native6.hs:451)
_sparse_bsc_tensor_unsafe_tttl (src/Torch/Internal/Managed/Native/Native6.hs:459)
sparse_coo_tensor_lo (src/Torch/Internal/Managed/Native/Native6.hs:465)
sparse_coo_tensor_tto (src/Torch/Internal/Managed/Native/Native6.hs:472)
sparse_coo_tensor_tt (src/Torch/Internal/Managed/Native/Native6.hs:478)
sparse_coo_tensor_ttlo (src/Torch/Internal/Managed/Native/Native6.hs:486)
sparse_coo_tensor_ttl (src/Torch/Internal/Managed/Native/Native6.hs:493)
_sparse_coo_tensor_unsafe_ttlo (src/Torch/Internal/Managed/Native/Native6.hs:501)
_sparse_coo_tensor_unsafe_ttl (src/Torch/Internal/Managed/Native/Native6.hs:508)
_validate_sparse_coo_tensor_args_ttl (src/Torch/Internal/Managed/Native/Native6.hs:515)
_validate_sparse_compressed_tensor_args_tttlL (src/Torch/Internal/Managed/Native/Native6.hs:524)
_validate_sparse_csr_tensor_args_tttl (src/Torch/Internal/Managed/Native/Native6.hs:532)
_validate_sparse_csc_tensor_args_tttl (src/Torch/Internal/Managed/Native/Native6.hs:540)
_validate_sparse_bsr_tensor_args_tttl (src/Torch/Internal/Managed/Native/Native6.hs:548)
_validate_sparse_bsc_tensor_args_tttl (src/Torch/Internal/Managed/Native/Native6.hs:556)
_sparse_coo_tensor_with_dims_lllo (src/Torch/Internal/Managed/Native/Native6.hs:564)
_sparse_coo_tensor_with_dims_and_tensors_llltto (src/Torch/Internal/Managed/Native/Native6.hs:574)
_to_cpu_l (src/Torch/Internal/Managed/Native/Native6.hs:579)
to_dense_backward_tt (src/Torch/Internal/Managed/Native/Native6.hs:585)
_coalesce_t (src/Torch/Internal/Managed/Native/Native6.hs:590)
hspmm_out_ttt (src/Torch/Internal/Managed/Native/Native6.hs:597)
hspmm_tt (src/Torch/Internal/Managed/Native/Native6.hs:603)
copy_sparse_to_sparse__ttb (src/Torch/Internal/Managed/Native/Native6.hs:610)
copy_sparse_to_sparse__tt (src/Torch/Internal/Managed/Native/Native6.hs:616)
unbind_tl (src/Torch/Internal/Managed/Native/Native6.hs:622)
unbind_t (src/Torch/Internal/Managed/Native/Native6.hs:627)
unbind_tn (src/Torch/Internal/Managed/Native/Native6.hs:633)
mkldnn_reorder_conv2d_weight_tlllll (src/Torch/Internal/Managed/Native/Native6.hs:643)
mkldnn_reorder_conv2d_weight_tllll (src/Torch/Internal/Managed/Native/Native6.hs:652)
mkldnn_reorder_conv2d_weight_tlll (src/Torch/Internal/Managed/Native/Native6.hs:660)
mkldnn_reorder_conv2d_weight_tll (src/Torch/Internal/Managed/Native/Native6.hs:667)
mkldnn_reorder_conv2d_weight_tl (src/Torch/Internal/Managed/Native/Native6.hs:673)
mkldnn_reorder_conv2d_weight_t (src/Torch/Internal/Managed/Native/Native6.hs:678)
mkldnn_reorder_conv3d_weight_tllll (src/Torch/Internal/Managed/Native/Native6.hs:687)
mkldnn_reorder_conv3d_weight_tlll (src/Torch/Internal/Managed/Native/Native6.hs:695)
mkldnn_reorder_conv3d_weight_tll (src/Torch/Internal/Managed/Native/Native6.hs:702)
mkldnn_reorder_conv3d_weight_tl (src/Torch/Internal/Managed/Native/Native6.hs:708)
mkldnn_reorder_conv3d_weight_t (src/Torch/Internal/Managed/Native/Native6.hs:713)
to_mkldnn_backward_tt (src/Torch/Internal/Managed/Native/Native6.hs:719)
quantize_per_tensor_dynamic_tsb (src/Torch/Internal/Managed/Native/Native6.hs:726)
quantize_per_tensor_tdls (src/Torch/Internal/Managed/Native/Native6.hs:734)
quantize_per_tensor_ttts (src/Torch/Internal/Managed/Native/Native6.hs:742)
quantize_per_tensor_ltts (src/Torch/Internal/Managed/Native/Native6.hs:750)
quantize_per_channel_tttls (src/Torch/Internal/Managed/Native/Native6.hs:759)
dequantize_t (src/Torch/Internal/Managed/Native/Native6.hs:764)
dequantize_l (src/Torch/Internal/Managed/Native/Native6.hs:769)
q_scale_t (src/Torch/Internal/Managed/Native/Native6.hs:774)
q_zero_point_t (src/Torch/Internal/Managed/Native/Native6.hs:779)
q_per_channel_scales_t (src/Torch/Internal/Managed/Native/Native6.hs:784)
q_per_channel_zero_points_t (src/Torch/Internal/Managed/Native/Native6.hs:789)
q_per_channel_axis_t (src/Torch/Internal/Managed/Native/Native6.hs:794)
int_repr_t (src/Torch/Internal/Managed/Native/Native6.hs:799)
_make_per_tensor_quantized_tensor_tdl (src/Torch/Internal/Managed/Native/Native6.hs:806)
_make_per_channel_quantized_tensor_tttl (src/Torch/Internal/Managed/Native/Native6.hs:814)
fake_quantize_per_tensor_affine_tdlll (src/Torch/Internal/Managed/Native/Native6.hs:823)
fake_quantize_per_tensor_affine_tttll (src/Torch/Internal/Managed/Native/Native6.hs:832)
fake_quantize_per_tensor_affine_cachemask_tdlll (src/Torch/Internal/Managed/Native/Native6.hs:841)
_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ttttll (src/Torch/Internal/Managed/Native/Native6.hs:851)
fake_quantize_per_tensor_affine_cachemask_backward_tt (src/Torch/Internal/Managed/Native/Native6.hs:857)
_fake_quantize_learnable_per_tensor_affine_tttlld (src/Torch/Internal/Managed/Native/Native6.hs:867)
_fake_quantize_learnable_per_tensor_affine_tttll (src/Torch/Internal/Managed/Native/Native6.hs:876)
_fake_quantize_learnable_per_tensor_affine_backward_ttttlld (src/Torch/Internal/Managed/Native/Native6.hs:887)
_fake_quantize_learnable_per_tensor_affine_backward_ttttll (src/Torch/Internal/Managed/Native/Native6.hs:897)
fake_quantize_per_channel_affine_tttlll (src/Torch/Internal/Managed/Native/Native6.hs:907)
fake_quantize_per_channel_affine_cachemask_tttlll (src/Torch/Internal/Managed/Native/Native6.hs:917)
fake_quantize_per_channel_affine_cachemask_backward_tt (src/Torch/Internal/Managed/Native/Native6.hs:923)
_fake_quantize_learnable_per_channel_affine_tttllld (src/Torch/Internal/Managed/Native/Native6.hs:934)
_fake_quantize_learnable_per_channel_affine_tttlll (src/Torch/Internal/Managed/Native/Native6.hs:944)
_fake_quantize_learnable_per_channel_affine_backward_ttttllld (src/Torch/Internal/Managed/Native/Native6.hs:956)
_fake_quantize_learnable_per_channel_affine_backward_ttttlll (src/Torch/Internal/Managed/Native/Native6.hs:967)
fused_moving_avg_obs_fake_quant_tttttttdlllbb (src/Torch/Internal/Managed/Native/Native6.hs:984)
fused_moving_avg_obs_fake_quant_tttttttdlllb (src/Torch/Internal/Managed/Native/Native6.hs:1000)
fused_moving_avg_obs_fake_quant_tttttttdlll (src/Torch/Internal/Managed/Native/Native6.hs:1015)
_fused_moving_avg_obs_fq_helper_tttttttdlllbb (src/Torch/Internal/Managed/Native/Native6.hs:1032)
_fused_moving_avg_obs_fq_helper_tttttttdlllb (src/Torch/Internal/Managed/Native/Native6.hs:1048)
_fused_moving_avg_obs_fq_helper_tttttttdlll (src/Torch/Internal/Managed/Native/Native6.hs:1063)
_choose_qparams_per_tensor_tb (src/Torch/Internal/Managed/Native/Native6.hs:1069)
_choose_qparams_per_tensor_t (src/Torch/Internal/Managed/Native/Native6.hs:1074)
_saturate_weight_to_fp16_t (src/Torch/Internal/Managed/Native/Native6.hs:1079)
choose_qparams_optimized_tlldl (src/Torch/Internal/Managed/Native/Native6.hs:1088)
_to_copy_tobM (src/Torch/Internal/Managed/Native/Native6.hs:1096)
_to_copy_tob (src/Torch/Internal/Managed/Native/Native6.hs:1103)
_to_copy_to (src/Torch/Internal/Managed/Native/Native6.hs:1109)
_to_copy_t (src/Torch/Internal/Managed/Native/Native6.hs:1114)
meshgrid_l (src/Torch/Internal/Managed/Native/Native6.hs:1119)
meshgrid_ls (src/Torch/Internal/Managed/Native/Native6.hs:1125)
cartesian_prod_l (src/Torch/Internal/Managed/Native/Native6.hs:1130)
combinations_tlb (src/Torch/Internal/Managed/Native/Native6.hs:1137)
combinations_tl (src/Torch/Internal/Managed/Native/Native6.hs:1143)
combinations_t (src/Torch/Internal/Managed/Native/Native6.hs:1148)
result_type_tt (src/Torch/Internal/Managed/Native/Native6.hs:1154)
result_type_ts (src/Torch/Internal/Managed/Native/Native6.hs:1160)
result_type_st (src/Torch/Internal/Managed/Native/Native6.hs:1166)
result_type_ss (src/Torch/Internal/Managed/Native/Native6.hs:1172)
can_cast_ss (src/Torch/Internal/Managed/Native/Native6.hs:1178)
promote_types_ss (src/Torch/Internal/Managed/Native/Native6.hs:1184)
_local_scalar_dense_t (src/Torch/Internal/Managed/Native/Native6.hs:1189)
_lstm_mps_tllbldbbb (src/Torch/Internal/Managed/Native/Native6.hs:1202)
lstm_mps_backward_tttttttllbldbbb (src/Torch/Internal/Managed/Native/Native6.hs:1221)
_thnn_fused_lstm_cell_ttttt (src/Torch/Internal/Managed/Native/Native6.hs:1230)
_thnn_fused_lstm_cell_tttt (src/Torch/Internal/Managed/Native/Native6.hs:1238)
_thnn_fused_lstm_cell_ttt (src/Torch/Internal/Managed/Native/Native6.hs:1245)
_thnn_fused_lstm_cell_backward_impl_tttttb (src/Torch/Internal/Managed/Native/Native6.hs:1255)
_thnn_fused_lstm_cell_backward_tttttb (src/Torch/Internal/Managed/Native/Native6.hs:1265)
_thnn_differentiable_lstm_cell_backward_tttttttt (src/Torch/Internal/Managed/Native/Native6.hs:1277)
_thnn_fused_gru_cell_ttttt (src/Torch/Internal/Managed/Native/Native6.hs:1286)
_thnn_fused_gru_cell_tttt (src/Torch/Internal/Managed/Native/Native6.hs:1294)
_thnn_fused_gru_cell_ttt (src/Torch/Internal/Managed/Native/Native6.hs:1301)
_thnn_fused_gru_cell_backward_ttb (src/Torch/Internal/Managed/Native/Native6.hs:1308)
_thnn_differentiable_gru_cell_backward_tttttt (src/Torch/Internal/Managed/Native/Native6.hs:1318)
lstm_tllbldbbb (src/Torch/Internal/Managed/Native/Native6.hs:1331)
lstm_ttllbldbb (src/Torch/Internal/Managed/Native/Native6.hs:1344)
gru_ttlbldbbb (src/Torch/Internal/Managed/Native/Native6.hs:1357)
gru_tttlbldbb (src/Torch/Internal/Managed/Native/Native6.hs:1370)
rnn_tanh_ttlbldbbb (src/Torch/Internal/Managed/Native/Native6.hs:1383)
rnn_tanh_tttlbldbb (src/Torch/Internal/Managed/Native/Native6.hs:1396)
rnn_relu_ttlbldbbb (src/Torch/Internal/Managed/Native/Native6.hs:1409)
rnn_relu_tttlbldbb (src/Torch/Internal/Managed/Native/Native6.hs:1422)
lstm_cell_tltttt (src/Torch/Internal/Managed/Native/Native6.hs:1432)
lstm_cell_tlttt (src/Torch/Internal/Managed/Native/Native6.hs:1441)
lstm_cell_tltt (src/Torch/Internal/Managed/Native/Native6.hs:1449)
gru_cell_tttttt (src/Torch/Internal/Managed/Native/Native6.hs:1459)
gru_cell_ttttt (src/Torch/Internal/Managed/Native/Native6.hs:1468)
gru_cell_tttt (src/Torch/Internal/Managed/Native/Native6.hs:1476)
rnn_tanh_cell_tttttt (src/Torch/Internal/Managed/Native/Native6.hs:1486)
rnn_tanh_cell_ttttt (src/Torch/Internal/Managed/Native/Native6.hs:1495)
rnn_tanh_cell_tttt (src/Torch/Internal/Managed/Native/Native6.hs:1503)
rnn_relu_cell_tttttt (src/Torch/Internal/Managed/Native/Native6.hs:1513)
rnn_relu_cell_ttttt (src/Torch/Internal/Managed/Native/Native6.hs:1522)
rnn_relu_cell_tttt (src/Torch/Internal/Managed/Native/Native6.hs:1530)
quantized_lstm_cell_tlttttttttssss (src/Torch/Internal/Managed/Native/Native6.hs:1548)
quantized_gru_cell_ttttttttttssss (src/Torch/Internal/Managed/Native/Native6.hs:1566)
quantized_rnn_relu_cell_ttttttttttssss (src/Torch/Internal/Managed/Native/Native6.hs:1584)
quantized_rnn_tanh_cell_ttttttttttssss (src/Torch/Internal/Managed/Native/Native6.hs:1602)
_pack_padded_sequence_ttb (src/Torch/Internal/Managed/Native/Native6.hs:1609)
_pack_padded_sequence_backward_tltb (src/Torch/Internal/Managed/Native/Native6.hs:1617)
_pad_packed_sequence_ttbsl (src/Torch/Internal/Managed/Native/Native6.hs:1626)
lift_t (src/Torch/Internal/Managed/Native/Native6.hs:1631)
lift_fresh_t (src/Torch/Internal/Managed/Native/Native6.hs:1636)
lift_fresh_copy_t (src/Torch/Internal/Managed/Native/Native6.hs:1641)
masked_fill_tts (src/Torch/Internal/Managed/Native/Native6.hs:1648)
masked_fill_ttt (src/Torch/Internal/Managed/Native/Native6.hs:1655)
masked_scatter_ttt (src/Torch/Internal/Managed/Native/Native6.hs:1662)
_masked_softmax_ttll (src/Torch/Internal/Managed/Native/Native6.hs:1670)
_masked_softmax_ttl (src/Torch/Internal/Managed/Native/Native6.hs:1677)
_masked_softmax_tt (src/Torch/Internal/Managed/Native/Native6.hs:1683)
_masked_softmax_backward_tttl (src/Torch/Internal/Managed/Native/Native6.hs:1691)
_masked_softmax_backward_ttt (src/Torch/Internal/Managed/Native/Native6.hs:1698)
put_tttb (src/Torch/Internal/Managed/Native/Native6.hs:1706)
put_ttt (src/Torch/Internal/Managed/Native/Native6.hs:1713)
index_add_out_ttltts (src/Torch/Internal/Managed/Native/Native6.hs:1723)
index_add_out_ttltt (src/Torch/Internal/Managed/Native/Native6.hs:1732)
index_add_tltts (src/Torch/Internal/Managed/Native/Native6.hs:1741)
index_add_tltt (src/Torch/Internal/Managed/Native/Native6.hs:1749)
index_add_tntts (src/Torch/Internal/Managed/Native/Native6.hs:1758)
index_add_tntt (src/Torch/Internal/Managed/Native/Native6.hs:1766)
index_reduce_out_ttlttsb (src/Torch/Internal/Managed/Native/Native6.hs:1777)
index_reduce_out_ttltts (src/Torch/Internal/Managed/Native/Native6.hs:1787)
index_reduce_tlttsb (src/Torch/Internal/Managed/Native/Native6.hs:1797)
index_reduce_tltts (src/Torch/Internal/Managed/Native/Native6.hs:1806)
index_fill_tlts (src/Torch/Internal/Managed/Native/Native6.hs:1814)
index_fill_tltt (src/Torch/Internal/Managed/Native/Native6.hs:1822)
index_fill_tnts (src/Torch/Internal/Managed/Native/Native6.hs:1830)
index_fill_tntt (src/Torch/Internal/Managed/Native/Native6.hs:1838)
scatter_tltt (src/Torch/Internal/Managed/Native/Native6.hs:1846)
scatter_out_ttltt (src/Torch/Internal/Managed/Native/Native6.hs:1855)
scatter_tlts (src/Torch/Internal/Managed/Native/Native6.hs:1863)
scatter_out_ttlts (src/Torch/Internal/Managed/Native/Native6.hs:1872)
scatter_tltts (src/Torch/Internal/Managed/Native/Native6.hs:1881)
scatter_out_ttltts (src/Torch/Internal/Managed/Native/Native6.hs:1891)
scatter_tltss (src/Torch/Internal/Managed/Native/Native6.hs:1900)
scatter_out_ttltss (src/Torch/Internal/Managed/Native/Native6.hs:1910)
scatter_tntt (src/Torch/Internal/Managed/Native/Native6.hs:1918)
scatter_tnts (src/Torch/Internal/Managed/Native/Native6.hs:1926)
scatter_add_tltt (src/Torch/Internal/Managed/Native/Native6.hs:1934)
scatter_add_out_ttltt (src/Torch/Internal/Managed/Native/Native6.hs:1943)
scatter_add_tntt (src/Torch/Internal/Managed/Native/Native6.hs:1951)
scatter_reduce_tlttsb (src/Torch/Internal/Managed/Native/Native6.hs:1961)
scatter_reduce_tltts (src/Torch/Internal/Managed/Native/Native6.hs:1970)
scatter_reduce_out_ttlttsb (src/Torch/Internal/Managed/Native/Native6.hs:1981)
scatter_reduce_out_ttltts (src/Torch/Internal/Managed/Native/Native6.hs:1991)
bitwise_and_out_ttt (src/Torch/Internal/Managed/Native/Native6.hs:1998)
bitwise_and_out_tts (src/Torch/Internal/Managed/Native/Native6.hs:2005)
bitwise_and_ts (src/Torch/Internal/Managed/Native/Native6.hs:2011)
bitwise_and_st (src/Torch/Internal/Managed/Native/Native6.hs:2017)
bitwise_and_tt (src/Torch/Internal/Managed/Native/Native6.hs:2023)
__and___ts (src/Torch/Internal/Managed/Native/Native6.hs:2029)
__and___tt (src/Torch/Internal/Managed/Native/Native6.hs:2035)
bitwise_or_out_ttt (src/Torch/Internal/Managed/Native/Native6.hs:2042)
bitwise_or_out_tts (src/Torch/Internal/Managed/Native/Native6.hs:2049)
bitwise_or_ts (src/Torch/Internal/Managed/Native/Native6.hs:2055)
bitwise_or_st (src/Torch/Internal/Managed/Native/Native6.hs:2061)
bitwise_or_tt (src/Torch/Internal/Managed/Native/Native6.hs:2067)
__or___ts (src/Torch/Internal/Managed/Native/Native6.hs:2073)
__or___tt (src/Torch/Internal/Managed/Native/Native6.hs:2079)
bitwise_xor_out_ttt (src/Torch/Internal/Managed/Native/Native6.hs:2086)
bitwise_xor_out_tts (src/Torch/Internal/Managed/Native/Native6.hs:2093)
bitwise_xor_ts (src/Torch/Internal/Managed/Native/Native6.hs:2099)
bitwise_xor_st (src/Torch/Internal/Managed/Native/Native6.hs:2105)
bitwise_xor_tt (src/Torch/Internal/Managed/Native/Native6.hs:2111)
__xor___ts (src/Torch/Internal/Managed/Native/Native6.hs:2117)
__xor___tt (src/Torch/Internal/Managed/Native/Native6.hs:2123)
__lshift___ts (src/Torch/Internal/Managed/Native/Native6.hs:2129)
__lshift___tt (src/Torch/Internal/Managed/Native/Native6.hs:2135)
bitwise_left_shift_tt (src/Torch/Internal/Managed/Native/Native6.hs:2141)
bitwise_left_shift_out_ttt (src/Torch/Internal/Managed/Native/Native6.hs:2148)
bitwise_left_shift_ts (src/Torch/Internal/Managed/Native/Native6.hs:2154)
bitwise_left_shift_out_tts (src/Torch/Internal/Managed/Native/Native6.hs:2161)
bitwise_left_shift_st (src/Torch/Internal/Managed/Native/Native6.hs:2167)
__rshift___ts (src/Torch/Internal/Managed/Native/Native6.hs:2173)
__rshift___tt (src/Torch/Internal/Managed/Native/Native6.hs:2179)
bitwise_right_shift_tt (src/Torch/Internal/Managed/Native/Native6.hs:2185)
bitwise_right_shift_out_ttt (src/Torch/Internal/Managed/Native/Native6.hs:2192)
bitwise_right_shift_ts (src/Torch/Internal/Managed/Native/Native6.hs:2198)
bitwise_right_shift_out_tts (src/Torch/Internal/Managed/Native/Native6.hs:2205)
bitwise_right_shift_st (src/Torch/Internal/Managed/Native/Native6.hs:2211)
addbmm_out_ttttss (src/Torch/Internal/Managed/Native/Native6.hs:2221)
addbmm_out_tttts (src/Torch/Internal/Managed/Native/Native6.hs:2230)
addbmm_out_tttt (src/Torch/Internal/Managed/Native/Native6.hs:2238)
addbmm_tttss (src/Torch/Internal/Managed/Native/Native6.hs:2247)
addbmm_ttts (src/Torch/Internal/Managed/Native/Native6.hs:2255)
addbmm_ttt (src/Torch/Internal/Managed/Native/Native6.hs:2262)
diag_out_ttl (src/Torch/Internal/Managed/Native/Native6.hs:2269)
diag_out_tt (src/Torch/Internal/Managed/Native/Native6.hs:2275)
diag_tl (src/Torch/Internal/Managed/Native/Native6.hs:2281)
diag_t (src/Torch/Internal/Managed/Native/Native6.hs:2286)
cross_out_tttl (src/Torch/Internal/Managed/Native/Native6.hs:2294)
cross_out_ttt (src/Torch/Internal/Managed/Native/Native6.hs:2301)
cross_ttl (src/Torch/Internal/Managed/Native/Native6.hs:2308)
cross_tt (src/Torch/Internal/Managed/Native/Native6.hs:2314)
triu_out_ttl (src/Torch/Internal/Managed/Native/Native6.hs:2321)
triu_out_tt (src/Torch/Internal/Managed/Native/Native6.hs:2327)
triu_tl (src/Torch/Internal/Managed/Native/Native6.hs:2333)
triu_t (src/Torch/Internal/Managed/Native/Native6.hs:2338)
tril_out_ttl (src/Torch/Internal/Managed/Native/Native6.hs:2345)
tril_out_tt (src/Torch/Internal/Managed/Native/Native6.hs:2351)
tril_tl (src/Torch/Internal/Managed/Native/Native6.hs:2357)
tril_t (src/Torch/Internal/Managed/Native/Native6.hs:2362)
tril_indices_lllo (src/Torch/Internal/Managed/Native/Native6.hs:2370)
tril_indices_lll (src/Torch/Internal/Managed/Native/Native6.hs:2377)
tril_indices_ll (src/Torch/Internal/Managed/Native/Native6.hs:2383)
0% ( 0 /285) in 'Torch.Internal.Unmanaged.Native.Native7'
Missing documentation for:
Module header
triu_indices_lllo (src/Torch/Internal/Unmanaged/Native/Native7.hs:37)
triu_indices_lll (src/Torch/Internal/Unmanaged/Native/Native7.hs:50)
triu_indices_ll (src/Torch/Internal/Unmanaged/Native/Native7.hs:61)
trace_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:70)
trace_backward_tl (src/Torch/Internal/Unmanaged/Native/Native7.hs:79)
ne_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:90)
ne_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:101)
ne_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:112)
ne_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:123)
not_equal_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:134)
not_equal_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:145)
not_equal_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:156)
not_equal_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:167)
eq_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:178)
eq_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:189)
eq_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:200)
eq_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:211)
ge_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:222)
ge_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:233)
ge_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:244)
ge_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:255)
greater_equal_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:266)
greater_equal_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:277)
greater_equal_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:288)
greater_equal_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:299)
le_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:310)
le_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:321)
le_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:332)
le_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:343)
less_equal_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:354)
less_equal_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:365)
less_equal_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:376)
less_equal_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:387)
gt_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:398)
gt_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:409)
gt_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:420)
gt_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:431)
greater_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:442)
greater_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:453)
greater_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:464)
greater_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:475)
lt_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:486)
lt_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:497)
lt_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:508)
lt_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:519)
less_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:530)
less_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:541)
less_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:552)
less_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:563)
take_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:574)
take_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:585)
take_along_dim_out_tttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:597)
take_along_dim_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:610)
take_along_dim_ttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:622)
take_along_dim_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:633)
index_select_out_ttlt (src/Torch/Internal/Unmanaged/Native/Native7.hs:645)
index_select_tlt (src/Torch/Internal/Unmanaged/Native/Native7.hs:658)
index_select_out_ttnt (src/Torch/Internal/Unmanaged/Native/Native7.hs:671)
index_select_tnt (src/Torch/Internal/Unmanaged/Native/Native7.hs:684)
index_select_backward_tllt (src/Torch/Internal/Unmanaged/Native/Native7.hs:697)
masked_select_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:710)
masked_select_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:721)
masked_select_backward_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:732)
nonzero_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:743)
nonzero_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:752)
nonzero_numpy_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:760)
argwhere_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:768)
gather_out_ttltb (src/Torch/Internal/Unmanaged/Native/Native7.hs:780)
gather_out_ttlt (src/Torch/Internal/Unmanaged/Native/Native7.hs:795)
gather_tltb (src/Torch/Internal/Unmanaged/Native/Native7.hs:809)
gather_tlt (src/Torch/Internal/Unmanaged/Native/Native7.hs:822)
gather_backward_ttltb (src/Torch/Internal/Unmanaged/Native/Native7.hs:836)
gather_out_ttntb (src/Torch/Internal/Unmanaged/Native/Native7.hs:852)
gather_out_ttnt (src/Torch/Internal/Unmanaged/Native/Native7.hs:867)
gather_tntb (src/Torch/Internal/Unmanaged/Native/Native7.hs:881)
gather_tnt (src/Torch/Internal/Unmanaged/Native/Native7.hs:894)
_gather_sparse_backward_tltt (src/Torch/Internal/Unmanaged/Native/Native7.hs:907)
addcmul_out_tttts (src/Torch/Internal/Unmanaged/Native/Native7.hs:922)
addcmul_out_tttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:937)
addcmul_ttts (src/Torch/Internal/Unmanaged/Native/Native7.hs:951)
addcmul_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:964)
addcdiv_out_tttts (src/Torch/Internal/Unmanaged/Native/Native7.hs:978)
addcdiv_out_tttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:993)
addcdiv_ttts (src/Torch/Internal/Unmanaged/Native/Native7.hs:1007)
addcdiv_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1020)
cross_entropy_loss_tttlld (src/Torch/Internal/Unmanaged/Native/Native7.hs:1035)
cross_entropy_loss_tttll (src/Torch/Internal/Unmanaged/Native/Native7.hs:1052)
cross_entropy_loss_tttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:1067)
cross_entropy_loss_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1080)
cross_entropy_loss_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1091)
triangular_solve_out_ttttbbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1106)
triangular_solve_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1125)
triangular_solve_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1142)
triangular_solve_out_tttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1157)
triangular_solve_ttbbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1172)
triangular_solve_ttbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1187)
triangular_solve_ttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1200)
triangular_solve_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1211)
_linalg_check_errors_tsb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1222)
linalg_solve_triangular_out_tttbbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1237)
linalg_solve_triangular_out_tttbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1254)
linalg_solve_triangular_out_tttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1269)
linalg_solve_triangular_ttbbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1284)
linalg_solve_triangular_ttbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1299)
linalg_solve_triangular_ttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1312)
linalg_vander_tl (src/Torch/Internal/Unmanaged/Native/Native7.hs:1323)
linalg_vander_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:1332)
svd_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1345)
svd_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1362)
svd_out_tttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1377)
svd_tbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1390)
svd_tb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1401)
svd_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:1410)
swapaxes_tll (src/Torch/Internal/Unmanaged/Native/Native7.hs:1420)
swapdims_tll (src/Torch/Internal/Unmanaged/Native/Native7.hs:1432)
cholesky_out_ttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1444)
cholesky_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1455)
cholesky_tb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1465)
cholesky_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:1474)
cholesky_solve_out_tttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1485)
cholesky_solve_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1498)
cholesky_solve_ttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1510)
cholesky_solve_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1521)
_cholesky_solve_helper_ttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1532)
cholesky_inverse_tb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1543)
cholesky_inverse_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:1552)
cholesky_inverse_out_ttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1562)
cholesky_inverse_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1573)
qr_out_tttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1585)
qr_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1598)
qr_tb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1609)
qr_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:1618)
geqrf_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1628)
geqrf_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:1638)
orgqr_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1647)
orgqr_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1658)
ormqr_out_ttttbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1673)
ormqr_out_ttttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1690)
ormqr_out_tttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1705)
ormqr_tttbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1720)
ormqr_tttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1735)
ormqr_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1748)
_lu_with_info_tbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1760)
_lu_with_info_tb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1771)
_lu_with_info_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:1780)
lu_solve_out_tttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1791)
lu_solve_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1804)
lu_unpack_ttbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1817)
lu_unpack_ttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1830)
lu_unpack_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1841)
lu_unpack_out_tttttbb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1856)
lu_unpack_out_tttttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1875)
lu_unpack_out_ttttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1892)
multinomial_out_ttlbG (src/Torch/Internal/Unmanaged/Native/Native7.hs:1908)
multinomial_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1923)
multinomial_out_ttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:1936)
multinomial_tlbG (src/Torch/Internal/Unmanaged/Native/Native7.hs:1949)
multinomial_tlb (src/Torch/Internal/Unmanaged/Native/Native7.hs:1962)
multinomial_tl (src/Torch/Internal/Unmanaged/Native/Native7.hs:1973)
lgamma_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:1983)
lgamma_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:1992)
digamma_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2001)
digamma_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2010)
polygamma_out_tlt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2020)
polygamma_lt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2031)
erfinv_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2040)
erfinv_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2049)
i0_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2058)
i0__t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2066)
i0_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2075)
sign_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2084)
sign_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2093)
signbit_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2102)
signbit_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2111)
dist_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:2122)
dist_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2133)
atan2_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2144)
atan2_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2155)
arctan2_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2165)
arctan2_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2176)
lerp_out_ttts (src/Torch/Internal/Unmanaged/Native/Native7.hs:2189)
lerp_out_tttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2203)
lerp_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:2216)
lerp_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2228)
histc_out_ttlss (src/Torch/Internal/Unmanaged/Native/Native7.hs:2242)
histc_out_ttls (src/Torch/Internal/Unmanaged/Native/Native7.hs:2257)
histc_out_ttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:2270)
histc_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2281)
histc_tlss (src/Torch/Internal/Unmanaged/Native/Native7.hs:2293)
histc_tls (src/Torch/Internal/Unmanaged/Native/Native7.hs:2306)
histc_tl (src/Torch/Internal/Unmanaged/Native/Native7.hs:2317)
histc_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2326)
histogram_out_tttttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:2339)
histogram_out_ttttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2356)
histogram_out_tttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2371)
histogram_tttb (src/Torch/Internal/Unmanaged/Native/Native7.hs:2385)
histogram_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2398)
histogram_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2409)
histogram_out_tttlatb (src/Torch/Internal/Unmanaged/Native/Native7.hs:2424)
histogram_out_tttlat (src/Torch/Internal/Unmanaged/Native/Native7.hs:2443)
histogram_out_tttla (src/Torch/Internal/Unmanaged/Native/Native7.hs:2460)
histogram_out_tttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:2475)
histogram_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2488)
histogram_tlatb (src/Torch/Internal/Unmanaged/Native/Native7.hs:2502)
histogram_tlat (src/Torch/Internal/Unmanaged/Native/Native7.hs:2517)
histogram_tla (src/Torch/Internal/Unmanaged/Native/Native7.hs:2530)
histogram_tl (src/Torch/Internal/Unmanaged/Native/Native7.hs:2541)
histogram_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2550)
_histogramdd_bin_edges_tlatb (src/Torch/Internal/Unmanaged/Native/Native7.hs:2562)
_histogramdd_bin_edges_tlat (src/Torch/Internal/Unmanaged/Native/Native7.hs:2577)
_histogramdd_bin_edges_tla (src/Torch/Internal/Unmanaged/Native/Native7.hs:2590)
_histogramdd_bin_edges_tl (src/Torch/Internal/Unmanaged/Native/Native7.hs:2601)
_histogramdd_from_bin_cts_tlatb (src/Torch/Internal/Unmanaged/Native/Native7.hs:2614)
_histogramdd_from_bin_cts_tlat (src/Torch/Internal/Unmanaged/Native/Native7.hs:2629)
_histogramdd_from_bin_cts_tla (src/Torch/Internal/Unmanaged/Native/Native7.hs:2642)
_histogramdd_from_bin_cts_tl (src/Torch/Internal/Unmanaged/Native/Native7.hs:2653)
_histogramdd_from_bin_tensors_tltb (src/Torch/Internal/Unmanaged/Native/Native7.hs:2665)
_histogramdd_from_bin_tensors_tlt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2678)
_histogramdd_from_bin_tensors_tl (src/Torch/Internal/Unmanaged/Native/Native7.hs:2689)
histogramdd_tlatb (src/Torch/Internal/Unmanaged/Native/Native7.hs:2702)
histogramdd_tlat (src/Torch/Internal/Unmanaged/Native/Native7.hs:2717)
histogramdd_tla (src/Torch/Internal/Unmanaged/Native/Native7.hs:2730)
histogramdd_tl (src/Torch/Internal/Unmanaged/Native/Native7.hs:2741)
fmod_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:2752)
fmod_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:2763)
fmod_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2774)
fmod_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2785)
hypot_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2796)
hypot_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2807)
igamma_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2818)
igamma_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2829)
igammac_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2840)
igammac_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2851)
nextafter_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2862)
nextafter_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2873)
remainder_out_tts (src/Torch/Internal/Unmanaged/Native/Native7.hs:2884)
remainder_ts (src/Torch/Internal/Unmanaged/Native/Native7.hs:2895)
remainder_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2906)
remainder_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2917)
remainder_st (src/Torch/Internal/Unmanaged/Native/Native7.hs:2927)
min_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2936)
fmin_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2945)
fmin_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2956)
max_t (src/Torch/Internal/Unmanaged/Native/Native7.hs:2966)
fmax_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2975)
fmax_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2986)
maximum_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:2997)
maximum_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3008)
max_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3019)
max_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3030)
max_out_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3041)
minimum_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3051)
minimum_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3062)
min_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3074)
min_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3085)
quantile_ttlbs (src/Torch/Internal/Unmanaged/Native/Native7.hs:3098)
quantile_ttlb (src/Torch/Internal/Unmanaged/Native/Native7.hs:3113)
quantile_ttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:3126)
quantile_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3137)
quantile_out_tttlbs (src/Torch/Internal/Unmanaged/Native/Native7.hs:3151)
quantile_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native7.hs:3168)
quantile_out_tttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:3183)
quantile_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3196)
quantile_tdlbs (src/Torch/Internal/Unmanaged/Native/Native7.hs:3210)
quantile_tdlb (src/Torch/Internal/Unmanaged/Native/Native7.hs:3225)
quantile_tdl (src/Torch/Internal/Unmanaged/Native/Native7.hs:3238)
quantile_td (src/Torch/Internal/Unmanaged/Native/Native7.hs:3249)
quantile_out_ttdlbs (src/Torch/Internal/Unmanaged/Native/Native7.hs:3263)
quantile_out_ttdlb (src/Torch/Internal/Unmanaged/Native/Native7.hs:3280)
quantile_out_ttdl (src/Torch/Internal/Unmanaged/Native/Native7.hs:3295)
quantile_out_ttd (src/Torch/Internal/Unmanaged/Native/Native7.hs:3308)
nanquantile_ttlbs (src/Torch/Internal/Unmanaged/Native/Native7.hs:3322)
nanquantile_ttlb (src/Torch/Internal/Unmanaged/Native/Native7.hs:3337)
nanquantile_ttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:3350)
nanquantile_tt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3361)
nanquantile_out_tttlbs (src/Torch/Internal/Unmanaged/Native/Native7.hs:3375)
nanquantile_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native7.hs:3392)
nanquantile_out_tttl (src/Torch/Internal/Unmanaged/Native/Native7.hs:3407)
nanquantile_out_ttt (src/Torch/Internal/Unmanaged/Native/Native7.hs:3420)
nanquantile_tdlbs (src/Torch/Internal/Unmanaged/Native/Native7.hs:3434)
nanquantile_tdlb (src/Torch/Internal/Unmanaged/Native/Native7.hs:3449)
nanquantile_tdl (src/Torch/Internal/Unmanaged/Native/Native7.hs:3462)
nanquantile_td (src/Torch/Internal/Unmanaged/Native/Native7.hs:3473)
nanquantile_out_ttdlbs (src/Torch/Internal/Unmanaged/Native/Native7.hs:3487)
0% ( 0 /285) in 'Torch.Internal.Managed.Native.Native7'
Missing documentation for:
Module header
triu_indices_lllo (src/Torch/Internal/Managed/Native/Native7.hs:30)
triu_indices_lll (src/Torch/Internal/Managed/Native/Native7.hs:37)
triu_indices_ll (src/Torch/Internal/Managed/Native/Native7.hs:43)
trace_t (src/Torch/Internal/Managed/Native/Native7.hs:48)
trace_backward_tl (src/Torch/Internal/Managed/Native/Native7.hs:54)
ne_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:61)
ne_ts (src/Torch/Internal/Managed/Native/Native7.hs:67)
ne_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:74)
ne_tt (src/Torch/Internal/Managed/Native/Native7.hs:80)
not_equal_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:87)
not_equal_ts (src/Torch/Internal/Managed/Native/Native7.hs:93)
not_equal_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:100)
not_equal_tt (src/Torch/Internal/Managed/Native/Native7.hs:106)
eq_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:113)
eq_ts (src/Torch/Internal/Managed/Native/Native7.hs:119)
eq_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:126)
eq_tt (src/Torch/Internal/Managed/Native/Native7.hs:132)
ge_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:139)
ge_ts (src/Torch/Internal/Managed/Native/Native7.hs:145)
ge_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:152)
ge_tt (src/Torch/Internal/Managed/Native/Native7.hs:158)
greater_equal_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:165)
greater_equal_ts (src/Torch/Internal/Managed/Native/Native7.hs:171)
greater_equal_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:178)
greater_equal_tt (src/Torch/Internal/Managed/Native/Native7.hs:184)
le_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:191)
le_ts (src/Torch/Internal/Managed/Native/Native7.hs:197)
le_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:204)
le_tt (src/Torch/Internal/Managed/Native/Native7.hs:210)
less_equal_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:217)
less_equal_ts (src/Torch/Internal/Managed/Native/Native7.hs:223)
less_equal_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:230)
less_equal_tt (src/Torch/Internal/Managed/Native/Native7.hs:236)
gt_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:243)
gt_ts (src/Torch/Internal/Managed/Native/Native7.hs:249)
gt_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:256)
gt_tt (src/Torch/Internal/Managed/Native/Native7.hs:262)
greater_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:269)
greater_ts (src/Torch/Internal/Managed/Native/Native7.hs:275)
greater_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:282)
greater_tt (src/Torch/Internal/Managed/Native/Native7.hs:288)
lt_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:295)
lt_ts (src/Torch/Internal/Managed/Native/Native7.hs:301)
lt_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:308)
lt_tt (src/Torch/Internal/Managed/Native/Native7.hs:314)
less_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:321)
less_ts (src/Torch/Internal/Managed/Native/Native7.hs:327)
less_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:334)
less_tt (src/Torch/Internal/Managed/Native/Native7.hs:340)
take_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:347)
take_tt (src/Torch/Internal/Managed/Native/Native7.hs:353)
take_along_dim_out_tttl (src/Torch/Internal/Managed/Native/Native7.hs:361)
take_along_dim_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:368)
take_along_dim_ttl (src/Torch/Internal/Managed/Native/Native7.hs:375)
take_along_dim_tt (src/Torch/Internal/Managed/Native/Native7.hs:381)
index_select_out_ttlt (src/Torch/Internal/Managed/Native/Native7.hs:389)
index_select_tlt (src/Torch/Internal/Managed/Native/Native7.hs:396)
index_select_out_ttnt (src/Torch/Internal/Managed/Native/Native7.hs:404)
index_select_tnt (src/Torch/Internal/Managed/Native/Native7.hs:411)
index_select_backward_tllt (src/Torch/Internal/Managed/Native/Native7.hs:419)
masked_select_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:426)
masked_select_tt (src/Torch/Internal/Managed/Native/Native7.hs:432)
masked_select_backward_ttt (src/Torch/Internal/Managed/Native/Native7.hs:439)
nonzero_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:445)
nonzero_t (src/Torch/Internal/Managed/Native/Native7.hs:450)
nonzero_numpy_t (src/Torch/Internal/Managed/Native/Native7.hs:455)
argwhere_t (src/Torch/Internal/Managed/Native/Native7.hs:460)
gather_out_ttltb (src/Torch/Internal/Managed/Native/Native7.hs:469)
gather_out_ttlt (src/Torch/Internal/Managed/Native/Native7.hs:477)
gather_tltb (src/Torch/Internal/Managed/Native/Native7.hs:485)
gather_tlt (src/Torch/Internal/Managed/Native/Native7.hs:492)
gather_backward_ttltb (src/Torch/Internal/Managed/Native/Native7.hs:501)
gather_out_ttntb (src/Torch/Internal/Managed/Native/Native7.hs:510)
gather_out_ttnt (src/Torch/Internal/Managed/Native/Native7.hs:518)
gather_tntb (src/Torch/Internal/Managed/Native/Native7.hs:526)
gather_tnt (src/Torch/Internal/Managed/Native/Native7.hs:533)
_gather_sparse_backward_tltt (src/Torch/Internal/Managed/Native/Native7.hs:541)
addcmul_out_tttts (src/Torch/Internal/Managed/Native/Native7.hs:550)
addcmul_out_tttt (src/Torch/Internal/Managed/Native/Native7.hs:558)
addcmul_ttts (src/Torch/Internal/Managed/Native/Native7.hs:566)
addcmul_ttt (src/Torch/Internal/Managed/Native/Native7.hs:573)
addcdiv_out_tttts (src/Torch/Internal/Managed/Native/Native7.hs:582)
addcdiv_out_tttt (src/Torch/Internal/Managed/Native/Native7.hs:590)
addcdiv_ttts (src/Torch/Internal/Managed/Native/Native7.hs:598)
addcdiv_ttt (src/Torch/Internal/Managed/Native/Native7.hs:605)
cross_entropy_loss_tttlld (src/Torch/Internal/Managed/Native/Native7.hs:615)
cross_entropy_loss_tttll (src/Torch/Internal/Managed/Native/Native7.hs:624)
cross_entropy_loss_tttl (src/Torch/Internal/Managed/Native/Native7.hs:632)
cross_entropy_loss_ttt (src/Torch/Internal/Managed/Native/Native7.hs:639)
cross_entropy_loss_tt (src/Torch/Internal/Managed/Native/Native7.hs:645)
triangular_solve_out_ttttbbb (src/Torch/Internal/Managed/Native/Native7.hs:656)
triangular_solve_out_ttttbb (src/Torch/Internal/Managed/Native/Native7.hs:666)
triangular_solve_out_ttttb (src/Torch/Internal/Managed/Native/Native7.hs:675)
triangular_solve_out_tttt (src/Torch/Internal/Managed/Native/Native7.hs:683)
triangular_solve_ttbbb (src/Torch/Internal/Managed/Native/Native7.hs:692)
triangular_solve_ttbb (src/Torch/Internal/Managed/Native/Native7.hs:700)
triangular_solve_ttb (src/Torch/Internal/Managed/Native/Native7.hs:707)
triangular_solve_tt (src/Torch/Internal/Managed/Native/Native7.hs:713)
_linalg_check_errors_tsb (src/Torch/Internal/Managed/Native/Native7.hs:720)
linalg_solve_triangular_out_tttbbb (src/Torch/Internal/Managed/Native/Native7.hs:730)
linalg_solve_triangular_out_tttbb (src/Torch/Internal/Managed/Native/Native7.hs:739)
linalg_solve_triangular_out_tttb (src/Torch/Internal/Managed/Native/Native7.hs:747)
linalg_solve_triangular_ttbbb (src/Torch/Internal/Managed/Native/Native7.hs:756)
linalg_solve_triangular_ttbb (src/Torch/Internal/Managed/Native/Native7.hs:764)
linalg_solve_triangular_ttb (src/Torch/Internal/Managed/Native/Native7.hs:771)
linalg_vander_tl (src/Torch/Internal/Managed/Native/Native7.hs:777)
linalg_vander_t (src/Torch/Internal/Managed/Native/Native7.hs:782)
svd_out_ttttbb (src/Torch/Internal/Managed/Native/Native7.hs:792)
svd_out_ttttb (src/Torch/Internal/Managed/Native/Native7.hs:801)
svd_out_tttt (src/Torch/Internal/Managed/Native/Native7.hs:809)
svd_tbb (src/Torch/Internal/Managed/Native/Native7.hs:816)
svd_tb (src/Torch/Internal/Managed/Native/Native7.hs:822)
svd_t (src/Torch/Internal/Managed/Native/Native7.hs:827)
swapaxes_tll (src/Torch/Internal/Managed/Native/Native7.hs:834)
swapdims_tll (src/Torch/Internal/Managed/Native/Native7.hs:841)
cholesky_out_ttb (src/Torch/Internal/Managed/Native/Native7.hs:848)
cholesky_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:854)
cholesky_tb (src/Torch/Internal/Managed/Native/Native7.hs:860)
cholesky_t (src/Torch/Internal/Managed/Native/Native7.hs:865)
cholesky_solve_out_tttb (src/Torch/Internal/Managed/Native/Native7.hs:873)
cholesky_solve_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:880)
cholesky_solve_ttb (src/Torch/Internal/Managed/Native/Native7.hs:887)
cholesky_solve_tt (src/Torch/Internal/Managed/Native/Native7.hs:893)
_cholesky_solve_helper_ttb (src/Torch/Internal/Managed/Native/Native7.hs:900)
cholesky_inverse_tb (src/Torch/Internal/Managed/Native/Native7.hs:906)
cholesky_inverse_t (src/Torch/Internal/Managed/Native/Native7.hs:911)
cholesky_inverse_out_ttb (src/Torch/Internal/Managed/Native/Native7.hs:918)
cholesky_inverse_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:924)
qr_out_tttb (src/Torch/Internal/Managed/Native/Native7.hs:932)
qr_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:939)
qr_tb (src/Torch/Internal/Managed/Native/Native7.hs:945)
qr_t (src/Torch/Internal/Managed/Native/Native7.hs:950)
geqrf_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:957)
geqrf_t (src/Torch/Internal/Managed/Native/Native7.hs:962)
orgqr_tt (src/Torch/Internal/Managed/Native/Native7.hs:968)
orgqr_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:975)
ormqr_out_ttttbb (src/Torch/Internal/Managed/Native/Native7.hs:985)
ormqr_out_ttttb (src/Torch/Internal/Managed/Native/Native7.hs:994)
ormqr_out_tttt (src/Torch/Internal/Managed/Native/Native7.hs:1002)
ormqr_tttbb (src/Torch/Internal/Managed/Native/Native7.hs:1011)
ormqr_tttb (src/Torch/Internal/Managed/Native/Native7.hs:1019)
ormqr_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1026)
_lu_with_info_tbb (src/Torch/Internal/Managed/Native/Native7.hs:1033)
_lu_with_info_tb (src/Torch/Internal/Managed/Native/Native7.hs:1039)
_lu_with_info_t (src/Torch/Internal/Managed/Native/Native7.hs:1044)
lu_solve_out_tttt (src/Torch/Internal/Managed/Native/Native7.hs:1052)
lu_solve_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1059)
lu_unpack_ttbb (src/Torch/Internal/Managed/Native/Native7.hs:1067)
lu_unpack_ttb (src/Torch/Internal/Managed/Native/Native7.hs:1074)
lu_unpack_tt (src/Torch/Internal/Managed/Native/Native7.hs:1080)
lu_unpack_out_tttttbb (src/Torch/Internal/Managed/Native/Native7.hs:1091)
lu_unpack_out_tttttb (src/Torch/Internal/Managed/Native/Native7.hs:1101)
lu_unpack_out_ttttt (src/Torch/Internal/Managed/Native/Native7.hs:1110)
multinomial_out_ttlbG (src/Torch/Internal/Managed/Native/Native7.hs:1119)
multinomial_out_ttlb (src/Torch/Internal/Managed/Native/Native7.hs:1127)
multinomial_out_ttl (src/Torch/Internal/Managed/Native/Native7.hs:1134)
multinomial_tlbG (src/Torch/Internal/Managed/Native/Native7.hs:1142)
multinomial_tlb (src/Torch/Internal/Managed/Native/Native7.hs:1149)
multinomial_tl (src/Torch/Internal/Managed/Native/Native7.hs:1155)
lgamma_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:1161)
lgamma_t (src/Torch/Internal/Managed/Native/Native7.hs:1166)
digamma_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:1172)
digamma_t (src/Torch/Internal/Managed/Native/Native7.hs:1177)
polygamma_out_tlt (src/Torch/Internal/Managed/Native/Native7.hs:1184)
polygamma_lt (src/Torch/Internal/Managed/Native/Native7.hs:1190)
erfinv_t (src/Torch/Internal/Managed/Native/Native7.hs:1195)
erfinv_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:1201)
i0_t (src/Torch/Internal/Managed/Native/Native7.hs:1206)
i0__t (src/Torch/Internal/Managed/Native/Native7.hs:1211)
i0_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:1217)
sign_t (src/Torch/Internal/Managed/Native/Native7.hs:1222)
sign_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:1228)
signbit_t (src/Torch/Internal/Managed/Native/Native7.hs:1233)
signbit_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:1239)
dist_tts (src/Torch/Internal/Managed/Native/Native7.hs:1246)
dist_tt (src/Torch/Internal/Managed/Native/Native7.hs:1252)
atan2_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1259)
atan2_tt (src/Torch/Internal/Managed/Native/Native7.hs:1265)
arctan2_tt (src/Torch/Internal/Managed/Native/Native7.hs:1271)
arctan2_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1278)
lerp_out_ttts (src/Torch/Internal/Managed/Native/Native7.hs:1286)
lerp_out_tttt (src/Torch/Internal/Managed/Native/Native7.hs:1294)
lerp_tts (src/Torch/Internal/Managed/Native/Native7.hs:1301)
lerp_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1308)
histc_out_ttlss (src/Torch/Internal/Managed/Native/Native7.hs:1317)
histc_out_ttls (src/Torch/Internal/Managed/Native/Native7.hs:1325)
histc_out_ttl (src/Torch/Internal/Managed/Native/Native7.hs:1332)
histc_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:1338)
histc_tlss (src/Torch/Internal/Managed/Native/Native7.hs:1346)
histc_tls (src/Torch/Internal/Managed/Native/Native7.hs:1353)
histc_tl (src/Torch/Internal/Managed/Native/Native7.hs:1359)
histc_t (src/Torch/Internal/Managed/Native/Native7.hs:1364)
histogram_out_tttttb (src/Torch/Internal/Managed/Native/Native7.hs:1374)
histogram_out_ttttt (src/Torch/Internal/Managed/Native/Native7.hs:1383)
histogram_out_tttt (src/Torch/Internal/Managed/Native/Native7.hs:1391)
histogram_tttb (src/Torch/Internal/Managed/Native/Native7.hs:1399)
histogram_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1406)
histogram_tt (src/Torch/Internal/Managed/Native/Native7.hs:1412)
histogram_out_tttlatb (src/Torch/Internal/Managed/Native/Native7.hs:1423)
histogram_out_tttlat (src/Torch/Internal/Managed/Native/Native7.hs:1433)
histogram_out_tttla (src/Torch/Internal/Managed/Native/Native7.hs:1442)
histogram_out_tttl (src/Torch/Internal/Managed/Native/Native7.hs:1450)
histogram_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1457)
histogram_tlatb (src/Torch/Internal/Managed/Native/Native7.hs:1466)
histogram_tlat (src/Torch/Internal/Managed/Native/Native7.hs:1474)
histogram_tla (src/Torch/Internal/Managed/Native/Native7.hs:1481)
histogram_tl (src/Torch/Internal/Managed/Native/Native7.hs:1487)
histogram_t (src/Torch/Internal/Managed/Native/Native7.hs:1492)
_histogramdd_bin_edges_tlatb (src/Torch/Internal/Managed/Native/Native7.hs:1501)
_histogramdd_bin_edges_tlat (src/Torch/Internal/Managed/Native/Native7.hs:1509)
_histogramdd_bin_edges_tla (src/Torch/Internal/Managed/Native/Native7.hs:1516)
_histogramdd_bin_edges_tl (src/Torch/Internal/Managed/Native/Native7.hs:1522)
_histogramdd_from_bin_cts_tlatb (src/Torch/Internal/Managed/Native/Native7.hs:1531)
_histogramdd_from_bin_cts_tlat (src/Torch/Internal/Managed/Native/Native7.hs:1539)
_histogramdd_from_bin_cts_tla (src/Torch/Internal/Managed/Native/Native7.hs:1546)
_histogramdd_from_bin_cts_tl (src/Torch/Internal/Managed/Native/Native7.hs:1552)
_histogramdd_from_bin_tensors_tltb (src/Torch/Internal/Managed/Native/Native7.hs:1560)
_histogramdd_from_bin_tensors_tlt (src/Torch/Internal/Managed/Native/Native7.hs:1567)
_histogramdd_from_bin_tensors_tl (src/Torch/Internal/Managed/Native/Native7.hs:1573)
histogramdd_tlatb (src/Torch/Internal/Managed/Native/Native7.hs:1582)
histogramdd_tlat (src/Torch/Internal/Managed/Native/Native7.hs:1590)
histogramdd_tla (src/Torch/Internal/Managed/Native/Native7.hs:1597)
histogramdd_tl (src/Torch/Internal/Managed/Native/Native7.hs:1603)
fmod_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:1610)
fmod_ts (src/Torch/Internal/Managed/Native/Native7.hs:1616)
fmod_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1623)
fmod_tt (src/Torch/Internal/Managed/Native/Native7.hs:1629)
hypot_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1636)
hypot_tt (src/Torch/Internal/Managed/Native/Native7.hs:1642)
igamma_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1649)
igamma_tt (src/Torch/Internal/Managed/Native/Native7.hs:1655)
igammac_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1662)
igammac_tt (src/Torch/Internal/Managed/Native/Native7.hs:1668)
nextafter_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1675)
nextafter_tt (src/Torch/Internal/Managed/Native/Native7.hs:1681)
remainder_out_tts (src/Torch/Internal/Managed/Native/Native7.hs:1688)
remainder_ts (src/Torch/Internal/Managed/Native/Native7.hs:1694)
remainder_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1701)
remainder_tt (src/Torch/Internal/Managed/Native/Native7.hs:1707)
remainder_st (src/Torch/Internal/Managed/Native/Native7.hs:1713)
min_t (src/Torch/Internal/Managed/Native/Native7.hs:1718)
fmin_tt (src/Torch/Internal/Managed/Native/Native7.hs:1724)
fmin_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1731)
max_t (src/Torch/Internal/Managed/Native/Native7.hs:1736)
fmax_tt (src/Torch/Internal/Managed/Native/Native7.hs:1742)
fmax_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1749)
maximum_tt (src/Torch/Internal/Managed/Native/Native7.hs:1755)
maximum_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1762)
max_tt (src/Torch/Internal/Managed/Native/Native7.hs:1768)
max_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1775)
max_out_tt (src/Torch/Internal/Managed/Native/Native7.hs:1781)
minimum_tt (src/Torch/Internal/Managed/Native/Native7.hs:1787)
minimum_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1794)
min_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1801)
min_tt (src/Torch/Internal/Managed/Native/Native7.hs:1807)
quantile_ttlbs (src/Torch/Internal/Managed/Native/Native7.hs:1816)
quantile_ttlb (src/Torch/Internal/Managed/Native/Native7.hs:1824)
quantile_ttl (src/Torch/Internal/Managed/Native/Native7.hs:1831)
quantile_tt (src/Torch/Internal/Managed/Native/Native7.hs:1837)
quantile_out_tttlbs (src/Torch/Internal/Managed/Native/Native7.hs:1847)
quantile_out_tttlb (src/Torch/Internal/Managed/Native/Native7.hs:1856)
quantile_out_tttl (src/Torch/Internal/Managed/Native/Native7.hs:1864)
quantile_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1871)
quantile_tdlbs (src/Torch/Internal/Managed/Native/Native7.hs:1880)
quantile_tdlb (src/Torch/Internal/Managed/Native/Native7.hs:1888)
quantile_tdl (src/Torch/Internal/Managed/Native/Native7.hs:1895)
quantile_td (src/Torch/Internal/Managed/Native/Native7.hs:1901)
quantile_out_ttdlbs (src/Torch/Internal/Managed/Native/Native7.hs:1911)
quantile_out_ttdlb (src/Torch/Internal/Managed/Native/Native7.hs:1920)
quantile_out_ttdl (src/Torch/Internal/Managed/Native/Native7.hs:1928)
quantile_out_ttd (src/Torch/Internal/Managed/Native/Native7.hs:1935)
nanquantile_ttlbs (src/Torch/Internal/Managed/Native/Native7.hs:1944)
nanquantile_ttlb (src/Torch/Internal/Managed/Native/Native7.hs:1952)
nanquantile_ttl (src/Torch/Internal/Managed/Native/Native7.hs:1959)
nanquantile_tt (src/Torch/Internal/Managed/Native/Native7.hs:1965)
nanquantile_out_tttlbs (src/Torch/Internal/Managed/Native/Native7.hs:1975)
nanquantile_out_tttlb (src/Torch/Internal/Managed/Native/Native7.hs:1984)
nanquantile_out_tttl (src/Torch/Internal/Managed/Native/Native7.hs:1992)
nanquantile_out_ttt (src/Torch/Internal/Managed/Native/Native7.hs:1999)
nanquantile_tdlbs (src/Torch/Internal/Managed/Native/Native7.hs:2008)
nanquantile_tdlb (src/Torch/Internal/Managed/Native/Native7.hs:2016)
nanquantile_tdl (src/Torch/Internal/Managed/Native/Native7.hs:2023)
nanquantile_td (src/Torch/Internal/Managed/Native/Native7.hs:2029)
nanquantile_out_ttdlbs (src/Torch/Internal/Managed/Native/Native7.hs:2039)
0% ( 0 /289) in 'Torch.Internal.Unmanaged.Native.Native8'
Missing documentation for:
Module header
nanquantile_out_ttdlb (src/Torch/Internal/Unmanaged/Native/Native8.hs:38)
nanquantile_out_ttdl (src/Torch/Internal/Unmanaged/Native/Native8.hs:53)
nanquantile_out_ttd (src/Torch/Internal/Unmanaged/Native/Native8.hs:66)
sort_out_tttlb (src/Torch/Internal/Unmanaged/Native/Native8.hs:80)
sort_out_tttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:95)
sort_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:108)
sort_out_tttblb (src/Torch/Internal/Unmanaged/Native/Native8.hs:123)
sort_out_tttb (src/Torch/Internal/Unmanaged/Native/Native8.hs:139)
sort_tlb (src/Torch/Internal/Unmanaged/Native/Native8.hs:152)
sort_tl (src/Torch/Internal/Unmanaged/Native/Native8.hs:163)
sort_t (src/Torch/Internal/Unmanaged/Native/Native8.hs:172)
sort_tblb (src/Torch/Internal/Unmanaged/Native/Native8.hs:183)
sort_tb (src/Torch/Internal/Unmanaged/Native/Native8.hs:207)
sort_out_tttnb (src/Torch/Internal/Unmanaged/Native/Native8.hs:220)
sort_out_tttn (src/Torch/Internal/Unmanaged/Native/Native8.hs:235)
sort_out_tttbnb (src/Torch/Internal/Unmanaged/Native/Native8.hs:251)
sort_out_tttbn (src/Torch/Internal/Unmanaged/Native/Native8.hs:268)
sort_tnb (src/Torch/Internal/Unmanaged/Native/Native8.hs:282)
sort_tn (src/Torch/Internal/Unmanaged/Native/Native8.hs:293)
sort_tbnb (src/Torch/Internal/Unmanaged/Native/Native8.hs:305)
sort_tbn (src/Torch/Internal/Unmanaged/Native/Native8.hs:318)
msort_out_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:329)
msort_t (src/Torch/Internal/Unmanaged/Native/Native8.hs:338)
argsort_tlb (src/Torch/Internal/Unmanaged/Native/Native8.hs:348)
argsort_tl (src/Torch/Internal/Unmanaged/Native/Native8.hs:359)
argsort_t (src/Torch/Internal/Unmanaged/Native/Native8.hs:368)
argsort_tblb (src/Torch/Internal/Unmanaged/Native/Native8.hs:379)
argsort_tbl (src/Torch/Internal/Unmanaged/Native/Native8.hs:392)
argsort_tb (src/Torch/Internal/Unmanaged/Native/Native8.hs:403)
argsort_tnb (src/Torch/Internal/Unmanaged/Native/Native8.hs:414)
argsort_tn (src/Torch/Internal/Unmanaged/Native/Native8.hs:425)
topk_out_tttllbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:440)
topk_out_tttllb (src/Torch/Internal/Unmanaged/Native/Native8.hs:459)
topk_out_tttll (src/Torch/Internal/Unmanaged/Native/Native8.hs:476)
topk_out_tttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:491)
topk_tllbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:506)
topk_tllb (src/Torch/Internal/Unmanaged/Native/Native8.hs:521)
topk_tll (src/Torch/Internal/Unmanaged/Native/Native8.hs:534)
topk_tl (src/Torch/Internal/Unmanaged/Native/Native8.hs:545)
all_t (src/Torch/Internal/Unmanaged/Native/Native8.hs:554)
all_out_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:563)
any_t (src/Torch/Internal/Unmanaged/Native/Native8.hs:572)
any_out_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:581)
renorm_out_ttsls (src/Torch/Internal/Unmanaged/Native/Native8.hs:594)
renorm_tsls (src/Torch/Internal/Unmanaged/Native/Native8.hs:609)
unfold_backward_tllll (src/Torch/Internal/Unmanaged/Native/Native8.hs:624)
equal_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:637)
pow_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:648)
pow_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:659)
pow_out_tst (src/Torch/Internal/Unmanaged/Native/Native8.hs:670)
pow_st (src/Torch/Internal/Unmanaged/Native/Native8.hs:681)
pow_out_tts (src/Torch/Internal/Unmanaged/Native/Native8.hs:692)
pow_ts (src/Torch/Internal/Unmanaged/Native/Native8.hs:703)
float_power_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:714)
float_power_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:725)
float_power_out_tst (src/Torch/Internal/Unmanaged/Native/Native8.hs:736)
float_power_st (src/Torch/Internal/Unmanaged/Native/Native8.hs:747)
float_power_out_tts (src/Torch/Internal/Unmanaged/Native/Native8.hs:758)
float_power_ts (src/Torch/Internal/Unmanaged/Native/Native8.hs:769)
normal_functional_tddG (src/Torch/Internal/Unmanaged/Native/Native8.hs:781)
normal_functional_tdd (src/Torch/Internal/Unmanaged/Native/Native8.hs:794)
normal_functional_td (src/Torch/Internal/Unmanaged/Native/Native8.hs:805)
normal_functional_t (src/Torch/Internal/Unmanaged/Native/Native8.hs:814)
normal_out_ttdG (src/Torch/Internal/Unmanaged/Native/Native8.hs:825)
normal_tdG (src/Torch/Internal/Unmanaged/Native/Native8.hs:860)
normal_td (src/Torch/Internal/Unmanaged/Native/Native8.hs:871)
normal_t (src/Torch/Internal/Unmanaged/Native/Native8.hs:880)
normal_out_tdtG (src/Torch/Internal/Unmanaged/Native/Native8.hs:891)
normal_out_tdt (src/Torch/Internal/Unmanaged/Native/Native8.hs:904)
normal_dtG (src/Torch/Internal/Unmanaged/Native/Native8.hs:916)
normal_dt (src/Torch/Internal/Unmanaged/Native/Native8.hs:927)
normal_out_tttG (src/Torch/Internal/Unmanaged/Native/Native8.hs:939)
normal_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:952)
normal_ttG (src/Torch/Internal/Unmanaged/Native/Native8.hs:964)
normal_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:975)
normal_ddlGo (src/Torch/Internal/Unmanaged/Native/Native8.hs:988)
normal_ddlG (src/Torch/Internal/Unmanaged/Native/Native8.hs:1003)
normal_ddl (src/Torch/Internal/Unmanaged/Native/Native8.hs:1016)
normal_out_tddlG (src/Torch/Internal/Unmanaged/Native/Native8.hs:1030)
normal_out_tddl (src/Torch/Internal/Unmanaged/Native/Native8.hs:1045)
alias_t (src/Torch/Internal/Unmanaged/Native/Native8.hs:1056)
_amp_foreach_non_finite_check_and_unscale__ltt (src/Torch/Internal/Unmanaged/Native/Native8.hs:1066)
_amp_update_scale__tttddl (src/Torch/Internal/Unmanaged/Native/Native8.hs:1081)
_foreach_add_ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1095)
_foreach_add__ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1105)
_foreach_sub_ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1115)
_foreach_sub__ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1125)
_foreach_mul_ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1135)
_foreach_mul__ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1145)
_foreach_div_ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1155)
_foreach_div__ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1165)
_foreach_clamp_min_ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1175)
_foreach_clamp_min__ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1185)
_foreach_clamp_max_ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1195)
_foreach_clamp_max__ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1205)
_foreach_maximum_ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1215)
_foreach_maximum__ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1225)
_foreach_minimum_ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1235)
_foreach_minimum__ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1245)
_foreach_add_lls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1256)
_foreach_add_ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1267)
_foreach_add__lls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1278)
_foreach_add__ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1289)
_foreach_sub_lls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1300)
_foreach_sub_ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1311)
_foreach_sub__lls (src/Torch/Internal/Unmanaged/Native/Native8.hs:1322)
_foreach_sub__ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1333)
_foreach_mul_ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1343)
_foreach_mul__ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1353)
_foreach_div_ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1363)
_foreach_div__ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1373)
_foreach_clamp_min_ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1383)
_foreach_clamp_min__ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1393)
_foreach_clamp_max_ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1403)
_foreach_clamp_max__ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1413)
_foreach_maximum_ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1423)
_foreach_maximum__ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1433)
_foreach_minimum_ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1443)
_foreach_minimum__ll (src/Torch/Internal/Unmanaged/Native/Native8.hs:1453)
_foreach_add_lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1463)
_foreach_add__lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1473)
_foreach_sub_lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1483)
_foreach_sub__lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1493)
_foreach_div_lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1503)
_foreach_div__lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1513)
_foreach_mul_lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1523)
_foreach_mul__lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1533)
_foreach_clamp_min_lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1543)
_foreach_clamp_min__lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1553)
_foreach_clamp_max_lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1563)
_foreach_clamp_max__lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1573)
_foreach_maximum_lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1583)
_foreach_maximum__lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1593)
_foreach_minimum_lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1603)
_foreach_minimum__lA (src/Torch/Internal/Unmanaged/Native/Native8.hs:1613)
_foreach_exp_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1622)
_foreach_zero__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1630)
_foreach_exp__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1638)
_foreach_sqrt_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1646)
_foreach_sqrt__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1654)
_foreach_abs_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1662)
_foreach_abs__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1670)
_foreach_acos_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1678)
_foreach_acos__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1686)
_foreach_asin_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1694)
_foreach_asin__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1702)
_foreach_atan_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1710)
_foreach_atan__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1718)
_foreach_ceil_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1726)
_foreach_ceil__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1734)
_foreach_cos_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1742)
_foreach_cos__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1750)
_foreach_cosh_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1758)
_foreach_cosh__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1766)
_foreach_erf_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1774)
_foreach_erf__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1782)
_foreach_erfc_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1790)
_foreach_erfc__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1798)
_foreach_expm1_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1806)
_foreach_expm1__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1814)
_foreach_floor_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1822)
_foreach_floor__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1830)
_foreach_log_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1838)
_foreach_log__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1846)
_foreach_log10_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1854)
_foreach_log10__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1862)
_foreach_log1p_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1870)
_foreach_log1p__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1878)
_foreach_log2_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1886)
_foreach_log2__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1894)
_foreach_neg_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1902)
_foreach_neg__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1910)
_foreach_tan_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1918)
_foreach_tan__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1926)
_foreach_tanh_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1934)
_foreach_tanh__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1942)
_foreach_sin_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1950)
_foreach_sin__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1958)
_foreach_sinh_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1966)
_foreach_sinh__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1974)
_foreach_round_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1982)
_foreach_round__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1990)
_foreach_lgamma_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:1998)
_foreach_lgamma__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2006)
_foreach_frac_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2014)
_foreach_frac__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2022)
_foreach_reciprocal_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2030)
_foreach_reciprocal__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2038)
_foreach_sigmoid_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2046)
_foreach_sigmoid__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2054)
_foreach_trunc_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2062)
_foreach_trunc__l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2070)
_foreach_addcdiv__llls (src/Torch/Internal/Unmanaged/Native/Native8.hs:2081)
_foreach_addcdiv__lll (src/Torch/Internal/Unmanaged/Native/Native8.hs:2094)
_foreach_addcmul__llls (src/Torch/Internal/Unmanaged/Native/Native8.hs:2107)
_foreach_addcmul__lll (src/Torch/Internal/Unmanaged/Native/Native8.hs:2120)
_foreach_addcdiv__lllA (src/Torch/Internal/Unmanaged/Native/Native8.hs:2133)
_foreach_addcdiv__lllt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2147)
_foreach_addcmul__lllA (src/Torch/Internal/Unmanaged/Native/Native8.hs:2161)
_foreach_addcmul__lllt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2175)
_foreach_addcdiv_llls (src/Torch/Internal/Unmanaged/Native/Native8.hs:2189)
_foreach_addcdiv_lll (src/Torch/Internal/Unmanaged/Native/Native8.hs:2202)
_foreach_addcmul_llls (src/Torch/Internal/Unmanaged/Native/Native8.hs:2215)
_foreach_addcmul_lll (src/Torch/Internal/Unmanaged/Native/Native8.hs:2228)
_foreach_addcdiv_lllA (src/Torch/Internal/Unmanaged/Native/Native8.hs:2241)
_foreach_addcdiv_lllt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2255)
_foreach_addcmul_lllA (src/Torch/Internal/Unmanaged/Native/Native8.hs:2269)
_foreach_addcmul_lllt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2283)
_foreach_norm_ls (src/Torch/Internal/Unmanaged/Native/Native8.hs:2295)
_foreach_norm_l (src/Torch/Internal/Unmanaged/Native/Native8.hs:2304)
_foreach_lerp_lll (src/Torch/Internal/Unmanaged/Native/Native8.hs:2314)
_foreach_lerp__lll (src/Torch/Internal/Unmanaged/Native/Native8.hs:2326)
_foreach_lerp_lls (src/Torch/Internal/Unmanaged/Native/Native8.hs:2338)
_foreach_lerp__lls (src/Torch/Internal/Unmanaged/Native/Native8.hs:2350)
bucketize_ttbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2363)
bucketize_ttb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2376)
bucketize_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2387)
bucketize_out_tttbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2400)
bucketize_out_tttb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2415)
bucketize_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2428)
bucketize_stbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2441)
bucketize_stb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2454)
bucketize_st (src/Torch/Internal/Unmanaged/Native/Native8.hs:2465)
searchsorted_ttbbst (src/Torch/Internal/Unmanaged/Native/Native8.hs:2479)
searchsorted_ttbbs (src/Torch/Internal/Unmanaged/Native/Native8.hs:2496)
searchsorted_ttbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2511)
searchsorted_ttb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2524)
searchsorted_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2535)
searchsorted_out_tttbbst (src/Torch/Internal/Unmanaged/Native/Native8.hs:2550)
searchsorted_out_tttbbs (src/Torch/Internal/Unmanaged/Native/Native8.hs:2569)
searchsorted_out_tttbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2586)
searchsorted_out_tttb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2601)
searchsorted_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2614)
searchsorted_tsbbst (src/Torch/Internal/Unmanaged/Native/Native8.hs:2629)
searchsorted_tsbbs (src/Torch/Internal/Unmanaged/Native/Native8.hs:2646)
searchsorted_tsbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2661)
searchsorted_tsb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2674)
searchsorted_ts (src/Torch/Internal/Unmanaged/Native/Native8.hs:2685)
_convert_indices_from_coo_to_csr_tlb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2696)
_convert_indices_from_coo_to_csr_tl (src/Torch/Internal/Unmanaged/Native/Native8.hs:2707)
_convert_indices_from_coo_to_csr_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2719)
_convert_indices_from_coo_to_csr_out_ttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:2732)
_convert_indices_from_csr_to_coo_ttbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2745)
_convert_indices_from_csr_to_coo_ttb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2758)
_convert_indices_from_csr_to_coo_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2769)
_convert_indices_from_csr_to_coo_out_tttbb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2782)
_convert_indices_from_csr_to_coo_out_tttb (src/Torch/Internal/Unmanaged/Native/Native8.hs:2797)
_convert_indices_from_csr_to_coo_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2810)
mse_loss_out_tttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:2823)
mse_loss_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2836)
mse_loss_ttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:2848)
mse_loss_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2859)
mse_loss_backward_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:2872)
mse_loss_backward_tttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:2887)
l1_loss_ttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:2900)
l1_loss_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2911)
multi_margin_loss_out_tttsstl (src/Torch/Internal/Unmanaged/Native/Native8.hs:2926)
multi_margin_loss_out_tttsst (src/Torch/Internal/Unmanaged/Native/Native8.hs:2945)
multi_margin_loss_out_tttss (src/Torch/Internal/Unmanaged/Native/Native8.hs:2962)
multi_margin_loss_out_ttts (src/Torch/Internal/Unmanaged/Native/Native8.hs:2977)
multi_margin_loss_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:2990)
multi_margin_loss_ttsstl (src/Torch/Internal/Unmanaged/Native/Native8.hs:3005)
multi_margin_loss_ttsst (src/Torch/Internal/Unmanaged/Native/Native8.hs:3022)
multi_margin_loss_ttss (src/Torch/Internal/Unmanaged/Native/Native8.hs:3037)
multi_margin_loss_tts (src/Torch/Internal/Unmanaged/Native/Native8.hs:3050)
multi_margin_loss_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:3061)
multi_margin_loss_backward_out_ttttsstl (src/Torch/Internal/Unmanaged/Native/Native8.hs:3077)
multi_margin_loss_backward_out_ttttsst (src/Torch/Internal/Unmanaged/Native/Native8.hs:3098)
multi_margin_loss_backward_out_ttttss (src/Torch/Internal/Unmanaged/Native/Native8.hs:3117)
multi_margin_loss_backward_tttsstl (src/Torch/Internal/Unmanaged/Native/Native8.hs:3136)
multi_margin_loss_backward_tttsst (src/Torch/Internal/Unmanaged/Native/Native8.hs:3155)
multi_margin_loss_backward_tttss (src/Torch/Internal/Unmanaged/Native/Native8.hs:3172)
multilabel_margin_loss_out_tttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:3187)
multilabel_margin_loss_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:3200)
multilabel_margin_loss_ttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:3212)
multilabel_margin_loss_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:3223)
multilabel_margin_loss_forward_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:3236)
multilabel_margin_loss_forward_ttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:3250)
multilabel_margin_loss_backward_out_ttttlt (src/Torch/Internal/Unmanaged/Native/Native8.hs:3265)
multilabel_margin_loss_backward_tttlt (src/Torch/Internal/Unmanaged/Native/Native8.hs:3282)
nll_loss_out_ttttll (src/Torch/Internal/Unmanaged/Native/Native8.hs:3299)
nll_loss_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:3316)
nll_loss_out_tttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:3331)
nll_loss_out_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:3344)
nll_loss_nd_tttll (src/Torch/Internal/Unmanaged/Native/Native8.hs:3358)
nll_loss_nd_tttl (src/Torch/Internal/Unmanaged/Native/Native8.hs:3373)
nll_loss_nd_ttt (src/Torch/Internal/Unmanaged/Native/Native8.hs:3386)
nll_loss_nd_tt (src/Torch/Internal/Unmanaged/Native/Native8.hs:3397)
0% ( 0 /289) in 'Torch.Internal.Managed.Native.Native8'
Missing documentation for:
Module header
nanquantile_out_ttdlb (src/Torch/Internal/Managed/Native/Native8.hs:31)
nanquantile_out_ttdl (src/Torch/Internal/Managed/Native/Native8.hs:39)
nanquantile_out_ttd (src/Torch/Internal/Managed/Native/Native8.hs:46)
sort_out_tttlb (src/Torch/Internal/Managed/Native/Native8.hs:55)
sort_out_tttl (src/Torch/Internal/Managed/Native/Native8.hs:63)
sort_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:70)
sort_out_tttblb (src/Torch/Internal/Managed/Native/Native8.hs:80)
sort_out_tttb (src/Torch/Internal/Managed/Native/Native8.hs:88)
sort_tlb (src/Torch/Internal/Managed/Native/Native8.hs:95)
sort_tl (src/Torch/Internal/Managed/Native/Native8.hs:101)
sort_t (src/Torch/Internal/Managed/Native/Native8.hs:106)
sort_tblb (src/Torch/Internal/Managed/Native/Native8.hs:114)
sort_tb (src/Torch/Internal/Managed/Native/Native8.hs:127)
sort_out_tttnb (src/Torch/Internal/Managed/Native/Native8.hs:136)
sort_out_tttn (src/Torch/Internal/Managed/Native/Native8.hs:144)
sort_out_tttbnb (src/Torch/Internal/Managed/Native/Native8.hs:154)
sort_out_tttbn (src/Torch/Internal/Managed/Native/Native8.hs:163)
sort_tnb (src/Torch/Internal/Managed/Native/Native8.hs:170)
sort_tn (src/Torch/Internal/Managed/Native/Native8.hs:176)
sort_tbnb (src/Torch/Internal/Managed/Native/Native8.hs:184)
sort_tbn (src/Torch/Internal/Managed/Native/Native8.hs:191)
msort_out_tt (src/Torch/Internal/Managed/Native/Native8.hs:197)
msort_t (src/Torch/Internal/Managed/Native/Native8.hs:202)
argsort_tlb (src/Torch/Internal/Managed/Native/Native8.hs:209)
argsort_tl (src/Torch/Internal/Managed/Native/Native8.hs:215)
argsort_t (src/Torch/Internal/Managed/Native/Native8.hs:220)
argsort_tblb (src/Torch/Internal/Managed/Native/Native8.hs:228)
argsort_tbl (src/Torch/Internal/Managed/Native/Native8.hs:235)
argsort_tb (src/Torch/Internal/Managed/Native/Native8.hs:241)
argsort_tnb (src/Torch/Internal/Managed/Native/Native8.hs:248)
argsort_tn (src/Torch/Internal/Managed/Native/Native8.hs:254)
topk_out_tttllbb (src/Torch/Internal/Managed/Native/Native8.hs:265)
topk_out_tttllb (src/Torch/Internal/Managed/Native/Native8.hs:275)
topk_out_tttll (src/Torch/Internal/Managed/Native/Native8.hs:284)
topk_out_tttl (src/Torch/Internal/Managed/Native/Native8.hs:292)
topk_tllbb (src/Torch/Internal/Managed/Native/Native8.hs:301)
topk_tllb (src/Torch/Internal/Managed/Native/Native8.hs:309)
topk_tll (src/Torch/Internal/Managed/Native/Native8.hs:316)
topk_tl (src/Torch/Internal/Managed/Native/Native8.hs:322)
all_t (src/Torch/Internal/Managed/Native/Native8.hs:327)
all_out_tt (src/Torch/Internal/Managed/Native/Native8.hs:333)
any_t (src/Torch/Internal/Managed/Native/Native8.hs:338)
any_out_tt (src/Torch/Internal/Managed/Native/Native8.hs:344)
renorm_out_ttsls (src/Torch/Internal/Managed/Native/Native8.hs:353)
renorm_tsls (src/Torch/Internal/Managed/Native/Native8.hs:361)
unfold_backward_tllll (src/Torch/Internal/Managed/Native/Native8.hs:370)
equal_tt (src/Torch/Internal/Managed/Native/Native8.hs:376)
pow_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:383)
pow_tt (src/Torch/Internal/Managed/Native/Native8.hs:389)
pow_out_tst (src/Torch/Internal/Managed/Native/Native8.hs:396)
pow_st (src/Torch/Internal/Managed/Native/Native8.hs:402)
pow_out_tts (src/Torch/Internal/Managed/Native/Native8.hs:409)
pow_ts (src/Torch/Internal/Managed/Native/Native8.hs:415)
float_power_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:422)
float_power_tt (src/Torch/Internal/Managed/Native/Native8.hs:428)
float_power_out_tst (src/Torch/Internal/Managed/Native/Native8.hs:435)
float_power_st (src/Torch/Internal/Managed/Native/Native8.hs:441)
float_power_out_tts (src/Torch/Internal/Managed/Native/Native8.hs:448)
float_power_ts (src/Torch/Internal/Managed/Native/Native8.hs:454)
normal_functional_tddG (src/Torch/Internal/Managed/Native/Native8.hs:462)
normal_functional_tdd (src/Torch/Internal/Managed/Native/Native8.hs:469)
normal_functional_td (src/Torch/Internal/Managed/Native/Native8.hs:475)
normal_functional_t (src/Torch/Internal/Managed/Native/Native8.hs:480)
normal_out_ttdG (src/Torch/Internal/Managed/Native/Native8.hs:488)
normal_tdG (src/Torch/Internal/Managed/Native/Native8.hs:508)
normal_td (src/Torch/Internal/Managed/Native/Native8.hs:514)
normal_t (src/Torch/Internal/Managed/Native/Native8.hs:519)
normal_out_tdtG (src/Torch/Internal/Managed/Native/Native8.hs:527)
normal_out_tdt (src/Torch/Internal/Managed/Native/Native8.hs:534)
normal_dtG (src/Torch/Internal/Managed/Native/Native8.hs:541)
normal_dt (src/Torch/Internal/Managed/Native/Native8.hs:547)
normal_out_tttG (src/Torch/Internal/Managed/Native/Native8.hs:555)
normal_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:562)
normal_ttG (src/Torch/Internal/Managed/Native/Native8.hs:569)
normal_tt (src/Torch/Internal/Managed/Native/Native8.hs:575)
normal_ddlGo (src/Torch/Internal/Managed/Native/Native8.hs:584)
normal_ddlG (src/Torch/Internal/Managed/Native/Native8.hs:592)
normal_ddl (src/Torch/Internal/Managed/Native/Native8.hs:599)
normal_out_tddlG (src/Torch/Internal/Managed/Native/Native8.hs:608)
normal_out_tddl (src/Torch/Internal/Managed/Native/Native8.hs:616)
alias_t (src/Torch/Internal/Managed/Native/Native8.hs:621)
_amp_foreach_non_finite_check_and_unscale__ltt (src/Torch/Internal/Managed/Native/Native8.hs:628)
_amp_update_scale__tttddl (src/Torch/Internal/Managed/Native/Native8.hs:638)
_foreach_add_ls (src/Torch/Internal/Managed/Native/Native8.hs:644)
_foreach_add__ls (src/Torch/Internal/Managed/Native/Native8.hs:650)
_foreach_sub_ls (src/Torch/Internal/Managed/Native/Native8.hs:656)
_foreach_sub__ls (src/Torch/Internal/Managed/Native/Native8.hs:662)
_foreach_mul_ls (src/Torch/Internal/Managed/Native/Native8.hs:668)
_foreach_mul__ls (src/Torch/Internal/Managed/Native/Native8.hs:674)
_foreach_div_ls (src/Torch/Internal/Managed/Native/Native8.hs:680)
_foreach_div__ls (src/Torch/Internal/Managed/Native/Native8.hs:686)
_foreach_clamp_min_ls (src/Torch/Internal/Managed/Native/Native8.hs:692)
_foreach_clamp_min__ls (src/Torch/Internal/Managed/Native/Native8.hs:698)
_foreach_clamp_max_ls (src/Torch/Internal/Managed/Native/Native8.hs:704)
_foreach_clamp_max__ls (src/Torch/Internal/Managed/Native/Native8.hs:710)
_foreach_maximum_ls (src/Torch/Internal/Managed/Native/Native8.hs:716)
_foreach_maximum__ls (src/Torch/Internal/Managed/Native/Native8.hs:722)
_foreach_minimum_ls (src/Torch/Internal/Managed/Native/Native8.hs:728)
_foreach_minimum__ls (src/Torch/Internal/Managed/Native/Native8.hs:734)
_foreach_add_lls (src/Torch/Internal/Managed/Native/Native8.hs:741)
_foreach_add_ll (src/Torch/Internal/Managed/Native/Native8.hs:747)
_foreach_add__lls (src/Torch/Internal/Managed/Native/Native8.hs:754)
_foreach_add__ll (src/Torch/Internal/Managed/Native/Native8.hs:760)
_foreach_sub_lls (src/Torch/Internal/Managed/Native/Native8.hs:767)
_foreach_sub_ll (src/Torch/Internal/Managed/Native/Native8.hs:773)
_foreach_sub__lls (src/Torch/Internal/Managed/Native/Native8.hs:780)
_foreach_sub__ll (src/Torch/Internal/Managed/Native/Native8.hs:786)
_foreach_mul_ll (src/Torch/Internal/Managed/Native/Native8.hs:792)
_foreach_mul__ll (src/Torch/Internal/Managed/Native/Native8.hs:798)
_foreach_div_ll (src/Torch/Internal/Managed/Native/Native8.hs:804)
_foreach_div__ll (src/Torch/Internal/Managed/Native/Native8.hs:810)
_foreach_clamp_min_ll (src/Torch/Internal/Managed/Native/Native8.hs:816)
_foreach_clamp_min__ll (src/Torch/Internal/Managed/Native/Native8.hs:822)
_foreach_clamp_max_ll (src/Torch/Internal/Managed/Native/Native8.hs:828)
_foreach_clamp_max__ll (src/Torch/Internal/Managed/Native/Native8.hs:834)
_foreach_maximum_ll (src/Torch/Internal/Managed/Native/Native8.hs:840)
_foreach_maximum__ll (src/Torch/Internal/Managed/Native/Native8.hs:846)
_foreach_minimum_ll (src/Torch/Internal/Managed/Native/Native8.hs:852)
_foreach_minimum__ll (src/Torch/Internal/Managed/Native/Native8.hs:858)
_foreach_add_lA (src/Torch/Internal/Managed/Native/Native8.hs:864)
_foreach_add__lA (src/Torch/Internal/Managed/Native/Native8.hs:870)
_foreach_sub_lA (src/Torch/Internal/Managed/Native/Native8.hs:876)
_foreach_sub__lA (src/Torch/Internal/Managed/Native/Native8.hs:882)
_foreach_div_lA (src/Torch/Internal/Managed/Native/Native8.hs:888)
_foreach_div__lA (src/Torch/Internal/Managed/Native/Native8.hs:894)
_foreach_mul_lA (src/Torch/Internal/Managed/Native/Native8.hs:900)
_foreach_mul__lA (src/Torch/Internal/Managed/Native/Native8.hs:906)
_foreach_clamp_min_lA (src/Torch/Internal/Managed/Native/Native8.hs:912)
_foreach_clamp_min__lA (src/Torch/Internal/Managed/Native/Native8.hs:918)
_foreach_clamp_max_lA (src/Torch/Internal/Managed/Native/Native8.hs:924)
_foreach_clamp_max__lA (src/Torch/Internal/Managed/Native/Native8.hs:930)
_foreach_maximum_lA (src/Torch/Internal/Managed/Native/Native8.hs:936)
_foreach_maximum__lA (src/Torch/Internal/Managed/Native/Native8.hs:942)
_foreach_minimum_lA (src/Torch/Internal/Managed/Native/Native8.hs:948)
_foreach_minimum__lA (src/Torch/Internal/Managed/Native/Native8.hs:954)
_foreach_exp_l (src/Torch/Internal/Managed/Native/Native8.hs:959)
_foreach_zero__l (src/Torch/Internal/Managed/Native/Native8.hs:964)
_foreach_exp__l (src/Torch/Internal/Managed/Native/Native8.hs:969)
_foreach_sqrt_l (src/Torch/Internal/Managed/Native/Native8.hs:974)
_foreach_sqrt__l (src/Torch/Internal/Managed/Native/Native8.hs:979)
_foreach_abs_l (src/Torch/Internal/Managed/Native/Native8.hs:984)
_foreach_abs__l (src/Torch/Internal/Managed/Native/Native8.hs:989)
_foreach_acos_l (src/Torch/Internal/Managed/Native/Native8.hs:994)
_foreach_acos__l (src/Torch/Internal/Managed/Native/Native8.hs:999)
_foreach_asin_l (src/Torch/Internal/Managed/Native/Native8.hs:1004)
_foreach_asin__l (src/Torch/Internal/Managed/Native/Native8.hs:1009)
_foreach_atan_l (src/Torch/Internal/Managed/Native/Native8.hs:1014)
_foreach_atan__l (src/Torch/Internal/Managed/Native/Native8.hs:1019)
_foreach_ceil_l (src/Torch/Internal/Managed/Native/Native8.hs:1024)
_foreach_ceil__l (src/Torch/Internal/Managed/Native/Native8.hs:1029)
_foreach_cos_l (src/Torch/Internal/Managed/Native/Native8.hs:1034)
_foreach_cos__l (src/Torch/Internal/Managed/Native/Native8.hs:1039)
_foreach_cosh_l (src/Torch/Internal/Managed/Native/Native8.hs:1044)
_foreach_cosh__l (src/Torch/Internal/Managed/Native/Native8.hs:1049)
_foreach_erf_l (src/Torch/Internal/Managed/Native/Native8.hs:1054)
_foreach_erf__l (src/Torch/Internal/Managed/Native/Native8.hs:1059)
_foreach_erfc_l (src/Torch/Internal/Managed/Native/Native8.hs:1064)
_foreach_erfc__l (src/Torch/Internal/Managed/Native/Native8.hs:1069)
_foreach_expm1_l (src/Torch/Internal/Managed/Native/Native8.hs:1074)
_foreach_expm1__l (src/Torch/Internal/Managed/Native/Native8.hs:1079)
_foreach_floor_l (src/Torch/Internal/Managed/Native/Native8.hs:1084)
_foreach_floor__l (src/Torch/Internal/Managed/Native/Native8.hs:1089)
_foreach_log_l (src/Torch/Internal/Managed/Native/Native8.hs:1094)
_foreach_log__l (src/Torch/Internal/Managed/Native/Native8.hs:1099)
_foreach_log10_l (src/Torch/Internal/Managed/Native/Native8.hs:1104)
_foreach_log10__l (src/Torch/Internal/Managed/Native/Native8.hs:1109)
_foreach_log1p_l (src/Torch/Internal/Managed/Native/Native8.hs:1114)
_foreach_log1p__l (src/Torch/Internal/Managed/Native/Native8.hs:1119)
_foreach_log2_l (src/Torch/Internal/Managed/Native/Native8.hs:1124)
_foreach_log2__l (src/Torch/Internal/Managed/Native/Native8.hs:1129)
_foreach_neg_l (src/Torch/Internal/Managed/Native/Native8.hs:1134)
_foreach_neg__l (src/Torch/Internal/Managed/Native/Native8.hs:1139)
_foreach_tan_l (src/Torch/Internal/Managed/Native/Native8.hs:1144)
_foreach_tan__l (src/Torch/Internal/Managed/Native/Native8.hs:1149)
_foreach_tanh_l (src/Torch/Internal/Managed/Native/Native8.hs:1154)
_foreach_tanh__l (src/Torch/Internal/Managed/Native/Native8.hs:1159)
_foreach_sin_l (src/Torch/Internal/Managed/Native/Native8.hs:1164)
_foreach_sin__l (src/Torch/Internal/Managed/Native/Native8.hs:1169)
_foreach_sinh_l (src/Torch/Internal/Managed/Native/Native8.hs:1174)
_foreach_sinh__l (src/Torch/Internal/Managed/Native/Native8.hs:1179)
_foreach_round_l (src/Torch/Internal/Managed/Native/Native8.hs:1184)
_foreach_round__l (src/Torch/Internal/Managed/Native/Native8.hs:1189)
_foreach_lgamma_l (src/Torch/Internal/Managed/Native/Native8.hs:1194)
_foreach_lgamma__l (src/Torch/Internal/Managed/Native/Native8.hs:1199)
_foreach_frac_l (src/Torch/Internal/Managed/Native/Native8.hs:1204)
_foreach_frac__l (src/Torch/Internal/Managed/Native/Native8.hs:1209)
_foreach_reciprocal_l (src/Torch/Internal/Managed/Native/Native8.hs:1214)
_foreach_reciprocal__l (src/Torch/Internal/Managed/Native/Native8.hs:1219)
_foreach_sigmoid_l (src/Torch/Internal/Managed/Native/Native8.hs:1224)
_foreach_sigmoid__l (src/Torch/Internal/Managed/Native/Native8.hs:1229)
_foreach_trunc_l (src/Torch/Internal/Managed/Native/Native8.hs:1234)
_foreach_trunc__l (src/Torch/Internal/Managed/Native/Native8.hs:1239)
_foreach_addcdiv__llls (src/Torch/Internal/Managed/Native/Native8.hs:1247)
_foreach_addcdiv__lll (src/Torch/Internal/Managed/Native/Native8.hs:1254)
_foreach_addcmul__llls (src/Torch/Internal/Managed/Native/Native8.hs:1262)
_foreach_addcmul__lll (src/Torch/Internal/Managed/Native/Native8.hs:1269)
_foreach_addcdiv__lllA (src/Torch/Internal/Managed/Native/Native8.hs:1277)
_foreach_addcdiv__lllt (src/Torch/Internal/Managed/Native/Native8.hs:1285)
_foreach_addcmul__lllA (src/Torch/Internal/Managed/Native/Native8.hs:1293)
_foreach_addcmul__lllt (src/Torch/Internal/Managed/Native/Native8.hs:1301)
_foreach_addcdiv_llls (src/Torch/Internal/Managed/Native/Native8.hs:1309)
_foreach_addcdiv_lll (src/Torch/Internal/Managed/Native/Native8.hs:1316)
_foreach_addcmul_llls (src/Torch/Internal/Managed/Native/Native8.hs:1324)
_foreach_addcmul_lll (src/Torch/Internal/Managed/Native/Native8.hs:1331)
_foreach_addcdiv_lllA (src/Torch/Internal/Managed/Native/Native8.hs:1339)
_foreach_addcdiv_lllt (src/Torch/Internal/Managed/Native/Native8.hs:1347)
_foreach_addcmul_lllA (src/Torch/Internal/Managed/Native/Native8.hs:1355)
_foreach_addcmul_lllt (src/Torch/Internal/Managed/Native/Native8.hs:1363)
_foreach_norm_ls (src/Torch/Internal/Managed/Native/Native8.hs:1369)
_foreach_norm_l (src/Torch/Internal/Managed/Native/Native8.hs:1374)
_foreach_lerp_lll (src/Torch/Internal/Managed/Native/Native8.hs:1381)
_foreach_lerp__lll (src/Torch/Internal/Managed/Native/Native8.hs:1388)
_foreach_lerp_lls (src/Torch/Internal/Managed/Native/Native8.hs:1395)
_foreach_lerp__lls (src/Torch/Internal/Managed/Native/Native8.hs:1402)
bucketize_ttbb (src/Torch/Internal/Managed/Native/Native8.hs:1410)
bucketize_ttb (src/Torch/Internal/Managed/Native/Native8.hs:1417)
bucketize_tt (src/Torch/Internal/Managed/Native/Native8.hs:1423)
bucketize_out_tttbb (src/Torch/Internal/Managed/Native/Native8.hs:1432)
bucketize_out_tttb (src/Torch/Internal/Managed/Native/Native8.hs:1440)
bucketize_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:1447)
bucketize_stbb (src/Torch/Internal/Managed/Native/Native8.hs:1455)
bucketize_stb (src/Torch/Internal/Managed/Native/Native8.hs:1462)
bucketize_st (src/Torch/Internal/Managed/Native/Native8.hs:1468)
searchsorted_ttbbst (src/Torch/Internal/Managed/Native/Native8.hs:1478)
searchsorted_ttbbs (src/Torch/Internal/Managed/Native/Native8.hs:1487)
searchsorted_ttbb (src/Torch/Internal/Managed/Native/Native8.hs:1495)
searchsorted_ttb (src/Torch/Internal/Managed/Native/Native8.hs:1502)
searchsorted_tt (src/Torch/Internal/Managed/Native/Native8.hs:1508)
searchsorted_out_tttbbst (src/Torch/Internal/Managed/Native/Native8.hs:1519)
searchsorted_out_tttbbs (src/Torch/Internal/Managed/Native/Native8.hs:1529)
searchsorted_out_tttbb (src/Torch/Internal/Managed/Native/Native8.hs:1538)
searchsorted_out_tttb (src/Torch/Internal/Managed/Native/Native8.hs:1546)
searchsorted_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:1553)
searchsorted_tsbbst (src/Torch/Internal/Managed/Native/Native8.hs:1563)
searchsorted_tsbbs (src/Torch/Internal/Managed/Native/Native8.hs:1572)
searchsorted_tsbb (src/Torch/Internal/Managed/Native/Native8.hs:1580)
searchsorted_tsb (src/Torch/Internal/Managed/Native/Native8.hs:1587)
searchsorted_ts (src/Torch/Internal/Managed/Native/Native8.hs:1593)
_convert_indices_from_coo_to_csr_tlb (src/Torch/Internal/Managed/Native/Native8.hs:1600)
_convert_indices_from_coo_to_csr_tl (src/Torch/Internal/Managed/Native/Native8.hs:1606)
_convert_indices_from_coo_to_csr_out_ttlb (src/Torch/Internal/Managed/Native/Native8.hs:1614)
_convert_indices_from_coo_to_csr_out_ttl (src/Torch/Internal/Managed/Native/Native8.hs:1621)
_convert_indices_from_csr_to_coo_ttbb (src/Torch/Internal/Managed/Native/Native8.hs:1629)
_convert_indices_from_csr_to_coo_ttb (src/Torch/Internal/Managed/Native/Native8.hs:1636)
_convert_indices_from_csr_to_coo_tt (src/Torch/Internal/Managed/Native/Native8.hs:1642)
_convert_indices_from_csr_to_coo_out_tttbb (src/Torch/Internal/Managed/Native/Native8.hs:1651)
_convert_indices_from_csr_to_coo_out_tttb (src/Torch/Internal/Managed/Native/Native8.hs:1659)
_convert_indices_from_csr_to_coo_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:1666)
mse_loss_out_tttl (src/Torch/Internal/Managed/Native/Native8.hs:1674)
mse_loss_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:1681)
mse_loss_ttl (src/Torch/Internal/Managed/Native/Native8.hs:1688)
mse_loss_tt (src/Torch/Internal/Managed/Native/Native8.hs:1694)
mse_loss_backward_out_ttttl (src/Torch/Internal/Managed/Native/Native8.hs:1703)
mse_loss_backward_tttl (src/Torch/Internal/Managed/Native/Native8.hs:1711)
l1_loss_ttl (src/Torch/Internal/Managed/Native/Native8.hs:1718)
l1_loss_tt (src/Torch/Internal/Managed/Native/Native8.hs:1724)
multi_margin_loss_out_tttsstl (src/Torch/Internal/Managed/Native/Native8.hs:1735)
multi_margin_loss_out_tttsst (src/Torch/Internal/Managed/Native/Native8.hs:1745)
multi_margin_loss_out_tttss (src/Torch/Internal/Managed/Native/Native8.hs:1754)
multi_margin_loss_out_ttts (src/Torch/Internal/Managed/Native/Native8.hs:1762)
multi_margin_loss_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:1769)
multi_margin_loss_ttsstl (src/Torch/Internal/Managed/Native/Native8.hs:1779)
multi_margin_loss_ttsst (src/Torch/Internal/Managed/Native/Native8.hs:1788)
multi_margin_loss_ttss (src/Torch/Internal/Managed/Native/Native8.hs:1796)
multi_margin_loss_tts (src/Torch/Internal/Managed/Native/Native8.hs:1803)
multi_margin_loss_tt (src/Torch/Internal/Managed/Native/Native8.hs:1809)
multi_margin_loss_backward_out_ttttsstl (src/Torch/Internal/Managed/Native/Native8.hs:1821)
multi_margin_loss_backward_out_ttttsst (src/Torch/Internal/Managed/Native/Native8.hs:1832)
multi_margin_loss_backward_out_ttttss (src/Torch/Internal/Managed/Native/Native8.hs:1842)
multi_margin_loss_backward_tttsstl (src/Torch/Internal/Managed/Native/Native8.hs:1853)
multi_margin_loss_backward_tttsst (src/Torch/Internal/Managed/Native/Native8.hs:1863)
multi_margin_loss_backward_tttss (src/Torch/Internal/Managed/Native/Native8.hs:1872)
multilabel_margin_loss_out_tttl (src/Torch/Internal/Managed/Native/Native8.hs:1880)
multilabel_margin_loss_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:1887)
multilabel_margin_loss_ttl (src/Torch/Internal/Managed/Native/Native8.hs:1894)
multilabel_margin_loss_tt (src/Torch/Internal/Managed/Native/Native8.hs:1900)
multilabel_margin_loss_forward_out_ttttl (src/Torch/Internal/Managed/Native/Native8.hs:1909)
multilabel_margin_loss_forward_ttl (src/Torch/Internal/Managed/Native/Native8.hs:1916)
multilabel_margin_loss_backward_out_ttttlt (src/Torch/Internal/Managed/Native/Native8.hs:1926)
multilabel_margin_loss_backward_tttlt (src/Torch/Internal/Managed/Native/Native8.hs:1935)
nll_loss_out_ttttll (src/Torch/Internal/Managed/Native/Native8.hs:1945)
nll_loss_out_ttttl (src/Torch/Internal/Managed/Native/Native8.hs:1954)
nll_loss_out_tttt (src/Torch/Internal/Managed/Native/Native8.hs:1962)
nll_loss_out_ttt (src/Torch/Internal/Managed/Native/Native8.hs:1969)
nll_loss_nd_tttll (src/Torch/Internal/Managed/Native/Native8.hs:1978)
nll_loss_nd_tttl (src/Torch/Internal/Managed/Native/Native8.hs:1986)
nll_loss_nd_ttt (src/Torch/Internal/Managed/Native/Native8.hs:1993)
nll_loss_nd_tt (src/Torch/Internal/Managed/Native/Native8.hs:1999)
0% ( 0 /286) in 'Torch.Internal.Unmanaged.Native.Native9'
Missing documentation for:
Module header
nll_loss_tttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:38)
nll_loss_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:53)
nll_loss_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:66)
nll_loss_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:77)
nll_loss_forward_out_tttttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:92)
nll_loss_forward_tttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:110)
nll_loss_backward_out_tttttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:129)
nll_loss_backward_ttttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:150)
nll_loss2d_out_ttttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:169)
nll_loss2d_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:186)
nll_loss2d_out_tttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:201)
nll_loss2d_out_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:214)
nll_loss2d_tttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:228)
nll_loss2d_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:243)
nll_loss2d_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:256)
nll_loss2d_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:267)
nll_loss2d_forward_out_tttttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:282)
nll_loss2d_forward_tttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:300)
nll_loss2d_backward_out_tttttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:319)
nll_loss2d_backward_ttttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:340)
smooth_l1_loss_out_tttld (src/Torch/Internal/Unmanaged/Native/Native9.hs:358)
smooth_l1_loss_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:373)
smooth_l1_loss_out_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:386)
smooth_l1_loss_ttld (src/Torch/Internal/Unmanaged/Native/Native9.hs:399)
smooth_l1_loss_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:412)
smooth_l1_loss_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:423)
smooth_l1_loss_backward_out_ttttld (src/Torch/Internal/Unmanaged/Native/Native9.hs:437)
smooth_l1_loss_backward_tttld (src/Torch/Internal/Unmanaged/Native/Native9.hs:454)
huber_loss_out_tttld (src/Torch/Internal/Unmanaged/Native/Native9.hs:470)
huber_loss_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:485)
huber_loss_out_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:498)
huber_loss_ttld (src/Torch/Internal/Unmanaged/Native/Native9.hs:511)
huber_loss_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:524)
huber_loss_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:535)
huber_loss_backward_out_ttttld (src/Torch/Internal/Unmanaged/Native/Native9.hs:549)
huber_loss_backward_tttld (src/Torch/Internal/Unmanaged/Native/Native9.hs:566)
soft_margin_loss_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:581)
soft_margin_loss_out_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:594)
soft_margin_loss_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:606)
soft_margin_loss_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:617)
soft_margin_loss_backward_out_ttttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:630)
soft_margin_loss_backward_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:645)
elu_out_ttsss (src/Torch/Internal/Unmanaged/Native/Native9.hs:660)
elu_out_ttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:675)
elu_out_tts (src/Torch/Internal/Unmanaged/Native/Native9.hs:688)
elu_out_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:699)
elu_tsss (src/Torch/Internal/Unmanaged/Native/Native9.hs:711)
elu_tss (src/Torch/Internal/Unmanaged/Native/Native9.hs:724)
elu_ts (src/Torch/Internal/Unmanaged/Native/Native9.hs:735)
elu_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:744)
elu_backward_out_ttsssbt (src/Torch/Internal/Unmanaged/Native/Native9.hs:758)
elu_backward_tsssbt (src/Torch/Internal/Unmanaged/Native/Native9.hs:777)
elu__tsss (src/Torch/Internal/Unmanaged/Native/Native9.hs:793)
elu__tss (src/Torch/Internal/Unmanaged/Native/Native9.hs:806)
elu__ts (src/Torch/Internal/Unmanaged/Native/Native9.hs:817)
elu__t (src/Torch/Internal/Unmanaged/Native/Native9.hs:826)
glu_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:836)
glu_out_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:847)
glu_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:857)
glu_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:866)
glu_backward_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:877)
glu_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:890)
glu_jvp_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:903)
glu_backward_jvp_tttttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:919)
hardsigmoid_out_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:933)
hardsigmoid_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:942)
hardsigmoid__t (src/Torch/Internal/Unmanaged/Native/Native9.hs:950)
hardsigmoid_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:960)
hardsigmoid_backward_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:971)
hardtanh_out_ttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:983)
hardtanh_out_tts (src/Torch/Internal/Unmanaged/Native/Native9.hs:996)
hardtanh_out_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1007)
hardtanh_tss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1018)
hardtanh_ts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1029)
hardtanh_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1038)
hardtanh_backward_out_tttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1050)
hardtanh_backward_ttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1065)
hardtanh__tss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1078)
hardtanh__ts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1089)
hardtanh__t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1098)
hardswish_out_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1107)
hardswish_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1116)
hardswish__t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1124)
hardswish_backward_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1133)
leaky_relu_out_tts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1144)
leaky_relu_out_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1155)
leaky_relu_ts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1165)
leaky_relu_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1174)
leaky_relu_backward_out_tttsb (src/Torch/Internal/Unmanaged/Native/Native9.hs:1186)
leaky_relu_backward_ttsb (src/Torch/Internal/Unmanaged/Native/Native9.hs:1201)
leaky_relu__ts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1213)
leaky_relu__t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1222)
log_sigmoid_out_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1231)
log_sigmoid_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1240)
log_sigmoid_forward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1250)
log_sigmoid_forward_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1260)
log_sigmoid_backward_out_tttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1271)
log_sigmoid_backward_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1284)
rrelu_with_noise_out_tttssbG (src/Torch/Internal/Unmanaged/Native/Native9.hs:1300)
rrelu_with_noise_out_tttssb (src/Torch/Internal/Unmanaged/Native/Native9.hs:1319)
rrelu_with_noise_out_tttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1336)
rrelu_with_noise_out_ttts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1351)
rrelu_with_noise_out_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1364)
rrelu_with_noise_ttssbG (src/Torch/Internal/Unmanaged/Native/Native9.hs:1379)
rrelu_with_noise_ttssb (src/Torch/Internal/Unmanaged/Native/Native9.hs:1396)
rrelu_with_noise_ttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1411)
rrelu_with_noise_tts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1424)
rrelu_with_noise_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1435)
rrelu_with_noise_backward_tttssbb (src/Torch/Internal/Unmanaged/Native/Native9.hs:1450)
rrelu_with_noise__ttssbG (src/Torch/Internal/Unmanaged/Native/Native9.hs:1469)
rrelu_with_noise__ttssb (src/Torch/Internal/Unmanaged/Native/Native9.hs:1486)
rrelu_with_noise__ttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1501)
rrelu_with_noise__tts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1514)
rrelu_with_noise__tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1525)
softplus_out_ttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1537)
softplus_out_tts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1550)
softplus_out_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1561)
softplus_tss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1572)
softplus_ts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1583)
softplus_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1592)
softplus_backward_out_tttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1604)
softplus_backward_ttss (src/Torch/Internal/Unmanaged/Native/Native9.hs:1619)
softshrink_out_tts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1632)
softshrink_out_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1643)
softshrink_ts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1653)
softshrink_t (src/Torch/Internal/Unmanaged/Native/Native9.hs:1662)
softshrink_backward_out_ttts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1673)
softshrink_backward_tts (src/Torch/Internal/Unmanaged/Native/Native9.hs:1686)
adaptive_avg_pool2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1698)
adaptive_avg_pool2d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1709)
mkldnn_adaptive_avg_pool2d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1719)
mkldnn_adaptive_avg_pool2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1730)
mkldnn_adaptive_avg_pool2d_backward_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1741)
_adaptive_avg_pool2d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1751)
_adaptive_avg_pool2d_backward_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1761)
adaptive_avg_pool3d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1772)
adaptive_avg_pool3d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1783)
_adaptive_avg_pool3d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1793)
adaptive_avg_pool3d_backward_out_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1804)
_adaptive_avg_pool3d_backward_tt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1815)
adaptive_max_pool2d_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1827)
adaptive_max_pool2d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1839)
adaptive_max_pool2d_backward_out_tttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1851)
adaptive_max_pool2d_backward_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1864)
adaptive_max_pool3d_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1877)
adaptive_max_pool3d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1889)
adaptive_max_pool3d_backward_out_tttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1901)
adaptive_max_pool3d_backward_ttt (src/Torch/Internal/Unmanaged/Native/Native9.hs:1914)
avg_pool2d_out_ttlllbbl (src/Torch/Internal/Unmanaged/Native/Native9.hs:1931)
avg_pool2d_out_ttlllbb (src/Torch/Internal/Unmanaged/Native/Native9.hs:1952)
avg_pool2d_out_ttlllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:1971)
avg_pool2d_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:1988)
avg_pool2d_out_ttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2003)
avg_pool2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2016)
avg_pool2d_tlllbbl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2032)
avg_pool2d_tlllbb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2051)
avg_pool2d_tlllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2068)
avg_pool2d_tlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2083)
avg_pool2d_tll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2096)
avg_pool2d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2107)
avg_pool2d_backward_out_tttlllbbl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2124)
avg_pool2d_backward_ttlllbbl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2147)
avg_pool3d_out_ttlllbbl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2169)
avg_pool3d_out_ttlllbb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2190)
avg_pool3d_out_ttlllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2209)
avg_pool3d_out_ttlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2226)
avg_pool3d_out_ttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2241)
avg_pool3d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2254)
avg_pool3d_tlllbbl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2270)
avg_pool3d_tlllbb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2289)
avg_pool3d_tlllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2306)
avg_pool3d_tlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2321)
avg_pool3d_tll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2334)
avg_pool3d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2345)
avg_pool3d_backward_out_tttlllbbl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2362)
avg_pool3d_backward_ttlllbbl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2385)
fractional_max_pool2d_out_tttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2405)
fractional_max_pool2d_tllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2421)
fractional_max_pool2d_backward_out_tttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2437)
fractional_max_pool2d_backward_ttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2454)
fractional_max_pool3d_out_tttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2471)
fractional_max_pool3d_tllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2487)
fractional_max_pool3d_backward_out_tttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2503)
fractional_max_pool3d_backward_ttllt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2520)
max_pool2d_with_indices_out_tttllllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2539)
max_pool2d_with_indices_out_tttllll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2560)
max_pool2d_with_indices_out_tttlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2579)
max_pool2d_with_indices_out_tttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2596)
max_pool2d_with_indices_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2611)
max_pool2d_with_indices_tllllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2627)
max_pool2d_with_indices_tllll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2644)
max_pool2d_with_indices_tlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2659)
max_pool2d_with_indices_tll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2672)
max_pool2d_with_indices_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2683)
max_pool2d_with_indices_backward_out_tttllllbt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2700)
max_pool2d_with_indices_backward_ttllllbt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2723)
max_pool3d_with_indices_out_tttllllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2745)
max_pool3d_with_indices_out_tttllll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2766)
max_pool3d_with_indices_out_tttlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2785)
max_pool3d_with_indices_out_tttll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2802)
max_pool3d_with_indices_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2817)
max_pool3d_with_indices_tllllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:2833)
max_pool3d_with_indices_tllll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2850)
max_pool3d_with_indices_tlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2865)
max_pool3d_with_indices_tll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2878)
max_pool3d_with_indices_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2889)
max_pool3d_with_indices_backward_out_tttllllbt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2906)
max_pool3d_with_indices_backward_ttllllbt (src/Torch/Internal/Unmanaged/Native/Native9.hs:2929)
max_unpool2d_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2947)
max_unpool2d_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:2960)
max_unpool3d_out_tttlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2975)
max_unpool3d_ttlll (src/Torch/Internal/Unmanaged/Native/Native9.hs:2992)
reflection_pad1d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3006)
reflection_pad1d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3017)
reflection_pad1d_backward_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3029)
reflection_pad1d_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3042)
reflection_pad2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3054)
reflection_pad2d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3065)
reflection_pad2d_backward_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3077)
reflection_pad2d_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3090)
reflection_pad3d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3102)
reflection_pad3d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3113)
reflection_pad3d_backward_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3125)
reflection_pad3d_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3138)
replication_pad1d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3150)
replication_pad1d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3161)
replication_pad1d_backward_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3173)
replication_pad1d_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3186)
replication_pad2d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3198)
replication_pad2d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3209)
replication_pad2d_backward_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3221)
replication_pad2d_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3234)
replication_pad3d_out_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3246)
replication_pad3d_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3257)
replication_pad3d_backward_out_tttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3269)
replication_pad3d_backward_ttl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3282)
_pad_circular_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3293)
_pad_enum_tlld (src/Torch/Internal/Unmanaged/Native/Native9.hs:3305)
_pad_enum_tll (src/Torch/Internal/Unmanaged/Native/Native9.hs:3318)
pad_tlsd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3331)
pad_tls (src/Torch/Internal/Unmanaged/Native/Native9.hs:3344)
pad_tl (src/Torch/Internal/Unmanaged/Native/Native9.hs:3355)
upsample_linear1d_tlba (src/Torch/Internal/Unmanaged/Native/Native9.hs:3367)
upsample_bilinear2d_tlba (src/Torch/Internal/Unmanaged/Native/Native9.hs:3381)
_upsample_bilinear2d_aa_tlba (src/Torch/Internal/Unmanaged/Native/Native9.hs:3395)
upsample_trilinear3d_tlba (src/Torch/Internal/Unmanaged/Native/Native9.hs:3409)
upsample_bicubic2d_tlba (src/Torch/Internal/Unmanaged/Native/Native9.hs:3423)
_upsample_bicubic2d_aa_tlba (src/Torch/Internal/Unmanaged/Native/Native9.hs:3437)
upsample_nearest1d_tla (src/Torch/Internal/Unmanaged/Native/Native9.hs:3450)
_upsample_nearest_exact1d_tla (src/Torch/Internal/Unmanaged/Native/Native9.hs:3462)
upsample_nearest2d_tla (src/Torch/Internal/Unmanaged/Native/Native9.hs:3474)
_upsample_nearest_exact2d_tla (src/Torch/Internal/Unmanaged/Native/Native9.hs:3486)
upsample_nearest3d_tla (src/Torch/Internal/Unmanaged/Native/Native9.hs:3498)
_upsample_nearest_exact3d_tla (src/Torch/Internal/Unmanaged/Native/Native9.hs:3510)
upsample_linear1d_out_ttlbd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3524)
upsample_linear1d_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3539)
upsample_linear1d_tlb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3552)
upsample_linear1d_backward_out_ttllbd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3567)
upsample_linear1d_backward_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3584)
upsample_linear1d_backward_tllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3599)
upsample_bilinear2d_out_ttlbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3615)
upsample_bilinear2d_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3647)
upsample_bilinear2d_tlbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3662)
upsample_bilinear2d_tlb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3676)
upsample_bilinear2d_backward_out_ttllbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3692)
upsample_bilinear2d_backward_out_ttllbd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3711)
upsample_bilinear2d_backward_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3728)
upsample_bilinear2d_backward_tllbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3745)
upsample_bilinear2d_backward_tllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3761)
_upsample_bilinear2d_aa_out_ttlbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3777)
_upsample_bilinear2d_aa_out_ttlbd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3794)
_upsample_bilinear2d_aa_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3809)
_upsample_bilinear2d_aa_tlbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3824)
_upsample_bilinear2d_aa_tlb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3852)
_upsample_bilinear2d_aa_backward_out_ttllbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3868)
_upsample_bilinear2d_aa_backward_out_ttllbd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3887)
_upsample_bilinear2d_aa_backward_out_ttllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3904)
_upsample_bilinear2d_aa_backward_tllbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3921)
_upsample_bilinear2d_aa_backward_tllbd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3938)
_upsample_bilinear2d_aa_backward_tllb (src/Torch/Internal/Unmanaged/Native/Native9.hs:3953)
upsample_bicubic2d_out_ttlbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3969)
upsample_bicubic2d_out_ttlbd (src/Torch/Internal/Unmanaged/Native/Native9.hs:3986)
upsample_bicubic2d_out_ttlb (src/Torch/Internal/Unmanaged/Native/Native9.hs:4001)
upsample_bicubic2d_tlbdd (src/Torch/Internal/Unmanaged/Native/Native9.hs:4016)
upsample_bicubic2d_tlb (src/Torch/Internal/Unmanaged/Native/Native9.hs:4030)
94% ( 17 / 18) in 'Torch.Internal.Unmanaged.Native'
Missing documentation for:
Module header
0% ( 0 /286) in 'Torch.Internal.Managed.Native.Native9'
Missing documentation for:
Module header
nll_loss_tttll (src/Torch/Internal/Managed/Native/Native9.hs:31)
nll_loss_tttl (src/Torch/Internal/Managed/Native/Native9.hs:39)
nll_loss_ttt (src/Torch/Internal/Managed/Native/Native9.hs:46)
nll_loss_tt (src/Torch/Internal/Managed/Native/Native9.hs:52)
nll_loss_forward_out_tttttll (src/Torch/Internal/Managed/Native/Native9.hs:63)
nll_loss_forward_tttll (src/Torch/Internal/Managed/Native/Native9.hs:72)
nll_loss_backward_out_tttttllt (src/Torch/Internal/Managed/Native/Native9.hs:84)
nll_loss_backward_ttttllt (src/Torch/Internal/Managed/Native/Native9.hs:95)
nll_loss2d_out_ttttll (src/Torch/Internal/Managed/Native/Native9.hs:105)
nll_loss2d_out_ttttl (src/Torch/Internal/Managed/Native/Native9.hs:114)
nll_loss2d_out_tttt (src/Torch/Internal/Managed/Native/Native9.hs:122)
nll_loss2d_out_ttt (src/Torch/Internal/Managed/Native/Native9.hs:129)
nll_loss2d_tttll (src/Torch/Internal/Managed/Native/Native9.hs:138)
nll_loss2d_tttl (src/Torch/Internal/Managed/Native/Native9.hs:146)
nll_loss2d_ttt (src/Torch/Internal/Managed/Native/Native9.hs:153)
nll_loss2d_tt (src/Torch/Internal/Managed/Native/Native9.hs:159)
nll_loss2d_forward_out_tttttll (src/Torch/Internal/Managed/Native/Native9.hs:170)
nll_loss2d_forward_tttll (src/Torch/Internal/Managed/Native/Native9.hs:179)
nll_loss2d_backward_out_tttttllt (src/Torch/Internal/Managed/Native/Native9.hs:191)
nll_loss2d_backward_ttttllt (src/Torch/Internal/Managed/Native/Native9.hs:202)
smooth_l1_loss_out_tttld (src/Torch/Internal/Managed/Native/Native9.hs:211)
smooth_l1_loss_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:219)
smooth_l1_loss_out_ttt (src/Torch/Internal/Managed/Native/Native9.hs:226)
smooth_l1_loss_ttld (src/Torch/Internal/Managed/Native/Native9.hs:234)
smooth_l1_loss_ttl (src/Torch/Internal/Managed/Native/Native9.hs:241)
smooth_l1_loss_tt (src/Torch/Internal/Managed/Native/Native9.hs:247)
smooth_l1_loss_backward_out_ttttld (src/Torch/Internal/Managed/Native/Native9.hs:257)
smooth_l1_loss_backward_tttld (src/Torch/Internal/Managed/Native/Native9.hs:266)
huber_loss_out_tttld (src/Torch/Internal/Managed/Native/Native9.hs:275)
huber_loss_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:283)
huber_loss_out_ttt (src/Torch/Internal/Managed/Native/Native9.hs:290)
huber_loss_ttld (src/Torch/Internal/Managed/Native/Native9.hs:298)
huber_loss_ttl (src/Torch/Internal/Managed/Native/Native9.hs:305)
huber_loss_tt (src/Torch/Internal/Managed/Native/Native9.hs:311)
huber_loss_backward_out_ttttld (src/Torch/Internal/Managed/Native/Native9.hs:321)
huber_loss_backward_tttld (src/Torch/Internal/Managed/Native/Native9.hs:330)
soft_margin_loss_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:338)
soft_margin_loss_out_ttt (src/Torch/Internal/Managed/Native/Native9.hs:345)
soft_margin_loss_ttl (src/Torch/Internal/Managed/Native/Native9.hs:352)
soft_margin_loss_tt (src/Torch/Internal/Managed/Native/Native9.hs:358)
soft_margin_loss_backward_out_ttttl (src/Torch/Internal/Managed/Native/Native9.hs:367)
soft_margin_loss_backward_tttl (src/Torch/Internal/Managed/Native/Native9.hs:375)
elu_out_ttsss (src/Torch/Internal/Managed/Native/Native9.hs:384)
elu_out_ttss (src/Torch/Internal/Managed/Native/Native9.hs:392)
elu_out_tts (src/Torch/Internal/Managed/Native/Native9.hs:399)
elu_out_tt (src/Torch/Internal/Managed/Native/Native9.hs:405)
elu_tsss (src/Torch/Internal/Managed/Native/Native9.hs:413)
elu_tss (src/Torch/Internal/Managed/Native/Native9.hs:420)
elu_ts (src/Torch/Internal/Managed/Native/Native9.hs:426)
elu_t (src/Torch/Internal/Managed/Native/Native9.hs:431)
elu_backward_out_ttsssbt (src/Torch/Internal/Managed/Native/Native9.hs:442)
elu_backward_tsssbt (src/Torch/Internal/Managed/Native/Native9.hs:452)
elu__tsss (src/Torch/Internal/Managed/Native/Native9.hs:460)
elu__tss (src/Torch/Internal/Managed/Native/Native9.hs:467)
elu__ts (src/Torch/Internal/Managed/Native/Native9.hs:473)
elu__t (src/Torch/Internal/Managed/Native/Native9.hs:478)
glu_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:485)
glu_out_tt (src/Torch/Internal/Managed/Native/Native9.hs:491)
glu_tl (src/Torch/Internal/Managed/Native/Native9.hs:497)
glu_t (src/Torch/Internal/Managed/Native/Native9.hs:502)
glu_backward_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:510)
glu_backward_ttl (src/Torch/Internal/Managed/Native/Native9.hs:517)
glu_jvp_tttl (src/Torch/Internal/Managed/Native/Native9.hs:525)
glu_backward_jvp_tttttl (src/Torch/Internal/Managed/Native/Native9.hs:535)
hardsigmoid_out_tt (src/Torch/Internal/Managed/Native/Native9.hs:541)
hardsigmoid_t (src/Torch/Internal/Managed/Native/Native9.hs:546)
hardsigmoid__t (src/Torch/Internal/Managed/Native/Native9.hs:551)
hardsigmoid_backward_out_ttt (src/Torch/Internal/Managed/Native/Native9.hs:558)
hardsigmoid_backward_tt (src/Torch/Internal/Managed/Native/Native9.hs:564)
hardtanh_out_ttss (src/Torch/Internal/Managed/Native/Native9.hs:572)
hardtanh_out_tts (src/Torch/Internal/Managed/Native/Native9.hs:579)
hardtanh_out_tt (src/Torch/Internal/Managed/Native/Native9.hs:585)
hardtanh_tss (src/Torch/Internal/Managed/Native/Native9.hs:592)
hardtanh_ts (src/Torch/Internal/Managed/Native/Native9.hs:598)
hardtanh_t (src/Torch/Internal/Managed/Native/Native9.hs:603)
hardtanh_backward_out_tttss (src/Torch/Internal/Managed/Native/Native9.hs:612)
hardtanh_backward_ttss (src/Torch/Internal/Managed/Native/Native9.hs:620)
hardtanh__tss (src/Torch/Internal/Managed/Native/Native9.hs:627)
hardtanh__ts (src/Torch/Internal/Managed/Native/Native9.hs:633)
hardtanh__t (src/Torch/Internal/Managed/Native/Native9.hs:638)
hardswish_out_tt (src/Torch/Internal/Managed/Native/Native9.hs:644)
hardswish_t (src/Torch/Internal/Managed/Native/Native9.hs:649)
hardswish__t (src/Torch/Internal/Managed/Native/Native9.hs:654)
hardswish_backward_tt (src/Torch/Internal/Managed/Native/Native9.hs:660)
leaky_relu_out_tts (src/Torch/Internal/Managed/Native/Native9.hs:667)
leaky_relu_out_tt (src/Torch/Internal/Managed/Native/Native9.hs:673)
leaky_relu_ts (src/Torch/Internal/Managed/Native/Native9.hs:679)
leaky_relu_t (src/Torch/Internal/Managed/Native/Native9.hs:684)
leaky_relu_backward_out_tttsb (src/Torch/Internal/Managed/Native/Native9.hs:693)
leaky_relu_backward_ttsb (src/Torch/Internal/Managed/Native/Native9.hs:701)
leaky_relu__ts (src/Torch/Internal/Managed/Native/Native9.hs:707)
leaky_relu__t (src/Torch/Internal/Managed/Native/Native9.hs:712)
log_sigmoid_out_tt (src/Torch/Internal/Managed/Native/Native9.hs:718)
log_sigmoid_t (src/Torch/Internal/Managed/Native/Native9.hs:723)
log_sigmoid_forward_out_ttt (src/Torch/Internal/Managed/Native/Native9.hs:730)
log_sigmoid_forward_t (src/Torch/Internal/Managed/Native/Native9.hs:735)
log_sigmoid_backward_out_tttt (src/Torch/Internal/Managed/Native/Native9.hs:743)
log_sigmoid_backward_ttt (src/Torch/Internal/Managed/Native/Native9.hs:750)
rrelu_with_noise_out_tttssbG (src/Torch/Internal/Managed/Native/Native9.hs:761)
rrelu_with_noise_out_tttssb (src/Torch/Internal/Managed/Native/Native9.hs:771)
rrelu_with_noise_out_tttss (src/Torch/Internal/Managed/Native/Native9.hs:780)
rrelu_with_noise_out_ttts (src/Torch/Internal/Managed/Native/Native9.hs:788)
rrelu_with_noise_out_ttt (src/Torch/Internal/Managed/Native/Native9.hs:795)
rrelu_with_noise_ttssbG (src/Torch/Internal/Managed/Native/Native9.hs:805)
rrelu_with_noise_ttssb (src/Torch/Internal/Managed/Native/Native9.hs:814)
rrelu_with_noise_ttss (src/Torch/Internal/Managed/Native/Native9.hs:822)
rrelu_with_noise_tts (src/Torch/Internal/Managed/Native/Native9.hs:829)
rrelu_with_noise_tt (src/Torch/Internal/Managed/Native/Native9.hs:835)
rrelu_with_noise_backward_tttssbb (src/Torch/Internal/Managed/Native/Native9.hs:846)
rrelu_with_noise__ttssbG (src/Torch/Internal/Managed/Native/Native9.hs:856)
rrelu_with_noise__ttssb (src/Torch/Internal/Managed/Native/Native9.hs:865)
rrelu_with_noise__ttss (src/Torch/Internal/Managed/Native/Native9.hs:873)
rrelu_with_noise__tts (src/Torch/Internal/Managed/Native/Native9.hs:880)
rrelu_with_noise__tt (src/Torch/Internal/Managed/Native/Native9.hs:886)
softplus_out_ttss (src/Torch/Internal/Managed/Native/Native9.hs:894)
softplus_out_tts (src/Torch/Internal/Managed/Native/Native9.hs:901)
softplus_out_tt (src/Torch/Internal/Managed/Native/Native9.hs:907)
softplus_tss (src/Torch/Internal/Managed/Native/Native9.hs:914)
softplus_ts (src/Torch/Internal/Managed/Native/Native9.hs:920)
softplus_t (src/Torch/Internal/Managed/Native/Native9.hs:925)
softplus_backward_out_tttss (src/Torch/Internal/Managed/Native/Native9.hs:934)
softplus_backward_ttss (src/Torch/Internal/Managed/Native/Native9.hs:942)
softshrink_out_tts (src/Torch/Internal/Managed/Native/Native9.hs:949)
softshrink_out_tt (src/Torch/Internal/Managed/Native/Native9.hs:955)
softshrink_ts (src/Torch/Internal/Managed/Native/Native9.hs:961)
softshrink_t (src/Torch/Internal/Managed/Native/Native9.hs:966)
softshrink_backward_out_ttts (src/Torch/Internal/Managed/Native/Native9.hs:974)
softshrink_backward_tts (src/Torch/Internal/Managed/Native/Native9.hs:981)
adaptive_avg_pool2d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:988)
adaptive_avg_pool2d_tl (src/Torch/Internal/Managed/Native/Native9.hs:994)
mkldnn_adaptive_avg_pool2d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1000)
mkldnn_adaptive_avg_pool2d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1007)
mkldnn_adaptive_avg_pool2d_backward_tt (src/Torch/Internal/Managed/Native/Native9.hs:1013)
_adaptive_avg_pool2d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1019)
_adaptive_avg_pool2d_backward_tt (src/Torch/Internal/Managed/Native/Native9.hs:1025)
adaptive_avg_pool3d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1032)
adaptive_avg_pool3d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1038)
_adaptive_avg_pool3d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1044)
adaptive_avg_pool3d_backward_out_ttt (src/Torch/Internal/Managed/Native/Native9.hs:1051)
_adaptive_avg_pool3d_backward_tt (src/Torch/Internal/Managed/Native/Native9.hs:1057)
adaptive_max_pool2d_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1065)
adaptive_max_pool2d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1071)
adaptive_max_pool2d_backward_out_tttt (src/Torch/Internal/Managed/Native/Native9.hs:1079)
adaptive_max_pool2d_backward_ttt (src/Torch/Internal/Managed/Native/Native9.hs:1086)
adaptive_max_pool3d_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1094)
adaptive_max_pool3d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1100)
adaptive_max_pool3d_backward_out_tttt (src/Torch/Internal/Managed/Native/Native9.hs:1108)
adaptive_max_pool3d_backward_ttt (src/Torch/Internal/Managed/Native/Native9.hs:1115)
avg_pool2d_out_ttlllbbl (src/Torch/Internal/Managed/Native/Native9.hs:1127)
avg_pool2d_out_ttlllbb (src/Torch/Internal/Managed/Native/Native9.hs:1138)
avg_pool2d_out_ttlllb (src/Torch/Internal/Managed/Native/Native9.hs:1148)
avg_pool2d_out_ttlll (src/Torch/Internal/Managed/Native/Native9.hs:1157)
avg_pool2d_out_ttll (src/Torch/Internal/Managed/Native/Native9.hs:1165)
avg_pool2d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1172)
avg_pool2d_tlllbbl (src/Torch/Internal/Managed/Native/Native9.hs:1183)
avg_pool2d_tlllbb (src/Torch/Internal/Managed/Native/Native9.hs:1193)
avg_pool2d_tlllb (src/Torch/Internal/Managed/Native/Native9.hs:1202)
avg_pool2d_tlll (src/Torch/Internal/Managed/Native/Native9.hs:1210)
avg_pool2d_tll (src/Torch/Internal/Managed/Native/Native9.hs:1217)
avg_pool2d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1223)
avg_pool2d_backward_out_tttlllbbl (src/Torch/Internal/Managed/Native/Native9.hs:1236)
avg_pool2d_backward_ttlllbbl (src/Torch/Internal/Managed/Native/Native9.hs:1248)
avg_pool3d_out_ttlllbbl (src/Torch/Internal/Managed/Native/Native9.hs:1260)
avg_pool3d_out_ttlllbb (src/Torch/Internal/Managed/Native/Native9.hs:1271)
avg_pool3d_out_ttlllb (src/Torch/Internal/Managed/Native/Native9.hs:1281)
avg_pool3d_out_ttlll (src/Torch/Internal/Managed/Native/Native9.hs:1290)
avg_pool3d_out_ttll (src/Torch/Internal/Managed/Native/Native9.hs:1298)
avg_pool3d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1305)
avg_pool3d_tlllbbl (src/Torch/Internal/Managed/Native/Native9.hs:1316)
avg_pool3d_tlllbb (src/Torch/Internal/Managed/Native/Native9.hs:1326)
avg_pool3d_tlllb (src/Torch/Internal/Managed/Native/Native9.hs:1335)
avg_pool3d_tlll (src/Torch/Internal/Managed/Native/Native9.hs:1343)
avg_pool3d_tll (src/Torch/Internal/Managed/Native/Native9.hs:1350)
avg_pool3d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1356)
avg_pool3d_backward_out_tttlllbbl (src/Torch/Internal/Managed/Native/Native9.hs:1369)
avg_pool3d_backward_ttlllbbl (src/Torch/Internal/Managed/Native/Native9.hs:1381)
fractional_max_pool2d_out_tttllt (src/Torch/Internal/Managed/Native/Native9.hs:1391)
fractional_max_pool2d_tllt (src/Torch/Internal/Managed/Native/Native9.hs:1399)
fractional_max_pool2d_backward_out_tttllt (src/Torch/Internal/Managed/Native/Native9.hs:1409)
fractional_max_pool2d_backward_ttllt (src/Torch/Internal/Managed/Native/Native9.hs:1418)
fractional_max_pool3d_out_tttllt (src/Torch/Internal/Managed/Native/Native9.hs:1428)
fractional_max_pool3d_tllt (src/Torch/Internal/Managed/Native/Native9.hs:1436)
fractional_max_pool3d_backward_out_tttllt (src/Torch/Internal/Managed/Native/Native9.hs:1446)
fractional_max_pool3d_backward_ttllt (src/Torch/Internal/Managed/Native/Native9.hs:1455)
max_pool2d_with_indices_out_tttllllb (src/Torch/Internal/Managed/Native/Native9.hs:1467)
max_pool2d_with_indices_out_tttllll (src/Torch/Internal/Managed/Native/Native9.hs:1478)
max_pool2d_with_indices_out_tttlll (src/Torch/Internal/Managed/Native/Native9.hs:1488)
max_pool2d_with_indices_out_tttll (src/Torch/Internal/Managed/Native/Native9.hs:1497)
max_pool2d_with_indices_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1505)
max_pool2d_with_indices_tllllb (src/Torch/Internal/Managed/Native/Native9.hs:1515)
max_pool2d_with_indices_tllll (src/Torch/Internal/Managed/Native/Native9.hs:1524)
max_pool2d_with_indices_tlll (src/Torch/Internal/Managed/Native/Native9.hs:1532)
max_pool2d_with_indices_tll (src/Torch/Internal/Managed/Native/Native9.hs:1539)
max_pool2d_with_indices_tl (src/Torch/Internal/Managed/Native/Native9.hs:1545)
max_pool2d_with_indices_backward_out_tttllllbt (src/Torch/Internal/Managed/Native/Native9.hs:1558)
max_pool2d_with_indices_backward_ttllllbt (src/Torch/Internal/Managed/Native/Native9.hs:1570)
max_pool3d_with_indices_out_tttllllb (src/Torch/Internal/Managed/Native/Native9.hs:1582)
max_pool3d_with_indices_out_tttllll (src/Torch/Internal/Managed/Native/Native9.hs:1593)
max_pool3d_with_indices_out_tttlll (src/Torch/Internal/Managed/Native/Native9.hs:1603)
max_pool3d_with_indices_out_tttll (src/Torch/Internal/Managed/Native/Native9.hs:1612)
max_pool3d_with_indices_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1620)
max_pool3d_with_indices_tllllb (src/Torch/Internal/Managed/Native/Native9.hs:1630)
max_pool3d_with_indices_tllll (src/Torch/Internal/Managed/Native/Native9.hs:1639)
max_pool3d_with_indices_tlll (src/Torch/Internal/Managed/Native/Native9.hs:1647)
max_pool3d_with_indices_tll (src/Torch/Internal/Managed/Native/Native9.hs:1654)
max_pool3d_with_indices_tl (src/Torch/Internal/Managed/Native/Native9.hs:1660)
max_pool3d_with_indices_backward_out_tttllllbt (src/Torch/Internal/Managed/Native/Native9.hs:1673)
max_pool3d_with_indices_backward_ttllllbt (src/Torch/Internal/Managed/Native/Native9.hs:1685)
max_unpool2d_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1693)
max_unpool2d_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1700)
max_unpool3d_out_tttlll (src/Torch/Internal/Managed/Native/Native9.hs:1710)
max_unpool3d_ttlll (src/Torch/Internal/Managed/Native/Native9.hs:1719)
reflection_pad1d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1726)
reflection_pad1d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1732)
reflection_pad1d_backward_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1740)
reflection_pad1d_backward_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1747)
reflection_pad2d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1754)
reflection_pad2d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1760)
reflection_pad2d_backward_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1768)
reflection_pad2d_backward_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1775)
reflection_pad3d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1782)
reflection_pad3d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1788)
reflection_pad3d_backward_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1796)
reflection_pad3d_backward_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1803)
replication_pad1d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1810)
replication_pad1d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1816)
replication_pad1d_backward_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1824)
replication_pad1d_backward_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1831)
replication_pad2d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1838)
replication_pad2d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1844)
replication_pad2d_backward_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1852)
replication_pad2d_backward_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1859)
replication_pad3d_out_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1866)
replication_pad3d_tl (src/Torch/Internal/Managed/Native/Native9.hs:1872)
replication_pad3d_backward_out_tttl (src/Torch/Internal/Managed/Native/Native9.hs:1880)
replication_pad3d_backward_ttl (src/Torch/Internal/Managed/Native/Native9.hs:1887)
_pad_circular_tl (src/Torch/Internal/Managed/Native/Native9.hs:1893)
_pad_enum_tlld (src/Torch/Internal/Managed/Native/Native9.hs:1901)
_pad_enum_tll (src/Torch/Internal/Managed/Native/Native9.hs:1908)
pad_tlsd (src/Torch/Internal/Managed/Native/Native9.hs:1916)
pad_tls (src/Torch/Internal/Managed/Native/Native9.hs:1923)
pad_tl (src/Torch/Internal/Managed/Native/Native9.hs:1929)
upsample_linear1d_tlba (src/Torch/Internal/Managed/Native/Native9.hs:1937)
upsample_bilinear2d_tlba (src/Torch/Internal/Managed/Native/Native9.hs:1945)
_upsample_bilinear2d_aa_tlba (src/Torch/Internal/Managed/Native/Native9.hs:1953)
upsample_trilinear3d_tlba (src/Torch/Internal/Managed/Native/Native9.hs:1961)
upsample_bicubic2d_tlba (src/Torch/Internal/Managed/Native/Native9.hs:1969)
_upsample_bicubic2d_aa_tlba (src/Torch/Internal/Managed/Native/Native9.hs:1977)
upsample_nearest1d_tla (src/Torch/Internal/Managed/Native/Native9.hs:1984)
_upsample_nearest_exact1d_tla (src/Torch/Internal/Managed/Native/Native9.hs:1991)
upsample_nearest2d_tla (src/Torch/Internal/Managed/Native/Native9.hs:1998)
_upsample_nearest_exact2d_tla (src/Torch/Internal/Managed/Native/Native9.hs:2005)
upsample_nearest3d_tla (src/Torch/Internal/Managed/Native/Native9.hs:2012)
_upsample_nearest_exact3d_tla (src/Torch/Internal/Managed/Native/Native9.hs:2019)
upsample_linear1d_out_ttlbd (src/Torch/Internal/Managed/Native/Native9.hs:2028)
upsample_linear1d_out_ttlb (src/Torch/Internal/Managed/Native/Native9.hs:2036)
upsample_linear1d_tlb (src/Torch/Internal/Managed/Native/Native9.hs:2043)
upsample_linear1d_backward_out_ttllbd (src/Torch/Internal/Managed/Native/Native9.hs:2053)
upsample_linear1d_backward_out_ttllb (src/Torch/Internal/Managed/Native/Native9.hs:2062)
upsample_linear1d_backward_tllb (src/Torch/Internal/Managed/Native/Native9.hs:2070)
upsample_bilinear2d_out_ttlbdd (src/Torch/Internal/Managed/Native/Native9.hs:2080)
upsample_bilinear2d_out_ttlb (src/Torch/Internal/Managed/Native/Native9.hs:2097)
upsample_bilinear2d_tlbdd (src/Torch/Internal/Managed/Native/Native9.hs:2106)
upsample_bilinear2d_tlb (src/Torch/Internal/Managed/Native/Native9.hs:2113)
upsample_bilinear2d_backward_out_ttllbdd (src/Torch/Internal/Managed/Native/Native9.hs:2124)
upsample_bilinear2d_backward_out_ttllbd (src/Torch/Internal/Managed/Native/Native9.hs:2134)
upsample_bilinear2d_backward_out_ttllb (src/Torch/Internal/Managed/Native/Native9.hs:2143)
upsample_bilinear2d_backward_tllbdd (src/Torch/Internal/Managed/Native/Native9.hs:2153)
upsample_bilinear2d_backward_tllb (src/Torch/Internal/Managed/Native/Native9.hs:2161)
_upsample_bilinear2d_aa_out_ttlbdd (src/Torch/Internal/Managed/Native/Native9.hs:2171)
_upsample_bilinear2d_aa_out_ttlbd (src/Torch/Internal/Managed/Native/Native9.hs:2180)
_upsample_bilinear2d_aa_out_ttlb (src/Torch/Internal/Managed/Native/Native9.hs:2188)
_upsample_bilinear2d_aa_tlbdd (src/Torch/Internal/Managed/Native/Native9.hs:2197)
_upsample_bilinear2d_aa_tlb (src/Torch/Internal/Managed/Native/Native9.hs:2212)
_upsample_bilinear2d_aa_backward_out_ttllbdd (src/Torch/Internal/Managed/Native/Native9.hs:2223)
_upsample_bilinear2d_aa_backward_out_ttllbd (src/Torch/Internal/Managed/Native/Native9.hs:2233)
_upsample_bilinear2d_aa_backward_out_ttllb (src/Torch/Internal/Managed/Native/Native9.hs:2242)
_upsample_bilinear2d_aa_backward_tllbdd (src/Torch/Internal/Managed/Native/Native9.hs:2252)
_upsample_bilinear2d_aa_backward_tllbd (src/Torch/Internal/Managed/Native/Native9.hs:2261)
_upsample_bilinear2d_aa_backward_tllb (src/Torch/Internal/Managed/Native/Native9.hs:2269)
upsample_bicubic2d_out_ttlbdd (src/Torch/Internal/Managed/Native/Native9.hs:2279)
upsample_bicubic2d_out_ttlbd (src/Torch/Internal/Managed/Native/Native9.hs:2288)
upsample_bicubic2d_out_ttlb (src/Torch/Internal/Managed/Native/Native9.hs:2296)
upsample_bicubic2d_tlbdd (src/Torch/Internal/Managed/Native/Native9.hs:2305)
upsample_bicubic2d_tlb (src/Torch/Internal/Managed/Native/Native9.hs:2312)
94% ( 17 / 18) in 'Torch.Internal.Managed.Native'
Missing documentation for:
Module header
0% ( 0 / 13) in 'Torch.Internal.Unmanaged.Optim'
Missing documentation for:
Module header
adagrad (src/Torch/Internal/Unmanaged/Optim.hs:90)
rmsprop (src/Torch/Internal/Unmanaged/Optim.hs:117)
sgd (src/Torch/Internal/Unmanaged/Optim.hs:144)
adam (src/Torch/Internal/Unmanaged/Optim.hs:170)
adamw (src/Torch/Internal/Unmanaged/Optim.hs:197)
lbfgs (src/Torch/Internal/Unmanaged/Optim.hs:226)
getParams (src/Torch/Internal/Unmanaged/Optim.hs:265)
step (src/Torch/Internal/Unmanaged/Optim.hs:271)
stepWithGenerator (src/Torch/Internal/Unmanaged/Optim.hs:294)
unsafeStep (src/Torch/Internal/Unmanaged/Optim.hs:322)
save (src/Torch/Internal/Unmanaged/Optim.hs:333)
load (src/Torch/Internal/Unmanaged/Optim.hs:340)
0% ( 0 / 13) in 'Torch.Internal.Managed.Optim'
Missing documentation for:
Module header
adagrad (src/Torch/Internal/Managed/Optim.hs:42)
rmsprop (src/Torch/Internal/Managed/Optim.hs:53)
sgd (src/Torch/Internal/Managed/Optim.hs:63)
adam (src/Torch/Internal/Managed/Optim.hs:74)
adamw (src/Torch/Internal/Managed/Optim.hs:85)
lbfgs (src/Torch/Internal/Managed/Optim.hs:97)
getParams (src/Torch/Internal/Managed/Optim.hs:100)
step (src/Torch/Internal/Managed/Optim.hs:103)
stepWithGenerator (src/Torch/Internal/Managed/Optim.hs:122)
unsafeStep (src/Torch/Internal/Managed/Optim.hs:144)
save (src/Torch/Internal/Managed/Optim.hs:147)
load (src/Torch/Internal/Managed/Optim.hs:150)
0% ( 0 / 5) in 'Torch.Internal.Unmanaged.Serialize'
Missing documentation for:
Module header
save (src/Torch/Internal/Unmanaged/Serialize.hs:29)
load (src/Torch/Internal/Unmanaged/Serialize.hs:34)
pickleSave (src/Torch/Internal/Unmanaged/Serialize.hs:41)
pickleLoad (src/Torch/Internal/Unmanaged/Serialize.hs:48)
0% ( 0 / 5) in 'Torch.Internal.Managed.Serialize'
Missing documentation for:
Module header
save (src/Torch/Internal/Managed/Serialize.hs:14)
load (src/Torch/Internal/Managed/Serialize.hs:17)
pickleSave (src/Torch/Internal/Managed/Serialize.hs:20)
pickleLoad (src/Torch/Internal/Managed/Serialize.hs:23)
0% ( 0 /184) in 'Torch.Internal.Unmanaged.TensorFactories'
Missing documentation for:
Module header
_cudnn_init_dropout_state_dblo (src/Torch/Internal/Unmanaged/TensorFactories.hs:39)
arange_so (src/Torch/Internal/Unmanaged/TensorFactories.hs:51)
arange_s (src/Torch/Internal/Unmanaged/TensorFactories.hs:60)
arange_sso (src/Torch/Internal/Unmanaged/TensorFactories.hs:70)
arange_ss (src/Torch/Internal/Unmanaged/TensorFactories.hs:81)
arange_ssso (src/Torch/Internal/Unmanaged/TensorFactories.hs:93)
arange_sss (src/Torch/Internal/Unmanaged/TensorFactories.hs:106)
bartlett_window_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:117)
bartlett_window_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:126)
bartlett_window_lbo (src/Torch/Internal/Unmanaged/TensorFactories.hs:136)
bartlett_window_lb (src/Torch/Internal/Unmanaged/TensorFactories.hs:147)
blackman_window_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:157)
blackman_window_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:166)
blackman_window_lbo (src/Torch/Internal/Unmanaged/TensorFactories.hs:176)
blackman_window_lb (src/Torch/Internal/Unmanaged/TensorFactories.hs:187)
empty_lNoM (src/Torch/Internal/Unmanaged/TensorFactories.hs:199)
empty_lNo (src/Torch/Internal/Unmanaged/TensorFactories.hs:212)
empty_lN (src/Torch/Internal/Unmanaged/TensorFactories.hs:223)
empty_loM (src/Torch/Internal/Unmanaged/TensorFactories.hs:234)
empty_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:245)
empty_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:254)
_empty_affine_quantized_lodlM (src/Torch/Internal/Unmanaged/TensorFactories.hs:266)
_empty_affine_quantized_lodl (src/Torch/Internal/Unmanaged/TensorFactories.hs:281)
_empty_affine_quantized_lod (src/Torch/Internal/Unmanaged/TensorFactories.hs:294)
_empty_affine_quantized_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:305)
_empty_affine_quantized_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:314)
_empty_per_channel_affine_quantized_lttloM (src/Torch/Internal/Unmanaged/TensorFactories.hs:327)
_empty_per_channel_affine_quantized_lttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:344)
_empty_per_channel_affine_quantized_lttl (src/Torch/Internal/Unmanaged/TensorFactories.hs:359)
empty_quantized_ltoM (src/Torch/Internal/Unmanaged/TensorFactories.hs:373)
empty_quantized_lto (src/Torch/Internal/Unmanaged/TensorFactories.hs:386)
empty_quantized_lt (src/Torch/Internal/Unmanaged/TensorFactories.hs:397)
empty_like_toM (src/Torch/Internal/Unmanaged/TensorFactories.hs:408)
empty_like_to (src/Torch/Internal/Unmanaged/TensorFactories.hs:419)
empty_like_t (src/Torch/Internal/Unmanaged/TensorFactories.hs:428)
empty_strided_llo (src/Torch/Internal/Unmanaged/TensorFactories.hs:438)
empty_strided_ll (src/Torch/Internal/Unmanaged/TensorFactories.hs:449)
eye_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:459)
eye_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:468)
eye_llo (src/Torch/Internal/Unmanaged/TensorFactories.hs:478)
eye_ll (src/Torch/Internal/Unmanaged/TensorFactories.hs:489)
full_lsNo (src/Torch/Internal/Unmanaged/TensorFactories.hs:501)
full_lsN (src/Torch/Internal/Unmanaged/TensorFactories.hs:514)
full_lso (src/Torch/Internal/Unmanaged/TensorFactories.hs:526)
full_ls (src/Torch/Internal/Unmanaged/TensorFactories.hs:537)
full_like_tsoM (src/Torch/Internal/Unmanaged/TensorFactories.hs:549)
full_like_tso (src/Torch/Internal/Unmanaged/TensorFactories.hs:562)
full_like_ts (src/Torch/Internal/Unmanaged/TensorFactories.hs:573)
from_file_sblo (src/Torch/Internal/Unmanaged/TensorFactories.hs:585)
from_file_sbl (src/Torch/Internal/Unmanaged/TensorFactories.hs:598)
from_file_sb (src/Torch/Internal/Unmanaged/TensorFactories.hs:609)
from_file_s (src/Torch/Internal/Unmanaged/TensorFactories.hs:618)
hann_window_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:627)
hann_window_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:636)
hann_window_lbo (src/Torch/Internal/Unmanaged/TensorFactories.hs:646)
hann_window_lb (src/Torch/Internal/Unmanaged/TensorFactories.hs:657)
hamming_window_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:667)
hamming_window_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:676)
hamming_window_lbo (src/Torch/Internal/Unmanaged/TensorFactories.hs:686)
hamming_window_lb (src/Torch/Internal/Unmanaged/TensorFactories.hs:697)
hamming_window_lbdo (src/Torch/Internal/Unmanaged/TensorFactories.hs:709)
hamming_window_lbd (src/Torch/Internal/Unmanaged/TensorFactories.hs:722)
hamming_window_lbddo (src/Torch/Internal/Unmanaged/TensorFactories.hs:736)
hamming_window_lbdd (src/Torch/Internal/Unmanaged/TensorFactories.hs:751)
kaiser_window_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:763)
kaiser_window_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:772)
kaiser_window_lbo (src/Torch/Internal/Unmanaged/TensorFactories.hs:782)
kaiser_window_lb (src/Torch/Internal/Unmanaged/TensorFactories.hs:793)
kaiser_window_lbdo (src/Torch/Internal/Unmanaged/TensorFactories.hs:805)
kaiser_window_lbd (src/Torch/Internal/Unmanaged/TensorFactories.hs:818)
linspace_sslo (src/Torch/Internal/Unmanaged/TensorFactories.hs:831)
linspace_ssl (src/Torch/Internal/Unmanaged/TensorFactories.hs:844)
logspace_ssldo (src/Torch/Internal/Unmanaged/TensorFactories.hs:858)
logspace_ssld (src/Torch/Internal/Unmanaged/TensorFactories.hs:873)
logspace_ssl (src/Torch/Internal/Unmanaged/TensorFactories.hs:886)
ones_lNo (src/Torch/Internal/Unmanaged/TensorFactories.hs:898)
ones_lN (src/Torch/Internal/Unmanaged/TensorFactories.hs:909)
ones_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:919)
ones_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:928)
ones_like_toM (src/Torch/Internal/Unmanaged/TensorFactories.hs:938)
ones_like_to (src/Torch/Internal/Unmanaged/TensorFactories.hs:949)
ones_like_t (src/Torch/Internal/Unmanaged/TensorFactories.hs:958)
scalar_tensor_so (src/Torch/Internal/Unmanaged/TensorFactories.hs:967)
scalar_tensor_s (src/Torch/Internal/Unmanaged/TensorFactories.hs:976)
rand_lNo (src/Torch/Internal/Unmanaged/TensorFactories.hs:986)
rand_lN (src/Torch/Internal/Unmanaged/TensorFactories.hs:997)
rand_lGNo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1009)
rand_lGN (src/Torch/Internal/Unmanaged/TensorFactories.hs:1022)
rand_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1033)
rand_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:1042)
rand_lGo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1052)
rand_lG (src/Torch/Internal/Unmanaged/TensorFactories.hs:1063)
rand_like_toM (src/Torch/Internal/Unmanaged/TensorFactories.hs:1074)
rand_like_to (src/Torch/Internal/Unmanaged/TensorFactories.hs:1085)
rand_like_t (src/Torch/Internal/Unmanaged/TensorFactories.hs:1094)
randint_llo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1104)
randint_ll (src/Torch/Internal/Unmanaged/TensorFactories.hs:1115)
randint_llGo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1127)
randint_llG (src/Torch/Internal/Unmanaged/TensorFactories.hs:1140)
randint_lllo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1153)
randint_lll (src/Torch/Internal/Unmanaged/TensorFactories.hs:1166)
randint_lllGo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1180)
randint_lllG (src/Torch/Internal/Unmanaged/TensorFactories.hs:1195)
randint_like_tloM (src/Torch/Internal/Unmanaged/TensorFactories.hs:1209)
randint_like_tlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1222)
randint_like_tl (src/Torch/Internal/Unmanaged/TensorFactories.hs:1233)
randint_like_tlloM (src/Torch/Internal/Unmanaged/TensorFactories.hs:1246)
randint_like_tllo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1261)
randint_like_tll (src/Torch/Internal/Unmanaged/TensorFactories.hs:1274)
randn_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1285)
randn_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:1294)
randn_lGo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1304)
randn_lG (src/Torch/Internal/Unmanaged/TensorFactories.hs:1315)
randn_lNo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1326)
randn_lN (src/Torch/Internal/Unmanaged/TensorFactories.hs:1337)
randn_lGNo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1349)
randn_lGN (src/Torch/Internal/Unmanaged/TensorFactories.hs:1362)
randn_like_toM (src/Torch/Internal/Unmanaged/TensorFactories.hs:1374)
randn_like_to (src/Torch/Internal/Unmanaged/TensorFactories.hs:1385)
randn_like_t (src/Torch/Internal/Unmanaged/TensorFactories.hs:1394)
randperm_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1403)
randperm_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:1412)
randperm_lGo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1422)
randperm_lG (src/Torch/Internal/Unmanaged/TensorFactories.hs:1433)
range_ssso (src/Torch/Internal/Unmanaged/TensorFactories.hs:1445)
range_sss (src/Torch/Internal/Unmanaged/TensorFactories.hs:1458)
zeros_lNo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1470)
zeros_lN (src/Torch/Internal/Unmanaged/TensorFactories.hs:1481)
_efficientzerotensor_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1491)
_efficientzerotensor_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:1500)
zeros_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1509)
zeros_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:1518)
zeros_like_toM (src/Torch/Internal/Unmanaged/TensorFactories.hs:1528)
zeros_like_to (src/Torch/Internal/Unmanaged/TensorFactories.hs:1539)
zeros_like_t (src/Torch/Internal/Unmanaged/TensorFactories.hs:1548)
sparse_compressed_tensor_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1560)
sparse_csr_tensor_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1576)
sparse_csc_tensor_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1592)
sparse_bsr_tensor_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1608)
sparse_bsc_tensor_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1624)
sparse_compressed_tensor_ttto (src/Torch/Internal/Unmanaged/TensorFactories.hs:1639)
sparse_csr_tensor_ttto (src/Torch/Internal/Unmanaged/TensorFactories.hs:1653)
sparse_csc_tensor_ttto (src/Torch/Internal/Unmanaged/TensorFactories.hs:1667)
sparse_bsr_tensor_ttto (src/Torch/Internal/Unmanaged/TensorFactories.hs:1681)
sparse_bsc_tensor_ttto (src/Torch/Internal/Unmanaged/TensorFactories.hs:1695)
_sparse_compressed_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1710)
_sparse_compressed_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/TensorFactories.hs:1725)
_sparse_csr_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1740)
_sparse_csr_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/TensorFactories.hs:1755)
_sparse_csc_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1770)
_sparse_csc_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/TensorFactories.hs:1785)
_sparse_bsr_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1800)
_sparse_bsr_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/TensorFactories.hs:1815)
_sparse_bsc_tensor_unsafe_tttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1830)
_sparse_bsc_tensor_unsafe_tttl (src/Torch/Internal/Unmanaged/TensorFactories.hs:1845)
sparse_coo_tensor_lo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1857)
sparse_coo_tensor_tto (src/Torch/Internal/Unmanaged/TensorFactories.hs:1868)
sparse_coo_tensor_tt (src/Torch/Internal/Unmanaged/TensorFactories.hs:1879)
sparse_coo_tensor_ttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1891)
sparse_coo_tensor_ttl (src/Torch/Internal/Unmanaged/TensorFactories.hs:1904)
_sparse_coo_tensor_unsafe_ttlo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1917)
_sparse_coo_tensor_unsafe_ttl (src/Torch/Internal/Unmanaged/TensorFactories.hs:1930)
_sparse_coo_tensor_with_dims_lllo (src/Torch/Internal/Unmanaged/TensorFactories.hs:1943)
_sparse_coo_tensor_with_dims_and_tensors_llltto (src/Torch/Internal/Unmanaged/TensorFactories.hs:1959)
_to_copy_tobM (src/Torch/Internal/Unmanaged/TensorFactories.hs:1975)
_to_copy_tob (src/Torch/Internal/Unmanaged/TensorFactories.hs:1988)
_to_copy_to (src/Torch/Internal/Unmanaged/TensorFactories.hs:1999)
_to_copy_t (src/Torch/Internal/Unmanaged/TensorFactories.hs:2008)
tril_indices_lllo (src/Torch/Internal/Unmanaged/TensorFactories.hs:2019)
tril_indices_lll (src/Torch/Internal/Unmanaged/TensorFactories.hs:2032)
tril_indices_ll (src/Torch/Internal/Unmanaged/TensorFactories.hs:2043)
triu_indices_lllo (src/Torch/Internal/Unmanaged/TensorFactories.hs:2055)
triu_indices_lll (src/Torch/Internal/Unmanaged/TensorFactories.hs:2068)
triu_indices_ll (src/Torch/Internal/Unmanaged/TensorFactories.hs:2079)
normal_ddlGo (src/Torch/Internal/Unmanaged/TensorFactories.hs:2092)
normal_ddlG (src/Torch/Internal/Unmanaged/TensorFactories.hs:2107)
normal_ddl (src/Torch/Internal/Unmanaged/TensorFactories.hs:2120)
fft_fftfreq_ldo (src/Torch/Internal/Unmanaged/TensorFactories.hs:2132)
fft_fftfreq_ld (src/Torch/Internal/Unmanaged/TensorFactories.hs:2143)
fft_fftfreq_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:2152)
fft_rfftfreq_ldo (src/Torch/Internal/Unmanaged/TensorFactories.hs:2162)
fft_rfftfreq_ld (src/Torch/Internal/Unmanaged/TensorFactories.hs:2173)
fft_rfftfreq_l (src/Torch/Internal/Unmanaged/TensorFactories.hs:2182)
0% ( 0 /184) in 'Torch.Internal.Managed.TensorFactories'
Missing documentation for:
Module header
_cudnn_init_dropout_state_dblo (src/Torch/Internal/Managed/TensorFactories.hs:30)
arange_so (src/Torch/Internal/Managed/TensorFactories.hs:36)
arange_s (src/Torch/Internal/Managed/TensorFactories.hs:41)
arange_sso (src/Torch/Internal/Managed/TensorFactories.hs:48)
arange_ss (src/Torch/Internal/Managed/TensorFactories.hs:54)
arange_ssso (src/Torch/Internal/Managed/TensorFactories.hs:62)
arange_sss (src/Torch/Internal/Managed/TensorFactories.hs:69)
bartlett_window_lo (src/Torch/Internal/Managed/TensorFactories.hs:75)
bartlett_window_l (src/Torch/Internal/Managed/TensorFactories.hs:80)
bartlett_window_lbo (src/Torch/Internal/Managed/TensorFactories.hs:87)
bartlett_window_lb (src/Torch/Internal/Managed/TensorFactories.hs:93)
blackman_window_lo (src/Torch/Internal/Managed/TensorFactories.hs:99)
blackman_window_l (src/Torch/Internal/Managed/TensorFactories.hs:104)
blackman_window_lbo (src/Torch/Internal/Managed/TensorFactories.hs:111)
blackman_window_lb (src/Torch/Internal/Managed/TensorFactories.hs:117)
empty_lNoM (src/Torch/Internal/Managed/TensorFactories.hs:125)
empty_lNo (src/Torch/Internal/Managed/TensorFactories.hs:132)
empty_lN (src/Torch/Internal/Managed/TensorFactories.hs:138)
empty_loM (src/Torch/Internal/Managed/TensorFactories.hs:145)
empty_lo (src/Torch/Internal/Managed/TensorFactories.hs:151)
empty_l (src/Torch/Internal/Managed/TensorFactories.hs:156)
_empty_affine_quantized_lodlM (src/Torch/Internal/Managed/TensorFactories.hs:165)
_empty_affine_quantized_lodl (src/Torch/Internal/Managed/TensorFactories.hs:173)
_empty_affine_quantized_lod (src/Torch/Internal/Managed/TensorFactories.hs:180)
_empty_affine_quantized_lo (src/Torch/Internal/Managed/TensorFactories.hs:186)
_empty_affine_quantized_l (src/Torch/Internal/Managed/TensorFactories.hs:191)
_empty_per_channel_affine_quantized_lttloM (src/Torch/Internal/Managed/TensorFactories.hs:201)
_empty_per_channel_affine_quantized_lttlo (src/Torch/Internal/Managed/TensorFactories.hs:210)
_empty_per_channel_affine_quantized_lttl (src/Torch/Internal/Managed/TensorFactories.hs:218)
empty_quantized_ltoM (src/Torch/Internal/Managed/TensorFactories.hs:226)
empty_quantized_lto (src/Torch/Internal/Managed/TensorFactories.hs:233)
empty_quantized_lt (src/Torch/Internal/Managed/TensorFactories.hs:239)
empty_like_toM (src/Torch/Internal/Managed/TensorFactories.hs:246)
empty_like_to (src/Torch/Internal/Managed/TensorFactories.hs:252)
empty_like_t (src/Torch/Internal/Managed/TensorFactories.hs:257)
empty_strided_llo (src/Torch/Internal/Managed/TensorFactories.hs:264)
empty_strided_ll (src/Torch/Internal/Managed/TensorFactories.hs:270)
eye_lo (src/Torch/Internal/Managed/TensorFactories.hs:276)
eye_l (src/Torch/Internal/Managed/TensorFactories.hs:281)
eye_llo (src/Torch/Internal/Managed/TensorFactories.hs:288)
eye_ll (src/Torch/Internal/Managed/TensorFactories.hs:294)
full_lsNo (src/Torch/Internal/Managed/TensorFactories.hs:302)
full_lsN (src/Torch/Internal/Managed/TensorFactories.hs:309)
full_lso (src/Torch/Internal/Managed/TensorFactories.hs:316)
full_ls (src/Torch/Internal/Managed/TensorFactories.hs:322)
full_like_tsoM (src/Torch/Internal/Managed/TensorFactories.hs:330)
full_like_tso (src/Torch/Internal/Managed/TensorFactories.hs:337)
full_like_ts (src/Torch/Internal/Managed/TensorFactories.hs:343)
from_file_sblo (src/Torch/Internal/Managed/TensorFactories.hs:351)
from_file_sbl (src/Torch/Internal/Managed/TensorFactories.hs:358)
from_file_sb (src/Torch/Internal/Managed/TensorFactories.hs:364)
from_file_s (src/Torch/Internal/Managed/TensorFactories.hs:369)
hann_window_lo (src/Torch/Internal/Managed/TensorFactories.hs:375)
hann_window_l (src/Torch/Internal/Managed/TensorFactories.hs:380)
hann_window_lbo (src/Torch/Internal/Managed/TensorFactories.hs:387)
hann_window_lb (src/Torch/Internal/Managed/TensorFactories.hs:393)
hamming_window_lo (src/Torch/Internal/Managed/TensorFactories.hs:399)
hamming_window_l (src/Torch/Internal/Managed/TensorFactories.hs:404)
hamming_window_lbo (src/Torch/Internal/Managed/TensorFactories.hs:411)
hamming_window_lb (src/Torch/Internal/Managed/TensorFactories.hs:417)
hamming_window_lbdo (src/Torch/Internal/Managed/TensorFactories.hs:425)
hamming_window_lbd (src/Torch/Internal/Managed/TensorFactories.hs:432)
hamming_window_lbddo (src/Torch/Internal/Managed/TensorFactories.hs:441)
hamming_window_lbdd (src/Torch/Internal/Managed/TensorFactories.hs:449)
kaiser_window_lo (src/Torch/Internal/Managed/TensorFactories.hs:455)
kaiser_window_l (src/Torch/Internal/Managed/TensorFactories.hs:460)
kaiser_window_lbo (src/Torch/Internal/Managed/TensorFactories.hs:467)
kaiser_window_lb (src/Torch/Internal/Managed/TensorFactories.hs:473)
kaiser_window_lbdo (src/Torch/Internal/Managed/TensorFactories.hs:481)
kaiser_window_lbd (src/Torch/Internal/Managed/TensorFactories.hs:488)
linspace_sslo (src/Torch/Internal/Managed/TensorFactories.hs:496)
linspace_ssl (src/Torch/Internal/Managed/TensorFactories.hs:503)
logspace_ssldo (src/Torch/Internal/Managed/TensorFactories.hs:512)
logspace_ssld (src/Torch/Internal/Managed/TensorFactories.hs:520)
logspace_ssl (src/Torch/Internal/Managed/TensorFactories.hs:527)
ones_lNo (src/Torch/Internal/Managed/TensorFactories.hs:534)
ones_lN (src/Torch/Internal/Managed/TensorFactories.hs:540)
ones_lo (src/Torch/Internal/Managed/TensorFactories.hs:546)
ones_l (src/Torch/Internal/Managed/TensorFactories.hs:551)
ones_like_toM (src/Torch/Internal/Managed/TensorFactories.hs:558)
ones_like_to (src/Torch/Internal/Managed/TensorFactories.hs:564)
ones_like_t (src/Torch/Internal/Managed/TensorFactories.hs:569)
scalar_tensor_so (src/Torch/Internal/Managed/TensorFactories.hs:575)
scalar_tensor_s (src/Torch/Internal/Managed/TensorFactories.hs:580)
rand_lNo (src/Torch/Internal/Managed/TensorFactories.hs:587)
rand_lN (src/Torch/Internal/Managed/TensorFactories.hs:593)
rand_lGNo (src/Torch/Internal/Managed/TensorFactories.hs:601)
rand_lGN (src/Torch/Internal/Managed/TensorFactories.hs:608)
rand_lo (src/Torch/Internal/Managed/TensorFactories.hs:614)
rand_l (src/Torch/Internal/Managed/TensorFactories.hs:619)
rand_lGo (src/Torch/Internal/Managed/TensorFactories.hs:626)
rand_lG (src/Torch/Internal/Managed/TensorFactories.hs:632)
rand_like_toM (src/Torch/Internal/Managed/TensorFactories.hs:639)
rand_like_to (src/Torch/Internal/Managed/TensorFactories.hs:645)
rand_like_t (src/Torch/Internal/Managed/TensorFactories.hs:650)
randint_llo (src/Torch/Internal/Managed/TensorFactories.hs:657)
randint_ll (src/Torch/Internal/Managed/TensorFactories.hs:663)
randint_llGo (src/Torch/Internal/Managed/TensorFactories.hs:671)
randint_llG (src/Torch/Internal/Managed/TensorFactories.hs:678)
randint_lllo (src/Torch/Internal/Managed/TensorFactories.hs:686)
randint_lll (src/Torch/Internal/Managed/TensorFactories.hs:693)
randint_lllGo (src/Torch/Internal/Managed/TensorFactories.hs:702)
randint_lllG (src/Torch/Internal/Managed/TensorFactories.hs:710)
randint_like_tloM (src/Torch/Internal/Managed/TensorFactories.hs:718)
randint_like_tlo (src/Torch/Internal/Managed/TensorFactories.hs:725)
randint_like_tl (src/Torch/Internal/Managed/TensorFactories.hs:731)
randint_like_tlloM (src/Torch/Internal/Managed/TensorFactories.hs:740)
randint_like_tllo (src/Torch/Internal/Managed/TensorFactories.hs:748)
randint_like_tll (src/Torch/Internal/Managed/TensorFactories.hs:755)
randn_lo (src/Torch/Internal/Managed/TensorFactories.hs:761)
randn_l (src/Torch/Internal/Managed/TensorFactories.hs:766)
randn_lGo (src/Torch/Internal/Managed/TensorFactories.hs:773)
randn_lG (src/Torch/Internal/Managed/TensorFactories.hs:779)
randn_lNo (src/Torch/Internal/Managed/TensorFactories.hs:786)
randn_lN (src/Torch/Internal/Managed/TensorFactories.hs:792)
randn_lGNo (src/Torch/Internal/Managed/TensorFactories.hs:800)
randn_lGN (src/Torch/Internal/Managed/TensorFactories.hs:807)
randn_like_toM (src/Torch/Internal/Managed/TensorFactories.hs:814)
randn_like_to (src/Torch/Internal/Managed/TensorFactories.hs:820)
randn_like_t (src/Torch/Internal/Managed/TensorFactories.hs:825)
randperm_lo (src/Torch/Internal/Managed/TensorFactories.hs:831)
randperm_l (src/Torch/Internal/Managed/TensorFactories.hs:836)
randperm_lGo (src/Torch/Internal/Managed/TensorFactories.hs:843)
randperm_lG (src/Torch/Internal/Managed/TensorFactories.hs:849)
range_ssso (src/Torch/Internal/Managed/TensorFactories.hs:857)
range_sss (src/Torch/Internal/Managed/TensorFactories.hs:864)
zeros_lNo (src/Torch/Internal/Managed/TensorFactories.hs:871)
zeros_lN (src/Torch/Internal/Managed/TensorFactories.hs:877)
_efficientzerotensor_lo (src/Torch/Internal/Managed/TensorFactories.hs:883)
_efficientzerotensor_l (src/Torch/Internal/Managed/TensorFactories.hs:888)
zeros_lo (src/Torch/Internal/Managed/TensorFactories.hs:894)
zeros_l (src/Torch/Internal/Managed/TensorFactories.hs:899)
zeros_like_toM (src/Torch/Internal/Managed/TensorFactories.hs:906)
zeros_like_to (src/Torch/Internal/Managed/TensorFactories.hs:912)
zeros_like_t (src/Torch/Internal/Managed/TensorFactories.hs:917)
sparse_compressed_tensor_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:926)
sparse_csr_tensor_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:935)
sparse_csc_tensor_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:944)
sparse_bsr_tensor_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:953)
sparse_bsc_tensor_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:962)
sparse_compressed_tensor_ttto (src/Torch/Internal/Managed/TensorFactories.hs:970)
sparse_csr_tensor_ttto (src/Torch/Internal/Managed/TensorFactories.hs:978)
sparse_csc_tensor_ttto (src/Torch/Internal/Managed/TensorFactories.hs:986)
sparse_bsr_tensor_ttto (src/Torch/Internal/Managed/TensorFactories.hs:994)
sparse_bsc_tensor_ttto (src/Torch/Internal/Managed/TensorFactories.hs:1002)
_sparse_compressed_tensor_unsafe_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:1011)
_sparse_compressed_tensor_unsafe_tttl (src/Torch/Internal/Managed/TensorFactories.hs:1019)
_sparse_csr_tensor_unsafe_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:1028)
_sparse_csr_tensor_unsafe_tttl (src/Torch/Internal/Managed/TensorFactories.hs:1036)
_sparse_csc_tensor_unsafe_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:1045)
_sparse_csc_tensor_unsafe_tttl (src/Torch/Internal/Managed/TensorFactories.hs:1053)
_sparse_bsr_tensor_unsafe_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:1062)
_sparse_bsr_tensor_unsafe_tttl (src/Torch/Internal/Managed/TensorFactories.hs:1070)
_sparse_bsc_tensor_unsafe_tttlo (src/Torch/Internal/Managed/TensorFactories.hs:1079)
_sparse_bsc_tensor_unsafe_tttl (src/Torch/Internal/Managed/TensorFactories.hs:1087)
sparse_coo_tensor_lo (src/Torch/Internal/Managed/TensorFactories.hs:1093)
sparse_coo_tensor_tto (src/Torch/Internal/Managed/TensorFactories.hs:1100)
sparse_coo_tensor_tt (src/Torch/Internal/Managed/TensorFactories.hs:1106)
sparse_coo_tensor_ttlo (src/Torch/Internal/Managed/TensorFactories.hs:1114)
sparse_coo_tensor_ttl (src/Torch/Internal/Managed/TensorFactories.hs:1121)
_sparse_coo_tensor_unsafe_ttlo (src/Torch/Internal/Managed/TensorFactories.hs:1129)
_sparse_coo_tensor_unsafe_ttl (src/Torch/Internal/Managed/TensorFactories.hs:1136)
_sparse_coo_tensor_with_dims_lllo (src/Torch/Internal/Managed/TensorFactories.hs:1144)
_sparse_coo_tensor_with_dims_and_tensors_llltto (src/Torch/Internal/Managed/TensorFactories.hs:1154)
_to_copy_tobM (src/Torch/Internal/Managed/TensorFactories.hs:1162)
_to_copy_tob (src/Torch/Internal/Managed/TensorFactories.hs:1169)
_to_copy_to (src/Torch/Internal/Managed/TensorFactories.hs:1175)
_to_copy_t (src/Torch/Internal/Managed/TensorFactories.hs:1180)
tril_indices_lllo (src/Torch/Internal/Managed/TensorFactories.hs:1188)
tril_indices_lll (src/Torch/Internal/Managed/TensorFactories.hs:1195)
tril_indices_ll (src/Torch/Internal/Managed/TensorFactories.hs:1201)
triu_indices_lllo (src/Torch/Internal/Managed/TensorFactories.hs:1209)
triu_indices_lll (src/Torch/Internal/Managed/TensorFactories.hs:1216)
triu_indices_ll (src/Torch/Internal/Managed/TensorFactories.hs:1222)
normal_ddlGo (src/Torch/Internal/Managed/TensorFactories.hs:1231)
normal_ddlG (src/Torch/Internal/Managed/TensorFactories.hs:1239)
normal_ddl (src/Torch/Internal/Managed/TensorFactories.hs:1246)
fft_fftfreq_ldo (src/Torch/Internal/Managed/TensorFactories.hs:1253)
fft_fftfreq_ld (src/Torch/Internal/Managed/TensorFactories.hs:1259)
fft_fftfreq_l (src/Torch/Internal/Managed/TensorFactories.hs:1264)
fft_rfftfreq_ldo (src/Torch/Internal/Managed/TensorFactories.hs:1271)
fft_rfftfreq_ld (src/Torch/Internal/Managed/TensorFactories.hs:1277)
fft_rfftfreq_l (src/Torch/Internal/Managed/TensorFactories.hs:1282)
0% ( 0 / 7) in 'Torch.Internal.Unmanaged.Type.C10Dict'
Missing documentation for:
Module header
newC10Dict (src/Torch/Internal/Unmanaged/Type/C10Dict.hs:31)
c10Dict_empty (src/Torch/Internal/Unmanaged/Type/C10Dict.hs:36)
c10Dict_size (src/Torch/Internal/Unmanaged/Type/C10Dict.hs:39)
c10Dict_at (src/Torch/Internal/Unmanaged/Type/C10Dict.hs:42)
c10Dict_insert (src/Torch/Internal/Unmanaged/Type/C10Dict.hs:45)
c10Dict_toList (src/Torch/Internal/Unmanaged/Type/C10Dict.hs:51)
0% ( 0 / 7) in 'Torch.Internal.Managed.Type.C10Dict'
Missing documentation for:
Module header
newC10Dict (src/Torch/Internal/Managed/Type/C10Dict.hs:28)
c10Dict_empty (src/Torch/Internal/Managed/Type/C10Dict.hs:31)
c10Dict_size (src/Torch/Internal/Managed/Type/C10Dict.hs:34)
c10Dict_at (src/Torch/Internal/Managed/Type/C10Dict.hs:37)
c10Dict_insert (src/Torch/Internal/Managed/Type/C10Dict.hs:40)
c10Dict_toList (src/Torch/Internal/Managed/Type/C10Dict.hs:43)
0% ( 0 / 31) in 'Torch.Internal.Unmanaged.Type.C10List'
Missing documentation for:
Module header
newC10ListIValue (src/Torch/Internal/Unmanaged/Type/C10List.hs:31)
newC10ListTensor (src/Torch/Internal/Unmanaged/Type/C10List.hs:34)
newC10ListOptionalTensor (src/Torch/Internal/Unmanaged/Type/C10List.hs:37)
newC10ListDouble (src/Torch/Internal/Unmanaged/Type/C10List.hs:40)
newC10ListInt (src/Torch/Internal/Unmanaged/Type/C10List.hs:43)
newC10ListBool (src/Torch/Internal/Unmanaged/Type/C10List.hs:46)
c10ListIValue_empty (src/Torch/Internal/Unmanaged/Type/C10List.hs:52)
c10ListTensor_empty (src/Torch/Internal/Unmanaged/Type/C10List.hs:55)
c10ListOptionalTensor_empty (src/Torch/Internal/Unmanaged/Type/C10List.hs:58)
c10ListDouble_empty (src/Torch/Internal/Unmanaged/Type/C10List.hs:61)
c10ListInt_empty (src/Torch/Internal/Unmanaged/Type/C10List.hs:64)
c10ListBool_empty (src/Torch/Internal/Unmanaged/Type/C10List.hs:67)
c10ListIValue_size (src/Torch/Internal/Unmanaged/Type/C10List.hs:70)
c10ListTensor_size (src/Torch/Internal/Unmanaged/Type/C10List.hs:73)
c10ListOptionalTensor_size (src/Torch/Internal/Unmanaged/Type/C10List.hs:76)
c10ListDouble_size (src/Torch/Internal/Unmanaged/Type/C10List.hs:79)
c10ListInt_size (src/Torch/Internal/Unmanaged/Type/C10List.hs:82)
c10ListBool_size (src/Torch/Internal/Unmanaged/Type/C10List.hs:85)
c10ListIValue_at (src/Torch/Internal/Unmanaged/Type/C10List.hs:88)
c10ListTensor_at (src/Torch/Internal/Unmanaged/Type/C10List.hs:91)
c10ListOptionalTensor_at (src/Torch/Internal/Unmanaged/Type/C10List.hs:94)
c10ListDouble_at (src/Torch/Internal/Unmanaged/Type/C10List.hs:101)
c10ListInt_at (src/Torch/Internal/Unmanaged/Type/C10List.hs:104)
c10ListBool_at (src/Torch/Internal/Unmanaged/Type/C10List.hs:107)
c10ListIValue_push_back (src/Torch/Internal/Unmanaged/Type/C10List.hs:110)
c10ListTensor_push_back (src/Torch/Internal/Unmanaged/Type/C10List.hs:113)
c10ListOptionalTensor_push_back (src/Torch/Internal/Unmanaged/Type/C10List.hs:116)
c10ListDouble_push_back (src/Torch/Internal/Unmanaged/Type/C10List.hs:119)
c10ListInt_push_back (src/Torch/Internal/Unmanaged/Type/C10List.hs:122)
c10ListBool_push_back (src/Torch/Internal/Unmanaged/Type/C10List.hs:125)
0% ( 0 / 31) in 'Torch.Internal.Managed.Type.C10List'
Missing documentation for:
Module header
newC10ListIValue (src/Torch/Internal/Managed/Type/C10List.hs:27)
newC10ListTensor (src/Torch/Internal/Managed/Type/C10List.hs:30)
newC10ListOptionalTensor (src/Torch/Internal/Managed/Type/C10List.hs:33)
newC10ListDouble (src/Torch/Internal/Managed/Type/C10List.hs:36)
newC10ListInt (src/Torch/Internal/Managed/Type/C10List.hs:39)
newC10ListBool (src/Torch/Internal/Managed/Type/C10List.hs:42)
c10ListIValue_empty (src/Torch/Internal/Managed/Type/C10List.hs:49)
c10ListTensor_empty (src/Torch/Internal/Managed/Type/C10List.hs:52)
c10ListOptionalTensor_empty (src/Torch/Internal/Managed/Type/C10List.hs:55)
c10ListDouble_empty (src/Torch/Internal/Managed/Type/C10List.hs:58)
c10ListInt_empty (src/Torch/Internal/Managed/Type/C10List.hs:61)
c10ListBool_empty (src/Torch/Internal/Managed/Type/C10List.hs:64)
c10ListIValue_size (src/Torch/Internal/Managed/Type/C10List.hs:67)
c10ListTensor_size (src/Torch/Internal/Managed/Type/C10List.hs:70)
c10ListOptionalTensor_size (src/Torch/Internal/Managed/Type/C10List.hs:73)
c10ListDouble_size (src/Torch/Internal/Managed/Type/C10List.hs:76)
c10ListInt_size (src/Torch/Internal/Managed/Type/C10List.hs:79)
c10ListBool_size (src/Torch/Internal/Managed/Type/C10List.hs:82)
c10ListIValue_at (src/Torch/Internal/Managed/Type/C10List.hs:85)
c10ListTensor_at (src/Torch/Internal/Managed/Type/C10List.hs:88)
c10ListOptionalTensor_at (src/Torch/Internal/Managed/Type/C10List.hs:91)
c10ListDouble_at (src/Torch/Internal/Managed/Type/C10List.hs:94)
c10ListInt_at (src/Torch/Internal/Managed/Type/C10List.hs:97)
c10ListBool_at (src/Torch/Internal/Managed/Type/C10List.hs:100)
c10ListIValue_push_back (src/Torch/Internal/Managed/Type/C10List.hs:103)
c10ListTensor_push_back (src/Torch/Internal/Managed/Type/C10List.hs:106)
c10ListOptionalTensor_push_back (src/Torch/Internal/Managed/Type/C10List.hs:109)
c10ListDouble_push_back (src/Torch/Internal/Managed/Type/C10List.hs:112)
c10ListInt_push_back (src/Torch/Internal/Managed/Type/C10List.hs:115)
c10ListBool_push_back (src/Torch/Internal/Managed/Type/C10List.hs:118)
0% ( 0 / 6) in 'Torch.Internal.Unmanaged.Type.C10Tuple'
Missing documentation for:
Module header
newC10Tuple (src/Torch/Internal/Unmanaged/Type/C10Tuple.hs:35)
newC10Tuple_tuple (src/Torch/Internal/Unmanaged/Type/C10Tuple.hs:43)
c10Tuple_empty (src/Torch/Internal/Unmanaged/Type/C10Tuple.hs:52)
c10Tuple_size (src/Torch/Internal/Unmanaged/Type/C10Tuple.hs:60)
c10Tuple_at (src/Torch/Internal/Unmanaged/Type/C10Tuple.hs:69)
0% ( 0 / 6) in 'Torch.Internal.Managed.Type.C10Tuple'
Missing documentation for:
Module header
newC10Tuple (src/Torch/Internal/Managed/Type/C10Tuple.hs:28)
newC10Tuple_tuple (src/Torch/Internal/Managed/Type/C10Tuple.hs:33)
c10Tuple_empty (src/Torch/Internal/Managed/Type/C10Tuple.hs:38)
c10Tuple_size (src/Torch/Internal/Managed/Type/C10Tuple.hs:43)
c10Tuple_at (src/Torch/Internal/Managed/Type/C10Tuple.hs:49)
0% ( 0 / 13) in 'Torch.Internal.Unmanaged.Type.Context'
Missing documentation for:
Module header
init (src/Torch/Internal/Unmanaged/Type/Context.hs:35)
hasCUDA (src/Torch/Internal/Unmanaged/Type/Context.hs:42)
hasHIP (src/Torch/Internal/Unmanaged/Type/Context.hs:49)
hasXLA (src/Torch/Internal/Unmanaged/Type/Context.hs:56)
getNumGPUs (src/Torch/Internal/Unmanaged/Type/Context.hs:63)
hasOpenMP (src/Torch/Internal/Unmanaged/Type/Context.hs:70)
hasMKL (src/Torch/Internal/Unmanaged/Type/Context.hs:77)
hasMPS (src/Torch/Internal/Unmanaged/Type/Context.hs:84)
hasLAPACK (src/Torch/Internal/Unmanaged/Type/Context.hs:91)
hasMAGMA (src/Torch/Internal/Unmanaged/Type/Context.hs:98)
hasMKLDNN (src/Torch/Internal/Unmanaged/Type/Context.hs:105)
manual_seed_L (src/Torch/Internal/Unmanaged/Type/Context.hs:113)
0% ( 0 / 9) in 'Torch.Internal.Unmanaged.Type.Dimname'
Missing documentation for:
Module header
newDimname_n (src/Torch/Internal/Unmanaged/Type/Dimname.hs:35)
dimname_symbol (src/Torch/Internal/Unmanaged/Type/Dimname.hs:46)
dimname_isBasic (src/Torch/Internal/Unmanaged/Type/Dimname.hs:54)
dimname_isWildcard (src/Torch/Internal/Unmanaged/Type/Dimname.hs:62)
dimname_matches_n (src/Torch/Internal/Unmanaged/Type/Dimname.hs:71)
fromSymbol_s (src/Torch/Internal/Unmanaged/Type/Dimname.hs:81)
wildcard (src/Torch/Internal/Unmanaged/Type/Dimname.hs:88)
isValidName_s (src/Torch/Internal/Unmanaged/Type/Dimname.hs:96)
0% ( 0 / 9) in 'Torch.Internal.Managed.Type.Dimname'
Missing documentation for:
Module header
newDimname_n (src/Torch/Internal/Managed/Type/Dimname.hs:30)
dimname_symbol (src/Torch/Internal/Managed/Type/Dimname.hs:35)
dimname_isBasic (src/Torch/Internal/Managed/Type/Dimname.hs:40)
dimname_isWildcard (src/Torch/Internal/Managed/Type/Dimname.hs:45)
dimname_matches_n (src/Torch/Internal/Managed/Type/Dimname.hs:51)
fromSymbol_s (src/Torch/Internal/Managed/Type/Dimname.hs:56)
wildcard (src/Torch/Internal/Managed/Type/Dimname.hs:60)
isValidName_s (src/Torch/Internal/Managed/Type/Dimname.hs:65)
0% ( 0 / 6) in 'Torch.Internal.Unmanaged.Type.DimnameList'
Missing documentation for:
Module header
newDimnameList (src/Torch/Internal/Unmanaged/Type/DimnameList.hs:34)
dimnameList_empty (src/Torch/Internal/Unmanaged/Type/DimnameList.hs:46)
dimnameList_size (src/Torch/Internal/Unmanaged/Type/DimnameList.hs:54)
dimnameList_at_s (src/Torch/Internal/Unmanaged/Type/DimnameList.hs:63)
dimnameList_push_back_n (src/Torch/Internal/Unmanaged/Type/DimnameList.hs:72)
0% ( 0 / 6) in 'Torch.Internal.Managed.Type.DimnameList'
Missing documentation for:
Module header
newDimnameList (src/Torch/Internal/Managed/Type/DimnameList.hs:29)
dimnameList_empty (src/Torch/Internal/Managed/Type/DimnameList.hs:34)
dimnameList_size (src/Torch/Internal/Managed/Type/DimnameList.hs:39)
dimnameList_at_s (src/Torch/Internal/Managed/Type/DimnameList.hs:45)
dimnameList_push_back_n (src/Torch/Internal/Managed/Type/DimnameList.hs:51)
0% ( 0 / 12) in 'Torch.Internal.Unmanaged.Type.Extra'
Missing documentation for:
Module header
tensor_assign1_l (src/Torch/Internal/Unmanaged/Type/Extra.hs:39)
tensor_assign2_l (src/Torch/Internal/Unmanaged/Type/Extra.hs:48)
tensor_assign1_d (src/Torch/Internal/Unmanaged/Type/Extra.hs:56)
tensor_assign2_d (src/Torch/Internal/Unmanaged/Type/Extra.hs:65)
tensor_assign1_t (src/Torch/Internal/Unmanaged/Type/Extra.hs:74)
tensor_assign2_t (src/Torch/Internal/Unmanaged/Type/Extra.hs:83)
tensor_names (src/Torch/Internal/Unmanaged/Type/Extra.hs:90)
tensor_to_device (src/Torch/Internal/Unmanaged/Type/Extra.hs:104)
new_empty_tensor (src/Torch/Internal/Unmanaged/Type/Extra.hs:114)
tensor_dim_unsafe (src/Torch/Internal/Unmanaged/Type/Extra.hs:154)
tensor_dim_c_unsafe (src/Torch/Internal/Unmanaged/Type/Extra.hs:161)
0% ( 0 / 12) in 'Torch.Internal.Managed.Type.Extra'
Missing documentation for:
Module header
tensor_assign1_l (src/Torch/Internal/Managed/Type/Extra.hs:29)
tensor_assign2_l (src/Torch/Internal/Managed/Type/Extra.hs:37)
tensor_assign1_d (src/Torch/Internal/Managed/Type/Extra.hs:44)
tensor_assign2_d (src/Torch/Internal/Managed/Type/Extra.hs:52)
tensor_assign1_t (src/Torch/Internal/Managed/Type/Extra.hs:59)
tensor_assign2_t (src/Torch/Internal/Managed/Type/Extra.hs:67)
tensor_names (src/Torch/Internal/Managed/Type/Extra.hs:72)
tensor_to_device (src/Torch/Internal/Managed/Type/Extra.hs:78)
new_empty_tensor (src/Torch/Internal/Managed/Type/Extra.hs:84)
tensor_dim_unsafe (src/Torch/Internal/Managed/Type/Extra.hs:90)
tensor_dim_c_unsafe (src/Torch/Internal/Managed/Type/Extra.hs:95)
0% ( 0 / 16) in 'Torch.Internal.Unmanaged.Type.Generator'
Missing documentation for:
Module header
newCUDAGenerator (src/Torch/Internal/Unmanaged/Type/Generator.hs:36)
newMPSGenerator (src/Torch/Internal/Unmanaged/Type/Generator.hs:38)
newCPUGenerator (src/Torch/Internal/Unmanaged/Type/Generator.hs:43)
generator_set_current_seed (src/Torch/Internal/Unmanaged/Type/Generator.hs:52)
generator_current_seed (src/Torch/Internal/Unmanaged/Type/Generator.hs:60)
generator_seed (src/Torch/Internal/Unmanaged/Type/Generator.hs:68)
generator_clone (src/Torch/Internal/Unmanaged/Type/Generator.hs:76)
generator_get_device (src/Torch/Internal/Unmanaged/Type/Generator.hs:84)
generator_is_cpu (src/Torch/Internal/Unmanaged/Type/Generator.hs:91)
generator_is_cuda (src/Torch/Internal/Unmanaged/Type/Generator.hs:98)
generator_is_hip (src/Torch/Internal/Unmanaged/Type/Generator.hs:105)
generator_is_mps (src/Torch/Internal/Unmanaged/Type/Generator.hs:112)
getDefaultCUDAGenerator (src/Torch/Internal/Unmanaged/Type/Generator.hs:119)
getDefaultMPSGenerator (src/Torch/Internal/Unmanaged/Type/Generator.hs:130)
getDefaultCPUGenerator (src/Torch/Internal/Unmanaged/Type/Generator.hs:141)
0% ( 0 / 13) in 'Torch.Internal.Managed.Type.Generator'
Missing documentation for:
Module header
newCUDAGenerator (src/Torch/Internal/Managed/Type/Generator.hs:29)
newMPSGenerator (src/Torch/Internal/Managed/Type/Generator.hs:33)
newCPUGenerator (src/Torch/Internal/Managed/Type/Generator.hs:38)
generator_set_current_seed (src/Torch/Internal/Managed/Type/Generator.hs:48)
generator_current_seed (src/Torch/Internal/Managed/Type/Generator.hs:53)
generator_seed (src/Torch/Internal/Managed/Type/Generator.hs:58)
generator_clone (src/Torch/Internal/Managed/Type/Generator.hs:63)
generator_get_device (src/Torch/Internal/Managed/Type/Generator.hs:68)
generator_is_cpu (src/Torch/Internal/Managed/Type/Generator.hs:73)
generator_is_cuda (src/Torch/Internal/Managed/Type/Generator.hs:78)
generator_is_hip (src/Torch/Internal/Managed/Type/Generator.hs:83)
generator_is_mps (src/Torch/Internal/Managed/Type/Generator.hs:88)
0% ( 0 / 14) in 'Torch.Internal.Managed.Type.Context'
Missing documentation for:
Module header
init (src/Torch/Internal/Managed/Type/Context.hs:35)
hasCUDA (src/Torch/Internal/Managed/Type/Context.hs:39)
hasHIP (src/Torch/Internal/Managed/Type/Context.hs:43)
hasXLA (src/Torch/Internal/Managed/Type/Context.hs:47)
getNumGPUs (src/Torch/Internal/Managed/Type/Context.hs:51)
hasOpenMP (src/Torch/Internal/Managed/Type/Context.hs:55)
hasMKL (src/Torch/Internal/Managed/Type/Context.hs:59)
hasMPS (src/Torch/Internal/Managed/Type/Context.hs:63)
hasLAPACK (src/Torch/Internal/Managed/Type/Context.hs:67)
hasMAGMA (src/Torch/Internal/Managed/Type/Context.hs:71)
hasMKLDNN (src/Torch/Internal/Managed/Type/Context.hs:75)
manual_seed_L (src/Torch/Internal/Managed/Type/Context.hs:80)
get_manual_seed (src/Torch/Internal/Managed/Type/Context.hs:84)
0% ( 0 / 34) in 'Torch.Internal.Unmanaged.Type.IValue'
Missing documentation for:
Module header
IValueLike (src/Torch/Internal/Unmanaged/Type/IValue.hs:32)
newIValue (src/Torch/Internal/Unmanaged/Type/IValue.hs:249)
iValue_isAliasOf_V (src/Torch/Internal/Unmanaged/Type/IValue.hs:257)
iValue_use_count (src/Torch/Internal/Unmanaged/Type/IValue.hs:265)
iValue_swap_V (src/Torch/Internal/Unmanaged/Type/IValue.hs:274)
iValue_isTensor (src/Torch/Internal/Unmanaged/Type/IValue.hs:282)
iValue_isBlob (src/Torch/Internal/Unmanaged/Type/IValue.hs:290)
iValue_isCapsule (src/Torch/Internal/Unmanaged/Type/IValue.hs:298)
iValue_isTuple (src/Torch/Internal/Unmanaged/Type/IValue.hs:306)
iValue_isDouble (src/Torch/Internal/Unmanaged/Type/IValue.hs:314)
iValue_isFuture (src/Torch/Internal/Unmanaged/Type/IValue.hs:322)
iValue_isInt (src/Torch/Internal/Unmanaged/Type/IValue.hs:330)
iValue_isIntList (src/Torch/Internal/Unmanaged/Type/IValue.hs:338)
iValue_isString (src/Torch/Internal/Unmanaged/Type/IValue.hs:346)
iValue_toStringRef (src/Torch/Internal/Unmanaged/Type/IValue.hs:354)
iValue_isDoubleList (src/Torch/Internal/Unmanaged/Type/IValue.hs:362)
iValue_isBool (src/Torch/Internal/Unmanaged/Type/IValue.hs:370)
iValue_isObject (src/Torch/Internal/Unmanaged/Type/IValue.hs:378)
iValue_isBoolList (src/Torch/Internal/Unmanaged/Type/IValue.hs:386)
iValue_isTensorList (src/Torch/Internal/Unmanaged/Type/IValue.hs:394)
iValue_isList (src/Torch/Internal/Unmanaged/Type/IValue.hs:402)
iValue_isGenericDict (src/Torch/Internal/Unmanaged/Type/IValue.hs:410)
iValue_isNone (src/Torch/Internal/Unmanaged/Type/IValue.hs:418)
iValue_toNone (src/Torch/Internal/Unmanaged/Type/IValue.hs:426)
iValue_isScalar (src/Torch/Internal/Unmanaged/Type/IValue.hs:434)
iValue_isDevice (src/Torch/Internal/Unmanaged/Type/IValue.hs:442)
iValue_toScalarType (src/Torch/Internal/Unmanaged/Type/IValue.hs:450)
iValue_toLayout (src/Torch/Internal/Unmanaged/Type/IValue.hs:458)
iValue_toMemoryFormat (src/Torch/Internal/Unmanaged/Type/IValue.hs:466)
iValue_toQScheme (src/Torch/Internal/Unmanaged/Type/IValue.hs:474)
iValue_tagKind (src/Torch/Internal/Unmanaged/Type/IValue.hs:482)
iValue_isSameIdentity_V (src/Torch/Internal/Unmanaged/Type/IValue.hs:491)
iValue_isPtrType (src/Torch/Internal/Unmanaged/Type/IValue.hs:499)
0% ( 0 / 33) in 'Torch.Internal.Managed.Type.IValue'
Missing documentation for:
Module header
newIValue (src/Torch/Internal/Managed/Type/IValue.hs:55)
iValue_isAliasOf_V (src/Torch/Internal/Managed/Type/IValue.hs:61)
iValue_use_count (src/Torch/Internal/Managed/Type/IValue.hs:66)
iValue_swap_V (src/Torch/Internal/Managed/Type/IValue.hs:72)
iValue_isTensor (src/Torch/Internal/Managed/Type/IValue.hs:77)
iValue_isBlob (src/Torch/Internal/Managed/Type/IValue.hs:82)
iValue_isCapsule (src/Torch/Internal/Managed/Type/IValue.hs:87)
iValue_isTuple (src/Torch/Internal/Managed/Type/IValue.hs:92)
iValue_isDouble (src/Torch/Internal/Managed/Type/IValue.hs:97)
iValue_isFuture (src/Torch/Internal/Managed/Type/IValue.hs:102)
iValue_isInt (src/Torch/Internal/Managed/Type/IValue.hs:107)
iValue_isIntList (src/Torch/Internal/Managed/Type/IValue.hs:112)
iValue_isString (src/Torch/Internal/Managed/Type/IValue.hs:117)
iValue_toStringRef (src/Torch/Internal/Managed/Type/IValue.hs:122)
iValue_isDoubleList (src/Torch/Internal/Managed/Type/IValue.hs:127)
iValue_isBool (src/Torch/Internal/Managed/Type/IValue.hs:132)
iValue_isObject (src/Torch/Internal/Managed/Type/IValue.hs:137)
iValue_isBoolList (src/Torch/Internal/Managed/Type/IValue.hs:142)
iValue_isTensorList (src/Torch/Internal/Managed/Type/IValue.hs:147)
iValue_isList (src/Torch/Internal/Managed/Type/IValue.hs:152)
iValue_isGenericDict (src/Torch/Internal/Managed/Type/IValue.hs:157)
iValue_isNone (src/Torch/Internal/Managed/Type/IValue.hs:162)
iValue_toNone (src/Torch/Internal/Managed/Type/IValue.hs:167)
iValue_isScalar (src/Torch/Internal/Managed/Type/IValue.hs:172)
iValue_isDevice (src/Torch/Internal/Managed/Type/IValue.hs:177)
iValue_toScalarType (src/Torch/Internal/Managed/Type/IValue.hs:182)
iValue_toLayout (src/Torch/Internal/Managed/Type/IValue.hs:187)
iValue_toMemoryFormat (src/Torch/Internal/Managed/Type/IValue.hs:192)
iValue_toQScheme (src/Torch/Internal/Managed/Type/IValue.hs:197)
iValue_tagKind (src/Torch/Internal/Managed/Type/IValue.hs:202)
iValue_isSameIdentity_V (src/Torch/Internal/Managed/Type/IValue.hs:208)
iValue_isPtrType (src/Torch/Internal/Managed/Type/IValue.hs:213)
0% ( 0 / 6) in 'Torch.Internal.Unmanaged.Type.IValueList'
Missing documentation for:
Module header
newIValueList (src/Torch/Internal/Unmanaged/Type/IValueList.hs:34)
ivalueList_empty (src/Torch/Internal/Unmanaged/Type/IValueList.hs:45)
ivalueList_size (src/Torch/Internal/Unmanaged/Type/IValueList.hs:53)
ivalueList_at (src/Torch/Internal/Unmanaged/Type/IValueList.hs:62)
ivalueList_push_back (src/Torch/Internal/Unmanaged/Type/IValueList.hs:71)
0% ( 0 / 6) in 'Torch.Internal.Managed.Type.IValueList'
Missing documentation for:
Module header
newIValueList (src/Torch/Internal/Managed/Type/IValueList.hs:28)
ivalueList_empty (src/Torch/Internal/Managed/Type/IValueList.hs:37)
ivalueList_size (src/Torch/Internal/Managed/Type/IValueList.hs:42)
ivalueList_at (src/Torch/Internal/Managed/Type/IValueList.hs:48)
ivalueList_push_back (src/Torch/Internal/Managed/Type/IValueList.hs:54)
0% ( 0 / 8) in 'Torch.Internal.Unmanaged.Type.IntArray'
Missing documentation for:
Module header
newIntArray (src/Torch/Internal/Unmanaged/Type/IntArray.hs:37)
intArray_empty (src/Torch/Internal/Unmanaged/Type/IntArray.hs:45)
intArray_size (src/Torch/Internal/Unmanaged/Type/IntArray.hs:53)
intArray_at_s (src/Torch/Internal/Unmanaged/Type/IntArray.hs:62)
intArray_push_back_l (src/Torch/Internal/Unmanaged/Type/IntArray.hs:71)
intArray_fromList (src/Torch/Internal/Unmanaged/Type/IntArray.hs:80)
intArray_toList (src/Torch/Internal/Unmanaged/Type/IntArray.hs:91)
0% ( 0 / 8) in 'Torch.Internal.Managed.Type.IntArray'
Missing documentation for:
Module header
newIntArray (src/Torch/Internal/Managed/Type/IntArray.hs:29)
intArray_empty (src/Torch/Internal/Managed/Type/IntArray.hs:34)
intArray_size (src/Torch/Internal/Managed/Type/IntArray.hs:39)
intArray_at_s (src/Torch/Internal/Managed/Type/IntArray.hs:45)
intArray_push_back_l (src/Torch/Internal/Managed/Type/IntArray.hs:51)
intArray_fromList (src/Torch/Internal/Managed/Type/IntArray.hs:57)
intArray_toList (src/Torch/Internal/Managed/Type/IntArray.hs:61)
0% ( 0 / 34) in 'Torch.Internal.Unmanaged.Type.Module'
Missing documentation for:
Module header
newModule (src/Torch/Internal/Unmanaged/Type/Module.hs:47)
save (src/Torch/Internal/Unmanaged/Type/Module.hs:54)
load (src/Torch/Internal/Unmanaged/Type/Module.hs:60)
forward (src/Torch/Internal/Unmanaged/Type/Module.hs:66)
registerParameter (src/Torch/Internal/Unmanaged/Type/Module.hs:72)
registerModule (src/Torch/Internal/Unmanaged/Type/Module.hs:82)
train (src/Torch/Internal/Unmanaged/Type/Module.hs:91)
runMethod (src/Torch/Internal/Unmanaged/Type/Module.hs:99)
runMethod1 (src/Torch/Internal/Unmanaged/Type/Module.hs:108)
getParameters (src/Torch/Internal/Unmanaged/Type/Module.hs:117)
setParameters (src/Torch/Internal/Unmanaged/Type/Module.hs:128)
getNamedParameters (src/Torch/Internal/Unmanaged/Type/Module.hs:140)
getNamedBuffers (src/Torch/Internal/Unmanaged/Type/Module.hs:162)
getNamedAttributes (src/Torch/Internal/Unmanaged/Type/Module.hs:184)
getNamedModules (src/Torch/Internal/Unmanaged/Type/Module.hs:206)
getNamedChildren (src/Torch/Internal/Unmanaged/Type/Module.hs:228)
toDevice (src/Torch/Internal/Unmanaged/Type/Module.hs:251)
clone (src/Torch/Internal/Unmanaged/Type/Module.hs:257)
define (src/Torch/Internal/Unmanaged/Type/Module.hs:263)
trace (src/Torch/Internal/Unmanaged/Type/Module.hs:271)
traceAsGraph (src/Torch/Internal/Unmanaged/Type/Module.hs:302)
withJitGraph (src/Torch/Internal/Unmanaged/Type/Module.hs:328)
graphOutputs (src/Torch/Internal/Unmanaged/Type/Module.hs:336)
graphInputs (src/Torch/Internal/Unmanaged/Type/Module.hs:357)
graphNodes (src/Torch/Internal/Unmanaged/Type/Module.hs:378)
nodeInputs (src/Torch/Internal/Unmanaged/Type/Module.hs:399)
nodeOutputs (src/Torch/Internal/Unmanaged/Type/Module.hs:420)
nodeKind (src/Torch/Internal/Unmanaged/Type/Module.hs:441)
valueId (src/Torch/Internal/Unmanaged/Type/Module.hs:447)
valueType (src/Torch/Internal/Unmanaged/Type/Module.hs:453)
printGraph (src/Torch/Internal/Unmanaged/Type/Module.hs:459)
printOnnx (src/Torch/Internal/Unmanaged/Type/Module.hs:465)
dumpToStr (src/Torch/Internal/Unmanaged/Type/Module.hs:481)
0% ( 0 / 25) in 'Torch.Internal.Managed.Type.Module'
Missing documentation for:
Module header
newModule (src/Torch/Internal/Managed/Type/Module.hs:33)
save (src/Torch/Internal/Managed/Type/Module.hs:36)
load (src/Torch/Internal/Managed/Type/Module.hs:39)
forward (src/Torch/Internal/Managed/Type/Module.hs:42)
registerParameter (src/Torch/Internal/Managed/Type/Module.hs:45)
registerModule (src/Torch/Internal/Managed/Type/Module.hs:48)
train (src/Torch/Internal/Managed/Type/Module.hs:51)
runMethod (src/Torch/Internal/Managed/Type/Module.hs:54)
runMethod1 (src/Torch/Internal/Managed/Type/Module.hs:57)
getParameters (src/Torch/Internal/Managed/Type/Module.hs:60)
setParameters (src/Torch/Internal/Managed/Type/Module.hs:63)
getNamedParameters (src/Torch/Internal/Managed/Type/Module.hs:66)
getNamedBuffers (src/Torch/Internal/Managed/Type/Module.hs:74)
getNamedAttributes (src/Torch/Internal/Managed/Type/Module.hs:82)
getNamedModules (src/Torch/Internal/Managed/Type/Module.hs:90)
getNamedChildren (src/Torch/Internal/Managed/Type/Module.hs:98)
toDevice (src/Torch/Internal/Managed/Type/Module.hs:106)
clone (src/Torch/Internal/Managed/Type/Module.hs:109)
define (src/Torch/Internal/Managed/Type/Module.hs:112)
trace (src/Torch/Internal/Managed/Type/Module.hs:117)
traceAsGraph (src/Torch/Internal/Managed/Type/Module.hs:133)
printGraph (src/Torch/Internal/Managed/Type/Module.hs:148)
printOnnx (src/Torch/Internal/Managed/Type/Module.hs:151)
dumpToStr (src/Torch/Internal/Managed/Type/Module.hs:159)
0% ( 0 / 6) in 'Torch.Internal.Unmanaged.Type.Scalar'
Missing documentation for:
Module header
newScalar (src/Torch/Internal/Unmanaged/Type/Scalar.hs:35)
newScalar_i (src/Torch/Internal/Unmanaged/Type/Scalar.hs:43)
newScalar_d (src/Torch/Internal/Unmanaged/Type/Scalar.hs:51)
newScalar_b (src/Torch/Internal/Unmanaged/Type/Scalar.hs:59)
newScalar_f (src/Torch/Internal/Unmanaged/Type/Scalar.hs:67)
0% ( 0 / 6) in 'Torch.Internal.Managed.Type.Scalar'
Missing documentation for:
Module header
newScalar (src/Torch/Internal/Managed/Type/Scalar.hs:29)
newScalar_i (src/Torch/Internal/Managed/Type/Scalar.hs:34)
newScalar_d (src/Torch/Internal/Managed/Type/Scalar.hs:39)
newScalar_b (src/Torch/Internal/Managed/Type/Scalar.hs:44)
newScalar_f (src/Torch/Internal/Managed/Type/Scalar.hs:49)
0% ( 0 / 7) in 'Torch.Internal.Unmanaged.Type.StdArray'
Missing documentation for:
Module header
newStdArrayBool2 (src/Torch/Internal/Unmanaged/Type/StdArray.hs:34)
newStdArrayBool2_bb (src/Torch/Internal/Unmanaged/Type/StdArray.hs:43)
newStdArrayBool3 (src/Torch/Internal/Unmanaged/Type/StdArray.hs:54)
newStdArrayBool3_bbb (src/Torch/Internal/Unmanaged/Type/StdArray.hs:64)
newStdArrayBool4 (src/Torch/Internal/Unmanaged/Type/StdArray.hs:79)
newStdArrayBool4_bbbb (src/Torch/Internal/Unmanaged/Type/StdArray.hs:90)
0% ( 0 / 7) in 'Torch.Internal.Managed.Type.StdArray'
Missing documentation for:
Module header
newStdArrayBool2 (src/Torch/Internal/Managed/Type/StdArray.hs:27)
newStdArrayBool2_bb (src/Torch/Internal/Managed/Type/StdArray.hs:33)
newStdArrayBool3 (src/Torch/Internal/Managed/Type/StdArray.hs:43)
newStdArrayBool3_bbb (src/Torch/Internal/Managed/Type/StdArray.hs:50)
newStdArrayBool4 (src/Torch/Internal/Managed/Type/StdArray.hs:64)
newStdArrayBool4_bbbb (src/Torch/Internal/Managed/Type/StdArray.hs:72)
0% ( 0 / 4) in 'Torch.Internal.Unmanaged.Type.StdString'
Missing documentation for:
Module header
newStdString (src/Torch/Internal/Unmanaged/Type/StdString.hs:33)
newStdString_s (src/Torch/Internal/Unmanaged/Type/StdString.hs:41)
string_c_str (src/Torch/Internal/Unmanaged/Type/StdString.hs:47)
0% ( 0 / 4) in 'Torch.Internal.Managed.Type.StdString'
Missing documentation for:
Module header
newStdString (src/Torch/Internal/Managed/Type/StdString.hs:27)
newStdString_s (src/Torch/Internal/Managed/Type/StdString.hs:32)
string_c_str (src/Torch/Internal/Managed/Type/StdString.hs:37)
0% ( 0 / 20) in 'Torch.Internal.Unmanaged.Type.StdVector'
Missing documentation for:
Module header
newStdVectorScalar (src/Torch/Internal/Unmanaged/Type/StdVector.hs:30)
newStdVectorDouble (src/Torch/Internal/Unmanaged/Type/StdVector.hs:33)
newStdVectorInt (src/Torch/Internal/Unmanaged/Type/StdVector.hs:36)
newStdVectorBool (src/Torch/Internal/Unmanaged/Type/StdVector.hs:39)
stdVectorScalar_empty (src/Torch/Internal/Unmanaged/Type/StdVector.hs:42)
stdVectorDouble_empty (src/Torch/Internal/Unmanaged/Type/StdVector.hs:45)
stdVectorInt_empty (src/Torch/Internal/Unmanaged/Type/StdVector.hs:48)
stdVectorBool_empty (src/Torch/Internal/Unmanaged/Type/StdVector.hs:51)
stdVectorDouble_size (src/Torch/Internal/Unmanaged/Type/StdVector.hs:54)
stdVectorInt_size (src/Torch/Internal/Unmanaged/Type/StdVector.hs:57)
stdVectorBool_size (src/Torch/Internal/Unmanaged/Type/StdVector.hs:60)
stdVectorScalar_at (src/Torch/Internal/Unmanaged/Type/StdVector.hs:63)
stdVectorDouble_at (src/Torch/Internal/Unmanaged/Type/StdVector.hs:66)
stdVectorInt_at (src/Torch/Internal/Unmanaged/Type/StdVector.hs:69)
stdVectorBool_at (src/Torch/Internal/Unmanaged/Type/StdVector.hs:72)
stdVectorScalar_push_back (src/Torch/Internal/Unmanaged/Type/StdVector.hs:75)
stdVectorDouble_push_back (src/Torch/Internal/Unmanaged/Type/StdVector.hs:78)
stdVectorInt_push_back (src/Torch/Internal/Unmanaged/Type/StdVector.hs:81)
stdVectorBool_push_back (src/Torch/Internal/Unmanaged/Type/StdVector.hs:84)
0% ( 0 / 16) in 'Torch.Internal.Managed.Type.StdVector'
Missing documentation for:
Module header
newStdVectorDouble (src/Torch/Internal/Managed/Type/StdVector.hs:27)
newStdVectorInt (src/Torch/Internal/Managed/Type/StdVector.hs:30)
newStdVectorBool (src/Torch/Internal/Managed/Type/StdVector.hs:33)
stdVectorDouble_empty (src/Torch/Internal/Managed/Type/StdVector.hs:40)
stdVectorInt_empty (src/Torch/Internal/Managed/Type/StdVector.hs:43)
stdVectorBool_empty (src/Torch/Internal/Managed/Type/StdVector.hs:46)
stdVectorDouble_size (src/Torch/Internal/Managed/Type/StdVector.hs:49)
stdVectorInt_size (src/Torch/Internal/Managed/Type/StdVector.hs:52)
stdVectorBool_size (src/Torch/Internal/Managed/Type/StdVector.hs:55)
stdVectorDouble_at (src/Torch/Internal/Managed/Type/StdVector.hs:58)
stdVectorInt_at (src/Torch/Internal/Managed/Type/StdVector.hs:61)
stdVectorBool_at (src/Torch/Internal/Managed/Type/StdVector.hs:64)
stdVectorDouble_push_back (src/Torch/Internal/Managed/Type/StdVector.hs:67)
stdVectorInt_push_back (src/Torch/Internal/Managed/Type/StdVector.hs:70)
stdVectorBool_push_back (src/Torch/Internal/Managed/Type/StdVector.hs:73)
0% ( 0 / 2) in 'Torch.Internal.Unmanaged.Type.Storage'
Missing documentation for:
Module header
newStorage (src/Torch/Internal/Unmanaged/Type/Storage.hs:35)
0% ( 0 / 2) in 'Torch.Internal.Managed.Type.Storage'
Missing documentation for:
Module header
newStorage (src/Torch/Internal/Managed/Type/Storage.hs:29)
0% ( 0 / 19) in 'Torch.Internal.Unmanaged.Type.Symbol'
Missing documentation for:
Module header
newSymbol (src/Torch/Internal/Unmanaged/Type/Symbol.hs:34)
symbol_is_attr (src/Torch/Internal/Unmanaged/Type/Symbol.hs:42)
symbol_is_aten (src/Torch/Internal/Unmanaged/Type/Symbol.hs:50)
symbol_is_prim (src/Torch/Internal/Unmanaged/Type/Symbol.hs:58)
symbol_is_onnx (src/Torch/Internal/Unmanaged/Type/Symbol.hs:66)
symbol_is_user (src/Torch/Internal/Unmanaged/Type/Symbol.hs:74)
symbol_is_caffe2 (src/Torch/Internal/Unmanaged/Type/Symbol.hs:82)
symbol_is_dimname (src/Torch/Internal/Unmanaged/Type/Symbol.hs:90)
symbol_toUnqualString (src/Torch/Internal/Unmanaged/Type/Symbol.hs:98)
symbol_toQualString (src/Torch/Internal/Unmanaged/Type/Symbol.hs:106)
symbol_toDisplayString (src/Torch/Internal/Unmanaged/Type/Symbol.hs:114)
attr_s (src/Torch/Internal/Unmanaged/Type/Symbol.hs:122)
aten_s (src/Torch/Internal/Unmanaged/Type/Symbol.hs:130)
onnx_s (src/Torch/Internal/Unmanaged/Type/Symbol.hs:138)
prim_s (src/Torch/Internal/Unmanaged/Type/Symbol.hs:146)
user_s (src/Torch/Internal/Unmanaged/Type/Symbol.hs:154)
caffe2_s (src/Torch/Internal/Unmanaged/Type/Symbol.hs:162)
dimname_s (src/Torch/Internal/Unmanaged/Type/Symbol.hs:170)
0% ( 0 / 19) in 'Torch.Internal.Managed.Type.Symbol'
Missing documentation for:
Module header
newSymbol (src/Torch/Internal/Managed/Type/Symbol.hs:29)
symbol_is_attr (src/Torch/Internal/Managed/Type/Symbol.hs:34)
symbol_is_aten (src/Torch/Internal/Managed/Type/Symbol.hs:39)
symbol_is_prim (src/Torch/Internal/Managed/Type/Symbol.hs:44)
symbol_is_onnx (src/Torch/Internal/Managed/Type/Symbol.hs:49)
symbol_is_user (src/Torch/Internal/Managed/Type/Symbol.hs:54)
symbol_is_caffe2 (src/Torch/Internal/Managed/Type/Symbol.hs:59)
symbol_is_dimname (src/Torch/Internal/Managed/Type/Symbol.hs:64)
symbol_toUnqualString (src/Torch/Internal/Managed/Type/Symbol.hs:69)
symbol_toQualString (src/Torch/Internal/Managed/Type/Symbol.hs:74)
symbol_toDisplayString (src/Torch/Internal/Managed/Type/Symbol.hs:79)
attr_s (src/Torch/Internal/Managed/Type/Symbol.hs:84)
aten_s (src/Torch/Internal/Managed/Type/Symbol.hs:89)
onnx_s (src/Torch/Internal/Managed/Type/Symbol.hs:94)
prim_s (src/Torch/Internal/Managed/Type/Symbol.hs:99)
user_s (src/Torch/Internal/Managed/Type/Symbol.hs:104)
caffe2_s (src/Torch/Internal/Managed/Type/Symbol.hs:109)
dimname_s (src/Torch/Internal/Managed/Type/Symbol.hs:114)
0% ( 0 /208) in 'Torch.Internal.Unmanaged.Type.Tensor.Tensor0'
Missing documentation for:
Module header
newTensor (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:37)
newTensor_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:45)
tensor___dispatch_contiguous (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:53)
tensor_backward_tbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:64)
tensor_contiguous (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:74)
tensor_cpu (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:82)
tensor_cuda (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:90)
tensor_mps (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:98)
tensor_data_ptr (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:105)
tensor_defined (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:113)
tensor_dim (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:121)
tensor_element_size (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:129)
tensor_get_device (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:137)
tensor_has_names (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:145)
tensor_has_storage (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:153)
tensor_hip (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:161)
tensor_is_alias_of_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:170)
tensor_is_contiguous (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:178)
tensor_is_cuda (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:186)
tensor_is_mps (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:194)
tensor_is_hip (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:202)
tensor_is_meta (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:210)
tensor_is_metal (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:218)
tensor_is_mkldnn (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:226)
tensor_is_non_overlapping_and_dense (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:234)
tensor_is_quantized (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:242)
tensor_is_same_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:251)
tensor_is_sparse (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:259)
tensor_is_vulkan (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:267)
tensor_is_xpu (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:275)
tensor_item_double (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:283)
tensor_item_float (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:291)
tensor_item_int64_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:299)
tensor_itemsize (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:307)
tensor_layout (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:315)
tensor_metal (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:323)
tensor_mutable_grad (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:331)
tensor_nbytes (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:339)
tensor_ndimension (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:347)
tensor_numel (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:355)
tensor__imul__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:364)
tensor__imul__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:373)
tensor__iadd__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:382)
tensor__iadd__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:391)
tensor__isub__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:400)
tensor__isub__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:409)
tensor__idiv__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:418)
tensor__idiv__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:427)
tensor__assign__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:436)
tensor__at__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:445)
tensor__at__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:454)
tensor__at__l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:463)
tensor_options (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:471)
tensor_print (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:479)
tensor_requires_grad (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:487)
tensor_reset (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:495)
tensor_resize__l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:504)
tensor_scalar_type (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:512)
tensor_set_requires_grad_b (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:521)
tensor_size_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:530)
tensor_sizes (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:538)
tensor_storage (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:546)
tensor_storage_offset (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:554)
tensor_stride_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:563)
tensor_strides (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:571)
tensor_to_Dsbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:583)
tensor_to_sbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:597)
tensor_to_tbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:610)
tensor_to_obb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:623)
tensor_toBackend_B (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:634)
tensor_toString (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:642)
tensor_toType_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:651)
tensor_to_dense (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:659)
tensor_to_mkldnn (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:667)
tensor_use_count (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:675)
tensor_vulkan (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:683)
tensor_weak_use_count (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:691)
tensor__backward_ltbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:703)
tensor_set_data_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:715)
tensor_data (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:723)
tensor_is_leaf (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:731)
tensor_output_nr (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:739)
tensor__version (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:747)
tensor_requires_grad__b (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:756)
tensor_retain_grad (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:764)
tensor_retains_grad (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:772)
tensor__fw_primal_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:781)
tensor_rename__N (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:790)
tensor_rename_N (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:799)
tensor_align_to_N (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:808)
tensor_align_to_Nl (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:818)
tensor_align_as_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:828)
tensor_refine_names_N (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:837)
tensor_abs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:845)
tensor_abs_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:853)
tensor_absolute (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:861)
tensor_absolute_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:869)
tensor_angle (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:877)
tensor_sgn (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:885)
tensor_sgn_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:893)
tensor_chalf_M (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:902)
tensor__conj (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:910)
tensor_conj (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:918)
tensor__conj_physical (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:926)
tensor_conj_physical (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:934)
tensor_conj_physical_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:942)
tensor_resolve_conj (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:950)
tensor_resolve_neg (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:958)
tensor__neg_view (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:966)
tensor_acos (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:974)
tensor_acos_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:982)
tensor_arccos (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:990)
tensor_arccos_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:998)
tensor_add_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1008)
tensor_add__ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1019)
tensor_add_ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1030)
tensor_add__ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1041)
tensor_addmv_ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1054)
tensor_addmv__ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1069)
tensor_addr_ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1084)
tensor_addr__ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1099)
tensor__is_all_true (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1110)
tensor__is_any_true (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1118)
tensor_all_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1128)
tensor_all_nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1139)
tensor_allclose_tddb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1152)
tensor_any_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1165)
tensor_any_nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1176)
tensor_argmax_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1187)
tensor_argmin_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1198)
tensor_acosh (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1207)
tensor_acosh_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1215)
tensor_arccosh (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1223)
tensor_arccosh_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1231)
tensor_asinh (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1239)
tensor_asinh_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1247)
tensor_arcsinh (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1255)
tensor_arcsinh_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1263)
tensor_atanh (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1271)
tensor_atanh_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1279)
tensor_arctanh (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1287)
tensor_arctanh_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1295)
tensor_as_strided_lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1306)
tensor_as_strided__lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1319)
tensor_asin (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1329)
tensor_asin_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1337)
tensor_arcsin (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1345)
tensor_arcsin_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1353)
tensor_atan (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1361)
tensor_atan_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1369)
tensor_arctan (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1377)
tensor_arctan_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1385)
tensor_baddbmm_ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1397)
tensor_baddbmm__ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1412)
tensor_bernoulli_G (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1424)
tensor_bernoulli__tG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1434)
tensor_bernoulli__dG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1445)
tensor_bernoulli_dG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1456)
tensor_bincount_tl (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1467)
tensor_bitwise_not (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1476)
tensor_bitwise_not_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1484)
tensor_copysign_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1493)
tensor_copysign__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1502)
tensor_copysign_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1511)
tensor_copysign__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1520)
tensor_logical_not (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1528)
tensor_logical_not_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1536)
tensor_logical_xor_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1545)
tensor_logical_xor__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1554)
tensor_logical_and_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1563)
tensor_logical_and__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1572)
tensor_logical_or_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1581)
tensor_logical_or__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1590)
tensor_bmm_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1599)
tensor_broadcast_to_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1608)
tensor_ceil (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1616)
tensor_ceil_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1624)
tensor_unsafe_chunk_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1634)
tensor_chunk_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1645)
tensor_tensor_split_tl (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1656)
tensor_clamp_ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1667)
tensor_clamp_tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1678)
tensor_clamp__ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1689)
tensor_clamp__tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1700)
tensor_clamp_max_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1710)
tensor_clamp_max_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1719)
tensor_clamp_max__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1728)
tensor_clamp_max__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1737)
tensor_clamp_min_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1746)
tensor_clamp_min_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1755)
tensor_clamp_min__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1764)
tensor_clamp_min__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1773)
tensor_clip_ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1783)
tensor_clip_tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1794)
tensor_clip__ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1805)
tensor_clip__tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1816)
tensor_contiguous_M (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1826)
tensor_copy__tb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1836)
tensor_cos (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1845)
tensor_cos_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1853)
tensor_cosh (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1861)
tensor_cosh_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1869)
tensor_cov_ltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1880)
tensor_corrcoef (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1890)
tensor_cummax_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1899)
tensor_cummax_n (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1908)
tensor_cummin_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor0.hs:1917)
0% ( 0 /208) in 'Torch.Internal.Managed.Type.Tensor.Tensor0'
Missing documentation for:
Module header
newTensor (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:29)
newTensor_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:34)
tensor___dispatch_contiguous (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:39)
tensor_backward_tbb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:47)
tensor_contiguous (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:52)
tensor_cpu (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:57)
tensor_cuda (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:62)
tensor_mps (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:67)
tensor_data_ptr (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:72)
tensor_defined (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:77)
tensor_dim (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:82)
tensor_element_size (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:87)
tensor_get_device (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:92)
tensor_has_names (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:97)
tensor_has_storage (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:102)
tensor_hip (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:107)
tensor_is_alias_of_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:113)
tensor_is_contiguous (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:118)
tensor_is_cuda (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:123)
tensor_is_mps (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:128)
tensor_is_hip (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:133)
tensor_is_meta (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:138)
tensor_is_metal (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:143)
tensor_is_mkldnn (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:148)
tensor_is_non_overlapping_and_dense (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:153)
tensor_is_quantized (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:158)
tensor_is_same_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:164)
tensor_is_sparse (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:169)
tensor_is_vulkan (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:174)
tensor_is_xpu (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:179)
tensor_item_double (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:184)
tensor_item_float (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:189)
tensor_item_int64_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:194)
tensor_itemsize (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:199)
tensor_layout (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:204)
tensor_metal (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:209)
tensor_mutable_grad (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:214)
tensor_nbytes (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:219)
tensor_ndimension (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:224)
tensor_numel (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:229)
tensor__imul__s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:235)
tensor__imul__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:241)
tensor__iadd__s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:247)
tensor__iadd__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:253)
tensor__isub__s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:259)
tensor__isub__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:265)
tensor__idiv__s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:271)
tensor__idiv__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:277)
tensor__assign__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:283)
tensor__at__s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:289)
tensor__at__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:295)
tensor__at__l (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:301)
tensor_options (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:306)
tensor_print (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:311)
tensor_requires_grad (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:316)
tensor_reset (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:321)
tensor_resize__l (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:327)
tensor_scalar_type (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:332)
tensor_set_requires_grad_b (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:338)
tensor_size_l (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:344)
tensor_sizes (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:349)
tensor_storage (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:354)
tensor_storage_offset (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:359)
tensor_stride_l (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:365)
tensor_strides (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:370)
tensor_to_Dsbb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:379)
tensor_to_sbb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:387)
tensor_to_tbb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:395)
tensor_to_obb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:403)
tensor_toBackend_B (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:409)
tensor_toString (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:414)
tensor_toType_s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:420)
tensor_to_dense (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:425)
tensor_to_mkldnn (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:430)
tensor_use_count (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:435)
tensor_vulkan (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:440)
tensor_weak_use_count (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:445)
tensor__backward_ltbb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:454)
tensor_set_data_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:460)
tensor_data (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:465)
tensor_is_leaf (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:470)
tensor_output_nr (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:475)
tensor__version (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:480)
tensor_requires_grad__b (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:486)
tensor_retain_grad (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:491)
tensor_retains_grad (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:496)
tensor__fw_primal_l (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:502)
tensor_rename__N (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:508)
tensor_rename_N (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:514)
tensor_align_to_N (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:520)
tensor_align_to_Nl (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:527)
tensor_align_as_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:533)
tensor_refine_names_N (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:539)
tensor_abs (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:544)
tensor_abs_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:549)
tensor_absolute (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:554)
tensor_absolute_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:559)
tensor_angle (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:564)
tensor_sgn (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:569)
tensor_sgn_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:574)
tensor_chalf_M (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:580)
tensor__conj (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:585)
tensor_conj (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:590)
tensor__conj_physical (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:595)
tensor_conj_physical (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:600)
tensor_conj_physical_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:605)
tensor_resolve_conj (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:610)
tensor_resolve_neg (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:615)
tensor__neg_view (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:620)
tensor_acos (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:625)
tensor_acos_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:630)
tensor_arccos (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:635)
tensor_arccos_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:640)
tensor_add_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:647)
tensor_add__ts (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:654)
tensor_add_ss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:661)
tensor_add__ss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:668)
tensor_addmv_ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:677)
tensor_addmv__ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:686)
tensor_addr_ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:695)
tensor_addr__ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:704)
tensor__is_all_true (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:709)
tensor__is_any_true (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:714)
tensor_all_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:721)
tensor_all_nb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:728)
tensor_allclose_tddb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:737)
tensor_any_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:744)
tensor_any_nb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:751)
tensor_argmax_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:758)
tensor_argmin_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:765)
tensor_acosh (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:770)
tensor_acosh_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:775)
tensor_arccosh (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:780)
tensor_arccosh_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:785)
tensor_asinh (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:790)
tensor_asinh_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:795)
tensor_arcsinh (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:800)
tensor_arcsinh_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:805)
tensor_atanh (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:810)
tensor_atanh_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:815)
tensor_arctanh (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:820)
tensor_arctanh_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:825)
tensor_as_strided_lll (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:833)
tensor_as_strided__lll (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:841)
tensor_asin (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:846)
tensor_asin_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:851)
tensor_arcsin (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:856)
tensor_arcsin_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:861)
tensor_atan (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:866)
tensor_atan_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:871)
tensor_arctan (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:876)
tensor_arctan_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:881)
tensor_baddbmm_ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:890)
tensor_baddbmm__ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:899)
tensor_bernoulli_G (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:905)
tensor_bernoulli__tG (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:912)
tensor_bernoulli__dG (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:919)
tensor_bernoulli_dG (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:926)
tensor_bincount_tl (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:933)
tensor_bitwise_not (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:938)
tensor_bitwise_not_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:943)
tensor_copysign_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:949)
tensor_copysign__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:955)
tensor_copysign_s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:961)
tensor_copysign__s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:967)
tensor_logical_not (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:972)
tensor_logical_not_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:977)
tensor_logical_xor_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:983)
tensor_logical_xor__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:989)
tensor_logical_and_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:995)
tensor_logical_and__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1001)
tensor_logical_or_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1007)
tensor_logical_or__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1013)
tensor_bmm_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1019)
tensor_broadcast_to_l (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1025)
tensor_ceil (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1030)
tensor_ceil_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1035)
tensor_unsafe_chunk_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1042)
tensor_chunk_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1049)
tensor_tensor_split_tl (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1056)
tensor_clamp_ss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1063)
tensor_clamp_tt (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1070)
tensor_clamp__ss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1077)
tensor_clamp__tt (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1084)
tensor_clamp_max_s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1090)
tensor_clamp_max_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1096)
tensor_clamp_max__s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1102)
tensor_clamp_max__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1108)
tensor_clamp_min_s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1114)
tensor_clamp_min_t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1120)
tensor_clamp_min__s (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1126)
tensor_clamp_min__t (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1132)
tensor_clip_ss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1139)
tensor_clip_tt (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1146)
tensor_clip__ss (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1153)
tensor_clip__tt (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1160)
tensor_contiguous_M (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1166)
tensor_copy__tb (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1173)
tensor_cos (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1178)
tensor_cos_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1183)
tensor_cosh (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1188)
tensor_cosh_ (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1193)
tensor_cov_ltt (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1201)
tensor_corrcoef (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1206)
tensor_cummax_l (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1212)
tensor_cummax_n (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1218)
tensor_cummin_l (src/Torch/Internal/Managed/Type/Tensor/Tensor0.hs:1224)
0% ( 0 /208) in 'Torch.Internal.Unmanaged.Type.Tensor.Tensor1'
Missing documentation for:
Module header
tensor_cummin_n (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:39)
tensor_cumprod_ls (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:49)
tensor_cumprod__ls (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:60)
tensor_cumprod_ns (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:71)
tensor_cumprod__ns (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:82)
tensor_cumsum_ls (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:93)
tensor_cumsum__ls (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:104)
tensor_cumsum_ns (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:115)
tensor_cumsum__ns (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:126)
tensor_diag_embed_lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:138)
tensor_diagflat_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:149)
tensor_diagonal_lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:160)
tensor_diagonal_nnnl (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:174)
tensor_fill_diagonal__sb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:187)
tensor_diff_lltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:200)
tensor_div_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:212)
tensor_div__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:221)
tensor_div_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:231)
tensor_div__ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:242)
tensor_div_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:252)
tensor_div__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:261)
tensor_div_ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:271)
tensor_div__ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:282)
tensor_divide_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:292)
tensor_divide__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:301)
tensor_divide_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:310)
tensor_divide__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:319)
tensor_divide_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:329)
tensor_divide__ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:340)
tensor_divide_ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:351)
tensor_divide__ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:362)
tensor_true_divide_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:372)
tensor_true_divide__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:381)
tensor_true_divide_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:390)
tensor_true_divide__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:399)
tensor_dot_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:408)
tensor_vdot_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:417)
tensor_new_empty_lo (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:427)
tensor_new_empty_strided_llo (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:439)
tensor_new_full_lso (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:452)
tensor_new_zeros_lo (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:464)
tensor_new_ones_lo (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:475)
tensor_resize__lM (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:486)
tensor_erf (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:495)
tensor_erf_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:503)
tensor_erfc (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:511)
tensor_erfc_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:519)
tensor_exp (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:527)
tensor_exp_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:535)
tensor_exp2 (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:543)
tensor_exp2_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:551)
tensor_expm1 (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:559)
tensor_expm1_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:567)
tensor_expand_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:577)
tensor_expand_as_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:587)
tensor_flatten_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:597)
tensor_flatten_lln (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:609)
tensor_flatten_nnn (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:622)
tensor_flatten_Nn (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:634)
tensor_unflatten_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:645)
tensor_unflatten_nlN (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:657)
tensor_fill__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:668)
tensor_fill__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:677)
tensor_floor (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:685)
tensor_floor_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:693)
tensor_floor_divide_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:702)
tensor_floor_divide__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:711)
tensor_floor_divide_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:720)
tensor_floor_divide__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:729)
tensor_frac (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:737)
tensor_frac_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:745)
tensor_gcd_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:754)
tensor_gcd__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:763)
tensor_lcm_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:772)
tensor_lcm__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:781)
tensor_index_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:790)
tensor_index_copy__ltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:801)
tensor_index_copy_ltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:814)
tensor_index_copy__ntt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:827)
tensor_index_copy_ntt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:840)
tensor_index_put__ltb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:853)
tensor_index_put_ltb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:866)
tensor_isclose_tddb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:880)
tensor_isnan (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:891)
tensor_is_distributed (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:899)
tensor_is_floating_point (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:907)
tensor_is_complex (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:915)
tensor_is_conj (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:923)
tensor__is_zerotensor (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:931)
tensor_is_neg (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:939)
tensor_isreal (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:947)
tensor_is_nonzero (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:955)
tensor_is_same_size_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:964)
tensor_is_signed (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:972)
tensor_is_inference (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:980)
tensor_kron_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:989)
tensor_kthvalue_llb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1000)
tensor_kthvalue_lnb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1013)
tensor_nan_to_num_ddd (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1026)
tensor_nan_to_num__ddd (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1039)
tensor_ldexp_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1050)
tensor_ldexp__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1059)
tensor_log (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1067)
tensor_log_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1075)
tensor_log10 (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1083)
tensor_log10_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1091)
tensor_log1p (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1099)
tensor_log1p_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1107)
tensor_log2 (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1115)
tensor_log2_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1123)
tensor_logaddexp_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1132)
tensor_logaddexp2_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1141)
tensor_xlogy_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1150)
tensor_xlogy_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1159)
tensor_xlogy__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1168)
tensor_xlogy__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1177)
tensor_log_softmax_ls (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1187)
tensor_log_softmax_ns (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1198)
tensor_logcumsumexp_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1208)
tensor_logcumsumexp_n (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1217)
tensor_logsumexp_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1227)
tensor_logsumexp_Nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1238)
tensor_matmul_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1248)
tensor_matrix_power_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1257)
tensor_matrix_exp (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1265)
tensor_aminmax_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1275)
tensor_max_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1286)
tensor_max_nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1297)
tensor_amax_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1308)
tensor_mean_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1318)
tensor_mean_lbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1329)
tensor_mean_Nbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1342)
tensor_nanmean_lbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1355)
tensor_median (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1365)
tensor_median_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1375)
tensor_median_nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1386)
tensor_nanmedian (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1395)
tensor_nanmedian_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1405)
tensor_nanmedian_nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1416)
tensor_min_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1427)
tensor_min_nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1438)
tensor_amin_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1449)
tensor_mm_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1459)
tensor_mode_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1469)
tensor_mode_nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1480)
tensor_mul_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1490)
tensor_mul__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1499)
tensor_mul_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1508)
tensor_mul__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1517)
tensor_multiply_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1526)
tensor_multiply__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1535)
tensor_multiply_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1544)
tensor_multiply__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1553)
tensor_mv_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1562)
tensor_mvlgamma_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1571)
tensor_mvlgamma__l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1580)
tensor_narrow_copy_lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1591)
tensor_narrow_lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1604)
tensor_narrow_ltl (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1617)
tensor_permute_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1628)
tensor_numpy_T (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1636)
tensor_matrix_H (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1644)
tensor_mT (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1652)
tensor_mH (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1660)
tensor_adjoint (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1668)
tensor_is_pinned_D (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1677)
tensor_pin_memory_D (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1686)
tensor_pinverse_d (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1695)
tensor_rad2deg (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1703)
tensor_rad2deg_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1711)
tensor_deg2rad (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1719)
tensor_deg2rad_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1727)
tensor_ravel (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1735)
tensor_reciprocal (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1743)
tensor_reciprocal_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1751)
tensor_neg (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1759)
tensor_neg_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1767)
tensor_negative (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1775)
tensor_negative_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1783)
tensor_repeat_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1792)
tensor_repeat_interleave_tll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1803)
tensor_repeat_interleave_lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1816)
tensor_reshape_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1827)
tensor__reshape_alias_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1837)
tensor_reshape_as_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1847)
tensor_round (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1855)
tensor_round_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1863)
tensor_round_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1872)
tensor_round__l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1881)
tensor_relu (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1889)
tensor_relu_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1897)
tensor_prelu_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1906)
tensor_hardshrink_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1915)
tensor_hardshrink_backward_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1925)
tensor_rsqrt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1934)
tensor_rsqrt_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1942)
tensor_select_nl (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1952)
tensor_select_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1963)
tensor_sigmoid (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1972)
tensor_sigmoid_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1980)
tensor_logit_d (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1989)
tensor_logit__d (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:1998)
tensor_sin (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:2006)
tensor_sin_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:2014)
tensor_sinc (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:2022)
tensor_sinc_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:2030)
tensor_sinh (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor1.hs:2038)
0% ( 0 /208) in 'Torch.Internal.Managed.Type.Tensor.Tensor1'
Missing documentation for:
Module header
tensor_cummin_n (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:31)
tensor_cumprod_ls (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:38)
tensor_cumprod__ls (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:45)
tensor_cumprod_ns (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:52)
tensor_cumprod__ns (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:59)
tensor_cumsum_ls (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:66)
tensor_cumsum__ls (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:73)
tensor_cumsum_ns (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:80)
tensor_cumsum__ns (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:87)
tensor_diag_embed_lll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:95)
tensor_diagflat_l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:101)
tensor_diagonal_lll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:109)
tensor_diagonal_nnnl (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:118)
tensor_fill_diagonal__sb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:125)
tensor_diff_lltt (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:134)
tensor_div_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:140)
tensor_div__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:146)
tensor_div_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:153)
tensor_div__ts (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:160)
tensor_div_s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:166)
tensor_div__s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:172)
tensor_div_ss (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:179)
tensor_div__ss (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:186)
tensor_divide_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:192)
tensor_divide__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:198)
tensor_divide_s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:204)
tensor_divide__s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:210)
tensor_divide_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:217)
tensor_divide__ts (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:224)
tensor_divide_ss (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:231)
tensor_divide__ss (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:238)
tensor_true_divide_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:244)
tensor_true_divide__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:250)
tensor_true_divide_s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:256)
tensor_true_divide__s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:262)
tensor_dot_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:268)
tensor_vdot_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:274)
tensor_new_empty_lo (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:281)
tensor_new_empty_strided_llo (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:289)
tensor_new_full_lso (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:297)
tensor_new_zeros_lo (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:304)
tensor_new_ones_lo (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:311)
tensor_resize__lM (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:318)
tensor_erf (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:323)
tensor_erf_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:328)
tensor_erfc (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:333)
tensor_erfc_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:338)
tensor_exp (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:343)
tensor_exp_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:348)
tensor_exp2 (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:353)
tensor_exp2_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:358)
tensor_expm1 (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:363)
tensor_expm1_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:368)
tensor_expand_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:375)
tensor_expand_as_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:381)
tensor_flatten_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:388)
tensor_flatten_lln (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:396)
tensor_flatten_nnn (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:404)
tensor_flatten_Nn (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:411)
tensor_unflatten_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:418)
tensor_unflatten_nlN (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:426)
tensor_fill__s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:432)
tensor_fill__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:438)
tensor_floor (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:443)
tensor_floor_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:448)
tensor_floor_divide_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:454)
tensor_floor_divide__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:460)
tensor_floor_divide_s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:466)
tensor_floor_divide__s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:472)
tensor_frac (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:477)
tensor_frac_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:482)
tensor_gcd_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:488)
tensor_gcd__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:494)
tensor_lcm_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:500)
tensor_lcm__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:506)
tensor_index_l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:512)
tensor_index_copy__ltt (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:520)
tensor_index_copy_ltt (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:528)
tensor_index_copy__ntt (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:536)
tensor_index_copy_ntt (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:544)
tensor_index_put__ltb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:552)
tensor_index_put_ltb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:560)
tensor_isclose_tddb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:569)
tensor_isnan (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:574)
tensor_is_distributed (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:579)
tensor_is_floating_point (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:584)
tensor_is_complex (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:589)
tensor_is_conj (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:594)
tensor__is_zerotensor (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:599)
tensor_is_neg (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:604)
tensor_isreal (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:609)
tensor_is_nonzero (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:614)
tensor_is_same_size_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:620)
tensor_is_signed (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:625)
tensor_is_inference (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:630)
tensor_kron_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:636)
tensor_kthvalue_llb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:644)
tensor_kthvalue_lnb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:652)
tensor_nan_to_num_ddd (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:660)
tensor_nan_to_num__ddd (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:668)
tensor_ldexp_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:674)
tensor_ldexp__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:680)
tensor_log (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:685)
tensor_log_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:690)
tensor_log10 (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:695)
tensor_log10_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:700)
tensor_log1p (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:705)
tensor_log1p_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:710)
tensor_log2 (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:715)
tensor_log2_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:720)
tensor_logaddexp_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:726)
tensor_logaddexp2_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:732)
tensor_xlogy_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:738)
tensor_xlogy_s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:744)
tensor_xlogy__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:750)
tensor_xlogy__s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:756)
tensor_log_softmax_ls (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:763)
tensor_log_softmax_ns (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:770)
tensor_logcumsumexp_l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:776)
tensor_logcumsumexp_n (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:782)
tensor_logsumexp_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:789)
tensor_logsumexp_Nb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:796)
tensor_matmul_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:802)
tensor_matrix_power_l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:808)
tensor_matrix_exp (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:813)
tensor_aminmax_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:820)
tensor_max_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:827)
tensor_max_nb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:834)
tensor_amax_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:841)
tensor_mean_s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:847)
tensor_mean_lbs (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:855)
tensor_mean_Nbs (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:863)
tensor_nanmean_lbs (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:871)
tensor_median (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:876)
tensor_median_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:883)
tensor_median_nb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:890)
tensor_nanmedian (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:895)
tensor_nanmedian_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:902)
tensor_nanmedian_nb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:909)
tensor_min_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:916)
tensor_min_nb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:923)
tensor_amin_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:930)
tensor_mm_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:936)
tensor_mode_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:943)
tensor_mode_nb (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:950)
tensor_mul_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:956)
tensor_mul__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:962)
tensor_mul_s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:968)
tensor_mul__s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:974)
tensor_multiply_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:980)
tensor_multiply__t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:986)
tensor_multiply_s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:992)
tensor_multiply__s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:998)
tensor_mv_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1004)
tensor_mvlgamma_l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1010)
tensor_mvlgamma__l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1016)
tensor_narrow_copy_lll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1024)
tensor_narrow_lll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1032)
tensor_narrow_ltl (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1040)
tensor_permute_l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1046)
tensor_numpy_T (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1051)
tensor_matrix_H (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1056)
tensor_mT (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1061)
tensor_mH (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1066)
tensor_adjoint (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1071)
tensor_is_pinned_D (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1077)
tensor_pin_memory_D (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1083)
tensor_pinverse_d (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1089)
tensor_rad2deg (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1094)
tensor_rad2deg_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1099)
tensor_deg2rad (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1104)
tensor_deg2rad_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1109)
tensor_ravel (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1114)
tensor_reciprocal (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1119)
tensor_reciprocal_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1124)
tensor_neg (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1129)
tensor_neg_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1134)
tensor_negative (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1139)
tensor_negative_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1144)
tensor_repeat_l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1150)
tensor_repeat_interleave_tll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1158)
tensor_repeat_interleave_lll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1166)
tensor_reshape_l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1172)
tensor__reshape_alias_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1179)
tensor_reshape_as_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1185)
tensor_round (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1190)
tensor_round_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1195)
tensor_round_l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1201)
tensor_round__l (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1207)
tensor_relu (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1212)
tensor_relu_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1217)
tensor_prelu_t (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1223)
tensor_hardshrink_s (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1229)
tensor_hardshrink_backward_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1236)
tensor_rsqrt (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1241)
tensor_rsqrt_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1246)
tensor_select_nl (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1253)
tensor_select_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1260)
tensor_sigmoid (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1265)
tensor_sigmoid_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1270)
tensor_logit_d (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1276)
tensor_logit__d (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1282)
tensor_sin (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1287)
tensor_sin_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1292)
tensor_sinc (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1297)
tensor_sinc_ (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1302)
tensor_sinh (src/Torch/Internal/Managed/Type/Tensor/Tensor1.hs:1307)
0% ( 0 /202) in 'Torch.Internal.Unmanaged.Type.Tensor.Tensor2'
Missing documentation for:
Module header
tensor_sinh_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:38)
tensor_detach (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:46)
tensor_detach_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:54)
tensor_size_n (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:63)
tensor_slice_llll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:75)
tensor_slice_scatter_tllll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:91)
tensor_select_scatter_tll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:106)
tensor_diagonal_scatter_tlll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:120)
tensor_as_strided_scatter_tlll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:135)
tensor_smm_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:147)
tensor_softmax_ls (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:157)
tensor_softmax_ns (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:168)
tensor_unsafe_split_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:179)
tensor_split_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:190)
tensor_unsafe_split_with_sizes_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:212)
tensor_split_with_sizes_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:223)
tensor_squeeze (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:232)
tensor_squeeze_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:241)
tensor_squeeze_n (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:250)
tensor_squeeze_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:267)
tensor_squeeze__l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:276)
tensor_squeeze__n (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:294)
tensor_sspaddmm_ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:306)
tensor_stft_llltbbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:324)
tensor_stft_llltbsbbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:347)
tensor_istft_llltbbblb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:372)
tensor_stride_n (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:389)
tensor_sum_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:398)
tensor_sum_lbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:409)
tensor_sum_Nbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:422)
tensor_nansum_lbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:435)
tensor_sum_to_size_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:446)
tensor_sqrt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:454)
tensor_sqrt_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:462)
tensor_square (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:470)
tensor_square_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:478)
tensor_std_b (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:487)
tensor_std_lbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:498)
tensor_std_llb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:511)
tensor_std_Nbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:524)
tensor_std_Nlb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:537)
tensor_prod_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:548)
tensor_prod_lbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:559)
tensor_prod_nbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:572)
tensor_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:582)
tensor_t_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:590)
tensor_tan (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:598)
tensor_tan_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:606)
tensor_tanh (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:614)
tensor_tanh_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:622)
tensor_tile_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:631)
tensor_transpose_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:641)
tensor_transpose_nn (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:652)
tensor_transpose__ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:663)
tensor_flip_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:673)
tensor_fliplr (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:681)
tensor_flipud (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:689)
tensor_roll_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:699)
tensor_rot90_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:710)
tensor__nested_tensor_size (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:719)
tensor__nested_tensor_strides (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:727)
tensor_trunc (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:743)
tensor_trunc_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:751)
tensor_fix (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:759)
tensor_fix_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:767)
tensor_type_as_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:776)
tensor_unsqueeze_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:785)
tensor_unsqueeze__l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:794)
tensor_var_b (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:803)
tensor_var_lbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:814)
tensor_var_llb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:827)
tensor_var_Nbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:840)
tensor_var_Nlb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:853)
tensor_view_as_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:864)
tensor_where_tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:874)
tensor_where_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:885)
tensor_norm_ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:896)
tensor_norm_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:906)
tensor_norm_slbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:918)
tensor_norm_slb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:932)
tensor_norm_sNbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:946)
tensor_norm_sNb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:960)
tensor_frexp (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:970)
tensor_clone_M (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:979)
tensor_positive (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:987)
tensor_resize_as__tM (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:997)
tensor_resize_as_sparse__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1007)
tensor_zero_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1015)
tensor_sub_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1025)
tensor_sub__ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1036)
tensor_sub_ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1047)
tensor_sub__ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1058)
tensor_subtract_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1069)
tensor_subtract__ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1080)
tensor_subtract_ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1091)
tensor_subtract__ss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1102)
tensor_heaviside_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1112)
tensor_heaviside__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1121)
tensor_addmm_ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1133)
tensor_addmm__ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1148)
tensor__addmm_activation_ttssb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1164)
tensor_sparse_resize__lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1179)
tensor_sparse_resize_and_clear__lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1192)
tensor_sparse_mask_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1203)
tensor_to_dense_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1212)
tensor__to_dense_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1221)
tensor_sparse_dim (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1229)
tensor__dimI (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1237)
tensor_dense_dim (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1245)
tensor__dimV (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1253)
tensor__nnz (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1261)
tensor_coalesce (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1269)
tensor_is_coalesced (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1277)
tensor__indices (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1285)
tensor__values (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1293)
tensor__coalesced__b (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1302)
tensor_indices (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1310)
tensor_values (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1318)
tensor_crow_indices (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1326)
tensor_col_indices (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1334)
tensor_ccol_indices (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1342)
tensor_row_indices (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1350)
tensor_unbind_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1359)
tensor_unbind_n (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1368)
tensor_to_sparse_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1377)
tensor_to_sparse_Lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1388)
tensor_to_sparse_csr_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1399)
tensor_to_sparse_csc_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1408)
tensor_to_sparse_bsr_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1418)
tensor_to_sparse_bsc_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1429)
tensor_to_mkldnn_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1439)
tensor_dequantize (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1447)
tensor_q_scale (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1455)
tensor_q_zero_point (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1463)
tensor_q_per_channel_scales (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1471)
tensor_q_per_channel_zero_points (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1479)
tensor_q_per_channel_axis (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1487)
tensor_int_repr (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1495)
tensor_qscheme (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1503)
tensor__autocast_to_reduced_precision_bbss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1515)
tensor__autocast_to_full_precision_bb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1528)
tensor_to_obbM (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1541)
tensor_to_DsbbM (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1557)
tensor_to_sbbM (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1573)
tensor_to_tbbM (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1588)
tensor_item (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1599)
tensor_set__S (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1608)
tensor_set__Slll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1620)
tensor_set__tlll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1635)
tensor_set__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1647)
tensor_set_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1655)
tensor_is_set_to_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1664)
tensor_masked_fill__ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1674)
tensor_masked_fill_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1685)
tensor_masked_fill__tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1696)
tensor_masked_fill_tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1707)
tensor_masked_scatter__tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1718)
tensor_masked_scatter_tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1729)
tensor_view_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1739)
tensor_view_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1748)
tensor_put__ttb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1759)
tensor_put_ttb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1772)
tensor_index_add__ltts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1786)
tensor_index_add_ltts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1801)
tensor_index_add_ntts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1816)
tensor_index_reduce__lttsb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1832)
tensor_index_reduce_lttsb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1849)
tensor_index_fill__lts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1864)
tensor_index_fill_lts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1877)
tensor_index_fill__ltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1890)
tensor_index_fill_ltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1903)
tensor_index_fill__nts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1916)
tensor_index_fill__ntt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1929)
tensor_index_fill_nts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1942)
tensor_index_fill_ntt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1955)
tensor_scatter_ltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1968)
tensor_scatter__ltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1981)
tensor_scatter_lts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:1994)
tensor_scatter__lts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2007)
tensor_scatter_ltts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2021)
tensor_scatter__ltts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2036)
tensor_scatter_ltss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2051)
tensor_scatter__ltss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2066)
tensor_scatter_ntt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2080)
tensor_scatter_nts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2093)
tensor_scatter_add_ltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2106)
tensor_scatter_add__ltt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2119)
tensor_scatter_add_ntt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2132)
tensor_scatter_reduce_lttsb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2147)
tensor_scatter_reduce__lttsb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2164)
tensor_eq__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2177)
tensor_eq__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2186)
tensor_bitwise_and_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2195)
tensor_bitwise_and_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2204)
tensor_bitwise_and__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2213)
tensor_bitwise_and__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2222)
tensor___and___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2231)
tensor___and___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2240)
tensor___iand___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2249)
tensor___iand___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2258)
tensor_bitwise_or_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor2.hs:2267)
0% ( 0 /202) in 'Torch.Internal.Managed.Type.Tensor.Tensor2'
Missing documentation for:
Module header
tensor_sinh_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:30)
tensor_detach (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:35)
tensor_detach_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:40)
tensor_size_n (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:46)
tensor_slice_llll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:55)
tensor_slice_scatter_tllll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:65)
tensor_select_scatter_tll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:73)
tensor_diagonal_scatter_tlll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:82)
tensor_as_strided_scatter_tlll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:91)
tensor_smm_t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:97)
tensor_softmax_ls (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:104)
tensor_softmax_ns (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:111)
tensor_unsafe_split_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:118)
tensor_split_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:125)
tensor_unsafe_split_with_sizes_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:139)
tensor_split_with_sizes_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:146)
tensor_squeeze (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:151)
tensor_squeeze_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:157)
tensor_squeeze_n (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:163)
tensor_squeeze_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:174)
tensor_squeeze__l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:180)
tensor_squeeze__n (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:192)
tensor_sspaddmm_ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:201)
tensor_stft_llltbbb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:213)
tensor_stft_llltbsbbb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:227)
tensor_istft_llltbbblb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:241)
tensor_stride_n (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:247)
tensor_sum_s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:253)
tensor_sum_lbs (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:261)
tensor_sum_Nbs (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:269)
tensor_nansum_lbs (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:277)
tensor_sum_to_size_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:283)
tensor_sqrt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:288)
tensor_sqrt_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:293)
tensor_square (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:298)
tensor_square_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:303)
tensor_std_b (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:309)
tensor_std_lbb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:317)
tensor_std_llb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:325)
tensor_std_Nbb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:333)
tensor_std_Nlb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:341)
tensor_prod_s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:347)
tensor_prod_lbs (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:355)
tensor_prod_nbs (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:363)
tensor_t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:368)
tensor_t_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:373)
tensor_tan (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:378)
tensor_tan_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:383)
tensor_tanh (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:388)
tensor_tanh_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:393)
tensor_tile_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:399)
tensor_transpose_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:406)
tensor_transpose_nn (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:413)
tensor_transpose__ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:420)
tensor_flip_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:426)
tensor_fliplr (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:431)
tensor_flipud (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:436)
tensor_roll_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:443)
tensor_rot90_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:450)
tensor__nested_tensor_size (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:455)
tensor__nested_tensor_strides (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:460)
tensor_trunc (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:470)
tensor_trunc_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:475)
tensor_fix (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:480)
tensor_fix_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:485)
tensor_type_as_t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:491)
tensor_unsqueeze_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:497)
tensor_unsqueeze__l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:503)
tensor_var_b (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:509)
tensor_var_lbb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:517)
tensor_var_llb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:525)
tensor_var_Nbb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:533)
tensor_var_Nlb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:541)
tensor_view_as_t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:547)
tensor_where_tt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:554)
tensor_where_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:561)
tensor_norm_ss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:568)
tensor_norm_s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:574)
tensor_norm_slbs (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:583)
tensor_norm_slb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:591)
tensor_norm_sNbs (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:600)
tensor_norm_sNb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:608)
tensor_frexp (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:613)
tensor_clone_M (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:619)
tensor_positive (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:624)
tensor_resize_as__tM (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:631)
tensor_resize_as_sparse__t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:637)
tensor_zero_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:642)
tensor_sub_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:649)
tensor_sub__ts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:656)
tensor_sub_ss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:663)
tensor_sub__ss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:670)
tensor_subtract_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:677)
tensor_subtract__ts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:684)
tensor_subtract_ss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:691)
tensor_subtract__ss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:698)
tensor_heaviside_t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:704)
tensor_heaviside__t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:710)
tensor_addmm_ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:719)
tensor_addmm__ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:728)
tensor__addmm_activation_ttssb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:738)
tensor_sparse_resize__lll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:746)
tensor_sparse_resize_and_clear__lll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:754)
tensor_sparse_mask_t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:760)
tensor_to_dense_s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:766)
tensor__to_dense_s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:772)
tensor_sparse_dim (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:777)
tensor__dimI (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:782)
tensor_dense_dim (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:787)
tensor__dimV (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:792)
tensor__nnz (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:797)
tensor_coalesce (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:802)
tensor_is_coalesced (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:807)
tensor__indices (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:812)
tensor__values (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:817)
tensor__coalesced__b (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:823)
tensor_indices (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:828)
tensor_values (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:833)
tensor_crow_indices (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:838)
tensor_col_indices (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:843)
tensor_ccol_indices (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:848)
tensor_row_indices (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:853)
tensor_unbind_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:859)
tensor_unbind_n (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:865)
tensor_to_sparse_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:871)
tensor_to_sparse_Lll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:879)
tensor_to_sparse_csr_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:885)
tensor_to_sparse_csc_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:891)
tensor_to_sparse_bsr_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:898)
tensor_to_sparse_bsc_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:905)
tensor_to_mkldnn_s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:911)
tensor_dequantize (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:916)
tensor_q_scale (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:921)
tensor_q_zero_point (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:926)
tensor_q_per_channel_scales (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:931)
tensor_q_per_channel_zero_points (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:936)
tensor_q_per_channel_axis (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:941)
tensor_int_repr (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:946)
tensor_qscheme (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:951)
tensor__autocast_to_reduced_precision_bbss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:960)
tensor__autocast_to_full_precision_bb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:967)
tensor_to_obbM (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:976)
tensor_to_DsbbM (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:986)
tensor_to_sbbM (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:995)
tensor_to_tbbM (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1004)
tensor_item (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1009)
tensor_set__S (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1015)
tensor_set__Slll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1024)
tensor_set__tlll (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1033)
tensor_set__t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1039)
tensor_set_ (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1044)
tensor_is_set_to_t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1050)
tensor_masked_fill__ts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1057)
tensor_masked_fill_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1064)
tensor_masked_fill__tt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1071)
tensor_masked_fill_tt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1078)
tensor_masked_scatter__tt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1085)
tensor_masked_scatter_tt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1092)
tensor_view_l (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1098)
tensor_view_s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1104)
tensor_put__ttb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1112)
tensor_put_ttb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1120)
tensor_index_add__ltts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1129)
tensor_index_add_ltts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1138)
tensor_index_add_ntts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1147)
tensor_index_reduce__lttsb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1157)
tensor_index_reduce_lttsb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1167)
tensor_index_fill__lts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1175)
tensor_index_fill_lts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1183)
tensor_index_fill__ltt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1191)
tensor_index_fill_ltt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1199)
tensor_index_fill__nts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1207)
tensor_index_fill__ntt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1215)
tensor_index_fill_nts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1223)
tensor_index_fill_ntt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1231)
tensor_scatter_ltt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1239)
tensor_scatter__ltt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1247)
tensor_scatter_lts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1255)
tensor_scatter__lts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1263)
tensor_scatter_ltts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1272)
tensor_scatter__ltts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1281)
tensor_scatter_ltss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1290)
tensor_scatter__ltss (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1299)
tensor_scatter_ntt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1307)
tensor_scatter_nts (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1315)
tensor_scatter_add_ltt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1323)
tensor_scatter_add__ltt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1331)
tensor_scatter_add_ntt (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1339)
tensor_scatter_reduce_lttsb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1349)
tensor_scatter_reduce__lttsb (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1359)
tensor_eq__s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1365)
tensor_eq__t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1371)
tensor_bitwise_and_s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1377)
tensor_bitwise_and_t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1383)
tensor_bitwise_and__s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1389)
tensor_bitwise_and__t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1395)
tensor___and___s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1401)
tensor___and___t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1407)
tensor___iand___s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1413)
tensor___iand___t (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1419)
tensor_bitwise_or_s (src/Torch/Internal/Managed/Type/Tensor/Tensor2.hs:1425)
0% ( 0 /210) in 'Torch.Internal.Unmanaged.Type.Tensor.Tensor3'
Missing documentation for:
Module header
tensor_bitwise_or_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:39)
tensor_bitwise_or__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:48)
tensor_bitwise_or__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:57)
tensor___or___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:66)
tensor___or___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:75)
tensor___ior___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:84)
tensor___ior___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:93)
tensor_bitwise_xor_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:102)
tensor_bitwise_xor_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:111)
tensor_bitwise_xor__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:120)
tensor_bitwise_xor__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:129)
tensor___xor___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:138)
tensor___xor___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:147)
tensor___ixor___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:156)
tensor___ixor___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:165)
tensor___lshift___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:174)
tensor___lshift___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:183)
tensor___ilshift___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:192)
tensor___ilshift___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:201)
tensor_bitwise_left_shift_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:210)
tensor_bitwise_left_shift__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:219)
tensor_bitwise_left_shift_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:228)
tensor_bitwise_left_shift__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:237)
tensor___rshift___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:246)
tensor___rshift___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:255)
tensor___irshift___s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:264)
tensor___irshift___t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:273)
tensor_bitwise_right_shift_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:282)
tensor_bitwise_right_shift__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:291)
tensor_bitwise_right_shift_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:300)
tensor_bitwise_right_shift__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:309)
tensor_tril__l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:318)
tensor_triu__l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:327)
tensor_digamma_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:335)
tensor_lerp__ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:345)
tensor_lerp__tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:356)
tensor_addbmm__ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:369)
tensor_addbmm_ttss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:384)
tensor_random__llG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:398)
tensor_random__lG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:410)
tensor_random__G (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:420)
tensor_uniform__ddG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:431)
tensor_cauchy__ddG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:444)
tensor_log_normal__ddG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:457)
tensor_exponential__dG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:469)
tensor_geometric__dG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:480)
tensor_diag_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:490)
tensor_cross_tl (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:500)
tensor_triu_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:510)
tensor_tril_l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:519)
tensor_trace (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:527)
tensor_ne_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:536)
tensor_ne_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:545)
tensor_ne__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:554)
tensor_ne__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:563)
tensor_not_equal_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:572)
tensor_not_equal_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:581)
tensor_not_equal__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:590)
tensor_not_equal__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:599)
tensor_eq_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:608)
tensor_eq_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:617)
tensor_ge_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:626)
tensor_ge_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:635)
tensor_ge__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:644)
tensor_ge__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:653)
tensor_greater_equal_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:662)
tensor_greater_equal_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:671)
tensor_greater_equal__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:680)
tensor_greater_equal__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:689)
tensor_le_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:698)
tensor_le_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:707)
tensor_le__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:716)
tensor_le__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:725)
tensor_less_equal_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:734)
tensor_less_equal_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:743)
tensor_less_equal__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:752)
tensor_less_equal__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:761)
tensor_gt_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:770)
tensor_gt_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:779)
tensor_gt__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:788)
tensor_gt__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:797)
tensor_greater_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:806)
tensor_greater_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:815)
tensor_greater__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:824)
tensor_greater__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:833)
tensor_lt_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:842)
tensor_lt_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:851)
tensor_lt__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:860)
tensor_lt__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:869)
tensor_less_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:878)
tensor_less_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:887)
tensor_less__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:896)
tensor_less__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:905)
tensor_take_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:914)
tensor_take_along_dim_tl (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:924)
tensor_index_select_lt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:935)
tensor_index_select_nt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:946)
tensor_masked_select_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:956)
tensor_nonzero (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:964)
tensor_nonzero_numpy (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:972)
tensor_argwhere (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:980)
tensor_gather_ltb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:991)
tensor_gather_ntb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1004)
tensor_addcmul_tts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1017)
tensor_addcmul__tts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1030)
tensor_addcdiv_tts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1043)
tensor_addcdiv__tts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1056)
tensor_triangular_solve_tbbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1070)
tensor_svd_bb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1083)
tensor_swapaxes_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1094)
tensor_swapaxes__ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1105)
tensor_swapdims_ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1116)
tensor_swapdims__ll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1127)
tensor_cholesky_b (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1137)
tensor_cholesky_solve_tb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1147)
tensor_cholesky_inverse_b (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1157)
tensor_qr_b (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1166)
tensor_geqrf (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1174)
tensor_orgqr_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1183)
tensor_ormqr_ttbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1195)
tensor_lu_solve_tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1208)
tensor_multinomial_lbG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1220)
tensor_lgamma_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1230)
tensor_lgamma (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1238)
tensor_digamma (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1246)
tensor_polygamma__l (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1255)
tensor_erfinv (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1263)
tensor_erfinv_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1271)
tensor_i0 (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1279)
tensor_i0_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1287)
tensor_sign (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1295)
tensor_sign_ (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1303)
tensor_signbit (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1311)
tensor_dist_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1321)
tensor_atan2__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1331)
tensor_atan2_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1340)
tensor_arctan2_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1349)
tensor_arctan2__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1358)
tensor_lerp_ts (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1368)
tensor_lerp_tt (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1379)
tensor_histc_lss (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1391)
tensor_histogram_ttb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1404)
tensor_histogram_latb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1418)
tensor_fmod_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1430)
tensor_fmod__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1439)
tensor_fmod_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1448)
tensor_fmod__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1457)
tensor_hypot_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1466)
tensor_hypot__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1475)
tensor_igamma_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1484)
tensor_igamma__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1493)
tensor_igammac_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1502)
tensor_igammac__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1511)
tensor_nextafter_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1520)
tensor_nextafter__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1529)
tensor_remainder_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1538)
tensor_remainder__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1547)
tensor_remainder_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1556)
tensor_remainder__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1565)
tensor_min (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1573)
tensor_fmin_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1582)
tensor_max (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1590)
tensor_fmax_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1599)
tensor_maximum_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1608)
tensor_max_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1617)
tensor_minimum_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1626)
tensor_min_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1635)
tensor_quantile_tlbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1647)
tensor_quantile_dlbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1662)
tensor_nanquantile_tlbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1677)
tensor_nanquantile_dlbs (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1692)
tensor_sort_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1705)
tensor_sort_blb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1717)
tensor_sort_nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1729)
tensor_sort_bnb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1741)
tensor_msort (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1751)
tensor_argsort_lb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1761)
tensor_argsort_blb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1773)
tensor_argsort_nb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1785)
tensor_topk_llbb (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1798)
tensor_all (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1809)
tensor_any (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1817)
tensor_renorm_sls (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1828)
tensor_renorm__sls (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1841)
tensor_unfold_lll (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1854)
tensor_equal_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1865)
tensor_pow_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1874)
tensor_pow_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1883)
tensor_pow__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1892)
tensor_pow__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1901)
tensor_float_power_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1910)
tensor_float_power_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1919)
tensor_float_power__s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1928)
tensor_float_power__t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1937)
tensor_normal__ddG (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1948)
tensor_alias (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1958)
tensor_isfinite (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1966)
tensor_isinf (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1974)
tensor_record_stream_s (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1983)
tensor_isposinf (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1991)
tensor_isneginf (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:1999)
tensor_det (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:2007)
tensor_slogdet (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:2015)
tensor_logdet (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:2023)
tensor_inverse (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:2031)
tensor_inner_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:2040)
tensor_outer_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:2049)
tensor_ger_t (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:2058)
tensor_to_padded_tensor_dl (src/Torch/Internal/Unmanaged/Type/Tensor/Tensor3.hs:2068)
80% ( 4 / 5) in 'Torch.Internal.Unmanaged.Type.Tensor'
Missing documentation for:
Module header
0% ( 0 /210) in 'Torch.Internal.Managed.Type.Tensor.Tensor3'
Missing documentation for:
Module header
tensor_bitwise_or_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:31)
tensor_bitwise_or__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:37)
tensor_bitwise_or__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:43)
tensor___or___s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:49)
tensor___or___t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:55)
tensor___ior___s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:61)
tensor___ior___t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:67)
tensor_bitwise_xor_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:73)
tensor_bitwise_xor_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:79)
tensor_bitwise_xor__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:85)
tensor_bitwise_xor__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:91)
tensor___xor___s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:97)
tensor___xor___t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:103)
tensor___ixor___s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:109)
tensor___ixor___t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:115)
tensor___lshift___s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:121)
tensor___lshift___t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:127)
tensor___ilshift___s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:133)
tensor___ilshift___t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:139)
tensor_bitwise_left_shift_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:145)
tensor_bitwise_left_shift__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:151)
tensor_bitwise_left_shift_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:157)
tensor_bitwise_left_shift__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:163)
tensor___rshift___s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:169)
tensor___rshift___t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:175)
tensor___irshift___s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:181)
tensor___irshift___t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:187)
tensor_bitwise_right_shift_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:193)
tensor_bitwise_right_shift__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:199)
tensor_bitwise_right_shift_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:205)
tensor_bitwise_right_shift__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:211)
tensor_tril__l (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:217)
tensor_triu__l (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:223)
tensor_digamma_ (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:228)
tensor_lerp__ts (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:235)
tensor_lerp__tt (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:242)
tensor_addbmm__ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:251)
tensor_addbmm_ttss (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:260)
tensor_random__llG (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:268)
tensor_random__lG (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:275)
tensor_random__G (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:281)
tensor_uniform__ddG (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:289)
tensor_cauchy__ddG (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:297)
tensor_log_normal__ddG (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:305)
tensor_exponential__dG (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:312)
tensor_geometric__dG (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:319)
tensor_diag_l (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:325)
tensor_cross_tl (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:332)
tensor_triu_l (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:338)
tensor_tril_l (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:344)
tensor_trace (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:349)
tensor_ne_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:355)
tensor_ne_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:361)
tensor_ne__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:367)
tensor_ne__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:373)
tensor_not_equal_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:379)
tensor_not_equal_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:385)
tensor_not_equal__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:391)
tensor_not_equal__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:397)
tensor_eq_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:403)
tensor_eq_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:409)
tensor_ge_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:415)
tensor_ge_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:421)
tensor_ge__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:427)
tensor_ge__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:433)
tensor_greater_equal_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:439)
tensor_greater_equal_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:445)
tensor_greater_equal__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:451)
tensor_greater_equal__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:457)
tensor_le_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:463)
tensor_le_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:469)
tensor_le__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:475)
tensor_le__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:481)
tensor_less_equal_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:487)
tensor_less_equal_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:493)
tensor_less_equal__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:499)
tensor_less_equal__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:505)
tensor_gt_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:511)
tensor_gt_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:517)
tensor_gt__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:523)
tensor_gt__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:529)
tensor_greater_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:535)
tensor_greater_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:541)
tensor_greater__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:547)
tensor_greater__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:553)
tensor_lt_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:559)
tensor_lt_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:565)
tensor_lt__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:571)
tensor_lt__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:577)
tensor_less_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:583)
tensor_less_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:589)
tensor_less__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:595)
tensor_less__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:601)
tensor_take_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:607)
tensor_take_along_dim_tl (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:614)
tensor_index_select_lt (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:621)
tensor_index_select_nt (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:628)
tensor_masked_select_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:634)
tensor_nonzero (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:639)
tensor_nonzero_numpy (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:644)
tensor_argwhere (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:649)
tensor_gather_ltb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:657)
tensor_gather_ntb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:665)
tensor_addcmul_tts (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:673)
tensor_addcmul__tts (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:681)
tensor_addcdiv_tts (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:689)
tensor_addcdiv__tts (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:697)
tensor_triangular_solve_tbbb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:706)
tensor_svd_bb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:713)
tensor_swapaxes_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:720)
tensor_swapaxes__ll (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:727)
tensor_swapdims_ll (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:734)
tensor_swapdims__ll (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:741)
tensor_cholesky_b (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:747)
tensor_cholesky_solve_tb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:754)
tensor_cholesky_inverse_b (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:760)
tensor_qr_b (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:766)
tensor_geqrf (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:771)
tensor_orgqr_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:777)
tensor_ormqr_ttbb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:786)
tensor_lu_solve_tt (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:793)
tensor_multinomial_lbG (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:801)
tensor_lgamma_ (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:806)
tensor_lgamma (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:811)
tensor_digamma (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:816)
tensor_polygamma__l (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:822)
tensor_erfinv (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:827)
tensor_erfinv_ (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:832)
tensor_i0 (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:837)
tensor_i0_ (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:842)
tensor_sign (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:847)
tensor_sign_ (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:852)
tensor_signbit (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:857)
tensor_dist_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:864)
tensor_atan2__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:870)
tensor_atan2_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:876)
tensor_arctan2_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:882)
tensor_arctan2__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:888)
tensor_lerp_ts (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:895)
tensor_lerp_tt (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:902)
tensor_histc_lss (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:910)
tensor_histogram_ttb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:918)
tensor_histogram_latb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:927)
tensor_fmod_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:933)
tensor_fmod__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:939)
tensor_fmod_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:945)
tensor_fmod__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:951)
tensor_hypot_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:957)
tensor_hypot__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:963)
tensor_igamma_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:969)
tensor_igamma__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:975)
tensor_igammac_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:981)
tensor_igammac__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:987)
tensor_nextafter_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:993)
tensor_nextafter__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:999)
tensor_remainder_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1005)
tensor_remainder__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1011)
tensor_remainder_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1017)
tensor_remainder__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1023)
tensor_min (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1028)
tensor_fmin_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1034)
tensor_max (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1039)
tensor_fmax_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1045)
tensor_maximum_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1051)
tensor_max_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1057)
tensor_minimum_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1063)
tensor_min_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1069)
tensor_quantile_tlbs (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1078)
tensor_quantile_dlbs (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1087)
tensor_nanquantile_tlbs (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1096)
tensor_nanquantile_dlbs (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1105)
tensor_sort_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1112)
tensor_sort_blb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1120)
tensor_sort_nb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1127)
tensor_sort_bnb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1135)
tensor_msort (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1140)
tensor_argsort_lb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1147)
tensor_argsort_blb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1155)
tensor_argsort_nb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1162)
tensor_topk_llbb (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1171)
tensor_all (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1176)
tensor_any (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1181)
tensor_renorm_sls (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1189)
tensor_renorm__sls (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1197)
tensor_unfold_lll (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1205)
tensor_equal_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1211)
tensor_pow_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1217)
tensor_pow_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1223)
tensor_pow__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1229)
tensor_pow__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1235)
tensor_float_power_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1241)
tensor_float_power_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1247)
tensor_float_power__s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1253)
tensor_float_power__t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1259)
tensor_normal__ddG (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1267)
tensor_alias (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1272)
tensor_isfinite (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1277)
tensor_isinf (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1282)
tensor_record_stream_s (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1288)
tensor_isposinf (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1293)
tensor_isneginf (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1298)
tensor_det (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1303)
tensor_slogdet (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1308)
tensor_logdet (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1313)
tensor_inverse (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1318)
tensor_inner_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1324)
tensor_outer_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1330)
tensor_ger_t (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1336)
tensor_to_padded_tensor_dl (src/Torch/Internal/Managed/Type/Tensor/Tensor3.hs:1343)
80% ( 4 / 5) in 'Torch.Internal.Managed.Type.Tensor'
Missing documentation for:
Module header
0% ( 0 / 13) in 'Torch.Internal.Unmanaged.Type.TensorIndex'
Missing documentation for:
Module header
newTensorIndexList (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:31)
newTensorIndexWithInt (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:34)
newTensorIndexWithBool (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:37)
newTensorIndexWithSlice (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:40)
newTensorIndexWithTensor (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:43)
newTensorIndexWithEllipsis (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:46)
newTensorIndexWithNone (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:49)
tensorIndexList_empty (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:53)
tensorIndexList_size (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:56)
tensorIndexList_push_back (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:59)
index (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:62)
index_put_ (src/Torch/Internal/Unmanaged/Type/TensorIndex.hs:65)
0% ( 0 / 13) in 'Torch.Internal.Managed.Type.TensorIndex'
Missing documentation for:
Module header
newTensorIndexList (src/Torch/Internal/Managed/Type/TensorIndex.hs:26)
newTensorIndexWithInt (src/Torch/Internal/Managed/Type/TensorIndex.hs:29)
newTensorIndexWithBool (src/Torch/Internal/Managed/Type/TensorIndex.hs:32)
newTensorIndexWithSlice (src/Torch/Internal/Managed/Type/TensorIndex.hs:35)
newTensorIndexWithTensor (src/Torch/Internal/Managed/Type/TensorIndex.hs:38)
newTensorIndexWithEllipsis (src/Torch/Internal/Managed/Type/TensorIndex.hs:41)
newTensorIndexWithNone (src/Torch/Internal/Managed/Type/TensorIndex.hs:44)
tensorIndexList_empty (src/Torch/Internal/Managed/Type/TensorIndex.hs:47)
tensorIndexList_size (src/Torch/Internal/Managed/Type/TensorIndex.hs:50)
tensorIndexList_push_back (src/Torch/Internal/Managed/Type/TensorIndex.hs:53)
index (src/Torch/Internal/Managed/Type/TensorIndex.hs:56)
index_put_ (src/Torch/Internal/Managed/Type/TensorIndex.hs:59)
0% ( 0 / 6) in 'Torch.Internal.Unmanaged.Type.TensorList'
Missing documentation for:
Module header
newTensorList (src/Torch/Internal/Unmanaged/Type/TensorList.hs:35)
tensorList_empty (src/Torch/Internal/Unmanaged/Type/TensorList.hs:43)
tensorList_size (src/Torch/Internal/Unmanaged/Type/TensorList.hs:51)
tensorList_at_s (src/Torch/Internal/Unmanaged/Type/TensorList.hs:60)
tensorList_push_back_t (src/Torch/Internal/Unmanaged/Type/TensorList.hs:69)
0% ( 0 / 6) in 'Torch.Internal.Managed.Type.TensorList'
Missing documentation for:
Module header
newTensorList (src/Torch/Internal/Managed/Type/TensorList.hs:29)
tensorList_empty (src/Torch/Internal/Managed/Type/TensorList.hs:34)
tensorList_size (src/Torch/Internal/Managed/Type/TensorList.hs:39)
tensorList_at_s (src/Torch/Internal/Managed/Type/TensorList.hs:45)
tensorList_push_back_t (src/Torch/Internal/Managed/Type/TensorList.hs:51)
0% ( 0 / 1) in 'Torch.Internal.Managed.Cast'
Missing documentation for:
Module header
0% ( 0 / 21) in 'Torch.Internal.Unmanaged.Type.TensorOptions'
Missing documentation for:
Module header
newTensorOptions_s (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:36)
tensorOptions_device_D (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:45)
tensorOptions_device_index_s (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:54)
tensorOptions_dtype_s (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:63)
tensorOptions_dtype (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:71)
tensorOptions_layout_L (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:80)
tensorOptions_requires_grad_b (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:89)
tensorOptions_has_device (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:97)
tensorOptions_device_index (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:105)
tensorOptions_has_dtype (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:113)
tensorOptions_layout (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:121)
tensorOptions_has_layout (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:129)
tensorOptions_requires_grad (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:137)
tensorOptions_has_requires_grad (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:145)
tensorOptions_backend (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:153)
dtype_s (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:161)
layout_L (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:169)
device_D (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:177)
device_index_s (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:185)
requires_grad_b (src/Torch/Internal/Unmanaged/Type/TensorOptions.hs:193)
0% ( 0 / 21) in 'Torch.Internal.Managed.Type.TensorOptions'
Missing documentation for:
Module header
newTensorOptions_s (src/Torch/Internal/Managed/Type/TensorOptions.hs:30)
tensorOptions_device_D (src/Torch/Internal/Managed/Type/TensorOptions.hs:36)
tensorOptions_device_index_s (src/Torch/Internal/Managed/Type/TensorOptions.hs:42)
tensorOptions_dtype_s (src/Torch/Internal/Managed/Type/TensorOptions.hs:48)
tensorOptions_dtype (src/Torch/Internal/Managed/Type/TensorOptions.hs:53)
tensorOptions_layout_L (src/Torch/Internal/Managed/Type/TensorOptions.hs:59)
tensorOptions_requires_grad_b (src/Torch/Internal/Managed/Type/TensorOptions.hs:65)
tensorOptions_has_device (src/Torch/Internal/Managed/Type/TensorOptions.hs:70)
tensorOptions_device_index (src/Torch/Internal/Managed/Type/TensorOptions.hs:75)
tensorOptions_has_dtype (src/Torch/Internal/Managed/Type/TensorOptions.hs:80)
tensorOptions_layout (src/Torch/Internal/Managed/Type/TensorOptions.hs:85)
tensorOptions_has_layout (src/Torch/Internal/Managed/Type/TensorOptions.hs:90)
tensorOptions_requires_grad (src/Torch/Internal/Managed/Type/TensorOptions.hs:95)
tensorOptions_has_requires_grad (src/Torch/Internal/Managed/Type/TensorOptions.hs:100)
tensorOptions_backend (src/Torch/Internal/Managed/Type/TensorOptions.hs:105)
dtype_s (src/Torch/Internal/Managed/Type/TensorOptions.hs:110)
layout_L (src/Torch/Internal/Managed/Type/TensorOptions.hs:115)
device_D (src/Torch/Internal/Managed/Type/TensorOptions.hs:120)
device_index_s (src/Torch/Internal/Managed/Type/TensorOptions.hs:125)
requires_grad_b (src/Torch/Internal/Managed/Type/TensorOptions.hs:130)
0% ( 0 / 1) in 'Torch.Internal.Unmanaged.Type.Tuple'
Missing documentation for:
Module header
0% ( 0 / 1) in 'Torch.Internal.Managed.Type.Tuple'
Missing documentation for:
Module header
Warning: Torch.Internal.Class: could not find link destinations for:
- Torch.Internal.Unmanaged.Type.StdArray.D:R:DPtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:CPtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:APtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:BPtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:CPtr0
- Torch.Internal.Unmanaged.Type.StdArray.D:R:APtr0
- Torch.Internal.Unmanaged.Type.StdArray.D:R:BPtr0
- Torch.Internal.Unmanaged.Type.StdArray.D:R:APtr1
- Torch.Internal.Unmanaged.Type.StdArray.D:R:BPtr1
- Torch.Internal.Managed.Type.StdArray.D:R:DForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:CForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:AForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:BForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:CForeignPtr0
- Torch.Internal.Managed.Type.StdArray.D:R:AForeignPtr0
- Torch.Internal.Managed.Type.StdArray.D:R:BForeignPtr0
- Torch.Internal.Managed.Type.StdArray.D:R:AForeignPtr1
- Torch.Internal.Managed.Type.StdArray.D:R:BForeignPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:IPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:HPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:GPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:FPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:FPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:GPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:FPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr9
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr9
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr10
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr10
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr11
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr11
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr12
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr12
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr9
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr13
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr13
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr10
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr14
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr14
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr15
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr15
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:IForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:HForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:GForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:FForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:FForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:GForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:FForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr9
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr9
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr10
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr10
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr11
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr11
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr12
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr12
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr9
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr13
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr13
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr10
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr14
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr14
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr15
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr15
Warning: Torch.Internal.Type: could not find link destinations for:
- Torch.Internal.Unmanaged.Type.StdArray.D:R:DPtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:CPtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:APtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:BPtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:CPtr0
- Torch.Internal.Unmanaged.Type.StdArray.D:R:APtr0
- Torch.Internal.Unmanaged.Type.StdArray.D:R:BPtr0
- Torch.Internal.Unmanaged.Type.StdArray.D:R:APtr1
- Torch.Internal.Unmanaged.Type.StdArray.D:R:BPtr1
- Torch.Internal.Managed.Type.StdArray.D:R:DForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:CForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:AForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:BForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:CForeignPtr0
- Torch.Internal.Managed.Type.StdArray.D:R:AForeignPtr0
- Torch.Internal.Managed.Type.StdArray.D:R:BForeignPtr0
- Torch.Internal.Managed.Type.StdArray.D:R:AForeignPtr1
- Torch.Internal.Managed.Type.StdArray.D:R:BForeignPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:IPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:HPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:GPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:FPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:FPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:GPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:FPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr9
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr9
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr10
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr10
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr11
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr11
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr12
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr12
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr9
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr13
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr13
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr10
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr14
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr14
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr15
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr15
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:IForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:HForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:GForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:FForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:FForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:GForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:FForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr9
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr9
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr10
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr10
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr11
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr11
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr12
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr12
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr9
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr13
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr13
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr10
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr14
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr14
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr15
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr15
Warning: Torch.Internal.Unmanaged.Type.StdArray: could not find link destinations for:
- Torch.Internal.Unmanaged.Type.StdArray.D:R:DPtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:CPtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:APtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:BPtr
- Torch.Internal.Unmanaged.Type.StdArray.D:R:CPtr0
- Torch.Internal.Unmanaged.Type.StdArray.D:R:APtr0
- Torch.Internal.Unmanaged.Type.StdArray.D:R:BPtr0
- Torch.Internal.Unmanaged.Type.StdArray.D:R:APtr1
- Torch.Internal.Unmanaged.Type.StdArray.D:R:BPtr1
Warning: Torch.Internal.Managed.Type.StdArray: could not find link destinations for:
- Torch.Internal.Managed.Type.StdArray.D:R:DForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:CForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:AForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:BForeignPtr
- Torch.Internal.Managed.Type.StdArray.D:R:CForeignPtr0
- Torch.Internal.Managed.Type.StdArray.D:R:AForeignPtr0
- Torch.Internal.Managed.Type.StdArray.D:R:BForeignPtr0
- Torch.Internal.Managed.Type.StdArray.D:R:AForeignPtr1
- Torch.Internal.Managed.Type.StdArray.D:R:BForeignPtr1
Warning: Torch.Internal.Unmanaged.Type.Tuple: could not find link destinations for:
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:IPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:HPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:GPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:FPtr
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:FPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr2
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:GPtr0
- Torch.Internal.Unmanaged.Type.Tuple.D:R:FPtr1
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr3
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr9
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr9
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr10
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr10
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr11
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr11
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr4
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr6
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr12
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr12
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr7
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr9
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr13
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr13
- Torch.Internal.Unmanaged.Type.Tuple.D:R:EPtr5
- Torch.Internal.Unmanaged.Type.Tuple.D:R:DPtr8
- Torch.Internal.Unmanaged.Type.Tuple.D:R:CPtr10
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr14
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr14
- Torch.Internal.Unmanaged.Type.Tuple.D:R:APtr15
- Torch.Internal.Unmanaged.Type.Tuple.D:R:BPtr15
Warning: Torch.Internal.Managed.Type.Tuple: could not find link destinations for:
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:IForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:HForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:GForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:FForeignPtr
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:FForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr2
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:GForeignPtr0
- Torch.Internal.Managed.Type.Tuple.D:R:FForeignPtr1
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr3
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr9
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr9
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr10
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr10
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr11
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr11
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr4
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr6
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr12
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr12
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr7
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr9
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr13
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr13
- Torch.Internal.Managed.Type.Tuple.D:R:EForeignPtr5
- Torch.Internal.Managed.Type.Tuple.D:R:DForeignPtr8
- Torch.Internal.Managed.Type.Tuple.D:R:CForeignPtr10
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr14
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr14
- Torch.Internal.Managed.Type.Tuple.D:R:AForeignPtr15
- Torch.Internal.Managed.Type.Tuple.D:R:BForeignPtr15
Documentation created: dist/doc/html/libtorch-ffi/,
dist/doc/html/libtorch-ffi/libtorch-ffi.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/libtorch-ffi-2.0.1.8-E1tGQVvBCN2J0FaC7pcvL0
Completed libtorch-ffi-2.0.1.8
[1 of 2] Compiling Main ( /tmp/cabal-tmp-579236/hasktorch-0.2.1.6/dist/setup/setup.hs, /tmp/cabal-tmp-579236/hasktorch-0.2.1.6/dist/setup/Main.o )
[2 of 2] Linking /tmp/cabal-tmp-579236/hasktorch-0.2.1.6/dist/setup/setup
Configuring hasktorch-0.2.1.6...
Preprocessing library for hasktorch-0.2.1.6..
Building library for hasktorch-0.2.1.6..
[ 1 of 71] Compiling Torch.Backend ( src/Torch/Backend.hs, dist/build/Torch/Backend.o, dist/build/Torch/Backend.dyn_o )
[ 2 of 71] Compiling Torch.Cast ( src/Torch/Cast.hs, dist/build/Torch/Cast.o, dist/build/Torch/Cast.dyn_o )
[ 3 of 71] Compiling Torch.DType ( src/Torch/DType.hs, dist/build/Torch/DType.o, dist/build/Torch/DType.dyn_o )
[ 4 of 71] Compiling Torch.Data.Internal ( src/Torch/Data/Internal.hs, dist/build/Torch/Data/Internal.o, dist/build/Torch/Data/Internal.dyn_o )
[ 5 of 71] Compiling Torch.Data.Pipeline ( src/Torch/Data/Pipeline.hs, dist/build/Torch/Data/Pipeline.o, dist/build/Torch/Data/Pipeline.dyn_o )
src/Torch/Data/Pipeline.hs:159:53: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
159 | toElems $ Prelude.foldl fisherYatesStep (initial (head l) gen) (numerate (tail l))
| ^^^^
src/Torch/Data/Pipeline.hs:159:77: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
159 | toElems $ Prelude.foldl fisherYatesStep (initial (head l) gen) (numerate (tail l))
| ^^^^
[ 6 of 71] Compiling Torch.Data.StreamedPipeline ( src/Torch/Data/StreamedPipeline.hs, dist/build/Torch/Data/StreamedPipeline.o, dist/build/Torch/Data/StreamedPipeline.dyn_o )
[ 7 of 71] Compiling Torch.Data.Dataset ( src/Torch/Data/Dataset.hs, dist/build/Torch/Data/Dataset.o, dist/build/Torch/Data/Dataset.dyn_o )
[ 8 of 71] Compiling Torch.Data.CsvDatastream ( src/Torch/Data/CsvDatastream.hs, dist/build/Torch/Data/CsvDatastream.o, dist/build/Torch/Data/CsvDatastream.dyn_o )
[ 9 of 71] Compiling Torch.Data.Utils ( src/Torch/Data/Utils.hs, dist/build/Torch/Data/Utils.o, dist/build/Torch/Data/Utils.dyn_o )
[10 of 71] Compiling Torch.Data ( src/Torch/Data.hs, dist/build/Torch/Data.o, dist/build/Torch/Data.dyn_o )
[11 of 71] Compiling Torch.Device ( src/Torch/Device.hs, dist/build/Torch/Device.o, dist/build/Torch/Device.dyn_o )
[12 of 71] Compiling Torch.Dimname ( src/Torch/Dimname.hs, dist/build/Torch/Dimname.o, dist/build/Torch/Dimname.dyn_o )
[13 of 71] Compiling Torch.HList ( src/Torch/HList.hs, dist/build/Torch/HList.o, dist/build/Torch/HList.dyn_o )
[14 of 71] Compiling Torch.Layout ( src/Torch/Layout.hs, dist/build/Torch/Layout.o, dist/build/Torch/Layout.dyn_o )
[15 of 71] Compiling Torch.Lens ( src/Torch/Lens.hs, dist/build/Torch/Lens.o, dist/build/Torch/Lens.dyn_o )
[16 of 71] Compiling Torch.Scalar ( src/Torch/Scalar.hs, dist/build/Torch/Scalar.o, dist/build/Torch/Scalar.dyn_o )
[17 of 71] Compiling Torch.TensorOptions ( src/Torch/TensorOptions.hs, dist/build/Torch/TensorOptions.o, dist/build/Torch/TensorOptions.dyn_o )
[18 of 71] Compiling Torch.Tensor ( src/Torch/Tensor.hs, dist/build/Torch/Tensor.o, dist/build/Torch/Tensor.dyn_o )
src/Torch/Tensor.hs:726:15: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
726 | let len = head (shape t)
| ^^^^
[19 of 71] Compiling Torch.TensorFactories ( src/Torch/TensorFactories.hs, dist/build/Torch/TensorFactories.o, dist/build/Torch/TensorFactories.dyn_o )
[20 of 71] Compiling Torch.Index ( src/Torch/Index.hs, dist/build/Torch/Index.o, dist/build/Torch/Index.dyn_o )
[21 of 71] Compiling Torch.Functional.Internal ( src/Torch/Functional/Internal.hs, dist/build/Torch/Functional/Internal.o, dist/build/Torch/Functional/Internal.dyn_o )
[22 of 71] Compiling Torch.Functional ( src/Torch/Functional.hs, dist/build/Torch/Functional.o, dist/build/Torch/Functional.dyn_o )
[23 of 71] Compiling Torch.Initializers ( src/Torch/Initializers.hs, dist/build/Torch/Initializers.o, dist/build/Torch/Initializers.dyn_o )
src/Torch/Initializers.hs:26:30: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
26 | | dimT == 2 = (shape !! 1, head shape)
| ^^^^
src/Torch/Initializers.hs:31:22: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
31 | numOutputFmaps = head shape -- size t 0
| ^^^^
src/Torch/Initializers.hs:32:36: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
32 | receptiveFieldSize = product $ tail shape
| ^^^^
src/Torch/Initializers.hs:86:18: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
86 | biasShape = [head weightShape]
| ^^^^
[24 of 71] Compiling Torch.Distributions.Constraints ( src/Torch/Distributions/Constraints.hs, dist/build/Torch/Distributions/Constraints.o, dist/build/Torch/Distributions/Constraints.dyn_o )
[25 of 71] Compiling Torch.Distributions.Distribution ( src/Torch/Distributions/Distribution.hs, dist/build/Torch/Distributions/Distribution.o, dist/build/Torch/Distributions/Distribution.dyn_o )
[26 of 71] Compiling Torch.Distributions.Categorical ( src/Torch/Distributions/Categorical.hs, dist/build/Torch/Distributions/Categorical.o, dist/build/Torch/Distributions/Categorical.dyn_o )
[27 of 71] Compiling Torch.Autograd ( src/Torch/Autograd.hs, dist/build/Torch/Autograd.o, dist/build/Torch/Autograd.dyn_o )
[28 of 71] Compiling Torch.NN ( src/Torch/NN.hs, dist/build/Torch/NN.o, dist/build/Torch/NN.dyn_o )
[29 of 71] Compiling Torch.Optim ( src/Torch/Optim.hs, dist/build/Torch/Optim.o, dist/build/Torch/Optim.dyn_o )
[30 of 71] Compiling Torch.Optim.CppOptim ( src/Torch/Optim/CppOptim.hs, dist/build/Torch/Optim/CppOptim.o, dist/build/Torch/Optim/CppOptim.dyn_o )
[31 of 71] Compiling Torch.Script ( src/Torch/Script.hs, dist/build/Torch/Script.o, dist/build/Torch/Script.dyn_o )
[32 of 71] Compiling Torch.Serialize ( src/Torch/Serialize.hs, dist/build/Torch/Serialize.o, dist/build/Torch/Serialize.dyn_o )
[33 of 71] Compiling Torch.Jit ( src/Torch/Jit.hs, dist/build/Torch/Jit.o, dist/build/Torch/Jit.dyn_o )
[34 of 71] Compiling Torch.Random ( src/Torch/Random.hs, dist/build/Torch/Random.o, dist/build/Torch/Random.dyn_o )
[35 of 71] Compiling Torch ( src/Torch.hs, dist/build/Torch.o, dist/build/Torch.dyn_o )
[36 of 71] Compiling Torch.NN.Recurrent.Cell.LSTM ( src/Torch/NN/Recurrent/Cell/LSTM.hs, dist/build/Torch/NN/Recurrent/Cell/LSTM.o, dist/build/Torch/NN/Recurrent/Cell/LSTM.dyn_o )
[37 of 71] Compiling Torch.NN.Recurrent.Cell.GRU ( src/Torch/NN/Recurrent/Cell/GRU.hs, dist/build/Torch/NN/Recurrent/Cell/GRU.o, dist/build/Torch/NN/Recurrent/Cell/GRU.dyn_o )
[38 of 71] Compiling Torch.NN.Recurrent.Cell.Elman ( src/Torch/NN/Recurrent/Cell/Elman.hs, dist/build/Torch/NN/Recurrent/Cell/Elman.o, dist/build/Torch/NN/Recurrent/Cell/Elman.dyn_o )
[39 of 71] Compiling Torch.Tutorial ( src/Torch/Tutorial.hs, dist/build/Torch/Tutorial.o, dist/build/Torch/Tutorial.dyn_o )
[40 of 71] Compiling Torch.Typed.Auxiliary ( src/Torch/Typed/Auxiliary.hs, dist/build/Torch/Typed/Auxiliary.o, dist/build/Torch/Typed/Auxiliary.dyn_o )
[41 of 71] Compiling Torch.Typed.NN.Recurrent.Auxiliary ( src/Torch/Typed/NN/Recurrent/Auxiliary.hs, dist/build/Torch/Typed/NN/Recurrent/Auxiliary.o, dist/build/Torch/Typed/NN/Recurrent/Auxiliary.dyn_o )
src/Torch/Typed/NN/Recurrent/Auxiliary.hs:32:36: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
32 | receptiveFieldSize = product $ tail shape
| ^^^^
[42 of 71] Compiling Torch.Typed.Tensor ( src/Torch/Typed/Tensor.hs, dist/build/Torch/Typed/Tensor.o, dist/build/Torch/Typed/Tensor.dyn_o )
[43 of 71] Compiling Torch.Typed.Lens ( src/Torch/Typed/Lens.hs, dist/build/Torch/Typed/Lens.o, dist/build/Torch/Typed/Lens.dyn_o )
[44 of 71] Compiling Torch.Typed.Factories ( src/Torch/Typed/Factories.hs, dist/build/Torch/Typed/Factories.o, dist/build/Torch/Typed/Factories.dyn_o )
[45 of 71] Compiling Torch.Typed.Functional ( src/Torch/Typed/Functional.hs, dist/build/Torch/Typed/Functional.o, dist/build/Torch/Typed/Functional.dyn_o )
[46 of 71] Compiling Torch.Typed.Parameter ( src/Torch/Typed/Parameter.hs, dist/build/Torch/Typed/Parameter.o, dist/build/Torch/Typed/Parameter.dyn_o )
[47 of 71] Compiling Torch.Typed.NamedTensor ( src/Torch/Typed/NamedTensor.hs, dist/build/Torch/Typed/NamedTensor.o, dist/build/Torch/Typed/NamedTensor.dyn_o )
[48 of 71] Compiling Torch.Typed.NN.Sparse ( src/Torch/Typed/NN/Sparse.hs, dist/build/Torch/Typed/NN/Sparse.o, dist/build/Torch/Typed/NN/Sparse.dyn_o )
[49 of 71] Compiling Torch.Typed.NN.Normalization ( src/Torch/Typed/NN/Normalization.hs, dist/build/Torch/Typed/NN/Normalization.o, dist/build/Torch/Typed/NN/Normalization.dyn_o )
[50 of 71] Compiling Torch.Typed.NN.Linear ( src/Torch/Typed/NN/Linear.hs, dist/build/Torch/Typed/NN/Linear.o, dist/build/Torch/Typed/NN/Linear.dyn_o )
[51 of 71] Compiling Torch.Typed.NN.Dropout ( src/Torch/Typed/NN/Dropout.hs, dist/build/Torch/Typed/NN/Dropout.o, dist/build/Torch/Typed/NN/Dropout.dyn_o )
[52 of 71] Compiling Torch.Typed.NN.Transformer ( src/Torch/Typed/NN/Transformer.hs, dist/build/Torch/Typed/NN/Transformer.o, dist/build/Torch/Typed/NN/Transformer.dyn_o )
[53 of 71] Compiling Torch.Typed.NN.Recurrent.LSTM ( src/Torch/Typed/NN/Recurrent/LSTM.hs, dist/build/Torch/Typed/NN/Recurrent/LSTM.o, dist/build/Torch/Typed/NN/Recurrent/LSTM.dyn_o )
[54 of 71] Compiling Torch.Typed.NN.Recurrent.GRU ( src/Torch/Typed/NN/Recurrent/GRU.hs, dist/build/Torch/Typed/NN/Recurrent/GRU.o, dist/build/Torch/Typed/NN/Recurrent/GRU.dyn_o )
[55 of 71] Compiling Torch.Typed.NN.Recurrent.Cell.LSTM ( src/Torch/Typed/NN/Recurrent/Cell/LSTM.hs, dist/build/Torch/Typed/NN/Recurrent/Cell/LSTM.o, dist/build/Torch/Typed/NN/Recurrent/Cell/LSTM.dyn_o )
[56 of 71] Compiling Torch.Typed.NN.Recurrent.Cell.GRU ( src/Torch/Typed/NN/Recurrent/Cell/GRU.hs, dist/build/Torch/Typed/NN/Recurrent/Cell/GRU.o, dist/build/Torch/Typed/NN/Recurrent/Cell/GRU.dyn_o )
[57 of 71] Compiling Torch.Typed.NN.Recurrent ( src/Torch/Typed/NN/Recurrent.hs, dist/build/Torch/Typed/NN/Recurrent.o, dist/build/Torch/Typed/NN/Recurrent.dyn_o )
[58 of 71] Compiling Torch.Typed.NN.Convolution ( src/Torch/Typed/NN/Convolution.hs, dist/build/Torch/Typed/NN/Convolution.o, dist/build/Torch/Typed/NN/Convolution.dyn_o )
[59 of 71] Compiling Torch.Distributions.Bernoulli ( src/Torch/Distributions/Bernoulli.hs, dist/build/Torch/Distributions/Bernoulli.o, dist/build/Torch/Distributions/Bernoulli.dyn_o )
[60 of 71] Compiling Torch.Typed.Device ( src/Torch/Typed/Device.hs, dist/build/Torch/Typed/Device.o, dist/build/Torch/Typed/Device.dyn_o )
[61 of 71] Compiling Torch.Typed.DType ( src/Torch/Typed/DType.hs, dist/build/Torch/Typed/DType.o, dist/build/Torch/Typed/DType.dyn_o )
[62 of 71] Compiling Torch.Typed.Autograd ( src/Torch/Typed/Autograd.hs, dist/build/Torch/Typed/Autograd.o, dist/build/Torch/Typed/Autograd.dyn_o )
src/Torch/Typed/Autograd.hs:47:5: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
47 | head . unsafePerformIO $
| ^^^^
[63 of 71] Compiling Torch.Typed.Optim ( src/Torch/Typed/Optim.hs, dist/build/Torch/Typed/Optim.o, dist/build/Torch/Typed/Optim.dyn_o )
[64 of 71] Compiling Torch.Typed.NN.DataParallel ( src/Torch/Typed/NN/DataParallel.hs, dist/build/Torch/Typed/NN/DataParallel.o, dist/build/Torch/Typed/NN/DataParallel.dyn_o )
[65 of 71] Compiling Torch.Typed.NN ( src/Torch/Typed/NN.hs, dist/build/Torch/Typed/NN.o, dist/build/Torch/Typed/NN.dyn_o )
[66 of 71] Compiling Torch.Typed.Serialize ( src/Torch/Typed/Serialize.hs, dist/build/Torch/Typed/Serialize.o, dist/build/Torch/Typed/Serialize.dyn_o )
[67 of 71] Compiling Torch.Typed.Optim.CppOptim ( src/Torch/Typed/Optim/CppOptim.hs, dist/build/Torch/Typed/Optim/CppOptim.o, dist/build/Torch/Typed/Optim/CppOptim.dyn_o )
[68 of 71] Compiling Torch.Typed.VLTensor ( src/Torch/Typed/VLTensor.hs, dist/build/Torch/Typed/VLTensor.o, dist/build/Torch/Typed/VLTensor.dyn_o )
src/Torch/Typed/VLTensor.hs:49:16: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
49 | in withNat (head $ Untyped.shape output) $ \(Proxy :: Proxy b) ->
| ^^^^
src/Torch/Typed/VLTensor.hs:55:16: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
55 | in withNat (head $ Untyped.shape output) $ \(Proxy :: Proxy n) ->
| ^^^^
[69 of 71] Compiling Torch.Typed.Vision ( src/Torch/Typed/Vision.hs, dist/build/Torch/Typed/Vision.o, dist/build/Torch/Typed/Vision.dyn_o )
[70 of 71] Compiling Torch.Typed ( src/Torch/Typed.hs, dist/build/Torch/Typed.o, dist/build/Torch/Typed.dyn_o )
[71 of 71] Compiling Torch.Vision ( src/Torch/Vision.hs, dist/build/Torch/Vision.o, dist/build/Torch/Vision.dyn_o )
src/Torch/Vision.hs:586:34: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
586 | (I.Image width height _) = head imgs
| ^^^^
Preprocessing library for hasktorch-0.2.1.6..
Running Haddock on library for hasktorch-0.2.1.6..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: system-cxx-std-lib-1.0
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 71] Compiling Torch.Backend ( src/Torch/Backend.hs, nothing )
[ 2 of 71] Compiling Torch.Cast ( src/Torch/Cast.hs, /tmp/ghc2009943_0/ghc_4.o, /tmp/ghc2009943_0/ghc_4.dyn_o )
[ 3 of 71] Compiling Torch.DType ( src/Torch/DType.hs, /tmp/ghc2009943_0/ghc_6.o, /tmp/ghc2009943_0/ghc_6.dyn_o )
[ 4 of 71] Compiling Torch.Data.Internal ( src/Torch/Data/Internal.hs, /tmp/ghc2009943_0/ghc_8.o, /tmp/ghc2009943_0/ghc_8.dyn_o )
[ 5 of 71] Compiling Torch.Data.Pipeline ( src/Torch/Data/Pipeline.hs, /tmp/ghc2009943_0/ghc_10.o, /tmp/ghc2009943_0/ghc_10.dyn_o )
src/Torch/Data/Pipeline.hs:159:53: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
159 | toElems $ Prelude.foldl fisherYatesStep (initial (head l) gen) (numerate (tail l))
| ^^^^
src/Torch/Data/Pipeline.hs:159:77: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
159 | toElems $ Prelude.foldl fisherYatesStep (initial (head l) gen) (numerate (tail l))
| ^^^^
[ 6 of 71] Compiling Torch.Data.StreamedPipeline ( src/Torch/Data/StreamedPipeline.hs, /tmp/ghc2009943_0/ghc_12.o, /tmp/ghc2009943_0/ghc_12.dyn_o )
[ 7 of 71] Compiling Torch.Data.Dataset ( src/Torch/Data/Dataset.hs, nothing )
[ 8 of 71] Compiling Torch.Data.CsvDatastream ( src/Torch/Data/CsvDatastream.hs, nothing )
[ 9 of 71] Compiling Torch.Data.Utils ( src/Torch/Data/Utils.hs, nothing )
[10 of 71] Compiling Torch.Data ( src/Torch/Data.hs, nothing )
[11 of 71] Compiling Torch.Device ( src/Torch/Device.hs, /tmp/ghc2009943_0/ghc_14.o, /tmp/ghc2009943_0/ghc_14.dyn_o )
[12 of 71] Compiling Torch.Dimname ( src/Torch/Dimname.hs, /tmp/ghc2009943_0/ghc_16.o, /tmp/ghc2009943_0/ghc_16.dyn_o )
[13 of 71] Compiling Torch.HList ( src/Torch/HList.hs, /tmp/ghc2009943_0/ghc_22.o, /tmp/ghc2009943_0/ghc_22.dyn_o )
[14 of 71] Compiling Torch.Layout ( src/Torch/Layout.hs, /tmp/ghc2009943_0/ghc_26.o, /tmp/ghc2009943_0/ghc_26.dyn_o )
[15 of 71] Compiling Torch.Lens ( src/Torch/Lens.hs, /tmp/ghc2009943_0/ghc_28.o, /tmp/ghc2009943_0/ghc_28.dyn_o )
[16 of 71] Compiling Torch.Scalar ( src/Torch/Scalar.hs, /tmp/ghc2009943_0/ghc_32.o, /tmp/ghc2009943_0/ghc_32.dyn_o )
[17 of 71] Compiling Torch.TensorOptions ( src/Torch/TensorOptions.hs, /tmp/ghc2009943_0/ghc_38.o, /tmp/ghc2009943_0/ghc_38.dyn_o )
[18 of 71] Compiling Torch.Tensor ( src/Torch/Tensor.hs, /tmp/ghc2009943_0/ghc_34.o, /tmp/ghc2009943_0/ghc_34.dyn_o )
src/Torch/Tensor.hs:726:15: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
726 | let len = head (shape t)
| ^^^^
[19 of 71] Compiling Torch.TensorFactories ( src/Torch/TensorFactories.hs, /tmp/ghc2009943_0/ghc_36.o, /tmp/ghc2009943_0/ghc_36.dyn_o )
[20 of 71] Compiling Torch.Index ( src/Torch/Index.hs, nothing )
[21 of 71] Compiling Torch.Functional.Internal ( src/Torch/Functional/Internal.hs, /tmp/ghc2009943_0/ghc_20.o, /tmp/ghc2009943_0/ghc_20.dyn_o )
[22 of 71] Compiling Torch.Functional ( src/Torch/Functional.hs, /tmp/ghc2009943_0/ghc_18.o, /tmp/ghc2009943_0/ghc_18.dyn_o )
[23 of 71] Compiling Torch.Initializers ( src/Torch/Initializers.hs, /tmp/ghc2009943_0/ghc_24.o, /tmp/ghc2009943_0/ghc_24.dyn_o )
src/Torch/Initializers.hs:26:30: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
26 | | dimT == 2 = (shape !! 1, head shape)
| ^^^^
src/Torch/Initializers.hs:31:22: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
31 | numOutputFmaps = head shape -- size t 0
| ^^^^
src/Torch/Initializers.hs:32:36: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
32 | receptiveFieldSize = product $ tail shape
| ^^^^
src/Torch/Initializers.hs:86:18: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
86 | biasShape = [head weightShape]
| ^^^^
[24 of 71] Compiling Torch.Distributions.Constraints ( src/Torch/Distributions/Constraints.hs, nothing )
[25 of 71] Compiling Torch.Distributions.Distribution ( src/Torch/Distributions/Distribution.hs, nothing )
[26 of 71] Compiling Torch.Distributions.Categorical ( src/Torch/Distributions/Categorical.hs, nothing )
[27 of 71] Compiling Torch.Autograd ( src/Torch/Autograd.hs, /tmp/ghc2009943_0/ghc_2.o, /tmp/ghc2009943_0/ghc_2.dyn_o )
[28 of 71] Compiling Torch.NN ( src/Torch/NN.hs, /tmp/ghc2009943_0/ghc_30.o, /tmp/ghc2009943_0/ghc_30.dyn_o )
[29 of 71] Compiling Torch.Optim ( src/Torch/Optim.hs, nothing )
[30 of 71] Compiling Torch.Optim.CppOptim ( src/Torch/Optim/CppOptim.hs, nothing )
[31 of 71] Compiling Torch.Script ( src/Torch/Script.hs, nothing )
[32 of 71] Compiling Torch.Serialize ( src/Torch/Serialize.hs, nothing )
[33 of 71] Compiling Torch.Jit ( src/Torch/Jit.hs, nothing )
[34 of 71] Compiling Torch.Random ( src/Torch/Random.hs, nothing )
[35 of 71] Compiling Torch ( src/Torch.hs, nothing )
[36 of 71] Compiling Torch.NN.Recurrent.Cell.LSTM ( src/Torch/NN/Recurrent/Cell/LSTM.hs, nothing )
[37 of 71] Compiling Torch.NN.Recurrent.Cell.GRU ( src/Torch/NN/Recurrent/Cell/GRU.hs, nothing )
[38 of 71] Compiling Torch.NN.Recurrent.Cell.Elman ( src/Torch/NN/Recurrent/Cell/Elman.hs, nothing )
[39 of 71] Compiling Torch.Tutorial ( src/Torch/Tutorial.hs, nothing )
[40 of 71] Compiling Torch.Typed.Auxiliary ( src/Torch/Typed/Auxiliary.hs, /tmp/ghc2009943_0/ghc_40.o, /tmp/ghc2009943_0/ghc_40.dyn_o )
[41 of 71] Compiling Torch.Typed.NN.Recurrent.Auxiliary ( src/Torch/Typed/NN/Recurrent/Auxiliary.hs, nothing )
src/Torch/Typed/NN/Recurrent/Auxiliary.hs:32:36: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
32 | receptiveFieldSize = product $ tail shape
| ^^^^
[42 of 71] Compiling Torch.Typed.Tensor ( src/Torch/Typed/Tensor.hs, /tmp/ghc2009943_0/ghc_46.o, /tmp/ghc2009943_0/ghc_46.dyn_o )
[43 of 71] Compiling Torch.Typed.Lens ( src/Torch/Typed/Lens.hs, nothing )
[44 of 71] Compiling Torch.Typed.Factories ( src/Torch/Typed/Factories.hs, /tmp/ghc2009943_0/ghc_42.o, /tmp/ghc2009943_0/ghc_42.dyn_o )
[45 of 71] Compiling Torch.Typed.Functional ( src/Torch/Typed/Functional.hs, /tmp/ghc2009943_0/ghc_44.o, /tmp/ghc2009943_0/ghc_44.dyn_o )
[46 of 71] Compiling Torch.Typed.Parameter ( src/Torch/Typed/Parameter.hs, nothing )
[47 of 71] Compiling Torch.Typed.NamedTensor ( src/Torch/Typed/NamedTensor.hs, nothing )
[48 of 71] Compiling Torch.Typed.NN.Sparse ( src/Torch/Typed/NN/Sparse.hs, nothing )
[49 of 71] Compiling Torch.Typed.NN.Normalization ( src/Torch/Typed/NN/Normalization.hs, nothing )
[50 of 71] Compiling Torch.Typed.NN.Linear ( src/Torch/Typed/NN/Linear.hs, nothing )
[51 of 71] Compiling Torch.Typed.NN.Dropout ( src/Torch/Typed/NN/Dropout.hs, nothing )
[52 of 71] Compiling Torch.Typed.NN.Transformer ( src/Torch/Typed/NN/Transformer.hs, nothing )
[53 of 71] Compiling Torch.Typed.NN.Recurrent.LSTM ( src/Torch/Typed/NN/Recurrent/LSTM.hs, nothing )
[54 of 71] Compiling Torch.Typed.NN.Recurrent.GRU ( src/Torch/Typed/NN/Recurrent/GRU.hs, nothing )
[55 of 71] Compiling Torch.Typed.NN.Recurrent.Cell.LSTM ( src/Torch/Typed/NN/Recurrent/Cell/LSTM.hs, nothing )
[56 of 71] Compiling Torch.Typed.NN.Recurrent.Cell.GRU ( src/Torch/Typed/NN/Recurrent/Cell/GRU.hs, nothing )
[57 of 71] Compiling Torch.Typed.NN.Recurrent ( src/Torch/Typed/NN/Recurrent.hs, nothing )
[58 of 71] Compiling Torch.Typed.NN.Convolution ( src/Torch/Typed/NN/Convolution.hs, nothing )
[59 of 71] Compiling Torch.Distributions.Bernoulli ( src/Torch/Distributions/Bernoulli.hs, nothing )
[60 of 71] Compiling Torch.Typed.Device ( src/Torch/Typed/Device.hs, nothing )
[61 of 71] Compiling Torch.Typed.DType ( src/Torch/Typed/DType.hs, nothing )
[62 of 71] Compiling Torch.Typed.Autograd ( src/Torch/Typed/Autograd.hs, nothing )
src/Torch/Typed/Autograd.hs:47:5: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
47 | head . unsafePerformIO $
| ^^^^
[63 of 71] Compiling Torch.Typed.Optim ( src/Torch/Typed/Optim.hs, nothing )
[64 of 71] Compiling Torch.Typed.NN.DataParallel ( src/Torch/Typed/NN/DataParallel.hs, nothing )
[65 of 71] Compiling Torch.Typed.NN ( src/Torch/Typed/NN.hs, nothing )
[66 of 71] Compiling Torch.Typed.Serialize ( src/Torch/Typed/Serialize.hs, nothing )
[67 of 71] Compiling Torch.Typed.Optim.CppOptim ( src/Torch/Typed/Optim/CppOptim.hs, nothing )
[68 of 71] Compiling Torch.Typed.VLTensor ( src/Torch/Typed/VLTensor.hs, nothing )
src/Torch/Typed/VLTensor.hs:49:16: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
49 | in withNat (head $ Untyped.shape output) $ \(Proxy :: Proxy b) ->
| ^^^^
src/Torch/Typed/VLTensor.hs:55:16: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
55 | in withNat (head $ Untyped.shape output) $ \(Proxy :: Proxy n) ->
| ^^^^
[69 of 71] Compiling Torch.Typed.Vision ( src/Torch/Typed/Vision.hs, /tmp/ghc2009943_0/ghc_48.o, /tmp/ghc2009943_0/ghc_48.dyn_o )
[70 of 71] Compiling Torch.Typed ( src/Torch/Typed.hs, nothing )
[71 of 71] Compiling Torch.Vision ( src/Torch/Vision.hs, nothing )
src/Torch/Vision.hs:586:34: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
586 | (I.Image width height _) = head imgs
| ^^^^
Haddock coverage:
0% ( 0 / 2) in 'Torch.Backend'
Missing documentation for:
Module header
Backend (src/Torch/Backend.hs:10)
0% ( 0 / 1) in 'Torch.Cast'
Missing documentation for:
Module header
0% ( 0 / 5) in 'Torch.DType'
Missing documentation for:
Module header
DType (src/Torch/DType.hs:17)
isIntegral (src/Torch/DType.hs:161)
isComplex (src/Torch/DType.hs:179)
byteLength (src/Torch/DType.hs:197)
0% ( 0 / 8) in 'Torch.Data.Internal'
Missing documentation for:
Module header
runWithBuffer (src/Torch/Data/Internal.hs:26)
liftedBracket (src/Torch/Data/Internal.hs:35)
withBufferLifted (src/Torch/Data/Internal.hs:47)
fromInput' (src/Torch/Data/Internal.hs:58)
toOutput' (src/Torch/Data/Internal.hs:69)
liftedFinally (src/Torch/Data/Internal.hs:77)
atomically (src/Torch/Data/Internal.hs:83)
Warning: 'DatasetOptions' is ambiguous. It is defined
* at src/Torch/Data/Pipeline.hs:55:23
* at src/Torch/Data/Pipeline.hs:55:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Torch/Data/Pipeline.hs:55:1
90% ( 9 / 10) in 'Torch.Data.Pipeline'
Missing documentation for:
Module header
Warning: 'Positive' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Negative' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
84% ( 11 / 13) in 'Torch.Data.StreamedPipeline'
Missing documentation for:
Module header
MonadBase
50% ( 1 / 2) in 'Torch.Data.Dataset'
Missing documentation for:
Module header
Warning: 'batches' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 9 / 12) in 'Torch.Data.CsvDatastream'
Missing documentation for:
Module header
BufferSize (src/Torch/Data/CsvDatastream.hs:51)
NamedColumns (src/Torch/Data/CsvDatastream.hs:49)
Warning: 'CachedDataset' is ambiguous. It is defined
* at src/Torch/Data/Utils.hs:80:52
* at src/Torch/Data/Utils.hs:80:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Torch/Data/Utils.hs:80:1
88% ( 8 / 9) in 'Torch.Data.Utils'
Missing documentation for:
Module header
100% ( 6 / 6) in 'Torch.Data'
0% ( 0 / 3) in 'Torch.Device'
Missing documentation for:
Module header
DeviceType (src/Torch/Device.hs:11)
Device (src/Torch/Device.hs:14)
0% ( 0 / 2) in 'Torch.Dimname'
Missing documentation for:
Module header
Dimname (src/Torch/Dimname.hs:17)
4% ( 2 / 47) in 'Torch.HList'
Missing documentation for:
Module header
ListLength (src/Torch/HList.hs:29)
HList (src/Torch/HList.hs:33)
:. (src/Torch/HList.hs:40)
Apply (src/Torch/HList.hs:91)
AFst (src/Torch/HList.hs:98)
ASnd (src/Torch/HList.hs:103)
HMap (src/Torch/HList.hs:108)
HMapM (src/Torch/HList.hs:127)
HMapM' (src/Torch/HList.hs:142)
HSequence (src/Torch/HList.hs:157)
HFoldr (src/Torch/HList.hs:178)
HFoldrM (src/Torch/HList.hs:192)
HNothing (src/Torch/HList.hs:212)
HJust (src/Torch/HList.hs:214)
HUnfold (src/Torch/HList.hs:216)
HUnfoldRes (src/Torch/HList.hs:219)
hunfoldr (src/Torch/HList.hs:241)
HUnfoldM (src/Torch/HList.hs:243)
HUnfoldMRes (src/Torch/HList.hs:246)
hunfoldrM (src/Torch/HList.hs:272)
HReplicate (src/Torch/HList.hs:274)
hreplicate (src/Torch/HList.hs:277)
HReplicateFD (src/Torch/HList.hs:279)
HReplicateR (src/Torch/HList.hs:301)
HConcat (src/Torch/HList.hs:305)
hconcat (src/Torch/HList.hs:308)
HConcatR (src/Torch/HList.hs:310)
UnHList (src/Torch/HList.hs:316)
HConcatFD (src/Torch/HList.hs:320)
HAppend (src/Torch/HList.hs:329)
happend (src/Torch/HList.hs:332)
hunappend (src/Torch/HList.hs:340)
HAppendFD (src/Torch/HList.hs:342)
++ (src/Torch/HList.hs:346)
HZip (src/Torch/HList.hs:362)
HZip' (src/Torch/HList.hs:374)
HZipF (src/Torch/HList.hs:388)
htranspose (src/Torch/HList.hs:406)
HZipWith (src/Torch/HList.hs:412)
HZipWithM (src/Torch/HList.hs:426)
HZip3 (src/Torch/HList.hs:441)
HZipWith3 (src/Torch/HList.hs:467)
HCartesianProduct (src/Torch/HList.hs:489)
HAttach (src/Torch/HList.hs:495)
0% ( 0 / 2) in 'Torch.Layout'
Missing documentation for:
Module header
Layout (src/Torch/Layout.hs:10)
9% ( 1 / 11) in 'Torch.Lens'
Missing documentation for:
Module header
Lens' (src/Torch/Lens.hs:22)
Traversal (src/Torch/Lens.hs:24)
Traversal' (src/Torch/Lens.hs:26)
HasTypes (src/Torch/Lens.hs:28)
over (src/Torch/Lens.hs:37)
flattenValues (src/Torch/Lens.hs:40)
replaceValues (src/Torch/Lens.hs:49)
types (src/Torch/Lens.hs:61)
GHasTypes (src/Torch/Lens.hs:63)
0% ( 0 / 2) in 'Torch.Scalar'
Missing documentation for:
Module header
Scalar (src/Torch/Scalar.hs:31)
0% ( 0 / 7) in 'Torch.TensorOptions'
Missing documentation for:
Module header
ATenTensorOptions (src/Torch/TensorOptions.hs:20)
TensorOptions (src/Torch/TensorOptions.hs:22)
defaultOpts (src/Torch/TensorOptions.hs:29)
withDType (src/Torch/TensorOptions.hs:33)
withDevice (src/Torch/TensorOptions.hs:37)
withLayout (src/Torch/TensorOptions.hs:60)
27% ( 15 / 55) in 'Torch.Tensor'
Missing documentation for:
Module header
ATenTensor (src/Torch/Tensor.hs:61)
Tensor (src/Torch/Tensor.hs:64)
MutableTensor (src/Torch/Tensor.hs:73)
newMutableTensor (src/Torch/Tensor.hs:76)
toImmutable (src/Torch/Tensor.hs:79)
toComplex (src/Torch/Tensor.hs:169)
toDouble (src/Torch/Tensor.hs:181)
toInt (src/Torch/Tensor.hs:184)
toType (src/Torch/Tensor.hs:227)
toDevice (src/Torch/Tensor.hs:230)
toDeviceWithTensor (src/Torch/Tensor.hs:302)
indexSelect' (src/Torch/Tensor.hs:337)
isContiguous (src/Torch/Tensor.hs:357)
contiguous (src/Torch/Tensor.hs:362)
toSparse (src/Torch/Tensor.hs:376)
toDense (src/Torch/Tensor.hs:379)
toMKLDNN (src/Torch/Tensor.hs:382)
toCPU (src/Torch/Tensor.hs:385)
toCUDA (src/Torch/Tensor.hs:388)
toMPS (src/Torch/Tensor.hs:391)
RawTensorIndexList (src/Torch/Tensor.hs:420)
RawTensorIndex (src/Torch/Tensor.hs:422)
! (src/Torch/Tensor.hs:425)
maskedFill (src/Torch/Tensor.hs:433)
None (src/Torch/Tensor.hs:443)
Ellipsis (src/Torch/Tensor.hs:446)
Slice (src/Torch/Tensor.hs:449)
TensorIndex (src/Torch/Tensor.hs:456)
asValue (src/Torch/Tensor.hs:559)
TensorOptionLike (src/Torch/Tensor.hs:564)
TensorLike (src/Torch/Tensor.hs:579)
bool_opts (src/Torch/Tensor.hs:592)
uint8_opts (src/Torch/Tensor.hs:594)
int64_opts (src/Torch/Tensor.hs:596)
float_opts (src/Torch/Tensor.hs:598)
double_opts (src/Torch/Tensor.hs:600)
withTensor (src/Torch/Tensor.hs:603)
AsTensors (src/Torch/Tensor.hs:753)
GAsTensors (src/Torch/Tensor.hs:761)
23% ( 15 / 65) in 'Torch.TensorFactories'
Missing documentation for:
Module header
FactoryType (src/Torch/TensorFactories.hs:25)
FactoryTypeWithDimnames (src/Torch/TensorFactories.hs:30)
mkFactory (src/Torch/TensorFactories.hs:45)
mkFactoryUnsafe (src/Torch/TensorFactories.hs:48)
mkFactoryWithDimnames (src/Torch/TensorFactories.hs:51)
mkFactoryUnsafeWithDimnames (src/Torch/TensorFactories.hs:54)
mkDefaultFactory (src/Torch/TensorFactories.hs:57)
mkDefaultFactoryWithDimnames (src/Torch/TensorFactories.hs:60)
fullLike (src/Torch/TensorFactories.hs:163)
onesWithDimnames (src/Torch/TensorFactories.hs:166)
zerosWithDimnames (src/Torch/TensorFactories.hs:169)
randWithDimnames (src/Torch/TensorFactories.hs:172)
randnWithDimnames (src/Torch/TensorFactories.hs:175)
logspace (src/Torch/TensorFactories.hs:193)
eyeSquare (src/Torch/TensorFactories.hs:206)
ones' (src/Torch/TensorFactories.hs:255)
zeros' (src/Torch/TensorFactories.hs:258)
randIO' (src/Torch/TensorFactories.hs:261)
randnIO' (src/Torch/TensorFactories.hs:264)
randintIO' (src/Torch/TensorFactories.hs:267)
randLikeIO' (src/Torch/TensorFactories.hs:270)
bernoulliIO' (src/Torch/TensorFactories.hs:277)
bernoulliIO (src/Torch/TensorFactories.hs:286)
poissonIO (src/Torch/TensorFactories.hs:293)
multinomialIO' (src/Torch/TensorFactories.hs:302)
multinomialIO (src/Torch/TensorFactories.hs:313)
normalIO' (src/Torch/TensorFactories.hs:320)
normalIO (src/Torch/TensorFactories.hs:329)
normalScalarIO (src/Torch/TensorFactories.hs:338)
normalScalarIO' (src/Torch/TensorFactories.hs:347)
normalWithSizeIO (src/Torch/TensorFactories.hs:358)
rreluIO''' (src/Torch/TensorFactories.hs:365)
rreluIO'' (src/Torch/TensorFactories.hs:375)
rreluIO' (src/Torch/TensorFactories.hs:387)
rreluIO (src/Torch/TensorFactories.hs:401)
rreluWithNoiseIO''' (src/Torch/TensorFactories.hs:410)
rreluWithNoiseIO'' (src/Torch/TensorFactories.hs:422)
rreluWithNoiseIO' (src/Torch/TensorFactories.hs:436)
rreluWithNoiseIO (src/Torch/TensorFactories.hs:452)
onesWithDimnames' (src/Torch/TensorFactories.hs:455)
zerosWithDimnames' (src/Torch/TensorFactories.hs:458)
randWithDimnames' (src/Torch/TensorFactories.hs:461)
randnWithDimnames' (src/Torch/TensorFactories.hs:464)
linspace' (src/Torch/TensorFactories.hs:467)
logspace' (src/Torch/TensorFactories.hs:470)
eyeSquare' (src/Torch/TensorFactories.hs:473)
eye' (src/Torch/TensorFactories.hs:476)
full' (src/Torch/TensorFactories.hs:479)
sparseCooTensor' (src/Torch/TensorFactories.hs:482)
66% ( 2 / 3) in 'Torch.Index'
Missing documentation for:
Module header
0% ( 0 /934) in 'Torch.Functional.Internal'
Missing documentation for:
Module header
align_tensors (src/Torch/Functional/Internal.hs:36)
native_dropout (src/Torch/Functional/Internal.hs:43)
dropout (src/Torch/Functional/Internal.hs:50)
feature_dropout (src/Torch/Functional/Internal.hs:57)
alpha_dropout (src/Torch/Functional/Internal.hs:64)
feature_alpha_dropout (src/Torch/Functional/Internal.hs:71)
abs (src/Torch/Functional/Internal.hs:76)
absolute (src/Torch/Functional/Internal.hs:81)
angle (src/Torch/Functional/Internal.hs:86)
view_as_real (src/Torch/Functional/Internal.hs:91)
view_as_complex (src/Torch/Functional/Internal.hs:96)
sgn (src/Torch/Functional/Internal.hs:101)
real (src/Torch/Functional/Internal.hs:106)
imag (src/Torch/Functional/Internal.hs:111)
conj (src/Torch/Functional/Internal.hs:116)
conj_physical (src/Torch/Functional/Internal.hs:121)
resolve_conj (src/Torch/Functional/Internal.hs:126)
resolve_neg (src/Torch/Functional/Internal.hs:131)
acos (src/Torch/Functional/Internal.hs:136)
arccos (src/Torch/Functional/Internal.hs:141)
avg_pool1d (src/Torch/Functional/Internal.hs:151)
adaptive_avg_pool1d (src/Torch/Functional/Internal.hs:157)
adaptive_max_pool1d (src/Torch/Functional/Internal.hs:163)
add (src/Torch/Functional/Internal.hs:170)
addScalar (src/Torch/Functional/Internal.hs:177)
addmv (src/Torch/Functional/Internal.hs:186)
addr (src/Torch/Functional/Internal.hs:195)
affine_grid_generator (src/Torch/Functional/Internal.hs:202)
allDim (src/Torch/Functional/Internal.hs:209)
allWithDimname (src/Torch/Functional/Internal.hs:216)
allclose (src/Torch/Functional/Internal.hs:225)
anyDim (src/Torch/Functional/Internal.hs:232)
anyWithDimname (src/Torch/Functional/Internal.hs:239)
argmax (src/Torch/Functional/Internal.hs:246)
argmin (src/Torch/Functional/Internal.hs:253)
acosh (src/Torch/Functional/Internal.hs:258)
arccosh (src/Torch/Functional/Internal.hs:263)
asinh (src/Torch/Functional/Internal.hs:268)
arcsinh (src/Torch/Functional/Internal.hs:273)
atanh (src/Torch/Functional/Internal.hs:278)
arctanh (src/Torch/Functional/Internal.hs:283)
as_strided (src/Torch/Functional/Internal.hs:291)
asin (src/Torch/Functional/Internal.hs:296)
arcsin (src/Torch/Functional/Internal.hs:301)
atan (src/Torch/Functional/Internal.hs:306)
arctan (src/Torch/Functional/Internal.hs:311)
atleast_1d_t (src/Torch/Functional/Internal.hs:316)
atleast_1d_l (src/Torch/Functional/Internal.hs:321)
atleast_2d_t (src/Torch/Functional/Internal.hs:326)
atleast_2d_l (src/Torch/Functional/Internal.hs:331)
atleast_3d_t (src/Torch/Functional/Internal.hs:336)
atleast_3d_l (src/Torch/Functional/Internal.hs:341)
baddbmm (src/Torch/Functional/Internal.hs:350)
batch_norm (src/Torch/Functional/Internal.hs:363)
quantized_batch_norm (src/Torch/Functional/Internal.hs:375)
bilinear (src/Torch/Functional/Internal.hs:383)
binary_cross_entropy (src/Torch/Functional/Internal.hs:391)
binary_cross_entropy_with_logits (src/Torch/Functional/Internal.hs:400)
bincount (src/Torch/Functional/Internal.hs:407)
bitwise_not (src/Torch/Functional/Internal.hs:412)
copysign_tt (src/Torch/Functional/Internal.hs:418)
copysign_ts (src/Torch/Functional/Internal.hs:424)
logical_not (src/Torch/Functional/Internal.hs:429)
logical_xor (src/Torch/Functional/Internal.hs:435)
logical_and (src/Torch/Functional/Internal.hs:441)
logical_or (src/Torch/Functional/Internal.hs:447)
bmm (src/Torch/Functional/Internal.hs:453)
broadcast_tensors (src/Torch/Functional/Internal.hs:458)
broadcast_to (src/Torch/Functional/Internal.hs:464)
cat (src/Torch/Functional/Internal.hs:470)
catWithDimname (src/Torch/Functional/Internal.hs:476)
concat_ll (src/Torch/Functional/Internal.hs:482)
concat_ln (src/Torch/Functional/Internal.hs:488)
concatenate_ll (src/Torch/Functional/Internal.hs:494)
concatenate_ln (src/Torch/Functional/Internal.hs:500)
block_diag (src/Torch/Functional/Internal.hs:505)
ceil (src/Torch/Functional/Internal.hs:510)
chain_matmul (src/Torch/Functional/Internal.hs:515)
unsafe_chunk (src/Torch/Functional/Internal.hs:522)
chunk (src/Torch/Functional/Internal.hs:529)
tensor_split_tll (src/Torch/Functional/Internal.hs:536)
tensor_split_ttl (src/Torch/Functional/Internal.hs:550)
clamp_tss (src/Torch/Functional/Internal.hs:557)
clamp_ttt (src/Torch/Functional/Internal.hs:564)
clamp_max_ts (src/Torch/Functional/Internal.hs:570)
clamp_max_tt (src/Torch/Functional/Internal.hs:576)
clamp_min_ts (src/Torch/Functional/Internal.hs:582)
clamp_min_tt (src/Torch/Functional/Internal.hs:588)
clip_tss (src/Torch/Functional/Internal.hs:595)
clip_ttt (src/Torch/Functional/Internal.hs:602)
cudnn_is_acceptable (src/Torch/Functional/Internal.hs:607)
complex (src/Torch/Functional/Internal.hs:613)
polar (src/Torch/Functional/Internal.hs:619)
constant_pad_nd (src/Torch/Functional/Internal.hs:626)
convolution (src/Torch/Functional/Internal.hs:639)
convolution_overrideable (src/Torch/Functional/Internal.hs:652)
convolution_backward_overrideable (src/Torch/Functional/Internal.hs:666)
conv1d_tttllll (src/Torch/Functional/Internal.hs:677)
conv2d (src/Torch/Functional/Internal.hs:688)
conv3d_tttllll (src/Torch/Functional/Internal.hs:699)
conv1d_tttlsll (src/Torch/Functional/Internal.hs:710)
conv2d_tttlsll (src/Torch/Functional/Internal.hs:721)
conv3d_tttlsll (src/Torch/Functional/Internal.hs:732)
conv_tbc (src/Torch/Functional/Internal.hs:740)
conv_transpose1d (src/Torch/Functional/Internal.hs:752)
conv_transpose2d (src/Torch/Functional/Internal.hs:764)
conv_transpose3d (src/Torch/Functional/Internal.hs:776)
copy (src/Torch/Functional/Internal.hs:783)
cos (src/Torch/Functional/Internal.hs:788)
cosh (src/Torch/Functional/Internal.hs:793)
cosine_embedding_loss (src/Torch/Functional/Internal.hs:802)
count_nonzero_tl (src/Torch/Functional/Internal.hs:814)
cov (src/Torch/Functional/Internal.hs:822)
corrcoef (src/Torch/Functional/Internal.hs:827)
cudnn_affine_grid_generator (src/Torch/Functional/Internal.hs:836)
cudnn_batch_norm (src/Torch/Functional/Internal.hs:848)
cudnn_convolution (src/Torch/Functional/Internal.hs:861)
cudnn_convolution_transpose (src/Torch/Functional/Internal.hs:875)
cudnn_convolution_relu (src/Torch/Functional/Internal.hs:886)
cudnn_convolution_add_relu (src/Torch/Functional/Internal.hs:899)
cudnn_grid_sampler (src/Torch/Functional/Internal.hs:905)
cummax_tl (src/Torch/Functional/Internal.hs:911)
cummax_tn (src/Torch/Functional/Internal.hs:917)
cummin_tl (src/Torch/Functional/Internal.hs:923)
cummin_tn (src/Torch/Functional/Internal.hs:929)
cumprod (src/Torch/Functional/Internal.hs:936)
cumprodWithDimname (src/Torch/Functional/Internal.hs:943)
cumsum (src/Torch/Functional/Internal.hs:950)
cumsumWithDimname (src/Torch/Functional/Internal.hs:957)
cumulative_trapezoid_ttl (src/Torch/Functional/Internal.hs:964)
cumulative_trapezoid_tsl (src/Torch/Functional/Internal.hs:971)
ctcLoss' (src/Torch/Functional/Internal.hs:982)
ctcLoss (src/Torch/Functional/Internal.hs:993)
diag_embed (src/Torch/Functional/Internal.hs:1001)
diagflat (src/Torch/Functional/Internal.hs:1007)
diagonal_tlll (src/Torch/Functional/Internal.hs:1015)
linalg_diagonal (src/Torch/Functional/Internal.hs:1023)
diagonal_tnnnl (src/Torch/Functional/Internal.hs:1032)
diff (src/Torch/Functional/Internal.hs:1041)
gradient_tsll (src/Torch/Functional/Internal.hs:1049)
gradient_tll (src/Torch/Functional/Internal.hs:1064)
div (src/Torch/Functional/Internal.hs:1102)
div_tts (src/Torch/Functional/Internal.hs:1109)
divScalar (src/Torch/Functional/Internal.hs:1115)
div_tss (src/Torch/Functional/Internal.hs:1122)
divide_tt (src/Torch/Functional/Internal.hs:1128)
divide_ts (src/Torch/Functional/Internal.hs:1134)
divide_tts (src/Torch/Functional/Internal.hs:1141)
divide_tss (src/Torch/Functional/Internal.hs:1148)
true_divide_tt (src/Torch/Functional/Internal.hs:1154)
true_divide_ts (src/Torch/Functional/Internal.hs:1160)
dot (src/Torch/Functional/Internal.hs:1166)
vdot (src/Torch/Functional/Internal.hs:1172)
einsum (src/Torch/Functional/Internal.hs:1179)
embedding (src/Torch/Functional/Internal.hs:1188)
row_stack (src/Torch/Functional/Internal.hs:1193)
embedding_bag_tttblbtb (src/Torch/Functional/Internal.hs:1205)
embedding_bag_tttblbtbl (src/Torch/Functional/Internal.hs:1218)
erf (src/Torch/Functional/Internal.hs:1223)
erfc (src/Torch/Functional/Internal.hs:1228)
exp (src/Torch/Functional/Internal.hs:1233)
exp2 (src/Torch/Functional/Internal.hs:1238)
expm1 (src/Torch/Functional/Internal.hs:1243)
flatten (src/Torch/Functional/Internal.hs:1250)
flattenTo (src/Torch/Functional/Internal.hs:1258)
flattenToWithDimname (src/Torch/Functional/Internal.hs:1266)
flattenToWithDimnames (src/Torch/Functional/Internal.hs:1273)
unflatten_tll (src/Torch/Functional/Internal.hs:1280)
unflatten_tnlN (src/Torch/Functional/Internal.hs:1288)
fill_ts (src/Torch/Functional/Internal.hs:1294)
fill_tt (src/Torch/Functional/Internal.hs:1300)
floor (src/Torch/Functional/Internal.hs:1305)
floor_divide_tt (src/Torch/Functional/Internal.hs:1311)
floor_divide_ts (src/Torch/Functional/Internal.hs:1317)
frac (src/Torch/Functional/Internal.hs:1322)
gcd (src/Torch/Functional/Internal.hs:1328)
lcm (src/Torch/Functional/Internal.hs:1334)
grid_sampler (src/Torch/Functional/Internal.hs:1343)
grid_sampler_2d (src/Torch/Functional/Internal.hs:1352)
grid_sampler_3d (src/Torch/Functional/Internal.hs:1361)
hinge_embedding_loss (src/Torch/Functional/Internal.hs:1369)
group_norm (src/Torch/Functional/Internal.hs:1379)
native_group_norm (src/Torch/Functional/Internal.hs:1391)
index (src/Torch/Functional/Internal.hs:1397)
indexCopy (src/Torch/Functional/Internal.hs:1405)
indexCopyWithDimname (src/Torch/Functional/Internal.hs:1413)
index_put (src/Torch/Functional/Internal.hs:1421)
instance_norm (src/Torch/Functional/Internal.hs:1434)
isclose (src/Torch/Functional/Internal.hs:1443)
isin_ttbb (src/Torch/Functional/Internal.hs:1451)
isin_tsbb (src/Torch/Functional/Internal.hs:1459)
isin_stbb (src/Torch/Functional/Internal.hs:1467)
isnan (src/Torch/Functional/Internal.hs:1472)
is_distributed (src/Torch/Functional/Internal.hs:1477)
is_floating_point (src/Torch/Functional/Internal.hs:1482)
is_complex (src/Torch/Functional/Internal.hs:1487)
is_conj (src/Torch/Functional/Internal.hs:1492)
is_neg (src/Torch/Functional/Internal.hs:1497)
isreal (src/Torch/Functional/Internal.hs:1502)
is_nonzero (src/Torch/Functional/Internal.hs:1507)
is_same_size (src/Torch/Functional/Internal.hs:1513)
is_signed (src/Torch/Functional/Internal.hs:1518)
is_inference (src/Torch/Functional/Internal.hs:1523)
kl_div (src/Torch/Functional/Internal.hs:1531)
kron (src/Torch/Functional/Internal.hs:1537)
kthvalue (src/Torch/Functional/Internal.hs:1545)
kthvalueWithDimname (src/Torch/Functional/Internal.hs:1553)
layer_norm (src/Torch/Functional/Internal.hs:1563)
native_layer_norm (src/Torch/Functional/Internal.hs:1572)
nan_to_num (src/Torch/Functional/Internal.hs:1580)
linear (src/Torch/Functional/Internal.hs:1587)
mkldnn_linear (src/Torch/Functional/Internal.hs:1594)
mkldnn_linear_backward_input (src/Torch/Functional/Internal.hs:1601)
mkldnn_linear_backward_weights (src/Torch/Functional/Internal.hs:1609)
fbgemm_linear_int8_weight_fp32_activation (src/Torch/Functional/Internal.hs:1620)
fbgemm_linear_int8_weight (src/Torch/Functional/Internal.hs:1631)
fbgemm_linear_quantize_weight (src/Torch/Functional/Internal.hs:1636)
fbgemm_pack_gemm_matrix_fp16 (src/Torch/Functional/Internal.hs:1641)
fbgemm_linear_fp16_weight_fp32_activation (src/Torch/Functional/Internal.hs:1648)
fbgemm_linear_fp16_weight (src/Torch/Functional/Internal.hs:1655)
quantizeFbgemm' (src/Torch/Functional/Internal.hs:1660)
quantizeFbgemm (src/Torch/Functional/Internal.hs:1667)
ldexp (src/Torch/Functional/Internal.hs:1673)
log (src/Torch/Functional/Internal.hs:1678)
log10 (src/Torch/Functional/Internal.hs:1683)
log1p (src/Torch/Functional/Internal.hs:1688)
log2 (src/Torch/Functional/Internal.hs:1693)
logaddexp (src/Torch/Functional/Internal.hs:1699)
logaddexp2 (src/Torch/Functional/Internal.hs:1705)
xlogy_tt (src/Torch/Functional/Internal.hs:1711)
xlogy_st (src/Torch/Functional/Internal.hs:1717)
xlogy_ts (src/Torch/Functional/Internal.hs:1723)
logSoftmax (src/Torch/Functional/Internal.hs:1730)
logSoftmaxWithDimname (src/Torch/Functional/Internal.hs:1737)
logcumsumexp_tl (src/Torch/Functional/Internal.hs:1743)
logcumsumexp_tn (src/Torch/Functional/Internal.hs:1749)
logsumexp (src/Torch/Functional/Internal.hs:1756)
logsumexpWithDimnameList (src/Torch/Functional/Internal.hs:1763)
margin_ranking_loss (src/Torch/Functional/Internal.hs:1772)
matmul (src/Torch/Functional/Internal.hs:1778)
matrix_power (src/Torch/Functional/Internal.hs:1784)
matrix_exp (src/Torch/Functional/Internal.hs:1789)
aminmax (src/Torch/Functional/Internal.hs:1796)
maxDim (src/Torch/Functional/Internal.hs:1803)
maxWithDimname (src/Torch/Functional/Internal.hs:1810)
amax (src/Torch/Functional/Internal.hs:1817)
max_pool1d_with_indices (src/Torch/Functional/Internal.hs:1827)
max_pool1d (src/Torch/Functional/Internal.hs:1837)
max_pool2d (src/Torch/Functional/Internal.hs:1847)
mkldnn_max_pool2d (src/Torch/Functional/Internal.hs:1857)
mkldnn_max_pool3d (src/Torch/Functional/Internal.hs:1867)
quantized_max_pool1d (src/Torch/Functional/Internal.hs:1877)
quantized_max_pool2d (src/Torch/Functional/Internal.hs:1887)
max_pool3d (src/Torch/Functional/Internal.hs:1897)
meanAll (src/Torch/Functional/Internal.hs:1903)
meanDim (src/Torch/Functional/Internal.hs:1911)
meanWithDimnames (src/Torch/Functional/Internal.hs:1919)
nanmean (src/Torch/Functional/Internal.hs:1927)
medianAll (src/Torch/Functional/Internal.hs:1932)
medianDim (src/Torch/Functional/Internal.hs:1939)
medianWithDimname (src/Torch/Functional/Internal.hs:1946)
nanmedian_t (src/Torch/Functional/Internal.hs:1951)
nanmedian_tlb (src/Torch/Functional/Internal.hs:1958)
nanmedian_tnb (src/Torch/Functional/Internal.hs:1965)
minDim (src/Torch/Functional/Internal.hs:1972)
minWithDimname (src/Torch/Functional/Internal.hs:1979)
amin (src/Torch/Functional/Internal.hs:1986)
mkldnn_convolution (src/Torch/Functional/Internal.hs:1997)
mkldnn_rnn_layer (src/Torch/Functional/Internal.hs:2017)
miopen_batch_norm (src/Torch/Functional/Internal.hs:2029)
miopen_convolution (src/Torch/Functional/Internal.hs:2042)
miopen_convolution_transpose (src/Torch/Functional/Internal.hs:2056)
miopen_depthwise_convolution (src/Torch/Functional/Internal.hs:2069)
miopen_convolution_relu (src/Torch/Functional/Internal.hs:2080)
miopen_convolution_add_relu (src/Torch/Functional/Internal.hs:2093)
miopen_rnn (src/Torch/Functional/Internal.hs:2111)
mm (src/Torch/Functional/Internal.hs:2117)
mode (src/Torch/Functional/Internal.hs:2124)
modeWithDimname (src/Torch/Functional/Internal.hs:2131)
mul (src/Torch/Functional/Internal.hs:2137)
mulScalar (src/Torch/Functional/Internal.hs:2143)
multiply_tt (src/Torch/Functional/Internal.hs:2149)
multiply_ts (src/Torch/Functional/Internal.hs:2155)
mv (src/Torch/Functional/Internal.hs:2161)
mvlgamma (src/Torch/Functional/Internal.hs:2167)
narrow_copy (src/Torch/Functional/Internal.hs:2175)
narrow_tlll (src/Torch/Functional/Internal.hs:2183)
narrow_tltl (src/Torch/Functional/Internal.hs:2191)
native_batch_norm (src/Torch/Functional/Internal.hs:2203)
batch_norm_stats (src/Torch/Functional/Internal.hs:2209)
batch_norm_elemt (src/Torch/Functional/Internal.hs:2219)
batch_norm_gather_stats (src/Torch/Functional/Internal.hs:2231)
batch_norm_gather_stats_with_counts (src/Torch/Functional/Internal.hs:2243)
batch_norm_backward_reduce (src/Torch/Functional/Internal.hs:2255)
batch_norm_backward_elemt (src/Torch/Functional/Internal.hs:2267)
batch_norm_update_stats (src/Torch/Functional/Internal.hs:2275)
is_vulkan_available (src/Torch/Functional/Internal.hs:2279)
pairwise_distance (src/Torch/Functional/Internal.hs:2288)
cdist (src/Torch/Functional/Internal.hs:2296)
pdist (src/Torch/Functional/Internal.hs:2302)
cosine_similarity (src/Torch/Functional/Internal.hs:2310)
permute (src/Torch/Functional/Internal.hs:2316)
movedim_tll (src/Torch/Functional/Internal.hs:2330)
moveaxis_tll (src/Torch/Functional/Internal.hs:2344)
adjoint (src/Torch/Functional/Internal.hs:2349)
pixel_shuffle (src/Torch/Functional/Internal.hs:2355)
pixel_unshuffle (src/Torch/Functional/Internal.hs:2361)
channel_shuffle (src/Torch/Functional/Internal.hs:2367)
native_channel_shuffle (src/Torch/Functional/Internal.hs:2373)
pinverse (src/Torch/Functional/Internal.hs:2379)
poisson_nll_loss (src/Torch/Functional/Internal.hs:2389)
rad2deg (src/Torch/Functional/Internal.hs:2394)
deg2rad (src/Torch/Functional/Internal.hs:2399)
ravel (src/Torch/Functional/Internal.hs:2404)
reciprocal (src/Torch/Functional/Internal.hs:2409)
neg (src/Torch/Functional/Internal.hs:2414)
negative (src/Torch/Functional/Internal.hs:2419)
repeat_interleave_tl (src/Torch/Functional/Internal.hs:2425)
repeat_interleave_ttll (src/Torch/Functional/Internal.hs:2433)
repeat_interleave_tlll (src/Torch/Functional/Internal.hs:2441)
reshape (src/Torch/Functional/Internal.hs:2447)
round_t (src/Torch/Functional/Internal.hs:2452)
round_tl (src/Torch/Functional/Internal.hs:2458)
relu (src/Torch/Functional/Internal.hs:2463)
relu6 (src/Torch/Functional/Internal.hs:2468)
prelu (src/Torch/Functional/Internal.hs:2474)
gelu (src/Torch/Functional/Internal.hs:2480)
hardshrink (src/Torch/Functional/Internal.hs:2486)
rsqrt (src/Torch/Functional/Internal.hs:2491)
selectWithDimname (src/Torch/Functional/Internal.hs:2498)
select (src/Torch/Functional/Internal.hs:2505)
selu (src/Torch/Functional/Internal.hs:2510)
celu (src/Torch/Functional/Internal.hs:2516)
silu (src/Torch/Functional/Internal.hs:2521)
mish (src/Torch/Functional/Internal.hs:2526)
sigmoid (src/Torch/Functional/Internal.hs:2531)
logit (src/Torch/Functional/Internal.hs:2537)
sin (src/Torch/Functional/Internal.hs:2542)
sinc (src/Torch/Functional/Internal.hs:2547)
sinh (src/Torch/Functional/Internal.hs:2552)
size (src/Torch/Functional/Internal.hs:2558)
sizeWithDimname (src/Torch/Functional/Internal.hs:2564)
slice (src/Torch/Functional/Internal.hs:2573)
slice_scatter (src/Torch/Functional/Internal.hs:2583)
select_scatter (src/Torch/Functional/Internal.hs:2591)
diagonal_scatter (src/Torch/Functional/Internal.hs:2600)
as_strided_scatter (src/Torch/Functional/Internal.hs:2609)
smm (src/Torch/Functional/Internal.hs:2615)
softmax (src/Torch/Functional/Internal.hs:2622)
softmaxWithDimname (src/Torch/Functional/Internal.hs:2629)
unsafe_split (src/Torch/Functional/Internal.hs:2636)
split_tll (src/Torch/Functional/Internal.hs:2643)
unsafe_split_with_sizes (src/Torch/Functional/Internal.hs:2657)
split_with_sizes (src/Torch/Functional/Internal.hs:2664)
hsplit_tl (src/Torch/Functional/Internal.hs:2670)
vsplit_tl (src/Torch/Functional/Internal.hs:2682)
dsplit_tl (src/Torch/Functional/Internal.hs:2694)
squeezeAll (src/Torch/Functional/Internal.hs:2705)
squeezeDim (src/Torch/Functional/Internal.hs:2711)
squeezeWithDimname (src/Torch/Functional/Internal.hs:2717)
sspaddmm (src/Torch/Functional/Internal.hs:2732)
stack (src/Torch/Functional/Internal.hs:2738)
hstack (src/Torch/Functional/Internal.hs:2743)
vstack (src/Torch/Functional/Internal.hs:2748)
dstack (src/Torch/Functional/Internal.hs:2753)
stft_tllltbbb (src/Torch/Functional/Internal.hs:2765)
stft_tllltbsbbb (src/Torch/Functional/Internal.hs:2779)
istft (src/Torch/Functional/Internal.hs:2793)
stride (src/Torch/Functional/Internal.hs:2799)
strideWithDimname (src/Torch/Functional/Internal.hs:2805)
sumAll (src/Torch/Functional/Internal.hs:2811)
sumDim (src/Torch/Functional/Internal.hs:2819)
sumWithDimnames (src/Torch/Functional/Internal.hs:2827)
nansum (src/Torch/Functional/Internal.hs:2835)
sqrt (src/Torch/Functional/Internal.hs:2840)
square (src/Torch/Functional/Internal.hs:2845)
stdAll (src/Torch/Functional/Internal.hs:2851)
stdDim (src/Torch/Functional/Internal.hs:2859)
std_tllb (src/Torch/Functional/Internal.hs:2867)
stdMeanAll (src/Torch/Functional/Internal.hs:2873)
stdMeanDim (src/Torch/Functional/Internal.hs:2881)
std_mean_tllb (src/Torch/Functional/Internal.hs:2889)
stdMeanWithDimnames (src/Torch/Functional/Internal.hs:2897)
std_mean_tNlb (src/Torch/Functional/Internal.hs:2905)
stdWithDimnames (src/Torch/Functional/Internal.hs:2913)
std_tNlb (src/Torch/Functional/Internal.hs:2921)
prodAll (src/Torch/Functional/Internal.hs:2927)
prodDim (src/Torch/Functional/Internal.hs:2935)
prodWithDimnames (src/Torch/Functional/Internal.hs:2943)
t (src/Torch/Functional/Internal.hs:2948)
tan (src/Torch/Functional/Internal.hs:2953)
tanh (src/Torch/Functional/Internal.hs:2958)
tensordot (src/Torch/Functional/Internal.hs:2966)
threshold (src/Torch/Functional/Internal.hs:2973)
tile (src/Torch/Functional/Internal.hs:2979)
transpose (src/Torch/Functional/Internal.hs:2986)
transposeWithDimname (src/Torch/Functional/Internal.hs:2993)
one_hot (src/Torch/Functional/Internal.hs:2999)
flip (src/Torch/Functional/Internal.hs:3005)
fliplr (src/Torch/Functional/Internal.hs:3010)
flipud (src/Torch/Functional/Internal.hs:3015)
roll (src/Torch/Functional/Internal.hs:3022)
rot90 (src/Torch/Functional/Internal.hs:3029)
trapezoid_ttl (src/Torch/Functional/Internal.hs:3036)
trapezoid_tsl (src/Torch/Functional/Internal.hs:3043)
trapz (src/Torch/Functional/Internal.hs:3050)
trapzScalar (src/Torch/Functional/Internal.hs:3057)
triplet_margin_loss (src/Torch/Functional/Internal.hs:3069)
trunc (src/Torch/Functional/Internal.hs:3074)
fix (src/Torch/Functional/Internal.hs:3079)
unique_dim (src/Torch/Functional/Internal.hs:3088)
unique_consecutive (src/Torch/Functional/Internal.hs:3096)
unique_dim_consecutive (src/Torch/Functional/Internal.hs:3104)
unsqueeze (src/Torch/Functional/Internal.hs:3110)
vander (src/Torch/Functional/Internal.hs:3117)
var (src/Torch/Functional/Internal.hs:3123)
varDim (src/Torch/Functional/Internal.hs:3131)
var_tllb (src/Torch/Functional/Internal.hs:3139)
varWithDimnames (src/Torch/Functional/Internal.hs:3147)
var_tNlb (src/Torch/Functional/Internal.hs:3155)
varMean (src/Torch/Functional/Internal.hs:3161)
varMeanDim (src/Torch/Functional/Internal.hs:3169)
var_mean_tllb (src/Torch/Functional/Internal.hs:3177)
varMeanWithDimnames (src/Torch/Functional/Internal.hs:3185)
var_mean_tNlb (src/Torch/Functional/Internal.hs:3193)
where' (src/Torch/Functional/Internal.hs:3200)
where_tst (src/Torch/Functional/Internal.hs:3207)
where_tts (src/Torch/Functional/Internal.hs:3214)
where_tss (src/Torch/Functional/Internal.hs:3221)
isNonZero (src/Torch/Functional/Internal.hs:3226)
norm_except_dim (src/Torch/Functional/Internal.hs:3233)
native_norm_ts (src/Torch/Functional/Internal.hs:3239)
native_norm_tslbs (src/Torch/Functional/Internal.hs:3248)
normCastAll (src/Torch/Functional/Internal.hs:3255)
normAll (src/Torch/Functional/Internal.hs:3261)
normCastDim (src/Torch/Functional/Internal.hs:3270)
normDim (src/Torch/Functional/Internal.hs:3278)
norm_tsNbs (src/Torch/Functional/Internal.hs:3287)
norm_tsNb (src/Torch/Functional/Internal.hs:3295)
frexp (src/Torch/Functional/Internal.hs:3300)
frobenius_norm (src/Torch/Functional/Internal.hs:3307)
nuclearNormAll (src/Torch/Functional/Internal.hs:3313)
nuclearNormDim (src/Torch/Functional/Internal.hs:3320)
clone (src/Torch/Functional/Internal.hs:3326)
positive (src/Torch/Functional/Internal.hs:3331)
sub (src/Torch/Functional/Internal.hs:3338)
subScalar (src/Torch/Functional/Internal.hs:3345)
subtract_tts (src/Torch/Functional/Internal.hs:3352)
subtract_tss (src/Torch/Functional/Internal.hs:3359)
rsub (src/Torch/Functional/Internal.hs:3366)
heaviside (src/Torch/Functional/Internal.hs:3372)
rsubScalar (src/Torch/Functional/Internal.hs:3379)
sparse_sampled_addmm (src/Torch/Functional/Internal.hs:3388)
addmm (src/Torch/Functional/Internal.hs:3397)
hspmm (src/Torch/Functional/Internal.hs:3403)
unbind (src/Torch/Functional/Internal.hs:3409)
unbindWithDimname (src/Torch/Functional/Internal.hs:3415)
mkldnn_reorder_conv2d_weight (src/Torch/Functional/Internal.hs:3425)
mkldnn_reorder_conv3d_weight (src/Torch/Functional/Internal.hs:3434)
quantize_per_tensor_dynamic (src/Torch/Functional/Internal.hs:3441)
quantize_per_tensor_tdls (src/Torch/Functional/Internal.hs:3449)
quantize_per_tensor_ttts (src/Torch/Functional/Internal.hs:3457)
quantize_per_tensor_ltts (src/Torch/Functional/Internal.hs:3465)
quantize_per_channel (src/Torch/Functional/Internal.hs:3474)
dequantize_t (src/Torch/Functional/Internal.hs:3479)
dequantize_l (src/Torch/Functional/Internal.hs:3484)
q_scale (src/Torch/Functional/Internal.hs:3489)
q_zero_point (src/Torch/Functional/Internal.hs:3494)
q_per_channel_scales (src/Torch/Functional/Internal.hs:3499)
q_per_channel_zero_points (src/Torch/Functional/Internal.hs:3504)
q_per_channel_axis (src/Torch/Functional/Internal.hs:3509)
int_repr (src/Torch/Functional/Internal.hs:3514)
fake_quantize_per_tensor_affine_tdlll (src/Torch/Functional/Internal.hs:3523)
fake_quantize_per_tensor_affine_tttll (src/Torch/Functional/Internal.hs:3532)
fake_quantize_per_tensor_affine_cachemask (src/Torch/Functional/Internal.hs:3541)
fake_quantize_per_channel_affine (src/Torch/Functional/Internal.hs:3551)
fake_quantize_per_channel_affine_cachemask (src/Torch/Functional/Internal.hs:3561)
fused_moving_avg_obs_fake_quant (src/Torch/Functional/Internal.hs:3578)
choose_qparams_optimized (src/Torch/Functional/Internal.hs:3587)
meshgrid_l (src/Torch/Functional/Internal.hs:3592)
meshgrid_ls (src/Torch/Functional/Internal.hs:3598)
cartesian_prod (src/Torch/Functional/Internal.hs:3603)
combinations (src/Torch/Functional/Internal.hs:3610)
resultType (src/Torch/Functional/Internal.hs:3616)
resultTypeScalar (src/Torch/Functional/Internal.hs:3622)
resultTypeScalar' (src/Torch/Functional/Internal.hs:3628)
resultTypeScalars (src/Torch/Functional/Internal.hs:3634)
can_cast (src/Torch/Functional/Internal.hs:3640)
promote_types (src/Torch/Functional/Internal.hs:3646)
lstm (src/Torch/Functional/Internal.hs:3659)
lstm' (src/Torch/Functional/Internal.hs:3672)
gru (src/Torch/Functional/Internal.hs:3685)
gru' (src/Torch/Functional/Internal.hs:3698)
rnnTanh (src/Torch/Functional/Internal.hs:3711)
rnnTanh' (src/Torch/Functional/Internal.hs:3724)
rnnRelu (src/Torch/Functional/Internal.hs:3737)
rnnRelu' (src/Torch/Functional/Internal.hs:3750)
lstm_cell (src/Torch/Functional/Internal.hs:3760)
gru_cell (src/Torch/Functional/Internal.hs:3770)
rnn_tanh_cell (src/Torch/Functional/Internal.hs:3780)
rnn_relu_cell (src/Torch/Functional/Internal.hs:3790)
quantized_lstm_cell (src/Torch/Functional/Internal.hs:3808)
quantized_gru_cell (src/Torch/Functional/Internal.hs:3826)
quantized_rnn_relu_cell (src/Torch/Functional/Internal.hs:3844)
quantized_rnn_tanh_cell (src/Torch/Functional/Internal.hs:3862)
lift (src/Torch/Functional/Internal.hs:3867)
lift_fresh (src/Torch/Functional/Internal.hs:3872)
lift_fresh_copy (src/Torch/Functional/Internal.hs:3877)
maskedFillScalar (src/Torch/Functional/Internal.hs:3884)
maskedFill (src/Torch/Functional/Internal.hs:3891)
masked_scatter (src/Torch/Functional/Internal.hs:3898)
put (src/Torch/Functional/Internal.hs:3906)
index_add_tltts (src/Torch/Functional/Internal.hs:3915)
index_add_tntts (src/Torch/Functional/Internal.hs:3924)
index_reduce (src/Torch/Functional/Internal.hs:3934)
indexFillScalar (src/Torch/Functional/Internal.hs:3942)
indexFill (src/Torch/Functional/Internal.hs:3950)
indexFillScalarWithDimname (src/Torch/Functional/Internal.hs:3958)
indexFillWithDimname (src/Torch/Functional/Internal.hs:3966)
scatter (src/Torch/Functional/Internal.hs:3974)
scatterScalar (src/Torch/Functional/Internal.hs:3982)
scatter_tltts (src/Torch/Functional/Internal.hs:3991)
scatter_tltss (src/Torch/Functional/Internal.hs:4000)
scatterWithDimname (src/Torch/Functional/Internal.hs:4008)
scatterScalarWithDimname (src/Torch/Functional/Internal.hs:4016)
scatterAdd (src/Torch/Functional/Internal.hs:4024)
scatterAddWithDimname (src/Torch/Functional/Internal.hs:4032)
scatter_reduce (src/Torch/Functional/Internal.hs:4042)
bitwise_and_ts (src/Torch/Functional/Internal.hs:4048)
bitwise_and_st (src/Torch/Functional/Internal.hs:4054)
bitwise_and_tt (src/Torch/Functional/Internal.hs:4060)
bitwise_or_ts (src/Torch/Functional/Internal.hs:4066)
bitwise_or_st (src/Torch/Functional/Internal.hs:4072)
bitwise_or_tt (src/Torch/Functional/Internal.hs:4078)
bitwiseXorScalar (src/Torch/Functional/Internal.hs:4084)
bitwise_xor_st (src/Torch/Functional/Internal.hs:4090)
bitwiseXor (src/Torch/Functional/Internal.hs:4096)
bitwise_left_shift_tt (src/Torch/Functional/Internal.hs:4102)
bitwise_left_shift_ts (src/Torch/Functional/Internal.hs:4108)
bitwise_left_shift_st (src/Torch/Functional/Internal.hs:4114)
bitwise_right_shift_tt (src/Torch/Functional/Internal.hs:4120)
bitwise_right_shift_ts (src/Torch/Functional/Internal.hs:4126)
bitwise_right_shift_st (src/Torch/Functional/Internal.hs:4132)
addbmm (src/Torch/Functional/Internal.hs:4141)
diag (src/Torch/Functional/Internal.hs:4147)
cross (src/Torch/Functional/Internal.hs:4154)
triu (src/Torch/Functional/Internal.hs:4160)
tril (src/Torch/Functional/Internal.hs:4166)
trace (src/Torch/Functional/Internal.hs:4171)
neScalar (src/Torch/Functional/Internal.hs:4177)
ne (src/Torch/Functional/Internal.hs:4183)
not_equal_ts (src/Torch/Functional/Internal.hs:4189)
not_equal_tt (src/Torch/Functional/Internal.hs:4195)
eqScalar (src/Torch/Functional/Internal.hs:4201)
eq (src/Torch/Functional/Internal.hs:4207)
geScalar (src/Torch/Functional/Internal.hs:4213)
ge (src/Torch/Functional/Internal.hs:4219)
greater_equal_ts (src/Torch/Functional/Internal.hs:4225)
greater_equal_tt (src/Torch/Functional/Internal.hs:4231)
leScalar (src/Torch/Functional/Internal.hs:4237)
le (src/Torch/Functional/Internal.hs:4243)
less_equal_ts (src/Torch/Functional/Internal.hs:4249)
less_equal_tt (src/Torch/Functional/Internal.hs:4255)
gtScalar (src/Torch/Functional/Internal.hs:4261)
gt (src/Torch/Functional/Internal.hs:4267)
greater_ts (src/Torch/Functional/Internal.hs:4273)
greater_tt (src/Torch/Functional/Internal.hs:4279)
ltScalar (src/Torch/Functional/Internal.hs:4285)
lt (src/Torch/Functional/Internal.hs:4291)
less_ts (src/Torch/Functional/Internal.hs:4297)
less_tt (src/Torch/Functional/Internal.hs:4303)
take (src/Torch/Functional/Internal.hs:4309)
take_along_dim (src/Torch/Functional/Internal.hs:4316)
indexSelect (src/Torch/Functional/Internal.hs:4323)
indexSelectWithDimname (src/Torch/Functional/Internal.hs:4330)
masked_select (src/Torch/Functional/Internal.hs:4336)
nonzero (src/Torch/Functional/Internal.hs:4341)
nonzero_numpy (src/Torch/Functional/Internal.hs:4346)
argwhere (src/Torch/Functional/Internal.hs:4351)
gather (src/Torch/Functional/Internal.hs:4359)
gatherWithDimname (src/Torch/Functional/Internal.hs:4367)
addcmul (src/Torch/Functional/Internal.hs:4375)
addcdiv (src/Torch/Functional/Internal.hs:4383)
cross_entropy_loss (src/Torch/Functional/Internal.hs:4393)
triangular_solve (src/Torch/Functional/Internal.hs:4402)
linalg_solve_triangular (src/Torch/Functional/Internal.hs:4411)
linalg_vander (src/Torch/Functional/Internal.hs:4417)
svd (src/Torch/Functional/Internal.hs:4424)
swapaxes (src/Torch/Functional/Internal.hs:4431)
swapdims (src/Torch/Functional/Internal.hs:4438)
cholesky (src/Torch/Functional/Internal.hs:4444)
cholesky_solve (src/Torch/Functional/Internal.hs:4451)
cholesky_inverse (src/Torch/Functional/Internal.hs:4457)
qr (src/Torch/Functional/Internal.hs:4463)
geqrf (src/Torch/Functional/Internal.hs:4468)
orgqr (src/Torch/Functional/Internal.hs:4474)
ormqr (src/Torch/Functional/Internal.hs:4483)
lu_solve (src/Torch/Functional/Internal.hs:4490)
lu_unpack (src/Torch/Functional/Internal.hs:4498)
lgamma (src/Torch/Functional/Internal.hs:4503)
digamma (src/Torch/Functional/Internal.hs:4508)
polygamma (src/Torch/Functional/Internal.hs:4514)
erfinv (src/Torch/Functional/Internal.hs:4519)
i0 (src/Torch/Functional/Internal.hs:4524)
sign (src/Torch/Functional/Internal.hs:4529)
signbit (src/Torch/Functional/Internal.hs:4534)
dist (src/Torch/Functional/Internal.hs:4541)
atan2 (src/Torch/Functional/Internal.hs:4547)
arctan2 (src/Torch/Functional/Internal.hs:4553)
lerpScalar (src/Torch/Functional/Internal.hs:4560)
lerp (src/Torch/Functional/Internal.hs:4567)
histc (src/Torch/Functional/Internal.hs:4575)
histogram_tttb (src/Torch/Functional/Internal.hs:4583)
histogram_tlatb (src/Torch/Functional/Internal.hs:4592)
histogramdd_tlatb (src/Torch/Functional/Internal.hs:4610)
fmodScalar (src/Torch/Functional/Internal.hs:4625)
fmod (src/Torch/Functional/Internal.hs:4631)
hypot (src/Torch/Functional/Internal.hs:4637)
igamma (src/Torch/Functional/Internal.hs:4643)
igammac (src/Torch/Functional/Internal.hs:4649)
nextafter (src/Torch/Functional/Internal.hs:4655)
remainderScalar (src/Torch/Functional/Internal.hs:4661)
remainder (src/Torch/Functional/Internal.hs:4667)
remainder_st (src/Torch/Functional/Internal.hs:4673)
minAll (src/Torch/Functional/Internal.hs:4678)
fmin (src/Torch/Functional/Internal.hs:4684)
maxAll (src/Torch/Functional/Internal.hs:4689)
fmax (src/Torch/Functional/Internal.hs:4695)
maximum (src/Torch/Functional/Internal.hs:4701)
max (src/Torch/Functional/Internal.hs:4707)
minimum (src/Torch/Functional/Internal.hs:4713)
min (src/Torch/Functional/Internal.hs:4719)
quantile_ttlbs (src/Torch/Functional/Internal.hs:4728)
quantile_tdlbs (src/Torch/Functional/Internal.hs:4737)
nanquantile_ttlbs (src/Torch/Functional/Internal.hs:4746)
nanquantile_tdlbs (src/Torch/Functional/Internal.hs:4755)
sort (src/Torch/Functional/Internal.hs:4762)
sort_tblb (src/Torch/Functional/Internal.hs:4770)
sortWithDimname (src/Torch/Functional/Internal.hs:4777)
sort_tbnb (src/Torch/Functional/Internal.hs:4785)
msort (src/Torch/Functional/Internal.hs:4790)
argsort (src/Torch/Functional/Internal.hs:4797)
argsort_tblb (src/Torch/Functional/Internal.hs:4805)
argsortWithDimname (src/Torch/Functional/Internal.hs:4812)
topk (src/Torch/Functional/Internal.hs:4821)
all (src/Torch/Functional/Internal.hs:4826)
any (src/Torch/Functional/Internal.hs:4831)
renorm (src/Torch/Functional/Internal.hs:4839)
equal (src/Torch/Functional/Internal.hs:4845)
pow (src/Torch/Functional/Internal.hs:4851)
powScalar' (src/Torch/Functional/Internal.hs:4857)
powScalar (src/Torch/Functional/Internal.hs:4863)
float_power_tt (src/Torch/Functional/Internal.hs:4869)
float_power_st (src/Torch/Functional/Internal.hs:4875)
float_power_ts (src/Torch/Functional/Internal.hs:4881)
alias (src/Torch/Functional/Internal.hs:4886)
bucketize_ttbb (src/Torch/Functional/Internal.hs:4894)
bucketize_stbb (src/Torch/Functional/Internal.hs:4902)
searchsorted_ttbbst (src/Torch/Functional/Internal.hs:4912)
searchsorted_tsbbst (src/Torch/Functional/Internal.hs:4922)
mse_loss (src/Torch/Functional/Internal.hs:4929)
l1_loss (src/Torch/Functional/Internal.hs:4936)
multi_margin_loss (src/Torch/Functional/Internal.hs:4946)
multilabel_margin_loss (src/Torch/Functional/Internal.hs:4953)
multilabel_margin_loss_forward (src/Torch/Functional/Internal.hs:4960)
nll_loss_nd (src/Torch/Functional/Internal.hs:4969)
nll_loss (src/Torch/Functional/Internal.hs:4978)
nll_loss_forward (src/Torch/Functional/Internal.hs:4987)
nll_loss2d (src/Torch/Functional/Internal.hs:4996)
nll_loss2d_forward (src/Torch/Functional/Internal.hs:5005)
smooth_l1_loss (src/Torch/Functional/Internal.hs:5013)
huber_loss (src/Torch/Functional/Internal.hs:5021)
soft_margin_loss (src/Torch/Functional/Internal.hs:5028)
elu (src/Torch/Functional/Internal.hs:5036)
glu (src/Torch/Functional/Internal.hs:5042)
glu_jvp (src/Torch/Functional/Internal.hs:5050)
glu_backward_jvp (src/Torch/Functional/Internal.hs:5060)
hardsigmoid (src/Torch/Functional/Internal.hs:5065)
hardtanh (src/Torch/Functional/Internal.hs:5072)
hardswish (src/Torch/Functional/Internal.hs:5077)
leaky_relu (src/Torch/Functional/Internal.hs:5083)
log_sigmoid (src/Torch/Functional/Internal.hs:5088)
log_sigmoid_forward (src/Torch/Functional/Internal.hs:5093)
softplus (src/Torch/Functional/Internal.hs:5100)
softshrink (src/Torch/Functional/Internal.hs:5106)
adaptive_avg_pool2d (src/Torch/Functional/Internal.hs:5112)
mkldnn_adaptive_avg_pool2d (src/Torch/Functional/Internal.hs:5118)
adaptive_avg_pool3d (src/Torch/Functional/Internal.hs:5124)
adaptive_max_pool2d (src/Torch/Functional/Internal.hs:5130)
adaptive_max_pool3d (src/Torch/Functional/Internal.hs:5136)
avg_pool2d (src/Torch/Functional/Internal.hs:5147)
avg_pool3d (src/Torch/Functional/Internal.hs:5158)
fractional_max_pool2d (src/Torch/Functional/Internal.hs:5166)
fractional_max_pool3d (src/Torch/Functional/Internal.hs:5174)
max_pool2d_with_indices (src/Torch/Functional/Internal.hs:5184)
max_pool3d_with_indices (src/Torch/Functional/Internal.hs:5194)
max_unpool2d (src/Torch/Functional/Internal.hs:5201)
max_unpool3d (src/Torch/Functional/Internal.hs:5210)
reflection_pad1d (src/Torch/Functional/Internal.hs:5216)
reflection_pad2d (src/Torch/Functional/Internal.hs:5222)
reflection_pad3d (src/Torch/Functional/Internal.hs:5228)
replication_pad1d (src/Torch/Functional/Internal.hs:5234)
replication_pad2d (src/Torch/Functional/Internal.hs:5240)
replication_pad3d (src/Torch/Functional/Internal.hs:5246)
pad (src/Torch/Functional/Internal.hs:5254)
upsample_linear1d_tlba (src/Torch/Functional/Internal.hs:5262)
upsample_bilinear2d_tlba (src/Torch/Functional/Internal.hs:5270)
upsample_trilinear3d_tlba (src/Torch/Functional/Internal.hs:5278)
upsample_bicubic2d_tlba (src/Torch/Functional/Internal.hs:5286)
upsample_nearest1d_tla (src/Torch/Functional/Internal.hs:5293)
upsample_nearest2d_tla (src/Torch/Functional/Internal.hs:5300)
upsample_nearest3d_tla (src/Torch/Functional/Internal.hs:5307)
upsample_bilinear2d_tlbdd (src/Torch/Functional/Internal.hs:5324)
upsample_bicubic2d_tlbdd (src/Torch/Functional/Internal.hs:5333)
upsample_trilinear3d_tlbddd (src/Torch/Functional/Internal.hs:5343)
upsample_nearest2d_tldd (src/Torch/Functional/Internal.hs:5358)
upsample_nearest3d_tlddd (src/Torch/Functional/Internal.hs:5367)
slow_conv_transpose2d (src/Torch/Functional/Internal.hs:5379)
slow_conv_transpose3d (src/Torch/Functional/Internal.hs:5391)
thnn_conv2d (src/Torch/Functional/Internal.hs:5401)
conv_depthwise3d (src/Torch/Functional/Internal.hs:5412)
slow_conv3d (src/Torch/Functional/Internal.hs:5422)
slow_conv3d_forward (src/Torch/Functional/Internal.hs:5432)
slow_conv_dilated2d (src/Torch/Functional/Internal.hs:5443)
slow_conv_dilated3d (src/Torch/Functional/Internal.hs:5454)
col2im (src/Torch/Functional/Internal.hs:5464)
column_stack (src/Torch/Functional/Internal.hs:5469)
im2col (src/Torch/Functional/Internal.hs:5478)
isfinite (src/Torch/Functional/Internal.hs:5483)
isinf (src/Torch/Functional/Internal.hs:5488)
isposinf (src/Torch/Functional/Internal.hs:5493)
isneginf (src/Torch/Functional/Internal.hs:5498)
special_entr (src/Torch/Functional/Internal.hs:5503)
special_ndtri (src/Torch/Functional/Internal.hs:5508)
special_log_ndtr (src/Torch/Functional/Internal.hs:5513)
special_expm1 (src/Torch/Functional/Internal.hs:5518)
special_exp2 (src/Torch/Functional/Internal.hs:5523)
special_psi (src/Torch/Functional/Internal.hs:5528)
special_digamma (src/Torch/Functional/Internal.hs:5533)
special_gammaln (src/Torch/Functional/Internal.hs:5538)
special_erf (src/Torch/Functional/Internal.hs:5543)
special_erfc (src/Torch/Functional/Internal.hs:5548)
special_erfcx (src/Torch/Functional/Internal.hs:5553)
special_erfinv (src/Torch/Functional/Internal.hs:5558)
special_ndtr (src/Torch/Functional/Internal.hs:5563)
special_xlog1py_tt (src/Torch/Functional/Internal.hs:5569)
special_xlog1py_st (src/Torch/Functional/Internal.hs:5575)
special_xlog1py_ts (src/Torch/Functional/Internal.hs:5581)
special_xlogy_tt (src/Torch/Functional/Internal.hs:5587)
special_xlogy_st (src/Torch/Functional/Internal.hs:5593)
special_xlogy_ts (src/Torch/Functional/Internal.hs:5599)
special_zeta_tt (src/Torch/Functional/Internal.hs:5605)
special_zeta_st (src/Torch/Functional/Internal.hs:5611)
special_zeta_ts (src/Torch/Functional/Internal.hs:5617)
special_i0 (src/Torch/Functional/Internal.hs:5622)
special_i0e (src/Torch/Functional/Internal.hs:5627)
special_i1 (src/Torch/Functional/Internal.hs:5632)
special_i1e (src/Torch/Functional/Internal.hs:5637)
special_logit (src/Torch/Functional/Internal.hs:5643)
special_polygamma (src/Torch/Functional/Internal.hs:5649)
special_logsumexp (src/Torch/Functional/Internal.hs:5656)
special_expit (src/Torch/Functional/Internal.hs:5661)
special_sinc (src/Torch/Functional/Internal.hs:5666)
special_round (src/Torch/Functional/Internal.hs:5672)
special_log1p (src/Torch/Functional/Internal.hs:5677)
special_log_softmax (src/Torch/Functional/Internal.hs:5684)
special_gammainc (src/Torch/Functional/Internal.hs:5690)
special_gammaincc (src/Torch/Functional/Internal.hs:5696)
special_multigammaln (src/Torch/Functional/Internal.hs:5702)
special_softmax (src/Torch/Functional/Internal.hs:5709)
fft_fft (src/Torch/Functional/Internal.hs:5717)
fft_ifft (src/Torch/Functional/Internal.hs:5725)
fft_rfft (src/Torch/Functional/Internal.hs:5733)
fft_irfft (src/Torch/Functional/Internal.hs:5741)
fft_hfft (src/Torch/Functional/Internal.hs:5749)
fft_ihfft (src/Torch/Functional/Internal.hs:5757)
fft_fft2 (src/Torch/Functional/Internal.hs:5765)
fft_ifft2 (src/Torch/Functional/Internal.hs:5773)
fft_rfft2 (src/Torch/Functional/Internal.hs:5781)
fft_irfft2 (src/Torch/Functional/Internal.hs:5789)
fft_hfft2 (src/Torch/Functional/Internal.hs:5797)
fft_ihfft2 (src/Torch/Functional/Internal.hs:5805)
fft_fftn (src/Torch/Functional/Internal.hs:5813)
fft_ifftn (src/Torch/Functional/Internal.hs:5821)
fft_rfftn (src/Torch/Functional/Internal.hs:5829)
fft_irfftn (src/Torch/Functional/Internal.hs:5837)
fft_hfftn (src/Torch/Functional/Internal.hs:5845)
fft_ihfftn (src/Torch/Functional/Internal.hs:5853)
fft_fftshift (src/Torch/Functional/Internal.hs:5859)
fft_ifftshift (src/Torch/Functional/Internal.hs:5865)
linalg_cholesky_ex (src/Torch/Functional/Internal.hs:5872)
linalg_cholesky (src/Torch/Functional/Internal.hs:5878)
linalg_cross (src/Torch/Functional/Internal.hs:5885)
linalg_lu_factor (src/Torch/Functional/Internal.hs:5891)
linalg_lu_factor_ex (src/Torch/Functional/Internal.hs:5898)
linalg_lu (src/Torch/Functional/Internal.hs:5904)
linalg_lu_solve (src/Torch/Functional/Internal.hs:5913)
linalg_det (src/Torch/Functional/Internal.hs:5918)
det (src/Torch/Functional/Internal.hs:5923)
linalg_ldl_factor_ex (src/Torch/Functional/Internal.hs:5930)
linalg_ldl_factor (src/Torch/Functional/Internal.hs:5936)
linalg_ldl_solve (src/Torch/Functional/Internal.hs:5944)
linalg_lstsq (src/Torch/Functional/Internal.hs:5952)
lstsq (src/Torch/Functional/Internal.hs:5958)
linalg_matmul (src/Torch/Functional/Internal.hs:5966)
linalg_vecdot (src/Torch/Functional/Internal.hs:5973)
linalg_matrix_exp (src/Torch/Functional/Internal.hs:5978)
linalg_slogdet (src/Torch/Functional/Internal.hs:5983)
slogdet (src/Torch/Functional/Internal.hs:5988)
logdet (src/Torch/Functional/Internal.hs:5993)
linalg_eig (src/Torch/Functional/Internal.hs:5998)
linalg_eigvals (src/Torch/Functional/Internal.hs:6003)
linalg_eigh (src/Torch/Functional/Internal.hs:6009)
linalg_eigvalsh (src/Torch/Functional/Internal.hs:6015)
linalg_householder_product (src/Torch/Functional/Internal.hs:6021)
linalg_inv_ex (src/Torch/Functional/Internal.hs:6027)
linalg_inv (src/Torch/Functional/Internal.hs:6032)
inverse (src/Torch/Functional/Internal.hs:6037)
inner (src/Torch/Functional/Internal.hs:6043)
outer (src/Torch/Functional/Internal.hs:6049)
ger (src/Torch/Functional/Internal.hs:6055)
linalg_norm_tslbs (src/Torch/Functional/Internal.hs:6064)
linalg_vector_norm (src/Torch/Functional/Internal.hs:6082)
linalg_matrix_norm_tslbs (src/Torch/Functional/Internal.hs:6091)
linalg_svd (src/Torch/Functional/Internal.hs:6107)
linalg_svdvals (src/Torch/Functional/Internal.hs:6113)
linalg_cond_ts (src/Torch/Functional/Internal.hs:6119)
linalg_pinv_tttb (src/Torch/Functional/Internal.hs:6133)
linalg_pinv_tddb (src/Torch/Functional/Internal.hs:6141)
linalg_pinv_tdb (src/Torch/Functional/Internal.hs:6148)
linalg_pinv_ttb (src/Torch/Functional/Internal.hs:6155)
linalg_solve_ex (src/Torch/Functional/Internal.hs:6163)
linalg_solve (src/Torch/Functional/Internal.hs:6170)
linalg_tensorinv (src/Torch/Functional/Internal.hs:6176)
linalg_tensorsolve (src/Torch/Functional/Internal.hs:6183)
linalg_qr (src/Torch/Functional/Internal.hs:6189)
linalg_matrix_power (src/Torch/Functional/Internal.hs:6195)
linalg_matrix_rank_tttb (src/Torch/Functional/Internal.hs:6203)
linalg_matrix_rank_tddb (src/Torch/Functional/Internal.hs:6211)
linalg_matrix_rank_tdb (src/Torch/Functional/Internal.hs:6218)
linalg_matrix_rank_ttb (src/Torch/Functional/Internal.hs:6225)
linalg_multi_dot (src/Torch/Functional/Internal.hs:6230)
nested_to_padded_tensor (src/Torch/Functional/Internal.hs:6237)
segment_reduce (src/Torch/Functional/Internal.hs:6249)
pad_sequence (src/Torch/Functional/Internal.hs:6256)
flatten_dense_tensors (src/Torch/Functional/Internal.hs:6261)
unflatten_dense_tensors (src/Torch/Functional/Internal.hs:6267)
view_as_real_copy (src/Torch/Functional/Internal.hs:6272)
view_as_complex_copy (src/Torch/Functional/Internal.hs:6277)
as_strided_copy (src/Torch/Functional/Internal.hs:6285)
diagonal_copy (src/Torch/Functional/Internal.hs:6293)
expand_copy (src/Torch/Functional/Internal.hs:6300)
permute_copy (src/Torch/Functional/Internal.hs:6306)
select_copy (src/Torch/Functional/Internal.hs:6313)
detach_copy (src/Torch/Functional/Internal.hs:6318)
slice_copy (src/Torch/Functional/Internal.hs:6327)
split_copy (src/Torch/Functional/Internal.hs:6334)
split_with_sizes_copy (src/Torch/Functional/Internal.hs:6341)
squeeze_copy_t (src/Torch/Functional/Internal.hs:6346)
squeeze_copy_tl (src/Torch/Functional/Internal.hs:6352)
t_copy (src/Torch/Functional/Internal.hs:6363)
transpose_copy (src/Torch/Functional/Internal.hs:6370)
unsqueeze_copy (src/Torch/Functional/Internal.hs:6376)
indices_copy (src/Torch/Functional/Internal.hs:6381)
values_copy (src/Torch/Functional/Internal.hs:6386)
crow_indices_copy (src/Torch/Functional/Internal.hs:6391)
col_indices_copy (src/Torch/Functional/Internal.hs:6396)
ccol_indices_copy (src/Torch/Functional/Internal.hs:6401)
row_indices_copy (src/Torch/Functional/Internal.hs:6406)
unbind_copy (src/Torch/Functional/Internal.hs:6412)
view_copy_tl (src/Torch/Functional/Internal.hs:6418)
view_copy_ts (src/Torch/Functional/Internal.hs:6424)
unfold_copy (src/Torch/Functional/Internal.hs:6432)
alias_copy (src/Torch/Functional/Internal.hs:6437)
scaled_dot_product_attention (src/Torch/Functional/Internal.hs:6447)
special_airy_ai (src/Torch/Functional/Internal.hs:6452)
special_bessel_j0 (src/Torch/Functional/Internal.hs:6457)
special_bessel_j1 (src/Torch/Functional/Internal.hs:6462)
special_bessel_y0 (src/Torch/Functional/Internal.hs:6467)
special_bessel_y1 (src/Torch/Functional/Internal.hs:6472)
special_chebyshev_polynomial_t_tt (src/Torch/Functional/Internal.hs:6478)
special_chebyshev_polynomial_t_st (src/Torch/Functional/Internal.hs:6484)
special_chebyshev_polynomial_t_ts (src/Torch/Functional/Internal.hs:6490)
special_chebyshev_polynomial_u_tt (src/Torch/Functional/Internal.hs:6496)
special_chebyshev_polynomial_u_st (src/Torch/Functional/Internal.hs:6502)
special_chebyshev_polynomial_u_ts (src/Torch/Functional/Internal.hs:6508)
special_chebyshev_polynomial_v_tt (src/Torch/Functional/Internal.hs:6514)
special_chebyshev_polynomial_v_st (src/Torch/Functional/Internal.hs:6520)
special_chebyshev_polynomial_v_ts (src/Torch/Functional/Internal.hs:6526)
special_chebyshev_polynomial_w_tt (src/Torch/Functional/Internal.hs:6532)
special_chebyshev_polynomial_w_st (src/Torch/Functional/Internal.hs:6538)
special_chebyshev_polynomial_w_ts (src/Torch/Functional/Internal.hs:6544)
special_hermite_polynomial_h_tt (src/Torch/Functional/Internal.hs:6550)
special_hermite_polynomial_h_st (src/Torch/Functional/Internal.hs:6556)
special_hermite_polynomial_h_ts (src/Torch/Functional/Internal.hs:6562)
special_hermite_polynomial_he_tt (src/Torch/Functional/Internal.hs:6568)
special_hermite_polynomial_he_st (src/Torch/Functional/Internal.hs:6574)
special_hermite_polynomial_he_ts (src/Torch/Functional/Internal.hs:6580)
special_laguerre_polynomial_l_tt (src/Torch/Functional/Internal.hs:6586)
special_laguerre_polynomial_l_st (src/Torch/Functional/Internal.hs:6592)
special_laguerre_polynomial_l_ts (src/Torch/Functional/Internal.hs:6598)
special_legendre_polynomial_p_tt (src/Torch/Functional/Internal.hs:6604)
special_legendre_polynomial_p_st (src/Torch/Functional/Internal.hs:6610)
special_legendre_polynomial_p_ts (src/Torch/Functional/Internal.hs:6616)
special_modified_bessel_i0 (src/Torch/Functional/Internal.hs:6621)
special_modified_bessel_i1 (src/Torch/Functional/Internal.hs:6626)
special_modified_bessel_k0 (src/Torch/Functional/Internal.hs:6631)
special_modified_bessel_k1 (src/Torch/Functional/Internal.hs:6636)
special_scaled_modified_bessel_k0 (src/Torch/Functional/Internal.hs:6641)
special_scaled_modified_bessel_k1 (src/Torch/Functional/Internal.hs:6646)
special_shifted_chebyshev_polynomial_t_tt (src/Torch/Functional/Internal.hs:6652)
special_shifted_chebyshev_polynomial_t_st (src/Torch/Functional/Internal.hs:6658)
special_shifted_chebyshev_polynomial_t_ts (src/Torch/Functional/Internal.hs:6664)
special_shifted_chebyshev_polynomial_u_tt (src/Torch/Functional/Internal.hs:6670)
special_shifted_chebyshev_polynomial_u_st (src/Torch/Functional/Internal.hs:6676)
special_shifted_chebyshev_polynomial_u_ts (src/Torch/Functional/Internal.hs:6682)
special_shifted_chebyshev_polynomial_v_tt (src/Torch/Functional/Internal.hs:6688)
special_shifted_chebyshev_polynomial_v_st (src/Torch/Functional/Internal.hs:6694)
special_shifted_chebyshev_polynomial_v_ts (src/Torch/Functional/Internal.hs:6700)
special_shifted_chebyshev_polynomial_w_tt (src/Torch/Functional/Internal.hs:6706)
special_shifted_chebyshev_polynomial_w_st (src/Torch/Functional/Internal.hs:6712)
special_shifted_chebyshev_polynomial_w_ts (src/Torch/Functional/Internal.hs:6718)
special_spherical_bessel_j0 (src/Torch/Functional/Internal.hs:6723)
embedding_renorm (src/Torch/Functional/Internal.hs:6731)
resize (src/Torch/Functional/Internal.hs:6738)
resize_as (src/Torch/Functional/Internal.hs:6745)
resize_as_sparse (src/Torch/Functional/Internal.hs:6751)
zero (src/Torch/Functional/Internal.hs:6756)
sparse_resize (src/Torch/Functional/Internal.hs:6764)
sparse_resize_and_clear (src/Torch/Functional/Internal.hs:6772)
copy_sparse_to_sparse (src/Torch/Functional/Internal.hs:6779)
set_tt (src/Torch/Functional/Internal.hs:6800)
set_t (src/Torch/Functional/Internal.hs:6805)
Warning: 'Dtype' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'implicit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Torch.Functional: Could not find documentation for exported module: Torch.Functional
71% (181 /253) in 'Torch.Functional'
Missing documentation for:
Module header
index (src/Torch/Functional.hs:1699)
isSigned (src/Torch/Functional.hs:800)
isUpper (src/Torch/Functional.hs:124)
Reduction (src/Torch/Functional.hs:100)
Diag (src/Torch/Functional.hs:122)
<. (src/Torch/Functional.hs:691)
kOne (src/Torch/Functional.hs:75)
Tri (src/Torch/Functional.hs:96)
indexCopy (src/Torch/Functional.hs:1715)
indexCopyWithDimname (src/Torch/Functional.hs:1728)
isclose (src/Torch/Functional.hs:773)
isnan (src/Torch/Functional.hs:779)
lstm (src/Torch/Functional.hs:2318)
lstm' (src/Torch/Functional.hs:2340)
gru (src/Torch/Functional.hs:2362)
gru' (src/Torch/Functional.hs:2384)
rnnTanh (src/Torch/Functional.hs:2406)
rnnTanh' (src/Torch/Functional.hs:2428)
rnnRelu (src/Torch/Functional.hs:2450)
rnnRelu' (src/Torch/Functional.hs:2472)
Dim (src/Torch/Functional.hs:102)
KeepDim (src/Torch/Functional.hs:104)
CeilMode (src/Torch/Functional.hs:106)
keepdim (src/Torch/Functional.hs:176)
embedding' (src/Torch/Functional.hs:364)
>. (src/Torch/Functional.hs:678)
>=. (src/Torch/Functional.hs:704)
<=. (src/Torch/Functional.hs:717)
==. (src/Torch/Functional.hs:730)
isNonzero (src/Torch/Functional.hs:785)
isSameSize (src/Torch/Functional.hs:793)
/=. (src/Torch/Functional.hs:813)
marginRankingLoss (src/Torch/Functional.hs:1074)
avgPool1d' (src/Torch/Functional.hs:1379)
featureDropout (src/Torch/Functional.hs:1610)
featureAlphaDropout (src/Torch/Functional.hs:1635)
logicalXor (src/Torch/Functional.hs:1664)
logicalAnd (src/Torch/Functional.hs:1672)
logicalOr (src/Torch/Functional.hs:1680)
cudnnIsAcceptable (src/Torch/Functional.hs:1799)
conv1d' (src/Torch/Functional.hs:1867)
conv2d' (src/Torch/Functional.hs:1912)
conv3d' (src/Torch/Functional.hs:1964)
convTranspose1d' (src/Torch/Functional.hs:2016)
convTranspose2d' (src/Torch/Functional.hs:2068)
convTranspose3d' (src/Torch/Functional.hs:2120)
diagEmbed (src/Torch/Functional.hs:2182)
batchNormIO (src/Torch/Functional.hs:3127)
instanceNormIO (src/Torch/Functional.hs:3159)
repeatInterleaveRange (src/Torch/Functional.hs:3176)
repeatInterleave (src/Torch/Functional.hs:3186)
repeatInterleaveScalar (src/Torch/Functional.hs:3196)
acos (src/Torch/Functional/Internal.hs:136)
addmv (src/Torch/Functional/Internal.hs:186)
addr (src/Torch/Functional/Internal.hs:195)
allclose (src/Torch/Functional/Internal.hs:225)
argmin (src/Torch/Functional/Internal.hs:253)
asin (src/Torch/Functional/Internal.hs:296)
atan (src/Torch/Functional/Internal.hs:306)
baddbmm (src/Torch/Functional/Internal.hs:350)
bmm (src/Torch/Functional/Internal.hs:453)
conj (src/Torch/Functional/Internal.hs:116)
det (src/Torch/Functional/Internal.hs:5923)
dot (src/Torch/Functional/Internal.hs:1166)
einsum (src/Torch/Functional/Internal.hs:1179)
expm1 (src/Torch/Functional/Internal.hs:1243)
ger (src/Torch/Functional/Internal.hs:6055)
logdet (src/Torch/Functional/Internal.hs:5993)
lstsq (src/Torch/Functional/Internal.hs:5958)
mv (src/Torch/Functional/Internal.hs:2161)
sumWithDimnames (src/Torch/Functional/Internal.hs:2827)
50% ( 8 / 16) in 'Torch.Initializers'
Missing documentation for:
Module header
NonLinearity (src/Torch/Initializers.hs:8)
FanMode (src/Torch/Initializers.hs:10)
Shape (src/Torch/Initializers.hs:12)
kaimingUniform' (src/Torch/Initializers.hs:91)
kaimingNormal' (src/Torch/Initializers.hs:94)
xavierUniform' (src/Torch/Initializers.hs:97)
xavierNormal' (src/Torch/Initializers.hs:100)
0% ( 0 / 21) in 'Torch.Distributions.Constraints'
Missing documentation for:
Module header
Constraint (src/Torch/Distributions/Constraints.hs:33)
dependent (src/Torch/Distributions/Constraints.hs:36)
boolean (src/Torch/Distributions/Constraints.hs:39)
integerInterval (src/Torch/Distributions/Constraints.hs:42)
integerLessThan (src/Torch/Distributions/Constraints.hs:45)
integerGreaterThan (src/Torch/Distributions/Constraints.hs:48)
integerLessThanEq (src/Torch/Distributions/Constraints.hs:51)
integerGreaterThanEq (src/Torch/Distributions/Constraints.hs:54)
real (src/Torch/Distributions/Constraints.hs:57)
greaterThan (src/Torch/Distributions/Constraints.hs:60)
greaterThanEq (src/Torch/Distributions/Constraints.hs:63)
lessThan (src/Torch/Distributions/Constraints.hs:66)
lessThanEq (src/Torch/Distributions/Constraints.hs:69)
interval (src/Torch/Distributions/Constraints.hs:72)
halfOpenInterval (src/Torch/Distributions/Constraints.hs:75)
simplex (src/Torch/Distributions/Constraints.hs:78)
nonNegativeInteger (src/Torch/Distributions/Constraints.hs:90)
positiveInteger (src/Torch/Distributions/Constraints.hs:93)
positive (src/Torch/Distributions/Constraints.hs:96)
unitInterval (src/Torch/Distributions/Constraints.hs:99)
Warning: 'sampleShape' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
33% ( 3 / 9) in 'Torch.Distributions.Distribution'
Missing documentation for:
Module header
Scale (src/Torch/Distributions/Distribution.hs:18)
Distribution (src/Torch/Distributions/Distribution.hs:20)
stddev (src/Torch/Distributions/Distribution.hs:33)
perplexity (src/Torch/Distributions/Distribution.hs:37)
clampProbs (src/Torch/Distributions/Distribution.hs:48)
Warning: 'K' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
25% ( 1 / 4) in 'Torch.Distributions.Categorical'
Missing documentation for:
Module header
fromProbs (src/Torch/Distributions/Categorical.hs:71)
fromLogits (src/Torch/Distributions/Categorical.hs:74)
Warning: 'IndependentTensor' is ambiguous. It is defined
* at src/Torch/Autograd.hs:20:29
* at src/Torch/Autograd.hs:20:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Torch/Autograd.hs:20:1
14% ( 1 / 7) in 'Torch.Autograd'
Missing documentation for:
Module header
grad (src/Torch/Autograd.hs:26)
requiresGrad (src/Torch/Autograd.hs:29)
setRequiresGrad (src/Torch/Autograd.hs:32)
makeIndependent (src/Torch/Autograd.hs:35)
makeIndependentWithRequiresGrad (src/Torch/Autograd.hs:38)
0% ( 0 / 40) in 'Torch.NN'
Missing documentation for:
Module header
Parameter (src/Torch/NN.hs:36)
ParamStream (src/Torch/NN.hs:38)
nextParameter (src/Torch/NN.hs:41)
HasForward (src/Torch/NN.hs:47)
GHasForward (src/Torch/NN.hs:71)
Parameterized (src/Torch/NN.hs:115)
replaceParameters (src/Torch/NN.hs:125)
GParameterized (src/Torch/NN.hs:166)
Randomizable (src/Torch/NN.hs:203)
LinearSpec (src/Torch/NN.hs:210)
Linear (src/Torch/NN.hs:216)
linear (src/Torch/NN.hs:223)
linearForward (src/Torch/NN.hs:230)
Conv1dSpec (src/Torch/NN.hs:267)
Conv1d (src/Torch/NN.hs:274)
conv1dForward (src/Torch/NN.hs:291)
Conv2dSpec (src/Torch/NN.hs:332)
Conv2d (src/Torch/NN.hs:340)
conv2dForward (src/Torch/NN.hs:357)
Conv3dSpec (src/Torch/NN.hs:400)
Conv3d (src/Torch/NN.hs:409)
conv3dForward (src/Torch/NN.hs:426)
ConvTranspose1dSpec (src/Torch/NN.hs:471)
ConvTranspose1d (src/Torch/NN.hs:478)
convTranspose1dForward (src/Torch/NN.hs:495)
ConvTranspose2dSpec (src/Torch/NN.hs:536)
ConvTranspose2d (src/Torch/NN.hs:544)
convTranspose2dForward (src/Torch/NN.hs:561)
ConvTranspose3dSpec (src/Torch/NN.hs:604)
ConvTranspose3d (src/Torch/NN.hs:613)
convTranspose3dForward (src/Torch/NN.hs:630)
BatchNormSpec (src/Torch/NN.hs:671)
BatchNorm (src/Torch/NN.hs:676)
batchNormForwardIO (src/Torch/NN.hs:685)
InstanceNormSpec (src/Torch/NN.hs:704)
InstanceNorm (src/Torch/NN.hs:709)
instanceNormForwardIO (src/Torch/NN.hs:718)
UpSampleSpec (src/Torch/NN.hs:737)
UpSample (src/Torch/NN.hs:747)
36% ( 7 / 19) in 'Torch.Optim'
Missing documentation for:
Module header
LearningRate (src/Torch/Optim.hs:19)
Loss (src/Torch/Optim.hs:21)
Gradients (src/Torch/Optim.hs:23)
OptimizerState (src/Torch/Optim.hs:25)
grad' (src/Torch/Optim.hs:28)
Optimizer (src/Torch/Optim.hs:30)
GD (src/Torch/Optim.hs:53)
sgd (src/Torch/Optim.hs:69)
GDM (src/Torch/Optim.hs:78)
gdm (src/Torch/Optim.hs:92)
mkAdam (src/Torch/Optim.hs:123)
0% ( 0 / 13) in 'Torch.Optim.CppOptim'
Missing documentation for:
Module header
CppOptimizerRef (src/Torch/Optim/CppOptim.hs:26)
CppOptimizerState (src/Torch/Optim/CppOptim.hs:28)
stepWithGenerator (src/Torch/Optim/CppOptim.hs:50)
CppOptimizer (src/Torch/Optim/CppOptim.hs:60)
AdagradOptions (src/Torch/Optim/CppOptim.hs:77)
AdamOptions (src/Torch/Optim/CppOptim.hs:103)
AdamwOptions (src/Torch/Optim/CppOptim.hs:129)
LbfgsOptions (src/Torch/Optim/CppOptim.hs:155)
RmspropOptions (src/Torch/Optim/CppOptim.hs:185)
SGDOptions (src/Torch/Optim/CppOptim.hs:213)
saveState (src/Torch/Optim/CppOptim.hs:240)
loadState (src/Torch/Optim/CppOptim.hs:243)
10% ( 5 / 46) in 'Torch.Script'
Missing documentation for:
Module header
ScriptModule (src/Torch/Script.hs:51)
RawModule (src/Torch/Script.hs:53)
RawIValue (src/Torch/Script.hs:58)
Blob (src/Torch/Script.hs:60)
Object (src/Torch/Script.hs:62)
Future (src/Torch/Script.hs:64)
Capsule (src/Torch/Script.hs:66)
JitGraph (src/Torch/Script.hs:71)
JitNode (src/Torch/Script.hs:78)
JitValue (src/Torch/Script.hs:85)
IValue (src/Torch/Script.hs:103)
newModule (src/Torch/Script.hs:138)
saveScript (src/Torch/Script.hs:141)
saveScript' (src/Torch/Script.hs:144)
LoadMode (src/Torch/Script.hs:146)
loadScript' (src/Torch/Script.hs:162)
registerParameter (src/Torch/Script.hs:172)
registerModule (src/Torch/Script.hs:175)
getParameters (src/Torch/Script.hs:182)
getParametersIO (src/Torch/Script.hs:189)
setParameters (src/Torch/Script.hs:192)
updateParameters (src/Torch/Script.hs:195)
getNamedParameters (src/Torch/Script.hs:212)
getNamedBuffers (src/Torch/Script.hs:222)
getNamedModules (src/Torch/Script.hs:245)
getNamedChildren (src/Torch/Script.hs:255)
toScriptModule (src/Torch/Script.hs:261)
toRawModule (src/Torch/Script.hs:266)
cloneRawModule (src/Torch/Script.hs:273)
RuntimeMode (src/Torch/Script.hs:275)
setRuntimeMode (src/Torch/Script.hs:278)
define (src/Torch/Script.hs:281)
dumpToStr (src/Torch/Script.hs:294)
dumpToStr' (src/Torch/Script.hs:297)
runMethod (src/Torch/Script.hs:308)
runMethod1 (src/Torch/Script.hs:322)
trace (src/Torch/Script.hs:345)
traceAsGraph (src/Torch/Script.hs:405)
printGraph (src/Torch/Script.hs:414)
graphToJitGraph (src/Torch/Script.hs:437)
25% ( 2 / 8) in 'Torch.Serialize'
Missing documentation for:
Module header
save (src/Torch/Serialize.hs:31)
load (src/Torch/Serialize.hs:38)
saveParams (src/Torch/Serialize.hs:69)
loadParams (src/Torch/Serialize.hs:81)
RawFile (src/Torch/Serialize.hs:86)
0% ( 0 / 5) in 'Torch.Jit'
Missing documentation for:
Module header
ScriptCache (src/Torch/Jit.hs:21)
newScriptCache (src/Torch/Jit.hs:24)
jitIO (src/Torch/Jit.hs:27)
jit (src/Torch/Jit.hs:40)
0% ( 0 / 11) in 'Torch.Random'
Missing documentation for:
Module header
mkGenerator (src/Torch/Random.hs:46)
Generator (src/Torch/Random.hs:40)
randn (src/Torch/Random.hs:123)
randn' (src/Torch/Random.hs:132)
rand (src/Torch/Random.hs:143)
rand' (src/Torch/Random.hs:152)
randint (src/Torch/Random.hs:167)
randint' (src/Torch/Random.hs:180)
normal (src/Torch/Random.hs:195)
normal' (src/Torch/Random.hs:208)
Warning: Torch: Could not find documentation for exported module: Torch
93% ( 15 / 16) in 'Torch'
Missing documentation for:
Module header
0% ( 0 / 4) in 'Torch.NN.Recurrent.Cell.LSTM'
Missing documentation for:
Module header
LSTMSpec (src/Torch/NN/Recurrent/Cell/LSTM.hs:12)
LSTMCell (src/Torch/NN/Recurrent/Cell/LSTM.hs:18)
lstmCellForward (src/Torch/NN/Recurrent/Cell/LSTM.hs:35)
0% ( 0 / 4) in 'Torch.NN.Recurrent.Cell.GRU'
Missing documentation for:
Module header
GRUSpec (src/Torch/NN/Recurrent/Cell/GRU.hs:12)
GRUCell (src/Torch/NN/Recurrent/Cell/GRU.hs:18)
gruCellForward (src/Torch/NN/Recurrent/Cell/GRU.hs:35)
0% ( 0 / 4) in 'Torch.NN.Recurrent.Cell.Elman'
Missing documentation for:
Module header
ElmanSpec (src/Torch/NN/Recurrent/Cell/Elman.hs:12)
ElmanCell (src/Torch/NN/Recurrent/Cell/Elman.hs:18)
elmanCellForward (src/Torch/NN/Recurrent/Cell/Elman.hs:35)
Warning: 'Torch' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Tensor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Torch.Tutorial'
1% ( 1 / 58) in 'Torch.Typed.Auxiliary'
Missing documentation for:
Module header
natValI (src/Torch/Typed/Auxiliary.hs:28)
natValInt16 (src/Torch/Typed/Auxiliary.hs:31)
Fst (src/Torch/Typed/Auxiliary.hs:33)
Snd (src/Torch/Typed/Auxiliary.hs:36)
Fst3 (src/Torch/Typed/Auxiliary.hs:39)
Snd3 (src/Torch/Typed/Auxiliary.hs:42)
Trd3 (src/Torch/Typed/Auxiliary.hs:45)
DimOutOfBoundCheckImpl (src/Torch/Typed/Auxiliary.hs:52)
DimOutOfBoundCheck (src/Torch/Typed/Auxiliary.hs:57)
DimOutOfBound (src/Torch/Typed/Auxiliary.hs:59)
IndexOutOfBound (src/Torch/Typed/Auxiliary.hs:69)
AppendToMaybe (src/Torch/Typed/Auxiliary.hs:85)
AppendToMaybe' (src/Torch/Typed/Auxiliary.hs:89)
MaybePrepend (src/Torch/Typed/Auxiliary.hs:94)
LastDim (src/Torch/Typed/Auxiliary.hs:100)
Product (src/Torch/Typed/Auxiliary.hs:104)
BackwardsImpl (src/Torch/Typed/Auxiliary.hs:108)
Backwards (src/Torch/Typed/Auxiliary.hs:111)
CheckIsSuffixOf (src/Torch/Typed/Auxiliary.hs:132)
IsSuffixOfImpl (src/Torch/Typed/Auxiliary.hs:136)
DropLengthMaybe (src/Torch/Typed/Auxiliary.hs:140)
DropLength (src/Torch/Typed/Auxiliary.hs:145)
Init (src/Torch/Typed/Auxiliary.hs:152)
Last (src/Torch/Typed/Auxiliary.hs:157)
InsertImpl (src/Torch/Typed/Auxiliary.hs:162)
CheckInsert (src/Torch/Typed/Auxiliary.hs:167)
Insert (src/Torch/Typed/Auxiliary.hs:171)
RemoveImpl (src/Torch/Typed/Auxiliary.hs:174)
CheckRemove (src/Torch/Typed/Auxiliary.hs:179)
Remove (src/Torch/Typed/Auxiliary.hs:183)
IndexImpl (src/Torch/Typed/Auxiliary.hs:187)
CheckIndex (src/Torch/Typed/Auxiliary.hs:192)
Index (src/Torch/Typed/Auxiliary.hs:196)
InRangeCheck (src/Torch/Typed/Auxiliary.hs:200)
InRange (src/Torch/Typed/Auxiliary.hs:204)
ReverseImpl (src/Torch/Typed/Auxiliary.hs:208)
Reverse (src/Torch/Typed/Auxiliary.hs:212)
ExtractDim (src/Torch/Typed/Auxiliary.hs:214)
ReplaceDim (src/Torch/Typed/Auxiliary.hs:219)
If (src/Torch/Typed/Auxiliary.hs:224)
AllDimsPositive (src/Torch/Typed/Auxiliary.hs:228)
IsAtLeast (src/Torch/Typed/Auxiliary.hs:236)
>= (src/Torch/Typed/Auxiliary.hs:253)
CmpDType (src/Torch/Typed/Auxiliary.hs:259)
DTypePromotionImpl (src/Torch/Typed/Auxiliary.hs:299)
DTypePromotion (src/Torch/Typed/Auxiliary.hs:306)
DTypeIsFloatingPoint (src/Torch/Typed/Auxiliary.hs:312)
DTypeIsIntegral (src/Torch/Typed/Auxiliary.hs:318)
DTypeIsNotHalf (src/Torch/Typed/Auxiliary.hs:327)
DTypeIsNotBool (src/Torch/Typed/Auxiliary.hs:331)
UnsupportedDTypeForDevice (src/Torch/Typed/Auxiliary.hs:335)
StandardFloatingPointDTypeValidation (src/Torch/Typed/Auxiliary.hs:345)
StandardDTypeValidation (src/Torch/Typed/Auxiliary.hs:357)
unsafeConstraint (src/Torch/Typed/Auxiliary.hs:371)
withNat (src/Torch/Typed/Auxiliary.hs:388)
forEachNat (src/Torch/Typed/Auxiliary.hs:393)
50% ( 2 / 4) in 'Torch.Typed.NN.Recurrent.Auxiliary'
Missing documentation for:
Module header
RNNInitialization (src/Torch/Typed/NN/Recurrent/Auxiliary.hs:9)
14% ( 13 / 88) in 'Torch.Typed.Tensor'
Missing documentation for:
Module header
KnownShape (src/Torch/Typed/Tensor.hs:60)
getFiniteI (src/Torch/Typed/Tensor.hs:70)
KnownDType (src/Torch/Typed/Tensor.hs:72)
ComputeDType (src/Torch/Typed/Tensor.hs:111)
KnownDevice (src/Torch/Typed/Tensor.hs:134)
Size (src/Torch/Typed/Tensor.hs:146)
Shape (src/Torch/Typed/Tensor.hs:148)
ToNat (src/Torch/Typed/Tensor.hs:150)
ToNats (src/Torch/Typed/Tensor.hs:162)
FromNat (src/Torch/Typed/Tensor.hs:166)
FromNats (src/Torch/Typed/Tensor.hs:169)
Unnamed (src/Torch/Typed/Tensor.hs:173)
IsUnnamed (src/Torch/Typed/Tensor.hs:190)
Tensor (src/Torch/Typed/Tensor.hs:206)
CPUTensor (src/Torch/Typed/Tensor.hs:209)
CUDATensor (src/Torch/Typed/Tensor.hs:211)
MPSTensor (src/Torch/Typed/Tensor.hs:213)
UnknownShapeTensor (src/Torch/Typed/Tensor.hs:215)
ComputeHaskellType (src/Torch/Typed/Tensor.hs:217)
ComputeItemType (src/Torch/Typed/Tensor.hs:224)
TensorOptions (src/Torch/Typed/Tensor.hs:262)
All (src/Torch/Typed/Tensor.hs:281)
SomeShape (src/Torch/Typed/Tensor.hs:285)
someShape (src/Torch/Typed/Tensor.hs:289)
SomeDType (src/Torch/Typed/Tensor.hs:295)
someDType (src/Torch/Typed/Tensor.hs:299)
SomeDevice (src/Torch/Typed/Tensor.hs:309)
someDevice (src/Torch/Typed/Tensor.hs:313)
withTensor (src/Torch/Typed/Tensor.hs:331)
withTensorShape (src/Torch/Typed/Tensor.hs:348)
ComputeBroadcast (src/Torch/Typed/Tensor.hs:356)
CheckBroadcast (src/Torch/Typed/Tensor.hs:364)
Broadcast (src/Torch/Typed/Tensor.hs:375)
BasicArithmeticDTypeIsValid (src/Torch/Typed/Tensor.hs:384)
add (src/Torch/Typed/Tensor.hs:407)
sub (src/Torch/Typed/Tensor.hs:408)
mul (src/Torch/Typed/Tensor.hs:409)
div (src/Torch/Typed/Tensor.hs:410)
ComparisonDTypeIsValid (src/Torch/Typed/Tensor.hs:412)
gt (src/Torch/Typed/Tensor.hs:441)
lt (src/Torch/Typed/Tensor.hs:442)
ge (src/Torch/Typed/Tensor.hs:443)
le (src/Torch/Typed/Tensor.hs:444)
eq (src/Torch/Typed/Tensor.hs:445)
ne (src/Torch/Typed/Tensor.hs:446)
>. (src/Torch/Typed/Tensor.hs:447)
<. (src/Torch/Typed/Tensor.hs:448)
>=. (src/Torch/Typed/Tensor.hs:449)
<=. (src/Torch/Typed/Tensor.hs:450)
==. (src/Torch/Typed/Tensor.hs:451)
/=. (src/Torch/Typed/Tensor.hs:452)
ComputeMatMul (src/Torch/Typed/Tensor.hs:454)
CheckMatMul (src/Torch/Typed/Tensor.hs:460)
MatMul (src/Torch/Typed/Tensor.hs:471)
MatMulDTypeIsValid (src/Torch/Typed/Tensor.hs:473)
select (src/Torch/Typed/Tensor.hs:503)
selectIdx (src/Torch/Typed/Tensor.hs:514)
CheckIndexSelectDim (src/Torch/Typed/Tensor.hs:516)
IndexSelectDim (src/Torch/Typed/Tensor.hs:520)
Numel (src/Torch/Typed/Tensor.hs:537)
TensorListFold (src/Torch/Typed/Tensor.hs:591)
TensorListUnfold (src/Torch/Typed/Tensor.hs:599)
toSparse (src/Torch/Typed/Tensor.hs:640)
toDense (src/Torch/Typed/Tensor.hs:644)
toInt (src/Torch/Typed/Tensor.hs:758)
toFloat (src/Torch/Typed/Tensor.hs:761)
toDouble (src/Torch/Typed/Tensor.hs:764)
toBool (src/Torch/Typed/Tensor.hs:767)
ToDType (src/Torch/Typed/Tensor.hs:773)
ToShape (src/Torch/Typed/Tensor.hs:780)
FindDim (src/Torch/Typed/Tensor.hs:787)
NamedTensor (src/Torch/Typed/Tensor.hs:792)
ReplaceDevice'' (src/Torch/Typed/Tensor.hs:820)
ReplaceDType'' (src/Torch/Typed/Tensor.hs:824)
0% ( 0 / 10) in 'Torch.Typed.Lens'
Missing documentation for:
Module header
HasName (src/Torch/Typed/Lens.hs:41)
HasField (src/Torch/Typed/Lens.hs:57)
GHasField (src/Torch/Typed/Lens.hs:71)
DropField (src/Torch/Typed/Lens.hs:83)
DropName (src/Torch/Typed/Lens.hs:87)
NamedIdx (src/Torch/Typed/Lens.hs:100)
FieldIdx (src/Torch/Typed/Lens.hs:105)
FieldId (src/Torch/Typed/Lens.hs:115)
GFieldId (src/Torch/Typed/Lens.hs:126)
10% ( 1 / 10) in 'Torch.Typed.Factories'
Missing documentation for:
Module header
zeros (src/Torch/Typed/Factories.hs:50)
full (src/Torch/Typed/Factories.hs:64)
ones (src/Torch/Typed/Factories.hs:78)
RandDTypeIsValid (src/Torch/Typed/Factories.hs:87)
rand (src/Torch/Typed/Factories.hs:102)
randn (src/Torch/Typed/Factories.hs:117)
randint (src/Torch/Typed/Factories.hs:134)
eyeSquare (src/Torch/Typed/Factories.hs:179)
Warning: 'modes' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'input' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'indices' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'U' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'L' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'compute_uv' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'u' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'v' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Q' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'R' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'qr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'implicit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'start' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 's' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
65% (210 /320) in 'Torch.Typed.Functional'
Missing documentation for:
Module header
logicalXor (src/Torch/Typed/Functional.hs:126)
logicalAnd (src/Torch/Typed/Functional.hs:135)
logicalOr (src/Torch/Typed/Functional.hs:144)
SumDType (src/Torch/Typed/Functional.hs:146)
SumDTypeIsValid (src/Torch/Typed/Functional.hs:157)
MinMaxDTypeIsValid (src/Torch/Typed/Functional.hs:250)
MeanDTypeValidation (src/Torch/Typed/Functional.hs:286)
KnownReduction (src/Torch/Typed/Functional.hs:809)
Square (src/Torch/Typed/Functional.hs:926)
VectorOfSquare (src/Torch/Typed/Functional.hs:931)
FstSquareDim (src/Torch/Typed/Functional.hs:936)
InverseShapeIsValid (src/Torch/Typed/Functional.hs:941)
InverseDTypeIsValid (src/Torch/Typed/Functional.hs:946)
SymeigDTypeIsValid (src/Torch/Typed/Functional.hs:982)
EigenVectors (src/Torch/Typed/Functional.hs:1076)
KnownEigenVectors (src/Torch/Typed/Functional.hs:1078)
ConditionalEigenVectors (src/Torch/Typed/Functional.hs:1087)
EigDTypeIsValid (src/Torch/Typed/Functional.hs:1091)
ToComplexNumber (src/Torch/Typed/Functional.hs:1106)
SVDShapes (src/Torch/Typed/Functional.hs:1157)
ReducedSVD (src/Torch/Typed/Functional.hs:1166)
KnownReducedSVD (src/Torch/Typed/Functional.hs:1168)
SVDDTypeIsValid (src/Torch/Typed/Functional.hs:1177)
CholeskyDTypeIsValid (src/Torch/Typed/Functional.hs:1246)
SolveDTypeIsValid (src/Torch/Typed/Functional.hs:1360)
SetValue (src/Torch/Typed/Functional.hs:1485)
GetValue (src/Torch/Typed/Functional.hs:1490)
KnownTri (src/Torch/Typed/Functional.hs:1540)
DiagSize (src/Torch/Typed/Functional.hs:1549)
DiagShape (src/Torch/Typed/Functional.hs:1577)
KeepOrDropDim (src/Torch/Typed/Functional.hs:1656)
KnownKeepOrDropDim (src/Torch/Typed/Functional.hs:1658)
ConditionalDropDimension (src/Torch/Typed/Functional.hs:1667)
BroadcastTensorsCheck (src/Torch/Typed/Functional.hs:2151)
BroadcastTensors (src/Torch/Typed/Functional.hs:2159)
CatImpl (src/Torch/Typed/Functional.hs:2192)
ComputeCatShape (src/Torch/Typed/Functional.hs:2196)
ComputeCatDType (src/Torch/Typed/Functional.hs:2203)
ComputeCatDevice (src/Torch/Typed/Functional.hs:2208)
CatCheck (src/Torch/Typed/Functional.hs:2213)
ChunkImpl (src/Torch/Typed/Functional.hs:2279)
ChunkCheck (src/Torch/Typed/Functional.hs:2284)
ComputeChunksChunkGo (src/Torch/Typed/Functional.hs:2288)
ComputeChunksChunkGo0 (src/Torch/Typed/Functional.hs:2294)
ComputeChunks (src/Torch/Typed/Functional.hs:2298)
ComputeChunks' (src/Torch/Typed/Functional.hs:2302)
ChunkShapesImpl (src/Torch/Typed/Functional.hs:2306)
ChunkShapes (src/Torch/Typed/Functional.hs:2311)
Chunk (src/Torch/Typed/Functional.hs:2313)
constantPadNd1d (src/Torch/Typed/Functional.hs:2449)
ConvSideCheck (src/Torch/Typed/Functional.hs:2460)
DimsDistinctAscendingCheck (src/Torch/Typed/Functional.hs:2926)
DimsDistinctAscending (src/Torch/Typed/Functional.hs:2936)
DiagEmbedShapeImpl (src/Torch/Typed/Functional.hs:2939)
DiagEmbedShape (src/Torch/Typed/Functional.hs:2942)
DiagflatShapeImpl (src/Torch/Typed/Functional.hs:2974)
DiagflatShape (src/Torch/Typed/Functional.hs:2977)
NDimAtLeastCheck (src/Torch/Typed/Functional.hs:3005)
NDimAtLeast (src/Torch/Typed/Functional.hs:3015)
DiagonalShape (src/Torch/Typed/Functional.hs:3018)
DotDTypeIsValid (src/Torch/Typed/Functional.hs:3054)
KnownMaybeNat (src/Torch/Typed/Functional.hs:3079)
PaddingIdxCheck (src/Torch/Typed/Functional.hs:3088)
isSigned (src/Torch/Typed/Functional.hs:3396)
NarrowCheck (src/Torch/Typed/Functional.hs:3995)
Narrow' (src/Torch/Typed/Functional.hs:4009)
Narrow (src/Torch/Typed/Functional.hs:4031)
GeluDTypeIsValid (src/Torch/Typed/Functional.hs:4191)
StackImpl (src/Torch/Typed/Functional.hs:4268)
MaybePair (src/Torch/Typed/Functional.hs:4274)
MaybeTriple (src/Torch/Typed/Functional.hs:4279)
ComputeStackShape (src/Torch/Typed/Functional.hs:4285)
StackCheck (src/Torch/Typed/Functional.hs:4291)
vecStack (src/Torch/Typed/Functional.hs:4367)
UnsqueezeCheck (src/Torch/Typed/Functional.hs:4460)
Unsqueeze (src/Torch/Typed/Functional.hs:4471)
SqueezeAll (src/Torch/Typed/Functional.hs:4495)
SqueezeDimImpl (src/Torch/Typed/Functional.hs:4518)
SqueezeDimCheck (src/Torch/Typed/Functional.hs:4524)
NumberOfDirections (src/Torch/Typed/Functional.hs:4687)
KnownRNNDirectionality (src/Torch/Typed/Functional.hs:4691)
KnownRNNShapeOrder (src/Torch/Typed/Functional.hs:4708)
RNNShape (src/Torch/Typed/Functional.hs:4717)
LSTMWIShape (src/Torch/Typed/Functional.hs:4721)
LSTMWHShape (src/Torch/Typed/Functional.hs:4723)
LSTMBIShape (src/Torch/Typed/Functional.hs:4725)
LSTMBHShape (src/Torch/Typed/Functional.hs:4727)
LSTMRImpl (src/Torch/Typed/Functional.hs:4729)
LSTMR' (src/Torch/Typed/Functional.hs:4765)
LSTMR (src/Torch/Typed/Functional.hs:4769)
GRUWIShape (src/Torch/Typed/Functional.hs:4852)
GRUWHShape (src/Torch/Typed/Functional.hs:4854)
GRUBIShape (src/Torch/Typed/Functional.hs:4856)
GRUBHShape (src/Torch/Typed/Functional.hs:4858)
GRURImpl (src/Torch/Typed/Functional.hs:4860)
GRUR' (src/Torch/Typed/Functional.hs:4896)
GRUR (src/Torch/Typed/Functional.hs:4900)
MatrixOrMatrixBatch (src/Torch/Typed/Functional.hs:5010)
maskedSelect (src/Torch/Typed/Functional.hs:5081)
GatherDimCheck (src/Torch/Typed/Functional.hs:5120)
DropValue (src/Torch/Typed/Functional.hs:5242)
DropNamedValue (src/Torch/Typed/Functional.hs:5247)
HasDim (src/Torch/Typed/Functional.hs:5304)
argSortNamedDim (src/Torch/Typed/Functional.hs:5384)
TopKCheck (src/Torch/Typed/Functional.hs:5388)
TopK (src/Torch/Typed/Functional.hs:5393)
TopKDeviceAndDTypeCheck (src/Torch/Typed/Functional.hs:5395)
Upsample2dCheck (src/Torch/Typed/Functional.hs:6053)
Upsample2d (src/Torch/Typed/Functional.hs:6065)
Warning: Torch.Typed.Parameter: Could not find documentation for exported module: Torch.Typed.Parameter
0% ( 0 / 14) in 'Torch.Typed.Parameter'
Missing documentation for:
Module header
Parameter (src/Torch/Typed/Parameter.hs:42)
makeIndependent (src/Torch/Typed/Parameter.hs:68)
parameterToDType (src/Torch/Typed/Parameter.hs:97)
parameterToDevice (src/Torch/Typed/Parameter.hs:85)
toDependent (src/Torch/Typed/Parameter.hs:57)
Parameterized (src/Torch/Typed/Parameter.hs:104)
GParameterized (src/Torch/Typed/Parameter.hs:121)
untypeParam (src/Torch/Typed/Parameter.hs:51)
ToDependent (src/Torch/Typed/Parameter.hs:59)
MakeIndependent (src/Torch/Typed/Parameter.hs:70)
Parameters (src/Torch/Typed/Parameter.hs:105)
GParameters (src/Torch/Typed/Parameter.hs:122)
Randomizable (src/Torch/NN.hs:203)
0% ( 0 / 2) in 'Torch.Typed.NamedTensor'
Missing documentation for:
Module header
NamedTensorLike (src/Torch/Typed/NamedTensor.hs:40)
0% ( 0 / 5) in 'Torch.Typed.NN.Sparse'
Missing documentation for:
Module header
EmbeddingType (src/Torch/Typed/NN/Sparse.hs:30)
EmbeddingSpec (src/Torch/Typed/NN/Sparse.hs:32)
Embedding (src/Torch/Typed/NN/Sparse.hs:61)
embed (src/Torch/Typed/NN/Sparse.hs:122)
0% ( 0 / 4) in 'Torch.Typed.NN.Normalization'
Missing documentation for:
Module header
LayerNormSpec (src/Torch/Typed/NN/Normalization.hs:25)
LayerNorm (src/Torch/Typed/NN/Normalization.hs:32)
layerNormForward (src/Torch/Typed/NN/Normalization.hs:49)
25% ( 1 / 4) in 'Torch.Typed.NN.Linear'
Missing documentation for:
Module header
LinearSpec (src/Torch/Typed/NN/Linear.hs:28)
Linear (src/Torch/Typed/NN/Linear.hs:37)
0% ( 0 / 4) in 'Torch.Typed.NN.Dropout'
Missing documentation for:
Module header
DropoutSpec (src/Torch/Typed/NN/Dropout.hs:17)
Dropout (src/Torch/Typed/NN/Dropout.hs:23)
dropoutForward (src/Torch/Typed/NN/Dropout.hs:35)
0% ( 0 / 16) in 'Torch.Typed.NN.Transformer'
Missing documentation for:
Module header
residual (src/Torch/Typed/NN/Transformer.hs:41)
MultiheadAttentionSpec (src/Torch/Typed/NN/Transformer.hs:47)
MultiheadAttention (src/Torch/Typed/NN/Transformer.hs:62)
multiheadAttention (src/Torch/Typed/NN/Transformer.hs:122)
TransformerMLPSpec (src/Torch/Typed/NN/Transformer.hs:189)
TransformerMLP (src/Torch/Typed/NN/Transformer.hs:208)
transformerMLP (src/Torch/Typed/NN/Transformer.hs:244)
TransformerLayerSpec (src/Torch/Typed/NN/Transformer.hs:277)
TransformerLayer (src/Torch/Typed/NN/Transformer.hs:297)
transformerLayer (src/Torch/Typed/NN/Transformer.hs:355)
TransformerLMSpec (src/Torch/Typed/NN/Transformer.hs:382)
TransformerLM (src/Torch/Typed/NN/Transformer.hs:403)
FoldLayers (src/Torch/Typed/NN/Transformer.hs:480)
transformerLM (src/Torch/Typed/NN/Transformer.hs:547)
sinusoidal (src/Torch/Typed/NN/Transformer.hs:600)
Warning: 'LSTM' is ambiguous. It is defined
* at src/Torch/Typed/NN/Recurrent/LSTM.hs:403:3
* at src/Torch/Typed/NN/Recurrent/LSTM.hs:394:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Torch/Typed/NN/Recurrent/LSTM.hs:394:1
33% ( 5 / 15) in 'Torch.Typed.NN.Recurrent.LSTM'
Missing documentation for:
Module header
LSTMLayerSpec (src/Torch/Typed/NN/Recurrent/LSTM.hs:59)
LSTMLayer (src/Torch/Typed/NN/Recurrent/LSTM.hs:69)
LSTMLayerStackSpec (src/Torch/Typed/NN/Recurrent/LSTM.hs:216)
LSTMLayerStack (src/Torch/Typed/NN/Recurrent/LSTM.hs:230)
LSTMLayerStackParameterized (src/Torch/Typed/NN/Recurrent/LSTM.hs:249)
LSTMLayerStackRandomizable (src/Torch/Typed/NN/Recurrent/LSTM.hs:320)
LSTMSpec (src/Torch/Typed/NN/Recurrent/LSTM.hs:383)
LSTM (src/Torch/Typed/NN/Recurrent/LSTM.hs:394)
lstmForward (src/Torch/Typed/NN/Recurrent/LSTM.hs:748)
Warning: 'GRU' is ambiguous. It is defined
* at src/Torch/Typed/NN/Recurrent/GRU.hs:338:3
* at src/Torch/Typed/NN/Recurrent/GRU.hs:329:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Torch/Typed/NN/Recurrent/GRU.hs:329:1
33% ( 5 / 15) in 'Torch.Typed.NN.Recurrent.GRU'
Missing documentation for:
Module header
GRULayerSpec (src/Torch/Typed/NN/Recurrent/GRU.hs:60)
GRULayer (src/Torch/Typed/NN/Recurrent/GRU.hs:70)
GRULayerStackSpec (src/Torch/Typed/NN/Recurrent/GRU.hs:167)
GRULayerStack (src/Torch/Typed/NN/Recurrent/GRU.hs:181)
GRULayerStackParameterized (src/Torch/Typed/NN/Recurrent/GRU.hs:200)
GRULayerStackRandomizable (src/Torch/Typed/NN/Recurrent/GRU.hs:269)
GRUSpec (src/Torch/Typed/NN/Recurrent/GRU.hs:318)
GRU (src/Torch/Typed/NN/Recurrent/GRU.hs:329)
gruForward (src/Torch/Typed/NN/Recurrent/GRU.hs:621)
Warning: 'LSTMCell' is ambiguous. It is defined
* at src/Torch/Typed/NN/Recurrent/Cell/LSTM.hs:57:39
* at src/Torch/Typed/NN/Recurrent/Cell/LSTM.hs:52:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Torch/Typed/NN/Recurrent/Cell/LSTM.hs:52:1
83% ( 5 / 6) in 'Torch.Typed.NN.Recurrent.Cell.LSTM'
Missing documentation for:
Module header
Warning: 'GRUCell' is ambiguous. It is defined
* at src/Torch/Typed/NN/Recurrent/Cell/GRU.hs:57:39
* at src/Torch/Typed/NN/Recurrent/Cell/GRU.hs:52:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Torch/Typed/NN/Recurrent/Cell/GRU.hs:52:1
83% ( 5 / 6) in 'Torch.Typed.NN.Recurrent.Cell.GRU'
Missing documentation for:
Module header
Warning: Torch.Typed.NN.Recurrent: Could not find documentation for exported module: Torch.Typed.NN.Recurrent
83% ( 5 / 6) in 'Torch.Typed.NN.Recurrent'
Missing documentation for:
Module header
31% ( 6 / 19) in 'Torch.Typed.NN.Convolution'
Missing documentation for:
Module header
Conv1dSpec (src/Torch/Typed/NN/Convolution.hs:35)
Conv1d (src/Torch/Typed/NN/Convolution.hs:45)
Conv2dSpec (src/Torch/Typed/NN/Convolution.hs:115)
Conv2d (src/Torch/Typed/NN/Convolution.hs:126)
Conv3dSpec (src/Torch/Typed/NN/Convolution.hs:205)
Conv3d (src/Torch/Typed/NN/Convolution.hs:217)
ConvTranspose1dSpec (src/Torch/Typed/NN/Convolution.hs:302)
ConvTranspose1d (src/Torch/Typed/NN/Convolution.hs:312)
ConvTranspose2dSpec (src/Torch/Typed/NN/Convolution.hs:382)
ConvTranspose2d (src/Torch/Typed/NN/Convolution.hs:393)
ConvTranspose3dSpec (src/Torch/Typed/NN/Convolution.hs:472)
ConvTranspose3d (src/Torch/Typed/NN/Convolution.hs:484)
0% ( 0 / 4) in 'Torch.Distributions.Bernoulli'
Missing documentation for:
Module header
Bernoulli (src/Torch/Distributions/Bernoulli.hs:22)
fromProbs (src/Torch/Distributions/Bernoulli.hs:55)
fromLogits (src/Torch/Distributions/Bernoulli.hs:58)
0% ( 0 / 11) in 'Torch.Typed.Device'
Missing documentation for:
Module header
HasToDevice (src/Torch/Typed/Device.hs:35)
ReplaceDevice (src/Torch/Typed/Device.hs:55)
ReplaceDevice' (src/Torch/Typed/Device.hs:65)
GHasToDevice (src/Torch/Typed/Device.hs:81)
HasReplicate (src/Torch/Typed/Device.hs:125)
HasToDevices (src/Torch/Typed/Device.hs:139)
GetDevice (src/Torch/Typed/Device.hs:168)
GetDevices (src/Torch/Typed/Device.hs:176)
HasScatter (src/Torch/Typed/Device.hs:215)
HasGather (src/Torch/Typed/Device.hs:230)
0% ( 0 / 6) in 'Torch.Typed.DType'
Missing documentation for:
Module header
HasToDType (src/Torch/Typed/DType.hs:32)
ReplaceDType (src/Torch/Typed/DType.hs:44)
ReplaceDType' (src/Torch/Typed/DType.hs:54)
GHasToDType (src/Torch/Typed/DType.hs:70)
GetDType (src/Torch/Typed/DType.hs:112)
33% ( 1 / 3) in 'Torch.Typed.Autograd'
Missing documentation for:
Module header
HasGrad (src/Torch/Typed/Autograd.hs:32)
26% ( 6 / 23) in 'Torch.Typed.Optim'
Missing documentation for:
Module header
LearningRate (src/Torch/Typed/Optim.hs:36)
Loss (src/Torch/Typed/Optim.hs:38)
ZerosLike (src/Torch/Typed/Optim.hs:40)
Optimizer (src/Torch/Typed/Optim.hs:51)
runStep (src/Torch/Typed/Optim.hs:75)
runStep' (src/Torch/Typed/Optim.hs:100)
mkGD (src/Torch/Typed/Optim.hs:118)
GDStep (src/Torch/Typed/Optim.hs:120)
mkGDM (src/Torch/Typed/Optim.hs:174)
GDMStep (src/Torch/Typed/Optim.hs:176)
AdamIter (src/Torch/Typed/Optim.hs:233)
mkAdam (src/Torch/Typed/Optim.hs:252)
AdamMomentum1Update (src/Torch/Typed/Optim.hs:260)
AdamMomentum2Update (src/Torch/Typed/Optim.hs:273)
AdamBiasAdjustment (src/Torch/Typed/Optim.hs:288)
AdamParameterUpdate (src/Torch/Typed/Optim.hs:305)
0% ( 0 / 10) in 'Torch.Typed.NN.DataParallel'
Missing documentation for:
Module header
ForwardConcurrentlyF (src/Torch/Typed/NN/DataParallel.hs:28)
forwardConcurrently' (src/Torch/Typed/NN/DataParallel.hs:73)
forwardConcurrentlyStoch' (src/Torch/Typed/NN/DataParallel.hs:79)
forwardConcurrently (src/Torch/Typed/NN/DataParallel.hs:93)
forwardConcurrentlyStoch (src/Torch/Typed/NN/DataParallel.hs:94)
HasGradConcurrently (src/Torch/Typed/NN/DataParallel.hs:96)
GradConcurrentlyF (src/Torch/Typed/NN/DataParallel.hs:99)
ReduceGradients (src/Torch/Typed/NN/DataParallel.hs:119)
SumF (src/Torch/Typed/NN/DataParallel.hs:130)
Warning: Torch.Typed.NN: Could not find documentation for exported module: Torch.Typed.NN
80% ( 8 / 10) in 'Torch.Typed.NN'
Missing documentation for:
Module header
HasForward (src/Torch/NN.hs:47)
33% ( 2 / 6) in 'Torch.Typed.Serialize'
Missing documentation for:
Module header
saveParameters (src/Torch/Typed/Serialize.hs:54)
loadParameters (src/Torch/Typed/Serialize.hs:69)
loadParametersWithSpec (src/Torch/Typed/Serialize.hs:88)
Warning: Torch.Typed.Optim.CppOptim: Could not find documentation for exported module: Torch.Typed.Optim.CppOptim
0% ( 0 / 12) in 'Torch.Typed.Optim.CppOptim'
Missing documentation for:
Module header
CppOptimizer (src/Torch/Typed/Optim/CppOptim.hs:62)
runStep (src/Torch/Typed/Optim/CppOptim.hs:155)
CppOptimizerRef (src/Torch/Typed/Optim/CppOptim.hs:52)
CppOptimizerState (src/Torch/Typed/Optim/CppOptim.hs:54)
ToParameter (src/Torch/Typed/Optim/CppOptim.hs:57)
AdagradOptions (src/Torch/Optim/CppOptim.hs:77)
AdamOptions (src/Torch/Optim/CppOptim.hs:103)
AdamwOptions (src/Torch/Optim/CppOptim.hs:129)
LbfgsOptions (src/Torch/Optim/CppOptim.hs:155)
RmspropOptions (src/Torch/Optim/CppOptim.hs:185)
SGDOptions (src/Torch/Optim/CppOptim.hs:213)
16% ( 1 / 6) in 'Torch.Typed.VLTensor'
Missing documentation for:
Module header
fromVLTensor (src/Torch/Typed/VLTensor.hs:41)
selectIndexes (src/Torch/Typed/VLTensor.hs:47)
pack (src/Torch/Typed/VLTensor.hs:53)
unpack (src/Torch/Typed/VLTensor.hs:59)
0% ( 0 / 15) in 'Torch.Typed.Vision'
Missing documentation for:
Module header
MNIST (src/Torch/Typed/Vision.hs:36)
MnistData (src/Torch/Typed/Vision.hs:51)
Rows (src/Torch/Typed/Vision.hs:56)
Cols (src/Torch/Typed/Vision.hs:58)
DataDim (src/Torch/Typed/Vision.hs:60)
ClassDim (src/Torch/Typed/Vision.hs:62)
getLabels (src/Torch/Typed/Vision.hs:66)
getLabel (src/Torch/Typed/Vision.hs:70)
getImage (src/Torch/Typed/Vision.hs:74)
getImages' (src/Torch/Typed/Vision.hs:93)
getImages (src/Torch/Typed/Vision.hs:114)
length (src/Torch/Typed/Vision.hs:131)
decompressFile (src/Torch/Typed/Vision.hs:134)
initMnist (src/Torch/Typed/Vision.hs:139)
Warning: Torch.Typed: Could not find documentation for exported module: Torch.Typed
19% ( 23 /118) in 'Torch.Typed'
Missing documentation for:
Module header
Parameter (src/Torch/Typed/Parameter.hs:42)
makeIndependent (src/Torch/Typed/Parameter.hs:68)
Randomizable (src/Torch/NN.hs:203)
toDependent (src/Torch/Typed/Parameter.hs:57)
Parameterized (src/Torch/Typed/Parameter.hs:104)
GParameterized (src/Torch/Typed/Parameter.hs:121)
untypeParam (src/Torch/Typed/Parameter.hs:51)
ToDependent (src/Torch/Typed/Parameter.hs:59)
MakeIndependent (src/Torch/Typed/Parameter.hs:70)
Parameters (src/Torch/Typed/Parameter.hs:105)
GParameters (src/Torch/Typed/Parameter.hs:122)
div (src/Torch/Typed/Tensor.hs:410)
All (src/Torch/Typed/Tensor.hs:281)
toBool (src/Torch/Typed/Tensor.hs:767)
Size (src/Torch/Typed/Tensor.hs:146)
eq (src/Torch/Typed/Tensor.hs:445)
add (src/Torch/Typed/Tensor.hs:407)
sub (src/Torch/Typed/Tensor.hs:408)
TensorOptions (src/Torch/Typed/Tensor.hs:262)
Tensor (src/Torch/Typed/Tensor.hs:206)
select (src/Torch/Typed/Tensor.hs:503)
<. (src/Torch/Typed/Tensor.hs:448)
mul (src/Torch/Typed/Tensor.hs:409)
NamedTensor (src/Torch/Typed/Tensor.hs:792)
lt (src/Torch/Typed/Tensor.hs:442)
gt (src/Torch/Typed/Tensor.hs:441)
Unnamed (src/Torch/Typed/Tensor.hs:173)
withTensor (src/Torch/Typed/Tensor.hs:331)
toDouble (src/Torch/Typed/Tensor.hs:764)
toInt (src/Torch/Typed/Tensor.hs:758)
toSparse (src/Torch/Typed/Tensor.hs:640)
toDense (src/Torch/Typed/Tensor.hs:644)
ne (src/Torch/Typed/Tensor.hs:446)
ge (src/Torch/Typed/Tensor.hs:443)
le (src/Torch/Typed/Tensor.hs:444)
>. (src/Torch/Typed/Tensor.hs:447)
>=. (src/Torch/Typed/Tensor.hs:449)
<=. (src/Torch/Typed/Tensor.hs:450)
==. (src/Torch/Typed/Tensor.hs:451)
/=. (src/Torch/Typed/Tensor.hs:452)
Shape (src/Torch/Typed/Tensor.hs:148)
KnownShape (src/Torch/Typed/Tensor.hs:60)
getFiniteI (src/Torch/Typed/Tensor.hs:70)
KnownDType (src/Torch/Typed/Tensor.hs:72)
ComputeDType (src/Torch/Typed/Tensor.hs:111)
KnownDevice (src/Torch/Typed/Tensor.hs:134)
ToNat (src/Torch/Typed/Tensor.hs:150)
ToNats (src/Torch/Typed/Tensor.hs:162)
FromNat (src/Torch/Typed/Tensor.hs:166)
FromNats (src/Torch/Typed/Tensor.hs:169)
UTShape (src/Torch/Typed/Tensor.hs:174)
UTDevice (src/Torch/Typed/Tensor.hs:175)
UTDType (src/Torch/Typed/Tensor.hs:176)
IsUnnamed (src/Torch/Typed/Tensor.hs:190)
CPUTensor (src/Torch/Typed/Tensor.hs:209)
CUDATensor (src/Torch/Typed/Tensor.hs:211)
MPSTensor (src/Torch/Typed/Tensor.hs:213)
UnknownShapeTensor (src/Torch/Typed/Tensor.hs:215)
ComputeHaskellType (src/Torch/Typed/Tensor.hs:217)
ComputeItemType (src/Torch/Typed/Tensor.hs:224)
SomeShape (src/Torch/Typed/Tensor.hs:285)
someShape (src/Torch/Typed/Tensor.hs:289)
SomeDType (src/Torch/Typed/Tensor.hs:295)
someDType (src/Torch/Typed/Tensor.hs:299)
SomeDevice (src/Torch/Typed/Tensor.hs:309)
someDevice (src/Torch/Typed/Tensor.hs:313)
withTensorShape (src/Torch/Typed/Tensor.hs:348)
ComputeBroadcast (src/Torch/Typed/Tensor.hs:356)
CheckBroadcast (src/Torch/Typed/Tensor.hs:364)
Broadcast (src/Torch/Typed/Tensor.hs:375)
BasicArithmeticDTypeIsValid (src/Torch/Typed/Tensor.hs:384)
ComparisonDTypeIsValid (src/Torch/Typed/Tensor.hs:412)
ComputeMatMul (src/Torch/Typed/Tensor.hs:454)
CheckMatMul (src/Torch/Typed/Tensor.hs:460)
MatMul (src/Torch/Typed/Tensor.hs:471)
MatMulDTypeIsValid (src/Torch/Typed/Tensor.hs:473)
selectIdx (src/Torch/Typed/Tensor.hs:514)
CheckIndexSelectDim (src/Torch/Typed/Tensor.hs:516)
IndexSelectDim (src/Torch/Typed/Tensor.hs:520)
Numel (src/Torch/Typed/Tensor.hs:537)
TensorListFold (src/Torch/Typed/Tensor.hs:591)
TensorListUnfold (src/Torch/Typed/Tensor.hs:599)
ReplaceDevice'' (src/Torch/Typed/Tensor.hs:820)
ReplaceDType'' (src/Torch/Typed/Tensor.hs:824)
toFloat (src/Torch/Typed/Tensor.hs:761)
ToDType (src/Torch/Typed/Tensor.hs:773)
ToShape (src/Torch/Typed/Tensor.hs:780)
FindDim (src/Torch/Typed/Tensor.hs:787)
Device (src/Torch/Device.hs:14)
DeviceType (src/Torch/Device.hs:11)
DType (src/Torch/DType.hs:17)
Scalar (src/Torch/Scalar.hs:31)
Reduction (src/Torch/Functional.hs:100)
Tri (src/Torch/Functional.hs:96)
0% ( 0 / 26) in 'Torch.Vision'
Missing documentation for:
Module header
MNIST (src/Torch/Vision.hs:55)
getLabels' (src/Torch/Vision.hs:83)
getImages' (src/Torch/Vision.hs:92)
grayScale10 (src/Torch/Vision.hs:108)
grayScale70 (src/Torch/Vision.hs:110)
dispImage (src/Torch/Vision.hs:114)
PixelFormat (src/Torch/Vision.hs:135)
readImage (src/Torch/Vision.hs:153)
readImageAsRGB8 (src/Torch/Vision.hs:159)
readImageAsRGB8WithScaling (src/Torch/Vision.hs:165)
centerCrop (src/Torch/Vision.hs:173)
drawLine (src/Torch/Vision.hs:215)
drawRect (src/Torch/Vision.hs:269)
drawString (src/Torch/Vision.hs:276)
drawChar (src/Torch/Vision.hs:281)
resizeRGB8 (src/Torch/Vision.hs:435)
pixelFormat (src/Torch/Vision.hs:508)
fromDynImage (src/Torch/Vision.hs:525)
fromImages (src/Torch/Vision.hs:583)
writeImage (src/Torch/Vision.hs:605)
writeBitmap (src/Torch/Vision.hs:618)
writePng (src/Torch/Vision.hs:629)
hwc2chw (src/Torch/Vision.hs:641)
chw2hwc (src/Torch/Vision.hs:645)
randomIndexes (src/Torch/Vision.hs:648)
Warning: Torch.Cast: could not find link destinations for:
- Torch.Cast.D:R:FForeignPtr
- Torch.Cast.D:R:EForeignPtr
- Torch.Cast.D:R:DForeignPtr
- Torch.Cast.D:R:CForeignPtr
- Torch.Cast.D:R:AForeignPtr
- Torch.Cast.D:R:BForeignPtr
Warning: Torch.Data.StreamedPipeline: could not find link destinations for:
- Control.Monad.Trans.Control.D:R:StMIOa
- Control.Monad.Trans.Control.D:R:StMIdentitya
- Control.Monad.Trans.Control.D:R:StMLista
- Control.Monad.Trans.Control.D:R:StMMaybea
- Control.Monad.Trans.Control.D:R:StMSTMa
- Data.Vector.Vector
Warning: Torch.Data.CsvDatastream: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Unboxed.Base.Vector
Warning: Torch.HList: could not find link destinations for:
- Torch.HList.D:R:ItemMaybe
- Torch.HList.D:R:ItemMaybe0
- Torch.HList.D:R:HListTYPE:0
- Torch.HList.D:R:HListk[]0
- Torch.Typed.Parameter.D:R:ParametersHList
- Torch.Typed.Parameter.D:R:ParametersHList0
- Torch.Typed.Autograd.toDependent
Warning: Torch.Tensor: could not find link destinations for:
- Data.Vector.Storable.Vector
- Data.Vector.Vector
- Data.Vector.Unboxed.Base.Vector
Warning: Torch.Autograd: could not find link destinations for:
- Torch.Autograd.Rep_IndependentTensor
Warning: Torch.NN: could not find link destinations for:
- Torch.NN.Rep_UpSample
- Torch.NN.Rep_InstanceNorm
- Torch.NN.Rep_BatchNorm
- Torch.NN.Rep_ConvTranspose3d
- Torch.NN.Rep_ConvTranspose2d
- Torch.NN.Rep_ConvTranspose1d
- Torch.NN.Rep_Conv3d
- Torch.NN.Rep_Conv2d
- Torch.NN.Rep_Conv1d
- Torch.NN.Rep_Linear
Warning: Torch.Optim: could not find link destinations for:
- Torch.Optim.Rep_Adam
Warning: Torch.NN.Recurrent.Cell.LSTM: could not find link destinations for:
- Torch.NN.Recurrent.Cell.LSTM.Rep_LSTMCell
Warning: Torch.NN.Recurrent.Cell.GRU: could not find link destinations for:
- Torch.NN.Recurrent.Cell.GRU.Rep_GRUCell
Warning: Torch.NN.Recurrent.Cell.Elman: could not find link destinations for:
- Torch.NN.Recurrent.Cell.Elman.Rep_ElmanCell
Warning: Torch.Typed.NN.Recurrent.Auxiliary: could not find link destinations for:
- Torch.Typed.NN.Recurrent.Auxiliary.Rep_RNNInitialization
Warning: Torch.Typed.Tensor: could not find link destinations for:
- Torch.Typed.Tensor.D:R:UTShapeTensor
- Torch.Typed.Tensor.D:R:UTDeviceTensor
- Torch.Typed.Tensor.D:R:UTDTypeTensor
- Torch.Typed.Tensor.D:R:ItemMaybe
- Torch.Typed.Tensor.D:R:UTShapeNamedTensor
- Torch.Typed.Tensor.D:R:UTDeviceNamedTensor
- Torch.Typed.Tensor.D:R:UTDTypeNamedTensor
- Torch.Typed.Parameter.D:R:ParametersTensor
- Torch.Typed.Autograd.toDependent
Warning: Torch.Typed.Functional: could not find link destinations for:
- Torch.Typed.Functional.Rep_RNNShapeOrder
- Torch.Typed.Functional.Rep_RNNDirectionality
Warning: Torch.Typed.Parameter: could not find link destinations for:
- Torch.Typed.Parameter.D:R:GParametersU1
- Torch.Typed.Parameter.D:R:GParametersM1
- Torch.Typed.Parameter.D:R:GParameters:*:
- Torch.Typed.Parameter.D:R:ParametersHList
- Torch.Typed.Parameter.D:R:ParametersHList0
- Torch.Typed.Parameter.D:R:ParametersDouble
- Torch.Typed.Parameter.D:R:ParametersFloat
- Torch.Typed.Parameter.D:R:ParametersInt
- Torch.Typed.Parameter.D:R:ParametersParameter
- Torch.Typed.Parameter.D:R:ParametersTensor
- Torch.Typed.Parameter.D:R:GParametersK1
- Torch.Typed.NN.Sparse.R:ParametersEmbedding
- Torch.Typed.NN.Sparse.R:ParametersEmbedding0
- Torch.Typed.NN.Normalization.R:ParametersLayerNorm
- Torch.Typed.NN.Linear.R:ParametersLinear
- Torch.Typed.NN.Dropout.R:ParametersDropout
- Torch.Typed.NN.Transformer.R:ParametersTransformerLM
- Torch.Typed.NN.Transformer.R:ParametersTransformerLayer
- Torch.Typed.NN.Transformer.R:ParametersTransformerMLP
- Torch.Typed.NN.Transformer.R:ParametersMultiheadAttention
- Torch.Typed.NN.Recurrent.LSTM.D:R:ParametersLSTMLayer
- Torch.Typed.NN.Recurrent.LSTM.D:R:ParametersLSTMLayer0
- Torch.Typed.NN.Recurrent.LSTM.D:R:ParametersLSTMLayerStack
- Torch.Typed.NN.Recurrent.LSTM.R:ParametersLSTM
- Torch.Typed.NN.Recurrent.LSTM.R:ParametersLSTMWithInit
- Torch.Typed.NN.Recurrent.LSTM.R:ParametersLSTMWithInit0
- Torch.Typed.NN.Recurrent.GRU.D:R:ParametersGRULayer
- Torch.Typed.NN.Recurrent.GRU.D:R:ParametersGRULayer0
- Torch.Typed.NN.Recurrent.GRU.D:R:ParametersGRULayerStack
- Torch.Typed.NN.Recurrent.GRU.R:ParametersGRU
- Torch.Typed.NN.Recurrent.GRU.R:ParametersGRUWithInit
- Torch.Typed.NN.Recurrent.GRU.R:ParametersGRUWithInit0
- Torch.Typed.NN.Recurrent.Cell.LSTM.R:ParametersLSTMCell
- Torch.Typed.NN.Recurrent.Cell.GRU.R:ParametersGRUCell
- Torch.Typed.NN.Convolution.R:ParametersConvTranspose3d
- Torch.Typed.NN.Convolution.R:ParametersConvTranspose2d
- Torch.Typed.NN.Convolution.R:ParametersConvTranspose1d
- Torch.Typed.NN.Convolution.R:ParametersConv3d
- Torch.Typed.NN.Convolution.R:ParametersConv2d
- Torch.Typed.NN.Convolution.R:ParametersConv1d
- Torch.Typed.Autograd.toDependent
- Torch.Typed.Optim.D:R:ParametersGD
- Torch.Typed.Optim.D:R:ParametersGDM
- Torch.Typed.Optim.D:R:ParametersAdam
Warning: Torch.Typed.NamedTensor: could not find link destinations for:
- Torch.Typed.NamedTensor.D:R:ToNestedListg
- Torch.Typed.NamedTensor.D:R:ToNestedListvec
- Torch.Typed.NamedTensor.D:R:ToNestedListVector
- Torch.Typed.NamedTensor.D:R:ToNestedListDouble
- Torch.Typed.NamedTensor.D:R:ToNestedListFloat
- Torch.Typed.NamedTensor.D:R:ToNestedListInt
- Torch.Typed.NamedTensor.D:R:ToNestedListBool
Warning: Torch.Typed.NN.Sparse: could not find link destinations for:
- Torch.Typed.NN.Sparse.R:ParametersEmbedding
- Torch.Typed.NN.Sparse.R:ParametersEmbedding0
- Torch.Typed.NN.Sparse.D:R:RepEmbedding
- Torch.Typed.NN.Sparse.D:R:RepEmbedding0
- Torch.Typed.NN.Sparse.Rep_EmbeddingType
Warning: Torch.Typed.NN.Normalization: could not find link destinations for:
- Torch.Typed.NN.Normalization.Rep_LayerNorm
- Torch.Typed.NN.Normalization.R:ParametersLayerNorm
Warning: Torch.Typed.NN.Linear: could not find link destinations for:
- Torch.Typed.NN.Linear.Rep_Linear
- Torch.Typed.NN.Linear.R:ParametersLinear
Warning: Torch.Typed.NN.Dropout: could not find link destinations for:
- Torch.Typed.NN.Dropout.Rep_Dropout
- Torch.Typed.NN.Dropout.R:ParametersDropout
Warning: Torch.Typed.NN.Transformer: could not find link destinations for:
- Torch.Typed.NN.Transformer.R:ParametersTransformerLM
- Torch.Typed.NN.Transformer.Rep_TransformerLM
- Torch.Typed.NN.Transformer.Rep_TransformerLayer
- Torch.Typed.NN.Transformer.R:ParametersTransformerLayer
- Torch.Typed.NN.Transformer.Rep_TransformerMLP
- Torch.Typed.NN.Transformer.R:ParametersTransformerMLP
- Torch.Typed.NN.Transformer.Rep_MultiheadAttention
- Torch.Typed.NN.Transformer.R:ParametersMultiheadAttention
Warning: Torch.Typed.NN.Recurrent.LSTM: could not find link destinations for:
- Torch.Typed.NN.Recurrent.LSTM.D:R:ParametersLSTMLayer
- Torch.Typed.NN.Recurrent.LSTM.D:R:ParametersLSTMLayer0
- Torch.Typed.NN.Recurrent.LSTM.D:R:ParametersLSTMLayerStack
- Torch.Typed.NN.Recurrent.LSTM.D:R:LSTMLayerStackParametersTrueinputSizehiddenSizenumLayersdirectionalitydtypedevice
- Torch.Typed.NN.Recurrent.LSTM.D:R:LSTMLayerStackParametersFalseinputSizehiddenSize1directionalitydtypedevice
- Torch.Typed.NN.Recurrent.LSTM.R:ParametersLSTM
- Torch.Typed.NN.Recurrent.LSTM.D:R:RepLSTM
- Torch.Typed.NN.Recurrent.LSTM.R:ParametersLSTMWithInit
- Torch.Typed.NN.Recurrent.LSTM.R:ParametersLSTMWithInit0
- Torch.Typed.NN.Recurrent.LSTM.D:R:RepLSTMWithInit
- Torch.Typed.NN.Recurrent.LSTM.D:R:RepLSTMWithInit0
- Torch.Typed.NN.Recurrent.LSTM.Rep_LSTMSpec
Warning: Torch.Typed.NN.Recurrent.GRU: could not find link destinations for:
- Torch.Typed.NN.Recurrent.GRU.D:R:ParametersGRULayer
- Torch.Typed.NN.Recurrent.GRU.D:R:ParametersGRULayer0
- Torch.Typed.NN.Recurrent.GRU.D:R:ParametersGRULayerStack
- Torch.Typed.NN.Recurrent.GRU.D:R:GRULayerStackParametersTrueinputSizehiddenSizenumLayersdirectionalitydtypedevice
- Torch.Typed.NN.Recurrent.GRU.D:R:GRULayerStackParametersFalseinputSizehiddenSize1directionalitydtypedevice
- Torch.Typed.NN.Recurrent.GRU.R:ParametersGRU
- Torch.Typed.NN.Recurrent.GRU.D:R:RepGRU
- Torch.Typed.NN.Recurrent.GRU.R:ParametersGRUWithInit
- Torch.Typed.NN.Recurrent.GRU.R:ParametersGRUWithInit0
- Torch.Typed.NN.Recurrent.GRU.D:R:RepGRUWithInit
- Torch.Typed.NN.Recurrent.GRU.D:R:RepGRUWithInit0
- Torch.Typed.NN.Recurrent.GRU.Rep_GRUSpec
Warning: Torch.Typed.NN.Recurrent.Cell.LSTM: could not find link destinations for:
- Torch.Typed.NN.Recurrent.Cell.LSTM.Rep_LSTMCell
- Torch.Typed.NN.Recurrent.Cell.LSTM.R:ParametersLSTMCell
- Torch.Typed.NN.Recurrent.Cell.LSTM.Rep_LSTMCellSpec
Warning: Torch.Typed.NN.Recurrent.Cell.GRU: could not find link destinations for:
- Torch.Typed.NN.Recurrent.Cell.GRU.Rep_GRUCell
- Torch.Typed.NN.Recurrent.Cell.GRU.R:ParametersGRUCell
- Torch.Typed.NN.Recurrent.Cell.GRU.Rep_GRUCellSpec
Warning: Torch.Typed.NN.Convolution: could not find link destinations for:
- Torch.Typed.NN.Convolution.Rep_ConvTranspose3d
- Torch.Typed.NN.Convolution.R:ParametersConvTranspose3d
- Torch.Typed.NN.Convolution.Rep_ConvTranspose2d
- Torch.Typed.NN.Convolution.R:ParametersConvTranspose2d
- Torch.Typed.NN.Convolution.Rep_ConvTranspose1d
- Torch.Typed.NN.Convolution.R:ParametersConvTranspose1d
- Torch.Typed.NN.Convolution.Rep_Conv3d
- Torch.Typed.NN.Convolution.R:ParametersConv3d
- Torch.Typed.NN.Convolution.Rep_Conv2d
- Torch.Typed.NN.Convolution.R:ParametersConv2d
- Torch.Typed.NN.Convolution.Rep_Conv1d
- Torch.Typed.NN.Convolution.R:ParametersConv1d
Warning: Torch.Typed.Autograd: could not find link destinations for:
- Torch.Typed.Autograd.toDependent
Warning: Torch.Typed.Optim: could not find link destinations for:
- Torch.Typed.Optim.D:R:ParametersGD
- Torch.Typed.Optim.D:R:ParametersGDM
- Torch.Typed.Optim.D:R:ParametersAdam
Warning: Torch.Typed: could not find link destinations for:
- Torch.Typed.Tensor.D:R:UTShapeTensor
- Torch.Typed.Tensor.D:R:UTDeviceTensor
- Torch.Typed.Tensor.D:R:UTDTypeTensor
- Torch.Typed.Tensor.D:R:ItemMaybe
- Torch.Typed.Tensor.D:R:UTShapeNamedTensor
- Torch.Typed.Tensor.D:R:UTDeviceNamedTensor
- Torch.Typed.Tensor.D:R:UTDTypeNamedTensor
- Torch.Typed.Parameter.D:R:GParametersU1
- Torch.Typed.Parameter.D:R:GParametersM1
- Torch.Typed.Parameter.D:R:GParameters:*:
- Torch.Typed.Parameter.D:R:ParametersHList
- Torch.Typed.Parameter.D:R:ParametersHList0
- Torch.Typed.Parameter.D:R:ParametersDouble
- Torch.Typed.Parameter.D:R:ParametersFloat
- Torch.Typed.Parameter.D:R:ParametersInt
- Torch.Typed.Parameter.D:R:ParametersParameter
- Torch.Typed.Parameter.D:R:ParametersTensor
- Torch.Typed.Parameter.D:R:GParametersK1
- Torch.Typed.NN.Sparse.R:ParametersEmbedding
- Torch.Typed.NN.Sparse.R:ParametersEmbedding0
- Torch.Typed.NN.Normalization.R:ParametersLayerNorm
- Torch.Typed.NN.Linear.R:ParametersLinear
- Torch.Typed.NN.Dropout.R:ParametersDropout
- Torch.Typed.NN.Transformer.R:ParametersTransformerLM
- Torch.Typed.NN.Transformer.R:ParametersTransformerLayer
- Torch.Typed.NN.Transformer.R:ParametersTransformerMLP
- Torch.Typed.NN.Transformer.R:ParametersMultiheadAttention
- Torch.Typed.NN.Recurrent.LSTM.D:R:ParametersLSTMLayer
- Torch.Typed.NN.Recurrent.LSTM.D:R:ParametersLSTMLayer0
- Torch.Typed.NN.Recurrent.LSTM.D:R:ParametersLSTMLayerStack
- Torch.Typed.NN.Recurrent.LSTM.R:ParametersLSTM
- Torch.Typed.NN.Recurrent.LSTM.R:ParametersLSTMWithInit
- Torch.Typed.NN.Recurrent.LSTM.R:ParametersLSTMWithInit0
- Torch.Typed.NN.Recurrent.GRU.D:R:ParametersGRULayer
- Torch.Typed.NN.Recurrent.GRU.D:R:ParametersGRULayer0
- Torch.Typed.NN.Recurrent.GRU.D:R:ParametersGRULayerStack
- Torch.Typed.NN.Recurrent.GRU.R:ParametersGRU
- Torch.Typed.NN.Recurrent.GRU.R:ParametersGRUWithInit
- Torch.Typed.NN.Recurrent.GRU.R:ParametersGRUWithInit0
- Torch.Typed.NN.Recurrent.Cell.LSTM.R:ParametersLSTMCell
- Torch.Typed.NN.Recurrent.Cell.GRU.R:ParametersGRUCell
- Torch.Typed.NN.Convolution.R:ParametersConvTranspose3d
- Torch.Typed.NN.Convolution.R:ParametersConvTranspose2d
- Torch.Typed.NN.Convolution.R:ParametersConvTranspose1d
- Torch.Typed.NN.Convolution.R:ParametersConv3d
- Torch.Typed.NN.Convolution.R:ParametersConv2d
- Torch.Typed.NN.Convolution.R:ParametersConv1d
- Torch.Typed.Autograd.toDependent
- Torch.Typed.Optim.D:R:ParametersGD
- Torch.Typed.Optim.D:R:ParametersGDM
- Torch.Typed.Optim.D:R:ParametersAdam
Documentation created: dist/doc/html/hasktorch/,
dist/doc/html/hasktorch/hasktorch.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hasktorch-0.2.1.6-8HeZQIeZsPEECuWsRwisEz
Completed hasktorch-0.2.1.6
Downloading dataframe-hasktorch-0.1.0.2
Downloaded dataframe-hasktorch-0.1.0.2
Configuring dataframe-hasktorch-0.1.0.2...
Preprocessing library for dataframe-hasktorch-0.1.0.2..
Building library for dataframe-hasktorch-0.1.0.2..
[1 of 1] Compiling DataFrame.Hasktorch ( src/DataFrame/Hasktorch.hs, dist/build/DataFrame/Hasktorch.o, dist/build/DataFrame/Hasktorch.dyn_o )
Preprocessing library for dataframe-hasktorch-0.1.0.2..
Running Haddock on library for dataframe-hasktorch-0.1.0.2..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: system-cxx-std-lib-1.0
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling DataFrame.Hasktorch ( src/DataFrame/Hasktorch.hs, nothing )
Haddock coverage:
Warning: 'DataFrameException' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
66% ( 2 / 3) in 'DataFrame.Hasktorch'
Missing documentation for:
Module header
Documentation created: dist/doc/html/dataframe-hasktorch/,
dist/doc/html/dataframe-hasktorch/dataframe-hasktorch.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dataframe-hasktorch-0.1.0.2-IDYHHrD4r0UCemKGjBtXvS
Completed dataframe-hasktorch-0.1.0.2
Test log
[view raw]
Resolving dependencies...
Error:
Internal libraries only supported with per-component builds.
Per-component builds were disabled because program coverage is enabled
In the package 'vector-0.13.2.0'