object IterFuncShape
Type Members
- case class DepFuncShape[TT <: Term with Subs[TT], O <: Term with Subs[O], HF <: Term with Subs[HF]](tail: Typ[TT], headfibre: (TT) => IterFuncShape[O, HF]) extends IterFuncShape[O, FuncLike[TT, HF]] with Product with Serializable
- sealed trait Exst extends AnyRef
- case class FuncShape[TT <: Term with Subs[TT], O <: Term with Subs[O], HF <: Term with Subs[HF]](tail: Typ[TT], head: IterFuncShape[O, HF]) extends IterFuncShape[O, Func[TT, HF]] with Product with Serializable
- case class IdIterShape[O <: Term with Subs[O]]() extends IterFuncShape[O, O] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def fromTyp[F <: Term with Subs[F]](w: Typ[Term], fmly: F): IterFuncShape[Term, F]
- final def getClass(): Class[_ <: AnyRef]
- def getExst(w: Typ[Term], fmly: Typ[Term]): Exst
- 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
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- object Exst
- object IdIterShape extends Serializable
Deprecated Value Members
- def finalize(): Unit