case class Empty[H <: Term with Subs[H], F <: Term with Subs[F], C <: Term with Subs[C], Index <: HList, IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](W: F, Xs: IDFT, family: TypFamilyMap[H, F, C, Index, IF, IDF, IDFT])(implicit evidence$2: TermList[Index]) extends IndexedInductiveDefinition[H, F, C, Index, IF, IDF, IDFT] with Product with Serializable
- Alphabetic
- By Inheritance
- Empty
- Serializable
- Product
- Equals
- IndexedInductiveDefinition
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Empty(W: F, Xs: IDFT, family: TypFamilyMap[H, F, C, Index, IF, IDF, IDFT])(implicit arg0: TermList[Index])
Type Members
- case class Funcs(ind: Index) extends IndInducFuncLike[H, C, F, IDFT] with Product with Serializable
- Definition Classes
- IndexedInductiveDefinition
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[H, F, C, Index, IF, IDF, IDFT], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val W: F
- Definition Classes
- Empty → IndexedInductiveDefinition
- val Xs: IDFT
- Definition Classes
- Empty → IndexedInductiveDefinition
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def caseFn(f: => IDF)(arg: H): Option[C]
- Definition Classes
- Empty → IndexedInductiveDefinition
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def dataSubs(that: IndexedInductiveDefinition[H, F, C, Index, IF, IDF, IDFT], x: Term, y: Term): IndexedInductiveDefinition[H, F, C, Index, IF, IDF, IDFT]
- Definition Classes
- Empty → IndexedInductiveDefinition
- val defnData: Vector[Nothing]
- Definition Classes
- Empty → IndexedInductiveDefinition
- def ensuring(cond: (Empty[H, F, C, Index, IF, IDF, IDFT]) => Boolean, msg: => Any): Empty[H, F, C, Index, IF, IDF, IDFT]
- def ensuring(cond: (Empty[H, F, C, Index, IF, IDF, IDFT]) => Boolean): Empty[H, F, C, Index, IF, IDF, IDFT]
- def ensuring(cond: Boolean, msg: => Any): Empty[H, F, C, Index, IF, IDF, IDFT]
- def ensuring(cond: Boolean): Empty[H, F, C, Index, IF, IDF, IDFT]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val family: TypFamilyMap[H, F, C, Index, IF, IDF, IDFT]
- Definition Classes
- Empty → IndexedInductiveDefinition
- def formatted(fmtstr: String): String
- def fromData(data: Vector[Term]): Empty[H, F, C, Index, IF, IDF, IDFT]
- Definition Classes
- Empty → IndexedInductiveDefinition
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val intros: Vector[Nothing]
- Definition Classes
- Empty → IndexedInductiveDefinition
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val iterDepFunc: IDF
- Definition Classes
- IndexedInductiveDefinition
- 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): Empty[H, F with Subs[F], C, Index, IF, IDF, IDFT with Subs[IDFT]]
- Definition Classes
- Empty → IndexedInductiveDefinition
- 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[H, F, C, Index, IF, IDF, IDFT], B)
- Implicit
- This member is added by an implicit conversion from Empty[H, F, C, Index, IF, IDF, IDFT] toArrowAssoc[Empty[H, F, C, 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.