Closed phlummox closed 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.
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.