Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. CLIHelpRequested :: CLIParseResult

    skeletest Skeletest.Internal.CLI

    No documentation available.

  2. RequiredFlag :: (String -> Either String a) -> FlagSpec a

    skeletest Skeletest.Internal.CLI

    No documentation available.

  3. class HasSubsequences a

    skeletest Skeletest.Internal.Predicate

    No documentation available.

  4. class HasSubsequences a

    skeletest Skeletest.Predicate

    No documentation available.

  5. type family IsEQ c

    tfp Type.Data.Ord

    No documentation available.

  6. isEQ :: Proxy c -> Proxy (IsEQ c)

    tfp Type.Data.Ord

    No documentation available.

  7. fsequence :: (Applicative (Flip s c), Traversable t) => t (s a c) -> s (t a) c

    type-flip Data.Type.Flip

    No documentation available.

  8. lucasSequenceU :: (Integral i, Corecursive (->) t ((,) i)) => i -> i -> t

    yaya Yaya.Applied

    No documentation available.

  9. lucasSequenceV :: (Integral i, Corecursive (->) t ((,) i)) => i -> i -> t

    yaya Yaya.Applied

    No documentation available.

  10. recursiveEq :: forall t (f :: Type -> Type) u . (Recursive (->) t f, Steppable (->) u f, Functor f, Foldable f, Eq1 f) => t -> u -> Bool

    yaya Yaya.Fold

    An implementation of == for any Recursive instance. Note that this is actually more general than Eq’s ==, as it can compare between different fixed-point representations of the same functor. NB: Use recursiveEq' if you need to use a custom comparator for f.

Page 434 of many | Previous | Next