Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
boundedBuilderUtf8BytesIso8601Zoneless :: Datetime -> Builder 44chronos Chronos Encode a datetime with ISO-8601. The result does not include any indication of a time zone. If the subsecond part is zero, it is suppressed. Examples of output:
2021-01-05T23:00:51 2021-01-05T23:00:52.123 2021-01-05T23:00:53.674094347
boundedAdd :: SaturatingNum a => a -> a -> aclash-prelude Clash.Class.Num Addition that clips to maxBound on overflow, and minBound on underflow
boundedMul :: SaturatingNum a => a -> a -> aclash-prelude Clash.Class.Num Multiplication that clips to maxBound on overflow, and minBound on underflow