objectionary / eo

EOLANG, an Experimental Pure Object-Oriented Programming Language Based on 𝜑-calculus
https://www.eolang.org
MIT License
1.02k stars 128 forks source link

the `Attr` interface is redundant, can be removed #3480

Open yegor256 opened 2 weeks ago

yegor256 commented 2 weeks ago

Earlier, the method Phi.take() was returning Attr interface. Currently, it returns Phi. Looks like we can safely remove the Attr and stay only with the Phi.