case class DepFuncTypFamilyMap[U <: Term with Subs[U], H <: Term with Subs[H], TF <: Term with Subs[TF], C <: Term with Subs[C], TIndex <: HList, TIF <: Term with Subs[TIF], TIDF <: Term with Subs[TIDF], TIDFT <: Term with Subs[TIDFT]](head: Typ[U], tailfibre: (U) => TypFamilyMap[H, TF, C, TIndex, TIF, TIDF, TIDFT])(implicit evidence$8: TermList[TIndex]) extends TypFamilyMap[H, FuncLike[U, TF], C, ::[U, TIndex], FuncLike[U, TIF], FuncLike[U, TIDF], FuncLike[U, TIDFT]] with Product with Serializable
- Alphabetic
- By Inheritance
- DepFuncTypFamilyMap
- Serializable
- Product
- Equals
- TypFamilyMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DepFuncTypFamilyMap(head: Typ[U], tailfibre: (U) => TypFamilyMap[H, TF, C, TIndex, TIF, TIDF, TIDFT])(implicit arg0: TermList[TIndex])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toany2stringadd[DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT], B)
- Implicit
- This member is added by an implicit conversion from DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toArrowAssoc[DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def depRestrict(f: FuncLike[U, TIDF], ind: ::[U, TIndex]): FuncLike[H, C]
restricts iterated dependent function to an index
restricts iterated dependent function to an index
- Definition Classes
- DepFuncTypFamilyMap → TypFamilyMap
- def ensuring(cond: (DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]) => Boolean, msg: => Any): DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Implicit
- This member is added by an implicit conversion from DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toEnsuring[DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]) => Boolean): DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Implicit
- This member is added by an implicit conversion from DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toEnsuring[DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Implicit
- This member is added by an implicit conversion from DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toEnsuring[DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Implicit
- This member is added by an implicit conversion from DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toEnsuring[DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- DepFuncTypFamilyMap → Equals → AnyRef → Any
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toStringFormat[DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val hashCode: Int
- val head: Typ[U]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterDepFunc(funcs: (::[U, TIndex]) => FuncLike[H, C]): FuncLike[U, TIDF]
returns iterated dependent function given functions for each index
returns iterated dependent function given functions for each index
- Definition Classes
- DepFuncTypFamilyMap → TypFamilyMap
- def iterDepFuncTyp(w: Typ[H], xs: FuncLike[U, TIDFT]): GenFuncTyp[U, TIDF]
returns HoTT type for iterated dependent functions
returns HoTT type for iterated dependent functions
- Definition Classes
- DepFuncTypFamilyMap → TypFamilyMap
- def iterFunc(funcs: (::[U, TIndex]) => Func[H, C]): FuncLike[U, TIF]
returns iterated function given functions for each index
returns iterated function given functions for each index
- Definition Classes
- DepFuncTypFamilyMap → TypFamilyMap
- def iterFuncTyp(w: Typ[H], x: Typ[C]): GenFuncTyp[U, TIF]
returns HoTT type for iterated functions
returns HoTT type for iterated functions
- Definition Classes
- DepFuncTypFamilyMap → TypFamilyMap
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pattern: DepFuncTypFamily[U, H, TF, TIndex]
the underlying pattern (to access methods defined on it)
the underlying pattern (to access methods defined on it)
- Definition Classes
- DepFuncTypFamilyMap → TypFamilyMap
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def restrict(f: FuncLike[U, TIF], ind: ::[U, TIndex]): Func[H, C]
restricts iterated function to an index
restricts iterated function to an index
- Definition Classes
- DepFuncTypFamilyMap → TypFamilyMap
- def subs(x: Term, y: Term): DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Definition Classes
- DepFuncTypFamilyMap → TypFamilyMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tailfibre: (U) => TypFamilyMap[H, TF, C, TIndex, TIF, TIDF, TIDFT]
- def typRestrict(xs: FuncLike[U, TIDFT], ind: ::[U, TIndex]): Func[H, Typ[C]]
restricts iterated type family to an index
restricts iterated type family to an index
- Definition Classes
- DepFuncTypFamilyMap → TypFamilyMap
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT], B)
- Implicit
- This member is added by an implicit conversion from DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toArrowAssoc[DepFuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.