mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +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
|
@ -2,8 +2,8 @@ use bumpalo::collections::Vec;
|
|||
use bumpalo::Bump;
|
||||
use libloading::Library;
|
||||
use roc_gen_llvm::{run_jit_function, run_jit_function_dynamic_type};
|
||||
use roc_module::ident::TagName;
|
||||
use roc_module::called_via::CalledVia;
|
||||
use roc_module::ident::TagName;
|
||||
use roc_module::symbol::{Interns, ModuleId, Symbol};
|
||||
use roc_mono::ir::ProcLayout;
|
||||
use roc_mono::layout::{union_sorted_tags_help, Builtin, Layout, UnionLayout, UnionVariant};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue