mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[standard-ml/en-en] Add missing comma
This commit is contained in:
parent
e76f7cd452
commit
ed82f1d868
@ -328,7 +328,7 @@ val test_poem = readPoem "roses.txt" (* gives [ "Roses are red,",
|
|||||||
|
|
||||||
* Install an interactive compiler (REPL), for example
|
* Install an interactive compiler (REPL), for example
|
||||||
[Poly/ML](http://www.polyml.org/),
|
[Poly/ML](http://www.polyml.org/),
|
||||||
[Moscow ML](http://mosml.org)
|
[Moscow ML](http://mosml.org),
|
||||||
[SML/NJ](http://smlnj.org/).
|
[SML/NJ](http://smlnj.org/).
|
||||||
* Follow the Coursera course [Programming Languages](https://www.coursera.org/course/proglang).
|
* Follow the Coursera course [Programming Languages](https://www.coursera.org/course/proglang).
|
||||||
* Get the book *ML for the Working Programmer* by Larry C. Paulson.
|
* Get the book *ML for the Working Programmer* by Larry C. Paulson.
|
||||||
|
Loading…
Reference in New Issue
Block a user