libretto.lambda.Shuffled.Permeable
See thePermeable companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Value members
Inherited methods
def takeLeadingForestAtWhile[F[_], X, ->>[_, _]](pos: Focus[|*|, F], pred: [x, y] => (x -> y) => Option[->>[x, y]])(using ev: A =:= F[X]): Exists[[Y] =>> (AForest[->>, |*|, X, Y], Shuffled[F[Y], B])]
Extracts the maximum forest-shaped prefix at the given position satisfying the given predicate.
Extracts the maximum forest-shaped prefix at the given position satisfying the given predicate.
Attributes
- Inherited from:
- Shuffled
Inherited and Abstract methods
Attributes
- Inherited from:
- Shuffled
Attributes
- Inherited from:
- Shuffled
Attributes
- Inherited from:
- Shuffled
def foldMap[->>[_, _]](f: [x, y] => (x -> y) => ->>[x, y])(using SymmetricSemigroupalCategory[->>, |*|]): A ->> B
Attributes
- Inherited from:
- Shuffled
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
- Inherited from:
- Shuffled
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
- Inherited from:
- Shuffled
Attributes
- Inherited from:
- Shuffled
Attributes
- Inherited from:
- Shuffled
def traverse[G[_], ->>[_, _]](f: [t, u] => (t -> u) => G[->>[t, u]])(using tgt: With[->>, |*|, shuffle.type], G: Applicative[G]): G[tgt.Shuffled[A, B]]
Attributes
- Inherited from:
- Shuffled
Attributes
- Inherited from:
- Shuffled
In this article