On Wed, 08 Feb 2017 12:17:31 +0100
[email protected] (Ludovic Courtès) wrote:
> Hello!
>
> Minor issues:
>
> Julien Lepiller <[email protected]> skribis:
>
> > + (synopsis "Feature-full driver for OCaml AST transformers")
> > + (description "A driver is an executable created from a set of
> > OCaml AST +transformers linked together with a command line
> > frontend. The aim is to
>
> The first thing should be a real sentence.
Not sure what you mean here...
>
> > +provide a tool that can be used to:
> > +@enumerate
> > +@item easily view the pre-processed version of a file, no need to
> > construct a
> > + complex command line: ppx file.ml will do
>
> Could be: @command{ppx file.ml}.
>
> Ludo’.