[package] name = "roc_constrain" version = "0.0.1" authors = ["The Roc Contributors"] license = "UPL-1.0" edition = "2021" description = "Responsible for building the set of constraints that are used during type inference of a program, and for gathering context needed for pleasant error messages when a type error occurs." [dependencies] roc_collections = { path = "../collections" } roc_error_macros = { path = "../../error_macros" } roc_region = { path = "../region" } roc_module = { path = "../module" } roc_parse = { path = "../parse" } roc_problem = { path = "../problem" } roc_types = { path = "../types" } roc_can = { path = "../can" } arrayvec = "0.7.2"