Fixed the type of char-set-contains?.
This commit is contained in:
parent
34b543229d
commit
2b1f26613a
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue