mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +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
|
@ -3,7 +3,7 @@ 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::operator::CalledVia;
|
||||
use roc_module::called_via::CalledVia;
|
||||
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