blob: badfc1ebb1da2306df32af0c7d35fd2709923b75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<interactive>:38:1: error:
• Couldn't match type ‘HFalse’ with ‘HTrue’
arising from a use of ‘f’
• In the expression: f $ Baz 'a'
In an equation for ‘it’: it = f $ Baz 'a'
<interactive>:39:1: error:
• Couldn't match type ‘HFalse’ with ‘HTrue’
arising from a use of ‘f’
• In the expression: f $ Quz
In an equation for ‘it’: it = f $ Quz
|