case class FuncIterPtnMap[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], head: IterFuncPtnMap[O, C, V, T, D]) extends IterFuncPtnMap[O, C, Func[TT, V], Func[TT, T], FuncLike[TT, D]] with Product with Serializable
- Alphabetic
- By Inheritance
- FuncIterPtnMap
- Serializable
- Product
- Equals
- IterFuncPtnMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FuncIterPtnMap(tail: Typ[TT], head: IterFuncPtnMap[O, C, V, T, D])
Type Members
- type Cod = C
- Definition Classes
- IterFuncPtnMap
- type DepTargetType = FuncLike[TT, D]
- type Family = Func[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
- type TargetType = Func[TT, T]
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 FuncIterPtnMap[TT, V, T, D, O, C] toany2stringadd[FuncIterPtnMap[TT, V, T, D, O, C]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (FuncIterPtnMap[TT, V, T, D, O, C], B)
- Implicit
- This member is added by an implicit conversion from FuncIterPtnMap[TT, V, T, D, O, C] toArrowAssoc[FuncIterPtnMap[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]): FuncTyp[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
- FuncIterPtnMap → 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[Cod]]): (Family) => PiDefn[TT, D]
dependent target scala type.
dependent target scala type.
- Definition Classes
- FuncIterPtnMap → IterFuncPtnMap
- def ensuring(cond: (FuncIterPtnMap[TT, V, T, D, O, C]) => Boolean, msg: => Any): FuncIterPtnMap[TT, V, T, D, O, C]
- Implicit
- This member is added by an implicit conversion from FuncIterPtnMap[TT, V, T, D, O, C] toEnsuring[FuncIterPtnMap[TT, V, T, D, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (FuncIterPtnMap[TT, V, T, D, O, C]) => Boolean): FuncIterPtnMap[TT, V, T, D, O, C]
- Implicit
- This member is added by an implicit conversion from FuncIterPtnMap[TT, V, T, D, O, C] toEnsuring[FuncIterPtnMap[TT, V, T, D, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): FuncIterPtnMap[TT, V, T, D, O, C]
- Implicit
- This member is added by an implicit conversion from FuncIterPtnMap[TT, V, T, D, O, C] toEnsuring[FuncIterPtnMap[TT, V, T, D, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): FuncIterPtnMap[TT, V, T, D, O, C]
- Implicit
- This member is added by an implicit conversion from FuncIterPtnMap[TT, V, T, D, O, C] toEnsuring[FuncIterPtnMap[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 FuncIterPtnMap[TT, V, T, D, O, C] toStringFormat[FuncIterPtnMap[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 head: IterFuncPtnMap[O, C, V, T, D]
- val headfibre: (Term) => IterFuncPtnMap[O, C, V, T, D]
- def induced(f: Func[O, Cod]): (Family) => TargetType
inductively defining the induced function.
inductively defining the induced function. maps (g : tail --> head(W)) to func : tail --> head(X) given (head(W) --> head(X))
- f
function from which to induce
- Definition Classes
- FuncIterPtnMap → IterFuncPtnMap
- def inducedDep(f: FuncLike[O, Cod]): (Family) => DepTargetType
inductively defining the induced function.
inductively defining the induced function. maps (g : tail --> head(W)) to func : (t : tail) ~> head(Xs(t)) given (head(W) --> (t: tail) ~> head(Xs(t)))
- f
dependent function from which to induce
- Definition Classes
- FuncIterPtnMap → 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): FuncIterPtnMap[TT, V, T, D, O, C]
- Definition Classes
- FuncIterPtnMap → IterFuncPtnMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: Typ[TT]
- def target(x: Typ[Cod]): FuncTyp[TT, T]
target scala type.
target scala type.
- Definition Classes
- FuncIterPtnMap → IterFuncPtnMap
- val univLevel: Int
the universe containing the type
the universe containing the type
- Definition Classes
- FuncIterPtnMap → 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): (FuncIterPtnMap[TT, V, T, D, O, C], B)
- Implicit
- This member is added by an implicit conversion from FuncIterPtnMap[TT, V, T, D, O, C] toArrowAssoc[FuncIterPtnMap[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.