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.
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.
_EnumBoundedText :: (Show a, Enum a, Bounded a) => TomlBiMap a Texttomland Toml.Codec.BiMap.Conversion Helper BiMap for _EnumBounded and Text.
enumBounded :: (Bounded a, Enum a, Show a) => Key -> TomlCodec atomland Toml.Codec.Combinator.Custom Codec for general nullary sum data types with a Bounded, Enum, and Show instance. This codec is similar to read but provides much better error messages than read for nullary sum types. E.g. for the same Format example from read function, but with the Toml.enumBounded "foo" codec the error for foo = "Jif" in the TOML file will look like this:
tomland decode error: Value is Jif but expected one of: Jpeg, Png, Gif
mapConcurrentlyBounded :: Traversable t => Int -> (a -> IO b) -> t a -> IO (t b)async-extra Control.Concurrent.Async.Extra Span a green thread for each task, but only execute N tasks concurrently.