
25 Apr
2008
25 Apr
'08
1:47 p.m.
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