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