Packages

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.

Linear Supertypes
Serializable, Product, Equals, ScalaRep[FuncLike[U, X], (V) => Y], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DepFuncRep
  2. Serializable
  3. Product
  4. Equals
  5. ScalaRep
  6. AnyRef
  7. Any
Implicitly
  1. by ScalaTerm
  2. by ScalaTerm
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DepFuncRep(domrep: ScalaRep[U, V], codomreps: (V) => ScalaRep[X, Y], fibers: TypFamily[U, X])

Type Members

  1. type tpe = (V) => Y

    scala type of representing object.

    scala type of representing object.

    Definition Classes
    ScalaRep

Value Members

  1. 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
  2. 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
  3. 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
  4. def apply(f: (V) => Y): FuncLike[U, X]

    HoTT object from the scala one.

    HoTT object from the scala one.

    Definition Classes
    DepFuncRepScalaRep
  5. val codomreps: (V) => ScalaRep[X, Y]
  6. val domrep: ScalaRep[U, V]
  7. val fibers: TypFamily[U, X]
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def subs(x: Term, y: Term): DepFuncRep[U, V, X, Y]
    Definition Classes
    DepFuncRepScalaRep
  10. val typ: PiDefn[U, X]

    HoTT type represented.

    HoTT type represented.

    Definition Classes
    DepFuncRepScalaRep
  11. 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
    DepFuncRepScalaRep

Shadowed Implicit Value Members

  1. 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
  2. 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