blob: 02f3215961a320b48fa2a4de66d0058f5f66b284 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
<interactive>:1:1: error: [GHC-66043]
Arrow command found where an expression was expected:
() >- _
<interactive>:1:7: error: [GHC-66043]
Arrow command found where an expression was expected:
() -< _
<interactive>:1:13: error: [GHC-66043]
Arrow command found where an expression was expected:
() >>- _
<interactive>:1:20: error: [GHC-66043]
Arrow command found where an expression was expected:
() -<< ()
<interactive>:8:15: error: [GHC-83865]
• 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: [GHC-66043]
Arrow command found where an expression was expected:
() ⤚ _
<interactive>:1:7: error: [GHC-66043]
Arrow command found where an expression was expected:
() ⤙ _
<interactive>:1:13: error: [GHC-66043]
Arrow command found where an expression was expected:
() ⤜ _
<interactive>:1:20: error: [GHC-66043]
Arrow command found where an expression was expected:
() ⤛ ()
<interactive>:15:15: error: [GHC-83865]
• 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: [GHC-66043]
Arrow command found where an expression was expected:
() >- _
<interactive>:1:7: error: [GHC-66043]
Arrow command found where an expression was expected:
() -< _
<interactive>:1:13: error: [GHC-66043]
Arrow command found where an expression was expected:
() >>- _
<interactive>:1:20: error: [GHC-66043]
Arrow command found where an expression was expected:
() -<< ()
<interactive>:22:15: error: [GHC-83865]
• 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 <- () = ()
|