case class LocalCtx(hyps: Map[Hyp, Formula], subst: Substitution) extends ALCtx[LocalCtx] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalCtx
- Serializable
- Product
- Equals
- ALCtx
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LocalCtx(hyps: Map[Hyp, Formula], subst: Substitution)
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (LocalCtx, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(hyp: Hyp): Formula
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensuring(cond: (LocalCtx) => Boolean, msg: => Any): LocalCtx
- def ensuring(cond: (LocalCtx) => Boolean): LocalCtx
- def ensuring(cond: Boolean, msg: => Any): LocalCtx
- def ensuring(cond: Boolean): LocalCtx
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def eqLhs(p: Eql): Expr
- def eqRhs(p: Eql): Expr
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- def formulas: Iterable[Formula]
- def freeVars: Set[Var]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hyps: Map[Hyp, Formula]
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- def renamed(a: Hyp, b: Hyp): LocalCtx
- val subst: Substitution
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toSequent: HOLSequent
- def toString(): String
- Definition Classes
- LocalCtx → AnyRef → Any
- def up(fs: List[Formula]): LCN
- def up(f1: Formula, f2: Formula): LC2
- def up(f: Formula): LC1
- def up1(p: LKt): LocalCtx
- Definition Classes
- ALCtx
- def up12_(p: LKt): LC2
- def up1_(p: LKt): LC1
- def up2(p: LKt): LocalCtx
- Definition Classes
- ALCtx
- def up2_(p: LKt): LC1
- def upS(f1: Formula, f2: Formula): LC2
- def upS(f: Formula): LC1
- def updated(hs: Iterable[(Hyp, Formula)]): LocalCtx
- def updated(hyp: Hyp, f: Formula): LocalCtx
- def upn(p: LKt, n: Int): LocalCtx
- Definition Classes
- ALCtx
- def upn_(p: LKt, n: Int): LCN
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
Deprecated Value Members
- def →[B](y: B): (LocalCtx, B)
- Implicit
- This member is added by an implicit conversion from LocalCtx toArrowAssoc[LocalCtx] 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.
This is the API documentation for GAPT.
The main package is gapt.