CVS: sml/src/smlnj-lib/Util smlnj-lib.cm,1.14,1.15
John Reppy <[email protected]>
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/sml/src/smlnj-lib/Util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15803 Modified Files: smlnj-lib.cm Log Message: Adding interval sets to CM file. Index: smlnj-lib.cm =================================================================== RCS file: /cvsroot/smlnj/sml/src/smlnj-lib/Util/smlnj-lib.cm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** smlnj-lib.cm 5 Aug 2005 02:26:29 -0000 1.14 --- smlnj-lib.cm 25 Oct 2005 15:41:42 -0000 1.15 *************** *** 23,26 **** --- 23,28 ---- signature HASH_TABLE signature INT_INF + signature INTERVAL_DOMAIN + signature INTERVAL_SET signature IO_UTIL signature GET_OPT *************** *** 109,112 **** --- 111,115 ---- functor HashTableFn functor Hash2TableFn + functor IntervalSetFn functor KeywordFn functor LeftPriorityQFn *************** *** 182,185 **** --- 185,191 ---- int-redblack-map.sml int-redblack-set.sml + interval-domain-sig.sml + interval-set-fn.sml + interval-set-sig.sml io-util-sig.sml io-util.sml ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information