Module Pretty_expressive.Util

This module provides utilities.

type 't info = {
  1. is_tainted : bool;
    (*

    Taintedness status

    *)
  2. cost : 't;
    (*

    Cost of the output layout

    *)
}

An info record, returned from the pretty printer.