質問編集履歴
1
誤植があった。
test
CHANGED
File without changes
|
test
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
(not (listp x)))
|
34
34
|
```
|
35
35
|
```Scheme
|
36
|
-
(define ato
|
36
|
+
(define atom?
|
37
37
|
(lambda (x)
|
38
38
|
(and (not (pair? x)) (not (null? x))))))
|
39
39
|
```
|