blob: eac3002efad05398c675d69dc4440c446ca895ad (
plain)
1
2
3
4
5
6
7
8
9
|
annfail10.hs:9:1:
Ambiguous type variable `a0' in the constraints:
(Data.Data.Data a0) arising from an annotation
at annfail10.hs:9:1-15
(Num a0) arising from the literal `1' at annfail10.hs:9:11
Probable fix: add a type signature that fixes these type variable(s)
In the expression: 1
In the annotation: {-# ANN f 1 #-}
|