irmin
irmin copied to clipboard
Generic pp for summaries
Currently, the pretty-printer displays an ASCII version of the aggregated summaries.
The idea is to provide a generic representation, Document.t and, then give a printer to a specific file format:
+--------------+ +--------------+ +-----------------+
| | | | | |
| Summary.t +------>| Document.t +----->| PP_<type> +-------> Output
| | | | | |
+--------------+ +--------------+ +-----------------+