Packages

object set extends Theory

Source
set.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. set
  2. Theory
  3. Theory0
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class LemmaHandle(proofName: Expr) extends Product with Serializable

    Captures an LKProof together with the set of previous lemmas used in it.

    Captures an LKProof together with the set of previous lemmas used in it.

    Definition Classes
    Theory
  2. case class indfn(constName: String, desc: Formula) extends LemmaHelper[Unit] with Product with Serializable
    Attributes
    protected
    Definition Classes
    Theory
  3. case class lemma(openFormula: Formula, attributes: String*) extends LemmaHelper[LemmaHandle] with Product with Serializable
    Attributes
    protected
    Definition Classes
    Theory

Value Members

  1. object LemmaHandle extends Serializable
    Definition Classes
    Theory
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def addNow(update: Update): Unit
    Attributes
    protected
    Definition Classes
    Theory0
  6. def addProof(name: Expr, proof: ⇒ LKProof): Unit
    Attributes
    protected
    Definition Classes
    Theory0
  7. def allProofs: Vector[(String, Eval[DelayedProofResult])]
    Definition Classes
    Theory
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def attr(attrNames: String*)(lemmaNames: String*): Unit

    Adds a list of attributes to a list of lemmas.

    Adds a list of attributes to a list of lemmas.

    Attributes
    protected
    Definition Classes
    Theory
  10. def axiom(f: Formula)(implicit name: Name): Unit

    Adds a formula to this theory as an axiom.

    Adds a formula to this theory as an axiom.

    Attributes
    protected
    Definition Classes
    Theory
  11. val bigintersectempty: LemmaHandle
  12. val bigunionempty: LemmaHandle
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. val compcomp: LemmaHandle
  15. def const(c: Const): Unit

    Adds a constant to this theory's context.

    Adds a constant to this theory's context.

    Attributes
    protected
    Definition Classes
    Theory
  16. implicit def ctx: Context
    Definition Classes
    Theory0
  17. def ctxWithProofDefinitions(): ImmutableContext
    Definition Classes
    Theory
  18. implicit def curCtx: Context
    Attributes
    protected
    Definition Classes
    Theory
  19. val demorgan1: LemmaHandle
  20. val demorgan2: LemmaHandle
  21. def dfn(eqn: Formula): Unit
    Attributes
    protected
    Definition Classes
    Theory
  22. val emptycomp: LemmaHandle
  23. val emptyintersect1: LemmaHandle
  24. val emptyintersect2: LemmaHandle
  25. val emptysubset: LemmaHandle
  26. val emptyunion1: LemmaHandle
  27. val emptyunion2: LemmaHandle
  28. val emptyunique: LemmaHandle
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. val eqsubset: LemmaHandle
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. val extAxiom: Unit
  33. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def fun(c: Const, equations: String*): Unit
    Attributes
    protected
    Definition Classes
    Theory
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. val imports: List[Theory]
    Definition Classes
    Theory0
  38. def indTy(ty0: Ty, ctrs: Const*): Unit
    Attributes
    protected
    Definition Classes
    Theory
  39. def infix(operator: String, precedence: Int, leftAssociative: Boolean = true, const: String = null): Unit

    Adds an operator as infix notation for an existing constant.

    Adds an operator as infix notation for an existing constant.

    operator

    The operator to add.

    precedence

    The precedence of the operator.

    leftAssociative

    Whether the operator associates to the left.

    const

    The constant which the operator denotes. If nothing is supplied, it will assumed to have the same name as the operator.

    Attributes
    protected
    Definition Classes
    Theory
  40. val insertintersect: LemmaHandle
  41. val insertunion: LemmaHandle
  42. val insertuniv: LemmaHandle
  43. val intersectassoc: LemmaHandle
  44. val intersectcomm: LemmaHandle
  45. val intersectintersect: LemmaHandle
  46. val intersectuniondistrib: LemmaHandle
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def main(args: Array[String]): Unit
    Definition Classes
    Theory
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. val pairsetelem1: LemmaHandle
  53. val pairsetelem2: LemmaHandle
  54. val pairsetintersect: LemmaHandle
  55. val pairsetunion: LemmaHandle
  56. def proof(name: String): LKProof
    Definition Classes
    Theory
  57. def proofsHere: Vector[(String, Eval[DelayedProofResult])]
    Definition Classes
    Theory0
  58. val subsetintersect: LemmaHandle
  59. val subsetrefl: LemmaHandle
  60. val subsettrans: LemmaHandle
  61. val subsetunion: LemmaHandle
  62. val subsetuniv: LemmaHandle
  63. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. val transitiveImports: Vector[Theory]
    Definition Classes
    Theory
  66. val unionassoc: LemmaHandle
  67. val unioncomm: LemmaHandle
  68. val unionintersectdistrib: LemmaHandle
  69. val unionunion: LemmaHandle
  70. val univintersect1: LemmaHandle
  71. val univinterset2: LemmaHandle
  72. val univunion1: LemmaHandle
  73. val univunion2: LemmaHandle
  74. val univunique: LemmaHandle
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Theory

Inherited from Theory0

Inherited from AnyRef

Inherited from Any

Ungrouped