implement foldl'

This commit is contained in:
2026-05-07 21:35:29 +08:00
parent cfd2df5d0e
commit 3d07f89afe
5 changed files with 113 additions and 6 deletions
+4 -1
View File
@@ -636,7 +636,10 @@ enum Scope<'ctx, 'id, 'ir> {
slot_id: u32,
},
Let(HashMap<StringId, GhostMaybeThunkRef<'id, 'ir>>),
Param { sym: StringId, abs_layer: u8 },
Param {
sym: StringId,
abs_layer: u8,
},
}
pub enum ExtraScope<'ctx> {