summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--puzz2.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/puzz2.hs b/puzz2.hs
index 7d933a8..fd5d2a5 100644
--- a/puzz2.hs
+++ b/puzz2.hs
@@ -18,7 +18,6 @@ type Solution = [Tripling]
 
 answers :: [Solution]
 answers = do
-  -- spiders arent permutated so they will be in that order always, dont need to find them
   solution@[betsy, cora, donna, edwin] <- [zipWith3 Tripling customers szs prs
 	       				| szs <- permutations sizes
 	       				, prs <- permutations prices]