
13 Mar
2009
13 Mar
'09
12:43 a.m.
On Thu, Mar 12, 2009 at 9:33 PM, Roland Zumkeller
Why is maximum not defined in terms of foldl1'? Probably because situations in which non-strictness is beneficial are thought to be more common.
How did this get established? Isn't maximum always (semantically) strict anyway? I.e. maximum [1,2,undefined] = undefined Alex