about summary refs log tree commit diff
path: root/tvix/cli/tests/six.nix
blob: d466abe06a4c0225953efd3e211d39171cf6af91 (plain) (blame)
1
{ }: { six = builtins.foldl' (x: y: x + y) 0 [ 1 2 3 ]; }