Refactor error reporting in TypeInference
#78
Labels
enhancement
New feature or request
error messages
Improving error messages provided to the programmer
Refactoring of error reporting is motivated by the following needs.
toString
method #19 we need to run the type-checker of find the instance of methodtoString
. However, this could raise some type-errors, that should not be exposed to the user, or at least delayed until a proper message is displayed (about being unable to usetoString
method).The text was updated successfully, but these errors were encountered: