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

T2806.hs:13:11:
    Warning: 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

<no location info>: 
Failing due to -Werror.