[project @ 2004-09-28 09:02:13 by simonmar]
authorsimonmar <unknown>
Tue, 28 Sep 2004 09:02:13 +0000 (09:02 +0000)
committersimonmar <unknown>
Tue, 28 Sep 2004 09:02:13 +0000 (09:02 +0000)
commit7ae1d0ce9df2c5d7fd5edc8d613061c8c5c14c02
tree44ada9a492ec7d194fec6e721cacf25cd28f9ea2
parent0290e82d74f9aa9f0ae06f96fd71ff93ec91c602
[project @ 2004-09-28 09:02:13 by simonmar]
- Move foldl1 to Data.List
- Provide a strict version of foldl1, namely foldl1'
- Move minimum, maximum to Data.List
- Provide specialised versions of minimum & maximum for Int, which use foldl1'
Data/List.hs
GHC/List.lhs