The order if bindings generated by GHC

jerzy.karczmarczuk at info.unicaen.fr jerzy.karczmarczuk at info.unicaen.fr
Mon Nov 19 17:48:12 EST 2007


I wrote about binding order: 

>> I always - naively - thought that it is a non-problem. How many times have
>> I written stuff like that:... 
>>
>> ping = 0 : pong
>> pong = 1 : ping 
>>
>> It seems that I don't understand the question of Victor Nazarov, nor the
>> answer of SPJ... 
>>
> 
> This is the question about GHC internals, not programing style or smth.

Perhaps you will not believe me, but I realized that myself...
The question is: what about ordering in the presence of cyclic
dependencies, not about style or smth. 

Jerzy Karczmarczuk 




More information about the Glasgow-haskell-users mailing list