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

cats.std.bigDecimal.scala Maven / Gradle / Ivy

package cats
package std

trait BigDecimalInstances {
  implicit val bigDecimalShow: Show[BigDecimal] =
    Show.fromToString[BigDecimal]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy