GenericDebug

trait GenericDebug[G[_]] extends Debug
trait Debug
trait Algebra
class Object
trait Matchable
class Any
Shape & Layout & GivenApply[G] { type Drawing = [A] =>> Finalized[G, A]; }

Type members

Inherited types

type Drawing[_]

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

Inherited from:
Algebra
Source:
Algebra.scala

Value members

Concrete methods

def debug[A](picture: Finalized[G, A], color: Color): Finalized[G, A]

Implicits

Inherited implicits

Inherited from:
Algebra
Source:
Algebra.scala