
7 Aug
2007
7 Aug
'07
4:53 a.m.
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? Mike

7 Aug
7 Aug
4:56 a.m.
New subject: [Xmonad] minor code comment
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

10:45 a.m.
New subject: [Xmonad] minor code comment
On Tuesday 07 August 2007 03:53:52 Michael Vanier wrote:
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?
Mike
No good reason. I've removed it now, thanks. Cheers, Spencer Janssen
6499
Age (days ago)
6499
Last active (days ago)
2 comments
3 participants
participants (3)
-
dons@cse.unsw.edu.au
-
Michael Vanier
-
Spencer Janssen