Packages

implicit class PolyTermScala[U <: Term with Subs[U]] extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PolyTermScala
  2. AnyRef
  3. Any
Implicitly
  1. by ScalaPolyTerm
  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 PolyTermScala(term: U)

Type Members

  1. type Rep[W] = ScalaPolyRep[U, W]

Value Members

  1. def getTerm(typ: Typ[Term]): U
    Implicit
    This member is added by an implicit conversion from PolyTermScala[U] toScalaPolyTerm[U, PolyTermScala[U]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, PolyTermScala[U]] is in scope.
    Definition Classes
    ScalaPolyTerm
  2. def hott(typ: Typ[Term]): Option[U]
    Implicit
    This member is added by an implicit conversion from PolyTermScala[U] toScalaPolyTerm[U, PolyTermScala[U]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, PolyTermScala[U]] is in scope.
    Definition Classes
    ScalaPolyTerm
  3. def scala[W](implicit arg0: Rep[W]): Option[W]