[jhc] transformers package on JHC

John Meacham john at repetae.net
Sat Nov 14 17:36:52 EST 2009


On Sat, Nov 14, 2009 at 07:44:10PM +0100, Henning Thielemann wrote:
> I hesitate to push this to the 'transformers' main branch, since it  
> contains only several syntactic replacements like:
>
>  do ~(a,b) <- act
>
> replaced by
>
>  do ab <- act
>     let (a,b) = ab

Hmmm... Is this a bug in jhc that it doesn't accept these patterns?

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/


More information about the jhc mailing list