blob: f97df8f63cdb3545991072ab53576db33456c8ef (
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
|