Move can AST pretty-printing into roc_can::debug

This commit is contained in:
Ayaz Hafiz 2022-12-12 10:09:32 -06:00
parent fa58838f97
commit 7135df6d2f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
6 changed files with 18 additions and 11 deletions

View file

@ -28,3 +28,5 @@ pub mod string;
pub mod traverse;
pub use derive::DERIVED_REGION;
pub mod debug;