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

cats.instances.bigInt.scala Maven / Gradle / Ivy

The newest version!
package cats
package instances

trait BigIntInstances extends cats.kernel.instances.BigIntInstances {
  implicit val catsStdShowForBigInt: Show[BigInt] =
    Show.fromToString[BigInt]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy