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.
-
non-negative Numeric.NonNegative.Chunky No documentation available.
-
non-negative Numeric.NonNegative.Chunky No documentation available.
fromNumber :: (Ord a, Num a) => a -> T anon-negative Numeric.NonNegative.Wrapper Convert a number to a non-negative number. If a negative number is given, an error is raised.
fromNumberClip :: (Ord a, Num a) => a -> T anon-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.
fromNumberMsg :: (Ord a, Num a) => String -> a -> T anon-negative Numeric.NonNegative.Wrapper No documentation available.
-
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.
-
non-negative Numeric.NonNegative.Wrapper No documentation available.
rsIterNumber :: RetryStatus -> !Intretry Control.Retry Iteration number, where 0 is the first try
rsIterNumberL :: Lens' RetryStatus Intretry Control.Retry No documentation available.
rsIterNumber :: RetryStatus -> !Intretry UnliftIO.Retry Iteration number, where 0 is the first try