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
currently we have only AST, HIR, MIR, LIR. However, AST have non typed phase and typed phase, and HIR has renamed (alpha converted) phase, flat_expr (K Normal) phase, flat_let (A Normal) phase.
Each phases should have its own representations
The text was updated successfully, but these errors were encountered:
currently we have only AST, HIR, MIR, LIR. However, AST have non typed phase and typed phase, and HIR has renamed (alpha converted) phase, flat_expr (K Normal) phase, flat_let (A Normal) phase.
Each phases should have its own representations
The text was updated successfully, but these errors were encountered: