example for recursive import

Christian Maeder maeder at tzi.de
Wed Jun 7 05:26:34 EDT 2006


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

Christian


More information about the Glasgow-haskell-users mailing list