precis-0.5.0: Diff Cabal packages.

Portabilityto be determined.
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>

Precis.ReportMonad

Contents

Description

Logging monad for collecting report fragments

Synopsis

Report-monad

data CMP a Source

Constructors

NEW a 
OLD a 

Instances

Functor CMP 
Eq a => Eq (CMP a) 
Show a => Show (CMP a)