diff options
| author | Alasdair Armstrong | 2019-02-06 15:26:32 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-02-06 15:26:32 +0000 |
| commit | 55f65f92812a6927d5661c2c25a09051630334b3 (patch) | |
| tree | b82c48bddd3592854ac133be85a0e7dda22abd3e /lib/arith.sail | |
| parent | 0f736fcb7fd46d902dffa171d1458253b2070b79 (diff) | |
Fix some tests
Diffstat (limited to 'lib/arith.sail')
| -rw-r--r-- | lib/arith.sail | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arith.sail b/lib/arith.sail index b233048e..8825ac2f 100644 --- a/lib/arith.sail +++ b/lib/arith.sail @@ -102,6 +102,7 @@ val abs_int = { smt : "abs", ocaml: "abs_int", lem: "abs_int", + c: "abs_int", coq: "Z.abs" } : (int, int) -> int |
