summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail009.stderr
blob: 7e4d29ae48588d72cd26b44fdf2a52370b9bbd5a (plain)
1
2
3
4
5
6

tcfail009.hs:3:17: error:
    • Couldn't match expected type ‘Int’ with actual type ‘Integer’
    • In the expression: 2 :: Integer
      In the expression: [(1 :: Int) .. (2 :: Integer)]
      In an equation for ‘p’: p = [(1 :: Int) .. (2 :: Integer)]