mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
Rename additional stale roc_module::operator refs and format
This commit is contained in:
parent
8a60162a1e
commit
8b7217847d
11 changed files with 32 additions and 32 deletions
|
@ -10,9 +10,9 @@ use crate::pattern::{canonicalize_pattern, Pattern};
|
|||
use crate::procedure::References;
|
||||
use crate::scope::Scope;
|
||||
use roc_collections::all::{ImSet, MutMap, MutSet, SendMap};
|
||||
use roc_module::called_via::{CalledVia, Sugar};
|
||||
use roc_module::ident::{ForeignSymbol, Lowercase, TagName};
|
||||
use roc_module::low_level::LowLevel;
|
||||
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