package pretty_expressive

  1. Overview
  2. Docs

This module provides utilities.

type 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.

OCaml

Innovation. Community. Security.