case class FuncTypFamilyMap[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], tail: TypFamilyMap[H, TF, C, TIndex, TIF, TIDF, TIDFT])(implicit evidence$7: TermList[TIndex]) extends TypFamilyMap[H, Func[U, TF], C, ::[U, TIndex], FuncLike[U, TIF], FuncLike[U, TIDF], FuncLike[U, TIDFT]] with Product with Serializable
- Alphabetic
- By Inheritance
- FuncTypFamilyMap
- Serializable
- Product
- Equals
- TypFamilyMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FuncTypFamilyMap(head: Typ[U], tail: 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 FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toany2stringadd[FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT], B)
- Implicit
- This member is added by an implicit conversion from FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toArrowAssoc[FuncTypFamilyMap[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
- FuncTypFamilyMap → TypFamilyMap
- def ensuring(cond: (FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]) => Boolean, msg: => Any): FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Implicit
- This member is added by an implicit conversion from FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toEnsuring[FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]) => Boolean): FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Implicit
- This member is added by an implicit conversion from FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toEnsuring[FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Implicit
- This member is added by an implicit conversion from FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toEnsuring[FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Implicit
- This member is added by an implicit conversion from FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toEnsuring[FuncTypFamilyMap[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 formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toStringFormat[FuncTypFamilyMap[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()
- 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
- FuncTypFamilyMap → 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
- FuncTypFamilyMap → 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
- FuncTypFamilyMap → TypFamilyMap
- def iterFuncTyp(w: Typ[H], x: Typ[C]): FuncTyp[U, TIF]
returns HoTT type for iterated functions
returns HoTT type for iterated functions
- Definition Classes
- FuncTypFamilyMap → 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: FuncTypFamily[U, H, TF, TIndex]
the underlying pattern (to access methods defined on it)
the underlying pattern (to access methods defined on it)
- Definition Classes
- FuncTypFamilyMap → 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
- FuncTypFamilyMap → TypFamilyMap
- def subs(x: Term, y: Term): FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT]
- Definition Classes
- FuncTypFamilyMap → TypFamilyMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: 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
- FuncTypFamilyMap → 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): (FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT], B)
- Implicit
- This member is added by an implicit conversion from FuncTypFamilyMap[U, H, TF, C, TIndex, TIF, TIDF, TIDFT] toArrowAssoc[FuncTypFamilyMap[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.