Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. bisequence1 :: (Bitraversable1 t, Apply f) => t (f a) (f b) -> f (t a b)

    semigroupoids Data.Semigroup.Bitraversable

    No documentation available.

  2. gsequence1 :: (Traversable1 (Rep1 t), Apply f, Generic1 t) => t (f b) -> f (t b)

    semigroupoids Data.Semigroup.Traversable

    Generic sequence1. Caveats are the same for gtraverse1.

  3. bisequence1 :: (Bitraversable1 t, Apply f) => t (f a) (f b) -> f (t a b)

    semigroupoids Data.Semigroup.Traversable.Class

    No documentation available.

  4. makeBisequence :: Name -> Q Exp

    bifunctors Data.Bifunctor.TH

    Generates a lambda expression which behaves like bisequence (without requiring a Bitraversable instance).

  5. makeBisequenceA :: Name -> Q Exp

    bifunctors Data.Bifunctor.TH

    Generates a lambda expression which behaves like bisequenceA (without requiring a Bitraversable instance).

  6. makeBisequenceAOptions :: Options -> Name -> Q Exp

    bifunctors Data.Bifunctor.TH

    Like makeBitraverseA, but takes an Options argument.

  7. makeBisequenceOptions :: Options -> Name -> Q Exp

    bifunctors Data.Bifunctor.TH

    Like makeBisequence, but takes an Options argument.

  8. withSequence :: Text -> ([YamlValue] -> YamlParser a) -> YamlValue -> YamlParser a

    yaml Data.Yaml.Parser

    No documentation available.

  9. frameSequenceNum :: APngFrameControl -> !Word32

    JuicyPixels Codec.Picture.Png.Internal.Type

    Starting from 0

  10. gsequence :: (GTraversable t, Monad m) => t (m a) -> m (t a)

    generic-deriving Generics.Deriving.Traversable

    No documentation available.

Page 51 of many | Previous | Next