Skip to content

Enable `mdo`-block and `RecursiveDo` to use HsExpansions instead of `tcSyntaxOp`

Apoorv Ingle requested to merge wip/expand-mdo into master

Recursive do statements should not take the tcSyntaxOp route

Main change is in GHC.Tc.Gen.Match.tcStmts

Merge request reports