Unvar

libretto.lambda.LambdasImpl.Unvar
See theUnvar companion trait
object Unvar

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Unvar.type

Members list

Type members

Classlikes

case class Par[A1, A2, X1, X2](u1: Unvar[A1, X1], u2: Unvar[A2, X2]) extends Unvar[A1 |*| A2, X1 |*| X2]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Unvar[A1 |*| A2, X1 |*| X2]
class Object
trait Matchable
class Any
Show all
case class SingleVar[V]() extends Unvar[Var[V], V]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Unvar[Var[V], V]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val objectMap: ObjectMap[|*|, |*|, Unvar]