How to use the @effectful/es.yldMB 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 e1_4(a) {
  var b, c;
  b = eff(3);
  console.log(a + b);
  c = eff(4);
  return G.yldMB(c, e1_5);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag7_9(a, b, c, d, e, f) {
  return G.yldMB(a, ag7_10, b, c, d, e, f);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag7_8(f, b, c, d, e) {
  var a;
  a = eff7();
  return G.yldMB(a, ag7_9, b, c, d, e, f);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag7_10(g, b, c, d, e, f) {
  var a;
  a = eff8();
  return G.yldMB(a, ag7_11, [b, c, d, e, f, g]);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag3_10(a, ag3_v, _ag3_v, loop) {
  return G.yldMB(a, ag3_11, ag3_v, _ag3_v, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag7_7(a, b, c, d, e) {
  return G.yldMB(a, ag7_8, b, c, d, e);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function e1_3() {
  var a;
  a = eff(3);
  return G.yldMB(a, e1_4);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag7_7(a, b, c, d, e) {
  return G.yldMB(a, ag7_8, b, c, d, e);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag7_3(c, b) {
  var a;
  a = eff4();
  return G.yldMB(a, ag7_4, b, c);
}