class IndexedConstructorPatterns[C <: Term with Subs[C], H <: Term with Subs[H], F <: Term with Subs[F]] extends AnyRef
Instance Constructors
- new IndexedConstructorPatterns(typFmlyPtn: FmlyPtn[H, C, F])
Type Members
- case class CnstDepFuncPtn[TT <: Term with Subs[TT], U <: Term with Subs[U], V <: Term with Subs[V], VV <: Term with Subs[VV], W <: Term with Subs[W]](tail: Typ[TT], headfibre: (TT) => iConstructorPattern[U] { ... /* 2 definitions in type refinement */ }) extends RecursiveiConstructorPattern[TT, U, FuncLike[TT, U]] with Product with Serializable
- case class CnstFncPtn[TT <: Term with Subs[TT], HC <: Term with Subs[HC]](tail: Typ[TT], head: iConstructorPattern[HC]) extends RecursiveiConstructorPattern[TT, HC, Func[TT, HC]] with Product with Serializable
- type Cod = C
- type DI = IterDepFunc
- case class DepFuncPtn[U <: Term with Subs[U], V <: Term with Subs[V], VV <: Term with Subs[VV], W <: Term with Subs[W], TF <: Term with Subs[TF]](tail: IterFuncPtn[H, C, TF], tailIndex: Ind, index: Ind, headfibre: (TF) => iConstructorPattern[U] { ... /* 2 definitions in type refinement */ }) extends RecursiveiConstructorPattern[TF, U, FuncLike[TF, U]] with Product with Serializable
- case class Family(W: F) extends Product with Serializable
- case class FuncPtn[TF <: Term with Subs[TF], HC <: Term with Subs[HC]](tail: IterFuncPtn[H, C, TF], tailIndex: Ind, head: iConstructorPattern[HC]) extends RecursiveiConstructorPattern[TF, HC, Func[TF, HC]] with Product with Serializable
- type I = IterFunc
- type IT = IterTypFunc
- type Ind = ArgType
- case class PartialiConstructorSeq[FF <: Term with Subs[FF]](head: iConstructorTyp[FF], tail: iConstructorSeq) extends Product with Serializable
- sealed trait RecursiveiConstructorPattern[ArgT <: Term with Subs[ArgT], HeadT <: Term with Subs[HeadT], CT <: FuncLike[ArgT, HeadT] with Subs[CT]] extends iConstructorPattern[CT]
- trait iConstructor extends AnyRef
- case class iConstructorDefn[U <: Term with Subs[U]](pattern: iConstructorPattern[U], cons: U, W: F) extends iConstructor with Product with Serializable
- sealed trait iConstructorPattern[Cnstr <: Term with Subs[Cnstr]] extends AnyRef
- sealed trait iConstructorSeq extends AnyRef
- case class iConstructorTyp[Cnstr <: Term with Subs[Cnstr]](pattern: iConstructorPattern[Cnstr], fmly: FamilyType) extends Product with Serializable
- case class iW(index: Ind) extends iConstructorPattern[H] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (IndexedConstructorPatterns[C, H, F], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (IndexedConstructorPatterns[C, H, F]) => Boolean, msg: => Any): IndexedConstructorPatterns[C, H, F]
- def ensuring(cond: (IndexedConstructorPatterns[C, H, F]) => Boolean): IndexedConstructorPatterns[C, H, F]
- def ensuring(cond: Boolean, msg: => Any): IndexedConstructorPatterns[C, H, F]
- def ensuring(cond: Boolean): IndexedConstructorPatterns[C, H, F]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def getTotalArg(typ: Typ[Term], fmly: F): ArgType
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def totalArg(typ: Term, fmly: F, accum: Term = Star): Term
- val typFmlyPtn: FmlyPtn[H, C, F]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- object iConstructor
- object iConstructorSeq
- object iConstructorTyp extends Serializable
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Value Members
- def +(other: String): String
Value Members
- def formatted(fmtstr: String): String
Value Members
- def ensuring(cond: (IndexedConstructorPatterns[C, H, F]) => Boolean, msg: => Any): IndexedConstructorPatterns[C, H, F]
- def ensuring(cond: (IndexedConstructorPatterns[C, H, F]) => Boolean): IndexedConstructorPatterns[C, H, F]
- def ensuring(cond: Boolean, msg: => Any): IndexedConstructorPatterns[C, H, F]
- def ensuring(cond: Boolean): IndexedConstructorPatterns[C, H, F]
Ungrouped
- case class CnstDepFuncPtn[TT <: Term with Subs[TT], U <: Term with Subs[U], V <: Term with Subs[V], VV <: Term with Subs[VV], W <: Term with Subs[W]](tail: Typ[TT], headfibre: (TT) => iConstructorPattern[U] { ... /* 2 definitions in type refinement */ }) extends RecursiveiConstructorPattern[TT, U, FuncLike[TT, U]] with Product with Serializable
- case class CnstFncPtn[TT <: Term with Subs[TT], HC <: Term with Subs[HC]](tail: Typ[TT], head: iConstructorPattern[HC]) extends RecursiveiConstructorPattern[TT, HC, Func[TT, HC]] with Product with Serializable
- type Cod = C
- type DI = IterDepFunc
- case class DepFuncPtn[U <: Term with Subs[U], V <: Term with Subs[V], VV <: Term with Subs[VV], W <: Term with Subs[W], TF <: Term with Subs[TF]](tail: IterFuncPtn[H, C, TF], tailIndex: Ind, index: Ind, headfibre: (TF) => iConstructorPattern[U] { ... /* 2 definitions in type refinement */ }) extends RecursiveiConstructorPattern[TF, U, FuncLike[TF, U]] with Product with Serializable
- case class Family(W: F) extends Product with Serializable
- case class FuncPtn[TF <: Term with Subs[TF], HC <: Term with Subs[HC]](tail: IterFuncPtn[H, C, TF], tailIndex: Ind, head: iConstructorPattern[HC]) extends RecursiveiConstructorPattern[TF, HC, Func[TF, HC]] with Product with Serializable
- type I = IterFunc
- type IT = IterTypFunc
- type Ind = ArgType
- case class PartialiConstructorSeq[FF <: Term with Subs[FF]](head: iConstructorTyp[FF], tail: iConstructorSeq) extends Product with Serializable
- sealed trait RecursiveiConstructorPattern[ArgT <: Term with Subs[ArgT], HeadT <: Term with Subs[HeadT], CT <: FuncLike[ArgT, HeadT] with Subs[CT]] extends iConstructorPattern[CT]
- trait iConstructor extends AnyRef
- case class iConstructorDefn[U <: Term with Subs[U]](pattern: iConstructorPattern[U], cons: U, W: F) extends iConstructor with Product with Serializable
- sealed trait iConstructorPattern[Cnstr <: Term with Subs[Cnstr]] extends AnyRef
- sealed trait iConstructorSeq extends AnyRef
- case class iConstructorTyp[Cnstr <: Term with Subs[Cnstr]](pattern: iConstructorPattern[Cnstr], fmly: FamilyType) extends Product with Serializable
- case class iW(index: Ind) extends iConstructorPattern[H] with Product with Serializable
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (IndexedConstructorPatterns[C, H, F], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (IndexedConstructorPatterns[C, H, F]) => Boolean, msg: => Any): IndexedConstructorPatterns[C, H, F]
- def ensuring(cond: (IndexedConstructorPatterns[C, H, F]) => Boolean): IndexedConstructorPatterns[C, H, F]
- def ensuring(cond: Boolean, msg: => Any): IndexedConstructorPatterns[C, H, F]
- def ensuring(cond: Boolean): IndexedConstructorPatterns[C, H, F]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def getTotalArg(typ: Typ[Term], fmly: F): ArgType
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def totalArg(typ: Term, fmly: F, accum: Term = Star): Term
- val typFmlyPtn: FmlyPtn[H, C, F]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- object iConstructor
- object iConstructorSeq
- object iConstructorTyp extends Serializable
- def finalize(): Unit
- def →[B](y: B): (IndexedConstructorPatterns[C, H, F], B)