Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. numTicks' :: Lens' Tick (Maybe Int)

    chart-svg Chart.Hud

    Lens between number of ticks and a Tick. Only for TickRound and TickExact

  2. numBuffered :: ConcurrencyState -> IORefId -> Int

    dejafu Test.DejaFu.Types

    Check how many buffered writes an IORef has.

  3. number :: Scientific -> Greskell Scientific

    greskell-core Data.Greskell.Greskell

    Arbitrary precision number literal, like "123e8".

  4. number :: ColourPrefs -> [Highlight]

    hscolour Language.Haskell.HsColour

    No documentation available.

  5. number :: ColourPrefs -> [Highlight]

    hscolour Language.Haskell.HsColour.Colourise

    No documentation available.

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

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

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

  9. numErrorVeryInaccurate :: String -> String -> NumError

    mixed-types-num Numeric.MixedTypes.Reduce

    No documentation available.

  10. package numeric-limits

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

Page 83 of many | Previous | Next