mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
simplify and fully implement comparisons
This commit is contained in:
parent
cefc1c775e
commit
af2ab24525
5 changed files with 125 additions and 266 deletions
|
@ -6,6 +6,7 @@
|
|||
#![allow(clippy::large_enum_variant, clippy::upper_case_acronyms)]
|
||||
|
||||
use bumpalo::{collections::Vec, Bump};
|
||||
use generic64::CompareOperation;
|
||||
use roc_builtins::bitcode::{self, FloatWidth, IntWidth};
|
||||
use roc_collections::all::{MutMap, MutSet};
|
||||
use roc_error_macros::internal_error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue