case class DepFuncIterPtnMap[TT <: Term with Subs[TT], V <: Term with Subs[V], T <: Term with Subs[T], D <: Term with Subs[D], O <: Term with Subs[O], C <: Term with Subs[C]](tail: Typ[TT], headfibre: (TT) => IterFuncPtnMap[O, C, V, T, D], headlevel: Int = 0) extends IterFuncPtnMap[O, C, FuncLike[TT, V], FuncLike[TT, T], FuncLike[TT, D]] with Product with Serializable
Extending by a constant type A a family of type patterns depending on (a : A).
- Alphabetic
- By Inheritance
- DepFuncIterPtnMap
- Serializable
- Product
- Equals
- IterFuncPtnMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DepFuncIterPtnMap(tail: Typ[TT], headfibre: (TT) => IterFuncPtnMap[O, C, V, T, D], headlevel: Int = 0)
Type Members
- type Cod = C
- Definition Classes
- IterFuncPtnMap
- type Family = FuncLike[TT, V]
scala type (upper bound) for a member of the family, i.e., sections
scala type (upper bound) for a member of the family, i.e., sections
- Definition Classes
- IterFuncPtnMap
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from DepFuncIterPtnMap[TT, V, T, D, O, C] toany2stringadd[DepFuncIterPtnMap[TT, V, T, D, O, C]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (DepFuncIterPtnMap[TT, V, T, D, O, C], B)
- Implicit
- This member is added by an implicit conversion from DepFuncIterPtnMap[TT, V, T, D, O, C] toArrowAssoc[DepFuncIterPtnMap[TT, V, T, D, O, C]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(W: Typ[O]): PiDefn[TT, V]
returns the type corresponding to the pattern, such as A -> W, given the (inductive) type W, this is used mainly for constructor patterns, with the W being fixed.
returns the type corresponding to the pattern, such as A -> W, given the (inductive) type W, this is used mainly for constructor patterns, with the W being fixed.
- Definition Classes
- DepFuncIterPtnMap → IterFuncPtnMap
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def depTarget(xs: Func[O, Typ[C]]): (FuncLike[TT, V]) => PiDefn[TT, D]
dependent target scala type.
dependent target scala type.
- Definition Classes
- DepFuncIterPtnMap → IterFuncPtnMap
- def ensuring(cond: (DepFuncIterPtnMap[TT, V, T, D, O, C]) => Boolean, msg: => Any): DepFuncIterPtnMap[TT, V, T, D, O, C]
- Implicit
- This member is added by an implicit conversion from DepFuncIterPtnMap[TT, V, T, D, O, C] toEnsuring[DepFuncIterPtnMap[TT, V, T, D, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (DepFuncIterPtnMap[TT, V, T, D, O, C]) => Boolean): DepFuncIterPtnMap[TT, V, T, D, O, C]
- Implicit
- This member is added by an implicit conversion from DepFuncIterPtnMap[TT, V, T, D, O, C] toEnsuring[DepFuncIterPtnMap[TT, V, T, D, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): DepFuncIterPtnMap[TT, V, T, D, O, C]
- Implicit
- This member is added by an implicit conversion from DepFuncIterPtnMap[TT, V, T, D, O, C] toEnsuring[DepFuncIterPtnMap[TT, V, T, D, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): DepFuncIterPtnMap[TT, V, T, D, O, C]
- Implicit
- This member is added by an implicit conversion from DepFuncIterPtnMap[TT, V, T, D, O, C] toEnsuring[DepFuncIterPtnMap[TT, V, T, D, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from DepFuncIterPtnMap[TT, V, T, D, O, C] toStringFormat[DepFuncIterPtnMap[TT, V, T, D, O, C]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val headfibre: (TT) => IterFuncPtnMap[O, C, V, T, D]
- val headlevel: Int
- def induced(f: Func[O, C]): (FuncLike[TT, V]) => FuncLike[TT, T]
function induced by f: W -> X of type (A -> W) -> (A -> X) etc
function induced by f: W -> X of type (A -> W) -> (A -> X) etc
- f
function from which to induce
- Definition Classes
- DepFuncIterPtnMap → IterFuncPtnMap
- def inducedDep(f: FuncLike[O, C]): (FuncLike[TT, V]) => FuncLike[TT, D]
dependent function induced by dependent f: W -> X(s) of type (A -> W) -> ((a : A) ~> Xs(a)) etc
dependent function induced by dependent f: W -> X(s) of type (A -> W) -> ((a : A) ~> Xs(a)) etc
- f
dependent function from which to induce
- Definition Classes
- DepFuncIterPtnMap → IterFuncPtnMap
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def subs(x: Term, y: Term): DepFuncIterPtnMap[TT, V, T, D, O, C]
- Definition Classes
- DepFuncIterPtnMap → IterFuncPtnMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: Typ[TT]
- def target(x: Typ[C]): PiDefn[TT, T]
target scala type.
target scala type.
- Definition Classes
- DepFuncIterPtnMap → IterFuncPtnMap
- val univLevel: Int
the universe containing the type
the universe containing the type
- Definition Classes
- DepFuncIterPtnMap → IterFuncPtnMap
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (DepFuncIterPtnMap[TT, V, T, D, O, C], B)
- Implicit
- This member is added by an implicit conversion from DepFuncIterPtnMap[TT, V, T, D, O, C] toArrowAssoc[DepFuncIterPtnMap[TT, V, T, D, O, C]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.