mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
optimize initial tag union creation
This commit is contained in:
parent
26da66d73f
commit
4cbb1c9b25
3 changed files with 106 additions and 76 deletions
|
@ -1,4 +1,4 @@
|
|||
use roc_collections::all::{default_hasher, MutMap};
|
||||
use roc_collections::all::MutMap;
|
||||
use roc_module::ident::{Lowercase, TagName};
|
||||
use roc_module::symbol::Symbol;
|
||||
use roc_types::subs::Content::{self, *};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue