summaryrefslogtreecommitdiff
path: root/src/process_file.ml
diff options
context:
space:
mode:
authorGabriel Kerneis2013-11-11 10:25:37 +0000
committerGabriel Kerneis2013-11-11 10:25:37 +0000
commit4e005a7065f88fb2ba4888c51dc8c0508d867e3f (patch)
tree97ff3f0af8ee6df1c7b18ad842e766e7678d8c17 /src/process_file.ml
parentb644c12a4b4e80120772b7379fbadf211825fc31 (diff)
parent2c7bf65b9c256a0d9bc3e4a5dfdeb3c208da2d61 (diff)
Merge branch 'new-lem-lib'
Diffstat (limited to 'src/process_file.ml')
-rw-r--r--src/process_file.ml2
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