This commit is contained in:
J.Teeuwissen 2023-01-04 13:34:31 +01:00
parent 6c95bc1fb9
commit 6ec977bf1c
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
6 changed files with 8 additions and 6 deletions

View file

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