
5 Nov
2009
5 Nov
'09
2:47 a.m.
mhady7:
can you please let me know how to debug Haskell programs? I got the observe module but it is complainnig about some "concurrent " moduel that it can not find . Also, how to change the path that Hugs uses to search for files ?
You should probably upgrade to GHC first (via the Haskell Platform: http://haskell.org/platform), and then look at Debug.Trace or the GHCi debugger. http://www.haskell.org/ghc/docs/6.10-latest/html/users_guide/ghci-debugger.h... -- Don