blob: 8bf27a86266c98515e0ac6c1c29e71509871be5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<interactive>:1:5: error: [GHC-83865]
• Expecting one more argument to ‘Maybe’
Expected a type, but ‘Maybe’ has kind ‘* -> *’
• In the type ‘Maybe’
In the expression: id @Maybe
<interactive>:1:5: error: [GHC-83865]
• Expecting one more argument to ‘Maybe’
Expected a type, but ‘Maybe’ has kind ‘* -> *’
• In the first argument of ‘Id’, namely ‘Maybe’
In the type ‘Id @Maybe’
|