caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Updated documentation for Fix
@ 2021-12-31 17:08 François Pottier
  0 siblings, 0 replies; only message in thread
From: François Pottier @ 2021-12-31 17:08 UTC (permalink / raw)
  To: OCaML Mailing List


Dear OCaml users,

My last contribution for 2021 is an improved documentation for Fix, a 
library
that helps with various algorithmic constructions that involve memoization,
recursion, and numbering.

The documentation can be viewed online:

   http://cambium.inria.fr/~fpottier/fix/doc/fix/

It can also be viewed locally (on your own machine) as follows:

   opam update
   opam install fix.20211231
   opam install odig
   odig odoc                 # this may take some time
   odig doc fix              # this opens the doc in your browser

Happy fix'in' in 2022,

--
François Pottier
francois.pottier@inria.fr
http://cambium.inria.fr/~fpottier/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-31 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31 17:08 [Caml-list] [ANN] Updated documentation for Fix François Pottier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).