[package] name = "roc_can" description = "Canonicalize a roc abstract syntax tree, resolving symbols, re-ordering definitions, and preparing a module for type inference." authors.workspace = true edition.workspace = true license.workspace = true version.workspace = true [dependencies] roc_collections.workspace = true roc_error_macros.workspace = true roc_exhaustive.workspace = true roc_module.workspace = true roc_parse.workspace = true roc_problem.workspace = true roc_region.workspace = true roc_serialize.workspace = true roc_types.workspace = true ven_pretty.workspace = true bitvec.workspace = true bumpalo.workspace = true static_assertions.workspace = true soa.workspace = true [dev-dependencies] indoc.workspace = true insta.workspace = true pretty_assertions.workspace = true test_compile.workspace = true