summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/T11053.stderr
blob: 378b28a8526f69610875118afbaa8037d4e3c149 (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-pat-syn-signatures]
    Top-level binding with no type signature: T :: Bool

T11053.hs:9:1: warning: [-Wmissing-pat-syn-signatures]
    Top-level binding with no type signature:
      J :: forall t. t -> Maybe t

T11053.hs:11:1: warning: [-Wmissing-pat-syn-signatures]
    Top-level binding with no type signature:
      J1 :: forall t. t -> Maybe t

T11053.hs:13:1: warning: [-Wmissing-pat-syn-signatures]
    Top-level binding with no type signature:
      J2 :: forall t. t -> Maybe t

T11053.hs:15:1: warning: [-Wmissing-pat-syn-signatures]
    Top-level binding with no type signature:
      J3 :: forall t. t -> Maybe t