Hello Jennifer,

Friday, April 25, 2008, 8:54:42 PM, you wrote:

> So, I have a circular dependency in my modules that I don't know
> how to resolve in Haskell.

1. haskell standard allows circular deps between modules

2. ghc supports this part of standard in a rather awkward way - you
need to generate .hs-boot files using some switch (look into docs).
which is like .h files generated automatic from .cpp. once these files
aregenerated, your circular deps will be ok


-- 
Best regards,
 Bulat                            mailto:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to