diff options
| -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. | 
