From a577ff45803f91770c4917f0482c6b9f491bf536 Mon Sep 17 00:00:00 2001 From: alturron Date: Sat, 28 Aug 2021 15:08:06 +0200 Subject: [PATCH] noted can't redefine `__` --- src/rich4clojure/elementary/problem_052.clj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/rich4clojure/elementary/problem_052.clj b/src/rich4clojure/elementary/problem_052.clj index 62ad811..034bdac 100644 --- a/src/rich4clojure/elementary/problem_052.clj +++ b/src/rich4clojure/elementary/problem_052.clj @@ -8,6 +8,10 @@ ;; ;; Let bindings and function parameter lists support ;; destructuring. +;; +;; Note: You can't redefine `__` to solve this problem. +;; You will need to replace `__` in the `(tests ...)` +;; form. (def __ :tests-will-fail)