about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-nested-closure.nix
blob: 97bff7f07758f3ee4cfd04dd1697e80e5d05bcf8 (plain) (blame)
1
(a: b: c: d: a + b + c + d) 1 3 5 7