roc/crates/compiler/can/src/debug.rs
2023-03-31 14:34:06 -05:00

6 lines
193 B
Rust

mod pretty_print;
pub use pretty_print::pretty_print_declarations;
pub use pretty_print::pretty_print_def;
pub use pretty_print::pretty_write_declarations;
pub use pretty_print::Ctx as PPCtx;