at.logic.skeptik.proof.sequent

lk

package lk

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractCut extends SequentProofNode with Binary with TwoAuxFormulas with LeftInSucRightInAnt with NoMainFormula

  2. class AllL extends SequentProofNode with Unary with SingleAuxFormula with InAnt with SingleMainFormula with Left with NoImplicitContraction

  3. class AllR extends SequentProofNode with Unary with SingleAuxFormula with InSuc with SingleMainFormula with Right with NoImplicitContraction with EigenvariableCondition

  4. class AndL extends SequentProofNode with Unary with TwoAuxFormulas with BothInAnt with SingleMainFormula with Left with NoImplicitContraction

  5. class AndR extends SequentProofNode with Binary with TwoAuxFormulas with OnePerSuccedent with NoImplicitContraction with SingleMainFormula with Right

  6. class AuxiliaryFormulaNotFoundException extends Exception

  7. class Axiom extends SequentProofNode with Nullary with NoImplicitContraction

  8. class AxiomTaut extends SequentProofNode with Nullary with NoImplicitContraction

  9. class Cut extends AbstractCut with NoImplicitContraction

  10. class CutIC extends AbstractCut

  11. trait EigenvariableCondition extends SequentProofNode

  12. class ExL extends SequentProofNode with Unary with SingleAuxFormula with InAnt with SingleMainFormula with Left with NoImplicitContraction with EigenvariableCondition

  13. class ExR extends SequentProofNode with Unary with SingleAuxFormula with InSuc with SingleMainFormula with Right with NoImplicitContraction

  14. class WeakeningL extends SequentProofNode with Unary with NoAuxFormula with SingleMainFormula with Left with NoImplicitContraction

Value Members

  1. object AllL

  2. object AllR

  3. object AndL extends InferenceRule[SeqSequent, SequentProofNode]

  4. object AndR

  5. object Axiom

  6. object AxiomTaut extends InferenceRule[SeqSequent, SequentProofNode]

  7. object Cut

  8. object CutIC

  9. object WeakeningL extends InferenceRule[SeqSequent, SequentProofNode]

Ungrouped