case class PosWitProd(a: PosWit, b: PosWit) extends PosWit with Product with Serializable
- Alphabetic
- By Inheritance
- PosWitProd
- Serializable
- Product
- Equals
- PosWit
- Term
- Subs
- AnyRef
- Any
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
- def +(that: PosWit): PosWitSum
- Definition Classes
- PosWit
- def <(that: PosWitProd): Boolean
- Implicit
- This member is added by an implicit conversion from PosWitProd toOrdered[PosWitProd] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[PosWitProd] is in scope.
- Definition Classes
- Ordered
- def <=(that: PosWitProd): Boolean
- Implicit
- This member is added by an implicit conversion from PosWitProd toOrdered[PosWitProd] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[PosWitProd] is in scope.
- Definition Classes
- Ordered
- def >(that: PosWitProd): Boolean
- Implicit
- This member is added by an implicit conversion from PosWitProd toOrdered[PosWitProd] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[PosWitProd] is in scope.
- Definition Classes
- Ordered
- def >=(that: PosWitProd): Boolean
- Implicit
- This member is added by an implicit conversion from PosWitProd toOrdered[PosWitProd] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[PosWitProd] is in scope.
- Definition Classes
- Ordered
- val a: PosWit
- val b: PosWit
- def compare(that: PosWitProd): Int
- Implicit
- This member is added by an implicit conversion from PosWitProd toOrdered[PosWitProd] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[PosWitProd] is in scope.
- Definition Classes
- Ordered
- def compareTo(that: PosWitProd): Int
- Implicit
- This member is added by an implicit conversion from PosWitProd toOrdered[PosWitProd] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[PosWitProd] is in scope.
- Definition Classes
- Ordered → Comparable
- 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: PosWit
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
- PosWitProd → Subs
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def replace(x: Term, y: Term): PosWit with Subs[PosWit]
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): PosWitSum
substitute x by y recursively in
this
.substitute x by y recursively in
this
.- Definition Classes
- PosWitProd → Subs
- lazy val typ: Pos
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
- lazy val value: QField.LocalTerm
- Definition Classes
- PosWitProd → PosWit