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.
pokeBoundedPtrUnsafe :: Unbox a => a -> BoundedPtr -> IO BoundedPtrstreamly-core Streamly.Internal.Data.MutByteArray No documentation available.
-
streamly-core Streamly.Internal.Data.Stream >>> enumerateFromBounded from = Stream.enumerateFromTo from maxBound
enumerateFrom for Bounded Enum types. -
streamly-core Streamly.Internal.Data.Stream enumerateFromThen for Enum types not larger than Int. Note: We convert the Enum to Int and enumerate the Int. If a type is bounded but does not have a Bounded instance then we can go on enumerating it beyond the legal values of the type, resulting in the failure of toEnum when converting back to Enum. Therefore we require a Bounded instance for this function to be safely used.
-
streamly-core Streamly.Internal.Data.Unfold No documentation available.
-
streamly-core Streamly.Internal.Data.Unfold Enumerate from given starting Enum value from with stride of 1 till maxBound Internal
-
streamly-core Streamly.Internal.Data.Unfold No documentation available.
-
streamly-core Streamly.Internal.Data.Unfold Enumerate from given starting Enum value from and next Enum value next with stride of (fromEnum next - fromEnum from) till maxBound. Internal
-
streamly-core Streamly.Internal.Data.Unfold No documentation available.
-
streamly-core Streamly.Internal.Data.Unfold No documentation available.
oBounded :: Options -> Maybe Integertesting-feat Test.Feat Maximum number of tests per size