object LeanToTerm extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeanToTerm
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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
- val appFailure: ArrayBuffer[(Expr, Expr, Expr, Option[Typ[Term]], LeanToTerm)]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val badConsts: ArrayBuffer[Const]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val empty: LeanToTerm
- def emptyRecParser(base: => Parser)(e: Expr, vars: Vector[Term]): None
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromMods(mods: Vector[Modification], init: LeanToTerm = empty): LeanToTerm
- def fromModsOpt(mods: Vector[Modification], init: LeanToTerm = empty): LeanToTerm
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getValue(t: Term, n: Int, accum: Vector[Term]): Try[(Term, Vector[Term])]
- def getValueOpt(t: Term, n: Int, accum: Vector[Term]): Option[(Term, Vector[Term])]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isPropn: (Expr) => Boolean
- def iterAp(name: Name, length: Int): (Expr) => Option[Vector[Expr]]
- def iterApTyp(name: Name, length: Int, typOpt: Option[Typ[Term]]): (Expr) => Option[Vector[(Expr, Option[Typ[Term]])]]
- def iterMods(mods: Vector[Modification], init: LeanToTerm = empty): Iterator[LeanToTerm]
- def iterModsOpt(mods: Vector[Modification], init: LeanToTerm = empty): Iterator[LeanToTerm]
- 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()
- def optSequence[A](vec: Vector[Option[A]]): Option[Vector[A]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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 RecIterAp
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated