diff options
| author | herbelin | 2006-09-23 09:36:05 +0000 |
|---|---|---|
| committer | herbelin | 2006-09-23 09:36:05 +0000 |
| commit | 3a4e701b78c0422b019bbac3ea39198126de0677 (patch) | |
| tree | 570e25139303f4bd0923ab5879e9b081d83a6c08 /parsing/ppconstr.ml | |
| parent | 9936e2ba36e1d16dcee047d34b0c4caf8c377726 (diff) | |
Déplacement surround dans util.ml et parenthésage des déclarations
castées si aussi suivies de leur type (p.ex. dans les hypothèses de but),
afin d'éviter des configurations non réinterprétables comme x:nat:nat.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9164 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/ppconstr.ml')
| -rw-r--r-- | parsing/ppconstr.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/parsing/ppconstr.ml b/parsing/ppconstr.ml index ea4a263088..4ac2cbe9e0 100644 --- a/parsing/ppconstr.ml +++ b/parsing/ppconstr.ml @@ -95,8 +95,6 @@ let pr_patnotation = pr_notation_gen decode_patlist_value let pr_delimiters key strm = strm ++ str ("%"^key) -let surround p = hov 1 (str"(" ++ p ++ str")") - let pr_located pr ((b,e),x) = if Options.do_translate() && (b,e)<>dummy_loc then let (b,e) = unloc (b,e) in |
