summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/T11053.stderr
blob: 5e50a9143f41d200388a4cf5316ebca2ebd4bd60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

T11053.hs:7:1: warning: [-Wmissing-pattern-synonym-signatures (in -Wall)]
    Pattern synonym with no type signature: pattern T :: Bool

T11053.hs:9:1: warning: [-Wmissing-pattern-synonym-signatures (in -Wall)]
    Pattern synonym with no type signature:
      pattern J :: forall a. a -> Maybe a

T11053.hs:11:1: warning: [-Wmissing-pattern-synonym-signatures (in -Wall)]
    Pattern synonym with no type signature:
      pattern J1 :: forall a. a -> Maybe a

T11053.hs:13:1: warning: [-Wmissing-pattern-synonym-signatures (in -Wall)]
    Pattern synonym with no type signature:
      pattern J2 :: forall a. a -> Maybe a

T11053.hs:15:1: warning: [-Wmissing-pattern-synonym-signatures (in -Wall)]
    Pattern synonym with no type signature:
      pattern J3 :: forall a. a -> Maybe a