summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T12531.stderr
blob: ddd68246a17c7e2d15926e8d31a60dcb621c1848 (plain)
1
2
3
4
5
6
7
8
9

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)