GalaxyCheck icon indicating copy to clipboard operation
GalaxyCheck copied to clipboard

Monadic list bind shrink

Open nth-commit opened this issue 4 years ago • 0 comments

List could implement a different shrinking strategy when called with an OfLength, to solve this challenge: https://github.com/jlink/shrinking-challenge/blob/main/challenges/lengthlist.md

Note, this was solved in pbt proto inside the bind itself. But I think this was an over-generic/under-performant solution.

nth-commit avatar Mar 10 '21 05:03 nth-commit