aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Types/ValType.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Types/ValType.php')
-rw-r--r--src/Structure/Types/ValType.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Structure/Types/ValType.php b/src/Structure/Types/ValType.php
index 58bf32c..bf072e2 100644
--- a/src/Structure/Types/ValType.php
+++ b/src/Structure/Types/ValType.php
@@ -20,4 +20,6 @@ abstract readonly class ValType
{
return new ValTypes\RefType($type);
}
+
+ abstract public function equals(ValType $other): bool;
}