package pp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Stable representation of Pp.t useful for serialization

type +'tag t =
  1. | Nop
  2. | Seq of 'tag t * 'tag t
  3. | Concat of 'tag t * 'tag t list
  4. | Box of int * 'tag t
  5. | Vbox of int * 'tag t
  6. | Hbox of 'tag t
  7. | Hvbox of int * 'tag t
  8. | Hovbox of int * 'tag t
  9. | Verbatim of string
  10. | Char of char
  11. | Break of string * int * string * string * int * string
  12. | Newline
  13. | Text of string
  14. | Tag of 'tag * 'tag t

Stable abstract syntax tree for Pp.t that can be used for serialization and deserialization.

OCaml

Innovation. Community. Security.