From f490780439450a06cf71eb40b453fc0154264337 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 14 Mar 2024 00:28:30 +0900 Subject: perf: unwrap StackEntry --- src/Execution/Label.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/Execution/Label.php (limited to 'src/Execution/Label.php') diff --git a/src/Execution/Label.php b/src/Execution/Label.php new file mode 100644 index 0000000..cc14c4f --- /dev/null +++ b/src/Execution/Label.php @@ -0,0 +1,16 @@ + $arity + */ + public function __construct( + public int $arity, + ) { + } +} -- cgit v1.2.3-70-g09d2