package pretty_expressive

  1. Overview
  2. Docs

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.

OCaml

Innovation. Community. Security.