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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- 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 ->[B](y: B): (IdTypRep[U], B)
- 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
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(v: Typ[U]): Typ[U]
HoTT object from the scala one.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ensuring(cond: (IdTypRep[U]) => Boolean, msg: => Any): IdTypRep[U]
- def ensuring(cond: (IdTypRep[U]) => Boolean): IdTypRep[U]
- def ensuring(cond: Boolean, msg: => Any): IdTypRep[U]
- def ensuring(cond: Boolean): IdTypRep[U]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def subs(x: Term, y: Term): IdTypRep[U]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val typ: Typ[Typ[U]]
HoTT type represented.
- def unapply(u: Term): Option[Typ[U]]
pattern for matching application of the scala object.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
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
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (IdTypRep[U], B)
- Implicit
- This member is added by an implicit conversion from IdTypRep[U] toArrowAssoc[IdTypRep[U]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.