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.

  1. type NumSamples = ALCsizei

    OpenAL Sound.OpenAL.ALC.Capture

    No documentation available.

  2. NumberSchema :: !Bounds Scientific -> JSONSchema

    autodocodec-schema Autodocodec.Schema

    No documentation available.

  3. newtype NumBP a

    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.

  4. NumBP :: a -> NumBP a

    backprop Numeric.Backprop

    No documentation available.

  5. newtype NumBP a

    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.

  6. NumBP :: a -> NumBP a

    backprop Numeric.Backprop.Class

    No documentation available.

  7. newtype NumVec (v :: Type -> Type) a

    backprop 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.

  8. NumVec :: v a -> NumVec (v :: Type -> Type) a

    backprop Numeric.Backprop.Class

    No documentation available.

  9. newtype NumBP a

    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.

  10. NumBP :: a -> NumBP a

    backprop Numeric.Backprop.Explicit

    No documentation available.

Page 30 of many | Previous | Next