Packages

case class IterFuncTypTo(typ: Typ[Term]) extends RandomVar[Typ[Term]] with Product with Serializable

iterated function types targeting a given type, typically used in introduction rules

typ

the final type

Linear Supertypes
Serializable, Product, Equals, RandomVar[Typ[Term]], RandomVarFamily[HNil, Typ[Term]], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IterFuncTypTo
  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 IterFuncTypTo(typ: Typ[Term])

    typ

    the final type

Value Members

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