summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-list
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-251-2/+1
* Add `find_mapi` and `find_index` to `List`, `Seq`, `Array` and `Float.Array`....Sima Kinsart2023-01-131-0/+22
* stdlib: add `List.is_empty` (#10464)Craig Ferguson2022-10-311-0/+4
* List.equal, List.compare (#9668)Gabriel Scherer2020-09-091-0/+18
* List.partition_map : (a -> (b, c) Either.t) -> a list -> b list * c listGabriel Scherer2020-09-021-1/+14
* Fold map function for List (#8894)Bernhard Schommer2019-11-071-0/+6
* add List.filteri to the stdlib (#9059)zapashcanon2019-10-291-0/+2
* List.concat_map : ('a -> 'b list) -> 'a list -> 'b list (#8760)Gabriel Scherer2019-10-011-0/+4
* Remove ocamltests filesNicolás Ojeda Bär2019-09-281-1/+0
* List.find_map : ('a -> 'b option) -> 'a list -> 'b option (#8832)Gabriel Scherer2019-09-131-0/+7
* List.filter_map (#2185)Thomas Refis2018-12-121-0/+7
* Whitespace and overlong line fixes.David Allsopp2018-06-141-1/+2
* Migrate lib-list test to ocamltestNicolas Ojeda Bar2017-12-053-3/+4
* Fix bug #7513 (#1136)Fabrice Le Fessant2017-05-101-0/+17
* Implemented `List.init`Richard Degenne2017-02-283-0/+51