Show

trait Show[F]

A typeclass for conversion to textual representation, done via scalaz.Cord for efficiency.

Companion
object
class Object
trait Matchable
class Any
Show[F]

Value members

Abstract methods

def show(f: F): Cord

Concrete methods

def shows(f: F): String

Concrete fields