here's a simple transformation: I want to delete all map entries where value is empty string
tried with compact and transform function that transforms "" values to nil
but that doesn't remove the key
nvm figured it out: (setval [MAP-VALS (pred= "")] NONE {:a "" :b 5})