diff options
Diffstat (limited to 'src/Execution/ElemInst.php')
| -rw-r--r-- | src/Execution/ElemInst.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Execution/ElemInst.php b/src/Execution/ElemInst.php deleted file mode 100644 index 24e655c..0000000 --- a/src/Execution/ElemInst.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Execution; - -use Nsfisis\Waddiwasi\Structure\Types\RefType; - -final readonly class ElemInst -{ - /** - * @param list<Ref> $elem - */ - public function __construct( - public RefType $type, - public array $elem, - ) { - } -} |
