blob: 539fc2159718d31d240d19a36626fd2044685b96 (
plain)
1
2
3
4
5
6
7
8
9
10
|
T12531.hs:6:11: warning: [GHC-88464] [-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)
|