character-alphabetic
-- r7rs
Type string
;make-string
;string-fill!
;string-set!
;write-char
;char?
;char=?
;char<?
;char>?
;char<=?
;char>=?
;char-ci=?
;char-ci<?
;char-ci>?
;char-ci<=?
;char-ci>=?
;char->integer
;digit-value
;char-numeric?
;char-whitespace?
;char-upcase
;char-downcase
;char-foldcase
;Note: These definitions consume an input that is a super-type.