
Hi, I'm looking to see of anyone is interested in a quick code review. I coded a quick solution to the golf-tee puzzle (like you see a places like Cracker Barrel, 15 piece triangle where you hop the pegs in order to get down to one left). My solution seems to work, seems to perform ok, and seems to come up with a very large number of distinct solutions. I'm looking for some feedback as far as: - am I "getting" it? :) - is the approach general enough? - does it look anything like idiomatic haskell? - any places to make things simpler or more point-free-ish? - any types are overkill, too restrictive (I added the Board type so maybe it could be an instance of Show to display the triangle but didn't go that far) I'll attach the three files here. Thanks in advance for any feedback... /stt