Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate evaluation from typing error types
Summary: Moves evaluation of typing errors to `typing_error_utils` ahead of adding types to typing errors. This is necessary since the evaluation / pretty-printing of errors will require a typing environment but we don't want to introduce this a dependency for typing errors. Reviewed By: shayne-fletcher Differential Revision: D45903186 fbshipit-source-id: fde56bf2b6bdd87097115ee992e1aabc2dd8fe7e
- Loading branch information