https://github.com/mankalas/adventofcode/blob/0ab36b4423f8800b6d451837f5b0606f42a845b4/haskell/aoc2021/src/Day02.hs#L87 I don't understand why I can dsplay strings generated from the `cmds`, whereas I can't apply those commands to a position because the list is empty...
adventofcode/haskell/aoc2021/src/Day02.hs
Line 87 in 0ab36b4
I don't understand why I can dsplay strings generated from the
cmds, whereas I can't apply those commands to a position because the list is empty...