[MLton-commit] r5652

Matthew Fluet fluet at mlton.org
Tue Jun 19 09:25:41 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:14:53 UTC (rev 5651)
+++ mlton/branches/on-20050822-x86_64-branch/basis-library/c-types.mlb	2007-06-19 16:25:40 UTC (rev 5652)
@@ -25,29 +25,46 @@
          config/c/$(TARGET_ARCH)-$(TARGET_OS)/c-types.sml
       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
       structure C_UChar
+      functor C_UChar_ChooseWordN
+
       structure C_Short
       structure C_SShort
+      functor C_SShort_ChooseIntN
       structure C_UShort
+      functor C_UShort_ChooseWordN
+
       structure C_Int
       structure C_SInt
+      functor C_SInt_ChooseIntN
       structure C_UInt
+      functor C_UInt_ChooseWordN
+
       structure C_Long
       structure C_SLong
+      functor C_SLong_ChooseIntN
       structure C_ULong
+      functor C_ULong_ChooseWordN
+
       structure C_LongLong
       structure C_SLongLong
+      functor C_SLongLong_ChooseIntN
       structure C_ULongLong
+      functor C_ULongLong_ChooseWordN
+
       structure C_Float
+      functor C_Float_ChooseRealN
       structure C_Double
+      functor C_Double_ChooseRealN
+
       structure C_Size
-      structure C_Ptrdiff
-      structure C_Intmax
-      structure C_UIntmax
-      structure C_Intptr
-      structure C_UIntptr
-      structure C_SSize
+      functor C_Size_ChooseWordN
    end
 end




More information about the MLton-commit mailing list