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. numLoopState :: (Num a, Eq a, Monad m) => a -> a -> b -> (b -> a -> m b) -> m b

    loop Control.Loop

    numLoopState start end f initialState: Loops over a contiguous numerical range, including end threading a state through the computation. It uses (+ 1) so for most integer types it has no bounds (overflow) check.

  2. numErrorVeryInaccurate :: String -> String -> NumError

    mixed-types-num Numeric.MixedTypes.Reduce

    No documentation available.

  3. package numeric-limits

    Various floating point limit related constants. Various floating point limit related constants.

  4. numeric :: Value Scientific

    postgresql-binary PostgreSQL.Binary.Decoding

    No documentation available.

  5. nummultirange :: Value (Multirange Scientific)

    postgresql-binary PostgreSQL.Binary.Decoding

    nummultirange
    

  6. numrange :: Value (Range Scientific)

    postgresql-binary PostgreSQL.Binary.Decoding

    numrange
    

  7. numeric :: Scientific -> Encoding

    postgresql-binary PostgreSQL.Binary.Encoding

    No documentation available.

  8. nummultirange :: Multirange Scientific -> Encoding

    postgresql-binary PostgreSQL.Binary.Encoding

    No documentation available.

  9. numrange :: Range Scientific -> Encoding

    postgresql-binary PostgreSQL.Binary.Encoding

    No documentation available.

  10. numEvents :: Categorical p a -> Int

    random-fu Data.Random.Distribution.Categorical

    No documentation available.

Page 86 of many | Previous | Next