mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
more doc
This commit is contained in:
parent
37be810bbf
commit
7e82adf973
2 changed files with 5 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -39,6 +39,9 @@ tests: lib
|
|||
bench:
|
||||
ocamlbuild $(OPTIONS) -package bench -package unix -I . tests/benchs.native
|
||||
|
||||
push_doc: doc
|
||||
scp -r containers.docdir/* cedeela.fr:~/simon/root/software/containers/
|
||||
|
||||
clean:
|
||||
ocamlbuild -clean
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ A bunch of containers,written in different occasions. Not all
|
|||
containers are properly tested (see `tests/` and `make tests`
|
||||
if you have installed `OUnit`).
|
||||
|
||||
The documentation can be found [here](http://cedeela.fr/~simon/software/containers).
|
||||
|
||||
The design is mostly centered around polymorphism rather than functors. Such
|
||||
structures comprise:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue