example for recursive import

Serge D. Mechveliani mechvel at botik.ru
Wed Jun 7 05:38:06 EDT 2006


On Wed, Jun 07, 2006 at 11:26:34AM +0200, Christian Maeder wrote:
> Serge D. Mechveliani wrote:
> >Consider the following situation, which often happens.
> >* A function  f  calls for  g  and for  h,
> >  each  g  and  h  calls for  f.
> 
> How about adding a parameter to g and h (instead of calling f directly)?


I do not know. Will the source look natural?
Can you explain this more precisely: what to change in  f, g, and h
?
Let it be  f, g, h  :: Int -> Int.

-----------------
Serge Mechveliani
mechvel at botik.ru


More information about the Glasgow-haskell-users mailing list