blob: 9428dbc1a91fa984d217f4b91b9dfc0b8189cb98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<interactive>:39:1:
Couldn't match type ‘HFalse’ with ‘HTrue’
Expected type: HTrue
Actual type: Or HFalse HFalse
In the expression: f
In the expression: f $ Baz 'a'
In an equation for ‘it’: it = f $ Baz 'a'
<interactive>:40:1:
Couldn't match type ‘HFalse’ with ‘HTrue’
Expected type: HTrue
Actual type: Or HFalse HFalse
In the expression: f
In the expression: f $ Quz
In an equation for ‘it’: it = f $ Quz
|