mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Move solve and uniq tests into other crates
This commit is contained in:
parent
d8cf402528
commit
a2f5f6f9fb
21 changed files with 910 additions and 47 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue