We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ξ
This code:
φ ↦ Φ̇.try(ξ.body(ξ.token)),
Maybe written shorter:
φ ↦ Φ̇.try(body(token)),
Every time we see ξ.name, it can be replaced with just name.
ξ.name
name
The text was updated successfully, but these errors were encountered:
@maxonfjvipon please, help here
Sorry, something went wrong.
@yegor256 I think it may be skipped everywhere it's used, because expression in PHI may start only either with Ф or with ξ.
Ф
@maxonfjvipon yes, agree
fix(objectionary#3655): add inline voids to phi
89555be
Merge branch 'master' into fix/objectionary#3655/inline-voids
b60b15f
Merge pull request #3665 from maxonfjvipon/fix/#3655/inline-voids
efd9735
fix(#3651): add inline voids to phi
maxonfjvipon
No branches or pull requests
This code:
Maybe written shorter:
Every time we see
ξ.name
, it can be replaced with justname
.The text was updated successfully, but these errors were encountered: