Rename additional stale roc_module::operator refs and format

This commit is contained in:
ayazhafiz 2021-11-18 00:17:52 -05:00
parent 8a60162a1e
commit 8b7217847d
11 changed files with 32 additions and 32 deletions

View file

@ -3,9 +3,9 @@ use crate::subs::{
GetSubsSlice, RecordFields, Subs, UnionTags, VarStore, Variable, VariableSubsSlice,
};
use roc_collections::all::{ImMap, ImSet, Index, MutSet, SendMap};
use roc_module::called_via::CalledVia;
use roc_module::ident::{ForeignSymbol, Ident, Lowercase, TagName};
use roc_module::low_level::LowLevel;
use roc_module::called_via::CalledVia;
use roc_module::symbol::{Interns, ModuleId, Symbol};
use roc_region::all::{Located, Region};
use std::fmt;