object FreeExpr
- Alphabetic
- By Inheritance
- FreeExpr
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class AnonVar(typ: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreeAppln(func: FreeExpr, arg: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreeEquality(lhs: FreeExpr, rhs: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreeIncl1(typ: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreeIncl2(typ: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreeLambda(variable: FreeExpr, value: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreePair(first: FreeExpr, second: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreePi(variable: FreeExpr, value: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreeProj1(xy: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreeProj2(xy: FreeExpr) extends FreeExpr with Product with Serializable
- case class FreeSigma(variable: FreeExpr, value: FreeExpr) extends FreeExpr with Product with Serializable
- case class MetaVar(typ: FreeExpr) extends FreeExpr with Product with Serializable
- case class Numeral(n: Int) extends FreeExpr with Product with Serializable
- case class Or(first: FreeExpr, second: FreeExpr) extends FreeExpr with Product with Serializable
- case class OrCases(first: FreeExpr, second: FreeExpr) extends FreeExpr with Product with Serializable
- case class Special(name: String, typ: FreeExpr, args: List[FreeExpr]) extends FreeExpr with Product with Serializable
- case class TypVariable(name: String, level: Int) extends FreeExpr with Product with Serializable
- case class Variable(name: String, typ: FreeExpr) extends FreeExpr with Product with Serializable
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
- 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 equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromTerm(t: Term): Option[FreeExpr]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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()
- def readDist(s: String, names: Vector[(Term, String)] = Vector()): FiniteDistribution[Term]
- def readTerm(s: String): Term
- def readTyp(s: String): Typ[Term]
- implicit def rw: upickle.default.ReadWriter[FreeExpr]
- 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])
- def writeDist(fd: FiniteDistribution[Term], names: Vector[(Term, String)] = Vector()): String
- def writeExpr(fr: FreeExpr): String
- def writeTerm(t: Term): String
- object AnonVar extends Serializable
- case object FF extends FreeExpr with Product with Serializable
- object FreeAppln extends Serializable
- object FreeEquality extends Serializable
- object FreeIncl1 extends Serializable
- object FreeIncl2 extends Serializable
- object FreeLambda extends Serializable
- implicit object FreeLang extends ExprLang[FreeExpr] with ExprPatterns[FreeExpr]
- object FreePair extends Serializable
- object FreePi extends Serializable
- object FreeProj1 extends Serializable
- object FreeProj2 extends Serializable
- object FreeSigma extends Serializable
- object FromTerm extends TermToExpr[FreeExpr]
- object MetaVar extends Serializable
- object Numeral extends Serializable
- object Or extends Serializable
- object OrCases extends Serializable
- case object QED extends FreeExpr with Product with Serializable
- object Special extends Serializable
- case object TT extends FreeExpr with Product with Serializable
- object TypVariable extends Serializable
- case object Univ extends Product with Serializable
- object Variable extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated