mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
a15faa6309
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>
27 lines
567 B
Plaintext
27 lines
567 B
Plaintext
--- src/std_lib/sources.cm.orig Sun Jan 13 17:28:30 2008
|
|
+++ src/std_lib/sources.cm Sun Jan 13 17:30:44 2008
|
|
@@ -1,7 +1,17 @@
|
|
-Group is
|
|
-
|
|
-lib-base-sig.sml lib-base.sml
|
|
-ord-key-sig.sml
|
|
-ord-set-sig.sml int-binary-set.sml
|
|
-ord-map-sig.sml binary-map-fn.sml
|
|
+Group
|
|
+ functor BinaryMapFn
|
|
+ structure IntBinarySet
|
|
+ signature LIB_BASE
|
|
+ structure LibBase
|
|
+ signature ORD_KEY
|
|
+ signature ORD_MAP
|
|
+ signature ORD_SET
|
|
+is
|
|
+ lib-base-sig.sml
|
|
+ lib-base.sml
|
|
+ ord-key-sig.sml
|
|
+ ord-set-sig.sml
|
|
+ int-binary-set.sml
|
|
+ ord-map-sig.sml
|
|
+ binary-map-fn.sml
|
|
|