Packages

object LeanParser

Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeanParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class ApplnParseException extends ApplnFailException
  2. case class Defined(name: Name, term: Term) extends Log with Product with Serializable
  3. case class DefinedInduc(name: Name, indMod: TermIndMod) extends Log with Product with Serializable
  4. case class LambdaFormException(variable: Term, value: Term, error: Throwable) extends Exception with Product with Serializable
  5. sealed trait Log extends AnyRef
  6. trait Logger extends (Log) => Unit
  7. case class ParseException(expVars: Vector[(Expr, Vector[Term])], error: Exception) extends Exception with Product with Serializable
  8. case class ParseWork(expr: Expr) extends Log with Product with Serializable
  9. case class Parsed(expr: Expr) extends Log with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(filename: String): LeanParser
  5. def applyFuncFold(ft: Task[Term], v: Vector[Term]): Task[Term]
  6. def applyFuncOptFold(ft: Task[Option[Term]], v: Vector[Option[Term]]): Task[Option[Term]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getExstInduc(ind: TermIndMod, argsFmlyTerm: Vector[Term]): Task[ExstInducDefn]
  13. def getIndexedExstInduc(ind: IndexedIndMod, argsFmlyTerm: Task[Vector[Term]]): Task[ExstInducDefn]
  14. def getNextVarName(vecs: Vector[Term], n: Int): String
  15. def getRec(ind: TermIndMod, argsFmlyTerm: Vector[Term]): Task[Term]
  16. def getRecIndexed(ind: IndexedIndMod, argsFmlyTerm: Task[Vector[Term]]): Task[Term]
  17. def getRecSimple(ind: SimpleIndMod, argsFmlyTerm: Task[Vector[Term]]): Task[Term]
  18. def getSimpleExstInduc(ind: SimpleIndMod, argsFmlyTerm: Task[Vector[Term]]): Task[ExstInducDefn]
  19. def getValue(t: Term, n: Int, accum: Vector[Term]): Task[(Term, Vector[Term])]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def introsFold(ind: TermIndMod, p: Vector[Term]): Vector[Term]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isPropnFn(e: Expr): Boolean
  24. def jsDef(parser: LeanParser): Arr
  25. def jsTermIndMod(parser: LeanParser): Arr
  26. def load(s: String = "basic"): LeanParser
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. val parseWork: Set[Expr]
  31. def proofLift: (Term, Term) => Task[Term]
  32. def shiftedName(n: Int, lastName: String = "'"): String
    Annotations
    @tailrec()
  33. def splitVec[A](sizes: Vector[Int], vec: Vector[A]): (Vector[Vector[A]], Vector[A])
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toJs(parser: LeanParser): Obj
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. object Logger
  41. object RecIterAp

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped