mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Pretty-print canonicalized declarations
This commit is contained in:
parent
7135df6d2f
commit
3a2cd2f7c8
2 changed files with 85 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue