• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data Information

    numeric-prelude Algebra.DimensionTerm

    No documentation available.

  2. Information :: Information

    numeric-prelude Algebra.DimensionTerm

    No documentation available.

  3. information :: Information

    numeric-prelude Algebra.DimensionTerm

    No documentation available.

  4. type Information a = T Information a

    numeric-prelude Number.DimensionTerm

    No documentation available.

  5. information :: a -> Information a

    numeric-prelude Number.DimensionTerm

    No documentation available.

  6. Information :: Dimension

    numeric-prelude Number.SI.Unit

    No documentation available.

  7. information :: T Dimension

    numeric-prelude Number.SI.Unit

    Some common quantity classes.

  8. natForEach :: forall (l :: Nat) (h :: Nat) a . NatRepr l -> NatRepr h -> (forall (n :: Nat) . (l <= n, n <= h) => NatRepr n -> a) -> [a]

    parameterized-utils Data.Parameterized.NatRepr

    Apply a function to each element in a range; return the list of values obtained.

  9. module Data.Parameterized.Nonce.Transformers

    This module provides a typeclass and monad transformers for generating nonces.

  10. parseForever :: forall (m :: Type -> Type) a r b . Monad m => (forall (n :: Type -> Type) . Monad n => Parser a n (Either r b)) -> Pipe a b m r

    pipes-parse Pipes.Parse

    Deprecated: Use parsed instead

Page 648 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete