diff options
| author | tzlil <tzlils@protonmail.com> | 2023-09-16 05:05:28 +0300 | 
|---|---|---|
| committer | tzlil <tzlils@protonmail.com> | 2023-09-16 05:05:28 +0300 | 
| commit | b69b8b21a07bf8067ea993cfe0e7ee56f41c377b (patch) | |
| tree | c5237f695fac91f4354eb4f7e31a55c5d1bf1e10 | |
| parent | 1829780f565aa82fa88573de9c76b878d1f28a0d (diff) | |
| -rw-r--r-- | puzz2.hs | 1 | 
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]  | 
