Simon Cruanes
1d3ba3a6f1
doc: fix small inaccuracy in comments and API
2018-10-13 19:09:36 -05:00
Christopher Zimmermann
f6e1d81ed7
Generate unlabelled interfaces from labelled ones
...
* add unlabel.ml which parses interfaces and removes labels in function declarations and docstrings. This is a quick hack, but it does the job.
* an attribute [@keep_label] can be added to the labelled arguments to mark labels like ~cmp which should stay in the "unlabelled" interface
* While augmenting the labelled interfaces I stumbled across some inconsistencies between the currend labelled / non-labelled interfaces. I used the labelling that made most sense to me and added a "FIXME" comment.
* Maybe we should break backwards compatibility at some point and name the comparison arguments to the sorting functions in CCArrayLabels.ml ~cmp instead of ~f ?
2018-10-13 19:09:35 -05: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
Simon Cruanes
d4a9b0a8d1
prepare for 2.3
2018-08-06 11:52:01 -05:00
Simon Cruanes
1a4919af29
add relation ops CCList.{group_by,join,join_by,join_all_by,group_join_by}
2018-05-29 11:04:08 -05:00
Simon Cruanes
e825bf2916
prepare for 2.2
2018-05-10 23:13:01 -05:00
Simon Cruanes
33d3ee114c
add many missing functions to CCListLabels
2018-04-08 18:57:15 -05:00
Simon Cruanes
b672eb0e6d
fix(CCListLabels): fix @since annotation
2018-04-08 18:42:11 -05:00
JPR
1727cc8199
Few Comments corrections
2018-04-08 18:39:23 -05:00
nathan moreau
3e2fbce3ee
Comments - few changes
2018-02-07 14:36:03 +01:00
Simon Cruanes
c382c1c2e5
prepare for 2.0+alpha2
2018-02-01 19:18:17 -06:00
nathan moreau
00b2638ae7
Adding more comments
2018-01-30 14:07:05 +01:00
nathan moreau
b0d92f44ea
Adding CCList.tail_opt
2018-01-26 09:25:17 +01:00
Simon Cruanes
446ae9f26b
prepare for 2.0
2018-01-21 15:38:34 -06:00
Simon Cruanes
bc27e60a81
reindent
2018-01-21 14:39:44 -06:00
nathan moreau
25f919070f
Adding comments 2
2018-01-21 17:09:42 +01:00
nathan moreau
b04e097cf4
Adding comments
2018-01-21 16:16:35 +01:00
Jacques-Pascal Deplaix
ff69945575
Shadow polymorphic functions in CCList
2018-01-14 23:33:39 +00:00
Jacques-Pascal Deplaix
9622f6f6ff
Avoid uses of the polymorphic operators
2018-01-14 23:32:13 +00:00
Simon Cruanes
18c9f88411
prepare for 1.5
2018-01-02 18:14:32 +01:00
Simon Cruanes
66d4ae9811
missing function in CCListLabels
2017-11-07 13:56:38 +01:00
Simon Cruanes
75e3962ba1
make many modules extensions of stdlib ( close #109 )
...
for : Random Array List ArrayLabels ListLabels Char String
2017-05-01 16:54:23 +02:00
Simon Cruanes
03fd42e67d
reindentation
2017-01-25 00:08:12 +01:00
Simon Cruanes
416d19a763
remove deprecated functions and modules
...
- `CCList.{split,findi,find}`
- `CCHashtbl.{MakeDefault,MakeCounter}`
- `CCVector.flat_map'`
2017-01-25 00:08:12 +01:00
Simon Cruanes
9b53e3c2a5
use Labels versions of CCList and CCArray
2016-12-29 11:07:44 +01:00