case class LocalCtx(hyps: Map[Hyp, Formula], subst: Substitution) extends ALCtx[LocalCtx] with Product with Serializable
- Source
- localctx.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalCtx
- Serializable
- 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
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- 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 formatted(fmtstr: String): String
- def formulas: Iterable[Formula]
- def freeVars: Set[Var]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (LocalCtx, B)
This is the API documentation for GAPT.
The main package is gapt.