diff options
| author | Brian Campbell | 2017-08-21 14:09:59 +0100 |
|---|---|---|
| committer | Brian Campbell | 2017-08-21 14:09:59 +0100 |
| commit | 79388061a9fb34789821fe719ce3ff25f93a047d (patch) | |
| tree | 01fcc120ecafe77212d66b8abbc8ded8593f7430 /src/sail.ml | |
| parent | bbdb011b8364ceaed867abb9d6b580ba8b2a60e8 (diff) | |
| parent | c310ad77dee2bec75c272556e4ec843f5d9f2715 (diff) | |
Merge branch 'experiments' into mono-experiments
Diffstat (limited to 'src/sail.ml')
| -rw-r--r-- | src/sail.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sail.ml b/src/sail.ml index cf366d42..dbc0eff4 100644 --- a/src/sail.ml +++ b/src/sail.ml @@ -158,6 +158,7 @@ let main() = else ()); (if !(opt_print_ocaml) then let ast_ocaml = rewrite_ast_ocaml ast in + print_endline "Finished re-writing ocaml"; if !(opt_libs_ocaml) = [] then output "" (Ocaml_out None) [out_name,ast_ocaml] else output "" (Ocaml_out (Some (List.hd !opt_libs_ocaml))) [out_name,ast_ocaml] |
