Oops, got the types of char->integer and integer->char backwards.

svn: r17991

original commit: f9ae636aead96beb7ceac5fbeb5a0fd2185c08ac
This commit is contained in:
Carl Eastlund 2010-02-05 06:24:44 +00:00
parent 779cdbe53f
commit f3030b5775

View File

@ -209,8 +209,8 @@
[char-downcase (-> -Char -Char)]
[char-titlecase (-> -Char -Char)]
[char-foldcase (-> -Char -Char)]
[char->integer (-> -Nat -Char)]
[integer->char (-> -Char -Nat)]
[char->integer (-> -Char -Nat)]
[integer->char (-> -Nat -Char)]
[string-normalize-nfd (-> -String -String)]
[string-normalize-nfkd (-> -String -String)]