summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T2806.stderr
blob: 25cc8e65a0bce2d37f42140525b6faed9ccff77a (plain)
1
2
3
4
5
6
7
8
9

T2806.hs:12:11:
    Pattern bindings containing unlifted types should use an outermost bang pattern:
      (I# _x) = 4
    In an equation for ‘foo’:
        foo
          = 3
          where
              (I# _x) = 4