Implicits

natchez.Trace$.Implicits$
object Implicits

Attributes

Source:
Trace.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Implicits

Implicits

implicit def noop[F[_] : Applicative]: Trace[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

Source:
Trace.scala