about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-fail-foldlStrict-strict-op-application.nix
blob: adc029b2f29e8f9a7881f982f75794d154690c3b (plain) (blame)
1
2
3
4
builtins.foldl'
  (_: f: f null)
  (throw "This doesn't explode")
  [ (_: throw "Not the final value, but is still forced!") (_: 23) ]