diff options
author | Son Ho | 2022-11-15 15:25:47 +0100 |
---|---|---|
committer | Son HO | 2022-11-16 15:45:32 +0100 |
commit | fa6dcd3ebbdc7a508157ff2a12f91e70d2012a86 (patch) | |
tree | b72055ef976459079c0f1352a3928bd8a1481f76 /compiler | |
parent | bd5706896dec0a1aef1accdf51f93af00c5dc6fe (diff) |
Change the name of the generated Coq modules
Diffstat (limited to '')
-rw-r--r-- | compiler/Translate.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Translate.ml b/compiler/Translate.ml index 012669dc..f34231e0 100644 --- a/compiler/Translate.ml +++ b/compiler/Translate.ml @@ -752,7 +752,7 @@ let translate_module (filename : string) (dest_dir : string) (crate : A.crate) : in let module_delimiter = - match !Config.backend with FStar -> "." | Coq -> "__" + match !Config.backend with FStar -> "." | Coq -> "_" in (* Extract one or several files, depending on the configuration *) |