All Downloads are FREE. Search and download functionalities are using the official Maven repository.

EOorg.EOeolang.EOcollections.EOlist$EOreduce$EOt2$EOa2 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$reduce$t2$a2", oname = "list$reduce$t2$a2", source = "/home/r/repo/target/eo/04-pull/org/eolang/collections/list.eo")
public final class EOlist$EOreduce$EOt2$EOa2 extends PhDefault {
  public EOlist$EOreduce$EOt2$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, "σ");
        ret_base = new PhLocated(ret_base, 72, 8);
      Phi ret = new PhMethod(ret_base, "f");
        ret = new PhLocated(ret, 72, 9);
      ret = new PhCopy(ret);
        Phi ret_1 = new PhMethod(rho, "a");
          ret_1 = new PhLocated(ret_1, 73, 10);
        Phi ret_2 = new PhMethod(rho, "item");
          ret_2 = new PhLocated(ret_2, 74, 10);
        ret = new PhWith(ret, 0, ret_1);
        ret = new PhWith(ret, 1, ret_2);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy