about summary refs log tree commit diff
path: root/tests/lang/eval-okay-map.nix
blob: 924446657aeca33a775a2b0ee6284e34a4440aad (plain) (blame)
1
map (x: x + "bar") [ "foo" "bla" "xyzzy" ]