How to use the @effectful/es.jMB 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 ag2_4(loop) {
  var j;
  j = loop.value;
  return G.jMB(somethingElse, ag2_5, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag7_4(d, b, c) {
  var a;
  a = eff5();
  return G.jMB(a, ag7_5, b, c, d);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag3_8(ag3_v, _ag3_v, loop) {
  var a;
  a = eff(_ag3_v.j);
  return G.jMB(a, ag3_9, ag3_v, _ag3_v, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag7_4(d, b, c) {
  var a;
  a = eff5();
  return G.jMB(a, ag7_5, b, c, d);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag2_2(loop) {
  return G.jMB(loop.step(), ag2_3);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag3_5(i, loop) {
  return G.jMB(loop.step(), ag3_6, i);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag7_11(a, [b, c, d, e, f, g]) {
  return G.jMB(a, ag7_12, [b, c, d, e, f, g]);
}