roc/crates/compiler/can/src/debug.rs
2024-12-05 09:18:52 +00:00

5 lines
144 B
Rust

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