Remove cyclic import * that resolve probably shouldn't have accepted
This commit is contained in:
parent
3c4baf694e
commit
3aaef3b9c7
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import ast::*;
|
|||
import lexer::reader;
|
||||
import prec::{as_prec, token_to_binop};
|
||||
import attr::parser_attr;
|
||||
import common::*;
|
||||
import common::{seq_sep, seq_sep_opt, seq_sep_none, token_to_str};
|
||||
import common::{parser_common};
|
||||
import dvec::{dvec, extensions};
|
||||
|
||||
export file_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue