Skip to content
  • Richard Eisenberg's avatar
    52a5400b
    Fix #16188 · 52a5400b
    Richard Eisenberg authored and Ben Gamari's avatar Ben Gamari committed
    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.
    
    Also fixes #16204 and #16225
    
    test case: typecheck/should_compile/T16188
               typecheck/should_compile/T16204[ab]
               typecheck/should_fail/T16204c
               typecheck/should_compile/T16225
    
    (cherry picked from commit 4a4ae70f)
    52a5400b
    Fix #16188
    Richard Eisenberg authored and Ben Gamari's avatar Ben Gamari committed
    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.
    
    Also fixes #16204 and #16225
    
    test case: typecheck/should_compile/T16188
               typecheck/should_compile/T16204[ab]
               typecheck/should_fail/T16204c
               typecheck/should_compile/T16225
    
    (cherry picked from commit 4a4ae70f)
Loading