Skip to content

EPA: correctly capture comments between 'where' and binds

Alan Zimmerman requested to merge wip/az/T20297-where-comments into master

In the following

    foo = x
      where -- do stuff
            doStuff = do stuff

The "-- do stuff" comment is captured in the HsValBinds.

Closes #20297 (closed)

Merge request reports