diff options
| author | Abhishek Anand (optiplex7010@home) | 2020-02-22 13:22:27 -0800 |
|---|---|---|
| committer | Hugo Herbelin | 2020-02-23 18:05:32 +0100 |
| commit | 5820b274acda8be0372471758842b0ea2b950d41 (patch) | |
| tree | 272a8c54fa449ff44c8bba215f4c021d5234d405 /printing/ppconstr.ml | |
| parent | dd5a748cbec3abd9a11bbdd3ed4c14497b575fb9 (diff) | |
parens --> parentheses
Diffstat (limited to 'printing/ppconstr.ml')
| -rw-r--r-- | printing/ppconstr.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/ppconstr.ml b/printing/ppconstr.ml index 6ede663883..d96a528b76 100644 --- a/printing/ppconstr.ml +++ b/printing/ppconstr.ml @@ -85,7 +85,7 @@ let tag_var = tag Tag.variable let env = ref terms and envlist = ref termlists and bl = ref binders and bll = ref binderlists in let pop r = let a = List.hd !r in r := List.tl !r; a in let return unp pp1 pp2 = (tag_unparsing unp pp1) ++ pp2 in - let parens = !Constrextern.print_parens in + let parens = !Constrextern.print_parentheses in (* Warning: The following function enforces a very precise order of evaluation of sub-components. |
