lift the inference engine up a level

This commit is contained in:
2023-07-21 21:40:41 -07:00
parent 9fb6bf3b86
commit a8d32a917f
9 changed files with 5 additions and 6 deletions

View File

@@ -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,