about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-head-propagate-catchable.nix
blob: 0e69f2f6fc1e1e10fba1e1ad0d159cde87e7e512 (plain) (blame)
1
2
3
4
map (e: (builtins.tryEval e).success) [
  (builtins.head (builtins.throw "a"))
  (builtins.head [ (builtins.throw "a") ])
]