[MLton-commit] r6062

Vesa Karvonen vesak at mlton.org
Sat Oct 6 14:27:11 PDT 2007


Added missing with-files for generics.
----------------------------------------------------------------------

A   mltonlib/trunk/com/ssh/generic/unstable/with/dynamic.sml
A   mltonlib/trunk/com/ssh/generic/unstable/with/type-exp.sml

----------------------------------------------------------------------

Added: mltonlib/trunk/com/ssh/generic/unstable/with/dynamic.sml
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/with/dynamic.sml	2007-10-06 21:26:39 UTC (rev 6061)
+++ mltonlib/trunk/com/ssh/generic/unstable/with/dynamic.sml	2007-10-06 21:27:10 UTC (rev 6062)
@@ -0,0 +1,14 @@
+(* Copyright (C) 2007 SSH Communications Security, Helsinki, Finland
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+signature Generic = sig
+   include Generic DYNAMIC
+end
+
+structure Generic : Generic = struct
+   structure Open = WithDynamic (Generic)
+   open Generic Open
+end


Property changes on: mltonlib/trunk/com/ssh/generic/unstable/with/dynamic.sml
___________________________________________________________________
Name: svn:eol-style
   + native

Added: mltonlib/trunk/com/ssh/generic/unstable/with/type-exp.sml
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/with/type-exp.sml	2007-10-06 21:26:39 UTC (rev 6061)
+++ mltonlib/trunk/com/ssh/generic/unstable/with/type-exp.sml	2007-10-06 21:27:10 UTC (rev 6062)
@@ -0,0 +1,14 @@
+(* Copyright (C) 2007 SSH Communications Security, Helsinki, Finland
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+signature Generic = sig
+   include Generic TYPE_EXP
+end
+
+structure Generic : Generic = struct
+   structure Open = WithTypeExp (Generic)
+   open Generic Open
+end


Property changes on: mltonlib/trunk/com/ssh/generic/unstable/with/type-exp.sml
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the MLton-commit mailing list