Packages

object Unify

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

Type Members

  1. case class UnifyApplnException(func: Term, arg: Term, freeVars: Vector[Term], error: Throwable) extends Exception with Product with Serializable

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 appln(func: Term, arg: Term, freeVars: Vector[Term] = Vector()): Option[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 dependsOn(term: Term): (Vector[Term]) => Boolean
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def extraVars(v: Vector[Term], m: Map[Term, Term]): Vector[Term]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def mergeAll[U, V](xs: Option[Map[U, V]]*): Option[Map[U, V]]
  15. def mergeMaps[U, V](x: Map[U, V], y: Map[U, V]): Option[Map[U, V]]
  16. def mergeOptMaps[U, V](x: Option[Map[U, V]], y: Option[Map[U, V]]): Option[Map[U, V]]
  17. def multisub[U <: Term with Subs[U]](x: U, m: Map[Term, Term]): U
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def purgeInv(r1: Term, inv1: Set[(Term, Term)], r2: Term, inv2: Set[(Term, Term)], freeVars: (Term) => Boolean): Set[(Term, Term)]
  22. def purgeVector(r2: Term, inv2: Set[(Term, Term)], invVector: Vector[(Term, Set[(Term, Term)])], freeVars: (Term) => Boolean): (Term, Set[(Term, Term)])
  23. def purgedInvVector(invVector: Vector[(Term, Set[(Term, Term)])], accum: Vector[(Term, Set[(Term, Term)])] = Vector(), freeVars: (Term) => Boolean = HoTT.isVar): Vector[(Term, Set[(Term, Term)])]
    Annotations
    @tailrec()
  24. def purgedPairs(fxs: Set[(Term, Term)]): Set[(Term, Term)]
  25. def purgedPairsList(fxs: List[(Term, Term)], accum: List[(Term, Term)] = List()): List[(Term, Term)]
    Annotations
    @tailrec()
  26. def subsApply(func: Term, arg: Term, unifMap: Map[Term, Term], freeVars: Vector[Term]): Option[Term]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def targetCodomain(func: Term, codomain: Term, freeVars: Vector[Term] = Vector()): Option[Term]

    Given a function and a target type, optionally returns a function with eventual codomain the given type; this is done by attempting to unify, filling in parameters where they are determined and returing lambdas if all parameters work.

  29. def targetCodomainStrict(func: Term, codomain: Term, freeVars: Vector[Term] = Vector()): Option[Term]

    Given a function and a target type, optionally returns a function with eventual codomain the given type; this is done by attempting to unify, filling in parameters where they are determined and returing lambdas if all parameters work.

  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def unifApply(func: Term, arg: Term, freeVars: Vector[Term]): Option[Term]
  32. def unify(lhs: Term, rhs: Term, freevars: (Term) => Boolean): Option[Map[Term, Term]]
  33. def unifyAll(freeVars: (Term) => Boolean)(xys: (Term, Term)*): Option[Map[Term, Term]]
  34. def unifyVector(xys: Vector[(Term, Term)], freeVars: (Term) => Boolean): Option[Map[Term, Term]]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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