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

T502.hs:8:11: error: [GHC-83865]
    • 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