Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix broken author homepage links, add Exercism.io link | Simon Shine | 2019-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 Charitonidis | 2019-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 docs | Chris Wilson | 2018-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 Coakley | 2017-09-12 | -1/+1 |
| | | | | released for free for personal use by the original author. | |||
* | Merge pull request #2821 from k4rtik/patch-1 | Pratik Karki | 2017-08-25 | -1/+4 |
|\ | | | | | [standard-ml/en] Redundancy is not permitted in pattern matching | |||
| * | Redundancy is not permitted in pattern matching | Kartik Singhal | 2017-08-08 | -1/+4 |
| | | ||||
* | | Add filename(#2832) | Pratik Karki | 2017-08-25 | -0/+1 |
| | | ||||
* | | Fix a bunch of typos | HairyFotr | 2017-08-23 | -1/+1 |
| | | ||||
* | | Use the correct identifier name | Kartik Singhal | 2017-08-08 | -1/+1 |
|/ | ||||
* | [standard-ml/en-en] Format fixing and some APIs (#2645) | Yu Zhang | 2017-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 Liu | 2016-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 indentation | inaimathi | 2015-06-06 | -1/+1 |
| | ||||
* | Add notes about records to Standard ML page. | inaimathi | 2015-06-06 | -6/+36 |
| | ||||
* | Add myself as a contributor | James Baker | 2015-04-26 | -0/+1 |
| | ||||
* | Add examples of imperative-style control | James Baker | 2015-04-26 | -0/+19 |
| | | | | Make reference and update, add use of a while and use of seq | |||
* | Standard ML has references | James Baker | 2015-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 Shine | 2013-12-16 | -39/+60 |
| | | | | exceptions | |||
* | Fix standard ml | Adam | 2013-12-11 | -3/+2 |
| | ||||
* | [standard-ml/en-en] infix functions | David Pedersen | 2013-12-05 | -0/+18 |
| | ||||
* | [standard-ml/en-en] align things a little | David Pedersen | 2013-12-05 | -1/+1 |
| | ||||
* | [standard-ml/en-en] Exceptions | David Pedersen | 2013-12-05 | -0/+22 |
| | ||||
* | [standard-ml/en-en] Small whitespace fix | David Pedersen | 2013-12-05 | -1/+1 |
| | ||||
* | [standard-ml/en-en] Update list doc again | David Pedersen | 2013-12-05 | -1/+1 |
| | ||||
* | [standard-ml/en-en] Add myself as a collaborator | David Pedersen | 2013-12-05 | -0/+1 |
| | ||||
* | [standard-ml/en-en] Add missing comma | David Pedersen | 2013-12-05 | -1/+1 |
| | ||||
* | [standard-ml/en-en] Update to list part | David Pedersen | 2013-12-05 | -1/+2 |
| | ||||
* | [standard-ml/en-en] Removing syntax errors and fixing solve2 function | Simon Shine | 2013-12-03 | -9/+9 |
| | ||||
* | [standard-ml/en-en] Silly reversal of Markdown URL tags | Simon Shine | 2013-12-02 | -3/+3 |
| | ||||
* | [standard-ml/en-en] SML syntax highlighting on GitHub | Simon Shine | 2013-12-02 | -1/+1 |
| | ||||
* | [standard-ml/en-en] Created tutorial from scratch | Simon Shine | 2013-12-02 | -0/+334 |