Switch bin/main.ml to the let%map syntax

Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
This commit is contained in:
Jeremie Dimino 2018-07-14 03:38:29 +01:00 committed by Jérémie Dimino
parent bad0294db3
commit 62f0e826ce
2 changed files with 390 additions and 445 deletions

View File

@ -1,7 +1,8 @@
(library
(name main)
(modules main)
(libraries unix dune cmdliner))
(libraries unix dune cmdliner)
(preprocess (action (run src/let-syntax/pp.exe %{input-file}))))
(executable
(name main_dune)

File diff suppressed because it is too large Load Diff