diff options
| author | herbelin | 2003-10-16 19:46:45 +0000 |
|---|---|---|
| committer | herbelin | 2003-10-16 19:46:45 +0000 |
| commit | b0a0a13254dcb742b8f1f519b1445c73040f5996 (patch) | |
| tree | c3ab87ced46463129a6eab3f516e964cb74829a5 /interp | |
| parent | ded597434229e373243f8d320ce51aaa4e35981f (diff) | |
print_projections a true juste pour le bench nocturne
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4660 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp')
| -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 1be3b805a5..afd94b1f63 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 false +let print_projections = ref true let print_meta_as_hole = ref false |
