package derivation
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
trait
AllowImplicitMacro
[T] extends AnyRef
Marker type used internally by automatic type class derivation macros.
Marker type used internally by automatic type class derivation macros. Used to inform the compiler and macro engine that automatic derivation of particular type class is allowed in some context.
-
trait
DeferredInstance
[T] extends AnyRef
Author: ghik Created: 07/12/15.
-
trait
Materialized
extends AnyRef
Marker trait for macro-materialized typeclass instances.
Marker trait for macro-materialized typeclass instances. Also may serve to prioritize macro-generated instance over some other implicit.
Value Members
- object AllowImplicitMacro