Legend:
Library
Module
Module type
Parameter
Class
Class type
Printer Combinators
This module provides combinators to build printers for user-defined types. It doesn't try to do pretty-printing (see for instance Pprint for this), but a simple way to print complicated values without writing a lot of code.
Those combinators work with "%a". For instance to print a (int * bool) list list and a float array, one can write: