A
Size: a a a
A
A
к
к
к
A
A
A
A
JS
JS
JS
JS
let spec2 = spec1 & key... <>~ config...
A
JS
A
A
configMounts :: MonadIO m => StateT Value (Rsd m) ()
configMounts = do
newMounts <- V.fromList . map toJSON <$> lift mounts
modify $ key "mounts" . _Array <>~ newMounts
A
JS
modify $ key "mounts" . _Array <>~ newMounts
key "mounts" . _Array <>= newMounts
JS