ff-notes / ron

Haskell implementation of RON and RON-RDT
BSD 3-Clause "New" or "Revised" License
65 stars 9 forks source link

Add a means to remove an object from an ORSet #112

Closed cblp closed 4 years ago

cblp commented 4 years ago

For example, removeIf :: (Object item -> m Bool) -> m () -- remove all objects which obey given predicate.

cblp commented 4 years ago

done

cblp commented 4 years ago

It's not the same, to use removeRef, you must find item object id first.

willbasky commented 4 years ago

When changes will be available on Hackage?

cblp commented 4 years ago

I'll make a release in a few days.

cblp commented 4 years ago

released