Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. number :: Scientific -> Greskell Scientific

    greskell-core Data.Greskell.Greskell

    Arbitrary precision number literal, like "123e8".

  2. number :: ColourPrefs -> [Highlight]

    hscolour Language.Haskell.HsColour

    No documentation available.

  3. number :: ColourPrefs -> [Highlight]

    hscolour Language.Haskell.HsColour.Colourise

    No documentation available.

  4. numLoop :: (Num a, Ord a, Monad m) => a -> a -> (a -> m ()) -> m ()

    loop Control.Loop

    numLoop start end f: Loops over a contiguous numerical range, including end. Does nothing when not start <= end. It uses (+ 1) so for most integer types it has no bounds (overflow) check.

  5. numLoopFold :: (Num a, Eq a) => a -> a -> acc -> (acc -> a -> acc) -> acc

    loop Control.Loop

    numLoopFold start end acc0 f: A pure fold over a contiguous numerical range, including end. It uses (+ 1) so for most integer types it has no bounds (overflow) check. Care is taken that acc0 not be strictly evaluated if unless done so by f.

  6. 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.

  7. numErrorVeryInaccurate :: String -> String -> NumError

    mixed-types-num Numeric.MixedTypes.Reduce

    No documentation available.

  8. package numeric-limits

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

  9. numeric :: Value Scientific

    postgresql-binary PostgreSQL.Binary.Decoding

    No documentation available.

  10. nummultirange :: Value (Multirange Scientific)

    postgresql-binary PostgreSQL.Binary.Decoding

    nummultirange
    

Page 85 of many | Previous | Next