Skip to content

WIP: Fix #16188 by zipping less

Richard Eisenberg requested to merge rae/ghc:wip/T16188 into master

There was an awful lot of zipping going on in canDecomposableTyConAppOK, and one of the lists being zipped was too short, causing the result to be too short. Easily fixed.

test case: typecheck/should_compile/T16188
Edited by Matthew Pickering

Merge request reports