mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
clarify old constraint gen is now just for the builtins
This commit is contained in:
parent
aebb3a162e
commit
30e7d94c95
6 changed files with 31 additions and 108 deletions
|
@ -4,7 +4,7 @@ use roc_collections::all::MutMap;
|
|||
use roc_module::ident::Lowercase;
|
||||
use roc_module::symbol::Symbol;
|
||||
use roc_types::solved_types::{Solved, SolvedType};
|
||||
use roc_types::subs::{StorageSubs, Subs, VarStore, Variable};
|
||||
use roc_types::subs::{StorageSubs, Subs, Variable};
|
||||
use roc_types::types::Alias;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue