case class FuncPtnMap[C <: Term with Subs[C], F <: Term with Subs[F], HC <: Term with Subs[HC], H <: Term with Subs[H], HR <: Term with Subs[HR], HI <: Term with Subs[HI], TT <: Term with Subs[TT], DT <: Term with Subs[DT]](tail: IterFuncPtnMap[H, C, F, TT, DT], head: ConstructorPatternMap[C, HC, H, HR, HI]) extends RecursiveConstructorPatternMap[C, F, HC, Func[F, HC], H, Func[F, Func[TT, HR]], FuncLike[F, Func[DT, HI]], HR, HI] with Product with Serializable
ConstructorPatternMap corresponding to introduction rule ConstructorShape.FuncConsShape
- Self Type
- FuncPtnMap[C, F, HC, H, HR, HI, TT, DT]
- Alphabetic
- By Inheritance
- FuncPtnMap
- Serializable
- Product
- Equals
- RecursiveConstructorPatternMap
- ConstructorPatternMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FuncPtnMap(tail: IterFuncPtnMap[H, C, F, TT, DT], head: ConstructorPatternMap[C, HC, H, HR, HI])
Value Members
- def codFromData(d: Func[F, Func[TT, HR]]): Typ[C]
- Definition Classes
- FuncPtnMap → ConstructorPatternMap
- val head: ConstructorPatternMap[C, HC, H, HR, HI]
- def headData(data: Func[F, Func[TT, HR]], arg: F, f: => Func[H, C]): 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
- FuncPtnMap → RecursiveConstructorPatternMap
- def headInducData(data: FuncLike[F, Func[DT, HI]], arg: F, f: => FuncLike[H, C]): HI
returns data for induction to be passed on to the head given an argument (when matching with the constructor).
returns data for induction to be passed on to the head given an argument (when matching with the constructor).
- Definition Classes
- FuncPtnMap → RecursiveConstructorPatternMap
- val headfibre: (F) => ConstructorPatternMap[C, HC, H, HR, HI]
The head pattern map, constant T for A -> T and T(a) for A ~> T(a)
The head pattern map, constant T for A -> T and T(a) for A ~> T(a)
- Definition Classes
- FuncPtnMap → RecursiveConstructorPatternMap
- def inducDataTyp(w: Typ[H], xs: Func[H, Typ[C]])(cons: Func[F, HC]): Typ[FuncLike[F, Func[DT, 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
- FuncPtnMap → ConstructorPatternMap
- def inducDefCase(cons: Func[F, HC], data: FuncLike[F, Func[DT, HI]], f: => FuncLike[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).- 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
- RecursiveConstructorPatternMap → ConstructorPatternMap
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recDataTyp(w: Typ[H], x: Typ[C]): FuncTyp[Family, Func[TT, 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
- FuncPtnMap → ConstructorPatternMap
- def recDefCase(cons: Func[F, HC], data: Func[F, Func[TT, HR]], 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
- RecursiveConstructorPatternMap → ConstructorPatternMap
- def subs(x: Term, y: Term): FuncPtnMap[C, F, HC, H, HR, HI, TT, DT]
- Definition Classes
- FuncPtnMap → ConstructorPatternMap
- val tail: IterFuncPtnMap[H, C, F, TT, DT]
- val univLevel: Int
- Definition Classes
- FuncPtnMap → ConstructorPatternMap