source:
Deliverables/D2.2/8051/src/common/costLabel.mli
@
640
Last change on this file since 640 was 486, checked in by , 10 years ago | |
---|---|
File size: 259 bytes |
Line | |
---|---|
1 | |
2 | (** This module provides functions to manipulate and create fresh cost |
3 | labels. *) |
4 | |
5 | include StringSig.S |
6 | |
7 | (** [constant_map d x] produces a finite map which associates |
8 | [x] to every element of the set [d]. *) |
9 | val constant_map : Set.t -> 'a -> 'a Map.t |
Note: See TracBrowser
for help on using the repository browser.