CoattrOps

final implicit class CoattrOps[F[_], A](coattr: Coattr[F, A])
class Object
trait Matchable
class Any

Value members

Concrete methods

def fold[B](f: A => B, fffa: F[Coattr[F, A]] => B): B
def toCats(implicit ev: Functor[F]): Free[F, A]