case class Empty[H <: Term with Subs[H], F <: Term with Subs[F], Index <: HList](W: F, family: TypFamilyPtn[H, F, Index])(implicit evidence$6: TermList[Index]) extends IndexedConstructorSeqDom[HNil, H, F, Index, HNil] with Product with Serializable
- Alphabetic
- By Inheritance
- Empty
- Serializable
- Product
- Equals
- IndexedConstructorSeqDom
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Empty(W: F, family: TypFamilyPtn[H, F, 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
- def ->[B](y: B): (Empty[H, F, Index], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val W: F
the inductive type family
the inductive type family
- Definition Classes
- Empty → IndexedConstructorSeqDom
- 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[H, F, Index]) => Boolean, msg: => Any): Empty[H, F, Index]
- def ensuring(cond: (Empty[H, F, Index]) => Boolean): Empty[H, F, Index]
- def ensuring(cond: Boolean, msg: => Any): Empty[H, F, Index]
- def ensuring(cond: Boolean): Empty[H, F, Index]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val family: TypFamilyPtn[H, F, Index]
the index family
the index family
- Definition Classes
- Empty → IndexedConstructorSeqDom
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getInduc[C <: Term with Subs[C], IDFT <: Term with Subs[IDFT], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], RecType <: Term with Subs[RecType], InducType <: Term with Subs[InducType]](X: Typ[C])(implicit mapper: IndexedConstructorSeqMapper[HNil, C, H, RecType, InducType, HNil, F, Index, IF, IDF, IDFT]): (IDFT) => InducType
- Definition Classes
- IndexedConstructorSeqDom
- def getMapper[C <: Term with Subs[C], IDFT <: Term with Subs[IDFT], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], RecType <: Term with Subs[RecType], InducType <: Term with Subs[InducType]](X: Typ[C])(implicit mapper: IndexedConstructorSeqMapper[HNil, C, H, RecType, InducType, HNil, F, Index, IF, IDF, IDFT]): IndexedConstructorSeqMap[C, H, RecType, InducType, HNil, F, Index, IF, IDF, IDFT]
- Definition Classes
- IndexedConstructorSeqDom
- def induc[IDFT <: Term with Subs[IDFT], C <: Term with Subs[C], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], RecType <: Term with Subs[RecType], InducType <: Term with Subs[InducType]](Xs: IDFT)(implicit mapper: IndexedConstructorSeqMapper[HNil, C, H, RecType, InducType, HNil, F, Index, IF, IDF, IDFT]): InducType
induction function based on implicits
induction function based on implicits
- Definition Classes
- IndexedConstructorSeqDom
- def inducE[IDFT <: Term with Subs[IDFT]](Xs: IDFT): InducType forSome {type InducType <: Term with Subs[InducType]}
existentitally typed induction function
existentitally typed induction function
- Definition Classes
- IndexedConstructorSeqDom
- val intros: HNil.type
the introduction rules
the introduction rules
- Definition Classes
- Empty → IndexedConstructorSeqDom
- 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]): IndexedConstructorSeqMap.Empty[C, H, F, Index, IF, IDF, IDFT]
existentitally typed lift given codomain
existentitally typed lift given codomain
- Definition Classes
- Empty → IndexedConstructorSeqDom
- 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[C <: Term with Subs[C], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT], RecType <: Term with Subs[RecType], InducType <: Term with Subs[InducType]](X: Typ[C])(implicit mapper: IndexedConstructorSeqMapper[HNil, C, H, RecType, InducType, HNil, F, Index, IF, IDF, IDFT]): RecType
recursion function definition based on implcits
recursion function definition based on implcits
- Definition Classes
- IndexedConstructorSeqDom
- def recE[C <: Term with Subs[C]](x: Typ[C]): RecType forSome {type RecType <: Term with Subs[RecType]}
existentitally typed recursion function definition
existentitally typed recursion function definition
- Definition Classes
- IndexedConstructorSeqDom
- def subs(x: Term, y: Term): Empty[H, F with Subs[F], Index]
- Definition Classes
- Empty → IndexedConstructorSeqDom
- 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])
- def |:[HShape <: HList, HC <: Term with Subs[HC]](head: IndexedConstructor[HShape, H, F, HC, Index]): IndexedConstructorSeqDom[::[HShape, HNil], H, F, Index, ::[HC, HNil]]
prepend introduction rule
prepend introduction rule
- Definition Classes
- IndexedConstructorSeqDom
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, Index], B)
- Implicit
- This member is added by an implicit conversion from Empty[H, F, Index] toArrowAssoc[Empty[H, F, 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.