Derivable

oxygen.meta.K0.Derivable
See theDerivable companion object
trait Derivable[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ShowGeneric

Members list

Value members

Abstract methods

inline def derived[A]: F[A]

Should always be = ${ derivedImpl[A] }. Annoying limitation with scala-3 macros that the compiler doesn't allow that to be set here, and inherited.

Should always be = ${ derivedImpl[A] }. Annoying limitation with scala-3 macros that the compiler doesn't allow that to be set here, and inherited.

Attributes