about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-seq.nix
blob: fd0806c199a554ef74f99895f2273a0334f90455 (plain) (blame)
1
(builtins.seq 1 2) + (builtins.seq [ (throw "list") ] 20) + (builtins.seq { boing = throw "set"; } 20)