Byte deletion party

This commit is contained in:
Ayaz Hafiz 2022-11-09 09:18:42 -06:00
parent 54f4a70a0b
commit f1180a1549
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
6 changed files with 20 additions and 25 deletions

View file

@ -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>,