Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. class (AllZipF AllZip f xss yss, SListI xss, SListI yss, SameShapeAs xss yss, SameShapeAs yss xss) => AllZip2 (f :: a -> b -> Constraint) (xss :: [[a]]) (yss :: [[b]])

    generics-sop Generics.SOP

    Require a constraint pointwise for every pair of elements from two lists of lists.

  2. type family AllZipN (h :: k -> Type -> l -> Type) (c :: k1 -> k2 -> Constraint) :: l1 -> l2 -> Constraint

    generics-sop Generics.SOP

    A generalization of AllZip and AllZip2. The family AllZipN expands to AllZip or AllZip2 depending on whther the argument is indexed by a list or a list of lists.

  3. newtype AllE e r

    errors Control.Error.Util

    Run multiple Either computations and succeed if all of them succeed mappends all successes or failures

  4. AllE :: Either e r -> AllE e r

    errors Control.Error.Util

    No documentation available.

  5. newtype AllMatches (f :: Type -> Type) b

    regex-base Text.Regex.Base.RegexLike

    Used in results of RegexContext instances.

  6. AllMatches :: f b -> AllMatches (f :: Type -> Type) b

    regex-base Text.Regex.Base.RegexLike

    No documentation available.

  7. newtype AllSubmatches (f :: Type -> Type) b

    regex-base Text.Regex.Base.RegexLike

    Used in results of RegexContext instances.

  8. AllSubmatches :: f b -> AllSubmatches (f :: Type -> Type) b

    regex-base Text.Regex.Base.RegexLike

    No documentation available.

  9. newtype AllTextMatches (f :: Type -> Type) b

    regex-base Text.Regex.Base.RegexLike

    Used in results of RegexContext instances.

  10. AllTextMatches :: f b -> AllTextMatches (f :: Type -> Type) b

    regex-base Text.Regex.Base.RegexLike

    No documentation available.

Page 33 of many | Previous | Next