Solve the no connection puzzle: Difference between revisions

m
(→‎{{header|Haskell}}: Slight tidying)
Line 814:
in intercalate
"\n"
(zipWith (\x y -> (:) x : (" = " ++ show y)) ['A' .. 'H'] solution) :
((rightShift . unwords . fmap show) <$> [[], [a, b], [c, d, e, f], [g, h]])</lang>
{{Out}}
9,655

edits