[MLton-commit] r6298
Vesa Karvonen
vesak at mlton.org
Thu Jan 3 00:42:41 PST 2008
Use file for memoize example.
----------------------------------------------------------------------
A mltonlib/trunk/com/ssh/generic/unstable/example/memoize.use
----------------------------------------------------------------------
Added: mltonlib/trunk/com/ssh/generic/unstable/example/memoize.use
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/example/memoize.use 2008-01-03 07:51:49 UTC (rev 6297)
+++ mltonlib/trunk/com/ssh/generic/unstable/example/memoize.use 2008-01-03 08:42:40 UTC (rev 6298)
@@ -0,0 +1,21 @@
+(* Copyright (C) 2008 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 [(* Libraries *)
+ "${MLTON_LIB}/com/ssh/extended-basis/unstable/basis.use",
+ "${MLTON_LIB}/org/mlton/vesak/ds/unstable/lib.use",
+ "${MLTON_LIB}/com/ssh/generic/unstable/lib.use",
+
+ (* Composition of generics *)
+ "${MLTON_LIB}/com/ssh/generic/unstable/with/generic.sml",
+ "${MLTON_LIB}/com/ssh/generic/unstable/with/eq.sml",
+ "${MLTON_LIB}/com/ssh/generic/unstable/with/type-hash.sml",
+ "${MLTON_LIB}/com/ssh/generic/unstable/with/type-info.sml",
+ "${MLTON_LIB}/com/ssh/generic/unstable/with/hash.sml",
+ "${MLTON_LIB}/com/ssh/generic/unstable/with/pretty.sml",
+ "${MLTON_LIB}/com/ssh/generic/unstable/with/close-pretty-with-extra.sml",
+
+ "memoize.sml"] ;
Property changes on: mltonlib/trunk/com/ssh/generic/unstable/example/memoize.use
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the MLton-commit
mailing list