[Xmonad] minor code comment

Donald Bruce Stewart dons at cse.unsw.edu.au
Tue Aug 7 04:56:09 EDT 2007


mvanier:
> In StackSet.hs, the "Eq a" qualification in
> 
> index :: Eq a => StackSet i a s sd -> [a]
> index = with [] integrate
> 
> is superfluous.  Is there any good reason to keep it?

Not unless it is required (its harmless dead code though, the Eq
dictionary will be removed).

-- Don


More information about the Xmonad mailing list