Packages

object BoolType

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

Type Members

  1. case class isTrueTyp(value: Boolean) extends SmallTyp with 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. lazy val and: Func[Term, Func[Term, Term]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val boolFmly: FuncRep[Term, Boolean, Typ[Term], Typ[Term]]
  7. lazy val boolrep: SimpleRep[Term, Boolean]
  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 equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. lazy val isTrue: Func[Term, Typ[Term]]
  15. lazy val ite: FuncLike[Typ[Term], Func[Term, Func[Term, Func[Term, Term]]]]
  16. def iteDepFunc(u: Typ[Term], v: Typ[Term]): FuncLike[Term, Term]
  17. def iteFunc[U <: Term with Subs[U]](u: Typ[U]): Func[Term, Func[U, Func[U, U]]]
  18. lazy val itedep: FuncLike[Typ[Term], FuncLike[Typ[Term], FuncLike[Term, Term]]]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. lazy val not: Func[Term, Term]
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. lazy val or: Func[Term, Func[Term, Term]]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. case object Bool extends SmallTyp with Product with Serializable
  30. case object yes extends ConstTerm[Boolean] with Product with Serializable

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