SCM Repository
[smlnj] / smlnj-lib / trunk / Controls / control-set-sig.sml |
Diff of /smlnj-lib/trunk/Controls/control-set-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 1193, Thu May 16 18:44:04 2002 UTC | revision 1206, Tue May 21 01:41:44 2002 UTC | |
---|---|---|
# | Line 30 | Line 30 |
30 | val app : ({ctl : 'a control, info : 'b} -> unit) | val app : ({ctl : 'a control, info : 'b} -> unit) |
31 | -> ('a, 'b) control_set -> unit | -> ('a, 'b) control_set -> unit |
32 | ||
33 | (* convert the controls in a set to string controls and create a new set | |
34 | * for them. | |
35 | *) | |
36 | val stringControls : 'a Controls.value_cvt -> ('a, 'b) control_set | |
37 | -> (string, 'b) control_set | |
38 | ||
39 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |