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. bisequenceA1_ :: (Bifoldable1 t, Apply f) => t (f a) (f b) -> f ()

    semigroupoids Data.Semigroup.Bifoldable

    No documentation available.

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

    semigroupoids Data.Semigroup.Bitraversable

    No documentation available.

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

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

    semigroupoids Data.Semigroup.Traversable.Class

    No documentation available.

  5. makeBisequence :: Name -> Q Exp

    bifunctors Data.Bifunctor.TH

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

  6. makeBisequenceA :: Name -> Q Exp

    bifunctors Data.Bifunctor.TH

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

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

    bifunctors Data.Bifunctor.TH

    Like makeBitraverseA, but takes an Options argument.

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

    bifunctors Data.Bifunctor.TH

    Like makeBisequence, but takes an Options argument.

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

    yaml Data.Yaml.Parser

    No documentation available.

  10. frameSequenceNum :: APngFrameControl -> !Word32

    JuicyPixels Codec.Picture.Png.Internal.Type

    Starting from 0

Page 51 of many | Previous | Next