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 /lib/util.mli | |
| 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 'lib/util.mli')
| -rw-r--r-- | lib/util.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.mli b/lib/util.mli index a5089a2de0..9951aa1c57 100644 --- a/lib/util.mli +++ b/lib/util.mli @@ -240,6 +240,8 @@ val prlist_with_sep : val prvect_with_sep : (unit -> std_ppcmds) -> ('b -> std_ppcmds) -> 'b array -> std_ppcmds val pr_vertical_list : ('b -> std_ppcmds) -> 'b list -> std_ppcmds +val surround : std_ppcmds -> std_ppcmds + (*s Size of an ocaml value (in words, bytes and kilobytes). *) |
