Ограничил доступ к вспомогательным функциям

This commit is contained in:
2024-12-08 20:02:18 +03:00
parent 3692629264
commit cf58fc9634

View File

@@ -1,6 +1,8 @@
{-# LANGUAGE InstanceSigs #-}
module Lib where
module Lib (
processExpression
) where
import Control.Applicative (Alternative(..))
import Data.Char (digitToInt, isDigit)