Skip to content
  • Richard Eisenberg's avatar
    Note [Don't flatten tuples from HsSyn] in MkCore · 3b9d4907
    Richard Eisenberg authored and Marge Bot's avatar Marge Bot committed
    Previously, we would sometimes flatten 1-tuples and sometimes
    not. This didn't cause damage because there is no way to
    generate HsSyn with 1-tuples. But, with the upcoming fix to #16881,
    there will be. Without this patch, obscure lint errors would
    have resulted.
    
    No test case, as there is not yet a way to tickle this.
    3b9d4907