Changeset 162 for Deliverables/D4.1/BitVectors.mli
- Timestamp:
- Oct 7, 2010, 2:49:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D4.1/BitVectors.mli
r147 r162 24 24 val from_word11: word11 -> bit * bit * bit * byte 25 25 26 val get_bit: 'a vect -> int -> bit option27 val set_bit: 'a vect -> int -> bit -> 'a vect option26 val get_bit: 'a vect -> int -> bit 27 val set_bit: 'a vect -> int -> bit -> 'a vect 28 28 29 29 val int_of_vect: 'a vect -> int
Note: See TracChangeset
for help on using the changeset viewer.