case class IdTargMap[C <: Term with Subs[C], H <: Term with Subs[H]]() extends ConstructorPatternMap[C, H, H, C, C] with Product with Serializable
ConstructorPatternMap for recursion, induction corresponding to the constant shape W
- Alphabetic
- By Inheritance
- IdTargMap
- Serializable
- Product
- Equals
- ConstructorPatternMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IdTargMap()
Value Members
- def codFromData(d: RecDataType): Typ[C]
- Definition Classes
- IdTargMap → ConstructorPatternMap
- def inducDataTyp(w: Typ[H], xs: Func[H, Typ[C]])(cons: H): Typ[InducDataType]
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
- IdTargMap → ConstructorPatternMap
- def inducDefCase(cons: H, data: C, f: => FuncLike[H, C]): (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
- IdTargMap → ConstructorPatternMap
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recDataTyp(w: Typ[H], 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
- IdTargMap → ConstructorPatternMap
- def recDefCase(cons: H, data: C, f: => Func[H, C]): (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
- IdTargMap → ConstructorPatternMap
- def subs(x: Term, y: Term): IdTargMap[C, H]
- Definition Classes
- IdTargMap → ConstructorPatternMap
- val univLevel: Int
- Definition Classes
- IdTargMap → ConstructorPatternMap