var contains = R.memoize(function(symbols) {
  return R.memoize(R.contains(R.__, symbols));
});