Re: Haddock Problems

2003-08-18 Thread Dominic Steinitz
I realise I have to give an explicit type for the functions but this still doesn't get rid of the warnings. Dominic. - Original Message - From: "Dominic Steinitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 18, 2003 6:06 PM Subject: Haddock Problems > Can someone tel

Haddock Problems

2003-08-18 Thread Dominic Steinitz
Can someone tell me why I get the following warnings and also why the generated documentation is blank? Many thanks, Dominic. [EMAIL PROTECTED] crypto]$ haddock Codec/Encryption/DES.hs Warning: module not found: Word Warning: module not found: Codec.Encryption.DESAux Warning: module not found: Pr

more unsafePerformIO questions (is it safe to use with ReadMode Handles)?

2003-08-18 Thread Hal Daume
Hi folks, I'm finishing up my Haskell interface to WordNet (http://www.cogsci.princeton.edu/~wn/) and have a standard unsafePerformIO question :). Basically, the interface functions by first calling an initialization function, 'initializeWordNet :: IO WordNetEnv'. WordNetEnv is essentially just