case class ScalaRepWrap[U <: Term with Subs[U], W](rep: ScalaRep[U, W]) extends ScalaPolyRep[U, W] with Product with Serializable
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaRepWrap
- Serializable
- Product
- Equals
- ScalaPolyRep
- AnyRef
- Any
Implicitly
- by ScalaPolyTerm
- by ScalaPolyTerm
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(typ: Typ[Term])(elem: W): Option[U]
- Definition Classes
- ScalaRepWrap → ScalaPolyRep
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rep: ScalaRep[U, W]
- def subs(x: Term, y: Term): ScalaPolyRep[U, W]
- Definition Classes
- ScalaRepWrap → ScalaPolyRep
- def unapply(term: U): Option[W]
- Definition Classes
- ScalaRepWrap → ScalaPolyRep
- def ||(that: ScalaPolyRep[U, W]): OrScalaPolyRep[U, W]
- Definition Classes
- ScalaPolyRep
Shadowed Implicit Value Members
- def getTerm(typ: Typ[Term]): U
- Implicit
- This member is added by an implicit conversion from ScalaRepWrap[U, W] toScalaPolyTerm[U, ScalaRepWrap[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaRepWrap[U, W]] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(scalaRepWrap: ScalaPolyTerm[U, ScalaRepWrap[U, W]]).getTerm(typ)
- Definition Classes
- ScalaPolyTerm
- def getTerm(typ: Typ[Term]): U
- Implicit
- This member is added by an implicit conversion from ScalaRepWrap[U, W] toScalaPolyTerm[U, ScalaRepWrap[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaRepWrap[U, W]] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(scalaRepWrap: ScalaPolyTerm[U, ScalaRepWrap[U, W]]).getTerm(typ)
- Definition Classes
- ScalaPolyTerm
- def hott(typ: Typ[Term]): Option[U]
- Implicit
- This member is added by an implicit conversion from ScalaRepWrap[U, W] toScalaPolyTerm[U, ScalaRepWrap[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaRepWrap[U, W]] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(scalaRepWrap: ScalaPolyTerm[U, ScalaRepWrap[U, W]]).hott(typ)
- Definition Classes
- ScalaPolyTerm
- def hott(typ: Typ[Term]): Option[U]
- Implicit
- This member is added by an implicit conversion from ScalaRepWrap[U, W] toScalaPolyTerm[U, ScalaRepWrap[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaRepWrap[U, W]] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(scalaRepWrap: ScalaPolyTerm[U, ScalaRepWrap[U, W]]).hott(typ)
- Definition Classes
- ScalaPolyTerm