mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Move unique_builtins into builtins crate
This commit is contained in:
parent
cc92ca7e7c
commit
45bda2e0c7
9 changed files with 16 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::expr::constrain_decls;
|
||||
use roc_builtins::all::Mode;
|
||||
use roc_builtins::std::Mode;
|
||||
use roc_can::constraint::{Constraint, LetConstraint};
|
||||
use roc_can::def::Declaration;
|
||||
use roc_collections::all::{ImMap, MutMap, SendMap};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue