package
sequent
Type Members
-
trait
Binary
extends SequentProof with GenBinary[Sequent, SequentProof]
-
trait
BothInAnt
extends SequentProof with Unary with TwoAuxFormulas
-
trait
BothInSuc
extends SequentProof with Unary with TwoAuxFormulas
-
-
trait
InAnt
extends SequentProof with Unary with SingleAuxFormula
-
trait
InSuc
extends SequentProof with Unary with SingleAuxFormula
-
trait
Left
extends SequentProof with SingleMainFormula
-
trait
LeftInSucRightInAnt
extends SequentProof with Binary with TwoAuxFormulas
-
trait
NoAuxFormula
extends SequentProof with Unary
-
-
trait
NoMainFormula
extends SequentProof
-
trait
Nullary
extends SequentProof with GenNullary[Sequent, SequentProof]
-
trait
OnePerAntecedent
extends SequentProof with Binary with TwoAuxFormulas
-
trait
OnePerCedent
extends SequentProof with Unary with TwoAuxFormulas
-
trait
OnePerSuccedent
extends SequentProof with Binary with TwoAuxFormulas
-
trait
Right
extends SequentProof with SingleMainFormula
-
class
SequentProof
extends Proof[Sequent, SequentProof]
-
-
-
-
trait
Unary
extends SequentProof with GenUnary[Sequent, SequentProof]