mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Move parse::operator into module::operator
This commit is contained in:
parent
f47d96e1a4
commit
101dc80ae5
13 changed files with 18 additions and 19 deletions
|
@ -299,7 +299,7 @@ impl<'a> RocDocAllocator<'a> {
|
|||
|
||||
pub fn binop(
|
||||
&'a self,
|
||||
content: roc_parse::operator::BinOp,
|
||||
content: roc_module::operator::BinOp,
|
||||
) -> DocBuilder<'a, Self, Annotation> {
|
||||
self.text(content.to_string()).annotate(Annotation::BinOp)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue