diff options
| author | Brian Campbell | 2019-03-19 14:37:37 +0000 |
|---|---|---|
| committer | Brian Campbell | 2019-03-19 14:37:37 +0000 |
| commit | 8274676f14f92438ae8d6707bce49ba599811421 (patch) | |
| tree | df78478370ed3c450195bb01280a7f7a5caade80 /lib/coq | |
| parent | 496e9cf4709318f304a312f99dad8264efc06bf5 (diff) | |
Coq: more test work
- add dummy print_bits function
- support int(1) like types in axioms
Diffstat (limited to 'lib/coq')
| -rw-r--r-- | lib/coq/Sail2_operators_mwords.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coq/Sail2_operators_mwords.v b/lib/coq/Sail2_operators_mwords.v index 7e4abe29..ebab269f 100644 --- a/lib/coq/Sail2_operators_mwords.v +++ b/lib/coq/Sail2_operators_mwords.v @@ -497,3 +497,4 @@ Definition set_slice_int len n lo (v : mword len) : Z := else n. Definition prerr_bits {a} (s : string) (bs : mword a) : unit := tt. +Definition print_bits {a} (s : string) (bs : mword a) : unit := tt. |
