SCM Repository
Annotation of /sml/trunk/src/smlnj-lib/Controls/controls-lib.cm
Parent Directory
|
Revision Log
Revision 1193 - (view) (download)
1 : | blume | 1145 | (* controls-lib.cm |
2 : | * | ||
3 : | * COPYRIGHT (c) 2002 Lucent Technologies, Bell Laboratories | ||
4 : | * | ||
5 : | jhr | 1193 | * An implementation of "controls" -- representing environment-configurable |
6 : | * global state (flags, options, ...) of a program. | ||
7 : | * | ||
8 : | blume | 1145 | * author: Matthias Blume |
9 : | *) | ||
10 : | jhr | 1193 | |
11 : | blume | 1145 | Library |
12 : | jhr | 1193 | |
13 : | signature CONTROLS | ||
14 : | structure Controls | ||
15 : | signature CONTROL_SET | ||
16 : | structure ControlSet | ||
17 : | signature CONTROL_REGISTRY | ||
18 : | structure ControlRegistry | ||
19 : | |||
20 : | blume | 1145 | is |
21 : | |||
22 : | jhr | 1193 | #if defined(NEW_CM) |
23 : | $/basis.cm | ||
24 : | $/smlnj-lib.cm | ||
25 : | #else | ||
26 : | ../Util/smlnj-lib.cm | ||
27 : | #endif | ||
28 : | |||
29 : | control-reps.sml | ||
30 : | controls-sig.sml | ||
31 : | controls.sml | ||
32 : | control-set-sig.sml | ||
33 : | control-set.sml | ||
34 : | registry-sig.sml | ||
35 : | registry.sml | ||
36 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |