31 Aug
2006
31 Aug
'06
11:39 p.m.
Thu Aug 31 10:15:56 CDT 2006 John Goerzen <jgoerzen@complete.org> * 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