interface to the user interface description and command language Tcl/Tk. It allows the implementation of graphical user interfaces in a structured and reusable way, supported by the powerful module system of Standard ML. WWW: http://www.informatik.uni-bremen.de/~cxl/sml_tk PR: ports/119640 Submitted by: Timothy Bourke <timbob at bigpond.com>
22 lines
369 B
Text
22 lines
369 B
Text
--- src/toolkit/regExp/sources.cm.orig Fri Mar 30 23:39:59 2001
|
|
+++ src/toolkit/regExp/sources.cm Sun Jan 13 17:24:07 2008
|
|
@@ -1,9 +1,13 @@
|
|
-Group is
|
|
-
|
|
-../../std_lib/sources.cm
|
|
-
|
|
-match.sig rex.sml
|
|
- globber.sml
|
|
+Group
|
|
+ signature MATCH
|
|
+ structure Globber
|
|
+ structure Rex
|
|
+is
|
|
|
|
+ match.sig
|
|
+ rex.sml
|
|
+ globber.sml
|
|
|
|
+ $/basis.cm
|
|
+ $/smlnj-lib.cm
|
|
|