roc/crates/compiler/can/src/debug.rs
2022-12-12 10:28:23 -06:00

5 lines
144 B
Rust

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