add support for quoted atoms to writeq

This commit is contained in:
Mark Thom
2018-07-15 17:54:37 -06:00
parent 7527bc76f8
commit f5e254dd64
6 changed files with 40 additions and 26 deletions

View File

@@ -19,10 +19,10 @@ 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 targets;
pub mod tabled_rc;