[Haskell-beginners] merge two handles

Manfred Lotz manfred.lotz at arcor.de
Mon Jun 13 19:35:42 CEST 2011


Hi all,
I have two handles where I get stdout resp. stderr from a command
output. 


Is it possible to merge those two handles so that I get a new input
handle in a way that data can be read from the new handle whenever it
is available from either of the two original handles?



-- 
Manfred





More information about the Beginners mailing list