[Haskell-cafe] nightnightita

2006-10-12 Thread George Brewster
hope you're feeing better too. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Re: Trouble with simple embedding of shell in haskell

2006-09-21 Thread George Brewster
Donn Cave wrote: On Thu, 21 Sep 2006, George Brewster wrote: I'm just tried writing a function to allow convenient embedding of shell commands, but I'm running into behavior I don't really understand somewhere at the intersection of lazy evaluation, IO, and threading. You may also find

[Haskell-cafe] Trouble with simple embedding of shell in haskell

2006-09-20 Thread George Brewster
I'm just tried writing a function to allow convenient embedding of shell commands, but I'm running into behavior I don't really understand somewhere at the intersection of lazy evaluation, IO, and threading. The function in question is: sh :: String - String - IO String sh cmd = \input -