Packages

package simp

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

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

Value Members

  1. case object QPropSimpProc extends SimpProc with Product with Serializable
  2. object SimpEqResult
  3. object SimpIffResult
  4. object SimpLemmas
  5. object SimpProver extends OneShotProver
  6. object Simplifier extends Serializable

Ungrouped