clarify old constraint gen is now just for the builtins

This commit is contained in:
Folkert 2022-03-11 19:25:42 +01:00
parent aebb3a162e
commit 30e7d94c95
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
6 changed files with 31 additions and 108 deletions

View file

@ -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)]