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

StrictBinds.hs:7:11: error: [GHC-20185]
    Recursive bindings for unlifted types aren't allowed:
      x = 3# +# y
      y = x