-
Notifications
You must be signed in to change notification settings - Fork 2
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
Desugaring stages #673
Comments
@deemp yes, definitely |
@yegor256, do rules manipulate desugared expressions? Currently, in the rules, we use E.g., here are a eo-phi-normalizer/eo-phi-normalizer/test/eo/phi/rules/streams.yaml Lines 35 to 49 in 6f65f8c
This is what the ⟦
!τ1 ↦ !b1.java_util_Stream$map(α0 ↦ !b2) * !t1,
!B1,
ρ ↦ ∅
⟧ It's unclear whether Also, should the eo-phi-normalizer/eo-phi-normalizer/test/eo/phi/rules/streams.yaml Lines 43 to 46 in 6f65f8c
If the rules manipulate desugared expressions and hence needn't be desugared themselves, the expressions |
@deemp rules work only with desugared expressions |
@yegor256, should the void$\rho$ -attribute be inserted into formations with a $\Delta$ -attribute like in the second picture?
The text was updated successfully, but these errors were encountered: