mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Rename roc_module::operator -> roc_module::called_via
A bit of a nit, but this file is now more general than just keeping track of operator methods.
This commit is contained in:
parent
30955a1eb8
commit
8a60162a1e
15 changed files with 17 additions and 17 deletions
|
@ -3,7 +3,7 @@ use crate::def::fmt_def;
|
|||
use crate::pattern::fmt_pattern;
|
||||
use crate::spaces::{add_spaces, fmt_comments_only, fmt_spaces, newline, NewlineAt, INDENT};
|
||||
use bumpalo::collections::String;
|
||||
use roc_module::operator::{self, BinOp};
|
||||
use roc_module::called_via::{self, BinOp};
|
||||
use roc_parse::ast::StrSegment;
|
||||
use roc_parse::ast::{
|
||||
AssignedField, Base, Collection, CommentOrNewline, Expr, Pattern, WhenBranch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue