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
- 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]]
- 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 introsFold(ind: TermIndMod, p: Vector[Term]): Vector[Term]
- def isPropnFn(e: Expr): Boolean
- def jsDef(parser: LeanParser): Arr
- def jsTermIndMod(parser: LeanParser): Arr
- def load(s: String = "basic"): LeanParser
- 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])
- def toJs(parser: LeanParser): Obj
- object Logger
- object RecIterAp