Packages

object InducPairs

Recursion and induction for (dependent) pairs.

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

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 A: Typ[Term]
  5. val B: Typ[Term]
  6. val Bs: Func[Term, Typ[Term]]
  7. val Btype: PiDefn[Term, Term]
  8. val C: Typ[Term]
  9. val Cs: Func[Term, Func[Term, Typ[Term]]]
  10. val InducSigma: FuncLike[Typ[Term], FuncLike[Func[Term, Typ[Term]], FuncLike[Func[Term, Func[Term, Typ[Term]]], FuncLike[FuncLike[Term, FuncLike[Term, Term]], FuncLike[AbsPair[Term, Term], Term]]]]]
  11. val a: Term
  12. val ab: PairTerm[Term, Term]
  13. val abDep: AbsPair[Term, Term]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val b: Term
  16. val bs: FuncLike[Term, Term]
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. val f: Func[Term, Func[Term, Term]]
  21. val g: FuncLike[Term, Func[Term, Term]]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val h: FuncLike[Term, FuncLike[Term, Term]]
  24. val hDep: FuncLike[Term, FuncLike[Term, Term]]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val inducPair: FuncLike[Typ[Term], FuncLike[Typ[Term], FuncLike[Func[Term, Func[Term, Typ[Term]]], FuncLike[FuncLike[Term, FuncLike[Term, Term]], FuncLike[PairTerm[Term, Term], Term]]]]]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val recPair: FuncLike[Typ[Term], FuncLike[Typ[Term], FuncLike[Typ[Term], FuncLike[Func[Term, Func[Term, Term]], FuncLike[PairTerm[Term, Term], Term]]]]]
  32. val recSigma: FuncLike[Typ[Term], FuncLike[Typ[Term], FuncLike[Typ[Term], FuncLike[FuncLike[Term, Func[Term, Term]], FuncLike[AbsPair[Term, Term], Term]]]]]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. val toC: GenFuncTyp[Term, Func[Term, Term]]
  35. val toCs: GenFuncTyp[Term, FuncLike[Term, Term]]
  36. val toCsDep: GenFuncTyp[Term, FuncLike[Term, Term]]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. 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