Oops, got the types of char->integer and integer->char backwards.
svn: r17991 original commit: f9ae636aead96beb7ceac5fbeb5a0fd2185c08ac
This commit is contained in:
parent
779cdbe53f
commit
f3030b5775
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user