
26 Aug
2008
26 Aug
'08
11:17 p.m.
This is also the case for Data.List.insert; it always returns a non-empty list, and so could have the signature insert :: Ord a => a -> [a] -> (a,[a]) Jim