case class IndexedIdMap[C <: Term with Subs[C], H <: Term with Subs[H], Fb <: Term with Subs[Fb], Index <: HList, IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](family: TypFamilyMap[H, Fb, C, Index, IF, IDF, IDFT], index: Index)(implicit evidence$2: TermList[Index]) extends IndexedConstructorPatternMap[C, H, H, C, C, Fb, Index, IF, IDF, IDFT] with Product with Serializable
- Alphabetic
- By Inheritance
- IndexedIdMap
- Serializable
- Product
- Equals
- IndexedConstructorPatternMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IndexedIdMap(family: TypFamilyMap[H, Fb, C, Index, IF, IDF, IDFT], index: Index)(implicit arg0: TermList[Index])
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 IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT] toany2stringadd[IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT], B)
- Implicit
- This member is added by an implicit conversion from IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT] toArrowAssoc[IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(W: Fb): Typ[H]
returns HoTT type corresponding to the pattern given the (inductive) type family W (to be the head).
returns HoTT type corresponding to the pattern given the (inductive) type family W (to be the head).
- Definition Classes
- IndexedIdMap → IndexedConstructorPatternMap
- 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 ensuring(cond: (IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]) => Boolean, msg: => Any): IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]
- Implicit
- This member is added by an implicit conversion from IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT] toEnsuring[IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]) => Boolean): IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]
- Implicit
- This member is added by an implicit conversion from IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT] toEnsuring[IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]
- Implicit
- This member is added by an implicit conversion from IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT] toEnsuring[IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]
- Implicit
- This member is added by an implicit conversion from IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT] toEnsuring[IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val family: TypFamilyMap[H, Fb, C, Index, IF, IDF, IDFT]
the inductive type family
the inductive type family
- Definition Classes
- IndexedIdMap → IndexedConstructorPatternMap
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT] toStringFormat[IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]] 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 index: Index
- def inducDataTyp(w: Fb, xs: IDFT)(cons: H): Typ[C]
domain containing the induction data for the constructor, i.e., the HoTT type of the induction data.
domain containing the induction data for the constructor, i.e., the HoTT type of the induction data.
- Definition Classes
- IndexedIdMap → IndexedConstructorPatternMap
- def inducDefCase(cons: H, data: C, f: => IDF): (Term) => Option[C]
given a term, matches to see if this is the image of a given (quasi)-constructor, with
this
constructor pattern.given a term, matches to see if this is the image of a given (quasi)-constructor, with
this
constructor pattern. optionally returns simplification (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 inductively, to be used recursively in definition.
- Definition Classes
- IndexedIdMap → IndexedConstructorPatternMap
- 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 recDataTyp(w: Fb, x: Typ[C]): Typ[C]
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
- IndexedIdMap → IndexedConstructorPatternMap
- def recDefCase(cons: H, data: C, f: => IF): (H) => Option[C]
given a term, matches to see if this is the image of a given (quasi)-constructor, with
this
constructor pattern.given a term, matches to see if this is the image of a given (quasi)-constructor, with
this
constructor pattern. optionally returns simplification (if the term matches), determined by the recursion data.- cons
constructor, actually quasi-constructor, with which to match.
- data
definition data for the image of the constructor.
- f
the function being defined recursively, to be used recursively in definition.
- Definition Classes
- IndexedIdMap → IndexedConstructorPatternMap
- def subs(x: Term, y: Term): IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]
- Definition Classes
- IndexedIdMap → IndexedConstructorPatternMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val univLevel: Int
- Definition Classes
- IndexedIdMap → IndexedConstructorPatternMap
- 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): (IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT], B)
- Implicit
- This member is added by an implicit conversion from IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT] toArrowAssoc[IndexedIdMap[C, H, Fb, Index, IF, IDF, IDFT]] 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.