blob: a17062d2f020fa4a28b25506431cfdaac44faa23 (
plain)
1
2
3
4
5
6
7
8
9
10
|
T12531.hs:6:11: warning: [-Wtyped-holes (in -Wdefault)]
• Found hole: _ :: Int#
• In the first argument of ‘(+#)’, namely ‘_’
In the first argument of ‘I#’, namely ‘(_ +# x)’
In the expression: I# (_ +# x)
• Relevant bindings include
x :: Int# (bound at T12531.hs:6:3)
f :: Int# -> Int (bound at T12531.hs:6:1)
Valid hole fits include x :: Int# (bound at T12531.hs:6:3)
|