summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T515.stderr
blob: dde5d47b0e9d1f33d3dbe586583d1b250ef7a633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

T515.lhs:6:3: warning: [-Wmissing-signatures (in -Wall)]
    Top-level binding with no type signature: a :: Integer

T515.lhs:6:7: warning: [-Wtype-defaults (in -Wall)]
     Defaulting the following constraint to type ‘Integer’
        Num p0 arising from the literal ‘1’
     In the expression: 1
      In an equation for ‘a’: a = 1

T515.lhs:7:3: warning: [-Wmissing-signatures (in -Wall)]
    Top-level binding with no type signature: b :: Integer

T515.lhs:7:7: warning: [-Wtype-defaults (in -Wall)]
     Defaulting the following constraint to type ‘Integer’
        Num p0 arising from the literal ‘2’
     In the expression: 2
      In an equation for ‘b’: b = 2