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.

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

    tomland Toml.Codec.BiMap.Conversion

    Helper BiMap for _EnumBounded and Text.

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

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

  4. mapConcurrentlyBounded_ :: Traversable t => Int -> (a -> IO ()) -> t a -> IO ()

    async-extra Control.Concurrent.Async.Extra

    Span a green thread for each task, but only execute N tasks concurrently. Ignore the result

  5. linesUnboundedAsciiC :: forall (m :: Type -> Type) seq . (Monad m, IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Same as linesUnbounded, but for ASCII/binary data.

  6. linesUnboundedC :: forall (m :: Type -> Type) seq . (Monad m, IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Convert a stream of arbitrarily-chunked textual data into a stream of data where each chunk represents a single line. Note that, if you have unknownuntrusted input, this function is unsafe/, since it would allow an attacker to form lines of massive length and exhaust memory.

  7. LowerBoundedField :: Class

    dotparse DotParse.Examples.NumHask

    No documentation available.

  8. UpperBoundedField :: Class

    dotparse DotParse.Examples.NumHask

    No documentation available.

  9. BJBounded :: BasicJoin

    funcmp FMP.Picture

    No documentation available.

  10. joinBounded :: BasicJoin

    funcmp FMP.Picture

    No documentation available.

Page 48 of many | Previous | Next