class App extends LambdaExpression

Source
typedLambdaCalculus.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. App
  2. LambdaExpression
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def &(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  5. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from App to any2stringadd[App] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def -->(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  7. def ->[B](y: B): (App, B)
    Implicit
    This member is added by an implicit conversion from App to ArrowAssoc[App] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def <->(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def ===(that: LambdaExpression): HOLAtom
    Definition Classes
    LambdaExpression
  11. def ^(n: Int)(that: LambdaExpression): LambdaExpression
    Definition Classes
    LambdaExpression
  12. def alphaEquals(that: LambdaExpression): Boolean

    Alpha-equality.

    Alpha-equality.

    that

    Lambda expression to compare against.

    returns

    whether this lambda expression is equal to that lambda expression modulo alpha-conversion.

    Definition Classes
    LambdaExpression
  13. def apply(that: Iterable[LambdaExpression]): LambdaExpression
    Definition Classes
    LambdaExpression
  14. def apply(that: LambdaExpression*): LambdaExpression
    Definition Classes
    LambdaExpression
  15. def apply(pos: HOLPosition): LambdaExpression

    Retrieves this expression's subexpression at a given position.

    Retrieves this expression's subexpression at a given position.

    pos

    The position to be retrieved.

    returns

    The subexpression at pos.

    Definition Classes
    LambdaExpression
  16. def apply(p: LambdaPosition): LambdaExpression
    Definition Classes
    LambdaExpression
  17. val arg: LambdaExpression
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def ensuring(cond: (App) ⇒ Boolean, msg: ⇒ Any): App
    Implicit
    This member is added by an implicit conversion from App to Ensuring[App] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (App) ⇒ Boolean): App
    Implicit
    This member is added by an implicit conversion from App to Ensuring[App] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): App
    Implicit
    This member is added by an implicit conversion from App to Ensuring[App] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): App
    Implicit
    This member is added by an implicit conversion from App to Ensuring[App] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(a: Any): Boolean
    Definition Classes
    LambdaExpression → AnyRef → Any
  26. val exptype: Ty
    Definition Classes
    AppLambdaExpression
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def find(exp: LambdaExpression): List[HOLPosition]

    Finds all HOL positions of a subexpression in this expression.

    Finds all HOL positions of a subexpression in this expression.

    exp

    The subexpression to be found.

    returns

    A list containing all positions where exp occurs.

    Definition Classes
    LambdaExpression
  29. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from App to StringFormat[App] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. val function: LambdaExpression
  31. def get(pos: HOLPosition): Option[LambdaExpression]

    Retrieves this expression's subexpression at a given position, if there is one.

    Retrieves this expression's subexpression at a given position, if there is one.

    pos

    The position to be retrieved.

    returns

    If there is a subexpression at that position, return Some(that expression). Otherwise None.

    Definition Classes
    LambdaExpression
  32. def get(p: LambdaPosition): Option[LambdaExpression]

    Returns the subexpression at the given position, if it exists.

    Returns the subexpression at the given position, if it exists.

    Definition Classes
    LambdaExpression
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  34. val hashCode: Int
    Definition Classes
    AppLambdaExpression → AnyRef → Any
  35. def isDefinedAt(pos: HOLPosition): Boolean

    Tests whether this expression has a subexpression at a given position.

    Tests whether this expression has a subexpression at a given position.

    pos

    The position to be tested.

    returns

    Whether this(pos) is defined.

    Definition Classes
    LambdaExpression
  36. def isDefinedAt(p: LambdaPosition): Boolean

    Tests whether this Expression has a subexpression at the given position.

    Tests whether this Expression has a subexpression at the given position.

    Definition Classes
    LambdaExpression
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  41. def replace(pos: HOLPosition, replacement: LambdaExpression): LambdaExpression
    Definition Classes
    LambdaExpression
  42. def replace(pos: LambdaPosition, replacement: LambdaExpression): LambdaExpression
    Definition Classes
    LambdaExpression
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def syntaxEquals(e: LambdaExpression): Boolean

    Syntactic equality (takes names of variables in binders into account).

    Syntactic equality (takes names of variables in binders into account).

    Definition Classes
    AppLambdaExpression
  45. def toAsciiString: String

    Converts this expression into a 7-bit safe ASCII string.

    Converts this expression into a 7-bit safe ASCII string.

    The output can be parsed using e.g. the string interpolators, and we guarantee that the expression can be perfectly reconstructed from the string output.

    Definition Classes
    LambdaExpression
  46. def toSigRelativeString(implicit sig: BabelSignature): String

    Converts this expression into a string, taking the signature into account.

    Converts this expression into a string, taking the signature into account.

    This produces a similar output as toString, but will use the variable convention indicated by the signature. That is, if sig defines x to be a constant, then we output just x instead of the default #c(x: i).

    Definition Classes
    LambdaExpression
  47. def toString(): String

    Converts this expression into a string.

    Converts this expression into a string.

    The output can be parsed using e.g. the string interpolators, and we guarantee that the expression can be perfectly reconstructed from the string output.

    Definition Classes
    LambdaExpression → AnyRef → Any
  48. def toUntypedAsciiString(implicit sig: BabelSignature): String
    Definition Classes
    LambdaExpression
  49. def toUntypedString(implicit sig: BabelSignature): String
    Definition Classes
    LambdaExpression
  50. def unary_-: HOLFormula
    Definition Classes
    LambdaExpression
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def |(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  55. def [B](y: B): (App, B)
    Implicit
    This member is added by an implicit conversion from App to ArrowAssoc[App] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from LambdaExpression

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from App to any2stringadd[App]

Inherited by implicit conversion StringFormat from App to StringFormat[App]

Inherited by implicit conversion Ensuring from App to Ensuring[App]

Inherited by implicit conversion ArrowAssoc from App to ArrowAssoc[App]

Ungrouped