Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
.
Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
.