Changeset 95 for Deliverables/D4.1/BitVectors.mli
- Timestamp:
- Sep 21, 2010, 1:22:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D4.1/BitVectors.mli
r92 r95 16 16 val from_byte7: byte7 -> bit * bit * bit * nibble 17 17 val mk_byte: nibble -> nibble -> byte 18 val mk_byte_from_bits: ((bit * bit * bit * bit) * (bit * bit * bit * bit)) -> byte 18 19 val from_byte: byte -> nibble * nibble 19 20 val mk_word: byte -> byte -> word … … 32 33 val (-|-): 'a vect -> 'a vect -> 'a vect 33 34 val (-^-): 'a vect -> 'a vect -> 'a vect 34 val not: 'a vect -> 'a vect35 val complement: 'a vect -> 'a vect 35 36 36 37 val iter_bits: (bit -> string) -> 'a vect -> string
Note: See TracChangeset
for help on using the changeset viewer.