sealed trait RecursiveConstructorPatternMap[Cod <: Term with Subs[Cod], ArgType <: Term with Subs[ArgType], HeadConstructorType <: Term with Subs[HeadConstructorType], CT <: FuncLike[ArgType, HeadConstructorType] with Subs[CT], H <: Term with Subs[H], RecDataType <: Term with Subs[RecDataType], InducDataType <: Term with Subs[InducDataType], HeadRecDataType <: Term with Subs[HeadRecDataType], HeadInducDataType <: Term with Subs[HeadInducDataType]] extends ConstructorPatternMap[Cod, CT, H, RecDataType, InducDataType]
Functional extension of ConstructorPatternMap,
Recursively defines the functions needed for recursion and induction in terms of
those for the head
- Self Type
- RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]
- Alphabetic
- By Inheritance
- RecursiveConstructorPatternMap
- ConstructorPatternMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def codFromData(d: RecDataType): Typ[Cod]
- Definition Classes
- ConstructorPatternMap
- abstract def headData(data: RecDataType, arg: ArgType, f: => Func[H, Cod]): HeadRecDataType
returns data for recursion to be passed on to the head given an argument (when matching with the constructor).
- abstract def headInducData(data: InducDataType, arg: ArgType, f: => FuncLike[H, Cod]): HeadInducDataType
returns data for induction to be passed on to the head given an argument (when matching with the constructor).
- abstract val headfibre: (ArgType) => ConstructorPatternMap[Cod, HeadConstructorType, H, HeadRecDataType, HeadInducDataType]
The head pattern map, constant T for A -> T and T(a) for A ~> T(a)
- abstract def inducDataTyp(w: Typ[H], xs: Func[H, Typ[Cod]])(cons: CT): 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
- ConstructorPatternMap
- abstract def recDataTyp(w: Typ[H], 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
- ConstructorPatternMap
- abstract def subs(x: Term, y: Term): ConstructorPatternMap[Cod, CT, H, RecDataType, InducDataType]
- Definition Classes
- ConstructorPatternMap
- abstract val univLevel: Int
- Definition Classes
- ConstructorPatternMap
Concrete 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 RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType] toany2stringadd[RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType], B)
- Implicit
- This member is added by an implicit conversion from RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType] toArrowAssoc[RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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: (RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]) => Boolean, msg: => Any): RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]
- Implicit
- This member is added by an implicit conversion from RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType] toEnsuring[RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]) => Boolean): RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]
- Implicit
- This member is added by an implicit conversion from RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType] toEnsuring[RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]
- Implicit
- This member is added by an implicit conversion from RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType] toEnsuring[RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]
- Implicit
- This member is added by an implicit conversion from RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType] toEnsuring[RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType] toStringFormat[RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def inducDefCase(cons: CT, data: InducDataType, f: => FuncLike[H, Cod]): (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
- RecursiveConstructorPatternMap → ConstructorPatternMap
- 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 recDefCase(cons: CT, data: RecDataType, f: => Func[H, Cod]): (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
- RecursiveConstructorPatternMap → ConstructorPatternMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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): (RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType], B)
- Implicit
- This member is added by an implicit conversion from RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType] toArrowAssoc[RecursiveConstructorPatternMap[Cod, ArgType, HeadConstructorType, CT, H, RecDataType, InducDataType, HeadRecDataType, HeadInducDataType]] 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.