Closed skallet closed 7 years ago
Basically you can write this code: (defn flat [x] (flatten x))
(defn flat [x] (flatten x))
Use of flatten function should be forbidden.
flatten
Oww thanks, I will fix that!
@skallet fixed.
Basically you can write this code:
(defn flat [x] (flatten x))
Use of
flatten
function should be forbidden.