Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an internal warning while typechecking (#761)
* Fix an internal warning while typechecking The current typechecking code logs: ``` WARNING: Pin #infer methods are deprecated. Use #typify or #probe instead. ``` Move the infer() call to typify(), as we know are interested in validating the declared type exists, not the inferred one. * Fix logic to account for class/module aliases
- Loading branch information