caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "François Pottier" <francois.pottier@inria.fr>
To: OCaML Mailing List <caml-list@inria.fr>
Subject: [Caml-list] [ANN] Updated documentation for Fix
Date: Fri, 31 Dec 2021 18:08:17 +0100	[thread overview]
Message-ID: <4b28146f-19e9-6371-66d4-8c7469253414@inria.fr> (raw)


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/

                 reply	other threads:[~2021-12-31 17:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4b28146f-19e9-6371-66d4-8c7469253414@inria.fr \
    --to=francois.pottier@inria.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).