devonhollowood / search-algorithms

Haskell library containing common graph search algorithms
BSD 3-Clause "New" or "Revised" License
51 stars 2 forks source link

...any chance of monadic versions? #7

Closed phlummox closed 6 years ago

phlummox commented 7 years ago

I see the astar package has both a standard and monadic version of the astar function. Is it likely you might add similar functions to search-algorithms? (I do like your approach of factoring out the core of the search algorithms, btw.)

I'm just about to roll my own, but thought I'd mention this in case you were interested.

devonhollowood commented 7 years ago

Yeah monadic versions are definitely on my to-do list! If you write a monadic version of any / all of the algorithms, and want to submit it as a pull request, that would be great. Otherwise I'll probably get around to it sometime this summer.