[MLton-commit] r6151

Vesa Karvonen vesak at mlton.org
Thu Nov 8 23:51:32 PST 2007


Now that Poly/ML provides Int32, use it.

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

U   mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/polyml/basis.sml

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

Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/polyml/basis.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/polyml/basis.sml	2007-11-09 07:41:37 UTC (rev 6150)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/polyml/basis.sml	2007-11-09 07:51:32 UTC (rev 6151)
@@ -4,4 +4,4 @@
  * See the LICENSE file or http://mlton.org/License for details.
  *)
 
-structure BasisFixedInt = Int (* XXX This is a workaround! *)
+structure BasisFixedInt = Int32




More information about the MLton-commit mailing list