diff options
author | Simon Shine <shreddedglory@gmail.com> | 2013-12-02 13:21:00 +0100 |
---|---|---|
committer | Simon Shine <shreddedglory@gmail.com> | 2013-12-02 13:21:00 +0100 |
commit | 02b8d51897502dab5253176162d996ca05ea9cdd (patch) | |
tree | e24ae897b9c73404962dfcebb8673f944521d36f | |
parent | 9b43a17fb5cf88a31419d20fbb34f84749317b13 (diff) |
[standard-ml/en-en] Silly reversal of Markdown URL tags
-rw-r--r-- | standard-ml.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/standard-ml.html.markdown b/standard-ml.html.markdown index 98c2ea39..b586efa5 100644 --- a/standard-ml.html.markdown +++ b/standard-ml.html.markdown @@ -326,9 +326,9 @@ val test_poem = readPoem "roses.txt" (* gives [ "Roses are red,", ## Further learning * Install an interactive compiler (REPL), for example - [http://www.polyml.org/](Poly/ML), - [http://mosml.org](Moscow ML) or - [http://smlnj.org/](SML/NJ). + [Poly/ML](http://www.polyml.org/), + [Moscow ML](http://mosml.org) + [SML/NJ](http://smlnj.org/). * Follow the Coursera course [Programming Languages](https://www.coursera.org/course/proglang). * Get the book *ML for the Working Programmer* by Larry C. Paulson. |