case object TermLang extends ExprLang[Term] with Domain[Term] with ExprPatterns[Term] with Product with Serializable
- Alphabetic
- By Inheritance
- TermLang
- Serializable
- Product
- Equals
- ExprPatterns
- Domain
- ExprLang
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 anonVar(typ: Term): Option[Term]
anonymous variable
- def appln(func: Term, arg: Term): Option[Term]
- def applnFold(func: Term, args: Vector[Term]): Option[Term]
- def applyAll(funcOpt: Option[Term], args: Vector[Term]): Option[Term]
- Definition Classes
- ExprLang
- 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 domTyp(func: Term): Option[Typ[Term]]
- def domain: (Term) => Option[Term]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equality(lhs: Term, rhs: Term): Option[Term]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def ff: Option[Term]
false type
- def funcTyp(dom: Term, codom: Term): Option[Term]
- Definition Classes
- ExprLang
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def i1(typ: Term, value: Term): Option[Term]
- Definition Classes
- ExprLang
- def i2(typ: Term, value: Term): Option[Term]
- Definition Classes
- ExprLang
- def incl1(typ: Term): Option[Term]
- def incl2(typ: Term): Option[Term]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPair: (Term) => Option[(Term, Term)]
- Definition Classes
- TermLang → ExprPatterns
- def isPi: (Term) => Option[(Term, Term)]
- Definition Classes
- TermLang → ExprPatterns
- def isSigma: (Term) => Option[(Term, Term)]
- Definition Classes
- TermLang → ExprPatterns
- def lambda(variable: Term, value: Term): Option[Term]
- def metaVar(typ: Term): Option[Term]
meta-variable of a given type, i.e., whose value must be inferred (elaborated in lean's terminology).
- 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 numeral(n: Int): Option[Term]
- def or(first: Term, second: Term): Option[Term]
- def orCases(first: Term, second: Term): Option[Term]
- def pair(x: Term, y: Term): Option[Term]
- def pairTyp(first: Term, second: Term): Option[Term]
non-dependent pair built from abstract methods.
non-dependent pair built from abstract methods.
- Definition Classes
- ExprLang
- def pi(variable: Term, typ: Term): Option[Term]
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def proj1(xy: Term): Option[Term]
- def proj2(xy: Term): Option[Term]
- def qed: Option[Term]
element of true type
- def sigma(variable: Term, typ: Term): Option[Term]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def termLang: ExprLang[Term]
- def tt: Option[Term]
true type
- def typVariable[S](name: S, level: Int): Option[Term]
- def variable[S](name: S, typ: Term): Option[Term]
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated