case class ProofState extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProofState
- Serializable
- 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: Tactical[A]): ProofState
-
def
->[B](y: B): (ProofState, B)
- Implicit
- This member is added by an implicit conversion from ProofState to ArrowAssoc[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( ... )
- def currentSubGoalOption: Option[OpenAssumption]
-
def
ensuring(cond: (ProofState) ⇒ Boolean, msg: ⇒ Any): ProofState
- Implicit
- This member is added by an implicit conversion from ProofState to Ensuring[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 to Ensuring[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 to Ensuring[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 to Ensuring[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 to StringFormat[ProofState] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- 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
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def partialProof: LKProof
- def replace(proofSegment: LKProof): ProofState
- def replace(index: OpenAssumptionIndex, proofSegment: LKProof): ProofState
- def result: LKProof
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (ProofState, B)
- Implicit
- This member is added by an implicit conversion from ProofState to ArrowAssoc[ProofState] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ProofState to any2stringadd[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