Merge pull request #2012 from rtfeldman/i/1714

Take syntactic sugar into account when reporting errors
This commit is contained in:
Folkert de Vries 2021-11-19 10:26:24 +01:00 committed by GitHub
commit 71233fcfc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 142 additions and 47 deletions

View file

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