
3 Oct
2009
3 Oct
'09
9:43 p.m.
On UNIX, we can easily redirect stdout to /dev/null in a Shell. How is this realized in Haskell on both UNIX and Windows? I used a library which gave me unwanted stdout display. I tried to find any function to hide the stdout output, but could not. Can someone help me out? Otherwise I have to modify the code in the library to comment out some print commands. Thanks, Hong