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

Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. prMapMaybeName :: (a -> Maybe b) -> PeriodicReport a c -> PeriodicReport b c

    hledger-lib Hledger.Reports.ReportTypes

    Map a function over the row names, possibly discarding some.

  2. mkMaybeType :: TypeWrapper

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  3. toMaybeScalar :: C a v => v -> Maybe a

    numeric-prelude Algebra.OccasionallyScalar

    No documentation available.

  4. toListMaybe :: a -> T -> [Maybe a]

    numeric-prelude Number.Peano

    No documentation available.

  5. addMaybe :: (Eq i, C a) => T i a -> T i a -> Maybe (T i a)

    numeric-prelude Number.Physical

    Add two values if the units match, otherwise return Nothing

  6. lift2Maybe :: Eq i => (a -> b -> c) -> T i a -> T i b -> Maybe (T i c)

    numeric-prelude Number.Physical

    No documentation available.

  7. ratPowMaybe :: C a => T Int -> T i a -> Maybe (T i a)

    numeric-prelude Number.Physical

    No documentation available.

  8. subMaybe :: (Eq i, C a) => T i a -> T i a -> Maybe (T i a)

    numeric-prelude Number.Physical

    Subtract two values if the units match, otherwise return Nothing

  9. ratScaleMaybe :: T Int -> T i -> Maybe (T i)

    numeric-prelude Number.Physical.Unit

    No documentation available.

  10. ratScaleMaybe2 :: T Int -> T i -> Map i (Maybe Int)

    numeric-prelude Number.Physical.Unit

    No documentation available.

Page 180 of many | Previous | Next

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