Safe Haskell | None |
---|---|
Language | Haskell2010 |
Control.Tracer.Transformers
Synopsis
Documentation
counting :: forall m a. MonadIO m => Tracer m (Counting a) -> m (Tracer m a) Source #
A stateful tracer transformer that substitutes messages with a monotonically incrementing occurence count.