Pure
libretto.lambda.Shuffled.Pure
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
override def foldMap[->>[_, _]](f: [x, y] => (x$1: x -> y) => ->>[x, y])(using SymmetricSemigroupalCategory[->>, |*|]): A ->> B
Attributes
- Definition Classes
override def project[C](p: Projection[|*|, B, C], f: [X, Y, Z] => (x$1: X -> Y, x$2: Projection[|*|, Y, Z]) => ProjectRes[X, Z]): ProjectRes[A, C]
Attributes
- Definition Classes
override def sweepL[F[_], ->>[_, _]](a: F[A], f: [t, u] => (x$1: F[t], x$2: t -> u) => (->>[t, u], F[u]))(using tgt: With[->>, |*|, shuffle.type], F: StrongZippable[|*|, F]): (tgt.Shuffled[A, B], F[B])
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
override def traverse[G[_] : Applicative, ->>[_, _]](f: [t, u] => (x$1: t -> u) => G[->>[t, u]])(implicit evidence$1: Applicative[G], tgt: With[->>, |*|, shuffle.type]): G[tgt.Shuffled[A, B]]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Shuffled
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article