[MLton-commit] r5338

Vesa Karvonen vesak at mlton.org
Mon Feb 26 12:54:42 PST 2007


Scope annotations and local properly.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/async/unstable/lib.mlb

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

Modified: mltonlib/trunk/com/ssh/async/unstable/lib.mlb
===================================================================
--- mltonlib/trunk/com/ssh/async/unstable/lib.mlb	2007-02-26 20:01:16 UTC (rev 5337)
+++ mltonlib/trunk/com/ssh/async/unstable/lib.mlb	2007-02-26 20:54:42 UTC (rev 5338)
@@ -7,15 +7,17 @@
 local
    $(MLTON_LIB)/com/ssh/extended-basis/unstable/basis.mlb
    $(MLTON_LIB)/com/ssh/misc-util/unstable/lib.mlb
-
+in
    ann
       "forceUsed"
       "sequenceNonUnit warn"
       "warnUnused true"
    in
-      public/async.sig
-      detail/async.sml
+      local
+         public/async.sig
+         detail/async.sml
+      in
+         public/export.sml
+      end
    end
-in
-   public/export.sml
 end




More information about the MLton-commit mailing list