aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-okay-flatten.nix
blob: b1fb0f878bee73959eec50b1cbc33c84996ec87d (plain)
1
2
3
4
5
6
7
8
with import ./lib.nix;

let

  l = ["1" "2" ["3" ["4"] ["5" "6"]] "7"];

in
concat (flatten l)