lift the inference engine up a level
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::syntax::Program as Syntax;
|
||||
use crate::{backend::Backend, ir::TypeInferenceResult};
|
||||
use crate::{backend::Backend, type_infer::TypeInferenceResult};
|
||||
use codespan_reporting::{
|
||||
diagnostic::Diagnostic,
|
||||
files::SimpleFiles,
|
||||
|
||||
Reference in New Issue
Block a user