nix-gh/tests/lang/eval-okay-elem.nix

7 lines
123 B
Nix
Raw Normal View History

2014-02-26 19:08:44 +01:00
with import ./lib.nix;
let xs = range 10 40; in
[ (builtins.elem 23 xs) (builtins.elem 42 xs) (builtins.elemAt xs 20) ]