Permeable

libretto.lambda.Shuffled.Permeable
See thePermeable companion object
sealed trait Permeable[A, B] extends Shuffled[A, B]

Attributes

Companion
object
Graph
Supertypes
trait Shuffled[A, B]
class Object
trait Matchable
class Any
Known subtypes
class Pure[A, B]
class SemiObstructed[A, X1, X2, Y2, Z2, B1, B2]

Members list

Value members

Inherited methods

def >[C](that: Shuffled[B, C]): Shuffled[A, C]

Attributes

Inherited from:
Shuffled
def at[F[_]](f: Focus[|*|, F]): Shuffled[F[A], F[B]]

Attributes

Inherited from:
Shuffled
def from[Z](using ev: Z =:= A): Shuffled[Z, B]

Attributes

Inherited from:
Shuffled
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
def to[C](using ev: B =:= C): Shuffled[A, C]

Attributes

Inherited from:
Shuffled

Inherited and Abstract methods

infix def after[Z](that: Shuffled[Z, A]): Shuffled[Z, B]

Attributes

Inherited from:
Shuffled
infix def afterShuffle[Z](that: Z shuffle.~⚬ A): Shuffled[Z, B]

Attributes

Inherited from:
Shuffled
def chaseBw[G[_], X](i: Focus[|*|, G])(using B =:= G[X]): ChaseBwRes[A, G, X]

Attributes

Inherited from:
Shuffled
def chaseFw[F[_], X](i: Focus[|*|, F])(using A =:= F[X]): ChaseFwRes[F, X, B]

Attributes

Inherited from:
Shuffled
def foldMap[->>[_, _]](f: [x, y] => (x -> y) => ->>[x, y])(using SymmetricSemigroupalCategory[->>, |*|]): A ->> B

Attributes

Inherited from:
Shuffled
def inFst[Y]: Shuffled[A |*| Y, B |*| Y]

Attributes

Inherited from:
Shuffled
def inSnd[X]: Shuffled[X |*| A, X |*| 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
infix def thenShuffle[C](that: B shuffle.~⚬ C): Shuffled[A, C]

Attributes

Inherited from:
Shuffled
def translate[->>[_, _], <*>[_, _], F[_, _], S](fa: F[A, S], om: SemigroupalObjectMap[|*|, <*>, F], am: ArrowMap[->, ->>, F])(using tgt: Shuffled[->>, <*>]): Exists[[T] =>> (Shuffled[S, T], F[B, T])]

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