You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've talked about Qi Normal Form a lot and have implemented a lot of normalization rules in the compiler, bu we haven't actually defined what Qi Normal Form is aside from saying that it's a "simple" and "reduced" canonical form of the source syntax. It will likely be informed by the specific optimizations we hope to do, since these optimizations may impose requirements on the normal form.
We've talked about Qi Normal Form a lot and have implemented a lot of normalization rules in the compiler, bu we haven't actually defined what Qi Normal Form is aside from saying that it's a "simple" and "reduced" canonical form of the source syntax. It will likely be informed by the specific optimizations we hope to do, since these optimizations may impose requirements on the normal form.
See also: Qi Normal Form and Proving Correctness
The text was updated successfully, but these errors were encountered: