Packages

case class IntroRuleTypes(inductiveTyp: Typ[Term]) extends RandomVar[Typ[Term]] with Product with Serializable

distribution of introduction rules for an inductive type

inductiveTyp

the inductive type being defined

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

    inductiveTyp

    the inductive type being defined

Value Members

  1. def at(x: HNil): AtCoord[HNil, Typ[Term]]
    Definition Classes
    RandomVarFamily
  2. val inductiveTyp: Typ[Term]
  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