Implicits

trace4cats.Trace$.Implicits$
object Implicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type

Members list

Implicits

Implicits

implicit def noop[F[_] : Applicative]: WithContext[F]

A no-op Trace implementation is freely available for any applicative effect. This lets us add a Trace constraint to most existing code without demanding anything new from the concrete effect type.

A no-op Trace implementation is freely available for any applicative effect. This lets us add a Trace constraint to most existing code without demanding anything new from the concrete effect type.

Attributes