Snd

libretto.lambda.Focus.Snd
case class Snd[|*|[_, _], F[_], A](i: Focus[|*|, F]) extends Proper[|*|, [x] =>> A |*| F[x]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Proper[|*|, [x] =>> A |*| F[x]]
trait Focus[|*|, [x] =>> A |*| F[x]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def injective(using BiInjective[|*|]): Injective[[x] =>> A |*| F[x]]

Attributes

Definition Classes
override def provePair[X]: Exists[[P] =>> Exists[[Q] =>> (A |*| F[X]) =:= (P |*| Q)]]

Attributes

Definition Classes

Inherited methods

def compose[G[_]](that: Focus[|*|, G]): Focus[|*|, [x] =>> [x] =>> A |*| F[x][G[x]]]

Attributes

Inherited from:
Focus
def inFst[B]: Focus[|*|, [x] =>> [x] =>> A |*| F[x][x] |*| B]

Attributes

Inherited from:
Focus
def inSnd[A]: Focus[|*|, [x] =>> A |*| [x] =>> A |*| F[x][x]]

Attributes

Inherited from:
Focus
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product