Packages

object Replaceable

Source
TermReplacement.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Replaceable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit def eitherReplaceable[E, I, O](implicit ev: Replaceable[I, O]): Replaceable[Either[E, I], Either[E, O]]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def exprReplaceable[I <: Expr](implicit notAFormula: Not[<:<[I, Formula]]): Replaceable[I, Expr]
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. implicit def formulaReplaceable[I <: Formula](implicit notAnAtom: Not[<:<[I, Atom]]): Replaceable[I, Formula]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. implicit def mapReplaceable[I1, I2, O1, O2](implicit ev1: Replaceable[I1, O1], ev2: Replaceable[I2, O2]): Replaceable[Map[I1, I2], Map[O1, O2]]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. implicit def optionReplaceable[I, O](implicit ev: Replaceable[I, O]): Replaceable[Option[I], Option[O]]
  20. implicit def seqReplaceable[I, O](implicit ev: Replaceable[I, O]): Replaceable[Seq[I], Seq[O]]
  21. implicit def sequentReplaceable[I, O](implicit ev: Replaceable[I, O]): Replaceable[Sequent[I], Sequent[O]]
  22. implicit def setReplaceable[I, O](implicit ev: Replaceable[I, O]): Replaceable[Set[I], Set[O]]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. implicit def tupleReplaceable[I1, I2, O1, O2](implicit ev1: Replaceable[I1, O1], ev2: Replaceable[I2, O2]): Replaceable[(I1, I2), (O1, O2)]
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. implicit object definitionReplaceable extends ClosedUnderReplacement[Definition]
  30. implicit object holAtomReplaceable extends ClosedUnderReplacement[Atom]
  31. implicit object substitutionReplaceable extends ClosedUnderReplacement[Substitution]
  32. implicit object unitReplaceable extends ClosedUnderReplacement[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped