Packages

case class SimpleRep[U <: Term with Subs[U], V](typ: Typ[U]) extends ScalaRep[U, V] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ScalaRep[U, V], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleRep
  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 SimpleRep(typ: Typ[U])

Type Members

  1. type tpe = V

    scala type of representing object.

    scala type of representing object.

    Definition Classes
    ScalaRep

Value Members

  1. def ++[UU >: U <: Term with Subs[UU], X <: Term with Subs[X], Y](codrepfmly: (V) => ScalaRep[X, Y]): SigmaRep[UU, V, X, Y]

    scalarep for sum type.

    scalarep for sum type.

    Definition Classes
    ScalaRep
  2. def -->:[W <: Term with Subs[W], X, UU >: U <: Term with Subs[UU]](that: ScalaRep[W, X]): FuncRep[W, X, UU, V]

    scalarep for function

    scalarep for function

    Definition Classes
    ScalaRep
  3. def :-->[W <: Term with Subs[W], UU >: U <: Term with Subs[UU]](that: Typ[W]): FuncRep[UU, V, W, W]
    Definition Classes
    ScalaRep
  4. def apply(v: V): U with Subs[U]

    HoTT object from the scala one.

    HoTT object from the scala one.

    Definition Classes
    SimpleRepScalaRep
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def subs(x: Term, y: Term): SimpleRep[U, V]
    Definition Classes
    SimpleRepScalaRep
  7. val typ: Typ[U]

    HoTT type represented.

    HoTT type represented.

    Definition Classes
    SimpleRepScalaRep
  8. def unapply(u: Term): Option[V]

    pattern for matching application of the scala object.

    pattern for matching application of the scala object.

    Definition Classes
    SimpleRepScalaRep

Shadowed Implicit Value Members

  1. def term: U
    Implicit
    This member is added by an implicit conversion from SimpleRep[U, V] toScalaTerm[U, SimpleRep[U, V]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, SimpleRep[U, V]] 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:
    (simpleRep: ScalaTerm[U, SimpleRep[U, V]]).term
    Definition Classes
    ScalaTerm
  2. def term: U
    Implicit
    This member is added by an implicit conversion from SimpleRep[U, V] toScalaTerm[U, SimpleRep[U, V]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, SimpleRep[U, V]] 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:
    (simpleRep: ScalaTerm[U, SimpleRep[U, V]]).term
    Definition Classes
    ScalaTerm