mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
detail
This commit is contained in:
parent
36790cf3ed
commit
98ceaac8de
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ val unfold : ('seed -> ('b * 'seed) option) -> 'seed -> 'b list
|
|||
when [f] produces [None], list production ends.
|
||||
{b NOTE} if [f] never produces [None], then a {b stack overflow will occur}. Therefore,
|
||||
great care must be taken to ensure that [f] will produce [None].
|
||||
@since 3.13
|
||||
@since NEXT_RELEASE
|
||||
*)
|
||||
|
||||
val count : ('a -> bool) -> 'a list -> int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue