provingground.induction.IndexedConstructorShape
IndexedCnstFuncConsShape
Companion object IndexedCnstFuncConsShape
case class IndexedCnstFuncConsShape[HShape <: HList, T <: Term with Subs[T], H <: Term with Subs[H], F <: Term with Subs[F], HC <: Term with Subs[HC], Index <: HList](tail: Typ[T], head: IndexedConstructorShape[HShape, H, F, HC, Index])(implicit evidence$13: TermList[Index]) extends IndexedConstructorShape[::[IndexedCnstFuncConsShape.type, HShape], H, F, Func[T, HC], Index] with Product with Serializable
- Alphabetic
- By Inheritance
- IndexedCnstFuncConsShape
- Serializable
- Product
- Equals
- IndexedConstructorShape
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IndexedCnstFuncConsShape(tail: Typ[T], head: IndexedConstructorShape[HShape, H, F, HC, 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 IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index] toany2stringadd[IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def -->>:[F <: Term with Subs[F]](that: IndexedIterFuncShape[H, F, F, Index], ind: Index): IndexedIndexedFuncConsShape[::[IndexedCnstFuncConsShape.type, HShape], H, F, Func[T, HC], F, Index]
returns shape
that -> this' where
thatis of the form
W(z),
A -> W(z)etc; invoking this is an error if we
thatis independent of
Wreturns shape
that -> this' where
thatis of the form
W(z),
A -> W(z)etc; invoking this is an error if we
thatis independent of
W- Definition Classes
- IndexedConstructorShape
- def ->[B](y: B): (IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index], B)
- Implicit
- This member is added by an implicit conversion from IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index] toArrowAssoc[IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def ->>:[T <: Term with Subs[T]](tail: Typ[T]): IndexedCnstFuncConsShape[::[IndexedCnstFuncConsShape.type, HShape], T, H, F, Func[T, HC], Index]
returns shape
tail ->: this
where tail must be independent of the inductive typeW
being defined.returns shape
tail ->: this
where tail must be independent of the inductive typeW
being defined.- Definition Classes
- IndexedConstructorShape
- def :::(name: AnySym): IndexedConstructor[::[IndexedCnstFuncConsShape.type, HShape], H, F, Func[T, HC], Index]
returns a variable to act as an introduction rule.
returns a variable to act as an introduction rule.
- Definition Classes
- IndexedConstructorShape
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(W: F): FuncTyp[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
- IndexedCnstFuncConsShape → IndexedConstructorShape
- 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: (IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]) => Boolean, msg: => Any): IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]
- Implicit
- This member is added by an implicit conversion from IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index] toEnsuring[IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]) => Boolean): IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]
- Implicit
- This member is added by an implicit conversion from IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index] toEnsuring[IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]
- Implicit
- This member is added by an implicit conversion from IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index] toEnsuring[IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]
- Implicit
- This member is added by an implicit conversion from IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index] toEnsuring[IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val family: TypFamilyPtn[H, F, Index]
- Definition Classes
- IndexedCnstFuncConsShape → IndexedConstructorShape
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index] toStringFormat[IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]] 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 head: IndexedConstructorShape[HShape, H, F, HC, Index]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapped[C <: Term with Subs[C], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](implicit fmlyMapper: TypFamilyMapper[H, F, C, Index, IF, IDF, IDFT]): IndexedConstructorPatternMap[C, Func[T, HC], H, RecDataType, InducDataType, F, Index, IF, IDF, IDFT] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
lift to IndexedConstructorPatternMap using the result of the mapper method.
lift to IndexedConstructorPatternMap using the result of the mapper method.
- Definition Classes
- IndexedConstructorShape
- def mapper[C <: Term with Subs[C], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](implicit fmlyMapper: TypFamilyMapper[H, F, C, Index, IF, IDF, IDFT]): IndexedConstructorPatternMapper[::[IndexedCnstFuncConsShape.type, HShape], C, Func[T, HC], H, RecDataType, InducDataType, F, Index, IF, IDF, IDFT] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
helper to give ConstructorPatternMap when scala type of codomain is specified.
helper to give ConstructorPatternMap when scala type of codomain is specified.
- Definition Classes
- IndexedCnstFuncConsShape → IndexedConstructorShape
- 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 subs(x: Term, y: Term): IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]
- Definition Classes
- IndexedCnstFuncConsShape → IndexedConstructorShape
- def symbcons(name: AnySym, tp: F): Func[T, HC]
returns term giving introduction rule given inductive type and name
returns term giving introduction rule given inductive type and name
- Definition Classes
- IndexedConstructorShape
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: Typ[T]
- 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])
- def ~>>:[T <: Term with Subs[T]](tailVar: T): IndexedCnstDepFuncConsShape[::[IndexedCnstFuncConsShape.type, HShape], T, H, F, Func[T, HC], Index]
returns dependent shape
tail ~>: this
where tail must be independent of the inductive typeW
being defined.returns dependent shape
tail ~>: this
where tail must be independent of the inductive typeW
being defined.- Definition Classes
- IndexedConstructorShape
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index], B)
- Implicit
- This member is added by an implicit conversion from IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index] toArrowAssoc[IndexedCnstFuncConsShape[HShape, T, H, F, HC, Index]] 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.