
26 Apr
2010
26 Apr
'10
11:26 p.m.
On 27/04/2010, at 03:20, Louis Wasserman wrote:
I'm not sure why you don't just use curry directly here. Also, why not just implement toAscList like in the rule and INLINE it? I concede that using curry directly is the better approach, but when I implement toAscList as in the rule and inline it, it doesn't actually appear to get inlined. (Example: mapKeysWith, which is defined as fromListWith c . List.map fFirst . toList, doesn't actually fold/build with the map.)
Is this with 6.12 or the HEAD? In any case, could you please submit a bug report so that Simon can have a look at it. Roman