Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax sugar is not used: ξ is not skipped when it can be #3655

Open
yegor256 opened this issue Dec 12, 2024 · 3 comments
Open

syntax sugar is not used: ξ is not skipped when it can be #3655

yegor256 opened this issue Dec 12, 2024 · 3 comments
Assignees
Labels

Comments

@yegor256
Copy link
Member

This code:

φ ↦ Φ̇.try(ξ.body(ξ.token)),

Maybe written shorter:

φ ↦ Φ̇.try(body(token)),

Every time we see ξ.name, it can be replaced with just name.

@yegor256
Copy link
Member Author

@maxonfjvipon please, help here

@maxonfjvipon
Copy link
Member

maxonfjvipon commented Dec 12, 2024

@yegor256 I think it may be skipped everywhere it's used, because expression in PHI may start only either with Ф or with ξ.

@yegor256
Copy link
Member Author

@maxonfjvipon yes, agree

maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Dec 13, 2024
yegor256 added a commit that referenced this issue Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants