
4 Sep
2006
4 Sep
'06
11:18 a.m.
On Fri, Sep 01, 2006 at 09:37:40AM -0500, John Goerzen wrote:
Thu Aug 31 10:15:56 CDT 2006 John Goerzen
* New function isInfixOf that searches a list for a given sublist Example:
isInfixOf "Haskell" "I really like Haskell." -> True isInfixOf "Ial" "I really like Haskell." -> False
This function was first implemented in MissingH as MissingH.List.contains
Fri Sep 1 09:36:54 CDT 2006 John Goerzen
* Cleaner isInfixOf suggestion from Ross Paterson
Applied, thanks. Ian