Move can AST pretty-printing into roc_can::debug

This commit is contained in:
Ayaz Hafiz 2022-12-12 10:09:32 -06:00
parent fa58838f97
commit 7135df6d2f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
6 changed files with 18 additions and 11 deletions

View file

@ -0,0 +1,4 @@
mod pretty_print;
pub use pretty_print::pretty_print_def;
pub use pretty_print::Ctx as PPCtx;