软件包:libreins-ocaml-dev(0.1a-12 以及其他的)
data structure library for OCaml
The OCaml Reins data structure library consists of the following persistent implementations:
* Lists (singly, O(1) catenable, Acyclic doubly linked,
random access)
* Sets/Maps (AVL, Red/Black, Patricia, Splay)
* Heaps (Binomial, Skew-Binomial)
All of the implementations conform to a unified signature for each data type. Also, each data types include zipper style cursor interfaces and persistent, bi-directional cursor based iterators. The library also includes a set of standard modules to hoist the base typs into the module level (Int, Bool, etc...) as well as a collection of functor combinators to minimize boilerplate (e.g., for constructing compare or to_string functions). Finally, a quickcheck-like random testing framework is included and each data type supports the necessary "gen" function to generate a random instance of the type.
其他与 libreins-ocaml-dev 有关的软件包
|
|
|
|
-
- dep: libnum-ocaml-dev-4uaw3
- 本虚包由这些包填实: libnum-ocaml-dev
-
- dep: libstdlib-ocaml-dev-m4xw9
- 本虚包由这些包填实: libstdlib-ocaml-dev
-
- dep: ocaml-5.3.0
- 本虚包由这些包填实: ocaml
-
- sug: ocaml-findlib
- management tool for OCaml libraries