summaryrefslogtreecommitdiff
path: root/stdlib/listLabels.mli
Commit message (Expand)AuthorAgeFilesLines
* Add `find_mapi` and `find_index` to `List`, `Seq`, `Array` and `Float.Array`....Sima Kinsart2023-01-131-0/+15
* TRMC implementation of @ (#11859)Jeremy Yallop2023-01-051-5/+4
* rename the type of the accumulator of fold functions to 'accValentin Gatien-Baron2023-01-021-5/+5
* Merge pull request #11683 from dra27/sinceDavid Allsopp2022-10-311-16/+16
|\
| * Remove .0 from all @since, @before and @afterDavid Allsopp2022-10-311-16/+16
* | stdlib: add `List.is_empty` (#10464)Craig Ferguson2022-10-311-0/+6
|/
* Make List.{map,mapi,map2} TRMC (#11362)Nicolás Ojeda Bär2022-07-051-7/+5
* Improve the documentation of List and ListLabels (#11222)favonia2022-04-301-3/+3
* iterator -> sequenceJohn Whitington2021-01-211-1/+1
* Remove duplicate Iterators sections, unify elsewhereJohn Whitington2021-01-121-1/+1
* Move the examples of labeled functions to StdLabels (#9976)Xavier Leroy2020-10-151-10/+2
* assoc -> assoc_optJohn Whitington2020-09-111-1/+1
* Fix two little errorsJohn Whitington2020-09-111-1/+1
* Merge remote-tracking branch 'upstream/trunk' into trunkJohn Whitington2020-09-111-0/+15
|\
| * List.equal, List.compare (#9668)Gabriel Scherer2020-09-091-0/+32
| * Add partition_map to ListLabels.Jeremy Yallop2020-09-031-0/+15
* | Take account of GPR#9668John Whitington2020-09-101-0/+32
* | Rename tools/unlabel --> tools/sync_stdlib_docsJohn Whitington2020-09-101-2/+2
* | remove double @sincesJohn Whitington2020-08-031-4/+2
* | Fix label warningsJohn Whitington2020-07-311-2/+2
* | Labeled and unlabeled @sinces automaticallyJohn Whitington2020-07-301-2/+4
* | Fix smaller review comments from @dra27John Whitington2020-07-301-2/+2
* | Tildes back in labeled modulesJohn Whitington2020-07-291-24/+24
* | Replacing {!X.y} in doc comments with {!y}John Whitington2020-07-271-21/+21
* | Better warning for developersJohn Whitington2020-07-081-2/+6
* | Unify labeled and unlabeled Standard Library modulesJohn Whitington2020-07-071-69/+72
|/
* Consistently use @raise tags in Stdlib docs (#8644)Et7f32020-06-301-77/+120
* Fold map function for List (#8894)Bernhard Schommer2019-11-071-0/+7
* add List.filteri to the stdlib (#9059)zapashcanon2019-10-291-0/+7
* Comment fixesEl-Hassan Wanas2019-10-151-2/+2
* Updated documentation for StringLabels, ArrayLabels, ListLabels and BytesLabe...ElHassan Wanas2019-10-151-1/+10
* List.concat_map : ('a -> 'b list) -> 'a list -> 'b list (#8760)Gabriel Scherer2019-10-011-0/+7
* List.find_map : ('a -> 'b option) -> 'a list -> 'b option (#8832)Gabriel Scherer2019-09-131-0/+7
* Fix typographic issues in the doc of new modules (#8744)Guillaume Munch-Maccagnoni2019-06-261-1/+1
* List.filter_map (#2185)Thomas Refis2018-12-121-0/+7
* Stdlib doc: harmonize heading levels again. (#2142)Daniel Bünzli2018-11-081-1/+1
* Add paths for built-in types (#1876)yallop2018-11-081-0/+3
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-1/+1
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-161-0/+10
* PR#7363: start documentation headers at {1octachron2017-10-041-7/+7
* nit: improve List.rev_append doc wording (#1197)Guilherme Kunigami2017-08-091-2/+2
* Implemented `List.init`Richard Degenne2017-02-281-0/+7
* Merge pull request #1040 from dhekir/trunkGabriel Scherer2017-02-221-1/+1
|\
| * fix several typos in commentsDaniel2017-02-131-1/+1
* | Documentation: improve @since annotationsTörök Edwin2017-02-211-3/+4
|/
* Adds missing functions to *Labels modules (#875)Roma Sokolov2017-01-031-29/+48
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-071-0/+29
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Change 'List' to 'ListLabels' in the ListLabels documentation.Gabriel Scherer2014-12-191-16/+16
* Add sort_uniq to ListLabels.Gabriel Scherer2014-12-191-0/+4