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

<interactive>:40:1: error:
    • Couldn't match type ‘HFalse’ with ‘HTrue’
        arising from a use of ‘f’
    • In the first argument of ‘($)’, namely ‘f’
      In the expression: f $ Baz 'a'
      In an equation for ‘it’: it = f $ Baz 'a'

<interactive>:41:1: error:
    • Couldn't match type ‘HFalse’ with ‘HTrue’
        arising from a use of ‘f’
    • In the first argument of ‘($)’, namely ‘f’
      In the expression: f $ Quz
      In an equation for ‘it’: it = f $ Quz