libeasy-format-ocaml-dev

Easy(ier) pretty printing for ocaml - development files
  http://mjambon.com/easy-format.html
  0
  no reviews



This module offers a simplified interface to the format module of the ocaml standard library. input data must be converted into a tree using 3 kinds of nodes: atoms, lists and labelled nodes. each node is bound to its own formatting parameters and a single function call produces the formatted output.

this package contains the development files for programming with the library.