1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/sml_tk/files/patch-src-std_lib-sources.cm
Martin Wilke a15faa6309 sml_tk is a Standard ML package providing a portable, typed and abstract
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>
2008-06-21 09:56:54 +00:00

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