Packages

object ScalaRep

Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaRep
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ConstTerm[T] extends Term

    constant term.

  2. case class DepFuncRep[U <: Term with Subs[U], V, X <: Term with Subs[X], Y](domrep: ScalaRep[U, V], codomreps: (V) => ScalaRep[X, Y], fibers: TypFamily[U, X]) extends ScalaRep[FuncLike[U, X], (V) => Y] with Product with Serializable

    Formal extendsion of a dependent function given scalareps for the domain and codomains.

  3. case class ExtendedDepFunction[U <: Term with Subs[U], V, X <: Term with Subs[X], Y](dfn: (V) => Y, domrep: ScalaRep[U, V], codomreps: (V) => ScalaRep[X, Y], fibers: TypFamily[U, X]) extends FuncLike[U, X] with Product with Serializable

    formal extension of a dependent function.

  4. case class ExtendedFunction[U <: Term with Subs[U], V, X <: Term with Subs[X], Y](dfn: (V) => Y, domrep: ScalaRep[U, V], codomrep: ScalaRep[X, Y]) extends Func[U, X] with Product with Serializable

    Formal extension of a function given by a definition and representations for domain and codomain.

  5. implicit class FmlyReps[U <: Term with Subs[U], X <: Term with Subs[X]] extends AnyRef

    implicit class associated to a type family to create dependent functions scalareps.

  6. case class FuncRep[U <: Term with Subs[U], V, X <: Term with Subs[X], Y](domrep: ScalaRep[U, V], codomrep: ScalaRep[X, Y]) extends ScalaRep[Func[U, X], (V) => Y] with Product with Serializable

    Representations for functions given ones for the domain and codomain.

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

    A term representing itself.

  8. case class IdTypRep[U <: Term with Subs[U]]()(implicit univ: Typ[Typ[U]]) extends ScalaRep[Typ[U], Typ[U]] with Product with Serializable
  9. implicit class RepSection[V, X <: Term with Subs[X], Y] extends AnyRef

    implicit class associated to a family of scalareps to create dependent functions scalareps.

    implicit class associated to a family of scalareps to create dependent functions scalareps. Not much use since U ends up having strange bounds such as Term with Long.

  10. case class RepSymbObj[A, +U <: RepTerm[A] with Subs[U]](name: AnySym, typ: Typ[U]) extends RepTerm[A] with Symbolic with Product with Serializable
  11. class ScalaSym[U <: Term with Subs[U], V] extends AnyRef
  12. case class ScalaSymbol[X](value: X) extends AtomicSym with Product with Serializable
  13. implicit class ScalaTerm[U <: Term with Subs[U], W] extends AnyRef
  14. case class SigmaRep[U <: Term with Subs[U], V, X <: Term with Subs[X], Y](domrep: ScalaRep[U, V], codrepfmly: (V) => ScalaRep[X, Y]) extends ScalaRep[Term, (V, Y)] with Product with Serializable
  15. case class SimpleConst[V](value: V, typ: Typ[Term]) extends ConstTerm[V] with Product with Serializable

    scala object wrapped to give a HoTT constant with type declared.

  16. case class SimpleExtendedFunction[U <: Term with Subs[U], V, X <: Term with Subs[X]](dfn: (V) => X, domrep: ScalaRep[U, V], codom: Typ[X]) extends Func[U, X] with Subs[SimpleExtendedFunction[U, V, X]] with Product with Serializable

    Extended function with codomain a type.

    Extended function with codomain a type. Perhaps use IdRep.

  17. case class SimpleRep[U <: Term with Subs[U], V](typ: Typ[U]) extends ScalaRep[U, V] with Product with Serializable
  18. case class SmpleFuncRep[U <: Term with Subs[U], V, X <: Term with Subs[X]](domrep: ScalaRep[U, V], codom: Typ[X]) extends ScalaRep[FuncLike[U, X], (V) => X] with Product with Serializable

    Function rep with codomain representing itself.

    Function rep with codomain representing itself. Should perhaps use IdRep instead.

  19. implicit class TermScala[U <: Term with Subs[U]] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val UnivRep: ScalaRep[Typ[Term], Typ[Term]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def extend[T, U <: Term with Subs[U]](fn: (T) => U, FuncLike: FuncLike[Term, U], codom: Typ[U]): (Term) => U

    formal extension of a function.

    formal extension of a function. XXX must check type.

  10. implicit def funcRep[U <: Term with Subs[U], V, X <: Term with Subs[X], Y](implicit domrep: ScalaRep[U, V], codomrep: ScalaRep[X, Y]): ScalaRep[Func[U, X], (V) => Y]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. implicit def idRep[U <: Term with Subs[U]](typ: Typ[U]): ScalaRep[U, U]
  14. def incl[U <: Term with Subs[U], V, W]: (ScalaRep[U, V], ScalaRep[U, W]) => Option[(V) => W]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. implicit def scalaUnivRep[A]: ScalaRep[Typ[RepTerm[A]], Typ[RepTerm[A]]]
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. case object NatInt extends ScalaTyp[Int] with Product with Serializable
  26. object SimpleFuncRep
  27. object dsl

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped