Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5464 commits behind the upstream repository.
Sebastian Graf's avatar
Sebastian Graf authored
In #24296, we had a program in which we eta expanded away an error despite the
presence of `-fpedantic-bottoms`.
This was caused by turning called *at least once* lambdas into one-shot lambdas,
while with `-fpedantic-bottoms` it is only sound to eta expand over lambdas that
are called *exactly* once.
An example can be found in `Note [Combining arity type with demand info]`.

Fixes #24296.
42bee5aa
History
Name Last commit Last update
..
should_compile
should_run
Makefile