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.
-
yaya Yaya.Fold Like recursiveEq, but allows you to provide a custom comparator for f.
seqEither :: Functor f => Coalgebra (->) f a -> DistributiveLaw (->) (Either a) fyaya Yaya.Fold No documentation available.
seqIdentity :: forall (f :: Type -> Type) . Functor f => DistributiveLaw (->) Identity fyaya Yaya.Fold binarySequence :: (a -> b -> c) -> (a, b) -> (a, (b, c))yaya Yaya.Fold.Common No documentation available.
lucasSequence' :: Num n => n -> n -> (n, n) -> (n, (n, n))yaya Yaya.Fold.Common No documentation available.
ternarySequence :: (a -> b -> c -> d) -> (a, b, c) -> (a, (b, c, d))yaya Yaya.Fold.Common No documentation available.
unarySequence :: (a -> b) -> a -> (a, b)yaya Yaya.Fold.Common No documentation available.
-
yaya Yaya.Retrofit 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.
-
yaya Yaya.Retrofit Like recursiveEq, but allows you to provide a custom comparator for f.
frequency' :: [(Int, MakeResult a)] -> MakeResult aChasingBottoms Test.ChasingBottoms.ContinuousFunctions Lifting of frequency.