On Fri, Apr 10, 2009 at 11:54 PM, Stéphane Payrard wrote:
> Resend of the select-all in a buffer patch in a hopefully correct format
> The second patch is incomplete. It implements a read only mode for buffers.
> In emacs, you toggle the mode with C-x C-q for the current buffer.
> It works but d
GHC actually allows import cycles if you use hs-boot files and {-# SOURCE
#-} pragmas.
http://www.haskell.org/ghc/docs/latest/html/users_guide/separate-compilation.html#mutual-recursion
-Kevin Ballard
On Fri, Apr 10, 2009 at 2:54 PM, Stéphane Payrard wrote:
> Resend of the select-all in a buffe