make a real fixed point

This commit is contained in:
Folkert 2024-04-02 13:32:47 +02:00
parent 48ddbec9d1
commit f361d79249
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 10 additions and 34 deletions

View file

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