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
View File
@@ -171,6 +171,10 @@ pub enum PrimOpPhase {
FindFile,
Floor,
FoldlStrict,
FoldlStrictEmpty,
FoldlStrictCall1,
FoldlStrictCall2,
FoldlStrictUpdate,
FromJSON,
FromTOML,
FunctionArgs,