Packages

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

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

Value Members

  1. def getTerm(typ: Typ[Term]): U
  2. def hott(typ: Typ[Term]): Option[U]

Shadowed Implicit Value Members

  1. def getTerm(typ: Typ[Term]): U
    Implicit
    This member is added by an implicit conversion from ScalaPolyTerm[U, W] toScalaPolyTerm[U, ScalaPolyTerm[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaPolyTerm[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:
    (scalaPolyTerm: ScalaPolyTerm[U, ScalaPolyTerm[U, W]]).getTerm(typ)
  2. def hott(typ: Typ[Term]): Option[U]
    Implicit
    This member is added by an implicit conversion from ScalaPolyTerm[U, W] toScalaPolyTerm[U, ScalaPolyTerm[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaPolyTerm[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:
    (scalaPolyTerm: ScalaPolyTerm[U, ScalaPolyTerm[U, W]]).hott(typ)