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