DeepShow

object DeepShow
class Object
trait Matchable
class Any

Type members

Types

type FromSerialize[A, Ptr[_]] = FromSerialize[A, String, Ptr]
type FromWrite[A, Ptr[_]] = FromWrite[A, String, Ptr]

Value members

Concrete methods

def join[M[_]](descs: Iterable[M[Unit]])(sep: String)(implicit M: MonadTell[M, String]): M[Unit]
def set[Ptr[_], A](implicit ev: DeepShow[A, Ptr]): DeepShow[Set[A], Ptr]
def show[Ptr[_], A](deref: NaturalTransformation[Ptr, Id])(implicit ev: DeepShow[A, Ptr], S: ShowK[Ptr], E: HEqualK[Ptr]): Show[A]