Packages

case class Refl[U <: Term with Subs[U]](dom: Typ[U], value: U) extends Equality[U] with Subs[Refl[U]] with Product with Serializable

the reflexivity term with type an equality value = value

Linear Supertypes
Serializable, Product, Equals, Equality[U], Term, Subs[Refl[U]], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Refl
  2. Serializable
  3. Product
  4. Equals
  5. Equality
  6. Term
  7. Subs
  8. AnyRef
  9. Any
Implicitly
  1. by RichTerm
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Refl(dom: Typ[U], value: U)

Value Members

  1. def &&(that: Equality[U]): Equality[U]
    Definition Classes
    Equality
  2. def &&&(that: Equality[U]): Equality[U]
    Definition Classes
    Equality
  3. def **:[V <: Term with Subs[V]](f: Func[U, V]): Equality[V]
    Definition Classes
    Equality
  4. def *:[V <: Term with Subs[V]](f: Func[U, V]): Equality[V]
    Definition Classes
    Equality
  5. def :->[V <: Term with Subs[V]](that: V): Func[Refl[U], V]

    constructor for (pure) lambda functions, see lmbda

    constructor for (pure) lambda functions, see lmbda

    Implicit
    This member is added by an implicit conversion from Refl[U] toRichTerm[Refl[U]] performed by method RichTerm in provingground.HoTT.
    Definition Classes
    RichTerm
  6. def :~>[V <: Term with Subs[V]](that: V): FuncLike[Refl[U], V]

    constructor for (in general dependent) lambda functions, see lambda

    constructor for (in general dependent) lambda functions, see lambda

    Implicit
    This member is added by an implicit conversion from Refl[U] toRichTerm[Refl[U]] performed by method RichTerm in provingground.HoTT.
    Definition Classes
    RichTerm
  7. def =:=(rhs: Refl[U]): IdentityTyp[Refl[U]]

    equality type 'term = rhs'

    equality type 'term = rhs'

    Implicit
    This member is added by an implicit conversion from Refl[U] toRichTerm[Refl[U]] performed by method RichTerm in provingground.HoTT.
    Definition Classes
    RichTerm
  8. def dependsOn(that: Term): Boolean

    returns whether this depends on that

    returns whether this depends on that

    Definition Classes
    Term
  9. val dom: Typ[U]
  10. def indepOf(that: Term): Boolean

    returns whether this is independent of that.

    returns whether this is independent of that.

    Definition Classes
    Term
  11. val lhs: U
    Definition Classes
    Equality
  12. def lift[V <: Term with Subs[V]](f: Func[U, Typ[V]]): Func[V, V]
    Definition Classes
    Equality
  13. def liftWit[V <: Term with Subs[V]](f: Func[U, Typ[V]]): Func[V, V]
    Definition Classes
    Equality
  14. def newobj: Refl[U]

    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
    ReflSubs
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. def refl: Refl[Refl[U]]

    reflexivity term refl : term = term

    reflexivity term refl : term = term

    Implicit
    This member is added by an implicit conversion from Refl[U] toRichTerm[Refl[U]] performed by method RichTerm in provingground.HoTT.
    Definition Classes
    RichTerm
  17. def replace(x: Term, y: Term): Refl[U] with Subs[Refl[U]]

    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
  18. val rhs: U
    Definition Classes
    Equality
  19. def subs(x: Term, y: Term): Refl[U with Subs[U]]

    substitute x by y recursively in this.

    substitute x by y recursively in this.

    Definition Classes
    ReflSubs
  20. lazy val sym: Equality[U]
    Definition Classes
    Equality
  21. lazy val symWit: Equality[U]
    Definition Classes
    Equality
  22. lazy val typ: IdentityTyp[U]

    the HoTT-type of the term

    the HoTT-type of the term

    Definition Classes
    ReflEqualityTerm
  23. 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
  24. val value: U