Skip to content

Don't flatten tuples from HsSyn

Richard Eisenberg requested to merge rae/ghc:clean-up-tuples into master

This paves the way for #16881 (closed) by designing a clean specification for when (not) to flatten 1-tuples and then making everything adhere to the specification. See Note [Don't flatten tuples from HsSyn] in MkCore. See also the commit message.

Edited by Richard Eisenberg

Merge request reports