On 4 March 2010 02:57, Sean McLaughlin <[email protected]> wrote: > Hi Ivan, > I ran SourceGraph on the program above. Could you help me find where A.g > is unused? > In particular, I can't see a difference in the output in the following > cases: > main = do > let a = A.f 7 > putStrLn $ show a > main = do > let a = A.f $ A.g 7 > putStrLn $ show a
Is that the complete file? If so, then it's probably a bug. (Maybe we should continue this off-list.) -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
