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

replpp.shaded.pprint.package.scala Maven / Gradle / Ivy

There is a newer version: 0.1.98
Show newest version
package replpp.shaded
import replpp.shaded.fansi
/**
  * Contains a convenient default pre-configured PPrinter.
  *
  * Hard-coded and inflexible, but feel free to instantiate your own
  * PPrint if you want to customize it.
  */
package object pprint extends PPrinter{
  def tprint[T: TPrint](implicit config: TPrintColors) = {
    implicitly[TPrint[T]].render
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy