[MLton-commit] r6380

Vesa Karvonen vesak at mlton.org
Mon Feb 4 17:17:37 PST 2008


Don't wrap libraries inside "local in" in an application MLB.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/generic/unstable/example/memoize.mlb

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

Modified: mltonlib/trunk/com/ssh/generic/unstable/example/memoize.mlb
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/example/memoize.mlb	2008-02-05 01:15:43 UTC (rev 6379)
+++ mltonlib/trunk/com/ssh/generic/unstable/example/memoize.mlb	2008-02-05 01:17:36 UTC (rev 6380)
@@ -4,21 +4,21 @@
  * See the LICENSE file or http://mlton.org/License for details.
  *)
 
-local
-   (* Libraries *)
-   $(MLTON_LIB)/com/ssh/extended-basis/unstable/basis.mlb
-   $(MLTON_LIB)/org/mlton/vesak/ds/unstable/lib.mlb
-   $(MLTON_LIB)/com/ssh/generic/unstable/lib.mlb
+(* Libraries *)
+$(MLTON_LIB)/com/ssh/extended-basis/unstable/basis.mlb
+$(MLTON_LIB)/org/mlton/vesak/ds/unstable/lib.mlb
+$(MLTON_LIB)/com/ssh/generic/unstable/lib.mlb
 
-   (* 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
+(* 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
 
+local
    ann
       "sequenceNonUnit warn"
       "warnUnused true"




More information about the MLton-commit mailing list