Skip to content

Commit

Permalink
Add a cli example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drup committed Jan 18, 2016
1 parent 42c42ec commit 3f3112a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ppx/ppx_lwt.mli
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,12 @@ else
By default, the debug mode is enabled. This means that the [backtrace] versions of the [bind], [finalize] and [catch] functions are used, enabling proper backtraces for the Lwt exceptions.
The debug mode can be disabled with the option [-no-debug].
The debug mode can be disabled with the option [-no-debug]:
{[
$ ocamlfind ocamlc -package lwt.ppx \
-ppxopt lwt.ppx,-no-debug -linkpkg -o foo foo.ml
]}
{2 Sequence}
Expand Down

0 comments on commit 3f3112a

Please sign in to comment.