mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
some modules should be deprecated properly
This commit is contained in:
parent
0e5334b673
commit
b129e23414
3 changed files with 6 additions and 1 deletions
|
|
@ -33,6 +33,8 @@ Functions and operations are assumed to be referentially transparent, i.e.
|
||||||
they should not rely on external side effects, they should not rely on
|
they should not rely on external side effects, they should not rely on
|
||||||
the order of execution.
|
the order of execution.
|
||||||
|
|
||||||
|
@deprecated use {{: https://github.com/c-cube/olinq} OLinq} (once released)
|
||||||
|
|
||||||
{[
|
{[
|
||||||
|
|
||||||
CCLinq.(
|
CCLinq.(
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
(** {1 Bigarrays of dimension 1}
|
(** {1 Bigarrays of dimension 1}
|
||||||
|
|
||||||
|
@deprecated do not use, this was always experimental
|
||||||
{b NOTE this module will be removed soon and should not be depended upon}
|
{b NOTE this module will be removed soon and should not be depended upon}
|
||||||
|
|
||||||
{b status: deprecated}
|
{b status: deprecated}
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
]}
|
]}
|
||||||
|
|
||||||
{b status: experimental}
|
@deprecated CCParse is more expressive and stable
|
||||||
|
|
||||||
|
{b status: deprecated}
|
||||||
@since 0.10
|
@since 0.10
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue