EOorg.EOeolang.EOcollections.EOlist$EOmap Maven / Gradle / Ivy
/*
* 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$map", oname = "map", source = "/home/r/repo/target/eo/04-pull/org/eolang/collections/list.eo")
public final class EOlist$EOmap extends PhDefault {
public EOlist$EOmap(final Phi sigma) {
super(sigma);
this.add("f", new AtFree(/* default */));
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret_base = new PhMethod(rho, "ρ");
ret_base = new PhLocated(ret_base, 93, 4);
Phi ret = new PhMethod(ret_base, "mapi");
ret = new PhLocated(ret, 93, 5);
ret = new PhCopy(ret);
Phi ret_1 = new EOlist$EOmap$EOt1$EOa1(rho);
ret_1 = new PhLocated(ret_1, 94, 6);
ret = new PhWith(ret, 0, ret_1);
return ret;
})));
}
}