All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalaz.annotation.xderiving.scala Maven / Gradle / Ivy

// Copyright: 2017 - 2024 Sam Halliday
// License: http://www.gnu.org/licenses/lgpl-3.0.en.html

package scalaz.annotation

import scala.annotation.Annotation

/**
 * Generates boilerplate for implicit evidence on companion objects for single
 * valued data types via `scalaz.macros.DerivingMacro.xderiving`
 */
final class xderiving(val typeclasses: AnyRef*) extends Annotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy