summaryrefslogtreecommitdiff
path: root/test/c/eq_struct.sail
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/eq_struct.sail')
-rw-r--r--test/c/eq_struct.sail2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c/eq_struct.sail b/test/c/eq_struct.sail
index b4258569..9da12aae 100644
--- a/test/c/eq_struct.sail
+++ b/test/c/eq_struct.sail
@@ -3,7 +3,7 @@ default Order dec
$include <flow.sail>
$include <exception_basic.sail>
-val eq = "eq_anything" : forall ('a : Type). ('a, 'a) -> bool
+val eq = { lem: "eq", _: "eq_anything" } : forall ('a : Type). ('a, 'a) -> bool
overload operator == = {eq}