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

argonaut.JsonNumberCats.scala Maven / Gradle / Ivy

The newest version!
package argonaut

import cats._

object JsonNumberCats {
  implicit val JsonNumberEq: Eq[JsonNumber] =
    _ == _
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy