Cosmetics
This commit is contained in:
parent
26cec0dba3
commit
db50deea96
|
@ -47,7 +47,7 @@ main = do
|
||||||
<$> (($ start) <$> ([first, second] <*> [(-1 +), (1 +)]))
|
<$> (($ start) <$> ([first, second] <*> [(-1 +), (1 +)]))
|
||||||
|
|
||||||
let path =
|
let path =
|
||||||
((start, 0b1111) :)
|
((start, pipeStart) :)
|
||||||
. takeWhile ((/= start) . fst)
|
. takeWhile ((/= start) . fst)
|
||||||
. tail
|
. tail
|
||||||
$ iterate (head . filter ((/= 0) . snd) . findAdj) (start, pipeStart)
|
$ iterate (head . filter ((/= 0) . snd) . findAdj) (start, pipeStart)
|
||||||
|
|
Loading…
Reference in New Issue