j
k
j a
j l
fmap putStrLn :: IO String -> IO (IO ())
Ah, thanks! Should've thought more clearly about the types involved here!
join :: IO (IO a) -> IO a
Super-handy to know :D I also note that `concat' is simply `join' in the list monad!
Michael
Arlen
Attachments:
Back to the thread
Back to the list