
3 Mar
2010
3 Mar
'10
5:15 p.m.
On 4 March 2010 02:57, Sean McLaughlin
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 Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com