case class IndexedCnstDepFncPtnMap[T <: Term with Subs[T], Cod <: Term with Subs[Cod], HC <: Term with Subs[HC], H <: Term with Subs[H], HR <: Term with Subs[HR], HI <: Term with Subs[HI], Fb <: Term with Subs[Fb], Index <: HList, IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](tail: Typ[T], headfibre: (T) => IndexedConstructorPatternMap[Cod, HC, H, HR, HI, Fb, Index, IF, IDF, IDFT])(implicit evidence$7: TermList[Index]) extends IndexedRecursiveConstructorPatternMap[Cod, T, HC, FuncLike[T, HC], H, FuncLike[T, HR], FuncLike[T, HI], HR, HI, Fb, Index, IF, IDF, IDFT] with Product with Serializable
- Self Type
- IndexedCnstDepFncPtnMap[T, Cod, HC, H, HR, HI, Fb, Index, IF, IDF, IDFT]
- Alphabetic
- By Inheritance
- IndexedCnstDepFncPtnMap
- Serializable
- Product
- Equals
- IndexedRecursiveConstructorPatternMap
- IndexedConstructorPatternMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IndexedCnstDepFncPtnMap(tail: Typ[T], headfibre: (T) => IndexedConstructorPatternMap[Cod, HC, H, HR, HI, Fb, Index, IF, IDF, IDFT])(implicit arg0: TermList[Index])
Value Members
- def apply(W: Fb): PiDefn[T, HC]
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
- IndexedCnstDepFncPtnMap → IndexedConstructorPatternMap
- val family: TypFamilyMap[H, Fb, Cod, Index, IF, IDF, IDFT]
the inductive type family
the inductive type family
- Definition Classes
- IndexedCnstDepFncPtnMap → IndexedConstructorPatternMap
- def headData(data: FuncLike[T, HR], arg: T, f: => IF): HR
returns data for recursion to be passed on to the head given an argument (when matching with the constructor).
returns data for recursion to be passed on to the head given an argument (when matching with the constructor).
- Definition Classes
- IndexedCnstDepFncPtnMap → IndexedRecursiveConstructorPatternMap
- def headInducData(data: FuncLike[T, HI], arg: T, f: => IDF): HI
- Definition Classes
- IndexedCnstDepFncPtnMap → IndexedRecursiveConstructorPatternMap
- val headfibre: (T) => IndexedConstructorPatternMap[Cod, HC, H, HR, HI, Fb, Index, IF, IDF, IDFT]
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
- IndexedCnstDepFncPtnMap → IndexedRecursiveConstructorPatternMap
- def inducDataTyp(w: Fb, xs: IDFT)(cons: FuncLike[T, HC]): PiDefn[T, HI]
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
- IndexedCnstDepFncPtnMap → IndexedConstructorPatternMap
- def inducDefCase(cons: FuncLike[T, HC], data: FuncLike[T, HI], f: => IDF): (H) => Option[Cod]
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
- IndexedRecursiveConstructorPatternMap → IndexedConstructorPatternMap
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recDataTyp(w: Fb, x: Typ[Cod]): PiDefn[T, HR]
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
- IndexedCnstDepFncPtnMap → IndexedConstructorPatternMap
- def recDefCase(cons: FuncLike[T, HC], data: FuncLike[T, HR], f: => IF): (H) => Option[Cod]
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
- IndexedRecursiveConstructorPatternMap → IndexedConstructorPatternMap
- def subs(x: Term, y: Term): IndexedCnstDepFncPtnMap[T, Cod, HC, H, HR, HI, Fb, Index, IF, IDF, IDFT]
- Definition Classes
- IndexedCnstDepFncPtnMap → IndexedConstructorPatternMap
- val tail: Typ[T]
- val univLevel: Int
- Definition Classes
- IndexedCnstDepFncPtnMap → IndexedConstructorPatternMap