如何检查一个列表与另一个列表,以查看第二个列表是否包含第一个列表中的任何元素?

时间:2016-09-20 22:35:14

标签: list haskell

如果有两个列表xsys,是否有办法检查xs中的任何或所有(但没有其他)值是否在ys

1 个答案:

答案 0 :(得分:2)

如果 {% assign currentHandle = article.handle %} {% assign articlesFound = 0 %} {% for addin in blogs[blog.handle].articles %} {% unless addin.handle == currentHandle %} <div><a href="{{ addin.url }}">{{ addin.title }}</a></div> {% assign articlesFound = articlesFound |plus: 1 %} {% if articlesFound == 3 %}{% break %}{% endif %} {% endunless %} {% endfor %} 中没有重复,你可以这样做:

xs

null (xy \\ ys) 运营商必须import Data.List