move print_constant logic to heap_print.rs

This commit is contained in:
Mark Thom
2018-07-16 19:06:27 -06:00
parent f5e254dd64
commit c5e1a08214
5 changed files with 50 additions and 30 deletions

View File

@@ -17,12 +17,12 @@ pub mod copier;
pub mod debray_allocator;
pub mod fixtures;
pub mod heap_iter;
pub mod heap_print;
pub mod indexing;
pub mod io;
pub mod iterators;
pub mod or_stack;
#[macro_use]
pub mod parser;
pub mod io;
pub mod heap_print;
pub mod targets;
pub mod tabled_rc;