Packages

package test

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IllTypedMacros extends AnyRef
  2. class TypeTrace [T] extends AnyRef
  3. class TypeTraceMacros extends AnyRef

Value Members

  1. def sameTyped[T](t1: ⇒ T)(t2: ⇒ T): Unit
  2. macro def showType[T](t: ⇒ T): String
  3. macro def showType[T]: String
  4. def typed[T](t: ⇒ T): Unit
  5. object TypeTrace
  6. object illTyped

    A utility which ensures that a code fragment does not typecheck.

    A utility which ensures that a code fragment does not typecheck.

    Credit: Stefan Zeiger (@StefanZeiger)

Inherited from AnyRef

Inherited from Any

Ungrouped