lix/tests/functional/lang/eval-okay-filter.nix

6 lines
120 B
Nix
Raw Normal View History

2014-02-26 18:08:44 +00:00
with import ./lib.nix;
builtins.filter
(x: x / 2 * 2 == x)
(builtins.concatLists [ (range 0 10) (range 100 110) ])