Commit Graph

30 Commits

Author SHA1 Message Date
Simon Shine
fc26d05306
Fix broken author homepage links, add Exercism.io link
The homepages for @sshine and @davidpdrsn were broken.

Add "Further reading" link to Exercism.io's SML track.
2019-12-12 07:14:11 +01:00
Chariton Charitonidis
c4664b31e5
Added a comment to better demonstrate custom datatypes.
It is not obvious for a beginner (like me) to declare a new value of the temp datatype which can be either C (celsius) or F (fahrenheit). I think it would be better to demonstrate the declaration of such a datatype.
2019-03-15 11:01:23 +02:00
Chris Wilson
9999a30e04
Add case expression to SML docs
Show an example of pattern-matching using the case expression.
2018-01-04 15:49:43 -06:00
Patrick T Coakley
5e6262e90d Add a link to ML For The Working Programmer, as it has recently been released for free for personal use by the original author. 2017-09-12 11:58:44 -04:00
Pratik Karki
4004e7b35d Merge pull request #2821 from k4rtik/patch-1
[standard-ml/en] Redundancy is not permitted in pattern matching
2017-08-25 15:00:36 +05:45
Pratik Karki
b4634d490d Add filename(#2832) 2017-08-25 14:11:50 +05:45
HairyFotr
985d23a52b
Fix a bunch of typos 2017-08-23 10:14:39 +02:00
Kartik Singhal
6b2d12747b Use the correct identifier name 2017-08-08 17:26:07 -07:00
Kartik Singhal
add335bd0b Redundancy is not permitted in pattern matching 2017-08-08 17:19:21 -07:00
Yu Zhang
d8a3184a73 [standard-ml/en-en] Format fixing and some APIs (#2645)
* [standard-ml/en-en] Format fixing

* [standard-ml/en-en] Add descriptions for `map` and `foldl`

* [standard-ml/en-en] Add myself as a contributor

* review
2017-02-10 08:54:31 +01:00
Geoffrey Liu
273fa8606b [racket/en] Add more details about Racket (#2278)
* Add let* and letrec reference

* More elaboration on structs

* Add code about predefined car, cdr functions

* Mention explicit typing, int to real conversion
2016-06-26 15:21:13 +02:00
inaimathi
21c3187f11 Fix indentation 2015-06-06 12:53:33 -04:00
inaimathi
152c03ddf9 Add notes about records to Standard ML page. 2015-06-06 12:51:45 -04:00
James Baker
183ca56459 Add myself as a contributor 2015-04-26 10:08:17 +01:00
James Baker
f8260574d9 Add examples of imperative-style control
Make reference and update, add use of a while and use of seq
2015-04-26 10:00:21 +01:00
James Baker
02bc518351 Standard ML has references
Standard ML is not a pure language and has imperative structures like
references while and seq
2015-04-26 09:59:15 +01:00
Simon Shine
bf659f14cf [standard-ml/en-en] Some format fixing, variable renaming, some more about exceptions 2013-12-16 21:42:15 +01:00
Adam
e26c663f75 Fix standard ml 2013-12-11 08:40:07 -08:00
David Pedersen
d71ac35d72 [standard-ml/en-en] infix functions 2013-12-05 12:43:13 +01:00
David Pedersen
acc2dda568 [standard-ml/en-en] align things a little 2013-12-05 12:34:04 +01:00
David Pedersen
a03869362b [standard-ml/en-en] Exceptions 2013-12-05 12:33:02 +01:00
David Pedersen
f1c96d5db0 [standard-ml/en-en] Small whitespace fix 2013-12-05 11:51:56 +01:00
David Pedersen
972a4bf802 [standard-ml/en-en] Update list doc again 2013-12-05 11:50:45 +01:00
David Pedersen
b8857e9266 [standard-ml/en-en] Add myself as a collaborator 2013-12-05 11:48:02 +01:00
David Pedersen
ed82f1d868 [standard-ml/en-en] Add missing comma 2013-12-05 11:47:48 +01:00
David Pedersen
e76f7cd452 [standard-ml/en-en] Update to list part 2013-12-05 11:45:43 +01:00
Simon Shine
699dc938e9 [standard-ml/en-en] Removing syntax errors and fixing solve2 function 2013-12-03 07:27:29 +01:00
Simon Shine
02b8d51897 [standard-ml/en-en] Silly reversal of Markdown URL tags 2013-12-02 13:21:00 +01:00
Simon Shine
9b43a17fb5 [standard-ml/en-en] SML syntax highlighting on GitHub 2013-12-02 13:12:39 +01:00
Simon Shine
6e6d88e25f [standard-ml/en-en] Created tutorial from scratch 2013-12-02 13:08:28 +01:00