mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +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
|
@ -12,7 +12,7 @@ use crate::scope::Scope;
|
|||
use roc_collections::all::{ImSet, MutMap, MutSet, SendMap};
|
||||
use roc_module::ident::{ForeignSymbol, Lowercase, TagName};
|
||||
use roc_module::low_level::LowLevel;
|
||||
use roc_module::operator::{CalledVia, Sugar};
|
||||
use roc_module::called_via::{CalledVia, Sugar};
|
||||
use roc_module::symbol::Symbol;
|
||||
use roc_parse::ast::{self, EscapedChar, StrLiteral};
|
||||
use roc_parse::pattern::PatternType::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue