summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci053.stderr
blob: e08ad91e21e9d2ebbf9739d7017833d703e0aabc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

<interactive>:8:12:
    Couldn't match expected type `main::Interactive.Planet'
                with actual type `Planet'
    In the second argument of `(==)', namely `Mercury'
    In the expression: mercury == Mercury
    In an equation for `it': it = mercury == Mercury

<interactive>:10:10:
    Couldn't match expected type `Planet'
                with actual type `main::Interactive.Planet'
    In the second argument of `(==)', namely `Earth'
    In the expression: Venus == Earth
    In an equation for `it': it = Venus == Earth