summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T6078.stderr
blob: 65f5df765e7c432a0068fb37d7dff143c8586abf (plain)
1
2
3
4
5

T6078.hs:8:10: error:
    You can't mix polymorphic and unlifted bindings:
      ip1p@(Ptr ip1) = Ptr ip0 `plusPtr` len
    Suggested fix: Add a type signature.