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

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