case class iW(index: Ind) extends iConstructorPattern[H] with Product with Serializable
- Alphabetic
- By Inheritance
- iW
- Serializable
- Product
- Equals
- iConstructorPattern
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Type Members
- type InducDataType = C
- Definition Classes
- iW → iConstructorPattern
- type RecDataType = C
(scala) type of data for recursion corresponding to the single constructor
(scala) type of data for recursion corresponding to the single constructor
- Definition Classes
- iW → iConstructorPattern
- type iConstructorType = H
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
- def -->:(thatInd: (IterFuncPtn[H, Cod, F], Ind)): FuncPtn[F, H]
- Definition Classes
- iConstructorPattern
- def ->[B](y: B): (iW, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(tps: F): Typ[H]
- Definition Classes
- iW → 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: (iW) => Boolean, msg: => Any): iW
- def ensuring(cond: (iW) => Boolean): iW
- def ensuring(cond: Boolean, msg: => Any): iW
- def ensuring(cond: Boolean): iW
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- def funcFrom[T <: Term with Subs[T]](tail: Typ[T], fmly: FamilyType): CnstFncPtn[T, H]
- Definition Classes
- iConstructorPattern
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def inClass[CC <: Term with Subs[CC]](w: Typ[H])(that: IndexedConstructorPatterns[CC, H, F]): iConstructorPattern[H]
- Definition Classes
- iW → iConstructorPattern
- val index: Ind
argument for the final image
argument for the final image
- Definition Classes
- iW → iConstructorPattern
- def inducDataTyp(w: F, xs: Func[Total, Typ[Cod]])(cons: H): Typ[Cod]
- Definition Classes
- iW → iConstructorPattern
- def inducDefCase(cons: iConstructorType, data: InducDataType, f: => DI): (Total) => Option[Cod]
- Definition Classes
- iW → 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, H, RecDataType, InducDataType, Nothing] forSome {type U >: tailVar.type <: Term with Subs[U]}
- Definition Classes
- iConstructorPattern
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recDataTyp(w: 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
- iW → iConstructorPattern
- def recDefCase(cons: iConstructorType, data: RecDataType, f: => I): (Total) => Option[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
- iW → iConstructorPattern
- def subs(x: Term, y: Term): iW
- Definition Classes
- iW → iConstructorPattern
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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[H]
- 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): (iW, B)
- Implicit
- This member is added by an implicit conversion from iW toArrowAssoc[iW] 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.