mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Move parse::operator into module::operator
This commit is contained in:
parent
f47d96e1a4
commit
101dc80ae5
13 changed files with 18 additions and 19 deletions
|
@ -4,9 +4,8 @@ use crate::spaces::{
|
|||
add_spaces, fmt_comments_only, fmt_condition_spaces, fmt_spaces, is_comment, newline, INDENT,
|
||||
};
|
||||
use bumpalo::collections::{String, Vec};
|
||||
use roc_module::operator::{self, BinOp};
|
||||
use roc_parse::ast::{AssignedField, Base, CommentOrNewline, Expr, Pattern, WhenBranch};
|
||||
use roc_parse::operator;
|
||||
use roc_parse::operator::BinOp;
|
||||
use roc_region::all::Located;
|
||||
|
||||
pub fn fmt_expr<'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue