summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/_tags2
-rw-r--r--lib/vector_dec.sail2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/_tags b/lib/_tags
index 2e012a97..ced67350 100644
--- a/lib/_tags
+++ b/lib/_tags
@@ -1,3 +1,3 @@
true: debug
<*.m{l,li}>: package(lem), package(linksem), package(zarith)
-<main.native>: package(lem), package(linksem), package(zarith) \ No newline at end of file
+<main.native>: package(lem), package(linksem), package(zarith)
diff --git a/lib/vector_dec.sail b/lib/vector_dec.sail
index d9b80b32..ad59f50e 100644
--- a/lib/vector_dec.sail
+++ b/lib/vector_dec.sail
@@ -5,7 +5,7 @@ $include <flow.sail>
type bits ('n : Int) = vector('n, dec, bit)
-val "eq_bit" : (bit, bit) -> bool
+val eq_bit = { lem : "eq", _ : "eq_bit" } : (bit, bit) -> bool
val eq_bits = {
ocaml: "eq_list",