case class Cons[C <: Term with Subs[C], H <: Term with Subs[H], Cod <: Term with Subs[Cod], RD <: Term with Subs[RD], ID <: Term with Subs[ID], TR <: Term with Subs[TR], TI <: Term with Subs[TI], TIntros <: HList, F <: Term with Subs[F], Index <: HList, IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](cons: C, pattern: IndexedConstructorPatternMap[Cod, C, H, RD, ID, F, Index, IF, IDF, IDFT], tail: IndexedConstructorSeqMap[Cod, H, TR, TI, TIntros, F, Index, IF, IDF, IDFT])(implicit evidence$3: TermList[Index]) extends IndexedConstructorSeqMap[Cod, H, Func[RD, TR], Func[ID, TI], ::[C, TIntros], F, Index, IF, IDF, IDFT] with Product with Serializable
- Alphabetic
- By Inheritance
- Cons
- Serializable
- Product
- Equals
- IndexedConstructorSeqMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Cons(cons: C, pattern: IndexedConstructorPatternMap[Cod, C, H, RD, ID, F, Index, IF, IDF, IDFT], tail: IndexedConstructorSeqMap[Cod, H, TR, TI, TIntros, F, Index, IF, IDF, IDFT])(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
- def ->[B](y: B): (Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT], B)
- Implicit
- This member is added by an implicit conversion from Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT] toArrowAssoc[Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val W: IndexedConstructorSeqMap.W.type
the index type family
the index type family
- Definition Classes
- Cons → IndexedConstructorSeqMap
- 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()
- val cons: C
- def data(X: Typ[Cod]): RD
- def dataCons(X: Typ[Cod]): DataCons[H, F, Cod, Index, IF, IDF, IDFT, RD]
- val defn: (RD) => (IF) => (H) => Option[Cod]
- def ensuring(cond: (Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]) => Boolean, msg: => Any): Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]
- def ensuring(cond: (Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]) => Boolean): Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]
- def ensuring(cond: Boolean, msg: => Any): Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]
- def ensuring(cond: Boolean): Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val family: TypFamilyMap[H, F, Cod, Index, IF, IDF, IDFT]
the inductive type family
the inductive type family
- Definition Classes
- Cons → IndexedConstructorSeqMap
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT] toStringFormat[Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]] 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 indDataCons(fibre: IDFT): DataCons[H, F, Cod, Index, IF, IDF, IDFT, ID]
- def induc(fibre: IDFT): Func[ID, TI]
the induction function
the induction function
- Definition Classes
- IndexedConstructorSeqMap
- def inducData(fibre: IDFT): ID with Subs[ID]
- def inducDataLambda(fibre: IDFT): (IDF) => Func[ID with Subs[ID], TI]
- Definition Classes
- Cons → IndexedConstructorSeqMap
- def inducDefn(fibre: IDFT): DataCons[H, F, Cod, Index, IF, IDF, IDFT, ID]
- Definition Classes
- Cons → IndexedConstructorSeqMap
- val inducDefn: (ID) => (IDF) => (H) => Option[Cod]
- def inducF(fibre: Term): Func[ID, TI]
the induction function with type casting
the induction function with type casting
- Definition Classes
- IndexedConstructorSeqMap
- 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()
- val pattern: IndexedConstructorPatternMap[Cod, C, H, RD, ID, F, Index, IF, IDF, IDFT]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rec(X: Typ[Cod]): Func[RD, TR]
the recursion function
the recursion function
- Definition Classes
- IndexedConstructorSeqMap
- def recDataLambda(X: Typ[Cod]): (IF) => Func[RD, TR]
- Definition Classes
- Cons → IndexedConstructorSeqMap
- def recDefn(X: Typ[Cod]): DataCons[H, F, Cod, Index, IF, IDF, IDFT, RD]
the raw recursive definition, from which the recursion function is built by lambdas
the raw recursive definition, from which the recursion function is built by lambdas
- Definition Classes
- Cons → IndexedConstructorSeqMap
- def subs(x: Term, y: Term): Cons[C with Subs[C], H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]
- Definition Classes
- Cons → IndexedConstructorSeqMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: IndexedConstructorSeqMap[Cod, H, TR, TI, TIntros, F, Index, IF, IDF, IDFT]
- 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): (Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT], B)
- Implicit
- This member is added by an implicit conversion from Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT] toArrowAssoc[Cons[C, H, Cod, RD, ID, TR, TI, TIntros, F, Index, IF, IDF, IDFT]] 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.