[MLton-commit] r6810

Wesley Terpstra wesley at mlton.org
Mon Aug 25 13:53:05 PDT 2008


typo
----------------------------------------------------------------------

U   mlton/trunk/package/mingw/Readme.rtf

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

Modified: mlton/trunk/package/mingw/Readme.rtf
===================================================================
--- mlton/trunk/package/mingw/Readme.rtf	2008-08-25 20:51:49 UTC (rev 6809)
+++ mlton/trunk/package/mingw/Readme.rtf	2008-08-25 20:53:05 UTC (rev 6810)
@@ -1,4 +1,4 @@
-MLton is a whole-program optimizing compiler for the Standard ML programming language. This package has associated MLton with .sml and .mlb files. Double-clicking on these files in the windows explorer will cause them to be compiled. MLton has also been placed into your system path so that you may use it from development environments such as Visual Studio or Eclipse by invoking 'mlton targetfile.sml'. Please refer to the manual for help on how to link MLton output against other programming libraries.
+MLton is a whole-program optimizing compiler for the Standard ML programming language. This package has associated MLton with .sml and .mlb files. Double-clicking on these files in the windows explorer will cause them to be compiled. MLton has also been placed into your system path so that you may use it from development environments such as Visual Studio or Eclipse by invoking 'mlton targetfile.sml'. Please refer to the manual for help on how to link MLton output against other programming languages.
 
 If you installed the bundled MSYS package (a *nix style-shell) you should find an icon to start it in the Start Menu. MSYS can invoke 'mlton' along with a plethora of other *nix command-line utilities, notably GNU 'make'. Simply start MSYS and type 'mlton your-program-here.sml' into the window which appears.
 




More information about the MLton-commit mailing list