[Haskell-cafe] minimal interface

Ivan Miljenovic ivan.miljenovic at gmail.com
Wed Mar 3 17:15:49 EST 2010


On 4 March 2010 02:57, Sean McLaughlin <seanmcl at gmail.com> 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
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list