case class LeanToTermMonix(defnMap: Map[Name, Term], termIndModMap: Map[Name, TermIndMod]) extends Product with Serializable
- Self Type
- LeanToTermMonix
- Annotations
- @deprecated
- Deprecated
(Since version buggy, avoid) use LeanParser
- Alphabetic
- By Inheritance
- LeanToTermMonix
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LeanToTermMonix(defnMap: Map[Name, Term], termIndModMap: Map[Name, TermIndMod])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from LeanToTermMonix toany2stringadd[LeanToTermMonix] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (LeanToTermMonix, B)
- Implicit
- This member is added by an implicit conversion from LeanToTermMonix toArrowAssoc[LeanToTermMonix] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(mod: Modification): Task[LeanToTermMonix]
- def addAxiom(name: Name, ty: Expr): Task[LeanToTermMonix]
- def addAxiomMod(ax: AxiomMod): Task[LeanToTermMonix]
- def addAxiomSeq(axs: Vector[(Name, Expr)]): Task[LeanToTermMonix]
- def addAxioms(axs: Vector[(Name, Expr)]): Task[LeanToTermMonix]
- def addDefMod(df: DefMod): Task[LeanToTermMonix]
- def addDefnMap(name: Name, term: Term): LeanToTermMonix
- def addDefnVal(name: Name, value: Expr, tp: Expr): Task[LeanToTermMonix]
- def addIndMod(ind: IndMod): Task[LeanToTermMonix]
- def addQuotMod: Task[LeanToTermMonix]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val defnMap: Map[Name, Term]
- def defnOpt(exp: Expr): Option[Term]
- def ensuring(cond: (LeanToTermMonix) => Boolean, msg: => Any): LeanToTermMonix
- Implicit
- This member is added by an implicit conversion from LeanToTermMonix toEnsuring[LeanToTermMonix] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (LeanToTermMonix) => Boolean): LeanToTermMonix
- Implicit
- This member is added by an implicit conversion from LeanToTermMonix toEnsuring[LeanToTermMonix] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): LeanToTermMonix
- Implicit
- This member is added by an implicit conversion from LeanToTermMonix toEnsuring[LeanToTermMonix] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): LeanToTermMonix
- Implicit
- This member is added by an implicit conversion from LeanToTermMonix toEnsuring[LeanToTermMonix] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from LeanToTermMonix toStringFormat[LeanToTermMonix] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- 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()
- def parse(exp: Expr, vars: Vector[Term]): Task[Term]
- def parseSym(name: Name, ty: Expr, vars: Vector[Term]): Task[Term]
- def parseSymVec(vec: Vector[(Name, Expr)], vars: Vector[Term]): Task[Vector[(Name, Term)]]
- def parseTyp(x: Expr, vars: Vector[Term]): Task[Typ[Term]]
- def parseTypVec(vec: Vector[Expr], vars: Vector[Term]): Task[Vector[Typ[Term]]]
- def parseVar(b: Binding, vars: Vector[Term]): Task[Term]
- def parseVec(vec: Vector[Expr], vars: Vector[Term]): Task[Vector[Term]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val termIndModMap: Map[Name, TermIndMod]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Predef
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (LeanToTermMonix, B)
- Implicit
- This member is added by an implicit conversion from LeanToTermMonix toArrowAssoc[LeanToTermMonix] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.