Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2a26e3db authored by POTTIER Francois's avatar POTTIER Francois
Browse files

README.

parent 19ca4c7a
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ Type `opam install fix`.
At the top of an OCaml module, declare `open Fix`.
This gives you access to the following submodules:
* [`CompactQueue`](src/CompactQueue.mli) offers a minimalist mutable
FIFO queue that is tuned for performance.
* [`CompactQueue`](src/CompactQueue.mli) offers **a minimalist mutable
FIFO queue** that is tuned for performance.
* [`DataFlow`](src/DataFlow.mli) performs a forward data flow analysis
over a directed graph. Like [`Fix`](src/Core.mli), it computes the
......@@ -25,8 +25,8 @@ This gives you access to the following submodules:
* [`Gensym`](src/Gensym.mli) offers a simple facility
for **generating fresh integer identifiers**.
* [`Indexing`](src/Indexing.mli) offers a safe API for manipulating indices
into fixed-size arrays.
* [`Indexing`](src/Indexing.mli) offers **a safe API for manipulating indices
into fixed-size arrays**.
* [`Memoize`](src/Memoize.mli) offers a number of combinators
that help **construct possibly recursive memoizing functions**, that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment