summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/T11053.stderr
blob: 7aaf7ff26c142f36fe533b016622239c6e299045 (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