case class ListRep[U <: Term with Subs[U]](elemTyp: Typ[U]) extends ScalaRep[Term, List[U]] with Product with Serializable
- Alphabetic
- By Inheritance
- ListRep
- Serializable
- Product
- Equals
- ScalaRep
- AnyRef
- Any
- 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 >: Term <: Term with Subs[UU], X <: Term with Subs[X], Y](codrepfmly: (List[U]) => ScalaRep[X, Y]): SigmaRep[UU, List[U], X, Y]
scalarep for sum type.
scalarep for sum type.
- Definition Classes
- ScalaRep
- def -->:[W <: Term with Subs[W], X, UU >: Term <: Term with Subs[UU]](that: ScalaRep[W, X]): FuncRep[W, X, UU, List[U]]
scalarep for function
scalarep for function
- Definition Classes
- ScalaRep
- def ->[B](y: B): (ListRep[U], B)
- def :-->[W <: Term with Subs[W], UU >: Term <: Term with Subs[UU]](that: Typ[W]): FuncRep[UU, List[U], W, W]
- Definition Classes
- ScalaRep
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(l: List[U]): ListTerm[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()
- val elemTyp: Typ[U]
- def ensuring(cond: (ListRep[U]) => Boolean, msg: => Any): ListRep[U]
- def ensuring(cond: (ListRep[U]) => Boolean): ListRep[U]
- def ensuring(cond: Boolean, msg: => Any): ListRep[U]
- def ensuring(cond: Boolean): ListRep[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): ListRep[U]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def term: U
- val typ: ListTyp[U]
HoTT type represented.
- def unapply(u: Term): Option[List[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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (ListRep[U], B)
- Implicit
- This member is added by an implicit conversion from ListRep[U] toArrowAssoc[ListRep[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.