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

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