The order if bindings generated by GHC

jerzy.karczmarczuk at info.unicaen.fr jerzy.karczmarczuk at info.unicaen.fr
Mon Nov 19 13:39:11 EST 2007


Simon Peyton-Jones writes: 

> Yes, the bindings should be in dependency order.  They certainly seem to be for me 
> 
> Simon

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

Jerzy Karczmarczuk 




More information about the Glasgow-haskell-users mailing list