parse error infrastructure

This commit is contained in:
Folkert 2020-04-15 21:10:14 +02:00
parent e21cdfc689
commit 719ef5b70e
10 changed files with 646 additions and 568 deletions

View file

@ -156,8 +156,7 @@ fn gen(
target: Triple,
dest_filename: &Path,
) {
use roc_reporting::report::{can_problem, RocDocAllocator, DEFAULT_PALETTE};
use roc_reporting::type_error::type_problem;
use roc_reporting::report::{can_problem, type_problem, RocDocAllocator, DEFAULT_PALETTE};
let src = loaded.src;
let home = loaded.module_id;