at
.
logic
.
gapt
.
proofs
.
lkOld
base
package
base
Source
package.scala
Linear Supertypes
AnyRef
,
Any
Content Hierarchy
LKUnaryRuleCreationException
NullaryLKProof
BinaryLKProof
FormulaNotExistsException
LKBinaryRuleCreationException
LKRuleException
LKRuleCreationException
HOLSequentOrdering
HOLSequentOrdering
UnaryLKProof
LKProof
Ordering
Alphabetic
By Inheritance
Inherited
base
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
trait
AuxiliaryFormulas
extends
AnyRef
trait
BinaryLKProof
extends
BinaryTree
[
OccSequent
] with
LKProof
with
BinaryTreeProof
[
OccSequent
]
trait
Eigenvariable
extends
AnyRef
class
FormulaNotExistsException
extends
LKRuleException
class
HOLSequentOrdering
extends
Ordering
[
HOLSequent
]
Ordering for sequents.
case class
LKBinaryRuleCreationException
(
name:
String
,
parent1:
LKProof
,
aux1:
HOLFormula
,
parent2:
LKProof
,
aux2:
HOLFormula
)
extends
LKRuleCreationException
with
Product
with
Serializable
trait
LKProof
extends
TreeProof
[
OccSequent
] with
Tree
[
OccSequent
]
class
LKRuleCreationException
extends
LKRuleException
class
LKRuleException
extends
RuleException
case class
LKUnaryRuleCreationException
(
name:
String
,
parent:
LKProof
,
aux:
List
[
HOLFormula
]
)
extends
LKRuleCreationException
with
Product
with
Serializable
trait
NullaryLKProof
extends
LeafTree
[
OccSequent
] with
LKProof
with
NullaryTreeProof
[
OccSequent
]
type
OccSequent
=
Sequent
[
FormulaOccurrence
]
trait
PrincipalFormulas
extends
AnyRef
implicit
class
RichOccSequent
extends
AnyRef
trait
SubstitutionTerm
extends
AnyRef
trait
TermPositions
extends
AnyRef
trait
UnaryLKProof
extends
UnaryTree
[
OccSequent
] with
LKProof
with
UnaryTreeProof
[
OccSequent
]
Value Members
object
HOLSequentOrdering
extends
HOLSequentOrdering
object
OccSequent
object
createContext
Inherited from
AnyRef
Inherited from
Any
Ungrouped