mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-25 21:37:48 +00:00
print formatted desugared code instead of ast
This commit is contained in:
parent
56eae5df95
commit
3e17168098
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ roc_error_macros = { path = "../../error_macros" }
|
|||
roc_exhaustive = { path = "../exhaustive" }
|
||||
roc_module = { path = "../module" }
|
||||
roc_parse = { path = "../parse" }
|
||||
roc_fmt = { path = "../fmt" }
|
||||
roc_problem = { path = "../problem" }
|
||||
roc_region = { path = "../region" }
|
||||
roc_serialize = { path = "../serialize" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue