fukamachi / assoc-utils

Utilities for manipulating association lists.
25 stars 1 forks source link

Fix: delete-from-alist destructive as intended #6

Closed kilianmh closed 1 year ago

kilianmh commented 2 years ago

Define delete-from-alist, delete-from-alistf with define-modify-macro and remove-from-alist as applied function.

Collateral issue: Should delete-from-alistf and remove-from-alistf be considered deprecated?

fukamachi commented 1 year ago

Thanks!