mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
removing a stray tab
This commit is contained in:
parent
dd508447f5
commit
90ff32e3bd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
(define (make-char-predicate x)
|
||||
(cond ((procedure? x) x)
|
||||
((char? x) (lambda (ch) (eq? ch x)))
|
||||
((char-set? x) (lambda (ch) (char-set-contains? x ch)))
|
||||
((char-set? x) (lambda (ch) (char-set-contains? x ch)))
|
||||
(else (error "invalid character predicate" x))))
|
||||
|
||||
(define (complement pred) (lambda (x) (not (pred x))))
|
||||
|
|
Loading…
Add table
Reference in a new issue