Module Pretty_expressive.UtilSource

This module provides utilities.

Sourcetype info = {
  1. out : string;
    (*

    Output of the pretty printer

    *)
  2. is_tainted : bool;
    (*

    Taintedness status

    *)
  3. cost : string;
    (*

    Cost of the output layout

    *)
}

An info record, returned from the pretty printer.