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>
19 lines
319 B
Plaintext
19 lines
319 B
Plaintext
local
|
|
$(SML_LIB)/basis/basis.mlb
|
|
lib-base-sig.sml
|
|
lib-base.sml
|
|
ord-key-sig.sml
|
|
ord-map-sig.sml
|
|
ord-set-sig.sml
|
|
binary-map-fn.sml
|
|
int-binary-set.sml
|
|
in
|
|
functor BinaryMapFn
|
|
structure IntBinarySet
|
|
signature LIB_BASE
|
|
structure LibBase
|
|
signature ORD_KEY
|
|
signature ORD_MAP
|
|
signature ORD_SET
|
|
end
|