Packages

class ScalaSym[U <: Term with Subs[U], V] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaSym
  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 ScalaSym(typ: Typ[U], predicate: (V) => Boolean = (_: V) => true)

Value Members

  1. def apply(v: V): U with Subs[U]
  2. def term: U
    Implicit
    This member is added by an implicit conversion from ScalaSym[U, V] toScalaTerm[U, ScalaSym[U, V]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, ScalaSym[U, V]] is in scope.
    Definition Classes
    ScalaTerm
  3. def unapply(u: Term): Option[V]