summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp006/recomp006.stderr
blob: 25b48f375fd44b9e243d7bdeeac89eafba794a12 (plain)
1
2
3
4
5
6
7

A.hs:8:8:
    Couldn't match expected type ‘Int’
                with actual type ‘(Integer, Integer)’
    In the expression: (2, 3)
    In the expression: (1, (2, 3))
    In an equation for ‘f’: f = (1, (2, 3))