did anyone used Arrow for some interesting advent ...
# arrow
m
did anyone used Arrow for some interesting advent of code solutions?
c
I used
parMap
for almost every solution, but nothing too interesting.
I really want to try to do the pathfinding one where where each path is searched in parallel.
I would assume this can be done with recursive flows