ClosureRes

libretto.lambda.Closures.ClosureRes$
See theClosureRes companion trait
object ClosureRes

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Capturing[X, A, A1, B](captured: Expr[X], m: Multiplier[|*|, A, A1], f: X |*| A1 -⚬ B) extends ClosureRes[A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ClosureRes[A, B]
class Object
trait Matchable
class Any
case class NonCapturing[A, A1, B](m: Multiplier[|*|, A, A1], f: A1 -⚬ B) extends ClosureRes[A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ClosureRes[A, B]
class Object
trait Matchable
class Any
case class NonLinear[A, B](e: LE) extends ClosureRes[A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ClosureRes[A, B]
class Object
trait Matchable
class Any
case class NotFound[A, B](b: Expr[B]) extends ClosureRes[A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ClosureRes[A, B]
class Object
trait Matchable
class Any

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