Fardale
1a38c0bba2
feat: New format and parser for cpp
2022-09-30 20:53:40 +02:00
Simon Cruanes
10865eaced
reformat
2022-07-04 13:36:06 -04:00
Simon Cruanes
75b498a433
prepare for 3.8
2022-06-10 23:47:21 -04:00
Fardale
70703b3512
fix: add since tag for Array.map_inplace
2022-05-12 11:19:47 +02:00
Fardale
8a71b1dcaa
feat(ccarray): add CCArray.map_inplace
2022-05-12 11:03:38 +02:00
Simon Cruanes
b837509de9
remove many more shims
2022-02-21 21:52:06 -05:00
Simon Cruanes
6f3a7d902a
remove more shims
2022-02-21 21:25:39 -05:00
Fardale
a5822f7273
doc: inline the doc of CCShim*_ module in the doc
2021-11-12 17:34:06 +01:00
Fardale
099f2e176f
chore(doc): adapt module docstring for the index page
2021-11-11 14:40:35 +01:00
Simon Cruanes
add6a58cf5
prepare for 3.0~rc1
2020-07-28 18:15:05 -04:00
Fardale
01da25cead
break: change pp functions to take unit printer for sep/stop/start
...
sep/stop/start -> pp_sep/pp_stop/pp_start
string -> unit printer
2020-07-27 22:57:29 -04:00
Fardale
8c3d716ab1
break: rename fonction from *std_seq* to *seq*
2020-07-23 16:32:52 +02:00
JPR
0a3b04855a
... tweaks
2020-07-02 09:38:25 -05:00
Fourchaux
a5da43511b
comments modifs ( #311 )
2020-06-17 09:21:31 +02:00
Fardale
5dc96ebfa8
chore(array): clean CCArray and CCArrayLabels
...
Remove function define in the stdlib and in Infix
2020-05-23 12:52:26 +02:00
Fardale
789eee9d53
CCArray: add @since
2020-04-28 22:26:42 +02:00
Fardale
c50672ff7a
feat(CCArray): add optional argument eq to mem
2020-04-28 15:41:01 +02:00
Simon Cruanes
a767e4618d
wip(3.0): remove deprecated functions, in particular sequence
2020-04-24 20:16:53 -04:00
JPR
76c1c98bbf
Modifs comments
2020-03-16 15:56:12 -05:00
Fardale
93be8b2cd8
fix *Labels.mli for ocaml <= 4.04
2020-03-05 17:50:30 -06:00
Fardale
f3719d29aa
clean(Array): remove functions defined in Stdlib
2020-03-05 17:50:30 -06:00
Simon Cruanes
5126973173
prepare for 2.8
2019-12-14 17:50:35 -06:00
Simon Cruanes
138047ef11
feat: add {to,of,add}_{iter,std_seq} where relevant; deprecations
...
deprecate `seq` named functions (for `iter`)
deprecate klist functions (for `std_seq`)
close #231
2019-12-14 16:29:07 -06:00
Simon Cruanes
c92a09ac9d
add more deprecation comments
2019-12-14 14:04:09 -06:00
Simon Cruanes
616c077880
fix: proper shims for CCArrayLabel too
2019-12-14 12:08:48 -06:00
Simon Cruanes
b2d9e69042
feat: put the let operators inside the Infix modules when relevant
2019-12-14 12:08:48 -06:00
Simon Cruanes
bf0227d404
feat: on 4.08, support let operators
...
close #276
2019-12-14 12:08:48 -06:00
Simon Cruanes
28f8872ef5
feat: add monoid_product to Array and Vector
2019-12-10 21:38:07 -06:00
Simon Cruanes
7cefde490b
prepare for 2.7
...
remove mdx
2019-11-12 08:49:33 -06:00
Fardale
0dafceb708
Adding to_string ( #270 )
...
* add `CCArray.to_string`
* add `CCArrayLabels.to_string`
* add `CCList.to_string`
* add `CCListLabels.to_string`
* add `CCChar.to_string`
* add `CCPair.to_string`
* add `CCHeap.to_string`
* add `CCSet.to_string`
* add `CCVector.to_string`
2019-10-30 14:26:52 -05:00
Simon Cruanes
d63bdbc0eb
fix syntax error in ArrayLabels.mli
2019-10-11 16:29:50 -05:00
narimiran
3658864a5a
add CCArray.Infix
2019-10-11 16:29:50 -05:00
Simon Cruanes
6a90cb25e7
wip: fix retrocompat issues in cclist
2018-12-03 19:59:41 -06: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
Simon Cruanes
ba87e105a0
fix(arrayLabels): compatibility with 4.07
2018-05-07 13:41:19 -05:00
JPR
822b9177e1
Improving comments presentation
2018-05-07 08:46:38 -05:00
Simon Cruanes
7c56bd747e
fix: compatibility for CCArrayLabels
2018-04-09 21:13:56 -05:00
JPR
1727cc8199
Few Comments corrections
2018-04-08 18:39:23 -05:00
Simon Cruanes
6e50ff41c6
prepare for 2.1
2018-03-28 20:26:17 -05:00
Simon Cruanes
c04ee13d6e
fix(array): small change in signatures
2018-03-28 20:20:09 -05:00
Simon Cruanes
1640ee89f2
add missing signatures of CCArrayLabels ( closes #193 )
2018-02-17 10:16:08 -06:00
nathan moreau
312901550f
Style - small corrections
2018-02-01 22:22:13 +01:00
nathan moreau
00b2638ae7
Adding more comments
2018-01-30 14:07:05 +01: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
9622f6f6ff
Avoid uses of the polymorphic operators
2018-01-14 23:32:13 +00: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
5777549c54
prepare for 1.0
2017-02-11 13:56:08 +01:00
Simon Cruanes
9b53e3c2a5
use Labels versions of CCList and CCArray
2016-12-29 11:07:44 +01:00