
19 May
2016
19 May
'16
9:22 a.m.
if 'update' were changed to update :: [String] -> IO () then you could do: doIt :: IO () doIt = sequence [inputA,inputB] >>= update is this better?