diff options
| -rw-r--r-- | interp/constrextern.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrextern.ml b/interp/constrextern.ml index afd94b1f63..1be3b805a5 100644 --- a/interp/constrextern.ml +++ b/interp/constrextern.ml @@ -58,7 +58,7 @@ let print_universes = ref false let print_no_symbol = ref false (* This governs printing of projections using the dot notation symbols *) -let print_projections = ref true +let print_projections = ref false let print_meta_as_hole = ref false |
