scope.generic.Scala3MacroShowInstances.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scope-generic_3 Show documentation
Show all versions of scope-generic_3 Show documentation
A functional and type safe models layer separator
package scope.generic
import cats.Show
import scala.quoted.Quotes
trait Scala3MacroShowInstances:
given (using q: Quotes): Show[q.reflect.Symbol] = Show.fromToString