Re: Restricted Types and Infinite Loops

2005-01-31 Thread Simon David Foster
Further, even if I *do* make ClassB two parameter so there should be no ambiguity, GHC still goes into an infinite loop. This happens even with the very latest CVS. Plus I tried creating a proxy function for func2 with type func2' :: Class A a b => a -> b -> String, which calls the calls func2 an

RE: Process library and signals

2005-01-31 Thread Simon Marlow
On 27 October 2004 15:08, Glynn Clements wrote: > Simon Marlow wrote: > >> So basically you're saying that if runProcess is to be used in a >> system()-like way, that is the parent is going to wait synchronously >> for the child, then the parent should be ignoring SIGQUIT/SIGINT. >> On the other