Packages

object IterFuncPtnMap

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

Type Members

  1. case class DepFuncIterPtnMap[TT <: Term with Subs[TT], V <: Term with Subs[V], T <: Term with Subs[T], D <: Term with Subs[D], O <: Term with Subs[O], C <: Term with Subs[C]](tail: Typ[TT], headfibre: (TT) => IterFuncPtnMap[O, C, V, T, D], headlevel: Int = 0) extends IterFuncPtnMap[O, C, FuncLike[TT, V], FuncLike[TT, T], FuncLike[TT, D]] with Product with Serializable

    Extending by a constant type A a family of type patterns depending on (a : A).

  2. case class FuncIterPtnMap[TT <: Term with Subs[TT], V <: Term with Subs[V], T <: Term with Subs[T], D <: Term with Subs[D], O <: Term with Subs[O], C <: Term with Subs[C]](tail: Typ[TT], head: IterFuncPtnMap[O, C, V, T, D]) extends IterFuncPtnMap[O, C, Func[TT, V], Func[TT, T], FuncLike[TT, D]] with Product with Serializable
  3. case class IdIterPtnMap[O <: Term with Subs[O], C <: Term with Subs[C]]() extends IterFuncPtnMap[O, C, O, C, C] with Product with Serializable

    The identity family