diff options
author | Andre Polykanine A.K.A. Menelion ElensĂșlĂ« <andre@oire.org> | 2017-09-13 02:11:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-13 02:11:47 +0300 |
commit | 8cba5570bdd5b0d094258e5bc6893ac940e036cf (patch) | |
tree | 940c817e0bb2ab16221196529f98fec0a1e2e44a | |
parent | 4fd02c3116e724c847c492b2e4f3043a0cfad435 (diff) | |
parent | 5e6262e90d941059f7c5c5abda12326615ba1c4b (diff) |
Merge pull request #2857 from patricktcoakley/new-edits
[sml/en] Add a link to ML For The Working Programmer
-rw-r--r-- | standard-ml.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standard-ml.html.markdown b/standard-ml.html.markdown index e1fe0d19..5db15b5c 100644 --- a/standard-ml.html.markdown +++ b/standard-ml.html.markdown @@ -463,5 +463,5 @@ fun decrement_ret x y = (x := !x - 1; y) [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. +* Read *[ML for the Working Programmer](https://www.cl.cam.ac.uk/~lp15/MLbook/pub-details.html)* by Larry C. Paulson. * Use [StackOverflow's sml tag](http://stackoverflow.com/questions/tagged/sml). |