summary refs log tree commit diff
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-09-16 05:05:28 +0300
committertzlil <tzlils@protonmail.com>2023-09-16 05:05:28 +0300
commitb69b8b21a07bf8067ea993cfe0e7ee56f41c377b (patch)
treec5237f695fac91f4354eb4f7e31a55c5d1bf1e10
parent1829780f565aa82fa88573de9c76b878d1f28a0d (diff)
those arent spiders HEAD master
-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]