blob: b4c7a2e65d37500582ab1c569ee1ccaedda3e94a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
T3651.hs:11:15: error: [GHC-83865]
• Couldn't match type ‘()’ with ‘Bool’
Expected: a
Actual: ()
• In the expression: ()
In an equation for ‘unsafe1’: unsafe1 B U = ()
T3651.hs:14:15: error: [GHC-83865]
• Couldn't match type ‘()’ with ‘Bool’
Expected: a
Actual: ()
• In the expression: ()
In an equation for ‘unsafe2’: unsafe2 B U = ()
|