object buildProof extends LKVisitor[Context]
- Source
- LKProofSchemata.scala
- Alphabetic
- By Inheritance
- buildProof
- LKVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
apply(proof: LKProof, otherArg: Context): LKProof
Applies the proof transformation to an LKProof.
Applies the proof transformation to an LKProof.
- proof
The input proof.
- returns
The transformed proof.
- Definition Classes
- LKVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
contractAfter[A](visitingFunction: (LKProof, A) ⇒ (LKProof, SequentConnector)): (LKProof, A) ⇒ (LKProof, SequentConnector)
Transforms a visiting function by inserting contractions after it.
Transforms a visiting function by inserting contractions after it. Only formula occurrences that were not in the old proof -- i.e., that have been added by the visitor -- are contracted.
- visitingFunction
The visiting function after which contractions should be inserted. In most cases, just using
recurse
here should be fine.- returns
A new visiting function that behaves the same as the old one, but contracts all duplicate new formulas at the end.
- Definition Classes
- LKVisitor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
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
one2one(proof: LKProof, arg: Context)(func: (Seq[(LKProof, SequentConnector)]) ⇒ LKProof): (LKProof, SequentConnector)
- Definition Classes
- LKVisitor
-
def
recurse(proof: LKProof, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transportToSubProof(arg: Context, proof: LKProof, subProofIdx: Int): Context
- Definition Classes
- LKVisitor
-
def
visitAndLeft(proof: AndLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitAndRight(proof: AndRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitBottomAxiom(otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitContractionLeft(proof: ContractionLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitContractionRight(proof: ContractionRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitCut(proof: CutRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitDefinitionLeft(proof: DefinitionLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitDefinitionRight(proof: DefinitionRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitEqualityLeft(proof: EqualityLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitEqualityRight(proof: EqualityRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitExistsLeft(proof: ExistsLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitExistsRight(proof: ExistsRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitExistsSkLeft(proof: ExistsSkLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitForallLeft(proof: ForallLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitForallRight(proof: ForallRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitForallSkRight(proof: ForallSkRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitImpLeft(proof: ImpLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitImpRight(proof: ImpRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitInduction(proof: InductionRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitLogicalAxiom(proof: LogicalAxiom, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitNegLeft(proof: NegLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitNegRight(proof: NegRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitOpenAssumption(proof: OpenAssumption, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitOrLeft(proof: OrLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitOrRight(proof: OrRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitProofLink(proof: ProofLink, otherArg: Context): (LKProof, SequentConnector)
- Definition Classes
- buildProof → LKVisitor
-
def
visitReflexivityAxiom(proof: ReflexivityAxiom, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitTopAxiom(otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitWeakeningLeft(proof: WeakeningLeftRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
def
visitWeakeningRight(proof: WeakeningRightRule, otherArg: Context): (LKProof, SequentConnector)
- Attributes
- protected
- Definition Classes
- LKVisitor
-
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
withIdentitySequentConnector(proof: LKProof): (LKProof, SequentConnector)
- Definition Classes
- LKVisitor
-
final
def
withSequentConnector(proof: LKProof, otherArg: Context): (LKProof, SequentConnector)
Applies the proof transformation to an LKProof.
Applies the proof transformation to an LKProof.
- proof
The input proof.
- returns
A pair consisting of the transformed proof and an SequentConnector relating the two proofs.
- Definition Classes
- LKVisitor