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

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

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

import doobie.Put
import refined4s.NewtypeBase

/** @author Kevin Lee
  * @since 2023-12-16
  */
trait DoobiePut[A: Put] {
  self: NewtypeBase[A] =>

  given derivedPut: Put[Type] = deriving[Put]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy