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/src-std_lib-std_lib.mlb
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

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