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

EOorg.EOeolang.EOmath.EOnumber$EOright$EOt1$EOa2 Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-25T15:16:23.401Z. 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.665082Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang.EOmath;

import org.eolang.*;

//  
//   right cannot be applied to float
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
// 
@XmirObject(name = "number$right$t1$a2", oname = "number$right$t1$a2", source = "/home/r/repo/target/eo/04-pull/org/eolang/math/number.eo")
public final class EOnumber$EOright$EOt1$EOa2 extends PhDefault {
  public EOnumber$EOright$EOt1$EOa2(final Phi sigma) {
    super(sigma);
    this.add("msg", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOorg.EOeolang.EOstring(Phi.Φ);
        ret = new PhLocated(ret, 114, 8);
        ret = new PhWith(ret, "Δ", new Data.Value("right cannot be applied to float"));
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy