object LeanParser
Linear Supertypes
Content Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeanParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class ApplnParseException extends ApplnFailException
- case class Defined(name: Name, term: Term) extends Log with Product with Serializable
- case class DefinedInduc(name: Name, indMod: TermIndMod) extends Log with Product with Serializable
- case class LambdaFormException(variable: Term, value: Term, error: Throwable) extends Exception with Product with Serializable
- sealed trait Log extends AnyRef
- trait Logger extends (Log) => Unit
- case class ParseException(expVars: Vector[(Expr, Vector[Term])], error: Exception) extends Exception with Product with Serializable
- case class ParseWork(expr: Expr) extends Log with Product with Serializable
- case class Parsed(expr: Expr) extends Log with Product with Serializable
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(filename: String): LeanParser
- def applyFuncFold(ft: Task[Term], v: Vector[Term]): Task[Term]
- def applyFuncOptFold(ft: Task[Option[Term]], v: Vector[Option[Term]]): Task[Option[Term]]
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getExstInduc(ind: TermIndMod, argsFmlyTerm: Vector[Term]): Task[ExstInducDefn]
- def getIndexedExstInduc(ind: IndexedIndMod, argsFmlyTerm: Task[Vector[Term]]): Task[ExstInducDefn]
- def getNextVarName(vecs: Vector[Term], n: Int): String
- def getRec(ind: TermIndMod, argsFmlyTerm: Vector[Term]): Task[Term]
- def getRecIndexed(ind: IndexedIndMod, argsFmlyTerm: Task[Vector[Term]]): Task[Term]
- def getRecSimple(ind: SimpleIndMod, argsFmlyTerm: Task[Vector[Term]]): Task[Term]
- def getSimpleExstInduc(ind: SimpleIndMod, argsFmlyTerm: Task[Vector[Term]]): Task[ExstInducDefn]
- def getValue(t: Term, n: Int, accum: Vector[Term]): Task[(Term, Vector[Term])]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def introsFold(ind: TermIndMod, p: Vector[Term]): Vector[Term]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPropnFn(e: Expr): Boolean
- def jsDef(parser: LeanParser): Arr
- def jsTermIndMod(parser: LeanParser): Arr
- def load(s: String = "basic"): LeanParser
- 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()
- val parseWork: Set[Expr]
- def proofLift: (Term, Term) => Task[Term]
- def shiftedName(n: Int, lastName: String = "'"): String
- Annotations
- @tailrec()
- def splitVec[A](sizes: Vector[Int], vec: Vector[A]): (Vector[Vector[A]], Vector[A])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJs(parser: LeanParser): Obj
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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 Logger
- object RecIterAp
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated