object TypFamilyPtn
Type Members
- case class DepFuncTypFamily[U <: Term with Subs[U], H <: Term with Subs[H], TF <: Term with Subs[TF], TI <: HList](head: Typ[U], tailfibre: (U) => TypFamilyPtn[H, TF, TI])(implicit evidence$4: TermList[TI]) extends TypFamilyPtn[H, FuncLike[U, TF], ::[U, TI]] with Product with Serializable
- sealed trait Exst extends AnyRef
- case class FuncTypFamily[U <: Term with Subs[U], H <: Term with Subs[H], TF <: Term with Subs[TF], TI <: HList](head: Typ[U], tail: TypFamilyPtn[H, TF, TI])(implicit evidence$3: TermList[TI]) extends TypFamilyPtn[H, Func[U, TF], ::[U, TI]] with Product with Serializable
- case class IdTypFamily[H <: Term with Subs[H]]() extends TypFamilyPtn[H, Typ[H], HNil] with Product with Serializable
- type OptTyp = Option[Typ[u] forSome {type u <: Term with Subs[u]}]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply[H <: Term with Subs[H], F <: Term with Subs[F], Index <: HList](w: F)(implicit arg0: TermList[Index], g: TypFamilyPtnGetter[F, H, Index]): TypFamilyPtn[H, F, Index]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def getExst[F <: Term with Subs[F]](w: F): Exst
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- object Exst
- object IdTypFamily extends Serializable
Deprecated Value Members
- def finalize(): Unit