Safe Haskell | None |
---|---|
Language | Haskell2010 |
Fresnel.Profunctor.Star1
Contents
Star1 profunctor
newtype Star1 (f :: Type -> Type) a b Source #
Just like Star
, but with some instances defined in terms of Apply
instead of Applicative
. Used by Traversal1
& Fold1
.