blob: 27dac2cb77bc02047abf236b53c16969020cedc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<interactive>:1:2: error:
• Couldn't match type: IO String
with: Int -> IO String
Expected: [String] -> Int -> IO String
Actual: [String] -> IO String
• In the expression: (two_args) :: [String] -> Int -> IO String
In an equation for ‘_compileParsedExpr’:
_compileParsedExpr = (two_args) :: [String] -> Int -> IO String
<interactive>:1:2: error:
• Couldn't match type: IO String
with: Int -> IO String
Expected: [String] -> Int -> IO String
Actual: [String] -> IO String
• In the expression: (two_args) :: [String] -> Int -> IO String
In an equation for ‘_compileParsedExpr’:
_compileParsedExpr = (two_args) :: [String] -> Int -> IO String
|