implicit object FreeLang extends ExprLang[FreeExpr] with ExprPatterns[FreeExpr]
- Alphabetic
- By Inheritance
- FreeLang
- ExprPatterns
- 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: FreeExpr): Option[FreeExpr]
anonymous variable
- def appln(func: FreeExpr, arg: FreeExpr): Option[FreeExpr]
- def applyAll(funcOpt: Option[FreeExpr], args: Vector[FreeExpr]): Option[FreeExpr]
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equality(lhs: FreeExpr, rhs: FreeExpr): Option[FreeExpr]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def ff: Option[FreeExpr]
false type
- def funcTyp(dom: FreeExpr, codom: FreeExpr): Option[FreeExpr]
- Definition Classes
- ExprLang
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def i1(typ: FreeExpr, value: FreeExpr): Option[FreeExpr]
- Definition Classes
- ExprLang
- def i2(typ: FreeExpr, value: FreeExpr): Option[FreeExpr]
- Definition Classes
- ExprLang
- def incl1(typ: FreeExpr): Option[FreeExpr]
- def incl2(typ: FreeExpr): Option[FreeExpr]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPair: (FreeExpr) => Option[(FreeExpr, FreeExpr)]
- Definition Classes
- FreeLang → ExprPatterns
- def isPi: (FreeExpr) => Option[(FreeExpr, FreeExpr)]
- Definition Classes
- FreeLang → ExprPatterns
- def isSigma: (FreeExpr) => Option[(FreeExpr, FreeExpr)]
- Definition Classes
- FreeLang → ExprPatterns
- def lambda(variable: FreeExpr, value: FreeExpr): Option[FreeExpr]
- def metaVar(typ: FreeExpr): Option[FreeExpr]
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[FreeExpr]
- def or(first: FreeExpr, second: FreeExpr): Option[FreeExpr]
- def orCases(first: FreeExpr, second: FreeExpr): Option[FreeExpr]
- def pair(x: FreeExpr, y: FreeExpr): Option[FreeExpr]
- def pairTyp(first: FreeExpr, second: FreeExpr): Option[FreeExpr]
non-dependent pair built from abstract methods.
non-dependent pair built from abstract methods.
- Definition Classes
- ExprLang
- def pi(variable: FreeExpr, typ: FreeExpr): Option[FreeExpr]
- def proj1(xy: FreeExpr): Option[FreeExpr]
- def proj2(xy: FreeExpr): Option[FreeExpr]
- def qed: Option[FreeExpr]
element of true type
- def sigma(variable: FreeExpr, typFamily: FreeExpr): Option[FreeExpr]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tt: Option[FreeExpr]
true type
- def typVariable[S](name: S, level: Int): Option[FreeExpr]
- def variable[S](name: S, typ: FreeExpr): Option[FreeExpr]
- 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