
11 Dec
2006
11 Dec
'06
3:12 p.m.
On 12/11/06, Henning Thielemann
Opinions?
Well, you can do this in your code, no? It seems kind of silly to wrap
it up in a Maybe when the resulting code will case on it. Calling code
frequently has:
if Set.null set then
...
else
... (Set.findMin set) ...
--
Taral