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.
bisequenceA1_ :: (Bifoldable1 t, Apply f) => t (f a) (f b) -> f ()semigroupoids Data.Semigroup.Bifoldable No documentation available.
bisequence1 :: (Bitraversable1 t, Apply f) => t (f a) (f b) -> f (t a b)semigroupoids Data.Semigroup.Bitraversable No documentation available.
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.
bisequence1 :: (Bitraversable1 t, Apply f) => t (f a) (f b) -> f (t a b)semigroupoids Data.Semigroup.Traversable.Class No documentation available.
makeBisequence :: Name -> Q Expbifunctors Data.Bifunctor.TH Generates a lambda expression which behaves like bisequence (without requiring a Bitraversable instance).
makeBisequenceA :: Name -> Q Expbifunctors Data.Bifunctor.TH Generates a lambda expression which behaves like bisequenceA (without requiring a Bitraversable instance).
makeBisequenceAOptions :: Options -> Name -> Q Expbifunctors Data.Bifunctor.TH Like makeBitraverseA, but takes an Options argument.
makeBisequenceOptions :: Options -> Name -> Q Expbifunctors Data.Bifunctor.TH Like makeBisequence, but takes an Options argument.
withSequence :: Text -> ([YamlValue] -> YamlParser a) -> YamlValue -> YamlParser ayaml Data.Yaml.Parser No documentation available.
frameSequenceNum :: APngFrameControl -> !Word32JuicyPixels Codec.Picture.Png.Internal.Type Starting from 0