mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
refactor and clean up
This commit is contained in:
parent
604dbf7215
commit
1981a7e467
7 changed files with 355 additions and 241 deletions
|
@ -14,7 +14,7 @@ use roc_types::boolean_algebra::{Atom, Bool};
|
|||
use roc_types::subs::{VarStore, Variable};
|
||||
use roc_types::types::AnnotationSource::{self, *};
|
||||
use roc_types::types::Type::{self, *};
|
||||
use roc_types::types::{Alias, Category, PReason, PatternCategory, Reason};
|
||||
use roc_types::types::{Alias, Category, PReason, Reason};
|
||||
use roc_uniq::builtins::{attr_type, empty_list_type, list_type, str_type};
|
||||
use roc_uniq::sharing::{self, Container, FieldAccess, Mark, Usage, VarUsage};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue