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
- 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 :-->[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
- def apply(f: (V) => Y): FuncLike[U, X]
HoTT object from the scala one.
HoTT object from the scala one.
- Definition Classes
- DepFuncRep → ScalaRep
- val codomreps: (V) => ScalaRep[X, Y]
- val domrep: ScalaRep[U, V]
- val fibers: TypFamily[U, X]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def subs(x: Term, y: Term): DepFuncRep[U, V, X, Y]
- Definition Classes
- DepFuncRep → ScalaRep
- 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
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