case class Equality(stack: Stack, tm1: Term, tm2: Term, tpOpt: Option[Term]) extends Judgement with Product with Serializable
represents an equality judgement, optionally at a type context |- t1 = t2 : tp if t = Some(tp) or context |- t1 = t2 if t = None
- Source
- Judgements.scala
- Alphabetic
- By Inheritance
- Equality
- Serializable
- Serializable
- Product
- Equals
- Judgement
- HistoryEntry
- HashEquality
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
context: Context
- Definition Classes
- Judgement
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- lazy val freeVars: HashSet[LocalName]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
hash: Int
the hash code
the hash code
- Definition Classes
- HashEquality
-
def
hasheq(that: HashEquality[Judgement]): Boolean
this hasheq that is the same as this == that, but fails immediately if false
this hasheq that is the same as this == that, but fails immediately if false
- Definition Classes
- HashEquality
-
def
hashneq(that: HashEquality[Judgement]): Boolean
this hasheq that is the same as this == that, but fails immediately if false
this hasheq that is the same as this == that, but fails immediately if false
- Definition Classes
- HashEquality
-
def
implies(that: Judgement): Boolean
true if that is guaranteed if this holds
true if that is guaranteed if this holds
- Definition Classes
- Judgement
-
def
indentation(level: Int): String
- Definition Classes
- HistoryEntry
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
present(implicit cont: (Obj) ⇒ String): String
a toString method that may call a continuation on its objects
a toString method that may call a continuation on its objects
- Definition Classes
- Judgement → HistoryEntry
-
def
presentAntecedent(implicit cont: (Obj) ⇒ String): String
- Definition Classes
- Judgement
- def presentSucceedent(implicit cont: (Obj) ⇒ String): String
-
def
removeWrappers: HistoryEntry
this history entry but without any wrappers like for indentation
this history entry but without any wrappers like for indentation
- Definition Classes
- HistoryEntry
- val stack: Stack
-
def
swap: Equality
swaps left and right side of equality
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tm1: Term
- val tm2: Term
- val tpOpt: Option[Term]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()