mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +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
|
@ -5,8 +5,8 @@ use roc_can::expr::{ClosureData, Expr, Recursive};
|
|||
use roc_can::pattern::Pattern;
|
||||
use roc_can::scope::Scope;
|
||||
use roc_collections::all::{MutSet, SendMap};
|
||||
use roc_module::ident::TagName;
|
||||
use roc_module::called_via::CalledVia;
|
||||
use roc_module::ident::TagName;
|
||||
use roc_module::symbol::Symbol;
|
||||
use roc_region::all::{Located, Region};
|
||||
use roc_types::subs::{VarStore, Variable};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue