How to use the @effectful/es.yldStarMB 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-ft.js View on Github external
function v_2(v_v, loop) {
  var a, b;
  b = loop.step();
  a = loop = b;
  if (!a.done) return v_3(v_v, loop);else {
    return G.yldStarMB(z, v_4);
  }
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function v_2(j, loop) {
  var a, b;
  b = loop.step();
  a = loop = b;
  if (!a.done) return v_3(j, loop);else {
    return G.yldStarMB(z, v_4);
  }
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag3_11(i, j, loop) {
  var a;
  a = eff(2, j);
  return G.yldStarMB(a, ag3_12, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag3_11(a, ag3_v, _ag3_v, loop) {
  var b;
  ag3_v.i = a;
  b = eff(2, _ag3_v.j);
  return G.yldStarMB(b, ag3_12, ag3_v, _ag3_v, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function f_3() {
  var a;
  a = eff(3);
  return G.yldStarMB(a, f_4);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function f_3() {
  var a;
  a = eff(3);
  return G.yldStarMB(a, f_4);
}