shadedshapeless

test

package test

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CompileTimeMacros extends AnyRef

  2. class IllTypedMacros extends AnyRef

  3. class TypeTrace[T] extends AnyRef

  4. class TypeTraceMacros extends AnyRef

Value Members

  1. object CompileTimeMacros

  2. object IllTypedMacros

  3. object TypeTrace

  4. object TypeTraceMacros

  5. object compileTime

    Utility that measures the compilation time of a code fragment.

  6. object illTyped

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

  7. def sameTyped[T](t1: ⇒ T)(t2: ⇒ T): Unit

  8. def showType[T](t: ⇒ T): String

    Annotations
    @macroImpl( ... )
  9. def showType[T]: String

    Annotations
    @macroImpl( ... )
  10. def typed[T](t: ⇒ T): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped