Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [ocaml/en] Update ocaml.html.markdown (#4818) | Luke Tong | 2023-12-31 | -8/+134 |
| | | | | | | | | | | | | | | | * Dune and Opam immutability by default records @ append operator ‘a option type example Tree type example more detail in pattern matching (exhaustiveness) is sorted and reverse list function examples Higher order functions transform and filter example mutable records, refs * fixed comment | |||
* | Proofread OCaml | Boris Verkhovskiy | 2023-07-19 | -33/+35 |
| | ||||
* | Add further resources | Stanislav (Stanley) Modrak | 2023-06-30 | -0/+5 |
| | ||||
* | Update ocaml.html.markdown (#4181) | 15532 | 2022-01-04 | -1/+1 |
| | ||||
* | [ocaml/en] Fix typo | Andrew Schwartzmeyer | 2019-01-09 | -1/+1 |
| | ||||
* | Remove per the request #3017 | Pratik Karki | 2018-02-28 | -1/+0 |
| | ||||
* | Add filename(#2832) | Pratik Karki | 2017-08-25 | -0/+1 |
| | ||||
* | Change anonymous function in List.filter example | juan70 | 2016-03-26 | -1/+1 |
| | | | Change into what is supposed to be better style, or maybe a more idiomatic way of writing the predicate. | |||
* | Fix typo | Jearvon Dharrie | 2016-02-26 | -1/+1 |
| | ||||
* | Update ocaml.html.markdown | Gloria Dwomoh | 2015-10-17 | -3/+3 |
| | ||||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -6/+6 |
| | ||||
* | [ocaml/en] Fix typo | Chenggang Duan | 2015-02-12 | -1/+1 |
| | ||||
* | [ocaml/en] Change the example of mutually recursive functions | Chenggang Duan | 2015-02-12 | -5/+10 |
| | | | | | Change the example to a meaningful and self-contained example of mutually recursive functions. | |||
* | Recursive function a little bit to recursive | Oscar | 2014-10-18 | -1/+1 |
| | | | Infinitely recursive | |||
* | Add anonymous functions and list map/filter sections to the OCaml tutorial. | Daniil Baturin | 2014-09-13 | -0/+6 |
| | ||||
* | Some information about the need for type annotations in OCaml tutorial. | Daniil Baturin | 2014-09-13 | -1/+7 |
| | ||||
* | Remove the signature explanation by grouping to avoid confusion | Daniil Baturin | 2014-09-13 | -2/+1 |
| | | | | with signature syntax for function types. | |||
* | Minor formatting and punctuation fix in the OCaml tutorial. | Daniil Baturin | 2014-09-12 | -4/+4 |
| | ||||
* | Break some long lines in OCaml tutorial to avoid horizontal scrolling. | Daniil Baturin | 2014-09-12 | -5/+6 |
| | ||||
* | Remove stray argument from the alternative matching syntax in OCaml tutorial. | Daniil Baturin | 2014-09-12 | -1/+1 |
| | | | | It wouldn't cause a syntax error, but wouldn't give intended result either. | |||
* | An overly simplified explanation of currying in OCaml tutorial. | Daniil Baturin | 2014-09-12 | -2/+8 |
| | ||||
* | F# is also related to the ML family. | Daniil Baturin | 2014-09-12 | -2/+4 |
| | ||||
* | Minor style notes in the OCaml tutorial. | Daniil Baturin | 2014-09-11 | -1/+9 |
| | ||||
* | Add a section about strings and characters to the OCaml tutorial. | Daniil Baturin | 2014-09-11 | -0/+33 |
| | ||||
* | The native compiler is ocamlopt, not ocamlc.opt. | Daniil Baturin | 2014-09-11 | -1/+1 |
| | | | | Artifacts of late-night writing. | |||
* | Fix up links. | Adam Bard | 2014-09-10 | -3/+3 |
| | ||||
* | Update ocaml.html.markdown | Adam Bard | 2014-09-10 | -1/+3 |
| | ||||
* | One more fix in the OCaml tutorial. | Daniil Baturin | 2014-09-10 | -1/+1 |
| | ||||
* | Fix some typos/errors in the OCaml tutorial. | Daniil Baturin | 2014-09-10 | -56/+56 |
| | ||||
* | Add OCaml tutorial. | Daniil Baturin | 2014-09-10 | -0/+309 |