mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
make a real fixed point
This commit is contained in:
parent
48ddbec9d1
commit
f361d79249
2 changed files with 10 additions and 34 deletions
|
@ -15,13 +15,12 @@ use roc_module::low_level::LowLevel;
|
|||
use roc_module::{low_level::LowLevelWrapperType, symbol::Symbol};
|
||||
|
||||
use crate::ir::ErasedField;
|
||||
use crate::layout::{LambdaName, Niche};
|
||||
use crate::{
|
||||
ir::{
|
||||
BranchInfo, Call, CallType, Expr, HigherOrderLowLevel, JoinPointId, ListLiteralElement,
|
||||
ModifyRc, Param, Proc, ProcLayout, Stmt,
|
||||
},
|
||||
layout::{InLayout, LayoutInterner, STLayoutInterner},
|
||||
layout::{InLayout, LayoutInterner, Niche, STLayoutInterner},
|
||||
low_level::HigherOrder,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue