j
k
j a
j l
Antoine Latter wrote:
A similar function that I'm fond of: forkExec :: IO a -> IO (IO a)
A similar function that I'm fond of:
forkExec :: IO a -> IO (IO a)
It's cute that forkExec already has a dual operation with just the right name (specialised to IO): join :: IO (IO a) -> IO a
Back to the thread
Back to the list