Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Numeric.AD.Mode.Reverse

    Reverse-mode automatic differentiation using Wengert lists and Data.Reflection

  2. data Reverse s a

    ad Numeric.AD.Mode.Reverse

    No documentation available.

  3. newtype Reverse a

    safecopy Data.SafeCopy

    This is a wrapper type used migrating backwards in the chain of compatible types.

  4. Reverse :: a -> Reverse a

    safecopy Data.SafeCopy

    No documentation available.

  5. newtype Reverse a

    safecopy Data.SafeCopy.Internal

    This is a wrapper type used migrating backwards in the chain of compatible types.

  6. Reverse :: a -> Reverse a

    safecopy Data.SafeCopy.Internal

    No documentation available.

  7. type family Reverse (xs :: [a]) :: [a]

    defun-core DeFun.List

    Reverse list

    >>> :kind! Reverse [1,2,3,4]
    Reverse [1,2,3,4] :: [Natural]
    = [4, 3, 2, 1]
    

  8. type family Reverse l

    tfp Type.Data.List

    No documentation available.

  9. Reverse :: Pipe

    doctemplates Text.DocTemplates.Internal

    No documentation available.

  10. module Rebase.Data.Functor.Reverse

    No documentation available.

Page 21 of many | Previous | Next