22:16
2026-06-29
discourse.haskell.org
machine-learning
Meaning of strictness
A Haskell developer explains that strictness analysis, a denotational concept, does not guarantee a function evaluates its argument on every code path, as demonstrated by the function \x y -> x `seq` โฆ