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

refined4s.modules.doobie.derivation.DoobieRefinedGetPut.scala Maven / Gradle / Ivy

There is a newer version: 0.19.0
Show newest version
package refined4s.modules.doobie.derivation

import refined4s.RefinedBase

/** @author Kevin Lee
  * @since 2023-12-16
  */
trait DoobieRefinedGetPut[A] extends DoobieRefinedGet[A] with DoobiePut[A] {
  self: RefinedBase[A] =>
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy