From 5820b274acda8be0372471758842b0ea2b950d41 Mon Sep 17 00:00:00 2001 From: Abhishek Anand (optiplex7010@home) Date: Sat, 22 Feb 2020 13:22:27 -0800 Subject: parens --> parentheses --- interp/constrextern.ml | 2 +- interp/constrextern.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'interp') 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 -- cgit v1.2.3