summaryrefslogtreecommitdiff
path: root/src/Translate.ml
diff options
context:
space:
mode:
authorSon Ho2022-02-04 10:23:37 +0100
committerSon Ho2022-02-04 10:23:37 +0100
commit380bb3bdb7858fb9fbf40a6f56001a79e70ba7f2 (patch)
tree7b3c8f6395b0de1f38711ca27a1d9db324531ca1 /src/Translate.ml
parent3c906b905e3ba957d193c168a6c84ece06136a1e (diff)
Remove the `open FStar.Mul` line from the generated files
Diffstat (limited to 'src/Translate.ml')
-rw-r--r--src/Translate.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Translate.ml b/src/Translate.ml
index 252be079..cca131e6 100644
--- a/src/Translate.ml
+++ b/src/Translate.ml
@@ -338,8 +338,6 @@ let translate_module (filename : string) (config : C.partial_config)
Format.pp_print_break fmt 0 0;
Format.pp_print_string fmt ("module " ^ module_name);
Format.pp_print_break fmt 0 0;
- Format.pp_print_string fmt "open FStar.Mul";
- Format.pp_print_break fmt 0 0;
Format.pp_print_string fmt "open Primitives";
Format.pp_print_break fmt 0 0;
Format.pp_print_break fmt 0 0;