> Hi, > I'm a new Haskell programmer and am trying to output the values of some of > the variables (for debugging) as the program executes. Debugging? Use the GHCi debugger. Cheers, Thomas