From b69b8b21a07bf8067ea993cfe0e7ee56f41c377b Mon Sep 17 00:00:00 2001 From: tzlil Date: Sat, 16 Sep 2023 05:05:28 +0300 Subject: those arent spiders --- puzz2.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'puzz2.hs') 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] -- cgit 1.4.1