[MLton-commit] r5856

Vesa Karvonen vesak at mlton.org
Mon Aug 13 02:32:02 PDT 2007


Using the T signature.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/generic/unstable/public/generics.sig

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

Modified: mltonlib/trunk/com/ssh/generic/unstable/public/generics.sig
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/public/generics.sig	2007-08-13 09:21:55 UTC (rev 5855)
+++ mltonlib/trunk/com/ssh/generic/unstable/public/generics.sig	2007-08-13 09:32:02 UTC (rev 5856)
@@ -18,14 +18,9 @@
       val toString : t -> String.t
    end
 
-   structure Record : sig
-      type t
-   end
+   structure Record : T
+   structure Tuple : T
 
-   structure Tuple : sig
-      type t
-   end
-
    val L : String.t -> Label.t
    val C : String.t -> Con.t
 end




More information about the MLton-commit mailing list