summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/driver/recomp006/recomp006.stderr
blob: c449b5cd2d2f1d79428375885ac0761ad08d8e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

A.hs:8:6:
    No instance for (Num (Int :- Int))
      arising from the literal `1'
    Possible fix: add an instance declaration for (Num (Int :- Int))
    In the expression: 1
    In the expression: (1, (2, 3))
    In an equation for `f': f = (1, (2, 3))

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