Packages

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. Not much use since U ends up having strange bounds such as Term with Long.

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepSection
  2. AnyRef
  3. Any
Implicitly
  1. by ScalaTerm
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RepSection(section: (V) => ScalaRep[X, Y])

Value Members

  1. def term: U
    Implicit
    This member is added by an implicit conversion from RepSection[V, X, Y] toScalaTerm[U, RepSection[V, X, Y]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, RepSection[V, X, Y]] is in scope.
    Definition Classes
    ScalaTerm
  2. def ~~>:[U <: Term with Subs[U]](domrep: ScalaRep[U, V]): DepFuncRep[U, V, Term, Y]