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.
-
streamly Streamly.Internal.Data.SVar No documentation available.
-
streamly Streamly.Internal.Data.Stream.IsStream enumerateFromBounded = enumerateFromTo from maxBound
enumerateFrom for Bounded Enum types. -
streamly Streamly.Internal.Data.Stream.IsStream 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.
postProcessBounded :: MonadRunInIO m => Channel m a -> m Boolstreamly Streamly.Internal.Data.Stream.Prelude No documentation available.
readOutputQBounded :: MonadRunInIO m => Bool -> Channel m a -> m [ChildEvent a]streamly Streamly.Internal.Data.Stream.Prelude No documentation available.
-
strongweak Strongweak.Strengthen Strengthen one numeric type into another. n must be "wider" than m. FiniteBits m is for error printing.
newBoundedActor :: InboxLength -> ActorHandler message result -> IO (Actor message result)thread-supervisor Control.Concurrent.Supervisor Create a new actor with bounded inbox queue.
newBoundedActor :: InboxLength -> ActorHandler message result -> IO (Actor message result)thread-supervisor Control.Concurrent.SupervisorInternal Create a new actor with bounded inbox queue.
_BoundedInteger :: (Integral a, Bounded a, Show a) => TomlBiMap a Integertomland Toml.Codec.BiMap.Conversion _EnumBounded :: (Show a, Enum a, Bounded a) => TomlBiMap a AnyValuetomland Toml.Codec.BiMap.Conversion BiMap for nullary sum data types (enumerations) with Show, Enum and Bounded instances. Usually used as the enumBounded combinator.