Packages

object TypFamilyPtn

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypFamilyPtn
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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
  2. sealed trait Exst extends AnyRef
  3. 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
  4. case class IdTypFamily[H <: Term with Subs[H]]() extends TypFamilyPtn[H, Typ[H], HNil] with Product with Serializable
  5. type OptTyp = Option[Typ[u] forSome {type u <: Term with Subs[u]}]

Value Members

  1. 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]
  2. def getExst[F <: Term with Subs[F]](w: F): Exst
  3. object Exst
  4. object IdTypFamily extends Serializable