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

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

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

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

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