Packages

case class ContextTyps(ctx: Context) extends RandomVar[Typ[Term]] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, RandomVar[Typ[Term]], RandomVarFamily[HNil, Typ[Term]], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextTyps
  2. Serializable
  3. Product
  4. Equals
  5. RandomVar
  6. RandomVarFamily
  7. AnyRef
  8. 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

Instance Constructors

  1. new ContextTyps(ctx: Context)

Value Members

  1. def at(x: HNil): AtCoord[HNil, Typ[Term]]
    Definition Classes
    RandomVarFamily
  2. val ctx: Context
  3. def init[Y >: Typ[Term]]: BasePi[HNil, Y]
    Definition Classes
    RandomVarFamily
  4. val polyDomain: RandomVarList[HNil]
    Definition Classes
    RandomVarFamily
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val range: Sort[_, Typ[Term]]
    Definition Classes
    RandomVar
  7. val rangeFamily: (HNil) => Sort[_, Typ[Term]]
    Definition Classes
    RandomVarFamily
  8. def target[State, V, Y >: Typ[Term]]: Target[State, V, HNil, Y]
    Definition Classes
    RandomVarFamily