Packages

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

A term representing itself.

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

Type Members

  1. type tpe = U

    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: (U) => ScalaRep[X, Y]): SigmaRep[UU, U, 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, U]

    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, U, W, W]
    Definition Classes
    ScalaRep
  4. def apply(v: U): U

    HoTT object from the scala one.

    HoTT object from the scala one.

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

    HoTT type represented.

    HoTT type represented.

    Definition Classes
    IdRepScalaRep
  8. def unapply(u: Term): Option[U]

    pattern for matching application of the scala object.

    pattern for matching application of the scala object.

    Definition Classes
    IdRepScalaRep

Shadowed Implicit Value Members

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