object Cterm
- Source
- Term.scala
- Alphabetic
- By Inheritance
- Cterm
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
apply(ctxt: Context, string: String, typ: Typ)(implicit isabelle: Isabelle, ec: ExecutionContext): Cterm
Parses
stringas a term of typetypand returns the result as a Cterm. -
def
apply(ctxt: Context, string: String)(implicit isabelle: Isabelle, ec: ExecutionContext): Cterm
Parses
stringas a term and returns the result as a Cterm. -
def
apply(ctxt: Context, term: Term)(implicit isabelle: Isabelle, ec: ExecutionContext): Cterm
Converts a Term into a Cterm. This involves type-checking (relative to the context
ctxt). The resulting Cterm is then certified to be correctly typed.If
termis already a Cterm, thentermis transferred to the contextctxt. (Which guarantees thattermis also a valid term w.r.t.ctxt.) If this is not possible,termis re-checked to create a cterm. - def apply(mlValue: MLValue[Cterm])(implicit isabelle: Isabelle, executionContext: ExecutionContext): Cterm
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
CtermConverter extends Converter[Cterm]
Representation of cterms in ML.
Representation of cterms in ML.
- ML type:
cterm - Representation of term
tas an exception:E_Cterm t
Available as an implicit value by importing de.unruh.isabelle.pure.Implicits
._ - ML type: