class LeanParser extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (LeanParser, B)
- final def ==(arg0: Any): Boolean
- def addMods(m: Seq[Modification]): Unit
- def allIndNames: ArrayBuffer[Name]
- val allIntros: ArrayBuffer[(Name, Expr)]
- def allNames(init: String = ""): ArrayBuffer[String]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def codeFromInd(ind: TermIndMod): Term
- def codeGen: CodeGen
- def defFromMod(name: Name): Option[Task[Term]]
- def defNames: ArrayBuffer[Name]
- def defnCode: ArrayBuffer[(Name, Term)]
- val defnMap: Map[Name, Term]
- def ensuring(cond: (LeanParser) => Boolean, msg: => Any): LeanParser
- def ensuring(cond: (LeanParser) => Boolean): LeanParser
- def ensuring(cond: Boolean, msg: => Any): LeanParser
- def ensuring(cond: Boolean): LeanParser
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def findChildren(name: Name): Option[Vector[Expr]]
- def findDef(s: String): Option[DefMod]
- def findDefMod(name: Name): Option[DefMod]
- def findInd(s: String): Option[IndMod]
- def findIndMod(name: Name): Option[IndMod]
- def findIntro(name: Name): Option[Expr]
- def findMod(name: Name, mods: Seq[Modification]): Option[Modification]
- def findRecChildren(name: Name): Option[Vector[Expr]]
- def foldAxiomSeq(accum: Vector[Term], axs: Vector[(Name, Expr)]): Task[Vector[Term]]
- def formatted(fmtstr: String): String
- def get(name: String): Term
- final def getClass(): Class[_ <: AnyRef]
- def getError(name: String): Option[ParseException]
- def getFut(name: String): CancelableFuture[Term]
- def getInd(s: String): TermIndMod
- def getIndTask(s: String): Task[TermIndMod]
- def getMemTermIndMod(name: Name, exp: Expr): Task[TermIndMod]
- def getNamed(name: Name): Option[Task[Term]]
- def getTask(name: String): Task[Term]
- def getTermIndMod(name: Name): Option[Task[TermIndMod]]
- def getTry(name: String): Try[Term]
- def hashCode(): Int
- def indModFromMod(name: Name): Option[Task[TermIndMod]]
- final def isInstanceOf[T0]: Boolean
- def maxIndex(exp: Expr): Int
- def modNames(mod: Modification): Vector[Name]
- val mods: ArrayBuffer[Modification]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def parse(exp: Expr, vars: Vector[Term] = Vector()): Task[Term]
- val parseMemo: Map[(Expr, Vector[Term]), Term]
- def parseOptVec(vec: Vector[(Expr, Int)], vars: Vector[Term], indices: Set[Int]): Task[Vector[Option[Term]]]
- def parseVec(vec: Vector[Expr], vars: Vector[Term]): Task[Vector[Term]]
- def recApp(name: Name, args: Vector[Expr], exp: Expr, vars: Vector[Term]): Task[Term]
- final def synchronized[T0](arg0: => T0): T0
- val termIndModMap: Map[Name, TermIndMod]
- def toString(): String
- def topNames(init: String = ""): ArrayBuffer[String]
- def update(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def withAxiom(name: Name, ty: Expr): Task[Unit]
- def withAxiomSeq(axs: Vector[(Name, Expr)]): Task[Unit]
- def withDefn(name: Name, exp: Expr): Task[Unit]
- def withMod(mod: Modification): Task[Unit]
Deprecated Value Members
- def finalize(): Unit
- def →[B](y: B): (LeanParser, B)
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd fromLeanParser to any2stringadd[LeanParser]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromLeanParser to StringFormat[LeanParser]
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (LeanParser, B)
- final def ==(arg0: Any): Boolean
- def addMods(m: Seq[Modification]): Unit
- def allIndNames: ArrayBuffer[Name]
- val allIntros: ArrayBuffer[(Name, Expr)]
- def allNames(init: String = ""): ArrayBuffer[String]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def codeFromInd(ind: TermIndMod): Term
- def codeGen: CodeGen
- def defFromMod(name: Name): Option[Task[Term]]
- def defNames: ArrayBuffer[Name]
- def defnCode: ArrayBuffer[(Name, Term)]
- val defnMap: Map[Name, Term]
- def ensuring(cond: (LeanParser) => Boolean, msg: => Any): LeanParser
- def ensuring(cond: (LeanParser) => Boolean): LeanParser
- def ensuring(cond: Boolean, msg: => Any): LeanParser
- def ensuring(cond: Boolean): LeanParser
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def findChildren(name: Name): Option[Vector[Expr]]
- def findDef(s: String): Option[DefMod]
- def findDefMod(name: Name): Option[DefMod]
- def findInd(s: String): Option[IndMod]
- def findIndMod(name: Name): Option[IndMod]
- def findIntro(name: Name): Option[Expr]
- def findMod(name: Name, mods: Seq[Modification]): Option[Modification]
- def findRecChildren(name: Name): Option[Vector[Expr]]
- def foldAxiomSeq(accum: Vector[Term], axs: Vector[(Name, Expr)]): Task[Vector[Term]]
- def formatted(fmtstr: String): String
- def get(name: String): Term
- final def getClass(): Class[_ <: AnyRef]
- def getError(name: String): Option[ParseException]
- def getFut(name: String): CancelableFuture[Term]
- def getInd(s: String): TermIndMod
- def getIndTask(s: String): Task[TermIndMod]
- def getMemTermIndMod(name: Name, exp: Expr): Task[TermIndMod]
- def getNamed(name: Name): Option[Task[Term]]
- def getTask(name: String): Task[Term]
- def getTermIndMod(name: Name): Option[Task[TermIndMod]]
- def getTry(name: String): Try[Term]
- def hashCode(): Int
- def indModFromMod(name: Name): Option[Task[TermIndMod]]
- final def isInstanceOf[T0]: Boolean
- def maxIndex(exp: Expr): Int
- def modNames(mod: Modification): Vector[Name]
- val mods: ArrayBuffer[Modification]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def parse(exp: Expr, vars: Vector[Term] = Vector()): Task[Term]
- val parseMemo: Map[(Expr, Vector[Term]), Term]
- def parseOptVec(vec: Vector[(Expr, Int)], vars: Vector[Term], indices: Set[Int]): Task[Vector[Option[Term]]]
- def parseVec(vec: Vector[Expr], vars: Vector[Term]): Task[Vector[Term]]
- def recApp(name: Name, args: Vector[Expr], exp: Expr, vars: Vector[Term]): Task[Term]
- final def synchronized[T0](arg0: => T0): T0
- val termIndModMap: Map[Name, TermIndMod]
- def toString(): String
- def topNames(init: String = ""): ArrayBuffer[String]
- def update(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def withAxiom(name: Name, ty: Expr): Task[Unit]
- def withAxiomSeq(axs: Vector[(Name, Expr)]): Task[Unit]
- def withDefn(name: Name, exp: Expr): Task[Unit]
- def withMod(mod: Modification): Task[Unit]
- def finalize(): Unit
- def →[B](y: B): (LeanParser, B)