blob: 798404afc33723212df7fbae0b7b4fdf5ab15b8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
T16504.hs:5:1: error:
The type signature for ‘simpleFuntcion’
lacks an accompanying binding
Suggested fix:
Perhaps use one of these:
‘simpleFunction’ (Defined at T16504.hs:6:1),
‘simpleFunction2’ (Defined at T16504.hs:7:1)
T16504.hs:11:9: error:
The type signature for ‘anotherFunction’
lacks an accompanying binding
Suggested fix:
Perhaps use ‘anotherFuntcion’ (Defined at T16504.hs:12:9)
T16504.hs:15:1: error:
The type signature for ‘nonexistentFuntcion’
lacks an accompanying binding
|