Packages

object IntTypes

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

Type Members

  1. case class Fin(n: Long) extends IntTyp with Product with Serializable
  2. trait IntTyp extends SmallTyp

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. val FinFn: Func[Term, Typ[Term]]
  5. val FinRep: DepFuncRep[Term, Long, Term, Term]
  6. val NFinRep: FuncRep[Term, Long, FuncLike[Term, Term], (Long) => Term]
  7. val Nfmly: FuncRep[Term, Long, Typ[Term], Typ[Term]]
  8. val SimpleFinRep: DepFuncRep[Term, Long, Term, Term]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. val finrep: RepSection[Long, Term, Term]
  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 inducFn[U <: Term](f0: U, g: (Long) => (U) => U, n: Long, thenApply: (U) => U = (u: U) => u): U
    Annotations
    @tailrec()
  17. val inducN: FuncLike[Func[Term, Typ[Term]], Func[Term, Func[FuncLike[Term, Func[Term, Term]], FuncLike[Term, Term]]]]
  18. def induccurry[U <: Term]: (U) => ((Long) => (U) => U) => (Long) => U
  19. def induction[U <: Term with Subs[U]](us: Func[Term, Typ[U]]): Func[U, Func[FuncLike[Term, Term], FuncLike[Term, U]]]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val kmodn: Func[Term, FuncLike[Term, Term]]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val recN: LambdaTerm[Typ[Term], LambdaFixed[Term, LambdaFixed[Func[Term, Func[Term, Term]], Func[Term, Term]]]]
  26. def recursion[U <: Term with Subs[U]](u: Typ[U]): Func[U, Func[Func[Term, Func[U, U]], Func[Term, U]]]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. case object N extends IntTyp with Product with Serializable
  33. case object Z extends IntTyp 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