trait LeanParse extends AnyRef
- Alphabetic
- By Inheritance
- LeanParse
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def addAxiom(name: Name, exp: Expr): LeanParse
- abstract def addAxiomOpt(name: Name, exp: Expr): LeanParse
- abstract def addDefnVal(name: Name, ty: Expr, value: Expr): LeanParse
- abstract def addDefnValOpt(name: Name, ty: Expr, value: Expr): LeanParse
- abstract val defnMap: Map[Name, Term]
- abstract val termIndModMap: Map[Name, TermIndMod]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (LeanParse, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def applyFuncProp(func: Term, arg: Term, vars: Vector[Term], data: Vector[Expr] = Vector()): Term
- def applyFuncPropOpt(func: Term, arg: Term): 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()
- def defnOpt(exp: Expr): Option[Term]
- def defns(exp: Expr, typOpt: Option[Typ[Term]]): Option[Term]
- def ensuring(cond: (LeanParse) => Boolean, msg: => Any): LeanParse
- def ensuring(cond: (LeanParse) => Boolean): LeanParse
- def ensuring(cond: Boolean, msg: => Any): LeanParse
- def ensuring(cond: Boolean): LeanParse
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inPropFamily: (Term) => Boolean
- 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()
- val parse: Parser
- val parseOpt: OptParser
- def parseSym(name: Name, ty: Expr, vars: Vector[Term]): Try[Term]
- def parseSymOpt(name: Name, ty: Expr, vars: Vector[Term]): Option[U forSome {type U <: Term with Subs[U]}]
- def parseSymVec(vec: Vector[(Name, Expr)], vars: Vector[Term]): Try[Vector[Term]]
- def parseSymVecOpt(vec: Vector[(Name, Expr)], vars: Vector[Term]): Option[Vector[Term]]
- def parseTyp(x: Expr, vars: Vector[Term]): Try[Typ[Term]]
- def parseTypOpt(x: Expr, vars: Vector[Term]): Option[Typ[U] forSome {type U <: Term with Subs[U]}]
- def parseTypVec(vec: Vector[Expr], vars: Vector[Term]): Try[Vector[Typ[Term]]]
- def parseVar(b: Binding, vars: Vector[Term]): Try[Term]
- def parseVec(vec: Vector[Expr], vars: Vector[Term]): Try[Vector[Term]]
- def parseVecOpt(vec: Vector[Expr], vars: Vector[Term]): Option[Vector[Term]]
- def recOptParser(rec: => OptParser)(exp: Expr, vars: Vector[Term]): Option[Term]
- def recParser(rec: => Parser)(exp: Expr, vars: Vector[Term]): Try[Term]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toTermIndModOpt(ind: IndMod): Option[TermIndMod]
- def toTermIndModTry(ind: IndMod): Try[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): (LeanParse, B)
- Implicit
- This member is added by an implicit conversion from LeanParse toArrowAssoc[LeanParse] 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.