Packages

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.

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FmlyReps
  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 FmlyReps(fibers: TypFamily[U, X])

Value Members

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