Packages

implicit class ScalaTerm[U <: Term with Subs[U], W] extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaTerm
  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 ScalaTerm(elem: W)(implicit rep: ScalaRep[U, W])

Value Members

  1. def term: U

Shadowed Implicit Value Members

  1. def term: U
    Implicit
    This member is added by an implicit conversion from ScalaTerm[U, W] toScalaTerm[U, ScalaTerm[U, W]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, ScalaTerm[U, W]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTerm: ScalaTerm[U, ScalaTerm[U, W]]).term