mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Byte deletion party
This commit is contained in:
parent
54f4a70a0b
commit
f1180a1549
6 changed files with 20 additions and 25 deletions
|
@ -8,7 +8,7 @@ use roc_module::ident::TagName;
|
|||
use roc_module::symbol::{ModuleId, Symbol};
|
||||
use roc_region::all::{Loc, Region};
|
||||
use roc_types::subs::{ExhaustiveMark, IllegalCycleMark, Variable};
|
||||
use roc_types::types::{Category, PatternCategory, Type, TypeTag, Types};
|
||||
use roc_types::types::{Category, PatternCategory, TypeTag, Types};
|
||||
|
||||
pub struct Constraints {
|
||||
pub constraints: Vec<Constraint>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue