Alexander Lucas
|
d29ed7ee72
|
Renamed predicate parameter of take_while, rtake_while from p to f, aligining it with pre-existing drop_while.
|
2025-01-01 09:55:26 -05:00 |
|
Alexander Lucas
|
699b370220
|
Updated String and StringLabels interfaces to reflect take_while, rtake_while.
|
2025-01-01 09:34:06 -05:00 |
|
mobotsar
|
6c8569a7d9
|
Update CCString.mli to align parameter names in mli descriptions and implementations.
|
2025-01-01 00:48:58 -05:00 |
|
mobotsar
|
1498158a4f
|
Update CCString.mli for take_while, rtake_while
|
2025-01-01 00:47:17 -05:00 |
|
Simon Cruanes
|
0b0dd83423
|
reformat all the things
|
2024-05-13 20:57:53 -04:00 |
|
Fardale
|
0a167dc3dd
|
doc: remove link to ocaml manual
The goal is to use odig to build the documentation and with odig the
comment of the function from the standard library are shown.
|
2023-02-15 14:32:05 +01:00 |
|
Fardale
|
a30e471a6f
|
fix doc (#425)
|
2023-02-14 20:56:15 -05: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 |
|
Simon Cruanes
|
34f76e926c
|
add CCString.{to_hex,of_hex}
|
2022-04-06 10:53:26 -04:00 |
|
Fardale
|
099f2e176f
|
chore(doc): adapt module docstring for the index page
|
2021-11-11 14:40:35 +01:00 |
|
Simon Cruanes
|
943ce7f734
|
get ready for 3.4
|
2021-05-03 16:56:24 -04:00 |
|
Fardale
|
375ae27622
|
feat(CCString): add CCString.uniq
CCString.uniq remove consecutive duplicate characters
|
2021-04-08 23:09:53 +02:00 |
|
Simon Cruanes
|
e75d93bb9d
|
refactor and clarify cutoff in String.edit_distance
|
2021-04-08 11:20:54 -04:00 |
|
Simon Cruanes
|
739dd4412c
|
prepare for 3.3
|
2021-04-01 22:16:40 -04:00 |
|
Fardale
|
4ad331fbe3
|
feat(CCString): add CCString.foldi
|
2021-03-12 18:13:29 +01:00 |
|
Simon Cruanes
|
0097fd3c3d
|
prepare for 3.2
|
2021-02-01 10:40:28 -05:00 |
|
JPR
|
383baf4464
|
Syncing comments
|
2021-01-25 15:57:03 +01:00 |
|
Simon Cruanes
|
f9e9c39c37
|
feat: add iter/seq functions to CCString
|
2021-01-12 11:53:37 -05:00 |
|
Simon Cruanes
|
9ca278dc51
|
fix obsolete comment
|
2020-10-04 12:50:04 -04:00 |
|
Simon Cruanes
|
add6a58cf5
|
prepare for 3.0~rc1
|
2020-07-28 18:15:05 -04:00 |
|
Simon Cruanes
|
211cd5863b
|
feat: add infix operators to String
close #315
|
2020-07-28 17:34:59 -04:00 |
|
Fardale
|
c85c135157
|
break: remove klist type and functions from core
|
2020-07-23 16:32:52 +02: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 |
|
Fardale
|
8b319edbe1
|
doc(core): add link to the doc of std module (#320)
|
2020-06-30 17:31:52 +02:00 |
|
Simon Cruanes
|
b26021a976
|
feat(string): add optional cutoff arg on String.edit_distance
also add more tests
|
2020-04-30 22:19:49 -04:00 |
|
Simon Cruanes
|
d923795e1a
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
Simon Cruanes
|
a767e4618d
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
Fardale
|
c59147f1d1
|
clean(String): 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
|
76bec991a2
|
feat(io): add with_temp_dir function
|
2019-12-03 12:49:22 -06:00 |
|
Christopher Zimmermann
|
7822f3a045
|
Create CCStringLabels
CAVE: there is a breaking interface change for String.is_sub
|
2018-10-13 19:09:35 -05:00 |
|
Simon Cruanes
|
e825bf2916
|
prepare for 2.2
|
2018-05-10 23:13:01 -05:00 |
|
Simon Cruanes
|
becc1007c2
|
chore: reindent
|
2018-04-25 20:17:32 -05:00 |
|
Kate
|
d8caef8c02
|
Add CCString.{,r}drop_while
|
2018-04-20 19:13:49 -05:00 |
|
Simon Cruanes
|
ac314aefe7
|
chore: remove dead link in string doc
|
2018-04-12 12:11:49 -05:00 |
|
JPR
|
1727cc8199
|
Few Comments corrections
|
2018-04-08 18:39:23 -05:00 |
|
Simon Cruanes
|
f7d5177540
|
chore(doc): update ocamldoc markup to remove odoc warnings
|
2018-03-30 01:49:38 -05:00 |
|
Simon Cruanes
|
fe23cb496c
|
fix: strong type aliases in Random (closes #210)
|
2018-03-26 11:35:31 -05:00 |
|
JPR
|
d18d9fb636
|
Comments - Style & typos fixing
|
2018-03-15 23:09:31 -05:00 |
|
Simon Cruanes
|
b3c796176d
|
reindent
|
2018-02-07 08:22:41 -06:00 |
|
nathan moreau
|
3e2fbce3ee
|
Comments - few changes
|
2018-02-07 14:36:03 +01:00 |
|
nathan moreau
|
775f86103e
|
typo (CCString.mli)
|
2018-01-30 14:25:51 +01:00 |
|
nathan moreau
|
00b2638ae7
|
Adding more comments
|
2018-01-30 14:07:05 +01:00 |
|
Simon Cruanes
|
446ae9f26b
|
prepare for 2.0
|
2018-01-21 15:38:34 -06:00 |
|
nathan moreau
|
b04e097cf4
|
Adding comments
|
2018-01-21 16:16:35 +01:00 |
|
Simon Cruanes
|
fc329fa118
|
rename print to pp for Format printers (closes #153)
|
2018-01-14 17:58:20 -06:00 |
|
Simon Cruanes
|
18c9f88411
|
prepare for 1.5
|
2018-01-02 18:14:32 +01:00 |
|