[Haskell-cafe] n00b circular dep question

Jake Mcarthur jake.mcarthur at gmail.com
Fri Apr 25 13:47:12 EDT 2008


On Apr 25, 2008, at 11:54 AM, Jennifer Miller wrote:

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

I'm pretty sure that GHC will sort out those dependencies for you as  
long as you are exporting the correct things from each module.

- Jake


More information about the Haskell-Cafe mailing list