summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T14794b.stderr
blob: 6109a4c98537eb10fb832f08b41bbdac4303daba (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T14794b.hs:9:1: warning: [-Wmissing-signatures (in -Wall)]
    Top-level binding with no type signature: test3 :: Bool

T14794b.hs:11:1: warning: [-Wmissing-signatures (in -Wall)]
    Pattern synonym with no type signature: pattern Test4 :: Bool

T14794b.hs:13:1: warning: [-Wmissing-signatures (in -Wall)]
    Top-level binding with no type signature: test7 :: Bool

T14794b.hs:15:1: warning: [-Wmissing-signatures (in -Wall)]
    Pattern synonym with no type signature: pattern Test8 :: Bool