mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
imports
This commit is contained in:
parent
6c95bc1fb9
commit
6ec977bf1c
6 changed files with 8 additions and 6 deletions
|
@ -9,7 +9,7 @@ use roc_collections::all::{MutMap, MutSet};
|
|||
use roc_error_macros::internal_error;
|
||||
use roc_module::symbol::Symbol;
|
||||
use roc_mono::{
|
||||
ir::{JoinPointId, Param},
|
||||
ir::{JoinPointId, Ownership, Param},
|
||||
layout::{Builtin, Layout, STLayoutInterner, TagIdIntType, UnionLayout},
|
||||
};
|
||||
use roc_target::TargetInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue