Packages

object Substitutable extends ExprSubstitutable7 with SeqSubstitutable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Substitutable
  2. SeqSubstitutable
  3. ExprSubstitutable7
  4. ExprSubstitutable6
  5. ExprSubstitutable5
  6. ExprSubstitutable4
  7. ExprSubstitutable3
  8. ExprSubstitutable2
  9. ExprSubstitutable1
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit object SubstitutableTy extends ClosedUnderSub[Ty]
    Definition Classes
    ExprSubstitutable1
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. implicit val ConstClosedUnderSub: ClosedUnderSub[Const]
    Definition Classes
    ExprSubstitutable3
  6. implicit val ExprClosedUnderSub: ClosedUnderSub[Expr]
    Definition Classes
    ExprSubstitutable1
  7. implicit val FOLAtomClosedUnderFOLSub: ClosedUnderFOLSub[FOLAtom]
    Definition Classes
    ExprSubstitutable7
  8. implicit val FOLAtomSubstitutable: Substitutable[Substitution, FOLAtom, Atom]
    Definition Classes
    ExprSubstitutable5
  9. implicit val FOLExpressionClosedUnderFOLSub: ClosedUnderFOLSub[FOLExpression]
    Definition Classes
    ExprSubstitutable4
  10. implicit val FOLFormulaClosedUnderFOLSub: ClosedUnderFOLSub[FOLFormula]
    Definition Classes
    ExprSubstitutable6
  11. implicit val FOLTermClosedUnderFOLSub: ClosedUnderFOLSub[FOLTerm]
    Definition Classes
    ExprSubstitutable6
  12. implicit val FormulaClosedUnderSub: ClosedUnderSub[Formula]
    Definition Classes
    ExprSubstitutable2
  13. implicit def SubstitutableOption[S <: Substitution, T, U](implicit ev: Substitutable[S, T, U]): Substitutable[S, Option[T], Option[U]]

    Testifies that an Option of substitutable objects is itself substitutable (by mapping over it).

  14. implicit def SubstitutablePair[S <: Substitution, T1, U1, T2, U2](implicit ev1: Substitutable[S, T1, U1], ev2: Substitutable[S, T2, U2]): Substitutable[S, (T1, T2), (U1, U2)]

    Testifies that a pair of substitutable objects is substitutable (by applying the substitution to each element).

  15. implicit def SubstitutableSeq[S <: Substitution, T, U](implicit ev: Substitutable[S, T, U]): Substitutable[S, Seq[T], Seq[U]]
    Definition Classes
    SeqSubstitutable
  16. implicit def SubstitutableSequent[S <: Substitution, T, U](implicit ev: Substitutable[S, T, U]): Substitutable[S, Sequent[T], Sequent[U]]

    Testifies that a Sequent of substitutable objects is itself substitutable (by mapping over it).

  17. implicit def SubstitutableSet[S <: Substitution, T, U](implicit ev: Substitutable[S, T, U]): Substitutable[S, Set[T], Set[U]]

    Testifies that a Set of substitutable objects is itself substitutable (by mapping over it).

  18. def applySub(sub: Substitution, t: Expr): Expr

    The general method for applying substitutions to lambda expressions.

    The general method for applying substitutions to lambda expressions.

    sub

    A substitution.

    t

    A lambda expression.

    returns

    The substituted lambda expression.

    Attributes
    protected
    Definition Classes
    ExprSubstitutable1
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. implicit def listSubstitutable[S <: Substitution, T, U](implicit ev: Substitutable[S, T, U]): Substitutable[S, List[T], List[U]]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. implicit val substitutableString: ClosedUnderSub[String]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. implicit def vectorSubstitutable[S <: Substitution, T, U](implicit ev: Substitutable[S, T, U]): Substitutable[S, Vector[T], Vector[U]]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SeqSubstitutable

Inherited from ExprSubstitutable7

Inherited from ExprSubstitutable6

Inherited from ExprSubstitutable5

Inherited from ExprSubstitutable4

Inherited from ExprSubstitutable3

Inherited from ExprSubstitutable2

Inherited from ExprSubstitutable1

Inherited from AnyRef

Inherited from Any

Ungrouped