How to use the @effectful/es.iterator function in @effectful/es

To help you get started, we’ve selected a few @effectful/es examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function v_1(j) {
  var loop;
  loop = G.iterator([1, 2, 3]);
  return v_2(j, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function v_1(v_v) {
  var loop;
  loop = G.iterator([1, 2, 3]);
  return v_2(v_v, loop);
}