Pretty-print canonicalized declarations

This commit is contained in:
Ayaz Hafiz 2022-12-12 10:28:23 -06:00
parent 7135df6d2f
commit 3a2cd2f7c8
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 85 additions and 4 deletions

View file

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