ЗП
Size: a a a
ЗП
JS
(x :: a) & (f :: a -> b) :: b
(x :: a) & (f :: a -> b)
& (g :: b -> c) :: c
JS
к
JS
к
A
A
A
A
JS
& (key "process" . key "cwd" . _String <>~ if cwd == "" then "/" else cwd)
& (key "process" . key "args" . _Array <>~ args)
A
JS
JS
к
A
JS
к
JS
a `fallback` b = case a of "" -> b; _ -> a
к