Packages

sealed abstract class IndexedConstructorSeqDom[SS <: HList, H <: Term with Subs[H], F <: Term with Subs[F], Index <: HList, Intros <: HList] extends AnyRef

Essentially the definition of an indexed inductive type;

SS

shape sequence - a formal type for lifting information about introduction rules to type level.

H

the scala type of terms in an inductive type of this shape

Intros

the scala type of the introduction rules

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexedConstructorSeqDom
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val W: F

    the inductive type family

  2. abstract val family: TypFamilyPtn[H, F, Index]

    the index family

  3. abstract val intros: Intros

    the introduction rules

  4. abstract 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[C, H, RecType, InducType, Intros, F, Index, IF, IDF, IDFT] forSome {type RecType <: Term with Subs[RecType], type InducType <: Term with Subs[InducType]}

    existentitally typed lift given codomain

  5. abstract def subs(x: Term, y: Term): IndexedConstructorSeqDom[SS, H, F, Index, Intros]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from IndexedConstructorSeqDom[SS, H, F, Index, Intros] toany2stringadd[IndexedConstructorSeqDom[SS, H, F, Index, Intros]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (IndexedConstructorSeqDom[SS, H, F, Index, Intros], B)
    Implicit
    This member is added by an implicit conversion from IndexedConstructorSeqDom[SS, H, F, Index, Intros] toArrowAssoc[IndexedConstructorSeqDom[SS, H, F, Index, Intros]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def ensuring(cond: (IndexedConstructorSeqDom[SS, H, F, Index, Intros]) => Boolean, msg: => Any): IndexedConstructorSeqDom[SS, H, F, Index, Intros]
    Implicit
    This member is added by an implicit conversion from IndexedConstructorSeqDom[SS, H, F, Index, Intros] toEnsuring[IndexedConstructorSeqDom[SS, H, F, Index, Intros]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (IndexedConstructorSeqDom[SS, H, F, Index, Intros]) => Boolean): IndexedConstructorSeqDom[SS, H, F, Index, Intros]
    Implicit
    This member is added by an implicit conversion from IndexedConstructorSeqDom[SS, H, F, Index, Intros] toEnsuring[IndexedConstructorSeqDom[SS, H, F, Index, Intros]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): IndexedConstructorSeqDom[SS, H, F, Index, Intros]
    Implicit
    This member is added by an implicit conversion from IndexedConstructorSeqDom[SS, H, F, Index, Intros] toEnsuring[IndexedConstructorSeqDom[SS, H, F, Index, Intros]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): IndexedConstructorSeqDom[SS, H, F, Index, Intros]
    Implicit
    This member is added by an implicit conversion from IndexedConstructorSeqDom[SS, H, F, Index, Intros] toEnsuring[IndexedConstructorSeqDom[SS, H, F, Index, Intros]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from IndexedConstructorSeqDom[SS, H, F, Index, Intros] toStringFormat[IndexedConstructorSeqDom[SS, H, F, Index, Intros]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. 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[SS, C, H, RecType, InducType, Intros, F, Index, IF, IDF, IDFT]): (IDFT) => InducType
  17. 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[SS, C, H, RecType, InducType, Intros, F, Index, IF, IDF, IDFT]): IndexedConstructorSeqMap[C, H, RecType, InducType, Intros, F, Index, IF, IDF, IDFT]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. 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[SS, C, H, RecType, InducType, Intros, F, Index, IF, IDF, IDFT]): InducType

    induction function based on implicits

  20. def inducE[IDFT <: Term with Subs[IDFT]](Xs: IDFT): InducType forSome {type InducType <: Term with Subs[InducType]}

    existentitally typed induction function

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. 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[SS, C, H, RecType, InducType, Intros, F, Index, IF, IDF, IDFT]): RecType

    recursion function definition based on implcits

  26. def recE[C <: Term with Subs[C]](x: Typ[C]): RecType forSome {type RecType <: Term with Subs[RecType]}

    existentitally typed recursion function definition

  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def |:[HShape <: HList, HC <: Term with Subs[HC]](head: IndexedConstructor[HShape, H, F, HC, Index]): IndexedConstructorSeqDom[::[HShape, SS], H, F, Index, ::[HC, Intros]]

    prepend introduction rule

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (IndexedConstructorSeqDom[SS, H, F, Index, Intros], B)
    Implicit
    This member is added by an implicit conversion from IndexedConstructorSeqDom[SS, H, F, Index, Intros] toArrowAssoc[IndexedConstructorSeqDom[SS, H, F, Index, Intros]] 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.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromIndexedConstructorSeqDom[SS, H, F, Index, Intros] to any2stringadd[IndexedConstructorSeqDom[SS, H, F, Index, Intros]]

Inherited by implicit conversion StringFormat fromIndexedConstructorSeqDom[SS, H, F, Index, Intros] to StringFormat[IndexedConstructorSeqDom[SS, H, F, Index, Intros]]

Inherited by implicit conversion Ensuring fromIndexedConstructorSeqDom[SS, H, F, Index, Intros] to Ensuring[IndexedConstructorSeqDom[SS, H, F, Index, Intros]]

Inherited by implicit conversion ArrowAssoc fromIndexedConstructorSeqDom[SS, H, F, Index, Intros] to ArrowAssoc[IndexedConstructorSeqDom[SS, H, F, Index, Intros]]

Ungrouped