case class IdTypRep[U <: Term with Subs[U]]()(implicit univ: Typ[Typ[U]]) extends ScalaRep[Typ[U], Typ[U]] with Product with Serializable
- Alphabetic
- By Inheritance
- IdTypRep
- Serializable
- Product
- Equals
- ScalaRep
- AnyRef
- Any
- by ScalaTerm
- by ScalaTerm
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Type Members
Value Members
- def ++[UU >: Typ[U] <: Term with Subs[UU], X <: Term with Subs[X], Y](codrepfmly: (Typ[U]) => ScalaRep[X, Y]): SigmaRep[UU, Typ[U], X, Y]
scalarep for sum type.
scalarep for sum type.
- Definition Classes
- ScalaRep
- def -->:[W <: Term with Subs[W], X, UU >: Typ[U] <: Term with Subs[UU]](that: ScalaRep[W, X]): FuncRep[W, X, UU, Typ[U]]
scalarep for function
scalarep for function
- Definition Classes
- ScalaRep
- def :-->[W <: Term with Subs[W], UU >: Typ[U] <: Term with Subs[UU]](that: Typ[W]): FuncRep[UU, Typ[U], W, W]
- Definition Classes
- ScalaRep
- def apply(v: Typ[U]): Typ[U]
HoTT object from the scala one.
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def subs(x: Term, y: Term): IdTypRep[U]
- val typ: Typ[Typ[U]]
HoTT type represented.
- def unapply(u: Term): Option[Typ[U]]
pattern for matching application of the scala object.
Shadowed Implicit Value Members
- def term: U
- Implicit
- This member is added by an implicit conversion from IdTypRep[U] toScalaTerm[U, IdTypRep[U]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, IdTypRep[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:(idTypRep: ScalaTerm[U, IdTypRep[U]]).term
- Definition Classes
- ScalaTerm
- def term: U
- Implicit
- This member is added by an implicit conversion from IdTypRep[U] toScalaTerm[U, IdTypRep[U]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, IdTypRep[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:(idTypRep: ScalaTerm[U, IdTypRep[U]]).term
- Definition Classes
- ScalaTerm