implement __functor

This commit is contained in:
2026-05-04 18:24:33 +08:00
parent b5246c04ae
commit 2fd034965b
7 changed files with 79 additions and 8 deletions
+2
View File
@@ -244,6 +244,8 @@ pub enum PrimOpPhase {
// TODO: split into separate enums
CallPattern,
CallFunctor1,
CallFunctor2,
Illegal,
}