Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-25T15:16:21.675Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-07-25T15:14:48.537700Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOcollections;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "list$mapi$t1$t0$a2", oname = "list$mapi$t1$t0$a2", source = "/home/r/repo/target/eo/04-pull/org/eolang/collections/list.eo")
public final class EOlist$EOmapi$EOt1$EOt0$EOa2 extends PhDefault {
public EOlist$EOmapi$EOt1$EOt0$EOa2(final Phi sigma) {
super(sigma);
this.add("a", new AtFree(/* default */));
this.add("idx", new AtFree(/* default */));
this.add("item", new AtFree(/* default */));
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret_base = new PhMethod(rho, "a");
ret_base = new PhLocated(ret_base, 86, 12);
Phi ret = new PhMethod(ret_base, "with");
ret = new PhLocated(ret, 85, 10);
ret = new PhCopy(ret);
Phi ret_1_base = new PhMethod(rho, "σ");
ret_1_base = new PhLocated(ret_1_base, 87, 12);
Phi ret_1 = new PhMethod(ret_1_base, "f");
ret_1 = new PhLocated(ret_1, 87, 13);
ret_1 = new PhCopy(ret_1);
Phi ret_1_1 = new PhMethod(rho, "item");
ret_1_1 = new PhLocated(ret_1_1, 87, 16);
Phi ret_1_2 = new PhMethod(rho, "idx");
ret_1_2 = new PhLocated(ret_1_2, 87, 21);
ret_1 = new PhWith(ret_1, 0, ret_1_1);
ret_1 = new PhWith(ret_1, 1, ret_1_2);
ret = new PhWith(ret, 0, ret_1);
return ret;
})));
}
}