summaryrefslogtreecommitdiff
path: root/src/process_file.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_file.ml')
-rw-r--r--src/process_file.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process_file.ml b/src/process_file.ml
index a447061b..ffd61fae 100644
--- a/src/process_file.ml
+++ b/src/process_file.ml
@@ -252,8 +252,8 @@ let output_lem filename libs defs =
separate hardline [
string ("theory " ^ isa_thy_name);
string " imports";
- string " Sail.Sail_values_extras";
- string " Sail.State_extras";
+ string " Sail.Sail_values_lemmas";
+ string " Sail.State_lemmas";
string (" " ^ String.capitalize filename);
string "begin";
string "";