This commit is contained in:
Folkert 2023-05-17 20:20:14 +02:00
parent e33c2b3c84
commit 58d4ae91d2
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -11,8 +11,7 @@ use roc_module::symbol::Symbol;
use roc_mono::{
ir::{JoinPointId, Param},
layout::{
Builtin, InLayout, Layout, LayoutInterner, LayoutRepr, STLayoutInterner, TagIdIntType,
UnionLayout,
Builtin, InLayout, Layout, LayoutInterner, LayoutRepr, STLayoutInterner, UnionLayout,
},
};
use roc_target::TargetInfo;