haskell-suite/haskell-src-exts

Parser cannot handle case of MultiWayIf

nineonine opened this issue · 0 comments

Parser chokes on

if | e1
   -> ...

extra indentation fixes the issue though

if | e1
     -> ...