repo.or.cz
/
why3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'fix_missing_edited_files' into 'master'
[why3.git]
/
drivers
/
no-bv.gen
blob
83f7422200cc1b802c4ef3e3dcbb5d1175050f94
1
(* Why3 driver for noBV alternatives on bit-vector theories *)
2
3
theory bv.BV_Gen
4
remove prop nth_bv_def
5
remove prop eq_sub_bv_def
6
7
remove prop to_uint_add
8
remove prop to_uint_sub
9
remove prop to_uint_neg
10
remove prop to_uint_mul
11
end