[jhc] transformers package on JHC

Henning Thielemann jhc at henning-thielemann.de
Sat Nov 14 17:40:52 EST 2009


On Sat, 14 Nov 2009, John Meacham wrote:

> 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?

It would say this is a bug.


More information about the jhc mailing list