InHead

libretto.lambda.Member.InHead
case class InHead[||[_, _], ::[_, _], Label <: String, A, Tail](label: Label) extends Member[||, ::, Label, A, (Label :: A) || Tail]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Member[||, ::, Label, A, (Label :: A) || Tail]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

final type Type = A

Attributes

Inherited from:
Member

Value members

Concrete methods

override def testEqual[Lbl2, B](that: Member[||, ::, Lbl2, B, (Label :: A) || Tail])(using BiInjective[||], BiInjective[::]): Option[A =:= B]

Attributes

Definition Classes

Inherited methods

def inTail[HLbl, H]: Member[||, ::, Label, A, (HLbl :: H) || (Label :: A) || Tail]

Attributes

Inherited from:
Member
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product