[MLton-commit] r6097
    Vesa Karvonen 
    vesak at mlton.org
       
    Fri Oct 26 22:02:33 PDT 2007
    
    
  
Restored datatype replication of bool as MLKit (rev 2287) supports it now.
----------------------------------------------------------------------
U   mltonlib/trunk/com/ssh/extended-basis/unstable/public/data/bool.sig
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/public/data/bool.sig
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/public/data/bool.sig	2007-10-26 12:02:06 UTC (rev 6096)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/data/bool.sig	2007-10-27 05:02:33 UTC (rev 6097)
@@ -6,7 +6,7 @@
 
 (** Extended {BOOL} signature. *)
 signature BOOL = sig
-   type bool = bool
+   datatype bool = datatype bool
    (** The {bool} datatype. *)
 
    type t = bool
    
    
More information about the MLton-commit
mailing list