From 0d4a6cb1ce536443d82069174277eb1bc839605b Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Sat, 17 Jul 2010 18:45:49 -0500 Subject: [PATCH] using fill-in-blanks for everything --- src/koans/equalities.clj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/koans/equalities.clj b/src/koans/equalities.clj index bf16470..970f692 100644 --- a/src/koans/equalities.clj +++ b/src/koans/equalities.clj @@ -1,11 +1,8 @@ (meditations "We shall contemplate truth by testing reality, via equality." - (= true false) + (= __ true) "To understand reality, we must compare our expectations against reality." - (= 0 (+ 1 1)) - - "Sometimes we will ask you to fill in the values" (= __ (+ 1 1)) "You can test equality of many things"