Move constrain and its deps into their own crates

This commit is contained in:
Richard Feldman 2020-03-06 00:06:24 -05:00
parent 758de2e7bf
commit 908e485fca
58 changed files with 633 additions and 422 deletions

View file

@ -1,6 +1,6 @@
use crate::pretty_print_types::content_to_string;
use roc_can::problem::Problem;
use roc_module::symbol::{Interns, ModuleId, Symbol};
use roc_problem::can::Problem;
use roc_region::all::Region;
use roc_types::subs::{Content, Subs};
use std::path::PathBuf;