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

EOorg.EOeolang.EObytes$EOas_hash Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-25T15:16:25.508Z. Don't edit it,
 * your changes will be discarded on the next build.
 *
 * The EO sources were compiled to XMIR on
 * 2022-07-25T15:15:40.308101Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang;

import org.eolang.*;

//  
//    
//      
//        
//         
//       
//     
//     1
//      
//       
//       
//       
//       
//       
//       
//       
//       
//       
//       
//       
//       
//       
//       
//       
//     
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
// 
@XmirObject(name = "bytes$as-hash", oname = "as-hash", source = "/home/r/repo/target/eo/04-pull/org/eolang/bytes.eo")
public final class EObytes$EOas_hash extends PhDefault {
  public EObytes$EOas_hash(final Phi sigma) {
    super(sigma);
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret_base = Phi.Φ.attr("org").get().attr("eolang").get().attr("collections").get().attr("list").get();
        ret_base = new PhLocated(ret_base, 83, 6);
      ret_base = new PhCopy(ret_base);
        Phi ret_base_1 = Phi.Φ.attr("org").get().attr("eolang").get().attr("collections").get().attr("bytes-as-array").get();
          ret_base_1 = new PhLocated(ret_base_1, 84, 8);
        ret_base_1 = new PhCopy(ret_base_1);
          Phi ret_base_1_1 = new PhMethod(rho, "ρ");
            ret_base_1_1 = new PhLocated(ret_base_1_1, 84, 23);
          ret_base_1 = new PhWith(ret_base_1, 0, ret_base_1_1);
        ret_base = new PhWith(ret_base, 0, ret_base_1);
      Phi ret = new PhMethod(ret_base, "reduce");
        ret = new PhLocated(ret, 82, 4);
      ret = new PhCopy(ret);
        Phi ret_1 = new EOorg.EOeolang.EOint(Phi.Φ);
          ret_1 = new PhLocated(ret_1, 85, 6);
          ret_1 = new PhWith(ret_1, "Δ", new Data.Value(1L));
        Phi ret_2 = new EObytes$EOas_hash$EOt0$EOa2(rho);
          ret_2 = new PhLocated(ret_2, 86, 6);
        ret = new PhWith(ret, 0, ret_1);
        ret = new PhWith(ret, 1, ret_2);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy