diff options
Diffstat (limited to 'src/Execution/Label.php')
| -rw-r--r-- | src/Execution/Label.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Execution/Label.php b/src/Execution/Label.php deleted file mode 100644 index cc14c4f..0000000 --- a/src/Execution/Label.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Execution; - -final readonly class Label -{ - /** - * @param int<0, max> $arity - */ - public function __construct( - public int $arity, - ) { - } -} |
