Re: mutable records

2002-09-05 Thread Scott J.
Hi, You gave me a lot of thinking about . Sill I want to make objects packed with their objects and functions. Doesn't mean that I have to use existential data types? Scott - Original Message - From: Alastair Reid [EMAIL PROTECTED] To: Scott J. [EMAIL PROTECTED] Cc: [EMAIL PROTECTED];

Re: mutable records

2002-09-05 Thread Tom Pledger
Scott J. writes: : | Sill I want to make objects packed with their objects and | functions. Doesn't mean that I have to use existential data types? Sometimes you can avoid using existentials by making all your object-updating functions return the post-update object explicitly. For example:

A problem with haskell-mode

2002-09-05 Thread Deling Ren
Hi, all, I installed the latest version of Haskell mode for emacs. Whenever I load haskell major mode by opening a haskell file, Xemacs gives me the following error message: (1) (error/warning) Error in `post-command-hook' (setting hook to nil): (void-variable imenu--index-alist) My Xemacs