Packages

case object TermsWithTyp extends SimpleFamily[Typ[Term], Term] with Product with Serializable

family of distributions of terms with specified type

Linear Supertypes
Serializable, Product, Equals, SimpleFamily[Typ[Term], Term], RandomVarFamily[::[Typ[Term], HNil], Term], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermsWithTyp
  2. Serializable
  3. Product
  4. Equals
  5. SimpleFamily
  6. RandomVarFamily
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

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