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] New release of Feat
Date: Sun, 26 Dec 2021 10:58:13 +0100	[thread overview]
Message-ID: <4258d3db-aa76-5da4-3936-7bc809d555c0@inria.fr> (raw)


Dear all,

I am happy to announce a new release of Feat, a library that offers support
for counting, enumerating, and sampling objects of a certain kind, such as
(say) the inhabitants of an algebraic data type.

This new release integrates a contribution by Jonah Beckford. The library is
now split in three packages: `feat-core` is parameterized over an
implementation of big integers; `feat` instantiates `feat-core` with big
integers provided by `zarith`; `feat-num` instantiates it with big integers
provided by `num`.

   opam update
   opam install feat
   # or: opam install feat-num

More details can be found here:

   https://gitlab.inria.fr/fpottier/feat/

Enjoy,

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

                 reply	other threads:[~2021-12-26  9:58 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=4258d3db-aa76-5da4-3936-7bc809d555c0@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).