Move solve and uniq tests into other crates

This commit is contained in:
Richard Feldman 2020-03-06 02:39:40 -05:00
parent d8cf402528
commit a2f5f6f9fb
21 changed files with 910 additions and 47 deletions

View file

@ -14,4 +14,4 @@ pub mod builtins;
pub mod expr;
pub mod module;
pub mod pattern;
pub mod uniqueness;
pub mod uniq;