DeepShowK

trait DeepShowK[A[_[_]]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def show[Ptr[_], M[_]](a: A[Ptr])(implicit M: MonadObjectOutput[M, String, Ptr]): M[Unit]

Concrete methods

def specialize[Ptr[_]]: DeepShow[A[Ptr], Ptr]