Changeset 66 for Deliverables/D4.1/Nibble.ml
- Timestamp:
- Sep 13, 2010, 3:15:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D4.1/Nibble.ml
r64 r66 41 41 end 42 42 43 module NibbleFunctor(Bit: BIT) : NIBBLE with type bit = Bit.bit = 43 module NibbleFunctor(Bit: BIT) : NIBBLE 44 with type bit = Bit.bit = 44 45 struct 45 46 type bit = Bit.bit
Note: See TracChangeset
for help on using the changeset viewer.