I would expect inserts that are conditional on there being no collisions are a more common use-case than removing all collisions (and that perhaps insert is a slightly confusing name for something that can result in fewer entries). Could such a conditional-insert functionality be provided?
Using the
examples/Foo.hs
:I would expect inserts that are conditional on there being no collisions are a more common use-case than removing all collisions (and that perhaps
insert
is a slightly confusing name for something that can result in fewer entries). Could such a conditional-insert functionality be provided?