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.

  1. postProcessBounded :: MonadRunInIO m => Channel m a -> m Bool

    streamly Streamly.Internal.Data.Stream.Prelude

    No documentation available.

  2. readOutputQBounded :: MonadRunInIO m => Bool -> Channel m a -> m [ChildEvent a]

    streamly Streamly.Internal.Data.Stream.Prelude

    No documentation available.

  3. strengthenBounded :: forall m n . (Typeable n, Integral n, Typeable m, Integral m, Bounded m, FiniteBits m) => n -> Either StrengthenFailure' m

    strongweak Strongweak.Strengthen

    Strengthen one numeric type into another. n must be "wider" than m. FiniteBits m is for error printing.

  4. newBoundedActor :: InboxLength -> ActorHandler message result -> IO (Actor message result)

    thread-supervisor Control.Concurrent.Supervisor

    Create a new actor with bounded inbox queue.

  5. newBoundedActor :: InboxLength -> ActorHandler message result -> IO (Actor message result)

    thread-supervisor Control.Concurrent.SupervisorInternal

    Create a new actor with bounded inbox queue.

  6. _BoundedInteger :: (Integral a, Bounded a, Show a) => TomlBiMap a Integer

    tomland Toml.Codec.BiMap.Conversion

    Helper BiMap for Integer and integral, bounded values.

  7. _EnumBounded :: (Show a, Enum a, Bounded a) => TomlBiMap a AnyValue

    tomland Toml.Codec.BiMap.Conversion

    BiMap for nullary sum data types (enumerations) with Show, Enum and Bounded instances. Usually used as the enumBounded combinator.

  8. _EnumBoundedText :: (Show a, Enum a, Bounded a) => TomlBiMap a Text

    tomland Toml.Codec.BiMap.Conversion

    Helper BiMap for _EnumBounded and Text.

  9. enumBounded :: (Bounded a, Enum a, Show a) => Key -> TomlCodec a

    tomland 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
    

  10. 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.

Page 47 of many | Previous | Next