How to use the @effectful/es.jM 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 aw1_1(aw1_v) {
  var a;
  a = eff(aw1_v.i);
  return G.jM(a, aw1_2, aw1_v);
}
github awto / effectfuljs / test / samples / options / generators-out-fts.js View on Github external
function aw1_1(i) {
  var a;
  a = eff(i);
  return G.jM(a, aw1_2, i);
}