summaryrefslogtreecommitdiffhomepage
path: root/standard-ml.html.markdown
Commit message (Collapse)AuthorAgeLines
* Fix broken author homepage links, add Exercism.io linkSimon Shine2019-12-12-2/+3
| | | | | The homepages for @sshine and @davidpdrsn were broken. Add "Further reading" link to Exercism.io's SML track.
* Added a comment to better demonstrate custom datatypes.Chariton Charitonidis2019-03-15-0/+3
| | | 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.
* Add `case` expression to SML docsChris Wilson2018-01-04-0/+11
| | | Show an example of pattern-matching using the case expression.
* Add a link to ML For The Working Programmer, as it has recently been ↵Patrick T Coakley2017-09-12-1/+1
| | | | released for free for personal use by the original author.
* Merge pull request #2821 from k4rtik/patch-1Pratik Karki2017-08-25-1/+4
|\ | | | | [standard-ml/en] Redundancy is not permitted in pattern matching
| * Redundancy is not permitted in pattern matchingKartik Singhal2017-08-08-1/+4
| |
* | Add filename(#2832)Pratik Karki2017-08-25-0/+1
| |
* | Fix a bunch of typosHairyFotr2017-08-23-1/+1
| |
* | Use the correct identifier nameKartik Singhal2017-08-08-1/+1
|/
* [standard-ml/en-en] Format fixing and some APIs (#2645)Yu Zhang2017-02-10-6/+15
| | | | | | | | | | * [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
* [racket/en] Add more details about Racket (#2278)Geoffrey Liu2016-06-26-0/+8
| | | | | | | | | | * Add let* and letrec reference * More elaboration on structs * Add code about predefined car, cdr functions * Mention explicit typing, int to real conversion
* Fix indentationinaimathi2015-06-06-1/+1
|
* Add notes about records to Standard ML page.inaimathi2015-06-06-6/+36
|
* Add myself as a contributorJames Baker2015-04-26-0/+1
|
* Add examples of imperative-style controlJames Baker2015-04-26-0/+19
| | | | Make reference and update, add use of a while and use of seq
* Standard ML has referencesJames Baker2015-04-26-2/+2
| | | | | Standard ML is not a pure language and has imperative structures like references while and seq
* [standard-ml/en-en] Some format fixing, variable renaming, some more about ↵Simon Shine2013-12-16-39/+60
| | | | exceptions
* Fix standard mlAdam2013-12-11-3/+2
|
* [standard-ml/en-en] infix functionsDavid Pedersen2013-12-05-0/+18
|
* [standard-ml/en-en] align things a littleDavid Pedersen2013-12-05-1/+1
|
* [standard-ml/en-en] ExceptionsDavid Pedersen2013-12-05-0/+22
|
* [standard-ml/en-en] Small whitespace fixDavid Pedersen2013-12-05-1/+1
|
* [standard-ml/en-en] Update list doc againDavid Pedersen2013-12-05-1/+1
|
* [standard-ml/en-en] Add myself as a collaboratorDavid Pedersen2013-12-05-0/+1
|
* [standard-ml/en-en] Add missing commaDavid Pedersen2013-12-05-1/+1
|
* [standard-ml/en-en] Update to list partDavid Pedersen2013-12-05-1/+2
|
* [standard-ml/en-en] Removing syntax errors and fixing solve2 functionSimon Shine2013-12-03-9/+9
|
* [standard-ml/en-en] Silly reversal of Markdown URL tagsSimon Shine2013-12-02-3/+3
|
* [standard-ml/en-en] SML syntax highlighting on GitHubSimon Shine2013-12-02-1/+1
|
* [standard-ml/en-en] Created tutorial from scratchSimon Shine2013-12-02-0/+334