json-tracer-0.0.1.1: A polymorphic, type-safe, json-structured tracing library

Copyright(c) Taku Terao 2017
LicenseBSD3
Maintainerautotaker@gmail.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

JSON.Trace

Description

type-safe json-structured tracing

Synopsis

Documentation

dictTraceT :: MonadIO m => TracerT (Dict c) m a -> m (a, Dict c) Source #

run the tracer monad whose tracing context is Dict