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

cats.syntax.show.scala Maven / Gradle / Ivy

The newest version!
package cats
package syntax

trait ShowSyntax extends Show.ToShowOps {
  implicit final def showInterpolator(sc: StringContext): Show.ShowInterpolator = Show.ShowInterpolator(sc)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy