Packages

package simp

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AtomSimpLemma(proj: SimpLemmaProjection) extends SimpProc with Product with Serializable
  2. case class EqSimpLemma(proj: SimpLemmaProjection) extends SimpProc with Product with Serializable
  3. case class IffSimpLemma(proj: SimpLemmaProjection) extends SimpProc with Product with Serializable
  4. case class NegAtomSimpLemma(proj: SimpLemmaProjection) extends SimpProc with Product with Serializable
  5. sealed trait SimpEqResult extends AnyRef
  6. sealed trait SimpIffResult extends AnyRef
  7. case class SimpLemmaProjection(proof: LKProof, conds: HOLSequent, idx: SequentIndex, fixed: PreSubstitution) extends Product with Serializable
  8. trait SimpProc extends AnyRef
  9. case class SimpTactic(onLabel: Option[String] = None, extraLemmasList: Seq[String] = Seq(), excludedLemmasList: Set[String] = Set(), useAssumptions: Boolean = false)(implicit ctx: Context) extends Tactical1[Unit] with Product with Serializable
  10. case class Simplifier(lemmas: Seq[SimpProc]) extends Product with Serializable

Ungrouped