package congruence
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class ACRw(op: Const, lhs: Expr, rhs: Expr, p1: CongruenceProof) extends CongruenceProof with Product with Serializable
- case class ACTheory(op: Const, lhs: Expr, rhs: Expr) extends CongruenceProof with Product with Serializable
- trait CongruenceProof extends SequentProof[Atom, CongruenceProof]
- case class FOCongruence(f: Expr, as: Seq[CongruenceProof]) extends CongruenceProof with Product with Serializable
- case class Input(eq: Formula) extends CongruenceProof with Product with Serializable
- case class LeftUnit(op: Const, unit: Expr, e: Expr) extends CongruenceProof with Product with Serializable
- case class Refl(e: Expr) extends CongruenceProof with Product with Serializable
- case class RightUnit(op: Const, unit: Expr, e: Expr) extends CongruenceProof with Product with Serializable
- case class Symm(p1: CongruenceProof) extends CongruenceProof with Product with Serializable
- case class Trans(p1: CongruenceProof, p2: CongruenceProof) extends CongruenceProof with Product with Serializable
Value Members
- object Symm extends Serializable
- object Trans extends Serializable
This is the API documentation for GAPT.
The main package is at.logic.gapt.