Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
OpenAL Sound.OpenAL.ALC.Capture No documentation available.
NumberSchema :: !Bounds Scientific -> JSONSchemaautodocodec-schema Autodocodec.Schema No documentation available.
-
backprop Numeric.Backprop A newtype wrapper over an instance of Num that gives a free Backprop instance. Useful for things like DerivingVia, or for avoiding orphan instances.
-
backprop Numeric.Backprop No documentation available.
-
backprop Numeric.Backprop.Class A newtype wrapper over an instance of Num that gives a free Backprop instance. Useful for things like DerivingVia, or for avoiding orphan instances.
-
backprop Numeric.Backprop.Class No documentation available.
newtype
NumVec (v :: Type -> Type) abackprop Numeric.Backprop.Class Newtype wrapper around a v a for Vector v a, that gives a more efficient Backprop instance for long vectors when a is an instance of Num. The normal Backprop instance for vectors will map zero or one over all items; this instance will completely ignore the contents of the original vector and instead produce a new vector of the same length, with all 0 or 1 using the Num instance of a (essentially using zeroVecNum and oneVecNum instead of zeroVec and oneVec). add is essentially the same as normal, but using + instead of the type's add.
NumVec :: v a -> NumVec (v :: Type -> Type) abackprop Numeric.Backprop.Class No documentation available.
-
backprop Numeric.Backprop.Explicit A newtype wrapper over an instance of Num that gives a free Backprop instance. Useful for things like DerivingVia, or for avoiding orphan instances.
-
backprop Numeric.Backprop.Explicit No documentation available.