Packages

object Substitutable extends ExprSubstitutable6

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Substitutable
  2. ExprSubstitutable6
  3. ExprSubstitutable5
  4. ExprSubstitutable4
  5. ExprSubstitutable3
  6. ExprSubstitutable2
  7. ExprSubstitutable1
  8. AnyRef
  9. 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 ExprClosedUnderSub: ClosedUnderSub[Expr]
    Definition Classes
    ExprSubstitutable1
  6. implicit val FOLAtomClosedUnderFOLSub: ClosedUnderFOLSub[FOLAtom]
    Definition Classes
    ExprSubstitutable6
  7. implicit val FOLAtomSubstitutable: Substitutable[Substitution, FOLAtom, Atom]
    Definition Classes
    ExprSubstitutable4
  8. implicit val FOLExpressionClosedUnderFOLSub: ClosedUnderFOLSub[FOLExpression]
    Definition Classes
    ExprSubstitutable3
  9. implicit val FOLFormulaClosedUnderFOLSub: ClosedUnderFOLSub[FOLFormula]
    Definition Classes
    ExprSubstitutable5
  10. implicit val FOLTermClosedUnderFOLSub: ClosedUnderFOLSub[FOLTerm]
    Definition Classes
    ExprSubstitutable5
  11. implicit val FormulaClosedUnderSub: ClosedUnderSub[Formula]
    Definition Classes
    ExprSubstitutable2
  12. 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).

  13. 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).

  14. implicit def SubstitutableSeq[S <: Substitution, T, U](implicit ev: Substitutable[S, T, U]): Substitutable[S, Seq[T], Seq[U]]

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

  15. 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).

  16. 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).

  17. 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
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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