Changeset 67 for Deliverables/D4.1/Byte.ml
- Timestamp:
- Sep 13, 2010, 4:15:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D4.1/Byte.ml
r66 r67 50 50 end 51 51 52 module ByteFunctor(Bit: BIT) (Nibble: NIBBLE with type bit = Bit.bit): BYTE 52 module ByteFunctor(Bit: BIT) 53 (Nibble: NIBBLE with type bit = Bit.bit): BYTE 53 54 with type bit = Bit.bit 54 55 and type nibble = Nibble.nibble =
Note: See TracChangeset
for help on using the changeset viewer.