mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fix mono tests
This commit is contained in:
parent
1708484eb5
commit
cfce0235f2
2 changed files with 2 additions and 5 deletions
|
@ -6,7 +6,7 @@ use crate::num::{
|
|||
finish_parsing_base, finish_parsing_float, finish_parsing_int, float_expr_from_result,
|
||||
int_expr_from_result, num_expr_from_result,
|
||||
};
|
||||
use crate::pattern::{canonicalize_pattern, symbols_from_pattern, Pattern};
|
||||
use crate::pattern::{canonicalize_pattern, Pattern};
|
||||
use crate::procedure::References;
|
||||
use crate::scope::Scope;
|
||||
use inlinable_string::InlinableString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue