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

EOorg.EOeolang.EOcollections.EOlist$EOmapi 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$mapi", oname = "mapi", source = "/home/r/repo/target/eo/04-pull/org/eolang/collections/list.eo")
public final class EOlist$EOmapi extends PhDefault {
  public EOlist$EOmapi(final Phi sigma) {
    super(sigma);
    this.add("f", new AtFree(/* default */));
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = Phi.Φ.attr("org").get().attr("eolang").get().attr("collections").get().attr("list").get();
        ret = new PhLocated(ret, 81, 4);
      ret = new PhCopy(ret);
        Phi ret_1_base = new PhMethod(rho, "ρ");
          ret_1_base = new PhLocated(ret_1_base, 82, 6);
        Phi ret_1 = new PhMethod(ret_1_base, "reducei");
          ret_1 = new PhLocated(ret_1, 82, 7);
        ret_1 = new PhCopy(ret_1);
          Phi ret_1_1 = Phi.Φ.attr("org").get().attr("eolang").get().attr("array").get();
            ret_1_1 = new PhLocated(ret_1_1, 83, 8);
            Phi[] ret_1_1_a = new Phi[0];
            ret_1_1 = new PhWith(new PhCopy(ret_1_1), "Δ", new Data.Value(ret_1_1_a));
          Phi ret_1_2 = new EOlist$EOmapi$EOt1$EOt0$EOa2(rho);
            ret_1_2 = new PhLocated(ret_1_2, 84, 8);
          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;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy