summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/InfixAppPatErr.hs
blob: 5a56f711eb383565830265e8d010b45bab3e2271 (plain)
1
2
3
4
5
main = do
  f $ do
    a <- return 3
      c <- do
      return 5