Fixed the type of char-set-contains?.

This commit is contained in:
mainzelm 2001-04-09 08:14:08 +00:00
parent 34b543229d
commit 2b1f26613a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
(char-set-size (proc (:value) :exact-integer))
(char-set-count (proc ((proc (:char) :boolean) :value) :exact-integer))
(char-set-contains? (proc (:char :value) :boolean))
(char-set-contains? (proc (:value :value) :boolean))
(char-set-every (proc ((proc (:char) :boolean) :value) :boolean))
(char-set-any (proc ((proc (:char) :boolean) :value) :value))