How to use the @effectful/es.jR 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 ag3_12(i, loop) {
  return G.jR(ag3_5, i, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag2_5(a, ag2_v, _ag2_v, loop) {
  ag2_v.i = a;
  return G.jR(ag2_2, ag2_v, _ag2_v, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function ag1_4(i, loop) {
  var j;
  j = loop.value;
  p('H', i, j);
  return G.jR(ag1_2, i, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag3_12(a, ag3_v, _ag3_v, loop) {
  ag3_v.i = a;
  return G.jR(ag3_5, ag3_v, _ag3_v, loop);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag1_4(ag1_v, _ag1_v, loop) {
  _ag1_v.j = loop.value;
  p('H', ag1_v.i, _ag1_v.j);
  return G.jR(ag1_2, ag1_v, _ag1_v, loop);
}