Skip to content

EPA: Use ExplicitBraces only in HsModule

Alan Zimmerman requested to merge wip/az/epa-fix-explicitbraces into master

!9018 (merged) brought in exact print annotations in LayoutInfo for open and close braces at the top level.

But it retained them in the HsModule annotations too.

Remove the originals, so exact printing uses LayoutInfo

Merge request reports