case class ProofState extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProofState
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ProofSegmentInsertionVisitor extends LKVisitor[Unit]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def +[A](tactical: Tactic[A])(implicit sig: BabelSignature): ProofState
- def ->[B](y: B): (ProofState, B)
- Implicit
- This member is added by an implicit conversion from ProofState toArrowAssoc[ProofState] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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 currentSubGoalOption: Option[OpenAssumption]
- def ensuring(cond: (ProofState) => Boolean, msg: => Any): ProofState
- Implicit
- This member is added by an implicit conversion from ProofState toEnsuring[ProofState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ProofState) => Boolean): ProofState
- Implicit
- This member is added by an implicit conversion from ProofState toEnsuring[ProofState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ProofState
- Implicit
- This member is added by an implicit conversion from ProofState toEnsuring[ProofState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ProofState
- Implicit
- This member is added by an implicit conversion from ProofState toEnsuring[ProofState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val finishedSubGoals: Map[OpenAssumptionIndex, LKProof]
- def focus(index: OpenAssumptionIndex): ProofState
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ProofState toStringFormat[ProofState] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val initialGoal: OpenAssumption
- def isFinished: Boolean
- 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 partialProof: LKProof
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def replace(proofSegment: LKProof): ProofState
- def replace(index: OpenAssumptionIndex, proofSegment: LKProof): ProofState
- def result: LKProof
- def setSubGoals(newSubGoals: List[OpenAssumption]): ProofState
- val subGoals: List[OpenAssumption]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toSigRelativeString(implicit sig: BabelSignature): String
- def toString(): String
- Definition Classes
- ProofState → AnyRef → Any
- 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()
Shadowed Implicit Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ProofState toany2stringadd[ProofState] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(proofState: any2stringadd[ProofState]).+(other)
- Definition Classes
- any2stringadd
Deprecated Value Members
- def →[B](y: B): (ProofState, B)
- Implicit
- This member is added by an implicit conversion from ProofState toArrowAssoc[ProofState] 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.