Hi > SystemLogging.LogInfo("Did Something"); > SystemLogging.LogInfo("x is " + x ); > > How can we do something similar in Haskell? See trace: http://www.haskell.org/hoogle/?q=trace Thanks Neil