case class DepFuncRep[U <: Term with Subs[U], V, X <: Term with Subs[X], Y](domrep: ScalaRep[U, V], codomreps: (V) => ScalaRep[X, Y], fibers: TypFamily[U, X]) extends ScalaRep[FuncLike[U, X], (V) => Y] with Product with Serializable
Formal extendsion of a dependent function given scalareps for the domain and codomains.
- Alphabetic
- By Inheritance
- DepFuncRep
- Serializable
- Product
- Equals
- ScalaRep
- AnyRef
- Any
- by ScalaTerm
- by ScalaTerm
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Type Members
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 DepFuncRep[U, V, X, Y] toany2stringadd[DepFuncRep[U, V, X, Y]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ++[UU >: FuncLike[U, X] <: Term with Subs[UU], X <: Term with Subs[X], Y](codrepfmly: ((V) => Y) => ScalaRep[X, Y]): SigmaRep[UU, (V) => Y, X, Y]
scalarep for sum type.
scalarep for sum type.
- Definition Classes
- ScalaRep
- def -->:[W <: Term with Subs[W], X, UU >: FuncLike[U, X] <: Term with Subs[UU]](that: ScalaRep[W, X]): FuncRep[W, X, UU, (V) => Y]
scalarep for function
scalarep for function
- Definition Classes
- ScalaRep
- def ->[B](y: B): (DepFuncRep[U, V, X, Y], B)
- Implicit
- This member is added by an implicit conversion from DepFuncRep[U, V, X, Y] toArrowAssoc[DepFuncRep[U, V, X, Y]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def :-->[W <: Term with Subs[W], UU >: FuncLike[U, X] <: Term with Subs[UU]](that: Typ[W]): FuncRep[UU, (V) => Y, W, W]
- Definition Classes
- ScalaRep
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(f: (V) => Y): FuncLike[U, X]
HoTT object from the scala one.
HoTT object from the scala one.
- Definition Classes
- DepFuncRep → ScalaRep
- 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()
- val codomreps: (V) => ScalaRep[X, Y]
- val domrep: ScalaRep[U, V]
- def ensuring(cond: (DepFuncRep[U, V, X, Y]) => Boolean, msg: => Any): DepFuncRep[U, V, X, Y]
- Implicit
- This member is added by an implicit conversion from DepFuncRep[U, V, X, Y] toEnsuring[DepFuncRep[U, V, X, Y]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (DepFuncRep[U, V, X, Y]) => Boolean): DepFuncRep[U, V, X, Y]
- Implicit
- This member is added by an implicit conversion from DepFuncRep[U, V, X, Y] toEnsuring[DepFuncRep[U, V, X, Y]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): DepFuncRep[U, V, X, Y]
- Implicit
- This member is added by an implicit conversion from DepFuncRep[U, V, X, Y] toEnsuring[DepFuncRep[U, V, X, Y]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): DepFuncRep[U, V, X, Y]
- Implicit
- This member is added by an implicit conversion from DepFuncRep[U, V, X, Y] toEnsuring[DepFuncRep[U, V, X, Y]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fibers: TypFamily[U, X]
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from DepFuncRep[U, V, X, Y] toStringFormat[DepFuncRep[U, V, X, Y]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def subs(x: Term, y: Term): DepFuncRep[U, V, X, Y]
- Definition Classes
- DepFuncRep → ScalaRep
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val typ: PiDefn[U, X]
HoTT type represented.
HoTT type represented.
- Definition Classes
- DepFuncRep → ScalaRep
- def unapply(u: Term): Option[(V) => Y]
pattern for matching application of the scala object.
pattern for matching application of the scala object.
- Definition Classes
- DepFuncRep → ScalaRep
- 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])
Shadowed Implicit Value Members
- def term: U
- Implicit
- This member is added by an implicit conversion from DepFuncRep[U, V, X, Y] toScalaTerm[U, DepFuncRep[U, V, X, Y]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, DepFuncRep[U, V, X, Y]] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(depFuncRep: ScalaTerm[U, DepFuncRep[U, V, X, Y]]).term
- Definition Classes
- ScalaTerm
- def term: U
- Implicit
- This member is added by an implicit conversion from DepFuncRep[U, V, X, Y] toScalaTerm[U, DepFuncRep[U, V, X, Y]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, DepFuncRep[U, V, X, Y]] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(depFuncRep: ScalaTerm[U, DepFuncRep[U, V, X, Y]]).term
- Definition Classes
- ScalaTerm
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (DepFuncRep[U, V, X, Y], B)
- Implicit
- This member is added by an implicit conversion from DepFuncRep[U, V, X, Y] toArrowAssoc[DepFuncRep[U, V, X, Y]] 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.