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

@ -55,7 +55,7 @@ fn disjunction(free: VarId, rest: Vec<VarId>) -> SolvedType {
SolvedType::Boolean(SolvedAtom::Variable(free), solved_rest)
}
pub fn uniqueness_stdlib() -> StdLib {
pub fn uniq_stdlib() -> StdLib {
use crate::std::Mode;
let types = types();