EG
Size: a a a
EG
DF
RP
G
Т8
λ
mainWorker :: [String] -> IO ()
mainWorker args = do
maybeScriptAndArgs <- case args of
[] -> return Nothing
(h:tl) -> (\b -> if b then Just (h:|tl) else Nothing) <$> CmdRun.validScript h
s/(\b -> if b then Just (h:|tl) else Nothing)/bool Nothing (Just $ h :| tl)/
Т8
AK
RP
RP
DF
λ
s/(\b -> if b then Just (h:|tl) else Nothing)/bool Nothing (Just $ h :| tl)/
AK
r
λ
b
в скоупAL
AL
EG
EG