aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/extraction/ocaml.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/extraction/ocaml.ml b/contrib/extraction/ocaml.ml
index 71c32d215b..1bc47b1e0d 100644
--- a/contrib/extraction/ocaml.ml
+++ b/contrib/extraction/ocaml.ml
@@ -443,10 +443,10 @@ module ModularParams = struct
let rename_global r = id_of_string (rename_global_aux r)
let pp_type_global r =
- string ((module_option r)^(check_ml r (rename_type_global r)))
+ string (check_ml r ((module_option r)^(rename_type_global r)))
let pp_global r =
- string ((module_option r)^(check_ml r (rename_global_aux r)))
+ string (check_ml r ((module_option r)^(rename_global_aux r)))
let cofix_warning = true
end