summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA039.stderr
blob: 0c12f5c62fc198c1f2c69b1a2b8e86256fe22b35 (plain)
1
2
3
4
5
6
7
8
9
10
11

==================== Parser ====================
module CommentsBeforeArguments where
f1 ::
  ()  Comment before  -> ()  Comment after  -> ()  Result after 
f1 _ _ = ()
f2 ::
  ()  Comment before  -> ()  Comment after  -> ()  Result after 
f2 _ _ = ()