mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-18 17:49:47 +00:00
Move can AST pretty-printing into roc_can::debug
This commit is contained in:
parent
fa58838f97
commit
7135df6d2f
6 changed files with 18 additions and 11 deletions
4
crates/compiler/can/src/debug.rs
Normal file
4
crates/compiler/can/src/debug.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
mod pretty_print;
|
||||
|
||||
pub use pretty_print::pretty_print_def;
|
||||
pub use pretty_print::Ctx as PPCtx;
|
Loading…
Add table
Add a link
Reference in a new issue