aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
authorAbhishek Anand (optiplex7010@home)2020-02-22 13:22:27 -0800
committerHugo Herbelin2020-02-23 18:05:32 +0100
commit5820b274acda8be0372471758842b0ea2b950d41 (patch)
tree272a8c54fa449ff44c8bba215f4c021d5234d405 /interp
parentdd5a748cbec3abd9a11bbdd3ed4c14497b575fb9 (diff)
parens --> parentheses
Diffstat (limited to 'interp')
-rw-r--r--interp/constrextern.ml2
-rw-r--r--interp/constrextern.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/interp/constrextern.ml b/interp/constrextern.ml
index a5e7b89ded..bdfb63add3 100644
--- a/interp/constrextern.ml
+++ b/interp/constrextern.ml
@@ -59,7 +59,7 @@ let print_coercions = ref false
(* This forces printing of parentheses even when
it is implied by associativity/precedence *)
-let print_parens = ref false
+let print_parentheses = ref false
(* This forces printing universe names of Type{.} *)
let print_universes = Detyping.print_universes
diff --git a/interp/constrextern.mli b/interp/constrextern.mli
index 2691d27f69..0eca287c1d 100644
--- a/interp/constrextern.mli
+++ b/interp/constrextern.mli
@@ -53,7 +53,7 @@ val print_implicits_defensive : bool ref
val print_arguments : bool ref
val print_evar_arguments : bool ref
val print_coercions : bool ref
-val print_parens : bool ref
+val print_parentheses : bool ref
val print_universes : bool ref
val print_no_symbol : bool ref
val print_projections : bool ref