Thanks,
they are running now, but only at the end of my program.
Is their another possibility to speed this?
Or a possibility to see by which objects an object is reachable?
If I have structures:
data Subtest a = Subtest a
data Test = Test {subtest :: Subtest Int)

...and use somewhere

do
  newtest = Test (Subtest 5)
  forkIO (dosomethingon (subtest newtest))

...is newtest then reachable?

uno

--
comp.: Linux IT-Management
addr.: Ulrich Norbisrath; Weissdornweg 40; 52223 Stolberg
mbl.: +49 179 5164025  tel.: +49 2402 936146  fax.: +49 2402 37343
mailto:[EMAIL PROTECTED]  www: http://www.linuxloesung.de




Reply via email to