mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +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.