Packages

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

the shape of a type family.

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypFamilyPtn
  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 def codFamily(typ: Typ[Term]): Term
  2. abstract def codFromRecType(typ: Typ[Term]): Option[Typ[Term]]
  3. abstract def constFinalCod[IDFT <: Term with Subs[IDFT]](depCod: IDFT): OptTyp
  4. abstract def domFromRecType(typ: Typ[Term]): Option[Typ[Term]]
  5. abstract def finalCod[IDFT <: Term with Subs[IDFT]](depCod: IDFT): Typ[_]
  6. abstract def getIndex(w: F, typ: Typ[H]): Option[Index]

    optional index a given family W and type W(a)

  7. abstract def mapper[C <: Term with Subs[C]]: TypFamilyMapper[H, F, C, Index, IF, IDF, IDFT] forSome {type IF <: Term with Subs[IF], type IDF <: Term with Subs[IDF], type IDFT <: Term with Subs[IDFT]}

    existentital typed mappper to bridge to TypFamilyMap given scala type of codomain

  8. abstract def someTyp(w: F): Typ[H]

    A type for some index, used to infer H

  9. abstract def subs(x: Term, y: Term): TypFamilyPtn[H, F, Index]
  10. abstract def typ(w: F, index: Index): Typ[H]

    type W(a) given the family W and index a

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 TypFamilyPtn[H, F, Index] toany2stringadd[TypFamilyPtn[H, F, Index]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TypFamilyPtn[H, F, Index], B)
    Implicit
    This member is added by an implicit conversion from TypFamilyPtn[H, F, Index] toArrowAssoc[TypFamilyPtn[H, F, Index]] 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: (TypFamilyPtn[H, F, Index]) => Boolean, msg: => Any): TypFamilyPtn[H, F, Index]
    Implicit
    This member is added by an implicit conversion from TypFamilyPtn[H, F, Index] toEnsuring[TypFamilyPtn[H, F, Index]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (TypFamilyPtn[H, F, Index]) => Boolean): TypFamilyPtn[H, F, Index]
    Implicit
    This member is added by an implicit conversion from TypFamilyPtn[H, F, Index] toEnsuring[TypFamilyPtn[H, F, Index]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): TypFamilyPtn[H, F, Index]
    Implicit
    This member is added by an implicit conversion from TypFamilyPtn[H, F, Index] toEnsuring[TypFamilyPtn[H, F, Index]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): TypFamilyPtn[H, F, Index]
    Implicit
    This member is added by an implicit conversion from TypFamilyPtn[H, F, Index] toEnsuring[TypFamilyPtn[H, F, Index]] 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 TypFamilyPtn[H, F, Index] toStringFormat[TypFamilyPtn[H, F, Index]] 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 getMapper[C <: Term with Subs[C], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](cod: Typ[C])(implicit mpr: TypFamilyMapper[H, F, C, Index, IF, IDF, IDFT]): TypFamilyMapper[H, F, C, Index, IF, IDF, IDFT]

    mappper to bridge to TypFamilyMap given scala type of codomain based on implicits

  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def mapped[C <: Term with Subs[C]]: TypFamilyMap[H, F, C, Index, IF, IDF, IDFT] forSome {type IF <: Term with Subs[IF], type IDF <: Term with Subs[IDF], type IDFT <: Term with Subs[IDFT]}

    lift to TypFamilyMap based on mapper

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. val tlEvidence: TermList[Index]
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def ~>:[TT <: Term with Subs[TT]](variable: TT): DepFuncTypFamily[TT, H, F, Index]

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): (TypFamilyPtn[H, F, Index], B)
    Implicit
    This member is added by an implicit conversion from TypFamilyPtn[H, F, Index] toArrowAssoc[TypFamilyPtn[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.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromTypFamilyPtn[H, F, Index] to any2stringadd[TypFamilyPtn[H, F, Index]]

Inherited by implicit conversion StringFormat fromTypFamilyPtn[H, F, Index] to StringFormat[TypFamilyPtn[H, F, Index]]

Inherited by implicit conversion Ensuring fromTypFamilyPtn[H, F, Index] to Ensuring[TypFamilyPtn[H, F, Index]]

Inherited by implicit conversion ArrowAssoc fromTypFamilyPtn[H, F, Index] to ArrowAssoc[TypFamilyPtn[H, F, Index]]

Ungrouped