sealed trait Context extends AnyRef
- Alphabetic
- By Inheritance
- Context
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract val constants: Vector[Term]
- abstract val definitions: Vector[Defn[Term]]
- abstract def export(t: Term): Term
- abstract def exportStrict(t: Term): Term
- abstract def exportTyp(typ: Typ[Term]): Typ[Term]
- abstract def exportTypStrict(typ: Typ[Term]): Typ[Term]
- abstract val exportVariables: Vector[Term]
- abstract def importOpt(t: Term): Option[Term]
- abstract def importTypOpt(t: Typ[Term]): Option[Typ[Term]]
- abstract val inductiveDefns: Vector[ExstInducStrucs]
- abstract val statements: Vector[String]
- abstract def subs(x: Term, y: Term): Context
- abstract val terms: Vector[Term]
- abstract val valueOpt: Option[Term]
- abstract val variables: Vector[Term]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ++(that: Context): Context
- def ->[B](y: B): (Context, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addConstant[U <: Term with Subs[U]](const: U): AppendConstant[U]
- def addVariable[U <: Term with Subs[U]](variable: U): AppendVariable[U]
- def apply(kvs: (String, Term)*): Context
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assert(tp: Typ[Term]): AppendTerm[Typ[Term]]
- def assume(tp: Typ[Term], text: String = "assumption"): AppendConstant[Term]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def consider(ts: Term*): Context
- def define[U <: Term with Subs[U]](name: Term, value: U): AppendDefn[U]
- def defineInduc(ind: ExstInducStrucs): AppendIndDef
- def defineSym[U <: Term with Subs[U]](name: AnySym, value: U): AppendDefn[U]
- def ensuring(cond: (Context) => Boolean, msg: => Any): Context
- def ensuring(cond: (Context) => Boolean): Context
- def ensuring(cond: Boolean, msg: => Any): Context
- def ensuring(cond: Boolean): Context
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def given[U <: Term with Subs[U]](v: Term): Context
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val inducStruct: ExstInducStrucs
- def introduce[U <: Term with Subs[U]](t: U, role: Role = Consider): AppendTerm[U]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def let[U <: Term with Subs[U]](name: Term, value: U): AppendDefn[U]
- lazy val namedTerms: Map[String, Term]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Context → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (Context, B)
- Implicit
- This member is added by an implicit conversion from Context toArrowAssoc[Context] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.