Path to this page:
Subject: CVS commit: wip/ocaml-easy-format
From: Hiramatsu Yoshifumi
Date: 2014-05-22 10:45:47
Message id: E1WnOdZ-0000q9-10@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Import OCaml library Easy-format into wip/ocaml-easy-format.
This module offers a high-level and functional interface to the Format
module of the OCaml standard library. It is a pretty-printing
facility, i.e. it takes as input some code represented as a tree and
formats this code into the most visually satisfying result, breaking
and indenting lines of code where appropriate.
Files: