Just been reading arround. According to ghc docs, the noinline pragma is in the Haskell98 report. On that basis what is wrong with using the following to initialise these top-level constants?
{-# NOINLINE newref #-} newref :: IORef Int newref = unsafePerformIO $ newIORef 0
Keean.
_______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell