Packages

object LeanInterface

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeanInterface
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyFuncLean(func: Term, arg: Term): Term
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def consts(expr: Expr): Vector[Name]
  8. def defnExprs(mods: Vector[Modification]): Vector[Expr]
  9. def defnNames(mods: Vector[Modification], accum: Vector[Name] = Vector()): Vector[Name]
    Annotations
    @tailrec()
  10. def domVarFlag(introTyp: Typ[Term], typF: Term): Vector[Boolean]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def foldFuncLean(func: Term, args: Vector[Term]): Term
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getMods(filename: String): Vector[Modification]
  16. def getModsFromStream(in: InputStream): Vector[Modification]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def introShuffle(intro: Term, typF: Term, data: Term, numParams: Int): Term

    shuffles the dat variables from leans convention where they are last to an interleaved form.

    shuffles the dat variables from leans convention where they are last to an interleaved form.

    intro

    the introduction rule

    typF

    the inductive type

    data

    the recursion data

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def modSubExpr: (Modification) => Set[Expr]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def recApp: (Expr) => Boolean
  25. def subExpr(expr: Expr): Vector[Expr]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def unifier(a: Term, b: Term, numParams: Int, accum: Vector[(Term, Term)] = Vector()): Option[Vector[(Term, Term)]]
  29. def usesVar(expr: Expr, index: Int, ignoreTypes: Boolean = false): Boolean
  30. def varsUsed(expr: Expr): Set[Int]
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def witLess(t: Term): Vector[Term]

    fill in witnesses if proposition, including within lambdas

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped