run the pattern match check in generated lambda exprs to avoid getting...
run the pattern match check in generated lambda exprs to avoid getting suprious pattern match failures. c.f. pmcheck/should_compile/DoubleMatch.hs
parent
9f799f1b
Branches wip/ttg-booleanformula
No related tags found
Pipeline #65967 canceled
Stage: tool-lint
Stage: quick-build
Stage: full-build
Stage: packaging
Stage: testing
Showing
- compiler/GHC/HsToCore/Binds.hs 9 additions, 4 deletionscompiler/GHC/HsToCore/Binds.hs
- compiler/GHC/HsToCore/Match.hs 3 additions, 0 deletionscompiler/GHC/HsToCore/Match.hs
- compiler/GHC/HsToCore/Pmc.hs 1 addition, 1 deletioncompiler/GHC/HsToCore/Pmc.hs
- compiler/GHC/HsToCore/Pmc/Utils.hs 3 additions, 0 deletionscompiler/GHC/HsToCore/Pmc/Utils.hs
- compiler/GHC/Tc/Gen/App.hs 1 addition, 0 deletionscompiler/GHC/Tc/Gen/App.hs
- compiler/GHC/Tc/Gen/Match.hs 3 additions, 1 deletioncompiler/GHC/Tc/Gen/Match.hs
- testsuite/tests/pmcheck/should_compile/DoubleMatch.hs 18 additions, 0 deletionstestsuite/tests/pmcheck/should_compile/DoubleMatch.hs
Loading
Please register or sign in to comment