about summary refs log tree commit diff
path: root/tests/lang/eval-fail-remove.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-05-18 * Added a primop `removeAttrs' to remove attributes from a set, e.g.,Eelco Dolstra1-0/+5
`removeAttrs attrs ["x", "y"]' returns the set `attrs' with the attributes named `x' and `y' removed. It is not an error for the named attributes to be missing from the input set.