Packages

case class ScalaSymbol[X](value: X) extends AtomicSym with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AtomicSym, AnySym, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaSymbol
  2. Serializable
  3. Product
  4. Equals
  5. AtomicSym
  6. AnySym
  7. AnyRef
  8. 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 ScalaSymbol(value: X)

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. def subs(x: Term, y: Term): AtomicSym
    Definition Classes
    AtomicSymAnySym
  3. def term: U
    Implicit
    This member is added by an implicit conversion from ScalaSymbol[X] toScalaTerm[U, ScalaSymbol[X]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, ScalaSymbol[X]] is in scope.
    Definition Classes
    ScalaTerm
  4. val toString: String
    Definition Classes
    ScalaSymbol → AnyRef → Any
  5. val value: X