1
2
3
4
let
  attrs = {x = 123; y = 456;};
in
(removeAttrs attrs ["x"]).x