diff options
| author | Jon French | 2018-06-11 16:28:07 +0100 |
|---|---|---|
| committer | Jon French | 2018-06-11 16:28:07 +0100 |
| commit | 22aff19aeea53719004cca2b5c6b25d0a7ed0835 (patch) | |
| tree | 5d8bdfd982c5c0efde9c7eac021f6341af124e7f /lib | |
| parent | 4ddc0093cb9a833d0e92ed62541a14c5bb652367 (diff) | |
actually fix exist_pattern test
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/vector_dec.sail | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
