Ошибка на русском
This commit is contained in:
@@ -101,4 +101,4 @@ processExpression s = case runParser expression s of
|
|||||||
show (calculateExpression (a, op, b)) ++ "\n"
|
show (calculateExpression (a, op, b)) ++ "\n"
|
||||||
_ -> err
|
_ -> err
|
||||||
where
|
where
|
||||||
err = error $ "Unable to parse the following expression: \"" ++ s ++ "\""
|
err = error $ "Не удалось прочитать выражение: \"" ++ s ++ "\""
|
||||||
Reference in New Issue
Block a user