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. fromNumber :: C a => a -> T a

    non-negative Numeric.NonNegative.Chunky

    No documentation available.

  2. toNumber :: C a => T a -> a

    non-negative Numeric.NonNegative.Chunky

    No documentation available.

  3. fromNumber :: (Ord a, Num a) => a -> T a

    non-negative Numeric.NonNegative.Wrapper

    Convert a number to a non-negative number. If a negative number is given, an error is raised.

  4. fromNumberClip :: (Ord a, Num a) => a -> T a

    non-negative Numeric.NonNegative.Wrapper

    Convert a number to a non-negative number. A negative number will be replaced by zero. Use this function with care since it may hide bugs.

  5. fromNumberMsg :: (Ord a, Num a) => String -> a -> T a

    non-negative Numeric.NonNegative.Wrapper

    No documentation available.

  6. fromNumberUnsafe :: a -> T a

    non-negative Numeric.NonNegative.Wrapper

    Wrap a number into a non-negative number without doing checks. This routine exists entirely for efficiency reasons and must be used only in cases where you are absolutely sure, that the input number is non-negative.

  7. toNumber :: T a -> a

    non-negative Numeric.NonNegative.Wrapper

    No documentation available.

  8. rsIterNumber :: RetryStatus -> !Int

    retry Control.Retry

    Iteration number, where 0 is the first try

  9. rsIterNumberL :: Lens' RetryStatus Int

    retry Control.Retry

    No documentation available.

  10. rsIterNumber :: RetryStatus -> !Int

    retry UnliftIO.Retry

    Iteration number, where 0 is the first try

Page 195 of many | Previous | Next