Writer

trait Writer[+Alg <: ([x[_]] =>> Algebra[x]), F[_], Frame, Format]

The Writer typeclass represents write a picture to a file in a given format.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def write[A](file: File, description: Frame, image: Picture[Alg, F, A]): IO[A]
def write[A](file: File, image: Picture[Alg, F, A]): IO[A]