summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8959.stderr
blob: 2890a172c2bdb9d3d5d1b97ea459af5bdbe7b4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

<interactive>:1:1: error:
    Arrow command found where an expression was expected:
      () >- () -< () >>- () -<< ()

<interactive>:8:15: error:
    • Couldn't match expected type ‘()’ with actual type ‘Bool’
    • In the pattern: True
      In a stmt of a pattern guard for
                     an equation for ‘fun’:
        True <- ()
      In an equation for ‘fun’: fun foo | True <- () = ()

<interactive>:1:1: error:
    Arrow command found where an expression was expected:
      () ⤚ () ⤙ () ⤜ () ⤛ ()

<interactive>:15:15: error:
    • Couldn't match expected type ‘()’ with actual type ‘Bool’
    • In the pattern: True
      In a stmt of a pattern guard for
                     an equation for ‘fun’:
        True ← ()
      In an equation for ‘fun’: fun foo | True ← () = ()

<interactive>:1:1: error:
    Arrow command found where an expression was expected:
      () >- () -< () >>- () -<< ()

<interactive>:22:15: error:
    • Couldn't match expected type ‘()’ with actual type ‘Bool’
    • In the pattern: True
      In a stmt of a pattern guard for
                     an equation for ‘fun’:
        True <- ()
      In an equation for ‘fun’: fun foo | True <- () = ()