diff options
| author | Gabriel Kerneis | 2013-11-07 18:29:35 +0000 |
|---|---|---|
| committer | Gabriel Kerneis | 2013-11-07 18:29:35 +0000 |
| commit | 326a8a7c5a6a8fdf64aa6e800788f0f4cbe65ceb (patch) | |
| tree | 27406513d893b955cb76bb396082be43a3c2d48e /src/process_file.ml | |
| parent | 3ca4b212f88ebe79470914f578995e49bb5345f8 (diff) | |
Port L2 to new Lem
Tests compile and run properly. There is a lot of hackery going
on to workaround the rough edges of new Lem. Use at your own
risk (you need the "library-format" branch of lem).
Diffstat (limited to 'src/process_file.ml')
| -rw-r--r-- | src/process_file.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_file.ml b/src/process_file.ml index 31a58b79..90dd2163 100644 --- a/src/process_file.ml +++ b/src/process_file.ml @@ -137,7 +137,7 @@ let output1 libpath out_arg filename defs (* alldoc_accum alldoc_inc_accum alldo begin let (o, ext_o) = open_output_with_check (f' ^ ".lem") in Format.fprintf o "(* %s *)@\n" (generated_line filename); - Format.fprintf o "open Interp_ast@\n"; + Format.fprintf o "open import Interp_ast@\n"; Format.fprintf o "let defs = "; Pretty_print.pp_lem_defs o defs; close_output_with_check ext_o |
