case class DepFuncPtn[U <: Term with Subs[U], V <: Term with Subs[V], VV <: Term with Subs[VV], W <: Term with Subs[W], TF <: Term with Subs[TF]](tail: IterFuncPtn[H, C, TF], tailIndex: Ind, index: Ind, headfibre: (TF) => iConstructorPattern[U] { ... /* 2 definitions in type refinement */ }) extends RecursiveiConstructorPattern[TF, U, FuncLike[TF, U]] with Product with Serializable
- Alphabetic
- By Inheritance
- DepFuncPtn
- Serializable
- Product
- Equals
- RecursiveiConstructorPattern
- iConstructorPattern
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DepFuncPtn(tail: IterFuncPtn[H, C, TF], tailIndex: Ind, index: Ind, headfibre: (TF) => iConstructorPattern[U] { ... /* 2 definitions in type refinement */ })
Type Members
- type ArgType = TF
scala type of argument to constructor A -> ...
scala type of argument to constructor A -> ... (or A ~> ...)
- Definition Classes
- RecursiveiConstructorPattern
- type Cod = C
- type HeadInducDataType = VV
- Definition Classes
- DepFuncPtn → RecursiveiConstructorPattern
- type HeadRecDataType = V
(scala) type of recursive data for head.
(scala) type of recursive data for head.
- Definition Classes
- DepFuncPtn → RecursiveiConstructorPattern
- type HeadType = U
scala type of the head T for constructor A -> T for Pi-Types, the head may have varying HoTT type but must have fixed scala type.
scala type of the head T for constructor A -> T for Pi-Types, the head may have varying HoTT type but must have fixed scala type.
- Definition Classes
- RecursiveiConstructorPattern
- type InducDataType = FuncLike[IterFuncPattern.IterFuncPtn.Family, Func[DepTargetType, VV]]
- Definition Classes
- DepFuncPtn → iConstructorPattern
- type RecDataType = FuncLike[IterFuncPattern.IterFuncPtn.Family, Func[TargetType, V]]
(scala) type of data for recursion corresponding to the single constructor
(scala) type of data for recursion corresponding to the single constructor
- Definition Classes
- DepFuncPtn → iConstructorPattern
- type iConstructorType = FuncLike[TF, U]
type of a constructor for this pattern.
type of a constructor for this pattern.
- Definition Classes
- iConstructorPattern
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 DepFuncPtn[U, V, VV, W, TF] toany2stringadd[DepFuncPtn[U, V, VV, W, TF]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def -->:(thatInd: (IterFuncPtn[H, IndexedConstructorPatterns.Cod, F], Ind)): FuncPtn[F, FuncLike[TF, U]]
- Definition Classes
- iConstructorPattern
- def ->[B](y: B): (DepFuncPtn[U, V, VV, W, TF], B)
- Implicit
- This member is added by an implicit conversion from DepFuncPtn[U, V, VV, W, TF] toArrowAssoc[DepFuncPtn[U, V, VV, W, TF]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(tps: F): PiDefn[ArgType, U]
- Definition Classes
- DepFuncPtn → iConstructorPattern
- 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 codClass[CC <: Term with Subs[CC]](w: Typ[H]): IndexedConstructorPatterns[CC, H, F]
- Definition Classes
- iConstructorPattern
- def constructor(tp: => F, name: AnySym): iConstructorDefn[iConstructorType with Subs[iConstructorType]]
constructor for this pattern given inductive type and name.
constructor for this pattern given inductive type and name.
- Definition Classes
- iConstructorPattern
- def ensuring(cond: (DepFuncPtn[U, V, VV, W, TF]) => Boolean, msg: => Any): DepFuncPtn[U, V, VV, W, TF]
- Implicit
- This member is added by an implicit conversion from DepFuncPtn[U, V, VV, W, TF] toEnsuring[DepFuncPtn[U, V, VV, W, TF]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (DepFuncPtn[U, V, VV, W, TF]) => Boolean): DepFuncPtn[U, V, VV, W, TF]
- Implicit
- This member is added by an implicit conversion from DepFuncPtn[U, V, VV, W, TF] toEnsuring[DepFuncPtn[U, V, VV, W, TF]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): DepFuncPtn[U, V, VV, W, TF]
- Implicit
- This member is added by an implicit conversion from DepFuncPtn[U, V, VV, W, TF] toEnsuring[DepFuncPtn[U, V, VV, W, TF]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): DepFuncPtn[U, V, VV, W, TF]
- Implicit
- This member is added by an implicit conversion from DepFuncPtn[U, V, VV, W, TF] toEnsuring[DepFuncPtn[U, V, VV, W, TF]] 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 DepFuncPtn[U, V, VV, W, TF] toStringFormat[DepFuncPtn[U, V, VV, W, TF]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def funcFrom[T <: Term with Subs[T]](tail: Typ[T], fmly: FamilyType): CnstFncPtn[T, FuncLike[TF, U]]
- Definition Classes
- iConstructorPattern
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def headData(data: RecDataType, arg: ArgType, f: => I): HeadRecDataType
returns data for recursion to be passed on to the head given an argument (when matching with the construtor).
returns data for recursion to be passed on to the head given an argument (when matching with the construtor).
- Definition Classes
- DepFuncPtn → RecursiveiConstructorPattern
- def headInducData(data: InducDataType, arg: ArgType, f: => DI): HeadInducDataType
- Definition Classes
- DepFuncPtn → RecursiveiConstructorPattern
- val headfibre: (TF) => iConstructorPattern[U] { ... /* 2 definitions in type refinement */ }
The head pattern, constant T for A -> T and T(a) for A ~> T(a)
The head pattern, constant T for A -> T and T(a) for A ~> T(a)
- Definition Classes
- DepFuncPtn → RecursiveiConstructorPattern
- def inClass[CC <: Term with Subs[CC]](w: Typ[H])(that: IndexedConstructorPatterns[CC, H, F]): iConstructorPattern[iConstructorType]
- Definition Classes
- DepFuncPtn → iConstructorPattern
- val index: Ind
argument for the final image
argument for the final image
- Definition Classes
- DepFuncPtn → iConstructorPattern
- def inducDataTyp(tps: F, xs: Func[Total, Typ[Cod]])(cons: iConstructorType): Typ[InducDataType]
- Definition Classes
- DepFuncPtn → iConstructorPattern
- def inducDefCase(cons: iConstructorType, data: InducDataType, f: => DI): (Total) => Option[IndexedConstructorPatterns.Cod]
- Definition Classes
- RecursiveiConstructorPattern → iConstructorPattern
- 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 piOf[T <: Term with Subs[T]](tailVar: T, fmly: FamilyType): CnstDepFuncPtn[U, FuncLike[TF, U], RecDataType, InducDataType, Nothing] forSome {type U >: tailVar.type <: Term with Subs[U]}
- Definition Classes
- iConstructorPattern
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recDataTyp(tps: F, x: Typ[Cod]): Typ[RecDataType]
domain containing the recursion data for the constructor, i.e., the HoTT type of recursion data.
domain containing the recursion data for the constructor, i.e., the HoTT type of recursion data.
- Definition Classes
- DepFuncPtn → iConstructorPattern
- def recDefCase(cons: iConstructorType, data: RecDataType, f: => I): (Total) => Option[IndexedConstructorPatterns.Cod]
given a term, matches to see if this is the image of a given (quasi)-constructor.
given a term, matches to see if this is the image of a given (quasi)-constructor. returns simplification (wrapped in Some) if the term matches.
- cons
constructor, actually quasi-constructor, with which to match.
- data
definition data for the image of the constructor.
- f
the function being defined, to be applied recursively.
- Definition Classes
- RecursiveiConstructorPattern → iConstructorPattern
- def subs(x: Term, y: Term): DepFuncPtn[U, (<refinement>.this)#RecDataType, (<refinement>.this)#InducDataType, Nothing, IterFuncPattern.IterFuncPtn.Family]
- Definition Classes
- DepFuncPtn → iConstructorPattern
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: IterFuncPtn[H, C, TF]
- val tailIndex: Ind
- 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])
- def withCod[CC <: Term with Subs[CC]](w: Typ[H]): iConstructorPattern[FuncLike[TF, U]]
- Definition Classes
- iConstructorPattern
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (DepFuncPtn[U, V, VV, W, TF], B)
- Implicit
- This member is added by an implicit conversion from DepFuncPtn[U, V, VV, W, TF] toArrowAssoc[DepFuncPtn[U, V, VV, W, TF]] 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.