Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
boundedMul :: SaturatingNum a => a -> a -> aclash-prelude Clash.Class.Num Multiplication that clips to maxBound on overflow, and minBound on underflow
boundedSub :: SaturatingNum a => a -> a -> aclash-prelude Clash.Class.Num Subtraction that clips to maxBound on overflow, and minBound on underflow
boundedCountMaybeNext :: (Eq a, Bounded a, Enum a) => Maybe a -> Maybe acountable Data.Countable No documentation available.
boundedCountPrevious :: (Eq a, Bounded a, Enum a) => a -> Maybe acountable Data.Countable No documentation available.
-
data-textual Data.Textual.Integral Parse a number written in the specified positional numeral system, failing on overflow. The supplied parser is used to determine the sign of the number.
boundedEnumLaws :: (Bounded a, Enum a, Eq a, Show a) => Gen a -> Lawshedgehog-classes Hedgehog.Classes Tests the same laws as enumLaws, but uses the Bounded constraint to ensure that succ and pred behave as though they are total. This should always be preferred if your type has a Bounded instance.
boundedIntegerScalar :: (Integral a, FiniteBits a) => Signed -> NumeralSystem -> Scalar ayaml-unscrambler YamlUnscrambler Numeric scalar parser into a bounded integer value. E.g., Int, Int64, Word, but not Integer.
-
Agda Agda.TypeChecking.SizedTypes Whenever we create a bounded size meta, add a constraint expressing the bound. First argument is the new meta and must be a MetaV{}. In boundedSizeMetaHook v tel a, tel includes the current context.
-
A strict, immutable, thread-safe, single-ended, bounded queue. A strict, immutable, thread-safe, single-ended, bounded queue which automatically forgets old values instead of blocking.
boundedBuilderUtf8BytesIso8601 :: OffsetDatetime -> Builder 50chronos Chronos No documentation available.