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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. numPendingMessages :: XPendingSummaryResponse -> Integer

    hedis Database.Redis

    No documentation available.

  2. numPendingMessagesByconsumer :: XPendingSummaryResponse -> [(ByteString, Integer)]

    hedis Database.Redis

    No documentation available.

  3. numTimesDelivered :: XPendingDetailRecord -> Integer

    hedis Database.Redis

    No documentation available.

  4. numPendingMessages :: XPendingSummaryResponse -> Integer

    hedis Database.Redis.Sentinel

    No documentation available.

  5. numPendingMessagesByconsumer :: XPendingSummaryResponse -> [(ByteString, Integer)]

    hedis Database.Redis.Sentinel

    No documentation available.

  6. numTimesDelivered :: XPendingDetailRecord -> Integer

    hedis Database.Redis.Sentinel

    No documentation available.

  7. number :: Floating a => a -> FortranIO r (Ptr a)

    netlib-ffi Numeric.Netlib.Utility

    No documentation available.

  8. numerator :: Ratio a -> a

    relude Relude.Numeric

    Extract the numerator of the ratio in reduced form: the numerator and denominator have no common factor and the denominator is positive.

  9. numOfFields :: forall (a :: k) . GSerialiseSum f => f a -> Word

    serialise Codec.Serialise.Class

    Number of fields of given value

  10. numberOfBits :: FiniteBitsOps bits => bits -> CountOf Bool

    basement Basement.Bits

    get the number of bits in the given object

Page 71 of many | Previous | Next

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