mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Move unify::Mode to roc_solve_schema
This commit is contained in:
parent
87d108eccc
commit
18e9f8f034
19 changed files with 140 additions and 98 deletions
3
crates/compiler/solve_schema/src/lib.rs
Normal file
3
crates/compiler/solve_schema/src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
mod unify;
|
||||
|
||||
pub use unify::UnificationMode;
|
Loading…
Add table
Add a link
Reference in a new issue