Fix non-failing koan, fixes #14
This commit is contained in:
parent
0978ffad12
commit
ada3d8541f
@ -12,7 +12,7 @@
|
||||
(= __ (filter (fn [x] false) '(:anything :goes :here)))
|
||||
|
||||
"Or very weak"
|
||||
(= '(:anything :goes :here) (filter (fn [x] __) '(:anything :goes :here)))
|
||||
(= __ (filter (fn [x] true) '(:anything :goes :here)))
|
||||
|
||||
"Or somewhere in between"
|
||||
(= [10 20 30] (filter (fn [x] __) [10 20 30 40 50 60 70 80]))
|
||||
|
@ -81,7 +81,7 @@
|
||||
'(* x x)
|
||||
[false false true false false]
|
||||
()
|
||||
true
|
||||
[:anything :goes :here]
|
||||
'(< x 31)
|
||||
'(* 10 x) '(< x 4)
|
||||
24
|
||||
|
Loading…
Reference in New Issue
Block a user