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

hammock.InterpTrans.scala Maven / Gradle / Ivy

The newest version!
package hammock

import cats.~>

trait InterpTrans[F[_]] {
  def trans: HttpF ~> F
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy