object Ctyp
- Source
- Typ.scala
- Alphabetic
- By Inheritance
- Ctyp
- 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)(implicit isabelle: Isabelle, ec: ExecutionContext): Ctyp
Parses
stringas a typ and returns the result as a Ctyp. -
def
apply(ctxt: Context, typ: Typ)(implicit isabelle: Isabelle, ec: ExecutionContext): Ctyp
Converts a Typ into a Ctyp. This involves type-checking (relative to the context
ctxt). The resulting Ctyp is then certified to be correctly formed.If
typis already a Ctyp, thentypis transferred to the contextctxt. (Which guarantees thattypis also a valid typ w.r.t.ctxt.) If this is not possible,typis re-checked to create a ctyp. - def apply(mlValue: MLValue[Ctyp])(implicit isabelle: Isabelle, executionContext: ExecutionContext): Ctyp
-
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
CtypConverter extends Converter[Ctyp]
Representation of ctyps in ML.
Representation of ctyps in ML.
- ML type:
ctyp - Representation of term
tas an exception:E_Ctyp t
Available as an implicit value by importing de.unruh.isabelle.pure.Implicits
._ - ML type: