Merge branch 'upgrade-altergo-2.6.0' into 'master'
[why3.git] / drivers / no-bv.gen
blob83f7422200cc1b802c4ef3e3dcbb5d1175050f94
1 (* Why3 driver for noBV alternatives on bit-vector theories *)
3 theory bv.BV_Gen
4   remove prop nth_bv_def
5   remove prop eq_sub_bv_def
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