How to use the @effectful/es.scope 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 v1(z) {
  var v1_v = {
    z
  };
  return G.scope(v1_1, v1_v);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function aw1(i) {
  var aw1_v = {
    i
  };
  return G.scope(aw1_1, aw1_v);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag1(i) {
  var ag1_v = {
    i
  };
  return G.scope(ag1_1, ag1_v, _ag1_v);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag2(i) {
  var ag2_v = {
    i
  };
  return G.scope(ag2_1, ag2_v, _ag2_v);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag6(i) {
  var ag6_v = {
    i
  };
  return G.scope(ag6_1, ag6_v);
}
github awto / effectfuljs / test / samples / options / generators-out-ft.js View on Github external
function ag3(i) {
  var ag3_v = {
    i
  };
  return G.scope(ag3_1, ag3_v, _ag3_v);
}