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

scope.generic.Scala3MacroShowInstances.scala Maven / Gradle / Ivy

There is a newer version: 0.0.12
Show newest version
package scope.generic

import cats.Show

import scala.quoted.Quotes

trait Scala3MacroShowInstances:
  given (using q: Quotes): Show[q.reflect.Symbol] = Show.fromToString




© 2015 - 2024 Weber Informatics LLC | Privacy Policy