Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. Forward :: a -> a -> Forward a

    ad Numeric.AD.Internal.Forward

    No documentation available.

  2. data ForwardDouble

    ad Numeric.AD.Internal.Forward.Double

    No documentation available.

  3. ForwardDouble :: Double -> Double -> ForwardDouble

    ad Numeric.AD.Internal.Forward.Double

    No documentation available.

  4. module Numeric.AD.Mode.Forward

    Forward mode automatic differentiation

  5. data Forward a

    ad Numeric.AD.Mode.Forward

    Forward mode AD

  6. data ForwardDouble

    ad Numeric.AD.Mode.Forward.Double

    No documentation available.

  7. module Numeric.AD.Rank1.Forward

    Forward mode automatic differentiation

  8. data Forward a

    ad Numeric.AD.Rank1.Forward

    Forward mode AD

  9. data ForwardDouble

    ad Numeric.AD.Rank1.Forward.Double

    No documentation available.

  10. module Formatting

    Combinator-based type-safe formatting (like printf() or FORMAT) for Text. Example:

    >>> format ("Person's name is " % text % ", age is " % hex) "Dave" 54
    "Person's name is Dave, age is 36"
    
    See Formatting.Formatters for a list of formatters. See Formatting.Combinators for a list of formatting combinators, for combining and altering formatters.

Page 278 of many | Previous | Next