| Copyright | (c) Taku Terao 2017 |
|---|---|
| License | BSD3 |
| Maintainer | autotaker@gmail.com |
| Stability | experimental |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
JSON.Trace
Description
type-safe json-structured tracing
- dictTraceT :: MonadIO m => TracerT (Dict c) m a -> m (a, Dict c)
- module Data.PolyDict
- module Control.Monad.CTrace
Documentation
dictTraceT :: MonadIO m => TracerT (Dict c) m a -> m (a, Dict c) Source #
run the tracer monad whose tracing context is Dict
module Data.PolyDict
module Control.Monad.CTrace