HaXml 1.12 - HXmlToolbox 4.01 incompatibility?

2004-08-30 Thread Jan Scheffczyk
Hi all, I try to use HaXml and HXmlToolbox together with GHC 6.2.1. I am, however, a bit confused since some versions seem to influence each other. So far I tried: HaXml 1.11 + HXmlToolbox 4.01 and HaXml 1.12 + HXmlToolbox 4.01. While HaXml 1.11 appears to work fine with HXmlToolbox 4.01, I

[Haskell] BBEdit syntax highlighting for Haskell

2004-08-30 Thread David Menendez
If anyone else is using BBEdit 8.0 on the Mac, I've put together a simple language module for highlighting Haskell syntax. http://www.eyrie.org/~zednenem/sw/bbedit/haskell-syntax.plist To install, download the file above to ~/Application Support/BBEdit/Language Modules and restart BBEdit. --

[Haskell-cafe] Partially-applied type synonyms?

2004-08-30 Thread Lyle Kopnicky
Hi all, I'm trying to write a monad transformer class called MonadPCont, for partial continuations, which fits in with the Control.Monad libraries. I'm having a typing problem. What I have so far looks like this: module MonadPCont where import Control.Monad import

Re: [Haskell-cafe] Partially-applied type synonyms?

2004-08-30 Thread Chung-chieh Shan
On 2004-08-30T17:09:39-0700, Lyle Kopnicky wrote: Unfortunately, I need 'PI r - ContT r m', along with a and r, to be a member of the MonadPCont class (PI is the type binding operator). So I thought I'd define ContT' to take the arguments the other way around. Unfortunately, it can't be

[Haskell-cafe] BBEdit syntax highlighting for Haskell

2004-08-30 Thread David Menendez
If anyone else is using BBEdit 8.0 on the Mac, I've put together a simple language module for highlighting Haskell syntax. http://www.eyrie.org/~zednenem/sw/bbedit/haskell-syntax.plist To install, download the file above to ~/Application Support/BBEdit/Language Modules and restart BBEdit. --