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:
ayazhafiz 2021-11-18 00:09:53 -05:00
parent 30955a1eb8
commit 8a60162a1e
15 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
use roc_collections::all::MutSet;
use roc_module::ident::{Ident, Lowercase, ModuleName, TagName};
use roc_module::operator::BinOp;
use roc_module::called_via::BinOp;
use roc_module::symbol::{ModuleId, Symbol};
use roc_parse::ast::Base;
use roc_parse::pattern::PatternType;