The answer file's expression returns the argument provided
Although the answer's file entry worked, it ignored the provided argument. With this change it returns what was passed to it. I branched from master, I hope it can be merged it in.
This commit is contained in:
parent
68dcde939e
commit
660998a79d
@ -101,7 +101,7 @@
|
|||||||
95
|
95
|
||||||
(range 20)
|
(range 20)
|
||||||
:a]
|
:a]
|
||||||
"___" [(fn [x] :foo)]}]
|
"___" [(fn [x] x)]}]
|
||||||
|
|
||||||
["11_sequence_comprehensions" {"__" [[0 1 2 3 4 5]
|
["11_sequence_comprehensions" {"__" [[0 1 2 3 4 5]
|
||||||
(* index index)
|
(* index index)
|
||||||
|
Loading…
Reference in New Issue
Block a user