about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-foldlStrict-lazy-initial-accumulator.nix
blob: 59fd29b552374c7e14d4a9d0ddff38b5b1d029d5 (plain) (blame)
1
2
3
4
builtins.foldl'
  (_: x: x)
  (throw "This is never forced")
  [ "but the results of applying op are" 42 ]