From 65bb51146d1bef936acc52d126650c008f5bcb15 Mon Sep 17 00:00:00 2001 From: Arity-T Date: Mon, 9 Dec 2024 02:47:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=80=D1=83=D1=81=D1=81=D0=BA=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coursework/part1/src/Lib.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coursework/part1/src/Lib.hs b/coursework/part1/src/Lib.hs index 07eec0d..ffbe80c 100644 --- a/coursework/part1/src/Lib.hs +++ b/coursework/part1/src/Lib.hs @@ -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 ++ "\"" \ No newline at end of file + err = error $ "Не удалось прочитать выражение: \"" ++ s ++ "\"" \ No newline at end of file