scilla
scilla copied to clipboard
Add phase name to error messages in Syntax.ml
As part of the multistaging issue, generation of error messges has been moved from TypeChecker.ml to Syntax.ml. However, the generated error messages reports type errors regardless of which phase causes the error.
The error message functions should somehow extract the phase name, either simply by accepting the phase name as a parameter, or through the enclosing functor somehow.
Is this still an issue?
I believe so. I don't think anyone has fixed it.