Package

at.logic.gapt.proofs.lkOld

base

Permalink

package base

Source
package.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. base
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AuxiliaryFormulas extends AnyRef

    Permalink
  2. trait BinaryLKProof extends BinaryTree[OccSequent] with LKProof with BinaryTreeProof[OccSequent]

    Permalink
  3. trait Eigenvariable extends AnyRef

    Permalink
  4. class FormulaNotExistsException extends LKRuleException

    Permalink
  5. class HOLSequentOrdering extends Ordering[HOLSequent]

    Permalink

    Ordering for sequents.

  6. case class LKBinaryRuleCreationException(name: String, parent1: LKProof, aux1: HOLFormula, parent2: LKProof, aux2: HOLFormula) extends LKRuleCreationException with Product with Serializable

    Permalink
  7. trait LKProof extends TreeProof[OccSequent] with Tree[OccSequent]

    Permalink
  8. class LKRuleCreationException extends LKRuleException

    Permalink
  9. class LKRuleException extends RuleException

    Permalink
  10. case class LKUnaryRuleCreationException(name: String, parent: LKProof, aux: List[HOLFormula]) extends LKRuleCreationException with Product with Serializable

    Permalink
  11. trait NullaryLKProof extends LeafTree[OccSequent] with LKProof with NullaryTreeProof[OccSequent]

    Permalink
  12. type OccSequent = Sequent[FormulaOccurrence]

    Permalink
  13. trait PrincipalFormulas extends AnyRef

    Permalink
  14. implicit class RichOccSequent extends AnyRef

    Permalink
  15. trait SubstitutionTerm extends AnyRef

    Permalink
  16. trait TermPositions extends AnyRef

    Permalink
  17. trait UnaryLKProof extends UnaryTree[OccSequent] with LKProof with UnaryTreeProof[OccSequent]

    Permalink

Value Members

  1. object HOLSequentOrdering extends HOLSequentOrdering

    Permalink
  2. object OccSequent

    Permalink
  3. object createContext

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped