Commit graph

28 commits

Author SHA1 Message Date
rymdhund
05e49a27e7 Remove unused reference 2019-04-29 09:58:29 -05:00
Nathan Rebours
29a75daac1 Add CCResult.iter_err
Closes #238
2018-11-19 17:17:26 +00:00
Francois Berenger
1e21784ce1 added List.counts, related to List.count (#230)
- add `List.count_true_false` related to `List.count`
2018-10-08 20:43:06 -05:00
Hongchang Wu
3ec63feded Update authors 2018-10-05 00:55:32 -05:00
Metin Akat
b8fb429c0b Add myself to the authors file 2018-09-02 10:56:11 -05:00
juloo
cbeab54be4 Fix Int32 and Int64 operators are not visible (#224)
Fix visibility of Int32 and Int64 infix operators

Operators are defined in the Infix module.
This module was included in the .ml file but not in the .mli file
2018-05-29 09:57:04 -05:00
Christopher Zimmermann
dabb7de24a Add infix operators to CCFloat 2018-02-17 21:05:36 +01:00
Etienne Millon
f1adbcf2f3 Add CCFun.iterate
This adds a new `CCFun.iterate` function that computes the nth-iterate
of a function. That is, that function composed with itself n times.
2018-02-14 15:39:08 +01:00
Simon Cruanes
77cd903134
Merge branch 'master' into master 2018-02-04 12:06:44 -06:00
Dave Aitken
60596e5408 Update authors list 2018-02-04 17:56:07 +00:00
rand00
47c5c41a96 Added Rand to authors 2018-02-04 18:55:37 +01:00
Simon Cruanes
a3fa07bc05 add @orbifx to authors 2018-01-21 17:50:49 -06:00
Maciej Woś
7d88c0f068 Update AUTHORS 2017-12-06 19:35:54 +09:00
Fabian
ea54fdff32 Update authors 2017-09-16 21:34:36 +02:00
Bikal Gurung
2c92771ad9 Update authors page. 2017-06-29 21:19:48 +01:00
Leonid Rozenberg
cbff4e5a39 Merge branch 'master' into add_negate 2017-04-19 12:30:35 -04:00
Leonid Rozenberg
2b148f0055 Add self to authors 2017-04-19 12:29:23 -04:00
LemonBoy
404fede54a Add a tail-recursive implementation of List.combine
Closes #108.
2017-04-18 12:03:46 +02:00
glennsl
6573a2dd4a Add map_lazy, or_, or_lazy, to_result, to_result_lazy and of_result to CCOpt 2017-03-26 00:29:32 +01:00
Simon Cruanes
56462a862b Merge branch 'master' into prepare-1.0 2017-01-25 00:15:03 +01:00
orbitz
13888edb4d Add is_ok and is_error, simple predicates for testing a result. This is useful for tests or asserts 2017-01-17 20:09:26 +01:00
Simon Cruanes
617727617c update 'authors' 2016-12-16 21:24:48 +01:00
Simon Cruanes
f0381ae0d9 update authors 2016-10-04 13:35:46 +02:00
Simon Cruanes
b249adf86f add CCInt.{print_binary,to_string_binary} + tests (thanks @gsg) 2016-09-18 10:37:05 +02:00
jkloos
852d9c4186 Added myself to the AUTHORS file.
As per maintainer request.
2016-03-10 13:25:48 +01:00
octachron
cffbc66e6d Add octachron as author 2015-11-13 16:35:08 +02:00
Fourchaux
6b4a162b4b Authors.adoc 2015-11-09 12:50:39 +01:00
Simon Cruanes
f56a40b753 finish migration markdown -> asciidoc 2015-09-23 14:26:20 +02:00
Renamed from AUTHORS.md (Browse further)