summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockLinear.stderr
blob: 41fce03725bf0e22792bbd9054bf120fbe0809b6 (plain)
1
2
3
4
5
6
7
8
9
10

==================== Parser ====================
module ShouldCompile where
data T
  where
    C1 :: Int %1 -> T
    C2 :: Int %m -> T
    C3 :: Int -> T