mirror of
https://github.com/penpot/penpot.git
synced 2026-06-09 17:02:05 +00:00
The removev function used 'fn' as its predicate parameter name, which shadows clojure.core/fn. Rename to 'pred' for clarity and to follow the naming convention used elsewhere in the namespace.