[MLton-commit] r5654

Matthew Fluet fluet at mlton.org
Tue Jun 19 09:27:43 PDT 2007


Expose Choose functors from c-types.mlb
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/basis-library/c-types.mlb

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

Modified: mlton/branches/on-20050822-x86_64-branch/basis-library/c-types.mlb
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/basis-library/c-types.mlb	2007-06-19 16:26:48 UTC (rev 5653)
+++ mlton/branches/on-20050822-x86_64-branch/basis-library/c-types.mlb	2007-06-19 16:27:42 UTC (rev 5654)
@@ -13,21 +13,18 @@
 in
    local
       basis.mlb
-      config/choose-int.sml
-      config/choose-real.sml
-      config/choose-word.sml
-      config/c/word-to-bool.sml
-      config/bind/int-top.sml 
-      config/bind/real-top.sml 
-      config/bind/word-top.sml 
-      ann "forceUsed" in
+      local
+         config/choose-int.sml
+         config/choose-real.sml
+         config/choose-word.sml
+         config/c/word-to-bool.sml
+         config/bind/int-top.sml 
+         config/bind/real-top.sml 
+         config/bind/word-top.sml 
+      in ann "forceUsed" in
          config/c/$(TARGET_ARCH)-$(TARGET_OS)/c-types.sml
-      end
+      end end
    in
-      signature CHOOSE_INTN_ARG
-      signature CHOOSE_WORDN_ARG
-      signature CHOOSE_REALN_ARG
-
       structure C_Char
       structure C_SChar
       functor C_SChar_ChooseIntN




More information about the MLton-commit mailing list