mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
doc: indicate that ccmutheap is experimental
This commit is contained in:
parent
587e445308
commit
87a9937938
1 changed files with 12 additions and 0 deletions
|
|
@ -1,3 +1,15 @@
|
||||||
|
(* This code is extracted from Msat ( https://github.com/Gbury/mSAT ).
|
||||||
|
As such it is under the Apache 2 License.
|
||||||
|
*)
|
||||||
|
|
||||||
|
(** {1 Mutable Heaps}
|
||||||
|
|
||||||
|
The classic binary heap in a vector.
|
||||||
|
|
||||||
|
{b STATUS}: experimental, this might change in breaking ways.
|
||||||
|
|
||||||
|
@since NEXT_RELEASE *)
|
||||||
|
|
||||||
module type RANKED = CCMutHeap_intf.RANKED
|
module type RANKED = CCMutHeap_intf.RANKED
|
||||||
|
|
||||||
module type S = CCMutHeap_intf.S
|
module type S = CCMutHeap_intf.S
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue