case class Empty[C <: Term with Subs[C], H <: Term with Subs[H], F <: Term with Subs[F], Index <: HList, IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](W: F, family: TypFamilyMap[H, F, C, Index, IF, IDF, IDFT])(implicit evidence$2: TermList[Index]) extends IndexedConstructorSeqMap[C, H, IF, IDF, HNil, F, Index, IF, IDF, IDFT] with Product with Serializable
- Alphabetic
- By Inheritance
- Empty
- Serializable
- Product
- Equals
- IndexedConstructorSeqMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Empty(W: F, family: TypFamilyMap[H, F, C, 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): (Empty[C, H, F, Index, IF, IDF, IDFT], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val W: F
the index type family
the index type family
- Definition Classes
- Empty → 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()
- def ensuring(cond: (Empty[C, H, F, Index, IF, IDF, IDFT]) => Boolean, msg: => Any): Empty[C, H, F, Index, IF, IDF, IDFT]
- def ensuring(cond: (Empty[C, H, F, Index, IF, IDF, IDFT]) => Boolean): Empty[C, H, F, Index, IF, IDF, IDFT]
- def ensuring(cond: Boolean, msg: => Any): Empty[C, H, F, Index, IF, IDF, IDFT]
- def ensuring(cond: Boolean): Empty[C, H, F, Index, IF, IDF, IDFT]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val family: TypFamilyMap[H, F, C, Index, IF, IDF, IDFT]
the inductive type family
the inductive type family
- Definition Classes
- Empty → IndexedConstructorSeqMap
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def induc(fibre: IDFT): IDF
the induction function
the induction function
- Definition Classes
- IndexedConstructorSeqMap
- def inducDataLambda(fibre: IDFT): (IDF) => IDF
- Definition Classes
- Empty → IndexedConstructorSeqMap
- def inducDefn(Xs: IDFT): IndexedInductiveDefinition.Empty[H, F, C, Index, IF, IDF, IDFT]
the raw inductive definition, from which the induction function is built by lambdas
the raw inductive definition, from which the induction function is built by lambdas
- Definition Classes
- Empty → IndexedConstructorSeqMap
- def inducF(fibre: Term): IDF
the induction function with type casting
the induction function with type casting
- Definition Classes
- IndexedConstructorSeqMap
- val intros: HNil.type
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- def rec(X: Typ[C]): IF
the recursion function
the recursion function
- Definition Classes
- IndexedConstructorSeqMap
- def recDataLambda(X: Typ[C]): (IF) => IF
- Definition Classes
- Empty → IndexedConstructorSeqMap
- def recDefn(X: Typ[C]): IndexedRecursiveDefinition.Empty[H, F, C, Index, IF, IDF, IDFT]
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
- Empty → IndexedConstructorSeqMap
- def subs(x: Term, y: Term): Empty[C, H, F with Subs[F], Index, IF, IDF, IDFT]
- Definition Classes
- Empty → IndexedConstructorSeqMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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): (Empty[C, H, F, Index, IF, IDF, IDFT], B)
- Implicit
- This member is added by an implicit conversion from Empty[C, H, F, Index, IF, IDF, IDFT] toArrowAssoc[Empty[C, H, 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.