Ошибка на русском

This commit is contained in:
2024-12-09 02:47:38 +03:00
parent d89e7f09e7
commit 65bb51146d

View File

@@ -101,4 +101,4 @@ processExpression s = case runParser expression s of
show (calculateExpression (a, op, b)) ++ "\n"
_ -> err
where
err = error $ "Unable to parse the following expression: \"" ++ s ++ "\""
err = error $ "Не удалось прочитать выражение: \"" ++ s ++ "\""