case object Star extends AtomicTerm with Product with Serializable
the object in the Unit type
- Alphabetic
- By Inheritance
- Star
- Serializable
- Product
- Equals
- AtomicTerm
- Term
- Subs
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def dependsOn(that: Term): Boolean
returns whether
this
depends onthat
returns whether
this
depends onthat
- Definition Classes
- Term
- def indepOf(that: Term): Boolean
returns whether
this
is independent ofthat
.returns whether
this
is independent ofthat
.- Definition Classes
- Term
- def newobj: AtomicTerm
A new object with the same type, to be used in place of a variable to avoid name clashes.
A new object with the same type, to be used in place of a variable to avoid name clashes. Should throw exception when invoked for constants.
- Definition Classes
- AtomicTerm → Subs
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def replace(x: Term, y: Term): AtomicTerm with Subs[AtomicTerm]
refine substitution so if x and y are both of certain forms such as pairs or formal applications, components are substituted.
refine substitution so if x and y are both of certain forms such as pairs or formal applications, components are substituted.
- Definition Classes
- Subs
- def subs(x: Term, y: Term): AtomicTerm
substitute x by y recursively in
this
.substitute x by y recursively in
this
.- Definition Classes
- AtomicTerm → Subs
- val typ: Unit.type
the HoTT-type of the term
- def usesVar(t: Term): Boolean
returns whether the variable
t
is used as a variable in a lambda definition.returns whether the variable
t
is used as a variable in a lambda definition.- Definition Classes
- Term