Packages

object ExprLang

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

Type Members

  1. case class All[E](term: E) extends Product with Serializable
  2. case class Exists[E](term: E) extends 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 anonVar[E](implicit arg0: ExprLang[E]): (E) => Option[E]
  5. def appln[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  6. def applnQ[E](func: E, arg: E)(implicit arg0: ExprLang[E]): Option[E]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equality[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def ff[E](implicit arg0: ExprLang[E]): Option[E]
  13. def func[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def i1[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  17. def i2[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  18. def incl1[E](implicit arg0: ExprLang[E]): (E) => Option[E]
  19. def incl2[E](implicit arg0: ExprLang[E]): (E) => Option[E]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lambda[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  22. def metaVar[E](implicit arg0: ExprLang[E]): (E) => Option[E]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def numeral[E](implicit arg0: ExprLang[E]): (Int) => Option[E]
  27. def or[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  28. def orCases[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  29. def pair[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  30. def pairTyp[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  31. def pi[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  32. def proj1[E](implicit arg0: ExprLang[E]): (E) => Option[E]
  33. def proj2[E](implicit arg0: ExprLang[E]): (E) => Option[E]
  34. def qed[E](implicit arg0: ExprLang[E]): Option[E]
  35. def sigma[E](implicit arg0: ExprLang[E]): ((E, E)) => Option[E]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def tt[E](implicit arg0: ExprLang[E]): Option[E]
  39. def variable[E](implicit arg0: ExprLang[E]): ((String, E)) => Option[E]
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. 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