diff options
| author | letouzey | 2012-09-18 15:06:42 +0000 |
|---|---|---|
| committer | letouzey | 2012-09-18 15:06:42 +0000 |
| commit | bf08866eabad4408de975bae92f3b3c1f718322c (patch) | |
| tree | faab2a63879ce58c26ed5439a21af47a06226051 /pretyping | |
| parent | 4422e16f529359bb96c7eee214b2b6648958ef48 (diff) | |
More cleanup of Util: utf8 aspects moved to a new file unicode.ml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15818 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/namegen.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/namegen.ml b/pretyping/namegen.ml index 9d57773589..36355e1303 100644 --- a/pretyping/namegen.ml +++ b/pretyping/namegen.ml @@ -63,7 +63,7 @@ let is_constructor id = (* Generating "intuitive" names from its type *) let lowercase_first_char id = (* First character of a constr *) - lowercase_first_char_utf8 (string_of_id id) + Unicode.lowercase_first_char (string_of_id id) let sort_hdchar = function | Prop(_) -> "P" |
