Packages

object ConstructorSeqDom

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

Type Members

  1. case class Cons[TSS <: HList, HShape <: HList, H <: Term with Subs[H], ConstructorType <: Term with Subs[ConstructorType], TIntros <: HList](name: AnySym, pattern: ConstructorShape[HShape, H, ConstructorType], tail: ConstructorSeqDom[TSS, H, TIntros]) extends ConstructorSeqDom[::[HShape, TSS], H, ::[ConstructorType, TIntros]] with Product with Serializable

    prepending an introduction rule, given name and shape.

  2. case class Empty[H <: Term with Subs[H]]() extends ConstructorSeqDom[HNil, H, HNil] with Product with Serializable

    Empty sequence of introduction rules

Value Members

  1. implicit def consSeqDomSubst[SS <: HList, H <: Term with Subs[H], Intros <: HList]: Subst[ConstructorSeqDom[SS, H, Intros]]
  2. object Empty extends Serializable