<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
John Goerzen wrote:
<blockquote cite="mid20060901010409.GA26829@katherina.lan.complete.org"
 type="cite"><br>
  <pre wrap="">We had a brief discussion about the name on #haskell today.  I didn't
care for isSubstringOf in this particular case, since this function
isn't limited to strings.  On the other hand, isInfixOf isn't a
particularly intuitive name either, so suggestions would be good.</pre>
</blockquote>
<br>
These two jump to mind:<br>
<blockquote>isSublistOf<br>
isSubsequenceOf<br>
</blockquote>
</body>
</html>