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

T502.hs:8:11: error:
    • Couldn't match expected type: (a0, Int)
                  with actual type: (# Int, Int #)
    • In the first argument of ‘snd’, namely ‘foo’
      In the expression: snd foo
      In an equation for ‘bar’:
          bar
            = snd foo
            where
                foo :: (# Int, Int #)
                foo = undefined