object Implicits
Contains all the implicit MLValue.Converter instances provided by the package pure. Use
import de.unruh.isabelle.pure.Implicits._if you use MLValue[A] instances where A is any of Context, Theory, Term, Typ,
Cterm, Ctyp.
- Source
- Implicits.scala
- Alphabetic
- By Inheritance
- Implicits
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit val contextConverter: Context.converter.type
- implicit val ctermConverter: CtermConverter.type
- implicit val ctypConverter: CtypConverter.type
-
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
- implicit val keywordsConverter: Keywords.converter.type
- implicit val mutexConverter: Mutex.converter.type
-
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()
- implicit val pathConverter: PathConverter.type
- implicit val positionConverter: Position.converter.type
- implicit val prooftermBodyConverter: Proofterm.ThmBody.converter.type
- implicit val prooftermConverter: converter.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit val termConverter: TermConverter.type
- implicit final def termInterpolator(stringContext: StringContext): TermInterpolator
- implicit val theoryConverter: TheoryConverter.type
- implicit val theoryHeaderConverter: TheoryHeader.converter.type
- implicit val thmConverter: ThmConverter.type
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit val toplevelStateConverter: ToplevelState.converter.type
- implicit val typConverter: TypConverter.type
- implicit final def typInterpolator(stringContext: StringContext): TypInterpolator
-
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( ... )