psq icon indicating copy to clipboard operation
psq copied to clipboard

Add map function

Open BridgeTheMasterBuilder opened this issue 1 year ago • 0 comments

Hi. Thanks for making this package, I have been relying heavily on it for a project I've been working on. The lack of a map function and having to simulate it however represented a bottleneck so I added an ability to map over the bindings, which seems conspicuously missing anyway as both fold and filter are there.

I am not completely familiar with the data structure so I just modeled it after filter. In any case, it behaves as expected.

BridgeTheMasterBuilder avatar Mar 30 '24 20:03 BridgeTheMasterBuilder