object Proofterm extends OperationCollection
Support for Isabelle proofterms. Experimental and incomplete. May throw NotImplementedError and change without notice. Not documented.
- Annotations
- @Experimental()
- Source
- Proofterm.scala
- Alphabetic
- By Inheritance
- Proofterm
- OperationCollection
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- final case class AbsP(name: String, term: Option[Term], proof: Proofterm) extends Proofterm with Product with Serializable
- final case class Abst(name: String, typ: Option[Typ], proof: Proofterm) extends Proofterm with Product with Serializable
- final case class AppP(proof1: Proofterm, proof2: Proofterm) extends Proofterm with Product with Serializable
- final case class Appt(proof: Proofterm, term: Option[Term]) extends Proofterm with Product with Serializable
- final case class Hyp(term: Term) extends Proofterm with Product with Serializable
- final case class OfClass(typ: Typ, clazz: String) extends Proofterm with Product with Serializable
-
class
Ops extends AnyRef
- Attributes
- protected
- final case class Oracle(name: String, term: Term, typ: Option[List[Typ]]) extends Proofterm with Product with Serializable
- final case class PAxm(name: String, term: Term, typ: Option[List[Typ]]) extends Proofterm with Product with Serializable
- final case class PBound(index: Int) extends Proofterm with Product with Serializable
- final case class PThm(header: ThmHeader, body: ThmBody) extends Proofterm with Product with Serializable
- final class ThmBody extends MLValueWrapper[ThmBody]
- final case class ThmHeader(serial: Long, pos: List[Position], theoryName: String, name: String, prop: Term, types: Option[List[Typ]]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
Ops(implicit isabelle: Isabelle, ec: ExecutionContext): Ops
Returns an instance of type Ops.
Returns an instance of type Ops. It is guaranteed that for each instance
isabelle, exactly one instance ofObsis created (using theecfrom the first such invocation). (If you see this doc string in a class different from OperationCollection but no definition of the class Ops, treat this function as if it was private.)- Definition Classes
- OperationCollection
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
init()(implicit isabelle: Isabelle, executionContext: ExecutionContext): Unit
Makes sure an Ops instance for the instance
isabelleis initialized.Makes sure an Ops instance for the instance
isabelleis initialized. This is useful when code needs to be sure that the global initialization inside the Ops class has happened (e.g., declarations of ML types via Isabelle.executeMLCodeNow) even if it does not access any of the fields in the Ops class.Can safely be called several times with the same
isabelleand/orexecutionContext.- Definition Classes
- OperationCollection
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newOps(implicit isabelle: Isabelle, ec: ExecutionContext): Ops
Should construct an instance of type Ops
Should construct an instance of type Ops
- Attributes
- protected
- Definition Classes
- Proofterm → OperationCollection
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object MinProof extends Proofterm with Product with Serializable
- object PThm extends Serializable
- object ThmBody extends Companion[ThmBody]
- implicit object converter extends Converter[Proofterm]