[MLton-commit] r6152
Vesa Karvonen
vesak at mlton.org
Thu Nov 8 23:54:31 PST 2007
UseLib use files for the Generics library.
----------------------------------------------------------------------
A mltonlib/trunk/com/ssh/generic/unstable/lib-with-default.use
A mltonlib/trunk/com/ssh/generic/unstable/test.use
----------------------------------------------------------------------
Added: mltonlib/trunk/com/ssh/generic/unstable/lib-with-default.use
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/lib-with-default.use 2007-11-09 07:51:32 UTC (rev 6151)
+++ mltonlib/trunk/com/ssh/generic/unstable/lib-with-default.use 2007-11-09 07:54:31 UTC (rev 6152)
@@ -0,0 +1,15 @@
+(* Copyright (C) 2007 Vesa Karvonen
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+lib {reqs = ["lib.use"],
+ self = ["with/generic.sml",
+ "with/eq.sml",
+ "with/type-hash.sml",
+ "with/type-info.sml",
+ "with/hash.sml",
+ "with/ord.sml",
+ "with/pretty.sml",
+ "with/close-pretty-with-extra.sml"]} ;
Property changes on: mltonlib/trunk/com/ssh/generic/unstable/lib-with-default.use
___________________________________________________________________
Name: svn:eol-style
+ native
Added: mltonlib/trunk/com/ssh/generic/unstable/test.use
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/test.use 2007-11-09 07:51:32 UTC (rev 6151)
+++ mltonlib/trunk/com/ssh/generic/unstable/test.use 2007-11-09 07:54:31 UTC (rev 6152)
@@ -0,0 +1,38 @@
+(* Copyright (C) 2007 Vesa Karvonen
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+lib {reqs = ["../../extended-basis/unstable/basis.use",
+ "../../unit-test/unstable/lib.use",
+ "lib.use",
+ "../../prettier/unstable/lib.use",
+ "../../random/unstable/lib.use"],
+ self = ["with/generic.sml",
+ "with/type-info.sml",
+ "with/type-hash.sml",
+ "with/hash.sml",
+ "with/pretty.sml",
+ "with/eq.sml",
+ "with/data-rec-info.sml",
+ "with/some.sml",
+ "with/pickle.sml",
+ "with/seq.sml",
+ "with/reduce.sml",
+ "with/transform.sml",
+ "with/fmap.sml",
+ "with/arbitrary.sml",
+ "with/size.sml",
+ "with/ord.sml",
+ "with/shrink.sml",
+ "with/close-pretty-with-extra.sml",
+ "with/reg-basis-exns.sml",
+ "../../unit-test/unstable/with/unit-test.sml",
+ "test/utils.fun",
+ "test/fmap.sml",
+ "test/pickle.sml",
+ "test/pretty.sml",
+ "test/reduce.sml",
+ "test/some.sml",
+ "test/transform.sml"]} ;
Property changes on: mltonlib/trunk/com/ssh/generic/unstable/test.use
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the MLton-commit
mailing list